.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;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f78cb7e1-dfdc-4cc1-8832-dca51048fd05/download1.gif");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:55.5rem;width:75rem;overflow:visible;position:relative;display:block; }#Z6GXgLpQV6nNQxQeUSlvrMk8aT8TC7Wq { color:#ffffff;display:block;width:41.875rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:20.1875rem;left:1.0625rem;height:11.3704375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aH1EMrTwXAAsHRxELIQVHrXasQNtVnpx { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:0.3125rem;top:20.1875rem;left:0rem;display:block; }
#J32e9CBmHGTZD345mQ2qZ6KIJndRZ5d1 { background-color:#ff2832;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;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:inter;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.0625rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:34.9375rem;left:0rem;display:block; }
#tQKr0p8GMKwkbZTCaL37VNabo1MSNqPK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BN6P6vkIXJyrTDAkefO6RHASE6nM5FTv { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.5rem;width:21rem;top:26.4853515625rem;left:54rem;overflow:hidden;display:block; }
#PgGaFohqplNIrura6TeIqzTcPuZzIzDK { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:25.0625rem;top:9.4375rem;left:0rem;overflow:hidden;display:block; }
#J81iDFnKVoqS3vWQBkIeqFUd0d80zXmG { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:49.0625rem;left:35.3125rem;overflow:hidden;display:block; }
#oFWm37GbKkpWtbSseZeWPwIDpJ2KT450 { box-sizing:content-box;height:5.125rem;width:5.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#ff2832;background-image:none;top:48.6875rem;left:34.9375rem;box-shadow: 0rem 0rem 0.75rem rgba(0,0,0,0.5) ;display:block; }
#LFN0iK4iW9D1k8Sq3H8huiSiswRADp2S { color:#ffffff;display:block;width:12.125rem;position:absolute;font-family:inter;font-size:2rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:34.875rem;left:17.5625rem;height:2.59874375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S2Zy3eP1TWTnW0sTocZxzbdEeO56DfsI { color:#ffffff;display:block;width:8.2495rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:37.1875rem;left:19.5rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#mgZiIIvuuey8zGTASTKxTux6QSlDCLmg { color:#ffffff;display:block;width:41.875rem;position:absolute;font-family:inter;font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:15.5771484375rem;left:0rem;height:2.76215rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZJsxkM5CWVF9R320URXxaxTylizQTACf { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:39rem;left:2.25rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#VbEOVve80gykp78LAOJcHCoHaTsNffLX { position:relative;display:block; }#VbEOVve80gykp78LAOJcHCoHaTsNffLX { background-color: transparent; background-image: none; }#VbEOVve80gykp78LAOJcHCoHaTsNffLX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbEOVve80gykp78LAOJcHCoHaTsNffLX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbEOVve80gykp78LAOJcHCoHaTsNffLX > .row .container > .video-iframe-container { display: none; }#VbEOVve80gykp78LAOJcHCoHaTsNffLX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbEOVve80gykp78LAOJcHCoHaTsNffLX > .row > .video-iframe-container { display: none; }#VbEOVve80gykp78LAOJcHCoHaTsNffLX > .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); }#VbEOVve80gykp78LAOJcHCoHaTsNffLX { border-width: 0; border-radius: 0; }#VbEOVve80gykp78LAOJcHCoHaTsNffLX > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#VbEOVve80gykp78LAOJcHCoHaTsNffLX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:36.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fS81sJTP8ia4yEvN9zzGJGuNAGr0TS6T { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:28.374rem;width:50.625rem;top:3.8740234375rem;left:12.1875rem;display:block; }
#lwPq8Hi8RJID9JZkCH5SwgUZ5Wty5ve0 { position:relative;display:block; }#lwPq8Hi8RJID9JZkCH5SwgUZ5Wty5ve0 { background-color: transparent; background-image: none; }#lwPq8Hi8RJID9JZkCH5SwgUZ5Wty5ve0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lwPq8Hi8RJID9JZkCH5SwgUZ5Wty5ve0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lwPq8Hi8RJID9JZkCH5SwgUZ5Wty5ve0 > .row .container > .video-iframe-container { display: none; }#lwPq8Hi8RJID9JZkCH5SwgUZ5Wty5ve0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lwPq8Hi8RJID9JZkCH5SwgUZ5Wty5ve0 > .row > .video-iframe-container { display: none; }#lwPq8Hi8RJID9JZkCH5SwgUZ5Wty5ve0 > .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); }#lwPq8Hi8RJID9JZkCH5SwgUZ5Wty5ve0 { border-width: 0; border-radius: 0; }#lwPq8Hi8RJID9JZkCH5SwgUZ5Wty5ve0 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#lwPq8Hi8RJID9JZkCH5SwgUZ5Wty5ve0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JL4BQWMGxd1S0CEJ7tbWlk75TWBdGx0L { color:#2c2c2c;display:block;width:28.3125rem;position:absolute;font-family:inter;font-size:2.375rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:2.8125rem;left:23.34375rem;height:5.69965rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PG7Kk2T9VAT7fgPfXESN8hx7qp27AgN1 { position:relative;display:block; }#PG7Kk2T9VAT7fgPfXESN8hx7qp27AgN1 { background-color: transparent; background-image: none; }#PG7Kk2T9VAT7fgPfXESN8hx7qp27AgN1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PG7Kk2T9VAT7fgPfXESN8hx7qp27AgN1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PG7Kk2T9VAT7fgPfXESN8hx7qp27AgN1 > .row .container > .video-iframe-container { display: none; }#PG7Kk2T9VAT7fgPfXESN8hx7qp27AgN1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PG7Kk2T9VAT7fgPfXESN8hx7qp27AgN1 > .row > .video-iframe-container { display: none; }#PG7Kk2T9VAT7fgPfXESN8hx7qp27AgN1 > .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); }#PG7Kk2T9VAT7fgPfXESN8hx7qp27AgN1 { border-width: 0; border-radius: 0; }#PG7Kk2T9VAT7fgPfXESN8hx7qp27AgN1 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#PG7Kk2T9VAT7fgPfXESN8hx7qp27AgN1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:33.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#i5RQZbC2NWffF2aPf5XXTuNnlfc07UvV { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0.3125rem 1.25rem rgba(0,0,0,0.08) ;height:28.4375rem;width:15.625rem;top:0rem;left:20.3125rem;display:block; }
#Nnte1TCM8FGri9evPOS7QKya8eWSMTgt { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0.3125rem 1.25rem rgba(0,0,0,0.08) ;height:28.4375rem;width:15.625rem;top:0rem;left:39.0625rem;display:block; }
#InnsLI4kS3kzLed7cV2vOJ1CCkEaktfJ { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0.3125rem 1.25rem rgba(0,0,0,0.08) ;height:28.5625rem;width:15.625rem;top:0rem;left:57.8125rem;display:block; }
#D7izgON6bONV4XTN358nlz1g9hecSSDp { color:#ff2832;display:block;width:13.1875rem;position:absolute;font-family:inter;font-size:1.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:5.25rem;left:21.53125rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#W8NuKluqDS6T3F5cuL6ZUeAqbgICAunA { color:#000000;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:9.9375rem;left:40.75rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#Jr2f4z0QaNW11e4u7Jk8W9IMLBNyUKMd { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:2rem;top:1.875rem;left:45.9375rem;overflow:hidden;display:block; }
#aPvi5iN2V3N4g9T0HrDqMWcyX1KnZqcJ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:14.5625rem;left:22rem;height:3.8997375rem;text-align:center;text-align-last:center;display:block; }
#eHwpXznQMMlxu1HAbEvT2JHVWZCCDG76 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:14.5625rem;left:3.25rem;height:3.8997375rem;text-align:center;text-align-last:center;display:block; }
#zRcvoMDGC7IAH9ypKsEiTf90m7FiEClt { color:#000000;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:9.9375rem;left:59.5rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#Kux6n0BxeNx4D8Wh9UFMTZRqkqnfA5H3 { color:#ff2832;display:block;width:13.1875rem;position:absolute;font-family:inter;font-size:1.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:5.25rem;left:2.78125rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#THfGZPHxq1MT7689MKromftSZQzcUKKw { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:2rem;top:1.875rem;left:64.6875rem;overflow:hidden;display:block; }
#EvOWT4eNqKPhIg1eabvHr4EUUfI0b8ZF { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0.3125rem 1.25rem rgba(0,0,0,0.08) ;height:28.5rem;width:15.625rem;top:0rem;left:1.5625rem;display:block; }
#V4CKOqKmESUJoSn5Z8qVnOHrKiMOFB1r { color:#000000;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:13.9375rem;left:59.5rem;height:5.19965rem;text-align:center;text-align-last:center;display:block; }
#TMFF3zeeKLOuyHFTATDzWGlIpgRAlVbH { color:#000000;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:11.3125rem;left:3.25rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#P7fWguMwGT9Tfs2bLwozOieB7vdPzpUm { color:#ff2832;display:block;width:13.1875rem;position:absolute;font-family:inter;font-size:1.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.25rem;left:59.03125rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#oPTVyeSPfBFbka3T1z8CTWar0WW13WDT { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:2rem;top:1.875rem;left:8.4375rem;overflow:hidden;display:block; }
#us4eEsyRzxEKRcdJuN7fQTICk9XXyhhd { color:#ff2832;display:block;width:13.1875rem;position:absolute;font-family:inter;font-size:1.9375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:5.208984375rem;left:40.28125rem;height:2.51875rem;text-align:center;text-align-last:center;display:block; }
#NJVrStiASe8hEn4MCweuPvQNh8qvxISw { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:2rem;top:1.875rem;left:27.125rem;overflow:hidden;display:block; }
#i5oUhocMPHMoxy8cDGOudgWpDafXhQ0b { color:#000000;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:9.9375rem;left:22rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#SJ5VXJ5uwulTTtnlln2EOS1gtZsIK2mK { color:#000000;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:13.9375rem;left:40.75rem;height:5.19965rem;text-align:center;text-align-last:center;display:block; }
#ST1BRzoOEEp0JGJqC9dXWeWhvWwM2d6Z { color:#000000;display:block;width:12.1875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:9.9375rem;left:3.375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#ZV3VG2J1nqCNw5dfhnT0h2bOme7v4l9O { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:12.125rem;top:22rem;left:3.3125rem;overflow:hidden;display:block; }
#dR1fwiy71MrcANyHoq5TWgbdxW6LzxUq { background-color:#ff2832;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:#f2f7fb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:22.125rem;left:59.375rem;display:block; }
#eXp8wFntElNRPWkBSJ97Rk3nHQqTOLqr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#roDI9kQTXmv2GEX0URWKwEx5v1259IFe { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:12.125rem;top:22rem;left:40.8125rem;overflow:hidden;display:block; }
#yLguphoNXzT4SWAbf00CTrcS0wIvVMi7 { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.37456875rem;width:12.1245625rem;top:21.999783992768rem;left:22.062719345092rem;overflow:hidden;display:block; }
#oAATsCJWDiv3ClEDBNsaXaALEfayHIvF { position:relative;display:none; }#oAATsCJWDiv3ClEDBNsaXaALEfayHIvF { border-width: 0; border-radius: 0; }#oAATsCJWDiv3ClEDBNsaXaALEfayHIvF > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#oAATsCJWDiv3ClEDBNsaXaALEfayHIvF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:10.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#f6PKNNsRv7TePKCXNfVQUcMOsXInQrCA { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #e60023;border-left:0.125rem solid #e60023;border-right:0.125rem solid #e60023;border-bottom:0.125rem solid #e60023;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#e60023;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.0625rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.0625rem;left:28.96875rem;display:block; }
#uc03RAPxKSGTqk4QpSk2q7vxiHeGR9eE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ieNiMNHrSEaMPnA27REVDZZekndJM5In { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ef6060;background-image:url("https://images.assets-landingi.com/uc/0fe3aeb4-d16e-4d80-a5a4-6d65076cbf1a/redsecbg.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ieNiMNHrSEaMPnA27REVDZZekndJM5In.adaptive-delivery-prevent-bg, #ieNiMNHrSEaMPnA27REVDZZekndJM5In.lazyload, #ieNiMNHrSEaMPnA27REVDZZekndJM5In.lazyloading { background-image: none; }#ieNiMNHrSEaMPnA27REVDZZekndJM5In > .row .container { background-color: transparent; background-image: none; }#ieNiMNHrSEaMPnA27REVDZZekndJM5In::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ieNiMNHrSEaMPnA27REVDZZekndJM5In > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ieNiMNHrSEaMPnA27REVDZZekndJM5In > .row .container > .video-iframe-container { display: none; }#ieNiMNHrSEaMPnA27REVDZZekndJM5In > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ieNiMNHrSEaMPnA27REVDZZekndJM5In > .row > .video-iframe-container { display: none; }#ieNiMNHrSEaMPnA27REVDZZekndJM5In > .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); }#ieNiMNHrSEaMPnA27REVDZZekndJM5In > .row .container { border-width: 0; border-radius: 0; }#ieNiMNHrSEaMPnA27REVDZZekndJM5In > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ieNiMNHrSEaMPnA27REVDZZekndJM5In > .row .container { font-size:0.875rem;font-family:arial;height:22.5625rem;width:75rem;position:relative;display:block; }#wSBnTwDHtEpl4RpxOU9goySsLFf8JF3P { color:#ffffff;display:block;width:16.5rem;position:absolute;font-family:inter;font-size:7.6875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.1875rem;left:11.3125rem;height:9.993875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ObBDNa2uFq2AuPdos4GSwRTk8kvhrAKk { color:#ffffff;display:block;width:34.375rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.5rem;left:29.375rem;height:9.746125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GolWt78e2xUl9h0lhUvIhKLrTQGQ3TrV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5ca8ec60-fe02-417a-93ec-13c64e5b2d6c/Frame87.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GolWt78e2xUl9h0lhUvIhKLrTQGQ3TrV.adaptive-delivery-prevent-bg, #GolWt78e2xUl9h0lhUvIhKLrTQGQ3TrV.lazyload, #GolWt78e2xUl9h0lhUvIhKLrTQGQ3TrV.lazyloading { background-image: none; }#GolWt78e2xUl9h0lhUvIhKLrTQGQ3TrV > .row .container { background-color: transparent; background-image: none; }#GolWt78e2xUl9h0lhUvIhKLrTQGQ3TrV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GolWt78e2xUl9h0lhUvIhKLrTQGQ3TrV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GolWt78e2xUl9h0lhUvIhKLrTQGQ3TrV > .row .container > .video-iframe-container { display: none; }#GolWt78e2xUl9h0lhUvIhKLrTQGQ3TrV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GolWt78e2xUl9h0lhUvIhKLrTQGQ3TrV > .row > .video-iframe-container { display: none; }#GolWt78e2xUl9h0lhUvIhKLrTQGQ3TrV > .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); }#GolWt78e2xUl9h0lhUvIhKLrTQGQ3TrV > .row .container { border-width: 0; border-radius: 0; }#GolWt78e2xUl9h0lhUvIhKLrTQGQ3TrV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GolWt78e2xUl9h0lhUvIhKLrTQGQ3TrV > .row .container { font-size:0.875rem;font-family:arial;height:50.9375rem;width:75rem;position:relative;display:block; }#MSBqpkecxaNOMsFDCT5TcXKEVK1EcQ07 { color:#ff2832;display:block;width:28.6865rem;position:absolute;font-family:inter;font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.9375rem;left:23.125rem;height:5.52300625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Zcnwp537b0Iz1qfUSSHk3tsoez50nidK { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1245625rem;width:65.061875rem;top:20.9375rem;left:4.9375rem;overflow:hidden;display:block; }
#IB5aMpEly0fpS4RcsktNNC8q5vT5STMg { color:#000000;display:block;width:7.3111875rem;position:absolute;font-family:inter;font-size:1.3125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:18.6875rem;left:7rem;height:1.7068125rem;display:block; }
#DznliKTaVpQDHN989yAfyE23nD2ytEmc { color:#000000;display:block;width:6.9986875rem;position:absolute;font-family:inter;font-size:1.3125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:18.6875rem;left:20.4375rem;height:1.7068125rem;display:block; }
#REztkl9UF71cHuNTDcgnSzEb9uUOrW6C { color:#000000;display:block;width:6.811rem;position:absolute;font-family:inter;font-size:1.3125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:18.6875rem;left:34.0625rem;height:1.7068125rem;display:block; }
#BfcAn4nGVazDgxA3d30UnPXADFRpbm75 { color:#000000;display:block;width:7.5rem;position:absolute;font-family:inter;font-size:1.3125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:18.6875rem;left:48.6875rem;height:1.7068125rem;display:block; }
#yU48OGctI6WczpTTcXTBmITwT3glc1Es { color:#000000;display:block;width:9.6875rem;position:absolute;font-family:inter;font-size:1.3125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:18.6875rem;left:60.375rem;height:1.7068125rem;display:block; }
#ZXdXD7UCdrlrcvOGZNcSBSuJZRxMuny6 { color:#000000;display:block;width:6.936875rem;position:absolute;font-family:inter;font-size:1.3125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:38.6875rem;left:27.4375rem;height:1.7068125rem;display:block; }
#M6ieg98z9hKE1mzNwi8GmPBwHJFuwzsM { color:#000000;display:block;width:10.374375rem;position:absolute;font-family:inter;font-size:1.3125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:38.6875rem;left:12.25rem;height:1.7068125rem;display:block; }
#EsMyHf1Ooe4kKvZRpnAUgvizivVmr0Qn { color:#000000;display:block;width:13.311625rem;position:absolute;font-family:inter;font-size:1.3125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:38.6875rem;left:37.5rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#NDc6wvKEwWNprTWLHBVGeeGniLXwiZcR { color:#000000;display:block;width:7.1875rem;position:absolute;font-family:inter;font-size:1.3125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:38.6875rem;left:55.125rem;height:1.7068125rem;display:block; }
#gTEdSL8vCv2Ml3WtRZwzRGC6qsHHiU8f { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:69.375rem;width:16.9375rem;display:none; }
#SLxalM3hd4sMOHoVE5nFfTiaaF5T7Tvm { color:#000000;display:block;width:43.4375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:11.8125rem;left:15.75rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#vqZ7oS977Vvi7evHtvv4WGstpiUL0nzv { background-color:#ff2832;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;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:inter;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.0625rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:43.5625rem;left:29rem;display:block; }
#LxrwF08fA6z1zJ15vUi7P7P3HflOfHvr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FonExpb5qX1uPx1xutufCDOuQpOitDNv { color:#020202;display:block;width:12.625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:47.625rem;left:31.25rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#Uc7Urt3wOIHeACsmJqRv1kK4snRi6RuW { position:relative;display:block; }#Uc7Urt3wOIHeACsmJqRv1kK4snRi6RuW { background-color: transparent; background-image: none; }#Uc7Urt3wOIHeACsmJqRv1kK4snRi6RuW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uc7Urt3wOIHeACsmJqRv1kK4snRi6RuW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uc7Urt3wOIHeACsmJqRv1kK4snRi6RuW > .row .container > .video-iframe-container { display: none; }#Uc7Urt3wOIHeACsmJqRv1kK4snRi6RuW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uc7Urt3wOIHeACsmJqRv1kK4snRi6RuW > .row > .video-iframe-container { display: none; }#Uc7Urt3wOIHeACsmJqRv1kK4snRi6RuW > .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); }#Uc7Urt3wOIHeACsmJqRv1kK4snRi6RuW { border-width: 0; border-radius: 0; }#Uc7Urt3wOIHeACsmJqRv1kK4snRi6RuW > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Uc7Urt3wOIHeACsmJqRv1kK4snRi6RuW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:27.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TxZPSVUTV4RO44dJKqdKLNpKng98u6T0 { color:#ff2832;display:block;width:28.6875rem;position:absolute;font-family:inter;font-size:2.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.8427734375rem;left:23.15625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SR5nCQTsRBBeEru7KmEvL0LlNkMGZeTQ { color:#2c2c2c;display:block;width:18rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:12.7734375rem;left:28.5rem;height:1.38125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lN7zIuJbvqudDlncVCCV4FJkQLRTKVca { color:#2c2c2c;display:block;width:28.6875rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:15.1875rem;left:23.15625rem;height:1.94970625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DMQoWRsSbwlt1f5SV3sT4AM5LaoU3V85 { color:#ff2832;display:block;width:11.9375rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:20.9375rem;left:21.5rem;height:1.462675rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NTLfJINQLbLfgVVQcCbETUWsKwdn2QAy { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:18.75rem;top:21.0625rem;left:34.8125rem;overflow:hidden;display:block; }
#MqDcIqagunuTuMl3B0iVSb6gNEE8JyhR { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0.3125rem 1.25rem rgba(0,0,0,0.15) ;height:4.5rem;width:40.1875rem;top:19.375rem;left:17.4375rem;display:block; }
#TCiR1ixbCDWpmdvFQ9e4fsls7Q1KmRJl { position:relative;display:block; }#TCiR1ixbCDWpmdvFQ9e4fsls7Q1KmRJl { background-color: transparent; background-image: none; }#TCiR1ixbCDWpmdvFQ9e4fsls7Q1KmRJl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TCiR1ixbCDWpmdvFQ9e4fsls7Q1KmRJl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TCiR1ixbCDWpmdvFQ9e4fsls7Q1KmRJl > .row .container > .video-iframe-container { display: none; }#TCiR1ixbCDWpmdvFQ9e4fsls7Q1KmRJl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TCiR1ixbCDWpmdvFQ9e4fsls7Q1KmRJl > .row > .video-iframe-container { display: none; }#TCiR1ixbCDWpmdvFQ9e4fsls7Q1KmRJl > .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); }#TCiR1ixbCDWpmdvFQ9e4fsls7Q1KmRJl { border-width: 0; border-radius: 0; }#TCiR1ixbCDWpmdvFQ9e4fsls7Q1KmRJl > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TCiR1ixbCDWpmdvFQ9e4fsls7Q1KmRJl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:22.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Epcu31OUmCgnpfldys6hBzuCOQ237TEZ { color:#2c2c2c;display:block;width:18rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.1875rem;left:28.5rem;height:1.38125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IqdUZh5D7hd8Na8c4qQxXGz0CMbQmtaQ { color:#2c2c2c;display:block;width:28.6875rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:12.6875rem;left:35rem;height:1.94970625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f8aTdnduXWM7hVvb4niTN0SeMWxEgKSw { color:#ff2832;display:block;width:28.6875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:14.9375rem;left:35rem;height:1.3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Oo8r0Om89dchJo6n7S4Rv3zvEc6DDXFJ { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.1875rem;width:25.4375rem;top:6.568359375rem;left:3.3125rem;overflow:hidden;display:block; }
#d2EB9K96Q9f6ZlLMclGLP20XRkF9CX7F { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0.3125rem 1.25rem rgba(0,0,0,0.15) ;height:11.25rem;width:57.125rem;top:8.8125rem;left:10rem;display:block; }
#dXL2cusQ5yzbaKvrzJPQWWun7eBORc93 { position:relative;display:block; }#dXL2cusQ5yzbaKvrzJPQWWun7eBORc93 { background-color: transparent; background-image: none; }#dXL2cusQ5yzbaKvrzJPQWWun7eBORc93::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dXL2cusQ5yzbaKvrzJPQWWun7eBORc93 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dXL2cusQ5yzbaKvrzJPQWWun7eBORc93 > .row .container > .video-iframe-container { display: none; }#dXL2cusQ5yzbaKvrzJPQWWun7eBORc93 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dXL2cusQ5yzbaKvrzJPQWWun7eBORc93 > .row > .video-iframe-container { display: none; }#dXL2cusQ5yzbaKvrzJPQWWun7eBORc93 > .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); }#dXL2cusQ5yzbaKvrzJPQWWun7eBORc93 { border-width: 0; border-radius: 0; }#dXL2cusQ5yzbaKvrzJPQWWun7eBORc93 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#dXL2cusQ5yzbaKvrzJPQWWun7eBORc93 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:29rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#l4vPHbz5WvRUbRZMTHDuk4rkMWrpbTEM { color:#2c2c2c;display:block;width:18rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.5rem;left:28.5rem;height:1.38125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GR6xAK7tzaelTcErlxLhsJ76CMlvLlu7 { position:absolute;display:block;z-index:15034;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0.3125rem 1.25rem rgba(0,0,0,0.15) ;height:17.5rem;width:52rem;top:8.49934387207rem;left:14.874134063721rem;display:block; }
#qy9IctO30EUsZJmg0SAmI21d2oXP850E { color:#ff2832;display:block;width:18.811875rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:10.498481273651rem;left:27.311199188233rem;height:1.94970625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ri6Vsa6uMf9N82X57779oEVT3k6fvfOI { color:#3e3e3e;display:block;width:19.625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15038;line-height:1.1;letter-spacing:0;top:12.447266101837rem;left:27.311199188233rem;height:1.1002625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BwVqEcfT5c72Ur7qb6ZUu7iv1tPbRQJb { color:#3e3e3e;display:block;width:26.875rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:14.559326171875rem;left:27.310791015625rem;height:2.76041875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ESehZ6NDHTFZLdtEZUkyeLMrtwGxKmg0 { color:#3e3e3e;display:block;width:34.4375rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15039;line-height:1.1;letter-spacing:0;top:17.060546875rem;left:27.310546875rem;height:6.1849rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Hqz2iHyib3mqLrfS36bJEDgi8acCm3Wu { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.0625rem;width:16.0625rem;top:9.2177734375rem;left:6.25rem;overflow:hidden;display:block; }
#fImLPqXlHRz7Cx3Gh594C1DI2yaFxq92 { box-sizing:content-box;height:7.87475rem;width:10.99975rem;position:absolute;display:block;z-index:15073;background-color:#ff2832;background-image:none;top:8.49853515625rem;left:55.94970703125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0rem;display:block; }
#MzKrS8Wg8oZ0HZlLesLvk6U2GTdgKueL { position:absolute;display:block;z-index:15066;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.124025rem;width:1.62475625rem;top:5.87890625rem;left:60.198974609375rem;overflow:hidden;display:block; }
#yVfkP50FvDgZn3PCXDLTbnwAnD33Na9J { position:absolute;display:block;z-index:15074;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.124025rem;width:1.62475625rem;top:9.217529296875rem;left:60.635986328125rem;overflow:hidden;display:block; }
#LV9hyaDo2kvZTSWr9rtvTcmgJ4LsaaJm { color:#ffffff;display:block;width:10.4358125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:11.466552734375rem;left:56.387451171875rem;height:4.38801875rem;text-align:center;text-align-last:center;display:block; }
#B9t2kXBoccrV4xec3VVIUoTXB8ubxJzB { position:relative;display:block; }#B9t2kXBoccrV4xec3VVIUoTXB8ubxJzB { background-color: transparent; background-image: none; }#B9t2kXBoccrV4xec3VVIUoTXB8ubxJzB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B9t2kXBoccrV4xec3VVIUoTXB8ubxJzB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B9t2kXBoccrV4xec3VVIUoTXB8ubxJzB > .row .container > .video-iframe-container { display: none; }#B9t2kXBoccrV4xec3VVIUoTXB8ubxJzB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B9t2kXBoccrV4xec3VVIUoTXB8ubxJzB > .row > .video-iframe-container { display: none; }#B9t2kXBoccrV4xec3VVIUoTXB8ubxJzB > .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); }#B9t2kXBoccrV4xec3VVIUoTXB8ubxJzB { border-width: 0; border-radius: 0; }#B9t2kXBoccrV4xec3VVIUoTXB8ubxJzB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#B9t2kXBoccrV4xec3VVIUoTXB8ubxJzB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:28.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tSSX7qRMTWXvqtZLucnFO9GeN6yObGXo { color:#2c2c2c;display:block;width:18rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.4375rem;left:28.5rem;height:1.38125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dU7IMgNORRNBVaEnqL8rADXrxtZz4T6K { position:absolute;display:block;z-index:15040;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0.3125rem 1.25rem rgba(0,0,0,0.15) ;height:17.5rem;width:52rem;top:7.375rem;left:14.9375rem;display:block; }
#o3OTuLPw37rQ68fwz7mUiCs5BKFl23aF { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.0625rem;width:16.0625rem;top:8.09375rem;left:6.25rem;overflow:hidden;display:block; }
#DIvMrXRZiTTuIPlOZZFDHwdw0ni1vdCm { color:#ff2832;display:block;width:18.811875rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:9.3125rem;left:27.375rem;height:1.94970625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#M7wEO1N0gbsK07eTqTrW2b08LIxzJqXu { color:#3e3e3e;display:block;width:19.625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15044;line-height:1.1;letter-spacing:0;top:11.3125rem;left:27.375rem;height:1.1002625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RXHnNEfrRS4NXQLoAGgfDyNlecuDgf7K { color:#3e3e3e;display:block;width:29.0625rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:13.3740234375rem;left:27.374267578125rem;height:2.76041875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JtqkVHnLFDmWqbgNQoMcoPMVQuXVTzK9 { color:#3e3e3e;display:block;width:34.43725rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15045;line-height:1.1;letter-spacing:0;top:16.904296875rem;left:27.374267578125rem;height:6.18489375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SGTa41EuIetrPVaiLyDh7M4zPmnkcHmK { box-sizing:content-box;height:6.6858125rem;width:10.9985625rem;position:absolute;display:block;z-index:15056;background-color:#ff2832;background-image:none;top:7.374267578125rem;left:56.01318359375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0rem;display:block; }
#AtO9Lu7PF9szT4vQLWKZyUyZqryHVPF1 { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.124025rem;width:1.62475625rem;top:8.53076171875rem;left:60.888671875rem;overflow:hidden;display:block; }
#BChJH2Jn7b0EiQRXz3XvKaq9KMCXoKQL { color:#ffffff;display:block;width:8.1860625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:11.026611328125rem;left:57.41943359375rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#wWcA6HQlX0iMlt8VwVcrK9Tb5ApStSQT { position:relative;display:block; }#wWcA6HQlX0iMlt8VwVcrK9Tb5ApStSQT { background-color: transparent; background-image: none; }#wWcA6HQlX0iMlt8VwVcrK9Tb5ApStSQT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wWcA6HQlX0iMlt8VwVcrK9Tb5ApStSQT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wWcA6HQlX0iMlt8VwVcrK9Tb5ApStSQT > .row .container > .video-iframe-container { display: none; }#wWcA6HQlX0iMlt8VwVcrK9Tb5ApStSQT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wWcA6HQlX0iMlt8VwVcrK9Tb5ApStSQT > .row > .video-iframe-container { display: none; }#wWcA6HQlX0iMlt8VwVcrK9Tb5ApStSQT > .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); }#wWcA6HQlX0iMlt8VwVcrK9Tb5ApStSQT { border-width: 0; border-radius: 0; }#wWcA6HQlX0iMlt8VwVcrK9Tb5ApStSQT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#wWcA6HQlX0iMlt8VwVcrK9Tb5ApStSQT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:17.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HbaSLezEIeSsgOsFzNvO6TSsWkbfFHxA { color:#2c2c2c;display:block;width:18rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.6875rem;left:28.5rem;height:1.38125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vucr02nd2qiUluadhg2VFEpzROuZEEaL { position:absolute;display:block;z-index:15029;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0.3125rem 1.25rem rgba(0,0,0,0.15) ;height:8.75rem;width:60.5625rem;top:6rem;left:7.25rem;display:block; }
#IfMZHmJA5TIhb9kTWKq0FGdoOCEWO03X { color:#2c2c2c;display:block;width:28.6875rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:9.375rem;left:23.1875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UCm7fsgnP6kTMtquzwZpy4d2vb7hxMRz { position:relative;display:block; }#UCm7fsgnP6kTMtquzwZpy4d2vb7hxMRz { background-color: transparent; background-image: none; }#UCm7fsgnP6kTMtquzwZpy4d2vb7hxMRz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UCm7fsgnP6kTMtquzwZpy4d2vb7hxMRz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UCm7fsgnP6kTMtquzwZpy4d2vb7hxMRz > .row .container > .video-iframe-container { display: none; }#UCm7fsgnP6kTMtquzwZpy4d2vb7hxMRz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UCm7fsgnP6kTMtquzwZpy4d2vb7hxMRz > .row > .video-iframe-container { display: none; }#UCm7fsgnP6kTMtquzwZpy4d2vb7hxMRz > .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); }#UCm7fsgnP6kTMtquzwZpy4d2vb7hxMRz { border-width: 0; border-radius: 0; }#UCm7fsgnP6kTMtquzwZpy4d2vb7hxMRz > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#UCm7fsgnP6kTMtquzwZpy4d2vb7hxMRz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:29.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Zq0gFPb8TBZlPdUK8IyplD9OXTC64xqp { color:#2c2c2c;display:block;width:18rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.625rem;left:28.5rem;height:1.38125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#STZpTFSinJOegvZHGpfziPLco4KHBgT6 { position:absolute;display:block;z-index:15064;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.0625rem;width:16.0625rem;top:8.34375rem;left:6.875rem;overflow:hidden;display:block; }
#nF0069OkHUdMNPB4636LCIr2pV3rPiLH { position:absolute;display:block;z-index:15046;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0.3125rem 1.25rem rgba(0,0,0,0.15) ;height:17.5rem;width:52rem;top:7.625rem;left:14.9375rem;display:block; }
#nLo2gRdx7QhpnLgmWmEXRRBy9RJ1uJKa { color:#3e3e3e;display:block;width:28.625rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:13.6865234375rem;left:28.499755859375rem;height:2.76041875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LBmF61c5gVPtKmeJlCOCI2KV7h0K6FIq { color:#3e3e3e;display:block;width:34.4375rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15051;line-height:1.1;letter-spacing:0;top:16.4375rem;left:28.5rem;height:7.2157125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sTvJekeBuuNEfun2TLSql7CnZqiyXDTT { color:#3e3e3e;display:block;width:19.625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15050;line-height:1.1;letter-spacing:0;top:12.1875rem;left:28.5rem;height:1.1002625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JTpSJ9yb4uDFhnN9vTURmb7bgN9ceB7a { color:#ff2832;display:block;width:18.8105625rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:10.25rem;left:28.5rem;height:1.94970625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#APuINpbxk57HfrbDzcS01KHGB559kSGe { box-sizing:content-box;height:6.687rem;width:10.99975rem;position:absolute;display:block;z-index:15055;background-color:#ff2832;background-image:none;top:7.62451171875rem;left:56.01318359375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0rem;display:block; }
#P08EvMVlPs2yJ2Uw3wVxNz2C0mcptCpE { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.124025rem;width:1.62475625rem;top:8.43701171875rem;left:60.449462890625rem;overflow:hidden;display:block; }
#FveNwp4T1okxxFGEEfdC4MQAMSciG1J3 { color:#ffffff;display:block;width:8.18725rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:10.991943359375rem;left:57.372802734375rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#vMDzvynJd6bGCCpniwRmFQi1DeaA0LW0 { position:relative;display:block; }#vMDzvynJd6bGCCpniwRmFQi1DeaA0LW0 { background-color: transparent; background-image: none; }#vMDzvynJd6bGCCpniwRmFQi1DeaA0LW0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vMDzvynJd6bGCCpniwRmFQi1DeaA0LW0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vMDzvynJd6bGCCpniwRmFQi1DeaA0LW0 > .row .container > .video-iframe-container { display: none; }#vMDzvynJd6bGCCpniwRmFQi1DeaA0LW0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vMDzvynJd6bGCCpniwRmFQi1DeaA0LW0 > .row > .video-iframe-container { display: none; }#vMDzvynJd6bGCCpniwRmFQi1DeaA0LW0 > .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); }#vMDzvynJd6bGCCpniwRmFQi1DeaA0LW0 { border-width: 0; border-radius: 0; }#vMDzvynJd6bGCCpniwRmFQi1DeaA0LW0 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#vMDzvynJd6bGCCpniwRmFQi1DeaA0LW0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:26.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wyWxV79DpvpvxQeieb96b7dRgVu3m1ws { color:#2c2c2c;display:block;width:18rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.0625rem;left:28.5rem;height:1.38125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cyl8W5TS2f4rKS9Fv1qcGBa4MT2mCKuF { position:absolute;display:block;z-index:15034;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0.3125rem 1.25rem rgba(0,0,0,0.15) ;height:17.5rem;width:52rem;top:5.9990234375rem;left:14.8740234375rem;display:block; }
#aXTT7a4KMAe5XxNllNgMlfDa1pXEVD7W { color:#ff2832;display:block;width:18.811875rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:7.998046875rem;left:27.310546875rem;height:1.94970625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rU4TzDpQJmFTFb1mPPf9Ix1BAB2FnTUq { color:#3e3e3e;display:block;width:19.625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15038;line-height:1.1;letter-spacing:0;top:9.947265625rem;left:27.310546875rem;height:1.1002625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xRdGb1uv2ORpSQo5L0M8WVtwmswS3olw { color:#3e3e3e;display:block;width:35.6875rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:12.0595703125rem;left:27.3115234375rem;height:1.38125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XAUPzPM1uuOgEs2DADn0PBwHlCKS7oVD { color:#3e3e3e;display:block;width:34.4375rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15039;line-height:1.1;letter-spacing:0;top:14.560546875rem;left:27.310546875rem;height:7.2157125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EAzRScAStaRlA4TNa6kG4CinZgwOpSkm { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.0625rem;width:16.0625rem;top:6.7177734375rem;left:6.8125rem;overflow:hidden;display:block; }
#na5eNKxN9Q4asNemhyyh4zNwqz5072U1 { box-sizing:content-box;height:6.6858125rem;width:10.9985625rem;position:absolute;display:block;z-index:15056;background-color:#ff2832;background-image:none;top:5.99853515625rem;left:55.94970703125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0rem;display:block; }
#rSN6FJ7zLGJOEVuoiT1durqRmNrBxTOS { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.124025rem;width:1.62475625rem;top:6.842529296875rem;left:60.635986328125rem;overflow:hidden;display:block; }
#x5wb9sh41TRLTeNOPWABDB6fIpTtDafs { color:#ffffff;display:block;width:8.1860625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:9.947509765625rem;left:57.35595703125rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#rCQ4SiI10EqX1xTdR823bShDx052f43X { position:relative;display:block; }#rCQ4SiI10EqX1xTdR823bShDx052f43X { background-color: transparent; background-image: none; }#rCQ4SiI10EqX1xTdR823bShDx052f43X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rCQ4SiI10EqX1xTdR823bShDx052f43X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rCQ4SiI10EqX1xTdR823bShDx052f43X > .row .container > .video-iframe-container { display: none; }#rCQ4SiI10EqX1xTdR823bShDx052f43X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rCQ4SiI10EqX1xTdR823bShDx052f43X > .row > .video-iframe-container { display: none; }#rCQ4SiI10EqX1xTdR823bShDx052f43X > .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); }#rCQ4SiI10EqX1xTdR823bShDx052f43X { border-width: 0; border-radius: 0; }#rCQ4SiI10EqX1xTdR823bShDx052f43X > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#rCQ4SiI10EqX1xTdR823bShDx052f43X > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:67.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SacE0z17GTTrh1rpF38c44AkeHQ59t4w { color:#2c2c2c;display:block;width:18rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.25rem;left:28.5rem;height:1.38125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gb9aIgLwrUoTTCW8W7hv31qZGKIo3vvO { position:absolute;display:block;z-index:15034;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0.3125rem 1.25rem rgba(0,0,0,0.15) ;height:17.5rem;width:52rem;top:7.8740234375rem;left:14.8740234375rem;display:block; }
#pCDlsuznW52DTNQyW0BJx3OOLhTl0nno { color:#ff2832;display:block;width:35.6875rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:9.748046875rem;left:27.310546875rem;height:1.94970625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yWsNoy7CBaQcxAk85qUeqzl0EJHKL1uH { color:#3e3e3e;display:block;width:19.625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15038;line-height:1.1;letter-spacing:0;top:11.822265625rem;left:27.310546875rem;height:1.1002625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KIl6H8h1RHXlLnke9x3Po4mZA0BaTWC2 { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16rem;width:16rem;top:8.6240234375rem;left:6.875rem;overflow:hidden;display:block; }
#KQt4csp6fOvk17qsaErTJ8RJhGneCcTR { color:#3e3e3e;display:block;width:24.8125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15039;line-height:1.1;letter-spacing:0;top:4.880859375rem;left:25.09375rem;height:1.1002625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ahszbXfr772HELtTvR5foGdUeo2yaPnq { box-sizing:content-box;height:6.6875rem;width:11rem;position:absolute;display:block;z-index:15054;background-color:#ff2832;background-image:none;top:7.8740234375rem;left:55.9365234375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0rem;display:block; }
#gmxsyMPZiDyWlRVuDog2znqNfxFxSOrT { color:#ffffff;display:block;width:8.1875rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:11.822265625rem;left:57.3427734375rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#Z7sTZaKX7NVEW3CuKpBwfi3fvTfFVd1h { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:1.625rem;top:9.2177734375rem;left:60.6240234375rem;overflow:hidden;display:block; }
#EFlXShquKRD8u8zdsSpE1xPqCffQsXrP { position:absolute;display:block;z-index:15043;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0.3125rem 1.25rem rgba(0,0,0,0.15) ;height:17.5rem;width:52rem;top:27.9375rem;left:14.875rem;display:block; }
#PyFAMQZBRwSZGazOHyuSzTnkcdpQd298 { box-sizing:content-box;height:6.6875rem;width:11rem;position:absolute;display:block;z-index:15063;background-color:#ff2832;background-image:none;top:27.9375rem;left:55.9375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0rem;display:block; }
#iFdXDmaSKPf1H4D2ggnkzJ0qOPQi4apQ { color:#ffffff;display:block;width:8.1875rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:31.875rem;left:57.3125rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#SqqtUvv703TBdTiBMlUOmTdeiamTIXFx { color:#3e3e3e;display:block;width:19.625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15047;line-height:1.1;letter-spacing:0;top:31.75rem;left:27.3125rem;height:1.1002625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lgZw1Q0iXOi5LfPrUSdqzHfze9V04scP { color:#ff2832;display:block;width:35.6875rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:29.8125rem;left:27.3125rem;height:1.94970625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NyQ37mbgv1C6p0KEBEhpTvJmM3P8RyUE { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:1.625rem;top:29.3125rem;left:60.625rem;overflow:hidden;display:block; }
#QEPDzcqOvFuNSh3wmOB0fZ3JzDxSbSG1 { position:absolute;display:block;z-index:15062;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:15.9375rem;top:27.93701171875rem;left:6.875rem;overflow:hidden;display:block; }
#vsi7qCFONfb91gJg5V2VXuIZRdd198WH { position:absolute;display:block;z-index:15052;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0.3125rem 1.25rem rgba(0,0,0,0.15) ;height:17.5rem;width:52rem;top:48rem;left:14.875rem;display:block; }
#V7JUXZBpVdH7RHEWy1rUCWiOnMePv4WO { box-sizing:content-box;height:7.875rem;width:11rem;position:absolute;display:block;z-index:15072;background-color:#ff2832;background-image:none;top:47.999267578125rem;left:55.9375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0rem;display:block; }
#lWGw3L6nzoBvzdrNnKrXh328ssAKE5zT { color:#ffffff;display:block;width:10.437rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15073;line-height:1.3;letter-spacing:0;top:51.080322265625rem;left:56.512451171875rem;height:4.38801875rem;text-align:center;text-align-last:center;display:block; }
#OHcQHXbaNXixdZtyu2z6diTRfzOW3oqr { color:#3e3e3e;display:block;width:19.625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15056;line-height:1.1;letter-spacing:0;top:51.8125rem;left:27.3125rem;height:1.1002625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SrBsxt9SrrlJ9ZShoUoTnmMSZurqhoMh { color:#ff2832;display:block;width:35.6875rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:49.875rem;left:27.3125rem;height:1.94970625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JV9AZPgBsxwgpvJ2l59kVqX8KCgbT5CR { position:absolute;display:block;z-index:15074;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.124025rem;width:1.62475625rem;top:48.784423828125rem;left:60.623779296875rem;overflow:hidden;display:block; }
#f2r9R8Jym1mym0p8FFiQFWsySXZ8C0wT { position:absolute;display:block;z-index:15071;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:15.9375rem;top:46.0625rem;left:6.25rem;overflow:hidden;display:block; }
#Vos8PcJEF507mntEClQPh5q66er73OeR { color:#3e3e3e;display:block;width:35.68725rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:13.80859375rem;left:27.3095703125rem;height:2.7604125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wH1keSaIlUUbOTTIv9bbiksxtuF8whPG { color:#3e3e3e;display:block;width:34.43725rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15040;line-height:1.1;letter-spacing:0;top:17.310791015625rem;left:27.3095703125rem;height:4.1232625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#alL7Gzgv4U1VMFQTz3txu0ergT3bfoK4 { color:#3e3e3e;display:block;width:35.6860625rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:33.997802734375rem;left:27.3095703125rem;height:1.38125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CQqTtO1GFXs60cP8GRUy9tqSxZB4g68o { color:#3e3e3e;display:block;width:34.4360625rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15075;line-height:1.1;letter-spacing:0;top:36.0595703125rem;left:27.3095703125rem;height:7.2156875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VycQGPDlOB9KwLTT4h09kyqOtyy9xaZr { color:#3e3e3e;display:block;width:34.4360625rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15076;line-height:1.1;letter-spacing:0;top:56.746826171875rem;left:27.3095703125rem;height:6.18489375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NLXoBNoPhLk04NRbCctEBrrUdhU46UM3 { color:#3e3e3e;display:block;width:26.74925rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15077;line-height:1.3;letter-spacing:0;top:53.189697265625rem;left:27.49755859375rem;height:2.76041875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iMbAl1s8ZHD2oGliz0cPR8ps3stU47Pw { position:relative;display:block; }#iMbAl1s8ZHD2oGliz0cPR8ps3stU47Pw { background-color: transparent; background-image: none; }#iMbAl1s8ZHD2oGliz0cPR8ps3stU47Pw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iMbAl1s8ZHD2oGliz0cPR8ps3stU47Pw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iMbAl1s8ZHD2oGliz0cPR8ps3stU47Pw > .row .container > .video-iframe-container { display: none; }#iMbAl1s8ZHD2oGliz0cPR8ps3stU47Pw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iMbAl1s8ZHD2oGliz0cPR8ps3stU47Pw > .row > .video-iframe-container { display: none; }#iMbAl1s8ZHD2oGliz0cPR8ps3stU47Pw > .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); }#iMbAl1s8ZHD2oGliz0cPR8ps3stU47Pw { border-width: 0; border-radius: 0; }#iMbAl1s8ZHD2oGliz0cPR8ps3stU47Pw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#iMbAl1s8ZHD2oGliz0cPR8ps3stU47Pw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:27.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TrMGCT6ccre79RwwqEaLoG6hhVSKd8B4 { color:#2c2c2c;display:block;width:18rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.9375rem;left:28.5rem;height:1.38125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AUdaLk7qzM0QOin3u5lwiWwgyUV1NwHc { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0.3125rem 1.25rem rgba(0,0,0,0.15) ;height:11.25rem;width:57.75rem;top:8.375rem;left:9.1875rem;display:block; }
#KMCbc2Kx14iWHgvBUnQb8BMRBnuKu6fC { color:#2c2c2c;display:block;width:28.6875rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:12.25rem;left:34.9375rem;height:1.94970625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#plZNgTfcPBImB41WFX4TpebaywWvaq00 { color:#ff2832;display:block;width:28.6875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:14.5rem;left:34.9375rem;height:1.3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yQL6W8DqMd8Z0NpqO4gDXps9pMKWcx59 { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.1875rem;width:25.4375rem;top:5.5rem;left:2.28125rem;overflow:hidden;display:block; }
#RTDzZPu5XUXiwMhEIkPrKPLVnMFRq9qW { position:relative;display:block; }#RTDzZPu5XUXiwMhEIkPrKPLVnMFRq9qW { background-color: transparent; background-image: none; }#RTDzZPu5XUXiwMhEIkPrKPLVnMFRq9qW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTDzZPu5XUXiwMhEIkPrKPLVnMFRq9qW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTDzZPu5XUXiwMhEIkPrKPLVnMFRq9qW > .row .container > .video-iframe-container { display: none; }#RTDzZPu5XUXiwMhEIkPrKPLVnMFRq9qW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTDzZPu5XUXiwMhEIkPrKPLVnMFRq9qW > .row > .video-iframe-container { display: none; }#RTDzZPu5XUXiwMhEIkPrKPLVnMFRq9qW > .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); }#RTDzZPu5XUXiwMhEIkPrKPLVnMFRq9qW { border-width: 0; border-radius: 0; }#RTDzZPu5XUXiwMhEIkPrKPLVnMFRq9qW > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#RTDzZPu5XUXiwMhEIkPrKPLVnMFRq9qW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:12.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gQJNbnrOOrXlPZR43MF0JCl9w6scwxIK { color:#ff2832;display:block;width:54.25rem;position:absolute;font-family:inter;font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:5.162109375rem;left:10.375rem;height:2.54948125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x91oXehSD2y8Cx6cVRNJgmq3p0g2ddpy { position:relative;display:block; }#x91oXehSD2y8Cx6cVRNJgmq3p0g2ddpy { background-color: transparent; background-image: none; }#x91oXehSD2y8Cx6cVRNJgmq3p0g2ddpy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x91oXehSD2y8Cx6cVRNJgmq3p0g2ddpy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x91oXehSD2y8Cx6cVRNJgmq3p0g2ddpy > .row .container > .video-iframe-container { display: none; }#x91oXehSD2y8Cx6cVRNJgmq3p0g2ddpy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x91oXehSD2y8Cx6cVRNJgmq3p0g2ddpy > .row > .video-iframe-container { display: none; }#x91oXehSD2y8Cx6cVRNJgmq3p0g2ddpy > .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); }#x91oXehSD2y8Cx6cVRNJgmq3p0g2ddpy { border-width: 0; border-radius: 0; }#x91oXehSD2y8Cx6cVRNJgmq3p0g2ddpy > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#x91oXehSD2y8Cx6cVRNJgmq3p0g2ddpy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:36.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UQHRCNm3IpufSTvw2LpnHBwazv7kIeea { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:1.125rem;left:1.25rem;overflow:hidden;display:block; }
#doyMRlsp9QB02QkJxw1KC5WEsz9gCenZ { color:#3e3e3e;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:1.125rem;left:6.875rem;height:1.3rem;font-style:normal;display:block; }
#Sb7dcef0KcXeEAdN3ahnm7PxlmGMtrAI { color:#ff2832;display:block;width:15.75rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:2.4375rem;left:6.875rem;height:2.923175rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CFKvSgVzDox00d71xFIDA3LTPX22bJgi { color:#3e3e3e;display:block;width:21.3125rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:15034;line-height:1.2;letter-spacing:0;top:6.5625rem;left:1.25rem;height:8.3941rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f6H3fPeGrSo2XskZcVt2kZv7VoTXwff2 { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.375rem;width:21.1875rem;top:15.125rem;left:1.25rem;overflow:hidden;display:block; }
#oxX1s7hM01hcv3W2ZqrhRDtevyuBEUkH { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:31.8125rem;left:46.375rem;overflow:hidden;display:block; }
#T09sKKU4Q8sDHq8v1Scv0QPXgVysTc0t { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.4375rem;width:21.25rem;top:15.09375rem;left:26.875rem;overflow:hidden;display:block; }
#RrPlsuRLDrXviy5fpk2T9I8qnvuwh8go { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:4.3125rem;top:32.3125rem;left:26.75rem;overflow:hidden;display:block; }
#oNCPr1CKBa4ZSMiESfXKS65znqQ5yuMk { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:31.8125rem;left:20.9375rem;overflow:hidden;display:block; }
#T514MCvDQROCKdMBJwXnyRUcRoJ14Kqi { color:#3e3e3e;display:block;width:21.3125rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:15042;line-height:1.2;letter-spacing:0;top:6.5625rem;left:26.875rem;height:8.3941rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FHiyqQxp24lGfQDGqJ6FPzeb4f2xTH6p { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:4.3125rem;top:32.25rem;left:1.25rem;overflow:hidden;display:block; }
#UOoC4BRzkMb9ugTgGp18RGEsbe1zRrGm { color:#ff2832;display:block;width:15.5rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:2.4375rem;left:32.375rem;height:1.94965rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CyPSOxr5Vpnoexypdid3zn7Dhd5z9FL2 { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:1.125rem;left:26.75rem;overflow:hidden;display:block; }
#g4zmu0Ao7ryJgkPfmC280wE3UbTCRBKP { color:#3e3e3e;display:block;width:15.75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:1.125rem;left:32.375rem;height:1.3rem;font-style:normal;display:block; }
#h0bvEcv2tmEbU5rUH8OfgzTXH3igErDT { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:31.625rem;left:71.875rem;overflow:hidden;display:block; }
#Gg2xBFCzdXxH1wce77KRlTofAceLSRu6 { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.125rem;width:20.8125rem;top:15.125rem;left:52.5rem;overflow:hidden;display:block; }
#WAK9X5y5XG7LeDMax1vPBoReBf0i7Ogh { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:4.3125rem;top:32.25rem;left:52.1875rem;overflow:hidden;display:block; }
#kxpv9TxHHvMHv81wnHmzEDe6QufmUgxT { color:#3e3e3e;display:block;width:21.3125rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:15050;line-height:1.2;letter-spacing:0;top:6.6875rem;left:52.3125rem;height:9.4433625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pLhDgQCLOUDZyVd5xhNtLOOkyVl0TlKU { color:#ff2832;display:block;width:16.1875rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:400;z-index:15049;line-height:1.3;letter-spacing:0;top:2.4873046875rem;left:57.8125rem;height:2.923175rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pBBpvylSh9ytiiCaAbwF8LNspJmuhvGB { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:1.25rem;left:52.1875rem;overflow:hidden;display:block; }
#EpSWsrIxirdJ995NOGQWbm3ALAPicrJD { color:#3e3e3e;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:1.25rem;left:57.8125rem;height:1.3rem;font-style:normal;display:block; }
#pwkkevO5GbGpQPrZcJGkKvDcXaRCdZka { position:absolute;display:block;z-index:15045;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0.3125rem 1.25rem rgba(0,0,0,0.15) ;height:34.125rem;width:24.0625rem;top:0rem;left:50.9375rem;display:block; }
#JvJHpDuOaXWP1owqufDAiTua3R9B62hw { position:absolute;display:block;z-index:15037;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0.3125rem 1.25rem rgba(0,0,0,0.15) ;height:34.25rem;width:24.0625rem;top:0rem;left:25.000003814698rem;display:block; }
#SZNaaqdIQCvBv42I03flhV9S69L3IdRf { position:absolute;display:block;z-index:15029;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0.3125rem 1.25rem rgba(0,0,0,0.15) ;height:34rem;width:24.0625rem;top:0rem;left:0rem;display:block; }
#cAxFZNRE6WiirMORa20xqmePzEoZSvu7 { position:relative;display:block; }#cAxFZNRE6WiirMORa20xqmePzEoZSvu7 { background-color: transparent; background-image: none; }#cAxFZNRE6WiirMORa20xqmePzEoZSvu7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cAxFZNRE6WiirMORa20xqmePzEoZSvu7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cAxFZNRE6WiirMORa20xqmePzEoZSvu7 > .row .container > .video-iframe-container { display: none; }#cAxFZNRE6WiirMORa20xqmePzEoZSvu7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cAxFZNRE6WiirMORa20xqmePzEoZSvu7 > .row > .video-iframe-container { display: none; }#cAxFZNRE6WiirMORa20xqmePzEoZSvu7 > .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); }#cAxFZNRE6WiirMORa20xqmePzEoZSvu7 { border-width: 0; border-radius: 0; }#cAxFZNRE6WiirMORa20xqmePzEoZSvu7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#cAxFZNRE6WiirMORa20xqmePzEoZSvu7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:37.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#imav0JxUGxdhWR3fXaFsTbuXLuKPSBi7 { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:1.125rem;left:1.25rem;overflow:hidden;display:block; }
#S5pdAxL7oon5L8d15A8AGFKd2FBS85TT { color:#3e3e3e;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:1.125rem;left:6.875rem;height:1.3rem;font-style:normal;display:block; }
#E4OPo3ZvvFmwD9XIT9RLwZxAPg8tnTBA { color:#ff2832;display:block;width:15.75rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:2.4375rem;left:6.875rem;height:2.923175rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iT3D8lJiC8KJwpoO2rzkyLQn7XGtqe2B { color:#3e3e3e;display:block;width:21.3125rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:15034;line-height:1.2;letter-spacing:0;top:6.5625rem;left:1.25rem;height:9.4433625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c1S60aDaZ9L8JyxTiGXx5E9XAVzzacPE { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5625rem;width:21.375rem;top:15.125rem;left:1.25rem;overflow:hidden;display:block; }
#errQkJ2CcuEEzoAIQkbVxdykuDU0Kwbs { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:31.5rem;left:46.4375rem;overflow:hidden;display:block; }
#S7A92HNnk79AiKopp3nlWFrT2JzyG1H9 { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.75rem;width:20.75rem;top:15.21875rem;left:26.90625rem;overflow:hidden;display:block; }
#SHBAVx43BGyW42LQs6BvNM4tmICzEnUQ { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:4.3125rem;top:32.125rem;left:26.75rem;overflow:hidden;display:block; }
#Sy3UfSJNDLaSybWtZNADsea7qSnSAFDT { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:31.8125rem;left:20.9375rem;overflow:hidden;display:block; }
#nZeQxqqutzyeTvdJ93bESQCALCDf36XA { color:#3e3e3e;display:block;width:21.3125rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:15042;line-height:1.2;letter-spacing:0;top:6.5625rem;left:26.875rem;height:8.3941rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ddp03SS2fbW11l3eyXG2DnoaCUXPB6EM { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:4.3125rem;top:32.25rem;left:1.25rem;overflow:hidden;display:block; }
#VO0vyfn4yRDX1qzE2ykaMKT5bVKFkuF6 { color:#ff2832;display:block;width:16.1875rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:2.4375rem;left:32.375rem;height:1.94965rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ntN3xkwoo7hbiUzNJWz2t5sIlNMm59Zu { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:1.125rem;left:26.75rem;overflow:hidden;display:block; }
#GswSv9PMKimJTJkXTZrdpOxTQze9Ro5R { color:#3e3e3e;display:block;width:15.75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:1.125rem;left:32.375rem;height:1.3rem;font-style:normal;display:block; }
#VyrTwHZJCDZn5SvDvZ5o728lNqpN1bRu { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:31.625rem;left:71.875rem;overflow:hidden;display:block; }
#ov3XQpXS4iyNRgaHOA2p5KWT3VixnpOQ { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.375rem;width:21.125rem;top:15.375rem;left:52.0625rem;overflow:hidden;display:block; }
#bq91VlTiHC7R3cLuh6IMGM8IXfKtGlTM { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:4.3125rem;top:32.25rem;left:52.1875rem;overflow:hidden;display:block; }
#tZNbdVOTWAJXrfrEhX3KWo1zMl6yFCwb { color:#3e3e3e;display:block;width:21.3125rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:15050;line-height:1.2;letter-spacing:0;top:6.6875rem;left:52.3125rem;height:9.4433625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lmbJ4P3lwVfCJh2xDcEIZd4s0r57NteH { color:#ff2832;display:block;width:15.375rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:400;z-index:15049;line-height:1.3;letter-spacing:0;top:2.82421875rem;left:57.8125rem;height:1.94965rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QlTxM74TsPDsBwNhmtHgsRDHTlTq8tLO { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:1.25rem;left:52.1875rem;overflow:hidden;display:block; }
#MuJkKA8088B4wfAVW3nCz9slI7vKoRVx { color:#3e3e3e;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:1.25rem;left:57.8125rem;height:1.3rem;font-style:normal;display:block; }
#oNfgGm7AFXnX38mHBfQhE45BqUDu1zkz { position:absolute;display:block;z-index:15045;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0.3125rem 1.25rem rgba(0,0,0,0.15) ;height:34.125rem;width:24.0625rem;top:0rem;left:50.9375rem;display:block; }
#BilB0MQQHwN4Vnf269JZdaTCfbq5OC7t { position:absolute;display:block;z-index:15037;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0.3125rem 1.25rem rgba(0,0,0,0.15) ;height:34.25rem;width:24.0625rem;top:0rem;left:25.000003814698rem;display:block; }
#vn1PLoVfW0TiVnTQefCxXQNIrDqpz094 { position:absolute;display:block;z-index:15029;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0.3125rem 1.25rem rgba(0,0,0,0.15) ;height:34rem;width:24.0625rem;top:0rem;left:0rem;display:block; }
#ud1Q8XdTmnBVxEz3Tt7f3HlD1DticTuD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/64e05054-bd1d-427a-a96a-b0899444bbf4/redsecbg2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ud1Q8XdTmnBVxEz3Tt7f3HlD1DticTuD.adaptive-delivery-prevent-bg, #ud1Q8XdTmnBVxEz3Tt7f3HlD1DticTuD.lazyload, #ud1Q8XdTmnBVxEz3Tt7f3HlD1DticTuD.lazyloading { background-image: none; }#ud1Q8XdTmnBVxEz3Tt7f3HlD1DticTuD > .row .container { background-color: transparent; background-image: none; }#ud1Q8XdTmnBVxEz3Tt7f3HlD1DticTuD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ud1Q8XdTmnBVxEz3Tt7f3HlD1DticTuD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ud1Q8XdTmnBVxEz3Tt7f3HlD1DticTuD > .row .container > .video-iframe-container { display: none; }#ud1Q8XdTmnBVxEz3Tt7f3HlD1DticTuD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ud1Q8XdTmnBVxEz3Tt7f3HlD1DticTuD > .row > .video-iframe-container { display: none; }#ud1Q8XdTmnBVxEz3Tt7f3HlD1DticTuD > .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); }#ud1Q8XdTmnBVxEz3Tt7f3HlD1DticTuD > .row .container { border-width: 0; border-radius: 0; }#ud1Q8XdTmnBVxEz3Tt7f3HlD1DticTuD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ud1Q8XdTmnBVxEz3Tt7f3HlD1DticTuD > .row .container { font-size:0.875rem;font-family:arial;height:61.625rem;width:75rem;position:relative;display:block; }#f3bq6kb5CkIoA9zeid9ZCq6Fts0FVKuz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eb2d2d;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#f3bq6kb5CkIoA9zeid9ZCq6Fts0FVKuz > .row .container { background-color: transparent; background-image: none; }#f3bq6kb5CkIoA9zeid9ZCq6Fts0FVKuz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f3bq6kb5CkIoA9zeid9ZCq6Fts0FVKuz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f3bq6kb5CkIoA9zeid9ZCq6Fts0FVKuz > .row .container > .video-iframe-container { display: none; }#f3bq6kb5CkIoA9zeid9ZCq6Fts0FVKuz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f3bq6kb5CkIoA9zeid9ZCq6Fts0FVKuz > .row > .video-iframe-container { display: none; }#f3bq6kb5CkIoA9zeid9ZCq6Fts0FVKuz > .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); }#f3bq6kb5CkIoA9zeid9ZCq6Fts0FVKuz > .row .container { border-width: 0; border-radius: 0; }#f3bq6kb5CkIoA9zeid9ZCq6Fts0FVKuz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f3bq6kb5CkIoA9zeid9ZCq6Fts0FVKuz > .row .container { font-size:0.875rem;font-family:arial;height:17.0625rem;width:75rem;position:relative;display:block; }#SplCwlzKB0Ez2HQx8ywhrfSuPBRau1Ww { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:22.125rem;top:3.2802734375rem;left:49.6845703125rem;overflow:hidden;display:block; }
#KKSeqomVWy2uInLP5OsVgKEEdowHGUDU { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:22.5rem;top:4.5927734375rem;left:3.248046875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z6GXgLpQV6nNQxQeUSlvrMk8aT8TC7Wq { top:20.1875rem;left:0rem;width:41.875rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aH1EMrTwXAAsHRxELIQVHrXasQNtVnpx { top:20.1875rem;left:0rem;width:0.3125rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J32e9CBmHGTZD345mQ2qZ6KIJndRZ5d1 { width:17.0625rem;height:3.4375rem;top:34.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQKr0p8GMKwkbZTCaL37VNabo1MSNqPK { display:block; }
 }@media only screen and (max-width: 763px) { #BN6P6vkIXJyrTDAkefO6RHASE6nM5FTv { top:26.4375rem;left:26.75rem;width:21rem;height:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgGaFohqplNIrura6TeIqzTcPuZzIzDK { top:9.4375rem;left:0rem;width:25.0625rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J81iDFnKVoqS3vWQBkIeqFUd0d80zXmG { top:49.0625rem;left:21.6875rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFWm37GbKkpWtbSseZeWPwIDpJ2KT450 { top:48.6875rem;left:21.3125rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFN0iK4iW9D1k8Sq3H8huiSiswRADp2S { top:34.8125rem;left:3.9368495941162rem;width:12.0625rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2Zy3eP1TWTnW0sTocZxzbdEeO56DfsI { top:37.1875rem;left:5.875rem;width:8.1875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgZiIIvuuey8zGTASTKxTux6QSlDCLmg { top:15.5625rem;left:0rem;width:41.875rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJsxkM5CWVF9R320URXxaxTylizQTACf { top:39rem;left:0rem;width:12.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbEOVve80gykp78LAOJcHCoHaTsNffLX { display:block; }#VbEOVve80gykp78LAOJcHCoHaTsNffLX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fS81sJTP8ia4yEvN9zzGJGuNAGr0TS6T { top:3.8125rem;left:0rem;width:47.75rem;height:26.762637037037rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwPq8Hi8RJID9JZkCH5SwgUZ5Wty5ve0 { display:block; }#lwPq8Hi8RJID9JZkCH5SwgUZ5Wty5ve0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JL4BQWMGxd1S0CEJ7tbWlk75TWBdGx0L { top:2.8125rem;left:9.71875rem;width:28.3125rem;height:5.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PG7Kk2T9VAT7fgPfXESN8hx7qp27AgN1 { display:block; }#PG7Kk2T9VAT7fgPfXESN8hx7qp27AgN1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i5RQZbC2NWffF2aPf5XXTuNnlfc07UvV { top:0rem;left:8.25rem;width:15.625rem;height:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nnte1TCM8FGri9evPOS7QKya8eWSMTgt { top:0rem;left:20.1875rem;width:15.625rem;height:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #InnsLI4kS3kzLed7cV2vOJ1CCkEaktfJ { top:0rem;left:32.125rem;width:15.625rem;height:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7izgON6bONV4XTN358nlz1g9hecSSDp { top:5.25rem;left:10.6875rem;width:13.1875rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8NuKluqDS6T3F5cuL6ZUeAqbgICAunA { top:9.9375rem;left:23.3125rem;width:12.5rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jr2f4z0QaNW11e4u7Jk8W9IMLBNyUKMd { top:1.875rem;left:28.90625rem;width:2rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPvi5iN2V3N4g9T0HrDqMWcyX1KnZqcJ { top:14.5625rem;left:11.375rem;width:12.5rem;height:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHwpXznQMMlxu1HAbEvT2JHVWZCCDG76 { top:14.5625rem;left:0rem;width:12.5rem;height:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRcvoMDGC7IAH9ypKsEiTf90m7FiEClt { top:9.9375rem;left:35.25rem;width:12.5rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kux6n0BxeNx4D8Wh9UFMTZRqkqnfA5H3 { top:5.25rem;left:0rem;width:13.1875rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #THfGZPHxq1MT7689MKromftSZQzcUKKw { top:1.875rem;left:40.84375rem;width:2rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvOWT4eNqKPhIg1eabvHr4EUUfI0b8ZF { top:0rem;left:0rem;width:15.625rem;height:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4CKOqKmESUJoSn5Z8qVnOHrKiMOFB1r { top:13.9375rem;left:35.25rem;width:12.5rem;height:5.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMFF3zeeKLOuyHFTATDzWGlIpgRAlVbH { top:11.3125rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7fWguMwGT9Tfs2bLwozOieB7vdPzpUm { top:5.25rem;left:34.5625rem;width:13.1875rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPTVyeSPfBFbka3T1z8CTWar0WW13WDT { top:1.875rem;left:5.03125rem;width:2rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #us4eEsyRzxEKRcdJuN7fQTICk9XXyhhd { top:5.1875rem;left:22.625rem;width:13.1875rem;height:2.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJVrStiASe8hEn4MCweuPvQNh8qvxISw { top:1.875rem;left:16.90625rem;width:2rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5oUhocMPHMoxy8cDGOudgWpDafXhQ0b { top:9.9375rem;left:11.375rem;width:12.5rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJ5VXJ5uwulTTtnlln2EOS1gtZsIK2mK { top:13.9375rem;left:23.3125rem;width:12.5rem;height:5.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ST1BRzoOEEp0JGJqC9dXWeWhvWwM2d6Z { top:9.9375rem;left:0rem;width:12.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZV3VG2J1nqCNw5dfhnT0h2bOme7v4l9O { top:22rem;left:0rem;width:12.125rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dR1fwiy71MrcANyHoq5TWgbdxW6LzxUq { width:12.5rem;height:3.125rem;top:22.125rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXp8wFntElNRPWkBSJ97Rk3nHQqTOLqr { display:block; }
 }@media only screen and (max-width: 763px) { #roDI9kQTXmv2GEX0URWKwEx5v1259IFe { top:22rem;left:23.6875rem;width:12.125rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLguphoNXzT4SWAbf00CTrcS0wIvVMi7 { top:21.9375rem;left:11.8125rem;width:12.0625rem;height:3.3572952052394rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAATsCJWDiv3ClEDBNsaXaALEfayHIvF { display:block; }#oAATsCJWDiv3ClEDBNsaXaALEfayHIvF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f6PKNNsRv7TePKCXNfVQUcMOsXInQrCA { width:17.0625rem;height:3.125rem;top:2.0625rem;left:15.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uc03RAPxKSGTqk4QpSk2q7vxiHeGR9eE { display:block; }
 }@media only screen and (max-width: 763px) { #ieNiMNHrSEaMPnA27REVDZZekndJM5In { display:block; }#ieNiMNHrSEaMPnA27REVDZZekndJM5In > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wSBnTwDHtEpl4RpxOU9goySsLFf8JF3P { top:4.1875rem;left:0rem;width:16.5rem;height:9.9375rem;font-size:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObBDNa2uFq2AuPdos4GSwRTk8kvhrAKk { top:4.5rem;left:13.375rem;width:34.375rem;height:9.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GolWt78e2xUl9h0lhUvIhKLrTQGQ3TrV { display:block; }#GolWt78e2xUl9h0lhUvIhKLrTQGQ3TrV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MSBqpkecxaNOMsFDCT5TcXKEVK1EcQ07 { top:4.9375rem;left:9.5rem;width:28.625rem;height:5.5rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zcnwp537b0Iz1qfUSSHk3tsoez50nidK { top:20.9375rem;left:0rem;width:47.75rem;height:12.56771119522rem;display:block; }
 }@media only screen and (max-width: 763px) { #IB5aMpEly0fpS4RcsktNNC8q5vT5STMg { top:18.6875rem;left:0rem;width:7.25rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DznliKTaVpQDHN989yAfyE23nD2ytEmc { top:18.6875rem;left:6.8125rem;width:6.9375rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #REztkl9UF71cHuNTDcgnSzEb9uUOrW6C { top:18.6875rem;left:20.4375rem;width:6.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfcAn4nGVazDgxA3d30UnPXADFRpbm75 { top:18.6875rem;left:35.0625rem;width:7.5rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yU48OGctI6WczpTTcXTBmITwT3glc1Es { top:18.6875rem;left:38.0625rem;width:9.6875rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXdXD7UCdrlrcvOGZNcSBSuJZRxMuny6 { top:38.6875rem;left:13.8125rem;width:6.875rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6ieg98z9hKE1mzNwi8GmPBwHJFuwzsM { top:38.6875rem;left:0rem;width:10.3125rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsMyHf1Ooe4kKvZRpnAUgvizivVmr0Qn { top:38.6875rem;left:23.875rem;width:13.25rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDc6wvKEwWNprTWLHBVGeeGniLXwiZcR { top:38.6875rem;left:40.5625rem;width:7.1875rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTEdSL8vCv2Ml3WtRZwzRGC6qsHHiU8f { width:16.9375rem;height:69.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SLxalM3hd4sMOHoVE5nFfTiaaF5T7Tvm { top:11.8125rem;left:2.125rem;width:43.4375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqZ7oS977Vvi7evHtvv4WGstpiUL0nzv { width:17.0625rem;height:3.4375rem;top:43.5625rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxrwF08fA6z1zJ15vUi7P7P3HflOfHvr { display:block; }
 }@media only screen and (max-width: 763px) { #FonExpb5qX1uPx1xutufCDOuQpOitDNv { top:47.5625rem;left:17.625rem;width:12.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uc7Urt3wOIHeACsmJqRv1kK4snRi6RuW { display:block; }#Uc7Urt3wOIHeACsmJqRv1kK4snRi6RuW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxZPSVUTV4RO44dJKqdKLNpKng98u6T0 { top:5.8125rem;left:9.5303840637206rem;width:28.625rem;height:;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SR5nCQTsRBBeEru7KmEvL0LlNkMGZeTQ { top:12.75rem;left:14.875rem;width:18rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lN7zIuJbvqudDlncVCCV4FJkQLRTKVca { top:15.1875rem;left:9.53125rem;width:28.6875rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMQoWRsSbwlt1f5SV3sT4AM5LaoU3V85 { top:20.9375rem;left:7.875rem;width:11.9375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTLfJINQLbLfgVVQcCbETUWsKwdn2QAy { top:21.0625rem;left:21.1875rem;width:18.75rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqDcIqagunuTuMl3B0iVSb6gNEE8JyhR { top:19.375rem;left:3.8125rem;width:40.1875rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCiR1ixbCDWpmdvFQ9e4fsls7Q1KmRJl { display:block; }#TCiR1ixbCDWpmdvFQ9e4fsls7Q1KmRJl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Epcu31OUmCgnpfldys6hBzuCOQ237TEZ { top:4.1875rem;left:14.875rem;width:18rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqdUZh5D7hd8Na8c4qQxXGz0CMbQmtaQ { top:12.6875rem;left:19.0625rem;width:28.6875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8aTdnduXWM7hVvb4niTN0SeMWxEgKSw { top:14.9375rem;left:19.0625rem;width:28.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oo8r0Om89dchJo6n7S4Rv3zvEc6DDXFJ { top:6.5625rem;left:0rem;width:25.4375rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2EB9K96Q9f6ZlLMclGLP20XRkF9CX7F { top:8.8125rem;left:0rem;width:47.75rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXL2cusQ5yzbaKvrzJPQWWun7eBORc93 { display:block; }#dXL2cusQ5yzbaKvrzJPQWWun7eBORc93 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l4vPHbz5WvRUbRZMTHDuk4rkMWrpbTEM { top:4.5rem;left:14.875rem;width:18rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GR6xAK7tzaelTcErlxLhsJ76CMlvLlu7 { top:8.4375rem;left:0rem;width:47.75rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qy9IctO30EUsZJmg0SAmI21d2oXP850E { top:10.4375rem;left:13.685546875rem;width:18.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ri6Vsa6uMf9N82X57779oEVT3k6fvfOI { top:12.4375rem;left:13.685546875rem;width:19.625rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwVqEcfT5c72Ur7qb6ZUu7iv1tPbRQJb { top:14.5rem;left:13.685791015625rem;width:26.875rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESehZ6NDHTFZLdtEZUkyeLMrtwGxKmg0 { top:17rem;left:13.3125rem;width:34.4375rem;height:6.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hqz2iHyib3mqLrfS36bJEDgi8acCm3Wu { top:9.1875rem;left:0rem;width:16.0625rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fImLPqXlHRz7Cx3Gh594C1DI2yaFxq92 { top:8.4375rem;left:36.75rem;width:10.9375rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzKrS8Wg8oZ0HZlLesLvk6U2GTdgKueL { top:5.875rem;left:46.125rem;width:1.5625rem;height:2.0426381264882rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVfkP50FvDgZn3PCXDLTbnwAnD33Na9J { top:9.1875rem;left:46.1875rem;width:1.5625rem;height:2.0426381264882rem;display:block; }
 }@media only screen and (max-width: 763px) { #LV9hyaDo2kvZTSWr9rtvTcmgJ4LsaaJm { top:11.4375rem;left:37.375rem;width:10.375rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9t2kXBoccrV4xec3VVIUoTXB8ubxJzB { display:block; }#B9t2kXBoccrV4xec3VVIUoTXB8ubxJzB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tSSX7qRMTWXvqtZLucnFO9GeN6yObGXo { top:3.4375rem;left:14.875rem;width:18rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dU7IMgNORRNBVaEnqL8rADXrxtZz4T6K { top:7.375rem;left:0rem;width:47.75rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3OTuLPw37rQ68fwz7mUiCs5BKFl23aF { top:8.0625rem;left:0rem;width:16.0625rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIvMrXRZiTTuIPlOZZFDHwdw0ni1vdCm { top:9.3125rem;left:13.75rem;width:18.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7wEO1N0gbsK07eTqTrW2b08LIxzJqXu { top:11.3125rem;left:13.75rem;width:19.5625rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXHnNEfrRS4NXQLoAGgfDyNlecuDgf7K { top:13.3125rem;left:12.125rem;width:29.0625rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtqkVHnLFDmWqbgNQoMcoPMVQuXVTzK9 { top:16.875rem;left:13.375rem;width:34.375rem;height:6.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGTa41EuIetrPVaiLyDh7M4zPmnkcHmK { top:7.3125rem;left:36.8125rem;width:10.9375rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtO9Lu7PF9szT4vQLWKZyUyZqryHVPF1 { top:8.5rem;left:46.1875rem;width:1.5625rem;height:2.0426381264882rem;display:block; }
 }@media only screen and (max-width: 763px) { #BChJH2Jn7b0EiQRXz3XvKaq9KMCXoKQL { top:11rem;left:39.625rem;width:8.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWcA6HQlX0iMlt8VwVcrK9Tb5ApStSQT { display:block; }#wWcA6HQlX0iMlt8VwVcrK9Tb5ApStSQT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HbaSLezEIeSsgOsFzNvO6TSsWkbfFHxA { top:2.6875rem;left:14.875rem;width:18rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vucr02nd2qiUluadhg2VFEpzROuZEEaL { top:6rem;left:0rem;width:47.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfMZHmJA5TIhb9kTWKq0FGdoOCEWO03X { top:9.375rem;left:9.5625rem;width:28.6875rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCm7fsgnP6kTMtquzwZpy4d2vb7hxMRz { display:block; }#UCm7fsgnP6kTMtquzwZpy4d2vb7hxMRz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zq0gFPb8TBZlPdUK8IyplD9OXTC64xqp { top:3.625rem;left:14.875rem;width:17.9375rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #STZpTFSinJOegvZHGpfziPLco4KHBgT6 { top:8.3125rem;left:0rem;width:16.0625rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nF0069OkHUdMNPB4636LCIr2pV3rPiLH { top:7.625rem;left:0rem;width:47.75rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLo2gRdx7QhpnLgmWmEXRRBy9RJ1uJKa { top:13.625rem;left:14.874755859375rem;width:28.625rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBmF61c5gVPtKmeJlCOCI2KV7h0K6FIq { top:16.4375rem;left:13.3125rem;width:34.4375rem;height:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTvJekeBuuNEfun2TLSql7CnZqiyXDTT { top:12.1875rem;left:14.874894142151rem;width:19.5625rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTpSJ9yb4uDFhnN9vTURmb7bgN9ceB7a { top:10.25rem;left:14.875rem;width:18.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #APuINpbxk57HfrbDzcS01KHGB559kSGe { top:7.5625rem;left:36.8125rem;width:10.9375rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P08EvMVlPs2yJ2Uw3wVxNz2C0mcptCpE { top:8.375rem;left:46.1875rem;width:1.5625rem;height:2.0426381264882rem;display:block; }
 }@media only screen and (max-width: 763px) { #FveNwp4T1okxxFGEEfdC4MQAMSciG1J3 { top:10.9375rem;left:39.625rem;width:8.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMDzvynJd6bGCCpniwRmFQi1DeaA0LW0 { display:block; }#vMDzvynJd6bGCCpniwRmFQi1DeaA0LW0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wyWxV79DpvpvxQeieb96b7dRgVu3m1ws { top:2.0625rem;left:14.875rem;width:18rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyl8W5TS2f4rKS9Fv1qcGBa4MT2mCKuF { top:5.9375rem;left:0rem;width:47.75rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXTT7a4KMAe5XxNllNgMlfDa1pXEVD7W { top:7.9375rem;left:13.685546875rem;width:18.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rU4TzDpQJmFTFb1mPPf9Ix1BAB2FnTUq { top:9.9375rem;left:13.685546875rem;width:19.5625rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRdGb1uv2ORpSQo5L0M8WVtwmswS3olw { top:12rem;left:12.125rem;width:35.625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAUPzPM1uuOgEs2DADn0PBwHlCKS7oVD { top:14.5rem;left:13.3125rem;width:34.4375rem;height:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAzRScAStaRlA4TNa6kG4CinZgwOpSkm { top:6.6875rem;left:0rem;width:16.0625rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #na5eNKxN9Q4asNemhyyh4zNwqz5072U1 { top:5.9375rem;left:36.8125rem;width:10.9375rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSN6FJ7zLGJOEVuoiT1durqRmNrBxTOS { top:6.8125rem;left:46.1875rem;width:1.5625rem;height:2.0426381264882rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5wb9sh41TRLTeNOPWABDB6fIpTtDafs { top:9.9375rem;left:39.625rem;width:8.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCQ4SiI10EqX1xTdR823bShDx052f43X { display:block; }#rCQ4SiI10EqX1xTdR823bShDx052f43X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SacE0z17GTTrh1rpF38c44AkeHQ59t4w { top:3.25rem;left:14.875rem;width:18rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gb9aIgLwrUoTTCW8W7hv31qZGKIo3vvO { top:7.8125rem;left:0rem;width:47.75rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCDlsuznW52DTNQyW0BJx3OOLhTl0nno { top:9.6875rem;left:12.0625rem;width:35.6875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWsNoy7CBaQcxAk85qUeqzl0EJHKL1uH { top:11.8125rem;left:13.685546875rem;width:19.625rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIl6H8h1RHXlLnke9x3Po4mZA0BaTWC2 { top:8.5625rem;left:0rem;width:16rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQt4csp6fOvk17qsaErTJ8RJhGneCcTR { top:4.875rem;left:11.46875rem;width:24.8125rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahszbXfr772HELtTvR5foGdUeo2yaPnq { top:7.8125rem;left:36.3125rem;width:11rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmxsyMPZiDyWlRVuDog2znqNfxFxSOrT { top:11.8125rem;left:39.5625rem;width:8.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7sTZaKX7NVEW3CuKpBwfi3fvTfFVd1h { top:9.1875rem;left:46.125rem;width:1.625rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFlXShquKRD8u8zdsSpE1xPqCffQsXrP { top:27.9375rem;left:0rem;width:47.75rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyFAMQZBRwSZGazOHyuSzTnkcdpQd298 { top:27.9375rem;left:36.75rem;width:11rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFdXDmaSKPf1H4D2ggnkzJ0qOPQi4apQ { top:31.875rem;left:39.5625rem;width:8.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqqtUvv703TBdTiBMlUOmTdeiamTIXFx { top:31.6875rem;left:13.68701171875rem;width:19.5625rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgZw1Q0iXOi5LfPrUSdqzHfze9V04scP { top:29.75rem;left:12.125rem;width:35.625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyQ37mbgv1C6p0KEBEhpTvJmM3P8RyUE { top:29.3125rem;left:46.125rem;width:1.625rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEPDzcqOvFuNSh3wmOB0fZ3JzDxSbSG1 { top:27.875rem;left:0rem;width:15.9375rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsi7qCFONfb91gJg5V2VXuIZRdd198WH { top:48rem;left:0rem;width:47.75rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7JUXZBpVdH7RHEWy1rUCWiOnMePv4WO { top:47.9375rem;left:36.75rem;width:11rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWGw3L6nzoBvzdrNnKrXh328ssAKE5zT { top:51.0625rem;left:37.375rem;width:10.375rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHcQHXbaNXixdZtyu2z6diTRfzOW3oqr { top:51.75rem;left:13.68701171875rem;width:19.5625rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrBsxt9SrrlJ9ZShoUoTnmMSZurqhoMh { top:49.8125rem;left:12.125rem;width:35.625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JV9AZPgBsxwgpvJ2l59kVqX8KCgbT5CR { top:48.75rem;left:46.1875rem;width:1.5625rem;height:2.0426381264882rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2r9R8Jym1mym0p8FFiQFWsySXZ8C0wT { top:46.0625rem;left:0rem;width:15.9375rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vos8PcJEF507mntEClQPh5q66er73OeR { top:13.75rem;left:12.125rem;width:35.625rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wH1keSaIlUUbOTTIv9bbiksxtuF8whPG { top:17.25rem;left:13.375rem;width:34.375rem;height:4.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #alL7Gzgv4U1VMFQTz3txu0ergT3bfoK4 { top:33.9375rem;left:12.125rem;width:35.625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQqTtO1GFXs60cP8GRUy9tqSxZB4g68o { top:36rem;left:13.375rem;width:34.375rem;height:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VycQGPDlOB9KwLTT4h09kyqOtyy9xaZr { top:56.6875rem;left:13.375rem;width:34.375rem;height:6.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLXoBNoPhLk04NRbCctEBrrUdhU46UM3 { top:53.1875rem;left:13.87255859375rem;width:26.6875rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMbAl1s8ZHD2oGliz0cPR8ps3stU47Pw { display:block; }#iMbAl1s8ZHD2oGliz0cPR8ps3stU47Pw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TrMGCT6ccre79RwwqEaLoG6hhVSKd8B4 { top:2.9375rem;left:14.875rem;width:18rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUdaLk7qzM0QOin3u5lwiWwgyUV1NwHc { top:8.375rem;left:0rem;width:47.75rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMCbc2Kx14iWHgvBUnQb8BMRBnuKu6fC { top:12.25rem;left:19.125rem;width:28.625rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #plZNgTfcPBImB41WFX4TpebaywWvaq00 { top:14.5rem;left:19.0625rem;width:28.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQL6W8DqMd8Z0NpqO4gDXps9pMKWcx59 { top:5.5rem;left:0rem;width:25.4375rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTDzZPu5XUXiwMhEIkPrKPLVnMFRq9qW { display:block; }#RTDzZPu5XUXiwMhEIkPrKPLVnMFRq9qW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gQJNbnrOOrXlPZR43MF0JCl9w6scwxIK { top:5.125rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x91oXehSD2y8Cx6cVRNJgmq3p0g2ddpy { display:block; }#x91oXehSD2y8Cx6cVRNJgmq3p0g2ddpy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UQHRCNm3IpufSTvw2LpnHBwazv7kIeea { top:1.125rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #doyMRlsp9QB02QkJxw1KC5WEsz9gCenZ { top:1.125rem;left:2.3125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sb7dcef0KcXeEAdN3ahnm7PxlmGMtrAI { top:2.4375rem;left:0.125rem;width:15.75rem;height:2.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFKvSgVzDox00d71xFIDA3LTPX22bJgi { top:6.5625rem;left:0rem;width:21.3125rem;height:8.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6H3fPeGrSo2XskZcVt2kZv7VoTXwff2 { top:15.125rem;left:0rem;width:21.1875rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxX1s7hM01hcv3W2ZqrhRDtevyuBEUkH { top:31.8125rem;left:30rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T09sKKU4Q8sDHq8v1Scv0QPXgVysTc0t { top:15.0625rem;left:10.5rem;width:21.25rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrPlsuRLDrXviy5fpk2T9I8qnvuwh8go { top:32.3125rem;left:15.875rem;width:4.3125rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNCPr1CKBa4ZSMiESfXKS65znqQ5yuMk { top:31.8125rem;left:14.125rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T514MCvDQROCKdMBJwXnyRUcRoJ14Kqi { top:6.5625rem;left:10.4375rem;width:21.3125rem;height:8.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHiyqQxp24lGfQDGqJ6FPzeb4f2xTH6p { top:32.25rem;left:0rem;width:4.3125rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOoC4BRzkMb9ugTgGp18RGEsbe1zRrGm { top:2.4375rem;left:15.5625rem;width:15.5rem;height:1.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyPSOxr5Vpnoexypdid3zn7Dhd5z9FL2 { top:1.125rem;left:15.875rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4zmu0Ao7ryJgkPfmC280wE3UbTCRBKP { top:1.125rem;left:16rem;width:15.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0bvEcv2tmEbU5rUH8OfgzTXH3igErDT { top:31.625rem;left:45.875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gg2xBFCzdXxH1wce77KRlTofAceLSRu6 { top:15.125rem;left:26.4375rem;width:20.8125rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAK9X5y5XG7LeDMax1vPBoReBf0i7Ogh { top:32.25rem;left:31.75rem;width:4.3125rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxpv9TxHHvMHv81wnHmzEDe6QufmUgxT { top:6.6875rem;left:26.3125rem;width:21.3125rem;height:9.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLhDgQCLOUDZyVd5xhNtLOOkyVl0TlKU { top:2.4375rem;left:31.4375rem;width:16.1875rem;height:2.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBBpvylSh9ytiiCaAbwF8LNspJmuhvGB { top:1.25rem;left:31.75rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpSWsrIxirdJ995NOGQWbm3ALAPicrJD { top:1.25rem;left:35rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwkkevO5GbGpQPrZcJGkKvDcXaRCdZka { top:0rem;left:23.5625rem;width:24.0625rem;height:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvJHpDuOaXWP1owqufDAiTua3R9B62hw { top:0rem;left:7.6875rem;width:24.0625rem;height:34.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZNaaqdIQCvBv42I03flhV9S69L3IdRf { top:0rem;left:0rem;width:24.0625rem;height:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAxFZNRE6WiirMORa20xqmePzEoZSvu7 { display:block; }#cAxFZNRE6WiirMORa20xqmePzEoZSvu7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #imav0JxUGxdhWR3fXaFsTbuXLuKPSBi7 { top:1.125rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5pdAxL7oon5L8d15A8AGFKd2FBS85TT { top:1.125rem;left:2.3125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4OPo3ZvvFmwD9XIT9RLwZxAPg8tnTBA { top:2.4375rem;left:0.125rem;width:15.75rem;height:2.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iT3D8lJiC8KJwpoO2rzkyLQn7XGtqe2B { top:6.5625rem;left:0rem;width:21.3125rem;height:8.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1S60aDaZ9L8JyxTiGXx5E9XAVzzacPE { top:15.125rem;left:0rem;width:21.375rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #errQkJ2CcuEEzoAIQkbVxdykuDU0Kwbs { top:31.5rem;left:30rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7A92HNnk79AiKopp3nlWFrT2JzyG1H9 { top:15.1875rem;left:11rem;width:20.75rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHBAVx43BGyW42LQs6BvNM4tmICzEnUQ { top:32.125rem;left:15.875rem;width:4.3125rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sy3UfSJNDLaSybWtZNADsea7qSnSAFDT { top:31.8125rem;left:14.125rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZeQxqqutzyeTvdJ93bESQCALCDf36XA { top:6.5625rem;left:10.4375rem;width:21.3125rem;height:8.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ddp03SS2fbW11l3eyXG2DnoaCUXPB6EM { top:32.25rem;left:0rem;width:4.3125rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VO0vyfn4yRDX1qzE2ykaMKT5bVKFkuF6 { top:2.4375rem;left:15.5625rem;width:16.1875rem;height:1.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntN3xkwoo7hbiUzNJWz2t5sIlNMm59Zu { top:1.125rem;left:15.875rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GswSv9PMKimJTJkXTZrdpOxTQze9Ro5R { top:1.125rem;left:16rem;width:15.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyrTwHZJCDZn5SvDvZ5o728lNqpN1bRu { top:31.625rem;left:45.875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ov3XQpXS4iyNRgaHOA2p5KWT3VixnpOQ { top:15.375rem;left:26.5rem;width:21.125rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bq91VlTiHC7R3cLuh6IMGM8IXfKtGlTM { top:32.25rem;left:31.75rem;width:4.3125rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZNbdVOTWAJXrfrEhX3KWo1zMl6yFCwb { top:6.6875rem;left:26.3125rem;width:21.3125rem;height:9.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmbJ4P3lwVfCJh2xDcEIZd4s0r57NteH { top:2.8125rem;left:32.25rem;width:15.375rem;height:1.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlTxM74TsPDsBwNhmtHgsRDHTlTq8tLO { top:1.25rem;left:31.75rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuJkKA8088B4wfAVW3nCz9slI7vKoRVx { top:1.25rem;left:35rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNfgGm7AFXnX38mHBfQhE45BqUDu1zkz { top:0rem;left:23.5625rem;width:24.0625rem;height:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BilB0MQQHwN4Vnf269JZdaTCfbq5OC7t { top:0rem;left:7.6875rem;width:24.0625rem;height:34.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vn1PLoVfW0TiVnTQefCxXQNIrDqpz094 { top:0rem;left:0rem;width:24.0625rem;height:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #ud1Q8XdTmnBVxEz3Tt7f3HlD1DticTuD { display:block; }#ud1Q8XdTmnBVxEz3Tt7f3HlD1DticTuD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f3bq6kb5CkIoA9zeid9ZCq6Fts0FVKuz { display:block; }#f3bq6kb5CkIoA9zeid9ZCq6Fts0FVKuz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SplCwlzKB0Ez2HQx8ywhrfSuPBRau1Ww { top:3.25rem;left:25.625rem;width:22.125rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKSeqomVWy2uInLP5OsVgKEEdowHGUDU { top:4.5625rem;left:0rem;width:22.5rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4e07f25d-5f19-4976-8235-02103f8c7618/4.gif");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:60.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z6GXgLpQV6nNQxQeUSlvrMk8aT8TC7Wq { width:17.3125rem;height:14.619125rem;top:17rem;left:1.34375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aH1EMrTwXAAsHRxELIQVHrXasQNtVnpx { width:0.8125rem;height:4.9375rem;top:16.896484375rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #J32e9CBmHGTZD345mQ2qZ6KIJndRZ5d1 { width:19.9375rem;height:3.4375rem;top:39.1875rem;left:0rem;font-size:1.125rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #tQKr0p8GMKwkbZTCaL37VNabo1MSNqPK { display:block; }
 }@media only screen and (max-width: 763px) { #BN6P6vkIXJyrTDAkefO6RHASE6nM5FTv { width:9.5rem;height:12.8125rem;top:47.812502861023rem;left:10.500000178814rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #PgGaFohqplNIrura6TeIqzTcPuZzIzDK { width:16.5rem;height:2.5rem;top:2.125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J81iDFnKVoqS3vWQBkIeqFUd0d80zXmG { width:4.375rem;height:4.375rem;top:50.8125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFWm37GbKkpWtbSseZeWPwIDpJ2KT450 { width:5.125rem;height:5.125rem;top:50.4375rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFN0iK4iW9D1k8Sq3H8huiSiswRADp2S { width:8.5rem;height:1.94970625rem;top:35.3125rem;left:5.75rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S2Zy3eP1TWTnW0sTocZxzbdEeO56DfsI { width:8.25rem;height:1.13720625rem;top:37rem;left:5.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mgZiIIvuuey8zGTASTKxTux6QSlDCLmg { width:20rem;height:7.7988125rem;top:7.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZJsxkM5CWVF9R320URXxaxTylizQTACf { width:12.624rem;height:1.4624rem;top:43.5rem;left:3.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VbEOVve80gykp78LAOJcHCoHaTsNffLX { display:block; }#VbEOVve80gykp78LAOJcHCoHaTsNffLX > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fS81sJTP8ia4yEvN9zzGJGuNAGr0TS6T { height:11.1875rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwPq8Hi8RJID9JZkCH5SwgUZ5Wty5ve0 { display:block; }#lwPq8Hi8RJID9JZkCH5SwgUZ5Wty5ve0 > .row .container { width:20rem;height:8.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JL4BQWMGxd1S0CEJ7tbWlk75TWBdGx0L { width:18.625rem;height:3.8994125rem;top:3.125rem;left:0.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PG7Kk2T9VAT7fgPfXESN8hx7qp27AgN1 { display:block; }#PG7Kk2T9VAT7fgPfXESN8hx7qp27AgN1 > .row .container { width:20rem;height:122.35727995479rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i5RQZbC2NWffF2aPf5XXTuNnlfc07UvV { width:18.75rem;height:25.25rem;top:29.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nnte1TCM8FGri9evPOS7QKya8eWSMTgt { width:18.75rem;height:26.4375rem;top:55.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #InnsLI4kS3kzLed7cV2vOJ1CCkEaktfJ { width:18.75rem;height:28.625rem;top:83.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7izgON6bONV4XTN358nlz1g9hecSSDp { width:13.1875rem;height:2.4375rem;top:35.25rem;left:3.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8NuKluqDS6T3F5cuL6ZUeAqbgICAunA { width:12.5rem;height:2.4375rem;top:66.3125rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jr2f4z0QaNW11e4u7Jk8W9IMLBNyUKMd { width:2rem;height:2.6875rem;top:58rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPvi5iN2V3N4g9T0HrDqMWcyX1KnZqcJ { width:12.5rem;height:3.65625rem;top:44.1875rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHwpXznQMMlxu1HAbEvT2JHVWZCCDG76 { width:12.5rem;height:3.65625rem;top:15.125rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRcvoMDGC7IAH9ypKsEiTf90m7FiEClt { width:12.5rem;height:2.4375rem;top:93.6875rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kux6n0BxeNx4D8Wh9UFMTZRqkqnfA5H3 { width:13.1875rem;height:2.4375rem;top:7rem;left:3.40625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #THfGZPHxq1MT7689MKromftSZQzcUKKw { width:2rem;height:2.6875rem;top:85.875rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvOWT4eNqKPhIg1eabvHr4EUUfI0b8ZF { width:18.75rem;height:28.75rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4CKOqKmESUJoSn5Z8qVnOHrKiMOFB1r { width:12.5rem;height:4.875rem;top:97.5rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMFF3zeeKLOuyHFTATDzWGlIpgRAlVbH { width:12.5rem;height:1.21875rem;top:12.6875rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7fWguMwGT9Tfs2bLwozOieB7vdPzpUm { width:13.1875rem;height:2.4375rem;top:89.375rem;left:3.40625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPTVyeSPfBFbka3T1z8CTWar0WW13WDT { width:2rem;height:2.6875rem;top:1.9375rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #us4eEsyRzxEKRcdJuN7fQTICk9XXyhhd { width:13.1875rem;height:2.4375rem;top:61.125rem;left:3.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJVrStiASe8hEn4MCweuPvQNh8qvxISw { width:2rem;height:2.6875rem;top:32.0625rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5oUhocMPHMoxy8cDGOudgWpDafXhQ0b { width:12.5rem;height:2.4375rem;top:40.3125rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJ5VXJ5uwulTTtnlln2EOS1gtZsIK2mK { width:12.5rem;height:4.875rem;top:69.125rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ST1BRzoOEEp0JGJqC9dXWeWhvWwM2d6Z { width:12.1875rem;height:1.3rem;top:10.25rem;left:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZV3VG2J1nqCNw5dfhnT0h2bOme7v4l9O { width:12.125rem;height:3.375rem;top:21.625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dR1fwiy71MrcANyHoq5TWgbdxW6LzxUq { width:14.875rem;height:3.4375rem;top:105.375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXp8wFntElNRPWkBSJ97Rk3nHQqTOLqr { display:block; }
 }@media only screen and (max-width: 763px) { #roDI9kQTXmv2GEX0URWKwEx5v1259IFe { width:12.125rem;height:3.3746905171836rem;top:117.73258943761rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLguphoNXzT4SWAbf00CTrcS0wIvVMi7 { width:12.0625rem;height:3.3575894376108rem;top:113.125rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAATsCJWDiv3ClEDBNsaXaALEfayHIvF { display:none; }#oAATsCJWDiv3ClEDBNsaXaALEfayHIvF > .row .container { width:20rem;height:9.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #f6PKNNsRv7TePKCXNfVQUcMOsXInQrCA { width:17.0625rem;height:3.125rem;top:1.75rem;left:1.46875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uc03RAPxKSGTqk4QpSk2q7vxiHeGR9eE { display:block; }
 }@media only screen and (max-width: 763px) { #ieNiMNHrSEaMPnA27REVDZZekndJM5In { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b5999b9f-db9f-4a23-9855-c059118c3e87/redsecbg1mobile.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ieNiMNHrSEaMPnA27REVDZZekndJM5In.adaptive-delivery-prevent-bg, #ieNiMNHrSEaMPnA27REVDZZekndJM5In.lazyload, #ieNiMNHrSEaMPnA27REVDZZekndJM5In.lazyloading { background-image: none; }#ieNiMNHrSEaMPnA27REVDZZekndJM5In > .row .container { background-color: transparent; background-image: none; }#ieNiMNHrSEaMPnA27REVDZZekndJM5In::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ieNiMNHrSEaMPnA27REVDZZekndJM5In > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ieNiMNHrSEaMPnA27REVDZZekndJM5In > .row .container > .video-iframe-container { display: none; }#ieNiMNHrSEaMPnA27REVDZZekndJM5In > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ieNiMNHrSEaMPnA27REVDZZekndJM5In > .row > .video-iframe-container { display: none; }#ieNiMNHrSEaMPnA27REVDZZekndJM5In > .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); }#ieNiMNHrSEaMPnA27REVDZZekndJM5In > .row .container { width:20rem;height:25.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wSBnTwDHtEpl4RpxOU9goySsLFf8JF3P { width:20rem;height:8.2060625rem;top:0.7490234375rem;left:0rem;font-size:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObBDNa2uFq2AuPdos4GSwRTk8kvhrAKk { width:19.1875rem;height:10.3984375rem;top:9.7060546875rem;left:0.40625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GolWt78e2xUl9h0lhUvIhKLrTQGQ3TrV { background-color:#ffffff;background-image:none;display:block; }#GolWt78e2xUl9h0lhUvIhKLrTQGQ3TrV > .row .container { background-color: transparent; background-image: none; }#GolWt78e2xUl9h0lhUvIhKLrTQGQ3TrV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GolWt78e2xUl9h0lhUvIhKLrTQGQ3TrV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GolWt78e2xUl9h0lhUvIhKLrTQGQ3TrV > .row .container > .video-iframe-container { display: none; }#GolWt78e2xUl9h0lhUvIhKLrTQGQ3TrV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GolWt78e2xUl9h0lhUvIhKLrTQGQ3TrV > .row > .video-iframe-container { display: none; }#GolWt78e2xUl9h0lhUvIhKLrTQGQ3TrV > .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); }#GolWt78e2xUl9h0lhUvIhKLrTQGQ3TrV > .row .container { width:20rem;height:63.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MSBqpkecxaNOMsFDCT5TcXKEVK1EcQ07 { width:20rem;height:5.19921875rem;top:2.052734375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zcnwp537b0Iz1qfUSSHk3tsoez50nidK { width:18.75rem;height:5.0625rem;top:11.61816875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IB5aMpEly0fpS4RcsktNNC8q5vT5STMg { width:5.875rem;height:1.29980625rem;top:15.75rem;left:12.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DznliKTaVpQDHN989yAfyE23nD2ytEmc { width:4.62456875rem;height:1.29980625rem;top:23.5625rem;left:12.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #REztkl9UF71cHuNTDcgnSzEb9uUOrW6C { width:5.18663125rem;height:1.29980625rem;top:31.25rem;left:12.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfcAn4nGVazDgxA3d30UnPXADFRpbm75 { width:5.18663125rem;height:1.29980625rem;top:39.6875rem;left:12.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yU48OGctI6WczpTTcXTBmITwT3glc1Es { width:7.3123125rem;height:1.29980625rem;top:47.5rem;left:12.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXdXD7UCdrlrcvOGZNcSBSuJZRxMuny6 { width:5.18663125rem;height:1.29980625rem;top:27.375rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6ieg98z9hKE1mzNwi8GmPBwHJFuwzsM { width:7.875rem;height:1.29980625rem;top:19.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsMyHf1Ooe4kKvZRpnAUgvizivVmr0Qn { width:5.56206875rem;height:2.5996125rem;top:34.625rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDc6wvKEwWNprTWLHBVGeeGniLXwiZcR { width:4.93706875rem;height:1.29980625rem;top:43.5625rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTEdSL8vCv2Ml3WtRZwzRGC6qsHHiU8f { top:13.75rem;left:5.5625rem;width:8.9375rem;height:36.5rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SLxalM3hd4sMOHoVE5nFfTiaaF5T7Tvm { width:20rem;height:3.8994125rem;top:8.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqZ7oS977Vvi7evHtvv4WGstpiUL0nzv { width:17.0625rem;height:3.4375rem;top:54.123046875rem;left:1.4375rem;font-size:1.125rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #LxrwF08fA6z1zJ15vUi7P7P3HflOfHvr { display:block; }
 }@media only screen and (max-width: 763px) { #FonExpb5qX1uPx1xutufCDOuQpOitDNv { width:12.6243125rem;height:1.4624rem;top:58.810546875rem;left:3.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Uc7Urt3wOIHeACsmJqRv1kK4snRi6RuW { display:block; }#Uc7Urt3wOIHeACsmJqRv1kK4snRi6RuW > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxZPSVUTV4RO44dJKqdKLNpKng98u6T0 { width:20rem;height:2.6rem;top:1.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SR5nCQTsRBBeEru7KmEvL0LlNkMGZeTQ { width:18rem;height:1.38125rem;top:5.787109375rem;left:1rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lN7zIuJbvqudDlncVCCV4FJkQLRTKVca { width:20rem;height:3.8994125rem;top:8.417971875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DMQoWRsSbwlt1f5SV3sT4AM5LaoU3V85 { width:14.625rem;height:1.29980625rem;top:14.875rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTLfJINQLbLfgVVQcCbETUWsKwdn2QAy { width:15.625rem;height:0.9375rem;top:16.6875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqDcIqagunuTuMl3B0iVSb6gNEE8JyhR { width:18rem;height:5.1875rem;top:13.875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCiR1ixbCDWpmdvFQ9e4fsls7Q1KmRJl { display:block; }#TCiR1ixbCDWpmdvFQ9e4fsls7Q1KmRJl > .row .container { width:20rem;height:23.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Epcu31OUmCgnpfldys6hBzuCOQ237TEZ { width:18rem;height:1.3808625rem;top:3.875rem;left:1rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqdUZh5D7hd8Na8c4qQxXGz0CMbQmtaQ { width:20rem;height:1.94970625rem;top:15.6875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f8aTdnduXWM7hVvb4niTN0SeMWxEgKSw { width:20rem;height:1.29980625rem;top:17.63671875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Oo8r0Om89dchJo6n7S4Rv3zvEc6DDXFJ { width:14.375rem;height:8.0625rem;top:6.505859375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2EB9K96Q9f6ZlLMclGLP20XRkF9CX7F { width:20rem;height:9.5rem;top:12.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXL2cusQ5yzbaKvrzJPQWWun7eBORc93 { display:block; }#dXL2cusQ5yzbaKvrzJPQWWun7eBORc93 > .row .container { width:20rem;height:42.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l4vPHbz5WvRUbRZMTHDuk4rkMWrpbTEM { width:18rem;height:1.3808625rem;top:2.6875rem;left:1rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GR6xAK7tzaelTcErlxLhsJ76CMlvLlu7 { width:20rem;height:22rem;top:10.09765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qy9IctO30EUsZJmg0SAmI21d2oXP850E { width:18.0625rem;height:1.3808625rem;top:14.005859375rem;left:0.96875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ri6Vsa6uMf9N82X57779oEVT3k6fvfOI { width:15.0625rem;height:0.9624rem;top:15.38671875rem;left:2.46875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BwVqEcfT5c72Ur7qb6ZUu7iv1tPbRQJb { width:17.1875rem;height:2.76171875rem;top:18.22265625rem;left:1.40625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ESehZ6NDHTFZLdtEZUkyeLMrtwGxKmg0 { width:18.75rem;height:7.6953125rem;top:22.234375rem;left:0.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hqz2iHyib3mqLrfS36bJEDgi8acCm3Wu { width:8.0625rem;height:8.0625rem;top:5.318359375rem;left:5.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fImLPqXlHRz7Cx3Gh594C1DI2yaFxq92 { width:10.9375rem;height:7.8125rem;top:33.34765625rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzKrS8Wg8oZ0HZlLesLvk6U2GTdgKueL { width:1.5625rem;height:2.0435578654885rem;top:30.728515625rem;left:8.7490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVfkP50FvDgZn3PCXDLTbnwAnD33Na9J { width:1.5625rem;height:2.0435578654885rem;top:34.06640625rem;left:9.1865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LV9hyaDo2kvZTSWr9rtvTcmgJ4LsaaJm { width:10.375rem;height:4.38574375rem;top:36.3154296875rem;left:4.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #B9t2kXBoccrV4xec3VVIUoTXB8ubxJzB { display:block; }#B9t2kXBoccrV4xec3VVIUoTXB8ubxJzB > .row .container { width:20rem;height:42.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tSSX7qRMTWXvqtZLucnFO9GeN6yObGXo { width:18rem;height:1.3808625rem;top:2.25rem;left:1rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dU7IMgNORRNBVaEnqL8rADXrxtZz4T6K { width:20rem;height:24rem;top:9.85546875rem;left:0rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3OTuLPw37rQ68fwz7mUiCs5BKFl23aF { width:8.0625rem;height:8.0625rem;top:4.755859375rem;left:5.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIvMrXRZiTTuIPlOZZFDHwdw0ni1vdCm { width:18.75rem;height:1.3808625rem;top:13.380859375rem;left:0.625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M7wEO1N0gbsK07eTqTrW2b08LIxzJqXu { width:19.5625rem;height:0.9624rem;top:14.76171875rem;left:0.21875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RXHnNEfrRS4NXQLoAGgfDyNlecuDgf7K { width:20rem;height:2.76171875rem;top:17.59765625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JtqkVHnLFDmWqbgNQoMcoPMVQuXVTzK9 { width:18.625rem;height:8.65725rem;top:21.609375rem;left:0.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SGTa41EuIetrPVaiLyDh7M4zPmnkcHmK { width:10.9375rem;height:6.625rem;top:35.10546875rem;left:4.5rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtO9Lu7PF9szT4vQLWKZyUyZqryHVPF1 { width:1.5625rem;height:2.0435578654885rem;top:36.26171875rem;left:9.3759765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BChJH2Jn7b0EiQRXz3XvKaq9KMCXoKQL { width:8.125rem;height:1.4619125rem;top:38.7578125rem;left:5.90625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wWcA6HQlX0iMlt8VwVcrK9Tb5ApStSQT { display:block; }#wWcA6HQlX0iMlt8VwVcrK9Tb5ApStSQT > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HbaSLezEIeSsgOsFzNvO6TSsWkbfFHxA { width:18rem;height:1.3808625rem;top:1.4375rem;left:1rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vucr02nd2qiUluadhg2VFEpzROuZEEaL { width:20rem;height:8.75rem;top:4.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfMZHmJA5TIhb9kTWKq0FGdoOCEWO03X { width:20rem;height:1.94970625rem;top:7.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCm7fsgnP6kTMtquzwZpy4d2vb7hxMRz { display:block; }#UCm7fsgnP6kTMtquzwZpy4d2vb7hxMRz > .row .container { width:20rem;height:45.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zq0gFPb8TBZlPdUK8IyplD9OXTC64xqp { width:18rem;height:1.3808625rem;top:1.6875rem;left:1rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #STZpTFSinJOegvZHGpfziPLco4KHBgT6 { width:8.0625rem;height:8.0625rem;top:4.318359375rem;left:5.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nF0069OkHUdMNPB4636LCIr2pV3rPiLH { width:20rem;height:26.875rem;top:9.068359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLo2gRdx7QhpnLgmWmEXRRBy9RJ1uJKa { width:20rem;height:2.76171875rem;top:17.34765625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LBmF61c5gVPtKmeJlCOCI2KV7h0K6FIq { width:18rem;height:12.50485625rem;top:21.359375rem;left:1rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sTvJekeBuuNEfun2TLSql7CnZqiyXDTT { width:19.5625rem;height:0.9624rem;top:14.51171875rem;left:0.21875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JTpSJ9yb4uDFhnN9vTURmb7bgN9ceB7a { width:18.75rem;height:1.3808625rem;top:13.130859375rem;left:0.625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #APuINpbxk57HfrbDzcS01KHGB559kSGe { width:10.9375rem;height:6.625rem;top:37.193359375rem;left:4.5rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P08EvMVlPs2yJ2Uw3wVxNz2C0mcptCpE { width:1.5625rem;height:2.0435578654885rem;top:38.005859375rem;left:8.9365234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FveNwp4T1okxxFGEEfdC4MQAMSciG1J3 { width:8.125rem;height:1.4619125rem;top:40.560546875rem;left:5.859375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vMDzvynJd6bGCCpniwRmFQi1DeaA0LW0 { display:block; }#vMDzvynJd6bGCCpniwRmFQi1DeaA0LW0 > .row .container { width:20rem;height:42.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wyWxV79DpvpvxQeieb96b7dRgVu3m1ws { width:18rem;height:1.3808625rem;top:2rem;left:1rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cyl8W5TS2f4rKS9Fv1qcGBa4MT2mCKuF { width:20rem;height:23.8125rem;top:9.7548828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXTT7a4KMAe5XxNllNgMlfDa1pXEVD7W { width:18.0625rem;height:1.3808625rem;top:13.318359375rem;left:0.96875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rU4TzDpQJmFTFb1mPPf9Ix1BAB2FnTUq { width:15.0625rem;height:0.9624rem;top:14.69921875rem;left:2.46875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xRdGb1uv2ORpSQo5L0M8WVtwmswS3olw { width:17.1875rem;height:2.76171875rem;top:17.53515625rem;left:1.40625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XAUPzPM1uuOgEs2DADn0PBwHlCKS7oVD { width:18.75rem;height:9.61914375rem;top:21.546875rem;left:0.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EAzRScAStaRlA4TNa6kG4CinZgwOpSkm { width:8.0625rem;height:8.0625rem;top:4.630859375rem;left:5.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #na5eNKxN9Q4asNemhyyh4zNwqz5072U1 { width:10.9375rem;height:6.625rem;top:34.8173828125rem;left:4.5rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSN6FJ7zLGJOEVuoiT1durqRmNrBxTOS { width:1.5625rem;height:2.0435578654885rem;top:35.6611328125rem;left:9.1865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5wb9sh41TRLTeNOPWABDB6fIpTtDafs { width:8.125rem;height:1.4619125rem;top:38.7666015625rem;left:5.90625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rCQ4SiI10EqX1xTdR823bShDx052f43X { display:block; }#rCQ4SiI10EqX1xTdR823bShDx052f43X > .row .container { width:20rem;height:108.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SacE0z17GTTrh1rpF38c44AkeHQ59t4w { width:18rem;height:1.3808625rem;top:1.5rem;left:1rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gb9aIgLwrUoTTCW8W7hv31qZGKIo3vvO { width:20rem;height:13.9375rem;top:10.693359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCDlsuznW52DTNQyW0BJx3OOLhTl0nno { width:18.0615rem;height:1.3808625rem;top:14.818359375rem;left:0.9677734375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yWsNoy7CBaQcxAk85qUeqzl0EJHKL1uH { width:15.0615rem;height:0.9624rem;top:16.19921875rem;left:2.4658203125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KIl6H8h1RHXlLnke9x3Po4mZA0BaTWC2 { width:8.0625rem;height:8.0625rem;top:6.25rem;left:10.0625rem;z-index:15084;display:block; }
 }@media only screen and (max-width: 763px) { #KQt4csp6fOvk17qsaErTJ8RJhGneCcTR { width:13.3125rem;height:1.923825rem;top:3.193359375rem;left:3.34375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ahszbXfr772HELtTvR5foGdUeo2yaPnq { width:15rem;height:5.5625rem;top:7.5625rem;left:0rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmxsyMPZiDyWlRVuDog2znqNfxFxSOrT { width:8.1875rem;height:1.4624rem;top:10.693359375rem;left:0.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Z7sTZaKX7NVEW3CuKpBwfi3fvTfFVd1h { width:1.25rem;height:1.625rem;top:8.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFlXShquKRD8u8zdsSpE1xPqCffQsXrP { width:20rem;height:13.9375rem;top:31rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyFAMQZBRwSZGazOHyuSzTnkcdpQd298 { width:14rem;height:5.5625rem;top:27.75rem;left:0rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFdXDmaSKPf1H4D2ggnkzJ0qOPQi4apQ { width:8.1875rem;height:1.4624rem;top:30.875rem;left:0.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SqqtUvv703TBdTiBMlUOmTdeiamTIXFx { width:19.625rem;height:0.9624rem;top:36.7880859375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lgZw1Q0iXOi5LfPrUSdqzHfze9V04scP { width:20rem;height:1.3808625rem;top:35.4375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NyQ37mbgv1C6p0KEBEhpTvJmM3P8RyUE { width:1.25rem;height:1.625rem;top:28.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEPDzcqOvFuNSh3wmOB0fZ3JzDxSbSG1 { width:8.0625rem;height:8.0625rem;top:24.9375rem;left:10.0625rem;z-index:15085;display:block; }
 }@media only screen and (max-width: 763px) { #vsi7qCFONfb91gJg5V2VXuIZRdd198WH { width:20rem;height:13.9375rem;top:51.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7JUXZBpVdH7RHEWy1rUCWiOnMePv4WO { width:15.1875rem;height:5.5625rem;top:48.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWGw3L6nzoBvzdrNnKrXh328ssAKE5zT { width:8.1875rem;height:4.38574375rem;top:51.1875rem;left:0.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OHcQHXbaNXixdZtyu2z6diTRfzOW3oqr { width:19.625rem;height:0.9624rem;top:57.375rem;left:0.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SrBsxt9SrrlJ9ZShoUoTnmMSZurqhoMh { width:20rem;height:1.3808625rem;top:55.8125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JV9AZPgBsxwgpvJ2l59kVqX8KCgbT5CR { width:1.25rem;height:1.625rem;top:49.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2r9R8Jym1mym0p8FFiQFWsySXZ8C0wT { width:8.0625rem;height:8.0625rem;top:45.3427734375rem;left:10.0625rem;z-index:15086;display:block; }
 }@media only screen and (max-width: 763px) { #Vos8PcJEF507mntEClQPh5q66er73OeR { width:20rem;height:4.14258125rem;top:66.5rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wH1keSaIlUUbOTTIv9bbiksxtuF8whPG { width:20rem;height:5.7714875rem;top:71.892575rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #alL7Gzgv4U1VMFQTz3txu0ergT3bfoK4 { width:20rem;height:2.76171875rem;top:78.914065625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CQqTtO1GFXs60cP8GRUy9tqSxZB4g68o { width:20rem;height:10.5810625rem;top:82.925784375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VycQGPDlOB9KwLTT4h09kyqOtyy9xaZr { width:20rem;height:8.65725rem;top:98.768565625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NLXoBNoPhLk04NRbCctEBrrUdhU46UM3 { width:20rem;height:2.76171875rem;top:94.756846875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iMbAl1s8ZHD2oGliz0cPR8ps3stU47Pw { display:block; }#iMbAl1s8ZHD2oGliz0cPR8ps3stU47Pw > .row .container { width:20rem;height:25.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TrMGCT6ccre79RwwqEaLoG6hhVSKd8B4 { width:18rem;height:1.3808625rem;top:1.8125rem;left:1rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUdaLk7qzM0QOin3u5lwiWwgyUV1NwHc { width:20rem;height:10.625rem;top:9.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMCbc2Kx14iWHgvBUnQb8BMRBnuKu6fC { width:20rem;height:1.94970625rem;top:13.875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #plZNgTfcPBImB41WFX4TpebaywWvaq00 { width:20rem;height:1.29980625rem;top:16.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yQL6W8DqMd8Z0NpqO4gDXps9pMKWcx59 { width:14.4375rem;height:8.0625rem;top:4.443359375rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTDzZPu5XUXiwMhEIkPrKPLVnMFRq9qW { display:block; }#RTDzZPu5XUXiwMhEIkPrKPLVnMFRq9qW > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gQJNbnrOOrXlPZR43MF0JCl9w6scwxIK { width:20rem;height:4.048825rem;top:2.255859375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x91oXehSD2y8Cx6cVRNJgmq3p0g2ddpy { display:block; }#x91oXehSD2y8Cx6cVRNJgmq3p0g2ddpy > .row .container { width:20rem;height:100rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UQHRCNm3IpufSTvw2LpnHBwazv7kIeea { width:4.375rem;height:4.375rem;top:2rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #doyMRlsp9QB02QkJxw1KC5WEsz9gCenZ { width:12.5rem;height:1.3rem;top:2.0625rem;left:5.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sb7dcef0KcXeEAdN3ahnm7PxlmGMtrAI { width:14.1875rem;height:2.4375rem;top:3.5625rem;left:5.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFKvSgVzDox00d71xFIDA3LTPX22bJgi { width:18.125rem;height:10.49805625rem;top:7.25rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6H3fPeGrSo2XskZcVt2kZv7VoTXwff2 { width:17.8125rem;height:12.9375rem;top:16.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxX1s7hM01hcv3W2ZqrhRDtevyuBEUkH { width:1.75rem;height:1.75rem;top:64.3125rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T09sKKU4Q8sDHq8v1Scv0QPXgVysTc0t { width:17.8125rem;height:12.9375rem;top:50.1875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrPlsuRLDrXviy5fpk2T9I8qnvuwh8go { width:4.3125rem;height:0.875rem;top:64.875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNCPr1CKBa4ZSMiESfXKS65znqQ5yuMk { width:1.75rem;height:1.75rem;top:31.25rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T514MCvDQROCKdMBJwXnyRUcRoJ14Kqi { width:18.125rem;height:10.49805rem;top:40.4375rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHiyqQxp24lGfQDGqJ6FPzeb4f2xTH6p { width:4.3125rem;height:0.875rem;top:31.8125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOoC4BRzkMb9ugTgGp18RGEsbe1zRrGm { width:12.8125rem;height:1.625rem;top:36.900390625rem;left:6.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyPSOxr5Vpnoexypdid3zn7Dhd5z9FL2 { width:4.375rem;height:4.375rem;top:35.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4zmu0Ao7ryJgkPfmC280wE3UbTCRBKP { width:12.5rem;height:1.3rem;top:35.5rem;left:6.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0bvEcv2tmEbU5rUH8OfgzTXH3igErDT { width:1.75rem;height:1.75rem;top:97.75rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gg2xBFCzdXxH1wce77KRlTofAceLSRu6 { width:17.8125rem;height:12.9375rem;top:83.5625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAK9X5y5XG7LeDMax1vPBoReBf0i7Ogh { width:4.3125rem;height:0.875rem;top:98.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxpv9TxHHvMHv81wnHmzEDe6QufmUgxT { width:17.75rem;height:11.5478625rem;top:73.75rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLhDgQCLOUDZyVd5xhNtLOOkyVl0TlKU { width:12.9375rem;height:2.4375rem;top:70.2998046875rem;left:6.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBBpvylSh9ytiiCaAbwF8LNspJmuhvGB { width:4.375rem;height:4.375rem;top:69rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpSWsrIxirdJ995NOGQWbm3ALAPicrJD { width:12.5rem;height:1.3rem;top:69rem;left:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwkkevO5GbGpQPrZcJGkKvDcXaRCdZka { width:20rem;height:32.1875rem;top:67.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvJHpDuOaXWP1owqufDAiTua3R9B62hw { width:20rem;height:32.1875rem;top:34.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZNaaqdIQCvBv42I03flhV9S69L3IdRf { width:20rem;height:32.1875rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAxFZNRE6WiirMORa20xqmePzEoZSvu7 { display:block; }#cAxFZNRE6WiirMORa20xqmePzEoZSvu7 > .row .container { width:20rem;height:101.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #imav0JxUGxdhWR3fXaFsTbuXLuKPSBi7 { width:4.375rem;height:4.375rem;top:2rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5pdAxL7oon5L8d15A8AGFKd2FBS85TT { width:12.5rem;height:1.3rem;top:2.0625rem;left:5.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4OPo3ZvvFmwD9XIT9RLwZxAPg8tnTBA { width:14.0625rem;height:2.4375rem;top:3.5625rem;left:5.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iT3D8lJiC8KJwpoO2rzkyLQn7XGtqe2B { width:18.125rem;height:10.49805625rem;top:6.625rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1S60aDaZ9L8JyxTiGXx5E9XAVzzacPE { width:17.8125rem;height:12.9375rem;top:17.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #errQkJ2CcuEEzoAIQkbVxdykuDU0Kwbs { width:1.75rem;height:1.75rem;top:64.3125rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7A92HNnk79AiKopp3nlWFrT2JzyG1H9 { width:17.8125rem;height:12.9375rem;top:51rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHBAVx43BGyW42LQs6BvNM4tmICzEnUQ { width:4.3125rem;height:0.875rem;top:65rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sy3UfSJNDLaSybWtZNADsea7qSnSAFDT { width:1.75rem;height:1.75rem;top:31.1875rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZeQxqqutzyeTvdJ93bESQCALCDf36XA { width:18.125rem;height:9.44825rem;top:40.4375rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ddp03SS2fbW11l3eyXG2DnoaCUXPB6EM { width:4.3125rem;height:0.875rem;top:31.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VO0vyfn4yRDX1qzE2ykaMKT5bVKFkuF6 { width:12.8125rem;height:1.625rem;top:36.9375rem;left:6.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntN3xkwoo7hbiUzNJWz2t5sIlNMm59Zu { width:4.375rem;height:4.375rem;top:35.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GswSv9PMKimJTJkXTZrdpOxTQze9Ro5R { width:13.6875rem;height:1.3rem;top:35.5rem;left:6.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyrTwHZJCDZn5SvDvZ5o728lNqpN1bRu { width:1.75rem;height:1.75rem;top:97.25rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ov3XQpXS4iyNRgaHOA2p5KWT3VixnpOQ { width:17.8125rem;height:12.9375rem;top:83.75rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bq91VlTiHC7R3cLuh6IMGM8IXfKtGlTM { width:4.3125rem;height:0.875rem;top:97.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZNbdVOTWAJXrfrEhX3KWo1zMl6yFCwb { width:17.625rem;height:9.44825rem;top:74.4375rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmbJ4P3lwVfCJh2xDcEIZd4s0r57NteH { width:12.3125rem;height:1.625rem;top:70.5625rem;left:6.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlTxM74TsPDsBwNhmtHgsRDHTlTq8tLO { width:4.375rem;height:4.375rem;top:69rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuJkKA8088B4wfAVW3nCz9slI7vKoRVx { width:12.5rem;height:1.3rem;top:69rem;left:6.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNfgGm7AFXnX38mHBfQhE45BqUDu1zkz { width:20rem;height:32.0625rem;top:67.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BilB0MQQHwN4Vnf269JZdaTCfbq5OC7t { width:20rem;height:32.1875rem;top:34.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vn1PLoVfW0TiVnTQefCxXQNIrDqpz094 { width:20rem;height:32.1875rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ud1Q8XdTmnBVxEz3Tt7f3HlD1DticTuD { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a64e1d95-b606-4c94-96d2-d8d1b0ee59fb/Mobilelastsec.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ud1Q8XdTmnBVxEz3Tt7f3HlD1DticTuD.adaptive-delivery-prevent-bg, #ud1Q8XdTmnBVxEz3Tt7f3HlD1DticTuD.lazyload, #ud1Q8XdTmnBVxEz3Tt7f3HlD1DticTuD.lazyloading { background-image: none; }#ud1Q8XdTmnBVxEz3Tt7f3HlD1DticTuD > .row .container { background-color: transparent; background-image: none; }#ud1Q8XdTmnBVxEz3Tt7f3HlD1DticTuD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ud1Q8XdTmnBVxEz3Tt7f3HlD1DticTuD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ud1Q8XdTmnBVxEz3Tt7f3HlD1DticTuD > .row .container > .video-iframe-container { display: none; }#ud1Q8XdTmnBVxEz3Tt7f3HlD1DticTuD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ud1Q8XdTmnBVxEz3Tt7f3HlD1DticTuD > .row > .video-iframe-container { display: none; }#ud1Q8XdTmnBVxEz3Tt7f3HlD1DticTuD > .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); }#ud1Q8XdTmnBVxEz3Tt7f3HlD1DticTuD > .row .container { width:20rem;height:36.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f3bq6kb5CkIoA9zeid9ZCq6Fts0FVKuz { display:block; }#f3bq6kb5CkIoA9zeid9ZCq6Fts0FVKuz > .row .container { width:20rem;height:21.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SplCwlzKB0Ez2HQx8ywhrfSuPBRau1Ww { width:15.0625rem;height:3.4375rem;top:7.4365234375rem;left:2.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKSeqomVWy2uInLP5OsVgKEEdowHGUDU { width:15.75rem;height:2.1875rem;top:3.25rem;left:2.125rem;display:block; }
 }