.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); }#lU9W58fUowQHeTvk8xLQrPD7B5Lr5pgI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eeeeee;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#lU9W58fUowQHeTvk8xLQrPD7B5Lr5pgI > .row .container { background-color: transparent; background-image: none; }#lU9W58fUowQHeTvk8xLQrPD7B5Lr5pgI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lU9W58fUowQHeTvk8xLQrPD7B5Lr5pgI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lU9W58fUowQHeTvk8xLQrPD7B5Lr5pgI > .row .container > .video-iframe-container { display: none; }#lU9W58fUowQHeTvk8xLQrPD7B5Lr5pgI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lU9W58fUowQHeTvk8xLQrPD7B5Lr5pgI > .row > .video-iframe-container { display: none; }#lU9W58fUowQHeTvk8xLQrPD7B5Lr5pgI > .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); }#lU9W58fUowQHeTvk8xLQrPD7B5Lr5pgI > .row .container { border-width: 0; border-radius: 0; }#lU9W58fUowQHeTvk8xLQrPD7B5Lr5pgI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lU9W58fUowQHeTvk8xLQrPD7B5Lr5pgI > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;position:relative;display:block; }#r2Isef8v8KTz92k0VTo6oo3TPWngWTbn { 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:3.375rem;width:9.9375rem;top:0.875rem;left:0rem;overflow:hidden;display:block; }
#P7hlVIg5TFBegJnSCkxOXnJrhU4rXCBi { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.75rem;left:62.5rem;height:1.625rem;font-style:normal;display:block; }
#Lv4GW9bPBiRSgElBGNBEExIgPLTbuMgb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eeeeee;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; }#Lv4GW9bPBiRSgElBGNBEExIgPLTbuMgb > .row .container { background-color: transparent; background-image: none; }#Lv4GW9bPBiRSgElBGNBEExIgPLTbuMgb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lv4GW9bPBiRSgElBGNBEExIgPLTbuMgb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lv4GW9bPBiRSgElBGNBEExIgPLTbuMgb > .row .container > .video-iframe-container { display: none; }#Lv4GW9bPBiRSgElBGNBEExIgPLTbuMgb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lv4GW9bPBiRSgElBGNBEExIgPLTbuMgb > .row > .video-iframe-container { display: none; }#Lv4GW9bPBiRSgElBGNBEExIgPLTbuMgb > .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); }#Lv4GW9bPBiRSgElBGNBEExIgPLTbuMgb > .row .container { border-width: 0; border-radius: 0; }#Lv4GW9bPBiRSgElBGNBEExIgPLTbuMgb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lv4GW9bPBiRSgElBGNBEExIgPLTbuMgb > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8c2b3f27-c24b-4e32-a65e-be76b22b7904/72b6028310218_100000015o0qh00000n01o.jpg");background-position:top 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.41); }#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.41); }#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::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#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:51.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#wziLwvCoLcw3y6COvrRT8pCGlFM3MB7l { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"trebuchet ms";font-size:3.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:22.8125rem;left:0rem;height:4.875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OmQdQP93MT3WbCcXSw00fJ6KQiEPk8Cf { color:#ed7f0b;display:block;width:36.25rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:19.625rem;left:19.375rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#qq5gX76ALubKMMPh5QMDecmEreFuSx2U { color:#000000;display:block;width:11.3125rem;position:absolute;font-family:questrial;font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:49.75rem;left:4.53125rem;height:4.67339375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BtBRQ3P1bVwoZgrcPdwZhL6UIziAtBzL { 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:3.625rem;width:3.625rem;top:44.5rem;left:8.375rem;overflow:hidden;display:block; }
#Bx4AsK211BZ2D56S4BG6yUPs4K68vqPy { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:44.5rem;left:26.625rem;overflow:hidden;display:block; }
#WbLfd1Og4DQ8abVSTTbONZibDuafLuUg { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:questrial;font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.7;letter-spacing:0;top:49.75rem;left:23.84375rem;height:4.67339375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WJshh2m8VlSwoWuUiAwk12MS7Rio3o1C { position:absolute;display:block;z-index:15013;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.625rem;width:3.625rem;top:44.5rem;left:44.8125rem;overflow:hidden;display:block; }
#oD5cHlGhFzAzGMHF4DhNoze65MTTVfSS { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:questrial;font-size:1.375rem;font-weight:400;z-index:15012;line-height:1.7;letter-spacing:0;top:49.75rem;left:41.09375rem;height:4.67339375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AGJt6JLSvOOBm37Nmxco00z7w2k4ow0J { position:absolute;display:block;z-index:15016;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.625rem;width:3.625rem;top:44.5rem;left:63.0625rem;overflow:hidden;display:block; }
#fqFJg4sMcSp3szET1eZmglcF3B6yg3td { color:#000000;display:block;width:9.9375rem;position:absolute;font-family:questrial;font-size:1.375rem;font-weight:400;z-index:15015;line-height:1.7;letter-spacing:0;top:49.75rem;left:59.90625rem;height:4.67339375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JAN7H2fMH5EmouqqeZ9paDaAkLMTBWrq { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"trebuchet ms";font-size:3.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:25.9375rem;left:0rem;height:4.875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zl8vrFyyaLHwf8BmAZkO94cfnQszX4pJ { background-color:#ed7f0b;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:32.75rem;left:28.4375rem;display:block; }
#vOWDcougStyB7SBzGpW9tWed45LbW0Zq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hlU6mTTFKPXXTMAKk8ATmQcDhvIJOGaH { box-sizing:content-box;height:13.6875rem;width:18.25rem;position:absolute;display:block;z-index:14999;background-color:#f9f9f9;background-image:none;top:42.8125rem;left:1.0625rem;display:block; }
#HRFdv65H79TZB8EJWxl8mBeIkPnXqpTT { box-sizing:content-box;height:13.6875rem;width:18.25rem;position:absolute;display:block;z-index:14998;background-color:#f4f4f4;background-image:none;top:42.8125rem;left:19.3125rem;display:block; }
#cn32AoZvQN7AAEfRpTooGk1WRCM4yw7F { box-sizing:content-box;height:13.6875rem;width:18.25rem;position:absolute;display:block;z-index:15001;background-color:#f9f9f9;background-image:none;top:42.8125rem;left:37.5rem;display:block; }
#kd5IMKMRebdG2Zg9pCBHPgA65k0Z5wbg { box-sizing:content-box;height:13.6875rem;width:18.25rem;position:absolute;display:block;z-index:15000;background-color:#f4f4f4;background-image:none;top:42.8125rem;left:55.75rem;display:block; }
#TMonzUBsSdZ7HCazINJ61ZXIWPsvLZDA { background-color:rgba(255,255,255,0.4);background-image:none;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; }#TMonzUBsSdZ7HCazINJ61ZXIWPsvLZDA > .row .container { background-color: transparent; background-image: none; }#TMonzUBsSdZ7HCazINJ61ZXIWPsvLZDA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMonzUBsSdZ7HCazINJ61ZXIWPsvLZDA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMonzUBsSdZ7HCazINJ61ZXIWPsvLZDA > .row .container > .video-iframe-container { display: none; }#TMonzUBsSdZ7HCazINJ61ZXIWPsvLZDA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMonzUBsSdZ7HCazINJ61ZXIWPsvLZDA > .row > .video-iframe-container { display: none; }#TMonzUBsSdZ7HCazINJ61ZXIWPsvLZDA > .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); }#TMonzUBsSdZ7HCazINJ61ZXIWPsvLZDA > .row .container { border-width: 0; border-radius: 0; }#TMonzUBsSdZ7HCazINJ61ZXIWPsvLZDA > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TMonzUBsSdZ7HCazINJ61ZXIWPsvLZDA > .row .container { font-size:0.875rem;font-family:arial;height:46.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#ESAxXwPDuMgF4K5cUqO6ST36n4PTOwpa { color:#000000;display:block;width:25.75rem;position:absolute;font-family:questrial;font-size:3rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:8.625rem;left:0rem;height:;text-align:left;text-align-last:left;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; }
#NbLlFMaPwLBsKpW0QM7pifmz7lQ4Ju7l { color:#000000;display:block;width:34.3125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:18.25rem;left:0rem;height:9.5621875rem;text-align:left;text-align-last:left;display:block; }
#Btw3wpxUeeNdUo1LdhVzMQ29VLbrhtTb { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:19.6875rem;width:35rem;top:16.5625rem;left:40rem;display:block; }
#LlXBuniRHWUGwQL1dXW4QVykFKGZGT9u { color:#000000;display:block;width:35.25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.7;letter-spacing:0;top:29.75rem;left:0rem;height:5.73730625rem;text-align:left;text-align-last:left;display:block; }
#AgFKA6MlEBJTSXcx7am2PTfoetgAL2UI { background-color:#ed7f0b;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:37.25rem;left:0rem;display:block; }
#quwT1o1a65SUo2Ixgp1d9FStnbFVgC46 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RrnIcqtzU4SFkePAQIeXxyCB8eTQqS43 { box-sizing:content-box;height:13.6875rem;width:18.25rem;position:absolute;display:block;z-index:15011;background-color:#f9f9f9;background-image:none;top:27.8125rem;left:16.5625rem;display:none; }
#NobigUTV4VQDHiLOsx8zefcRupPpzVp1 { position:absolute;display:block;z-index:15019;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.625rem;width:3.625rem;top:35.25rem;left:23.875rem;overflow:hidden;display:none; }
#r5mKTT4Tykb4cAHThJD4KcETswInx4vC { color:#000000;display:block;width:11.3125rem;position:absolute;font-family:questrial;font-size:1.375rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:36.8125rem;left:20rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#L4KTabrVz2vqb4Hg2fooerVKAKghMIdw { position:absolute;display:block;z-index:15022;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.625rem;width:3.625rem;top:35.25rem;left:42.125rem;overflow:hidden;display:none; }
#xAgJU3Pn3UnH9W8mTtvoxnohhqvTXnvo { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:questrial;font-size:1.375rem;font-weight:400;z-index:15021;line-height:1.7;letter-spacing:0;top:36.8125rem;left:39.3125rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ksfTfJwLb23on0VntiKHXBa4UzuwS1T6 { position:absolute;display:block;z-index:15025;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.625rem;width:3.625rem;top:35.25rem;left:60.3125rem;overflow:hidden;display:none; }
#vJKMyNHpnhQaSqPdG7ODhQT0lRDHcwBn { box-sizing:content-box;height:13.6875rem;width:18.25rem;position:absolute;display:block;z-index:15013;background-color:#f9f9f9;background-image:none;top:27.8125rem;left:53rem;display:none; }
#aP331V3buT50fWBnkRLx3w84lozBLUmf { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:questrial;font-size:1.375rem;font-weight:400;z-index:15024;line-height:1.7;letter-spacing:0;top:36.8125rem;left:56.5625rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#S8iVTgUTVmE6tIglW6HcrMICcQlnfDL5 { box-sizing:content-box;height:13.6875rem;width:18.25rem;position:absolute;display:block;z-index:15012;background-color:#f4f4f4;background-image:none;top:27.8125rem;left:56.75rem;display:none; }
#GO1l5tZXJ4OcJSQHmKWmTkqGtiFXytCt { color:#000000;display:block;width:9.9375rem;position:absolute;font-family:questrial;font-size:1.375rem;font-weight:400;z-index:15027;line-height:1.7;letter-spacing:0;top:36.8125rem;left:65.0625rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#OqzBvHlXTTURpTbPvuDMF7GVy7dRz9JN { position:absolute;display:block;z-index:15028;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.625rem;width:3.625rem;top:35.25rem;left:71.375rem;overflow:hidden;display:none; }
#Lt4LaQvsUEew0kwylbPLhcVgSL7NSpST { box-sizing:content-box;height:13.6875rem;width:18.25rem;position:absolute;display:block;z-index:15010;background-color:#f4f4f4;background-image:none;top:27.8125rem;left:34.8125rem;display:none; }
#WCXJk4hdqf6pMy6M22K3Le94WhsVCO5e { background-color:#ffffff;background-image:none;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; }#WCXJk4hdqf6pMy6M22K3Le94WhsVCO5e > .row .container { background-color: transparent; background-image: none; }#WCXJk4hdqf6pMy6M22K3Le94WhsVCO5e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WCXJk4hdqf6pMy6M22K3Le94WhsVCO5e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WCXJk4hdqf6pMy6M22K3Le94WhsVCO5e > .row .container > .video-iframe-container { display: none; }#WCXJk4hdqf6pMy6M22K3Le94WhsVCO5e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WCXJk4hdqf6pMy6M22K3Le94WhsVCO5e > .row > .video-iframe-container { display: none; }#WCXJk4hdqf6pMy6M22K3Le94WhsVCO5e > .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); }#WCXJk4hdqf6pMy6M22K3Le94WhsVCO5e > .row .container { border-width: 0; border-radius: 0; }#WCXJk4hdqf6pMy6M22K3Le94WhsVCO5e > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#WCXJk4hdqf6pMy6M22K3Le94WhsVCO5e > .row .container { font-size:0.875rem;font-family:arial;height:32.375rem;width:75rem;overflow:visible;position:relative;display:block; }#iXwLAd2ovnsivkrhVH6G8IU5m3Q8rO3U { color:#000000;display:block;width:68.75rem;position:absolute;font-family:questrial;font-size:3rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.5rem;left:4.34375rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rgLCZrvTSJnKUyUFTGzDBEGPFFIyewcv { color:#000000;display:block;width:38.6875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.125rem;left:19.375rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#pTNEhRTrztWhpHd171ylPDsEldiz31Ns { color:#000000;display:block;width:64.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:25.9375rem;left:5.25rem;height:1.9124375rem;text-align:center;text-align-last:center;display:block; }
#vE3DZ1vWXAGPyC2bG4PH3b8app7T1vFw { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:13.875rem;top:12.3125rem;left:2.5rem;overflow:hidden;display:block; }
#p9mQ4un75yyTs1uwUyH3MI00NzqdF49k { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:8.9375rem;top:12.25rem;left:19.5625rem;overflow:hidden;display:block; }
#gReVTldKqsa16wrOyQdGrB2o3cCJ9qyV { position:absolute;display:block;z-index:14999;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.8125rem;width:15.8125rem;top:5.5rem;left:30rem;overflow:hidden;display:block; }
#in18TEheNWEFHpLTkQNfvklhbLP170Mm { 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:6.75rem;width:6.5rem;top:10.0625rem;left:48.625rem;overflow:hidden;display:block; }
#Lrl109MR5nRkc4FW1J0wF2k9RHA3XTDD { 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:6.8125rem;width:13.8125rem;top:10.875rem;left:58.625rem;overflow:hidden;display:block; }
#zIKNlXt6S7dzN82KqpUl2AEKTG2XIx5e { 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:6.5rem;width:11.8125rem;top:16.9375rem;left:18.125rem;overflow:hidden;display:block; }
#orkeu4zhv6fq72h1QU1Iml6g4K0c6s5d { position:absolute;display:block;z-index:14998;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:11.625rem;width:11.625rem;top:14.5rem;left:33rem;overflow:hidden;display:block; }
#XU4QkLvpPfN5JyKhuqDnJTH1ewKuaevp { position:absolute;display:block;z-index:15013;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.125rem;width:13.9375rem;top:18.625rem;left:45.8125rem;overflow:hidden;display:block; }
#RnFdeh2L1pzVCt604K98o440CF9aXqE3 { 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:5.375rem;width:10.4375rem;top:18.125rem;left:62.0625rem;overflow:hidden;display:block; }
#D9TddbWPqSTlJu010rNt3GrLy6oGO9GE { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.3125rem;width:8.3125rem;top:16.0625rem;left:3.1875rem;overflow:hidden;display:block; }
#k6Ap8i9Gl2ecb2sNLPzOCyQgUqRSOtak { background-color:#ed7f0b;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:28.375rem;left:29.65625rem;display:block; }
#B4BCym0dOokUNt5865TPF5xWy15rNK0B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sQv3saxOW4HUSMVEsdaWNOp8yIR476Ln { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#191517;background-image:url("https://images.assets-landingi.com/uc/84a47ab5-45c7-4452-aa39-e5932e7cc327/6aff0111newimageweb1_1000000000000000000028.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#sQv3saxOW4HUSMVEsdaWNOp8yIR476Ln.adaptive-delivery-prevent-bg, #sQv3saxOW4HUSMVEsdaWNOp8yIR476Ln.lazyload, #sQv3saxOW4HUSMVEsdaWNOp8yIR476Ln.lazyloading { background-image: none; }#sQv3saxOW4HUSMVEsdaWNOp8yIR476Ln > .row .container { background-color: transparent; background-image: none; }#sQv3saxOW4HUSMVEsdaWNOp8yIR476Ln::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQv3saxOW4HUSMVEsdaWNOp8yIR476Ln > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQv3saxOW4HUSMVEsdaWNOp8yIR476Ln > .row .container > .video-iframe-container { display: none; }#sQv3saxOW4HUSMVEsdaWNOp8yIR476Ln > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQv3saxOW4HUSMVEsdaWNOp8yIR476Ln > .row > .video-iframe-container { display: none; }#sQv3saxOW4HUSMVEsdaWNOp8yIR476Ln > .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); }#sQv3saxOW4HUSMVEsdaWNOp8yIR476Ln > .row .container { border-width: 0; border-radius: 0; }#sQv3saxOW4HUSMVEsdaWNOp8yIR476Ln > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sQv3saxOW4HUSMVEsdaWNOp8yIR476Ln > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:block; }#dg9ZqaTroLlEOJ15wBN6iPHwTX8TTyOs { 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:100rem;width:25rem;display:none; }
#OLAwOv3eM92hC76Kd4AlTIvfu1emuogn { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/05b7c7a2-fcab-49f7-bd3b-c601895d65c8/8c6539b2istock10765181941_100000000000000000001o.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;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; }#OLAwOv3eM92hC76Kd4AlTIvfu1emuogn.adaptive-delivery-prevent-bg, #OLAwOv3eM92hC76Kd4AlTIvfu1emuogn.lazyload, #OLAwOv3eM92hC76Kd4AlTIvfu1emuogn.lazyloading { background-image: none; }#OLAwOv3eM92hC76Kd4AlTIvfu1emuogn > .row .container { background-color: transparent; background-image: none; }#OLAwOv3eM92hC76Kd4AlTIvfu1emuogn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#OLAwOv3eM92hC76Kd4AlTIvfu1emuogn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OLAwOv3eM92hC76Kd4AlTIvfu1emuogn > .row .container > .video-iframe-container { display: none; }#OLAwOv3eM92hC76Kd4AlTIvfu1emuogn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#OLAwOv3eM92hC76Kd4AlTIvfu1emuogn > .row > .video-iframe-container { display: none; }#OLAwOv3eM92hC76Kd4AlTIvfu1emuogn > .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); }#OLAwOv3eM92hC76Kd4AlTIvfu1emuogn > .row .container { border-width: 0; border-radius: 0; }#OLAwOv3eM92hC76Kd4AlTIvfu1emuogn::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#OLAwOv3eM92hC76Kd4AlTIvfu1emuogn > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#OLAwOv3eM92hC76Kd4AlTIvfu1emuogn > .row .container { font-size:0.875rem;font-family:arial;height:35.875rem;width:75rem;overflow:visible;position:relative;display:block; }#DER9aFO19f1Ka2mnmFIg4Cga0LeFfJkh { color:#ffffff;display:block;width:33.5625rem;position:absolute;font-family:questrial;font-size:3rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.75rem;left:20.71875rem;height:3.90028125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#X8G1FDdx9TzhWgPrtwtqk2OCa7x1XlJ8 { color:#ffffff;display:block;width:14.375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:17.875rem;left:1.75rem;height:7.64975rem;text-align:center;text-align-last:center;display:block; }
#NzpbggDhR38a8xfWC0xQTz1glF71lNSf { box-sizing:content-box;height:19.875rem;width:17.8125rem;position:absolute;display:block;z-index:14999;background-color:#445972;background-image:none;top:9.25rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#EIz21OTLxqDILaNiCKtQmJcOcwOtzFTM { color:#ffffff;display:block;width:12.375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:11.125rem;left:2.75rem;height:1.94986875rem;text-align:center;text-align-last:center;display:block; }
#DLwPqqDoe3VUQw48KfVoqAIkd4dKXJsG { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:questrial;font-size:2.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:13.5625rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LTTtSDv1qSbUGdLoCID2ZGXNpT61hzgi { box-sizing:content-box;height:19.875rem;width:17.8125rem;position:absolute;display:block;z-index:15003;background-color:#445972;background-image:none;top:9.25rem;left:19.1875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#bbxsG3zUGMbX2sToxp7TEXATz0NKZBDi { color:#ffffff;display:block;width:12.375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:11.125rem;left:21.90625rem;height:1.94986875rem;text-align:center;text-align-last:center;display:block; }
#HPUPLWIDz7QwVXuGkBKVyJ6RZlGdGiKJ { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:questrial;font-size:2.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:13.5625rem;left:19.1875rem;height:2.92480625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tNaWaau4zNmBFXTT7PBkyZPW0czNfJBc { color:#ffffff;display:block;width:14.375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.7;letter-spacing:0;top:17.875rem;left:20.875rem;height:7.64975rem;text-align:center;text-align-last:center;display:block; }
#vvMncRCwgdE7ZJDHo2RZsPupvgDxqaut { box-sizing:content-box;height:19.875rem;width:17.8125rem;position:absolute;display:block;z-index:15007;background-color:#445972;background-image:none;top:9.25rem;left:38.1875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#Pd166pyTMOTpgWRxgvrnpzWwiTDwnwTR { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:questrial;font-size:2.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:13.5625rem;left:38.1875rem;height:2.92480625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OWRDq53aOUcTevTCncXVTZuvzSHWLUHa { color:#ffffff;display:block;width:12.375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:11.125rem;left:40.9375rem;height:1.94986875rem;text-align:center;text-align-last:center;display:block; }
#TVFdJ2ODbrt6WykQzg1tBSRQD6fnNqI0 { color:#ffffff;display:block;width:16.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.7;letter-spacing:0;top:17.6875rem;left:39.0625rem;height:7.64975rem;text-align:center;text-align-last:center;display:block; }
#oND6Bpr4mMCkeFgg4ItZdofRohwT3XKq { box-sizing:content-box;height:19.875rem;width:17.8125rem;position:absolute;display:block;z-index:15011;background-color:#445972;background-image:none;top:9.25rem;left:57.1875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#Pf6lXx6XuUHfDiiWPBpDkr4HgJuim2yt { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:questrial;font-size:2.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:13.5625rem;left:57.125rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zZcSXNb53mvC6OnOkwxfhT6gZPcwowBW { color:#ffffff;display:block;width:12.375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:11.125rem;left:59.9375rem;height:1.94986875rem;text-align:center;text-align-last:center;display:block; }
#bX44wFi82hTmKUgU6Cr8R0dJkSV8RybN { color:#ffffff;display:block;width:16.3125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:17.6875rem;left:57.9375rem;height:9.5621875rem;text-align:center;text-align-last:center;display:block; }
#FX2nkfcPbgTOxFS5Br5d3xt9vukLvyIG { background-color:#00728e;background-image:none;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; }#FX2nkfcPbgTOxFS5Br5d3xt9vukLvyIG > .row .container { background-color: transparent; background-image: none; }#FX2nkfcPbgTOxFS5Br5d3xt9vukLvyIG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FX2nkfcPbgTOxFS5Br5d3xt9vukLvyIG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FX2nkfcPbgTOxFS5Br5d3xt9vukLvyIG > .row .container > .video-iframe-container { display: none; }#FX2nkfcPbgTOxFS5Br5d3xt9vukLvyIG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FX2nkfcPbgTOxFS5Br5d3xt9vukLvyIG > .row > .video-iframe-container { display: none; }#FX2nkfcPbgTOxFS5Br5d3xt9vukLvyIG > .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); }#FX2nkfcPbgTOxFS5Br5d3xt9vukLvyIG > .row .container { border-width: 0; border-radius: 0; }#FX2nkfcPbgTOxFS5Br5d3xt9vukLvyIG > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#FX2nkfcPbgTOxFS5Br5d3xt9vukLvyIG > .row .container { font-size:0.875rem;font-family:arial;height:13.75rem;width:75rem;overflow:visible;position:relative;display:block; }#AMiWOUwyThRIStIIRtR92EnIxqD9c6hr { color:#ffffff;display:block;width:24rem;position:absolute;font-family:questrial;font-size:3rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.5rem;left:0rem;height:;text-align:left;text-align-last:left;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; }
#WBo4k3qeypdEXJ0EpOHB7oUIucaFUBry { color:#ffffff;display:block;width:52.375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:8.375rem;left:0rem;height:1.9124375rem;text-align:left;text-align-last:left;display:block; }
#SsbBSU79tUmu0BuiLW6Do0qgWaXAwwb0 { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:5.3125rem;left:55.46875rem;display:block; }
#UrQNlz0ordhF2sNhJ6Wt3ZdqVt7bc3P1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oIKZaaJD0xlfGBMp486OHRdGNdNrNciI { background-color:#ffffff;background-image:none;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; }#oIKZaaJD0xlfGBMp486OHRdGNdNrNciI > .row .container { background-color: transparent; background-image: none; }#oIKZaaJD0xlfGBMp486OHRdGNdNrNciI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oIKZaaJD0xlfGBMp486OHRdGNdNrNciI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oIKZaaJD0xlfGBMp486OHRdGNdNrNciI > .row .container > .video-iframe-container { display: none; }#oIKZaaJD0xlfGBMp486OHRdGNdNrNciI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oIKZaaJD0xlfGBMp486OHRdGNdNrNciI > .row > .video-iframe-container { display: none; }#oIKZaaJD0xlfGBMp486OHRdGNdNrNciI > .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); }#oIKZaaJD0xlfGBMp486OHRdGNdNrNciI > .row .container { border-width: 0; border-radius: 0; }#oIKZaaJD0xlfGBMp486OHRdGNdNrNciI > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#oIKZaaJD0xlfGBMp486OHRdGNdNrNciI > .row .container { font-size:0.875rem;font-family:arial;height:70.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#WqcQFhTyK48XgVH30OsivDvJ8TBXdhTs { color:#000000;display:block;width:68.75rem;position:absolute;font-family:questrial;font-size:3rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.0625rem;left:3.125rem;height:3.90028125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#prPdHJ47E2Ey3cNd2y8Ww0CRtO9evwu5 { box-sizing:content-box;height:50.3125rem;width:17.8125rem;position:absolute;display:block;z-index:15003;background-color:#f3f3f3;background-image:none;top:15.375rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#J9MVJcPrAgUoiOq5u0PDTICh2vgNwxaZ { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.7;letter-spacing:0;top:21.1875rem;left:0.9375rem;height:25.4964375rem;text-align:left;text-align-last:left;display:block; }
#CvUW0btuFJ4CRZN5XOavoDKXaFLs8LM7 { 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:3.4375rem;width:3.4375rem;top:16.5rem;left:1rem;overflow:hidden;display:block; }
#A7dNn0uR1TkGbbQlztd7Wa0ddMQT5dQs { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.7;letter-spacing:0;top:16.625rem;left:5.1875rem;height:1.9124375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QDNBWHx0icTHIXWaGMi2LfTvSNTJa07o { 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:1.125rem;width:5.875rem;top:18.625rem;left:5.1875rem;overflow:hidden;display:block; }
#LPg0GteSVZkym4TfmzxMNgOV05uUWdJa { 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:2.0625rem;width:6.25rem;top:48.125rem;left:0.9375rem;overflow:hidden;display:block; }
#EONDgBqD165UzTDlMbXb7EdZKWPe6T8O { box-sizing:content-box;height:50.3125rem;width:17.8125rem;position:absolute;display:block;z-index:15009;background-color:#f3f3f3;background-image:none;top:15.375rem;left:19.0625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#QnITrWLcT7CT08KWFU2vMU4PIZrzPHo1 { color:#000000;display:block;width:16.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.7;letter-spacing:0;top:21.1875rem;left:20rem;height:39.0945rem;text-align:left;text-align-last:left;display:block; }
#JMBdsX5wbrlwuiH67bd96ATrlaLhq9kQ { 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.0625rem;width:6.25rem;top:61.8125rem;left:20rem;overflow:hidden;display:block; }
#ImwUk4RstLaryRHBpr2RE59uT1H4SZLt { position:absolute;display:block;z-index:15013;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.4375rem;width:3.4375rem;top:16.5rem;left:20.0625rem;overflow:hidden;display:block; }
#hb9oODMKQ3CAET0CzfWa0GTH7kfLf9pG { 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:1.125rem;width:5.875rem;top:18.625rem;left:24.25rem;overflow:hidden;display:block; }
#TJmVolP764UrxWnFTdBomOJQyR7GhJ9h { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.7;letter-spacing:0;top:16.625rem;left:24.25rem;height:1.9124375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vZr2WDfC1XNECReEMyVWtFsaiNWoS1cz { box-sizing:content-box;height:50.25rem;width:17.8125rem;position:absolute;display:block;z-index:15015;background-color:#f3f3f3;background-image:none;top:15.375rem;left:38.125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#bpmkll3Rx9fzhifDcCi2vr09h8dxE9lR { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.7;letter-spacing:0;top:16.625rem;left:43.3125rem;height:1.9124375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wuBxUINpTkTKCWhD9ZunJXvodOD20GWk { color:#000000;display:block;width:15.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.7;letter-spacing:0;top:21.1875rem;left:39.0625rem;height:18.697375rem;text-align:left;text-align-last:left;display:block; }
#Ei3eXySzVGPo4h01rTKNthCUp2tvvbXE { position:absolute;display:block;z-index:15020;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.125rem;width:5.875rem;top:18.625rem;left:43.3125rem;overflow:hidden;display:block; }
#SMZPkT2Wuhi2A1wXfssRRSlv6Qr5Thex { position:absolute;display:block;z-index:15019;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.4375rem;width:3.4375rem;top:16.5rem;left:39.125rem;overflow:hidden;display:block; }
#S19UMQIcex0g7LqVAdlTesJ8JT2xcynU { position:absolute;display:block;z-index:15021;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.0625rem;width:6.25rem;top:41.9375rem;left:39.0625rem;overflow:hidden;display:block; }
#d066ctw1OlW8mIv3fyA9v872ghF0ZeS0 { box-sizing:content-box;height:50.1875rem;width:17.8125rem;position:absolute;display:block;z-index:15021;background-color:#f3f3f3;background-image:none;top:15.375rem;left:57.1875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#ViMeIwuRiPGgA9G9TcEVOJAZlImQhema { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:16.625rem;left:62.375rem;height:1.9124375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pCZg43XsVKwNx3dUUny5ZBG4U9DL8l0h { color:#000000;display:block;width:15.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15024;line-height:1.7;letter-spacing:0;top:21.1875rem;left:58.125rem;height:25.4964375rem;text-align:left;text-align-last:left;display:block; }
#PrGwZOMG5Xa7GRVGrbyiWWtwUwuXZZMa { position:absolute;display:block;z-index:15026;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.125rem;width:5.875rem;top:18.625rem;left:62.375rem;overflow:hidden;display:block; }
#wltmA0KI8MtTi6S5VsXu3lp57BWdqbeH { position:absolute;display:block;z-index:15025;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.4375rem;width:3.4375rem;top:16.5rem;left:58.1875rem;overflow:hidden;display:block; }
#MkgK2FgqNp94LUzOJe4OAImNnkXHLGAb { position:absolute;display:block;z-index:15027;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.0625rem;width:6.25rem;top:48.75rem;left:58.125rem;overflow:hidden;display:block; }
#dQXQm1swyPA6GHPtTGqmTUuQrQdWM9vh { color:#000000;display:block;width:71.125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:7.25rem;left:1.9375rem;height:4.38801875rem;text-align:center;text-align-last:center;display:block; }
#qma2X9yfJSTFHg8cJUxQoB9DHCTfIySm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qma2X9yfJSTFHg8cJUxQoB9DHCTfIySm > .row .container { background-color: transparent; background-image: none; }#qma2X9yfJSTFHg8cJUxQoB9DHCTfIySm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qma2X9yfJSTFHg8cJUxQoB9DHCTfIySm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qma2X9yfJSTFHg8cJUxQoB9DHCTfIySm > .row .container > .video-iframe-container { display: none; }#qma2X9yfJSTFHg8cJUxQoB9DHCTfIySm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qma2X9yfJSTFHg8cJUxQoB9DHCTfIySm > .row > .video-iframe-container { display: none; }#qma2X9yfJSTFHg8cJUxQoB9DHCTfIySm > .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); }#qma2X9yfJSTFHg8cJUxQoB9DHCTfIySm > .row .container { border-width: 0; border-radius: 0; }#qma2X9yfJSTFHg8cJUxQoB9DHCTfIySm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qma2X9yfJSTFHg8cJUxQoB9DHCTfIySm > .row .container { font-size:0.875rem;font-family:arial;height:12.625rem;width:75rem;position:relative;display:block; }#GsA4aEpn5N0BsP52FDggizTZleWLu22M { color:#000000;display:block;width:35.9375rem;position:absolute;font-family:arial;font-size:3rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.125rem;left:19.53125rem;height:3.90028125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#x4niVTi4nURAz9sLeZ8A6zHt6afuA94c { position:relative;display:block; }#x4niVTi4nURAz9sLeZ8A6zHt6afuA94c { background-color: transparent; background-image: none; }#x4niVTi4nURAz9sLeZ8A6zHt6afuA94c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x4niVTi4nURAz9sLeZ8A6zHt6afuA94c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x4niVTi4nURAz9sLeZ8A6zHt6afuA94c > .row .container > .video-iframe-container { display: none; }#x4niVTi4nURAz9sLeZ8A6zHt6afuA94c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x4niVTi4nURAz9sLeZ8A6zHt6afuA94c > .row > .video-iframe-container { display: none; }#x4niVTi4nURAz9sLeZ8A6zHt6afuA94c > .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); }#x4niVTi4nURAz9sLeZ8A6zHt6afuA94c { border-width: 0; border-radius: 0; }#x4niVTi4nURAz9sLeZ8A6zHt6afuA94c > .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; }#x4niVTi4nURAz9sLeZ8A6zHt6afuA94c > .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:41.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; }#vvQ5JxGbVD6x6g9eeayTZV7JNGFBoTdt { box-sizing:content-box;height:24.875rem;width:24.5rem;position:absolute;display:block;z-index:15003;background-color:#d2eccb;background-image:none;top:0rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#tTOcJmyM4Q0VUUJaD52nh08IyLT5UgH5 { color:#1b292e;display:block;width:21.25rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.7;letter-spacing:0;top:6.375rem;left:1.5625rem;height:11.8983125rem;text-align:center;text-align-last:center;display:block; }
#aaCiDUU2x2AGcl1719Gi2T0rmIdHRvbT { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2rem;left:3rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KXzeH8NLMuN34KvsBv0TfL5NDiMURSc4 { box-sizing:content-box;height:24.875rem;width:24.5rem;position:absolute;display:block;z-index:15006;background-color:#d2eccb;background-image:none;top:0rem;left:25.25rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#U83xSEF0p0TzqycWDN7PyhaRTn4IoV4B { color:#1b292e;display:block;width:21.25rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.7;letter-spacing:0;top:6.375rem;left:26.84375rem;height:13.5980625rem;text-align:center;text-align-last:center;display:block; }
#RKeTPzzhfsoyFJ9JDJ18t8H6X84zd3ce { color:#1b292e;display:block;width:17.6875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2rem;left:28.25rem;height:1.62489375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VkyAZECvhCyzTsQrs82rLW68lP72rkTW { box-sizing:content-box;height:24.875rem;width:24.5rem;position:absolute;display:block;z-index:15009;background-color:#d2eccb;background-image:none;top:0rem;left:50.5rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#od4AO6RKskpVhkhXIVK3KgB1cFbx055K { color:#1b292e;display:block;width:21.25rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.7;letter-spacing:0;top:6.375rem;left:52.0625rem;height:15.297875rem;text-align:center;text-align-last:center;display:block; }
#FxyZ7UkmJCdoIIC3NKJcC0F0KvLAFf71 { color:#1b292e;display:block;width:18.3125rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2rem;left:53.5rem;height:1.62489375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ReH5xOyffab8IFc65dESoiCffycVTCZi { box-sizing:content-box;height:15.9375rem;width:37.125rem;position:absolute;display:block;z-index:15006;background-color:#d2eccb;background-image:none;top:25.5rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#CpC0ynJsOcKs3dwSg7xsKvLgrfSBnnlz { color:#1b292e;display:block;width:34.25rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.7;letter-spacing:0;top:31.36376953125rem;left:2.125rem;height:6.7990625rem;text-align:center;text-align-last:center;display:block; }
#p9VaxHvaIf08TQDLGafrdMss3Gzudyck { color:#1b292e;display:block;width:17.6875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:26.875rem;left:9.21875rem;height:1.62489375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rMKQB0ln7vC9HAofd5U5T3xQeWoElTI0 { box-sizing:content-box;height:15.9375rem;width:37.125rem;position:absolute;display:block;z-index:15009;background-color:#d2eccb;background-image:none;top:25.5rem;left:37.875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#ScqoTPDXTeDK54x5dsFpU6lSwlbkfSoU { color:#1b292e;display:block;width:34.25rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.7;letter-spacing:0;top:31.36376953125rem;left:39.125rem;height:8.4988125rem;text-align:center;text-align-last:center;display:block; }
#OtwF4cbFbEIsluQRkOOw1dk2Kd9cmvPV { color:#1b292e;display:block;width:17.6875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:26.875rem;left:47.59375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FurvKu4qfi6Ga7QSrQWeIlK30IAGaLGC { position:relative;display:block; }#FurvKu4qfi6Ga7QSrQWeIlK30IAGaLGC { background-color: transparent; background-image: none; }#FurvKu4qfi6Ga7QSrQWeIlK30IAGaLGC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FurvKu4qfi6Ga7QSrQWeIlK30IAGaLGC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FurvKu4qfi6Ga7QSrQWeIlK30IAGaLGC > .row .container > .video-iframe-container { display: none; }#FurvKu4qfi6Ga7QSrQWeIlK30IAGaLGC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FurvKu4qfi6Ga7QSrQWeIlK30IAGaLGC > .row > .video-iframe-container { display: none; }#FurvKu4qfi6Ga7QSrQWeIlK30IAGaLGC > .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); }#FurvKu4qfi6Ga7QSrQWeIlK30IAGaLGC { border-width: 0; border-radius: 0; }#FurvKu4qfi6Ga7QSrQWeIlK30IAGaLGC > .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; }#FurvKu4qfi6Ga7QSrQWeIlK30IAGaLGC > .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:20.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; }#zCyaGk6xgF5NyBhFm3scNPFgEJ8aIWic { box-sizing:content-box;height:7.5rem;width:7.5rem;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:#32767d;background-image:none;top:4.6875rem;left:4.1875rem;display:block; }
#E9xMCCdDco67TqTlH9HWARkfWbgwh2Wp { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:6.5625rem;left:6.0625rem;overflow:hidden;display:block; }
#Tw2mDsNWqI0QKMgS7Ka3weMWWZ7OGTyA { color:#000000;display:block;width:7.4375rem;position:absolute;font-family:"poppins semi bold";font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:13.0625rem;left:3.625rem;height:3.14995625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S22iSoseqRUHuIO7a7vRpPO3gGo5o2wB { box-sizing:content-box;height:7.5rem;width:7.5rem;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:15003;background-color:#32767d;background-image:none;top:4.6875rem;left:16.125rem;display:block; }
#IxnTNOQnB0KJ550Op2dPs76T7oNGFF63 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:4.125rem;top:6.625rem;left:17.8125rem;overflow:hidden;display:block; }
#S41QzC2q8Tw212ii8FWDUhg85msB4FyK { color:#000000;display:block;width:7.625rem;position:absolute;font-family:"poppins semi bold";font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:13.0625rem;left:16.0625rem;height:3.14995625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q7vZBbxaiF2km79pi7UXchNWGSaAT3rS { box-sizing:content-box;height:7.5rem;width:7.5rem;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:15006;background-color:#32767d;background-image:none;top:4.6875rem;left:28.0625rem;display:block; }
#UDxU0cXSlKNDwyd4mKeU2EBWrMe2W15J { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:3.875rem;top:6.1875rem;left:29.875rem;overflow:hidden;display:block; }
#U3OFBXHf8VP3mHIG1v2Jx1swGby4bL9E { color:#000000;display:block;width:7.625rem;position:absolute;font-family:"poppins semi bold";font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:13.0625rem;left:27.875rem;height:3.14995625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LQ3u8WkWDTfI2hJryHNnQa7ApgGRMdaD { box-sizing:content-box;height:7.5rem;width:7.5rem;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:15009;background-color:#32767d;background-image:none;top:4.6875rem;left:40rem;display:block; }
#soSdmox5EWnTUVzTehtwJ6BWxw9siooR { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.25rem;top:6.59375rem;left:42.125rem;overflow:hidden;display:block; }
#grHn3TBdAm2lslqpGZaW9zQn8nTf2yFd { color:#000000;display:block;width:7.625rem;position:absolute;font-family:"poppins semi bold";font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:13.0625rem;left:39.9375rem;height:1.57498125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#An4tL4gnQUn4heR262wg0TmWEBMZTSvl { box-sizing:content-box;height:7.5rem;width:7.5rem;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:15012;background-color:#32767d;background-image:none;top:4.6875rem;left:51.9375rem;display:block; }
#KPM3beRof2tOKPXRBEAZJM6QZJcyibkT { position:absolute;display:block;z-index:15013;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.6875rem;width:3.6875rem;top:6.59375rem;left:53.84375rem;overflow:hidden;display:block; }
#hSf6gUi1HeEHHqz5GDJti0DWw7KyRF8t { color:#000000;display:block;width:6.6875rem;position:absolute;font-family:"poppins semi bold";font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:13.06201171875rem;left:52.34375rem;height:3.14995625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nnMn939ZDkTsv4MemAGN0i4GB6a8QyT7 { box-sizing:content-box;height:7.5rem;width:7.5rem;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:15015;background-color:#32767d;background-image:none;top:4.6875rem;left:63.875rem;display:block; }
#BV668BgvCShK6WXLsHNMxpPAOG3tHrQu { position:absolute;display:block;z-index:15016;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.6875rem;width:3.6875rem;top:6.59375rem;left:65.78125rem;overflow:hidden;display:block; }
#vXT0VmCU9XRclgAb8Hl2Nem6TOn9VlaI { color:#000000;display:block;width:7.625rem;position:absolute;font-family:"poppins semi bold";font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:13.0625rem;left:63.8125rem;height:1.57498125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PTpn7BKaTLzJx7tcC6PTLDB5kAnO2rph { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/13087923-2c83-4518-8db9-9f21655cf687/9bcc2ea3newimageweb2_1000000000000000000028.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; }#PTpn7BKaTLzJx7tcC6PTLDB5kAnO2rph.adaptive-delivery-prevent-bg, #PTpn7BKaTLzJx7tcC6PTLDB5kAnO2rph.lazyload, #PTpn7BKaTLzJx7tcC6PTLDB5kAnO2rph.lazyloading { background-image: none; }#PTpn7BKaTLzJx7tcC6PTLDB5kAnO2rph > .row .container { background-color: transparent; background-image: none; }#PTpn7BKaTLzJx7tcC6PTLDB5kAnO2rph::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTpn7BKaTLzJx7tcC6PTLDB5kAnO2rph > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTpn7BKaTLzJx7tcC6PTLDB5kAnO2rph > .row .container > .video-iframe-container { display: none; }#PTpn7BKaTLzJx7tcC6PTLDB5kAnO2rph > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTpn7BKaTLzJx7tcC6PTLDB5kAnO2rph > .row > .video-iframe-container { display: none; }#PTpn7BKaTLzJx7tcC6PTLDB5kAnO2rph > .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); }#PTpn7BKaTLzJx7tcC6PTLDB5kAnO2rph > .row .container { border-width: 0; border-radius: 0; }#PTpn7BKaTLzJx7tcC6PTLDB5kAnO2rph > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PTpn7BKaTLzJx7tcC6PTLDB5kAnO2rph > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:block; }#Q8Rgnm5Fmtzi7u2uurFITgTD8UQSoZGb { 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:100rem;width:25rem;display:none; }
#gkTlC3fsxkDWONa7HnaqMckXvCRwkPLZ { background-color:#445972;background-image:none;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; }#gkTlC3fsxkDWONa7HnaqMckXvCRwkPLZ > .row .container { background-color: transparent; background-image: none; }#gkTlC3fsxkDWONa7HnaqMckXvCRwkPLZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gkTlC3fsxkDWONa7HnaqMckXvCRwkPLZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gkTlC3fsxkDWONa7HnaqMckXvCRwkPLZ > .row .container > .video-iframe-container { display: none; }#gkTlC3fsxkDWONa7HnaqMckXvCRwkPLZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gkTlC3fsxkDWONa7HnaqMckXvCRwkPLZ > .row > .video-iframe-container { display: none; }#gkTlC3fsxkDWONa7HnaqMckXvCRwkPLZ > .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); }#gkTlC3fsxkDWONa7HnaqMckXvCRwkPLZ > .row .container { border-width: 0; border-radius: 0; }#gkTlC3fsxkDWONa7HnaqMckXvCRwkPLZ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#gkTlC3fsxkDWONa7HnaqMckXvCRwkPLZ > .row .container { font-size:0.875rem;font-family:arial;height:19.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#mgwoTU7K5JkNmfL7hz9k47d59OmpVd2f { color:#ffffff;display:block;width:24rem;position:absolute;font-family:questrial;font-size:3rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.875rem;left:25.5rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tvPA1b03dcfwcW6EiZtiT8JGbW2AZFh9 { color:#ffffff;display:block;width:47.5625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:7.869140625rem;left:13.71875rem;height:3.82486875rem;text-align:center;text-align-last:center;display:block; }
#M389EiXcMwqsywWsyC6S2WmE1upaVZtI { background-color:#ed7f0b;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:13.375rem;left:28.4375rem;display:block; }
#w1oFJB3b2VOe9z6Zbrt8JRXiC5woudf0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XxH1FoKq2e5D9SfqcxpC1supEHlE7u57 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#XxH1FoKq2e5D9SfqcxpC1supEHlE7u57 > .row .container { background-color: transparent; background-image: none; }#XxH1FoKq2e5D9SfqcxpC1supEHlE7u57::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxH1FoKq2e5D9SfqcxpC1supEHlE7u57 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxH1FoKq2e5D9SfqcxpC1supEHlE7u57 > .row .container > .video-iframe-container { display: none; }#XxH1FoKq2e5D9SfqcxpC1supEHlE7u57 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxH1FoKq2e5D9SfqcxpC1supEHlE7u57 > .row > .video-iframe-container { display: none; }#XxH1FoKq2e5D9SfqcxpC1supEHlE7u57 > .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); }#XxH1FoKq2e5D9SfqcxpC1supEHlE7u57 > .row .container { border-width: 0; border-radius: 0; }#XxH1FoKq2e5D9SfqcxpC1supEHlE7u57 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XxH1FoKq2e5D9SfqcxpC1supEHlE7u57 > .row .container { font-size:0.875rem;font-family:arial;height:7.75rem;width:75rem;position:relative;display:block; }#JfqrLfuq1o4TxEvw8ycIpJCcZv88ONca { 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:3.4375rem;width:10.375rem;top:2.15625rem;left:0rem;overflow:hidden;display:block; }
#zUEERQ5I0p9QNCUSdNHlhTEeRTlfqO5b { color:#ffffff;display:block;width:38.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.7;letter-spacing:0;top:3.025390625rem;left:36.125rem;height:1.6997625rem;text-align:left;text-align-last:left;display:block; }
#w8IAPp77cVHslMw9KsMzVSZTshkt2Wh4 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.125rem;width:7.125rem;top:0.8125rem;left:12.25rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lU9W58fUowQHeTvk8xLQrPD7B5Lr5pgI { display:block; }#lU9W58fUowQHeTvk8xLQrPD7B5Lr5pgI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r2Isef8v8KTz92k0VTo6oo3TPWngWTbn { width:9.9375rem;height:3.375rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7hlVIg5TFBegJnSCkxOXnJrhU4rXCBi { width:12.5rem;height:1.625rem;top:1.75rem;left:35.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lv4GW9bPBiRSgElBGNBEExIgPLTbuMgb { display:block; }#Lv4GW9bPBiRSgElBGNBEExIgPLTbuMgb > .row .container { width:47.75rem;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) { #wziLwvCoLcw3y6COvrRT8pCGlFM3MB7l { width:47.75rem;height:4.875rem;top:22.8125rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmQdQP93MT3WbCcXSw00fJ6KQiEPk8Cf { width:36.25rem;height:2.875rem;top:19.625rem;left:5.75rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qq5gX76ALubKMMPh5QMDecmEreFuSx2U { width:11.3125rem;height:4.625rem;top:49.75rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BtBRQ3P1bVwoZgrcPdwZhL6UIziAtBzL { width:3.625rem;height:3.625rem;top:44.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bx4AsK211BZ2D56S4BG6yUPs4K68vqPy { width:3.625rem;height:3.625rem;top:44.5rem;left:13rem;display:none; }
 }@media only screen and (max-width: 763px) { #WbLfd1Og4DQ8abVSTTbONZibDuafLuUg { width:9.1875rem;height:4.625rem;top:49.75rem;left:10.21875rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WJshh2m8VlSwoWuUiAwk12MS7Rio3o1C { width:3.625rem;height:3.625rem;top:44.5rem;left:31.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oD5cHlGhFzAzGMHF4DhNoze65MTTVfSS { width:11.0625rem;height:4.625rem;top:49.75rem;left:27.46875rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AGJt6JLSvOOBm37Nmxco00z7w2k4ow0J { width:3.625rem;height:3.625rem;top:44.5rem;left:44.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fqFJg4sMcSp3szET1eZmglcF3B6yg3td { width:9.9375rem;height:4.625rem;top:49.75rem;left:37.8125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JAN7H2fMH5EmouqqeZ9paDaAkLMTBWrq { width:47.75rem;height:4.875rem;top:25.9375rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zl8vrFyyaLHwf8BmAZkO94cfnQszX4pJ { width:18.125rem;height:3.125rem;top:32.75rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOWDcougStyB7SBzGpW9tWed45LbW0Zq { display:block; }
 }@media only screen and (max-width: 763px) { #hlU6mTTFKPXXTMAKk8ATmQcDhvIJOGaH { width:18.25rem;height:13.6875rem;top:42.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HRFdv65H79TZB8EJWxl8mBeIkPnXqpTT { width:18.25rem;height:13.6875rem;top:42.8125rem;left:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cn32AoZvQN7AAEfRpTooGk1WRCM4yw7F { width:18.25rem;height:13.6875rem;top:42.8125rem;left:23.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kd5IMKMRebdG2Zg9pCBHPgA65k0Z5wbg { width:18.25rem;height:13.6875rem;top:42.8125rem;left:29.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TMonzUBsSdZ7HCazINJ61ZXIWPsvLZDA { display:block; }#TMonzUBsSdZ7HCazINJ61ZXIWPsvLZDA > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ESAxXwPDuMgF4K5cUqO6ST36n4PTOwpa { width:25.75rem;height:;top:8.625rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbLlFMaPwLBsKpW0QM7pifmz7lQ4Ju7l { width:34.3125rem;height:9.5rem;top:18.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Btw3wpxUeeNdUo1LdhVzMQ29VLbrhtTb { width:35rem;height:19.6875rem;top:16.5625rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlXBuniRHWUGwQL1dXW4QVykFKGZGT9u { width:35.25rem;height:5.6875rem;top:29.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgFKA6MlEBJTSXcx7am2PTfoetgAL2UI { width:18.125rem;height:3.125rem;top:37.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #quwT1o1a65SUo2Ixgp1d9FStnbFVgC46 { display:block; }
 }@media only screen and (max-width: 763px) { #RrnIcqtzU4SFkePAQIeXxyCB8eTQqS43 { width:18.25rem;height:13.6875rem;top:27.8125rem;left:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NobigUTV4VQDHiLOsx8zefcRupPpzVp1 { width:3.625rem;height:3.625rem;top:35.25rem;left:10.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #r5mKTT4Tykb4cAHThJD4KcETswInx4vC { width:11.3125rem;height:4.625rem;top:36.8125rem;left:6.375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #L4KTabrVz2vqb4Hg2fooerVKAKghMIdw { width:3.625rem;height:3.625rem;top:35.25rem;left:28.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #xAgJU3Pn3UnH9W8mTtvoxnohhqvTXnvo { width:9.1875rem;height:4.625rem;top:36.8125rem;left:25.6875rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ksfTfJwLb23on0VntiKHXBa4UzuwS1T6 { width:3.625rem;height:3.625rem;top:35.25rem;left:44.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vJKMyNHpnhQaSqPdG7ODhQT0lRDHcwBn { width:18.25rem;height:13.6875rem;top:27.8125rem;left:29.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #aP331V3buT50fWBnkRLx3w84lozBLUmf { width:11.0625rem;height:4.625rem;top:36.8125rem;left:36.6875rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #S8iVTgUTVmE6tIglW6HcrMICcQlnfDL5 { width:18.25rem;height:13.6875rem;top:27.8125rem;left:29.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #GO1l5tZXJ4OcJSQHmKWmTkqGtiFXytCt { width:9.9375rem;height:4.625rem;top:36.8125rem;left:37.8125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OqzBvHlXTTURpTbPvuDMF7GVy7dRz9JN { width:3.625rem;height:3.625rem;top:35.25rem;left:44.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lt4LaQvsUEew0kwylbPLhcVgSL7NSpST { width:18.25rem;height:13.6875rem;top:27.8125rem;left:21.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WCXJk4hdqf6pMy6M22K3Le94WhsVCO5e { display:block; }#WCXJk4hdqf6pMy6M22K3Le94WhsVCO5e > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iXwLAd2ovnsivkrhVH6G8IU5m3Q8rO3U { width:47.75rem;height:;top:5.5rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgLCZrvTSJnKUyUFTGzDBEGPFFIyewcv { width:38.6875rem;height:1.4375rem;top:3.125rem;left:5.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTNEhRTrztWhpHd171ylPDsEldiz31Ns { width:47.75rem;height:1.875rem;top:25.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vE3DZ1vWXAGPyC2bG4PH3b8app7T1vFw { width:13.875rem;height:2.1875rem;top:12.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9mQ4un75yyTs1uwUyH3MI00NzqdF49k { width:8.9375rem;height:2.375rem;top:12.25rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gReVTldKqsa16wrOyQdGrB2o3cCJ9qyV { width:15.8125rem;height:15.8125rem;top:5.5rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #in18TEheNWEFHpLTkQNfvklhbLP170Mm { width:6.5rem;height:6.75rem;top:10.0625rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lrl109MR5nRkc4FW1J0wF2k9RHA3XTDD { width:13.8125rem;height:6.8125rem;top:10.875rem;left:33.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIKNlXt6S7dzN82KqpUl2AEKTG2XIx5e { width:11.8125rem;height:6.5rem;top:16.9375rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #orkeu4zhv6fq72h1QU1Iml6g4K0c6s5d { width:11.625rem;height:11.625rem;top:14.5rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XU4QkLvpPfN5JyKhuqDnJTH1ewKuaevp { width:13.9375rem;height:3.125rem;top:18.625rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnFdeh2L1pzVCt604K98o440CF9aXqE3 { width:10.4375rem;height:5.375rem;top:18.125rem;left:37.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9TddbWPqSTlJu010rNt3GrLy6oGO9GE { width:8.3125rem;height:8.3125rem;top:16.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6Ap8i9Gl2ecb2sNLPzOCyQgUqRSOtak { width:18.125rem;height:3.125rem;top:28.375rem;left:16.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4BCym0dOokUNt5865TPF5xWy15rNK0B { display:block; }
 }@media only screen and (max-width: 763px) { #sQv3saxOW4HUSMVEsdaWNOp8yIR476Ln { display:block; }#sQv3saxOW4HUSMVEsdaWNOp8yIR476Ln > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dg9ZqaTroLlEOJ15wBN6iPHwTX8TTyOs { width:25rem;height:100rem;display:none; }
 }@media only screen and (max-width: 763px) { #OLAwOv3eM92hC76Kd4AlTIvfu1emuogn { display:block; }#OLAwOv3eM92hC76Kd4AlTIvfu1emuogn > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DER9aFO19f1Ka2mnmFIg4Cga0LeFfJkh { width:33.5625rem;height:3.875rem;top:3.75rem;left:7.09375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8G1FDdx9TzhWgPrtwtqk2OCa7x1XlJ8 { width:14.375rem;height:7.625rem;top:17.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzpbggDhR38a8xfWC0xQTz1glF71lNSf { width:17.8125rem;height:19.875rem;top:9.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIz21OTLxqDILaNiCKtQmJcOcwOtzFTM { width:12.375rem;height:1.9375rem;top:11.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLwPqqDoe3VUQw48KfVoqAIkd4dKXJsG { width:17.8125rem;height:2.875rem;top:13.5625rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTTtSDv1qSbUGdLoCID2ZGXNpT61hzgi { width:17.8125rem;height:19.875rem;top:9.25rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbxsG3zUGMbX2sToxp7TEXATz0NKZBDi { width:12.375rem;height:1.9375rem;top:11.125rem;left:8.28125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPUPLWIDz7QwVXuGkBKVyJ6RZlGdGiKJ { width:17.8125rem;height:2.875rem;top:13.5625rem;left:5.5625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNaWaau4zNmBFXTT7PBkyZPW0czNfJBc { width:14.375rem;height:7.625rem;top:17.875rem;left:7.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvMncRCwgdE7ZJDHo2RZsPupvgDxqaut { width:17.8125rem;height:19.875rem;top:9.25rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pd166pyTMOTpgWRxgvrnpzWwiTDwnwTR { width:17.8125rem;height:2.875rem;top:13.5625rem;left:24.5625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWRDq53aOUcTevTCncXVTZuvzSHWLUHa { width:12.375rem;height:1.9375rem;top:11.125rem;left:27.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVFdJ2ODbrt6WykQzg1tBSRQD6fnNqI0 { width:16.0625rem;height:7.625rem;top:17.6875rem;left:25.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oND6Bpr4mMCkeFgg4ItZdofRohwT3XKq { width:17.8125rem;height:19.875rem;top:9.25rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pf6lXx6XuUHfDiiWPBpDkr4HgJuim2yt { width:17.8125rem;height:;top:13.5625rem;left:29.9375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZcSXNb53mvC6OnOkwxfhT6gZPcwowBW { width:12.375rem;height:1.9375rem;top:11.125rem;left:35.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bX44wFi82hTmKUgU6Cr8R0dJkSV8RybN { width:16.3125rem;height:9.5rem;top:17.6875rem;left:31.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FX2nkfcPbgTOxFS5Br5d3xt9vukLvyIG { display:block; }#FX2nkfcPbgTOxFS5Br5d3xt9vukLvyIG > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AMiWOUwyThRIStIIRtR92EnIxqD9c6hr { width:24rem;height:;top:3.5rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBo4k3qeypdEXJ0EpOHB7oUIucaFUBry { width:47.75rem;height:1.875rem;top:8.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsbBSU79tUmu0BuiLW6Do0qgWaXAwwb0 { width:18.125rem;height:3.125rem;top:5.3125rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrQNlz0ordhF2sNhJ6Wt3ZdqVt7bc3P1 { display:block; }
 }@media only screen and (max-width: 763px) { #oIKZaaJD0xlfGBMp486OHRdGNdNrNciI { display:block; }#oIKZaaJD0xlfGBMp486OHRdGNdNrNciI > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WqcQFhTyK48XgVH30OsivDvJ8TBXdhTs { width:47.75rem;height:;top:2.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #prPdHJ47E2Ey3cNd2y8Ww0CRtO9evwu5 { width:17.8125rem;height:50.3125rem;top:15.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9MVJcPrAgUoiOq5u0PDTICh2vgNwxaZ { width:15.3125rem;height:25.4375rem;top:21.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvUW0btuFJ4CRZN5XOavoDKXaFLs8LM7 { width:3.4375rem;height:3.4375rem;top:16.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7dNn0uR1TkGbbQlztd7Wa0ddMQT5dQs { width:11.0625rem;height:1.875rem;top:16.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDNBWHx0icTHIXWaGMi2LfTvSNTJa07o { width:5.875rem;height:1.125rem;top:18.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPg0GteSVZkym4TfmzxMNgOV05uUWdJa { width:6.25rem;height:2.0625rem;top:48.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EONDgBqD165UzTDlMbXb7EdZKWPe6T8O { width:17.8125rem;height:50.3125rem;top:15.375rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnITrWLcT7CT08KWFU2vMU4PIZrzPHo1 { width:16.625rem;height:39.0625rem;top:21.1875rem;left:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMBdsX5wbrlwuiH67bd96ATrlaLhq9kQ { width:6.25rem;height:2.0625rem;top:61.8125rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImwUk4RstLaryRHBpr2RE59uT1H4SZLt { width:3.4375rem;height:3.4375rem;top:16.5rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hb9oODMKQ3CAET0CzfWa0GTH7kfLf9pG { width:5.875rem;height:1.125rem;top:18.625rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJmVolP764UrxWnFTdBomOJQyR7GhJ9h { width:11.0625rem;height:1.875rem;top:16.625rem;left:10.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZr2WDfC1XNECReEMyVWtFsaiNWoS1cz { width:17.8125rem;height:50.25rem;top:15.375rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpmkll3Rx9fzhifDcCi2vr09h8dxE9lR { width:11.0625rem;height:1.875rem;top:16.625rem;left:29.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuBxUINpTkTKCWhD9ZunJXvodOD20GWk { width:15.875rem;height:18.6875rem;top:21.1875rem;left:25.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ei3eXySzVGPo4h01rTKNthCUp2tvvbXE { width:5.875rem;height:1.125rem;top:18.625rem;left:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMZPkT2Wuhi2A1wXfssRRSlv6Qr5Thex { width:3.4375rem;height:3.4375rem;top:16.5rem;left:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S19UMQIcex0g7LqVAdlTesJ8JT2xcynU { width:6.25rem;height:2.0625rem;top:41.9375rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d066ctw1OlW8mIv3fyA9v872ghF0ZeS0 { width:17.8125rem;height:50.1875rem;top:15.375rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViMeIwuRiPGgA9G9TcEVOJAZlImQhema { width:11.0625rem;height:1.875rem;top:16.625rem;left:36.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCZg43XsVKwNx3dUUny5ZBG4U9DL8l0h { width:15.875rem;height:25.4375rem;top:21.1875rem;left:31.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrGwZOMG5Xa7GRVGrbyiWWtwUwuXZZMa { width:5.875rem;height:1.125rem;top:18.625rem;left:41.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wltmA0KI8MtTi6S5VsXu3lp57BWdqbeH { width:3.4375rem;height:3.4375rem;top:16.5rem;left:44.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkgK2FgqNp94LUzOJe4OAImNnkXHLGAb { width:6.25rem;height:2.0625rem;top:48.75rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQXQm1swyPA6GHPtTGqmTUuQrQdWM9vh { width:47.75rem;height:4.375rem;top:7.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qma2X9yfJSTFHg8cJUxQoB9DHCTfIySm { display:block; }#qma2X9yfJSTFHg8cJUxQoB9DHCTfIySm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GsA4aEpn5N0BsP52FDggizTZleWLu22M { width:35.9375rem;height:;top:3.125rem;left:5.90625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4niVTi4nURAz9sLeZ8A6zHt6afuA94c { display:block; }#x4niVTi4nURAz9sLeZ8A6zHt6afuA94c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vvQ5JxGbVD6x6g9eeayTZV7JNGFBoTdt { width:24.5rem;height:24.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTOcJmyM4Q0VUUJaD52nh08IyLT5UgH5 { width:21.25rem;height:11.875rem;top:6.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaCiDUU2x2AGcl1719Gi2T0rmIdHRvbT { width:17.6875rem;height:1.625rem;top:2rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXzeH8NLMuN34KvsBv0TfL5NDiMURSc4 { width:24.5rem;height:24.875rem;top:0rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U83xSEF0p0TzqycWDN7PyhaRTn4IoV4B { width:21.25rem;height:13.5625rem;top:6.375rem;left:13.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKeTPzzhfsoyFJ9JDJ18t8H6X84zd3ce { width:17.6875rem;height:1.625rem;top:2rem;left:14.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkyAZECvhCyzTsQrs82rLW68lP72rkTW { width:24.5rem;height:24.875rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #od4AO6RKskpVhkhXIVK3KgB1cFbx055K { width:21.25rem;height:15.25rem;top:6.375rem;left:26.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxyZ7UkmJCdoIIC3NKJcC0F0KvLAFf71 { width:18.3125rem;height:3.25rem;top:2rem;left:29.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReH5xOyffab8IFc65dESoiCffycVTCZi { width:37.125rem;height:15.9375rem;top:25.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpC0ynJsOcKs3dwSg7xsKvLgrfSBnnlz { width:34.25rem;height:6.75rem;top:31.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9VaxHvaIf08TQDLGafrdMss3Gzudyck { width:17.6875rem;height:3.25rem;top:26.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMKQB0ln7vC9HAofd5U5T3xQeWoElTI0 { width:37.125rem;height:15.9375rem;top:25.5rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScqoTPDXTeDK54x5dsFpU6lSwlbkfSoU { width:34.25rem;height:8.4375rem;top:31.3125rem;left:13.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtwF4cbFbEIsluQRkOOw1dk2Kd9cmvPV { width:17.6875rem;height:1.625rem;top:26.875rem;left:30.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FurvKu4qfi6Ga7QSrQWeIlK30IAGaLGC { display:block; }#FurvKu4qfi6Ga7QSrQWeIlK30IAGaLGC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zCyaGk6xgF5NyBhFm3scNPFgEJ8aIWic { width:7.5rem;height:7.5rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9xMCCdDco67TqTlH9HWARkfWbgwh2Wp { width:3.75rem;height:3.75rem;top:6.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw2mDsNWqI0QKMgS7Ka3weMWWZ7OGTyA { width:7.4375rem;height:3.125rem;top:13.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S22iSoseqRUHuIO7a7vRpPO3gGo5o2wB { width:7.5rem;height:7.5rem;top:4.6875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxnTNOQnB0KJ550Op2dPs76T7oNGFF63 { width:4.125rem;height:3.6875rem;top:6.625rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S41QzC2q8Tw212ii8FWDUhg85msB4FyK { width:7.625rem;height:3.125rem;top:13.0625rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7vZBbxaiF2km79pi7UXchNWGSaAT3rS { width:7.5rem;height:7.5rem;top:4.6875rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDxU0cXSlKNDwyd4mKeU2EBWrMe2W15J { width:3.875rem;height:4.5rem;top:6.1875rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3OFBXHf8VP3mHIG1v2Jx1swGby4bL9E { width:7.625rem;height:3.125rem;top:13.0625rem;left:14.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQ3u8WkWDTfI2hJryHNnQa7ApgGRMdaD { width:7.5rem;height:7.5rem;top:4.6875rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #soSdmox5EWnTUVzTehtwJ6BWxw9siooR { width:3.25rem;height:3.6875rem;top:6.5625rem;left:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #grHn3TBdAm2lslqpGZaW9zQn8nTf2yFd { width:7.625rem;height:1.5625rem;top:13.0625rem;left:26.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #An4tL4gnQUn4heR262wg0TmWEBMZTSvl { width:7.5rem;height:7.5rem;top:4.6875rem;left:38.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPM3beRof2tOKPXRBEAZJM6QZJcyibkT { width:3.6875rem;height:3.6875rem;top:6.5625rem;left:40.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSf6gUi1HeEHHqz5GDJti0DWw7KyRF8t { width:6.6875rem;height:3.125rem;top:13rem;left:38.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnMn939ZDkTsv4MemAGN0i4GB6a8QyT7 { width:7.5rem;height:7.5rem;top:4.6875rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BV668BgvCShK6WXLsHNMxpPAOG3tHrQu { width:3.6875rem;height:3.6875rem;top:6.5625rem;left:44.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXT0VmCU9XRclgAb8Hl2Nem6TOn9VlaI { width:7.625rem;height:1.5625rem;top:13.0625rem;left:40.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTpn7BKaTLzJx7tcC6PTLDB5kAnO2rph { display:block; }#PTpn7BKaTLzJx7tcC6PTLDB5kAnO2rph > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q8Rgnm5Fmtzi7u2uurFITgTD8UQSoZGb { width:25rem;height:100rem;display:none; }
 }@media only screen and (max-width: 763px) { #gkTlC3fsxkDWONa7HnaqMckXvCRwkPLZ { display:block; }#gkTlC3fsxkDWONa7HnaqMckXvCRwkPLZ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mgwoTU7K5JkNmfL7hz9k47d59OmpVd2f { width:24rem;height:;top:2.875rem;left:11.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvPA1b03dcfwcW6EiZtiT8JGbW2AZFh9 { width:47.5625rem;height:3.8125rem;top:7.8125rem;left:0.09375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M389EiXcMwqsywWsyC6S2WmE1upaVZtI { width:18.125rem;height:3.125rem;top:13.375rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1oFJB3b2VOe9z6Zbrt8JRXiC5woudf0 { display:block; }
 }@media only screen and (max-width: 763px) { #XxH1FoKq2e5D9SfqcxpC1supEHlE7u57 { display:block; }#XxH1FoKq2e5D9SfqcxpC1supEHlE7u57 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JfqrLfuq1o4TxEvw8ycIpJCcZv88ONca { width:10.375rem;height:3.4375rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUEERQ5I0p9QNCUSdNHlhTEeRTlfqO5b { width:38.875rem;height:1.6875rem;top:3rem;left:8.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8IAPp77cVHslMw9KsMzVSZTshkt2Wh4 { width:7.125rem;height:6.125rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lU9W58fUowQHeTvk8xLQrPD7B5Lr5pgI { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#lU9W58fUowQHeTvk8xLQrPD7B5Lr5pgI > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r2Isef8v8KTz92k0VTo6oo3TPWngWTbn { width:7.1875rem;height:2.4375rem;top:1.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7hlVIg5TFBegJnSCkxOXnJrhU4rXCBi { width:10.4375rem;height:1.462675rem;top:1.6123046875rem;left:9.5625rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #Lv4GW9bPBiRSgElBGNBEExIgPLTbuMgb { display:block; }#Lv4GW9bPBiRSgElBGNBEExIgPLTbuMgb > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8c2b3f27-c24b-4e32-a65e-be76b22b7904/72b6028310218_100000015o0qh00000n01o.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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.4); }#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.4); }#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 { width:20rem;height:36.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wziLwvCoLcw3y6COvrRT8pCGlFM3MB7l { width:20rem;height:2.3247625rem;top:7.5625rem;left:0rem;font-size:1.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #OmQdQP93MT3WbCcXSw00fJ6KQiEPk8Cf { width:15.4375rem;height:1.625rem;top:6rem;left:2.28125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qq5gX76ALubKMMPh5QMDecmEreFuSx2U { width:8.6875rem;height:0;top:35.4375rem;left:0.4375rem;font-size:1rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #BtBRQ3P1bVwoZgrcPdwZhL6UIziAtBzL { width:3.625rem;height:3.625rem;top:30.6875rem;left:2.71875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bx4AsK211BZ2D56S4BG6yUPs4K68vqPy { width:3.625rem;height:3.625rem;top:30.78125rem;left:13.34375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WbLfd1Og4DQ8abVSTTbONZibDuafLuUg { width:7.5rem;height:0;top:35.4189453125rem;left:11.46875rem;font-size:1rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #WJshh2m8VlSwoWuUiAwk12MS7Rio3o1C { width:3.625rem;height:3.625rem;top:40.75rem;left:2.28125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oD5cHlGhFzAzGMHF4DhNoze65MTTVfSS { width:9.625rem;height:0;top:45.5771484375rem;left:0rem;font-size:1rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #AGJt6JLSvOOBm37Nmxco00z7w2k4ow0J { width:3.625rem;height:3.625rem;top:40.75rem;left:12.90625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fqFJg4sMcSp3szET1eZmglcF3B6yg3td { width:7.75rem;height:0;top:45.5771484375rem;left:11.21875rem;font-size:1rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #JAN7H2fMH5EmouqqeZ9paDaAkLMTBWrq { width:20rem;height:1.74365rem;top:9.88671875rem;left:0rem;font-size:1.9375rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #zl8vrFyyaLHwf8BmAZkO94cfnQszX4pJ { width:18.125rem;height:3.125rem;top:14.689453125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOWDcougStyB7SBzGpW9tWed45LbW0Zq { display:block; }
 }@media only screen and (max-width: 763px) { #hlU6mTTFKPXXTMAKk8ATmQcDhvIJOGaH { width:18.25rem;height:13.6875rem;top:52.5019546875rem;left:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HRFdv65H79TZB8EJWxl8mBeIkPnXqpTT { width:18.25rem;height:13.6875rem;top:67.4394546875rem;left:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cn32AoZvQN7AAEfRpTooGk1WRCM4yw7F { width:18.25rem;height:13.6875rem;top:82.3769546875rem;left:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kd5IMKMRebdG2Zg9pCBHPgA65k0Z5wbg { width:18.25rem;height:13.6875rem;top:97.3144546875rem;left:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TMonzUBsSdZ7HCazINJ61ZXIWPsvLZDA { display:block; }#TMonzUBsSdZ7HCazINJ61ZXIWPsvLZDA > .row .container { width:20rem;height:106.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ESAxXwPDuMgF4K5cUqO6ST36n4PTOwpa { width:20rem;height:5.54904375rem;top:57.75rem;left:0rem;font-size:2.3125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #NbLlFMaPwLBsKpW0QM7pifmz7lQ4Ju7l { width:17.8125rem;height:13.496125rem;top:64.625rem;left:0rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Btw3wpxUeeNdUo1LdhVzMQ29VLbrhtTb { height:11.25rem;width:20rem;top:92.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlXBuniRHWUGwQL1dXW4QVykFKGZGT9u { width:20rem;height:7.4978125rem;top:79.4375rem;left:0rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #AgFKA6MlEBJTSXcx7am2PTfoetgAL2UI { width:18.125rem;height:3.125rem;top:87.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #quwT1o1a65SUo2Ixgp1d9FStnbFVgC46 { display:block; }
 }@media only screen and (max-width: 763px) { #RrnIcqtzU4SFkePAQIeXxyCB8eTQqS43 { width:18.25rem;height:13.6875rem;top:0.9375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NobigUTV4VQDHiLOsx8zefcRupPpzVp1 { width:3.625rem;height:3.625rem;top:4.125rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5mKTT4Tykb4cAHThJD4KcETswInx4vC { width:11.3125rem;height:3.57421875rem;top:9.4375rem;left:4.375rem;font-size:1.375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #L4KTabrVz2vqb4Hg2fooerVKAKghMIdw { width:3.625rem;height:3.625rem;top:30.5625rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAgJU3Pn3UnH9W8mTtvoxnohhqvTXnvo { width:9.1875rem;height:3.57421875rem;top:35.9375rem;left:5.4375rem;font-size:1.375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ksfTfJwLb23on0VntiKHXBa4UzuwS1T6 { width:3.625rem;height:3.625rem;top:16.8125rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJKMyNHpnhQaSqPdG7ODhQT0lRDHcwBn { width:18.25rem;height:13.6875rem;top:14.625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aP331V3buT50fWBnkRLx3w84lozBLUmf { width:11.0625rem;height:3.57421875rem;top:22.4375rem;left:4.5rem;font-size:1.375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #S8iVTgUTVmE6tIglW6HcrMICcQlnfDL5 { width:18.25rem;height:13.6875rem;top:28.3125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GO1l5tZXJ4OcJSQHmKWmTkqGtiFXytCt { width:9.9375rem;height:3.57421875rem;top:49.875rem;left:5.0625rem;font-size:1.375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #OqzBvHlXTTURpTbPvuDMF7GVy7dRz9JN { width:3.625rem;height:3.625rem;top:44.6875rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lt4LaQvsUEew0kwylbPLhcVgSL7NSpST { width:18.25rem;height:13.6875rem;top:41.9375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCXJk4hdqf6pMy6M22K3Le94WhsVCO5e { display:block; }#WCXJk4hdqf6pMy6M22K3Le94WhsVCO5e > .row .container { width:20rem;height:50rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iXwLAd2ovnsivkrhVH6G8IU5m3Q8rO3U { width:20rem;height:5.54904375rem;top:6rem;left:0rem;font-size:2.3125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #rgLCZrvTSJnKUyUFTGzDBEGPFFIyewcv { width:19.25rem;height:3.18685rem;top:2rem;left:0.375rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #pTNEhRTrztWhpHd171ylPDsEldiz31Ns { width:19.875rem;height:5.9982625rem;top:38.625rem;left:0rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #vE3DZ1vWXAGPyC2bG4PH3b8app7T1vFw { width:10rem;height:1.5625rem;top:13.19921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9mQ4un75yyTs1uwUyH3MI00NzqdF49k { width:7.6875rem;height:2.1875rem;top:12.88671875rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gReVTldKqsa16wrOyQdGrB2o3cCJ9qyV { width:10.375rem;height:10.375rem;top:13.19921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #in18TEheNWEFHpLTkQNfvklhbLP170Mm { width:5.0625rem;height:5.3125rem;top:15.73046875rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lrl109MR5nRkc4FW1J0wF2k9RHA3XTDD { width:10.3125rem;height:5.0625rem;top:21.04296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIKNlXt6S7dzN82KqpUl2AEKTG2XIx5e { width:8.75rem;height:4.6875rem;top:27.15625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #orkeu4zhv6fq72h1QU1Iml6g4K0c6s5d { width:6.0625rem;height:6.0625rem;top:26.46875rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XU4QkLvpPfN5JyKhuqDnJTH1ewKuaevp { width:7.5rem;height:1.8125rem;top:33.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnFdeh2L1pzVCt604K98o440CF9aXqE3 { width:7.3125rem;height:3.75rem;top:32.875rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9TddbWPqSTlJu010rNt3GrLy6oGO9GE { width:7rem;height:7rem;top:20.07421875rem;left:11.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6Ap8i9Gl2ecb2sNLPzOCyQgUqRSOtak { width:18.125rem;height:3.125rem;top:45.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4BCym0dOokUNt5865TPF5xWy15rNK0B { display:block; }
 }@media only screen and (max-width: 763px) { #sQv3saxOW4HUSMVEsdaWNOp8yIR476Ln { background-color:#ffffff;background-image:none;display:block; }#sQv3saxOW4HUSMVEsdaWNOp8yIR476Ln > .row .container { background-color: transparent; background-image: none; }#sQv3saxOW4HUSMVEsdaWNOp8yIR476Ln::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQv3saxOW4HUSMVEsdaWNOp8yIR476Ln > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQv3saxOW4HUSMVEsdaWNOp8yIR476Ln > .row .container > .video-iframe-container { display: none; }#sQv3saxOW4HUSMVEsdaWNOp8yIR476Ln > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQv3saxOW4HUSMVEsdaWNOp8yIR476Ln > .row > .video-iframe-container { display: none; }#sQv3saxOW4HUSMVEsdaWNOp8yIR476Ln > .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); }#sQv3saxOW4HUSMVEsdaWNOp8yIR476Ln > .row .container { width:20rem;height:81.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dg9ZqaTroLlEOJ15wBN6iPHwTX8TTyOs { top:0rem;left:0rem;width:20rem;height:80.9375rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #OLAwOv3eM92hC76Kd4AlTIvfu1emuogn { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/05b7c7a2-fcab-49f7-bd3b-c601895d65c8/8c6539b2istock10765181941_100000000000000000001o.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#OLAwOv3eM92hC76Kd4AlTIvfu1emuogn.adaptive-delivery-prevent-bg, #OLAwOv3eM92hC76Kd4AlTIvfu1emuogn.lazyload, #OLAwOv3eM92hC76Kd4AlTIvfu1emuogn.lazyloading { background-image: none; }#OLAwOv3eM92hC76Kd4AlTIvfu1emuogn > .row .container { background-color: transparent; background-image: none; }#OLAwOv3eM92hC76Kd4AlTIvfu1emuogn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#OLAwOv3eM92hC76Kd4AlTIvfu1emuogn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OLAwOv3eM92hC76Kd4AlTIvfu1emuogn > .row .container > .video-iframe-container { display: none; }#OLAwOv3eM92hC76Kd4AlTIvfu1emuogn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#OLAwOv3eM92hC76Kd4AlTIvfu1emuogn > .row > .video-iframe-container { display: none; }#OLAwOv3eM92hC76Kd4AlTIvfu1emuogn > .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); }#OLAwOv3eM92hC76Kd4AlTIvfu1emuogn > .row .container { width:20rem;height:70.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DER9aFO19f1Ka2mnmFIg4Cga0LeFfJkh { width:20rem;height:2.69970625rem;top:3.125rem;left:0rem;font-size:2.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #X8G1FDdx9TzhWgPrtwtqk2OCa7x1XlJ8 { width:17.1875rem;height:4.798175rem;top:14.4375rem;left:1.4375rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #NzpbggDhR38a8xfWC0xQTz1glF71lNSf { width:20rem;height:13.1875rem;top:7.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIz21OTLxqDILaNiCKtQmJcOcwOtzFTM { width:12.375rem;height:1.80013125rem;top:9rem;left:3.8125rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #DLwPqqDoe3VUQw48KfVoqAIkd4dKXJsG { width:17.8125rem;height:2.3999rem;top:11.4375rem;left:1.125rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #LTTtSDv1qSbUGdLoCID2ZGXNpT61hzgi { width:20rem;height:13.25rem;top:22.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbxsG3zUGMbX2sToxp7TEXATz0NKZBDi { width:12.375rem;height:1.80013125rem;top:23.4375rem;left:3.8125rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HPUPLWIDz7QwVXuGkBKVyJ6RZlGdGiKJ { width:17.8125rem;height:2.3999rem;top:25.875rem;left:1.125rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #tNaWaau4zNmBFXTT7PBkyZPW0czNfJBc { width:17.1875rem;height:4.798175rem;top:28.875rem;left:1.4375rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #vvMncRCwgdE7ZJDHo2RZsPupvgDxqaut { width:20rem;height:12.875rem;top:36.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pd166pyTMOTpgWRxgvrnpzWwiTDwnwTR { width:17.8125rem;height:2.3999rem;top:40.375rem;left:1.125rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #OWRDq53aOUcTevTCncXVTZuvzSHWLUHa { width:12.375rem;height:1.80013125rem;top:37.9375rem;left:3.8125rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TVFdJ2ODbrt6WykQzg1tBSRQD6fnNqI0 { width:17.1875rem;height:4.798175rem;top:43.375rem;left:1.4375rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #oND6Bpr4mMCkeFgg4ItZdofRohwT3XKq { width:20rem;height:15.5625rem;top:50.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pf6lXx6XuUHfDiiWPBpDkr4HgJuim2yt { width:17.8125rem;height:2.3999rem;top:54.5rem;left:1.0625rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #zZcSXNb53mvC6OnOkwxfhT6gZPcwowBW { width:12.375rem;height:1.80013125rem;top:52.0625rem;left:3.75rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #bX44wFi82hTmKUgU6Cr8R0dJkSV8RybN { width:17.9375rem;height:6.3975625rem;top:57.5rem;left:1rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #FX2nkfcPbgTOxFS5Br5d3xt9vukLvyIG { display:block; }#FX2nkfcPbgTOxFS5Br5d3xt9vukLvyIG > .row .container { width:20rem;height:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AMiWOUwyThRIStIIRtR92EnIxqD9c6hr { width:20rem;height:2.7749rem;top:3.125rem;left:0rem;font-size:2.3125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WBo4k3qeypdEXJ0EpOHB7oUIucaFUBry { width:17.8125rem;height:4.4987rem;top:6.5rem;left:0rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #SsbBSU79tUmu0BuiLW6Do0qgWaXAwwb0 { width:18.125rem;height:3.125rem;top:12.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrQNlz0ordhF2sNhJ6Wt3ZdqVt7bc3P1 { display:block; }
 }@media only screen and (max-width: 763px) { #oIKZaaJD0xlfGBMp486OHRdGNdNrNciI { display:block; }#oIKZaaJD0xlfGBMp486OHRdGNdNrNciI > .row .container { width:20rem;height:163.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WqcQFhTyK48XgVH30OsivDvJ8TBXdhTs { width:20rem;height:2.39963125rem;top:1.4375rem;left:0rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #prPdHJ47E2Ey3cNd2y8Ww0CRtO9evwu5 { width:17.8125rem;height:32.0625rem;top:18.8125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9MVJcPrAgUoiOq5u0PDTICh2vgNwxaZ { width:15.3125rem;height:22.4935rem;top:24.625rem;left:2.0625rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #CvUW0btuFJ4CRZN5XOavoDKXaFLs8LM7 { width:3.4375rem;height:3.4375rem;top:19.9375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7dNn0uR1TkGbbQlztd7Wa0ddMQT5dQs { width:11.0625rem;height:1.687825rem;top:20.0625rem;left:6.3125rem;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #QDNBWHx0icTHIXWaGMi2LfTvSNTJa07o { width:5.875rem;height:1.125rem;top:22.0625rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPg0GteSVZkym4TfmzxMNgOV05uUWdJa { width:6.25rem;height:2.0625rem;top:47.5rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EONDgBqD165UzTDlMbXb7EdZKWPe6T8O { width:17.8125rem;height:45.25rem;top:52.0625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnITrWLcT7CT08KWFU2vMU4PIZrzPHo1 { width:16.3125rem;height:34.49rem;top:57.875rem;left:2rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #JMBdsX5wbrlwuiH67bd96ATrlaLhq9kQ { width:6.25rem;height:2.0625rem;top:93.75rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImwUk4RstLaryRHBpr2RE59uT1H4SZLt { width:3.4375rem;height:3.4375rem;top:53.1875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hb9oODMKQ3CAET0CzfWa0GTH7kfLf9pG { width:5.875rem;height:1.125rem;top:55.3125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJmVolP764UrxWnFTdBomOJQyR7GhJ9h { width:11.0625rem;height:1.687825rem;top:53.3125rem;left:6.25rem;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #vZr2WDfC1XNECReEMyVWtFsaiNWoS1cz { width:17.8125rem;height:27.1875rem;top:98.4375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpmkll3Rx9fzhifDcCi2vr09h8dxE9lR { width:11.0625rem;height:1.687825rem;top:99.25rem;left:6.3125rem;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #wuBxUINpTkTKCWhD9ZunJXvodOD20GWk { width:15.875rem;height:16.49525rem;top:103.8125rem;left:2.0625rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Ei3eXySzVGPo4h01rTKNthCUp2tvvbXE { width:5.875rem;height:1.125rem;top:101.25rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMZPkT2Wuhi2A1wXfssRRSlv6Qr5Thex { width:3.4375rem;height:3.4375rem;top:99.125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S19UMQIcex0g7LqVAdlTesJ8JT2xcynU { width:6.25rem;height:2.0625rem;top:121.875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d066ctw1OlW8mIv3fyA9v872ghF0ZeS0 { width:17.8125rem;height:34.125rem;top:127.25rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViMeIwuRiPGgA9G9TcEVOJAZlImQhema { width:11.0625rem;height:1.687825rem;top:128.5rem;left:6.3125rem;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #pCZg43XsVKwNx3dUUny5ZBG4U9DL8l0h { width:15.875rem;height:22.4935rem;top:133.0625rem;left:2.0625rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #PrGwZOMG5Xa7GRVGrbyiWWtwUwuXZZMa { width:5.875rem;height:1.125rem;top:130.5rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wltmA0KI8MtTi6S5VsXu3lp57BWdqbeH { width:3.4375rem;height:3.4375rem;top:128.375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkgK2FgqNp94LUzOJe4OAImNnkXHLGAb { width:6.25rem;height:2.0625rem;top:157.375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQXQm1swyPA6GHPtTGqmTUuQrQdWM9vh { width:20rem;height:10.234375rem;top:5.3119573593139rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qma2X9yfJSTFHg8cJUxQoB9DHCTfIySm { display:block; }#qma2X9yfJSTFHg8cJUxQoB9DHCTfIySm > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GsA4aEpn5N0BsP52FDggizTZleWLu22M { width:16.5625rem;height:5.3994125rem;top:2.3125rem;left:1.71875rem;font-size:2.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #x4niVTi4nURAz9sLeZ8A6zHt6afuA94c { display:block; }#x4niVTi4nURAz9sLeZ8A6zHt6afuA94c > .row .container { width:20rem;height:132.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vvQ5JxGbVD6x6g9eeayTZV7JNGFBoTdt { width:20rem;height:25.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTOcJmyM4Q0VUUJaD52nh08IyLT5UgH5 { width:17.5rem;height:15.9939375rem;top:7.8125rem;left:1.25rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #aaCiDUU2x2AGcl1719Gi2T0rmIdHRvbT { width:17.6875rem;height:1.5rem;top:3.3125rem;left:1.15625rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #KXzeH8NLMuN34KvsBv0TfL5NDiMURSc4 { width:20rem;height:25.5rem;top:28.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U83xSEF0p0TzqycWDN7PyhaRTn4IoV4B { width:17.5rem;height:15.9939375rem;top:34.375rem;left:1.25rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #RKeTPzzhfsoyFJ9JDJ18t8H6X84zd3ce { width:17.5rem;height:2.99913125rem;top:30.25rem;left:1.25rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #VkyAZECvhCyzTsQrs82rLW68lP72rkTW { width:20rem;height:24.625rem;top:55rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #od4AO6RKskpVhkhXIVK3KgB1cFbx055K { width:17.5rem;height:15.9939375rem;top:61.4375rem;left:1.25rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #FxyZ7UkmJCdoIIC3NKJcC0F0KvLAFf71 { width:17.6875rem;height:2.99913125rem;top:57.0625rem;left:1.1875rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ReH5xOyffab8IFc65dESoiCffycVTCZi { width:20rem;height:22.9375rem;top:80.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpC0ynJsOcKs3dwSg7xsKvLgrfSBnnlz { width:17.5rem;height:14.3945rem;top:85.875rem;left:1.25rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #p9VaxHvaIf08TQDLGafrdMss3Gzudyck { width:17.6875rem;height:2.99913125rem;top:82.875rem;left:1.1875rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #rMKQB0ln7vC9HAofd5U5T3xQeWoElTI0 { width:20rem;height:24.3125rem;top:105.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScqoTPDXTeDK54x5dsFpU6lSwlbkfSoU { width:17.5rem;height:15.9939375rem;top:110.0625rem;left:1.25rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #OtwF4cbFbEIsluQRkOOw1dk2Kd9cmvPV { width:17.6875rem;height:1.5rem;top:107.3125rem;left:1.1875rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #FurvKu4qfi6Ga7QSrQWeIlK30IAGaLGC { display:block; }#FurvKu4qfi6Ga7QSrQWeIlK30IAGaLGC > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zCyaGk6xgF5NyBhFm3scNPFgEJ8aIWic { width:7.5rem;height:7.5rem;top:1.375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9xMCCdDco67TqTlH9HWARkfWbgwh2Wp { width:3.75rem;height:3.75rem;top:3.25rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw2mDsNWqI0QKMgS7Ka3weMWWZ7OGTyA { width:7.4375rem;height:2.59874375rem;top:9.6875rem;left:1.15625rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #S22iSoseqRUHuIO7a7vRpPO3gGo5o2wB { width:7.5rem;height:7.5rem;top:1.375rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxnTNOQnB0KJ550Op2dPs76T7oNGFF63 { width:4.125rem;height:3.6875rem;top:3.3125rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #S41QzC2q8Tw212ii8FWDUhg85msB4FyK { width:7.625rem;height:2.59874375rem;top:9.6875rem;left:11.25rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Q7vZBbxaiF2km79pi7UXchNWGSaAT3rS { width:7.5rem;height:7.5rem;top:14.75rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDxU0cXSlKNDwyd4mKeU2EBWrMe2W15J { width:3.875rem;height:4.5rem;top:16.25rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3OFBXHf8VP3mHIG1v2Jx1swGby4bL9E { width:7.625rem;height:2.59874375rem;top:22.875rem;left:1.0625rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #LQ3u8WkWDTfI2hJryHNnQa7ApgGRMdaD { width:7.5rem;height:7.5rem;top:26.9375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #soSdmox5EWnTUVzTehtwJ6BWxw9siooR { width:3.25rem;height:3.6875rem;top:28.875rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #grHn3TBdAm2lslqpGZaW9zQn8nTf2yFd { width:7.625rem;height:1.29980625rem;top:35.0625rem;left:1.125rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #An4tL4gnQUn4heR262wg0TmWEBMZTSvl { width:7.5rem;height:7.5rem;top:14.75rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPM3beRof2tOKPXRBEAZJM6QZJcyibkT { width:3.9375rem;height:3.9375rem;top:16.1875rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSf6gUi1HeEHHqz5GDJti0DWw7KyRF8t { width:5.5625rem;height:2.59874375rem;top:22.875rem;left:12.3125rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #nnMn939ZDkTsv4MemAGN0i4GB6a8QyT7 { width:7.5rem;height:7.5rem;top:26.9375rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BV668BgvCShK6WXLsHNMxpPAOG3tHrQu { width:3.6875rem;height:3.6875rem;top:28.875rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXT0VmCU9XRclgAb8Hl2Nem6TOn9VlaI { width:7.625rem;height:1.29980625rem;top:35.0625rem;left:11.375rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #PTpn7BKaTLzJx7tcC6PTLDB5kAnO2rph { background-color:#ffffff;background-image:none;display:block; }#PTpn7BKaTLzJx7tcC6PTLDB5kAnO2rph > .row .container { background-color: transparent; background-image: none; }#PTpn7BKaTLzJx7tcC6PTLDB5kAnO2rph::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTpn7BKaTLzJx7tcC6PTLDB5kAnO2rph > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTpn7BKaTLzJx7tcC6PTLDB5kAnO2rph > .row .container > .video-iframe-container { display: none; }#PTpn7BKaTLzJx7tcC6PTLDB5kAnO2rph > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTpn7BKaTLzJx7tcC6PTLDB5kAnO2rph > .row > .video-iframe-container { display: none; }#PTpn7BKaTLzJx7tcC6PTLDB5kAnO2rph > .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); }#PTpn7BKaTLzJx7tcC6PTLDB5kAnO2rph > .row .container { width:20rem;height:81.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q8Rgnm5Fmtzi7u2uurFITgTD8UQSoZGb { top:0rem;left:0rem;width:20rem;height:81.0625rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gkTlC3fsxkDWONa7HnaqMckXvCRwkPLZ { display:block; }#gkTlC3fsxkDWONa7HnaqMckXvCRwkPLZ > .row .container { width:20rem;height:20.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mgwoTU7K5JkNmfL7hz9k47d59OmpVd2f { width:20rem;height:2.7749rem;top:3.125rem;left:0rem;font-size:2.3125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #tvPA1b03dcfwcW6EiZtiT8JGbW2AZFh9 { width:19.1875rem;height:7.4978125rem;top:6.63671875rem;left:0.40625rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #M389EiXcMwqsywWsyC6S2WmE1upaVZtI { width:18.125rem;height:3.125rem;top:15.57421875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1oFJB3b2VOe9z6Zbrt8JRXiC5woudf0 { display:block; }
 }@media only screen and (max-width: 763px) { #XxH1FoKq2e5D9SfqcxpC1supEHlE7u57 { position:relative;z-index:auto;display:block; }#XxH1FoKq2e5D9SfqcxpC1supEHlE7u57 > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JfqrLfuq1o4TxEvw8ycIpJCcZv88ONca { width:8.625rem;height:2.9375rem;top:1.8125rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUEERQ5I0p9QNCUSdNHlhTEeRTlfqO5b { width:17.1875rem;height:2.2753875rem;top:7.375rem;left:1.40625rem;font-size:0.8125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w8IAPp77cVHslMw9KsMzVSZTshkt2Wh4 { width:7.125rem;height:6.125rem;top:0.7734375rem;left:11.53125rem;display:block; }
 }