.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;
}
html,
body {
  font-size: 16px;
}
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;
}
@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:rgba(255,255,255,0.78);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#ffcAn64DhMcuP76seDJE4BkWsFuIFtl4 { 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;display:block; }#ffcAn64DhMcuP76seDJE4BkWsFuIFtl4 > .row .container { background-color: transparent; background-image: none; }#ffcAn64DhMcuP76seDJE4BkWsFuIFtl4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ffcAn64DhMcuP76seDJE4BkWsFuIFtl4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ffcAn64DhMcuP76seDJE4BkWsFuIFtl4 > .row .container > .video-iframe-container { display: none; }#ffcAn64DhMcuP76seDJE4BkWsFuIFtl4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ffcAn64DhMcuP76seDJE4BkWsFuIFtl4 > .row > .video-iframe-container { display: none; }#ffcAn64DhMcuP76seDJE4BkWsFuIFtl4 > .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); }#ffcAn64DhMcuP76seDJE4BkWsFuIFtl4 > .row .container { border-width: 0; border-radius: 0; }#ffcAn64DhMcuP76seDJE4BkWsFuIFtl4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ffcAn64DhMcuP76seDJE4BkWsFuIFtl4 > .row .container { font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;position:relative;display:block; }#KCwV5TXVtasoywXJC7l1EqLahMMKJQdd { 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:1.9995125rem;width:9.4995rem;top:0.74951171875rem;left:32.7490234375rem;overflow:hidden;display:block; }
#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT { background-color:#fbfaf3;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { background-color: transparent; background-image: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container > .video-iframe-container { display: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row > .video-iframe-container { display: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .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); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { border-width: 0; border-radius: 0; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { font-size:0.875rem;font-family:arial;height:49.375rem;width:75rem;overflow:visible;position:relative;display:block; }#qJ4t3JegTEpUxeOAhOkURdGzTrivCHGP { display:block;width:50.625rem;position:absolute;font-family:imessage;font-size:3.375rem;font-weight:700;z-index:14999;line-height:1.2;letter-spacing:0;top:2.4990234375rem;left:12.1875rem;height:8.099625rem;color:#000000;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#LIBPy1LfPtf9o4dQXHuCAT6iTh88LKR2 { display:block;width:75rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:4.1875rem;left:0rem;height:3.75rem;color:#000000;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#o3i94OIlszp8IaskbXCNdnD8FuZGiA1b { display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.9375rem;font-weight:700;z-index:14999;line-height:1.2;letter-spacing:0;top:1.6867899894714rem;left:0rem;height:7.049875rem;color:#000000;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#StNmTDmJ2BNam5hdElR5DsRXcEUFk9uZ { background-color:#007bff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:imessage;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.7485625rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:35.1875rem;left:9.75rem;display:block; }
#hTXD6WmHoe32sp5QTahWcIdU35hszHlE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G9V2WzpcaaIsNTkFaJS26ubqfnAV8fMq { color:rgba(0,0,0,0.6);display:block;width:18.8125rem;position:absolute;font-family:imessage;font-size:1.3125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:31.1875rem;left:44.625rem;height:3.4121125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#fiiQfJtd4dvri5IwKTdknwWgQ8mogrha { color:rgba(0,0,0,0.6);display:block;width:44.874875rem;position:absolute;font-family:imessage;font-size:1.3125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:21.187133789062rem;left:15.625rem;height:3.4118625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#dC4QgGqWMnDXxvHtSan2ng9ARudfb6sG .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#dC4QgGqWMnDXxvHtSan2ng9ARudfb6sG .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#c10909;background-image:none;color:#ffffff;padding-top:0.34875rem;padding-right:0.3rem;padding-bottom:0.34875rem;padding-left:0.3rem;display:block;align-items:center;width:1.79875rem;min-width:1.79875rem;height:1.875625rem;position:relative;font-family:imessage;font-size:1.39625rem;font-weight:400;line-height:30.01px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;font-style:normal; }
#dC4QgGqWMnDXxvHtSan2ng9ARudfb6sG .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.218125rem;margin-right:0;margin-bottom:0;margin-left:0;display:none;width:2.399375rem;height:0;position:relative;font-family:imessage;font-size:0.523125rem;font-weight:400;line-height:0;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#dC4QgGqWMnDXxvHtSan2ng9ARudfb6sG { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#fbfaf3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:13.625rem;height:2.790525rem;padding-top:0.2275rem;padding-right:0.224375rem;padding-bottom:0.2275rem;padding-left:0.224375rem;position:absolute;font-family:imessage;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:31.25rem;left:9.75rem;z-index:15018; }
#dC4QgGqWMnDXxvHtSan2ng9ARudfb6sG #LnpOk9JRnWbEPnn4ToZywf9Pp2grWqb8 { display:flex;position:relative;top:0rem;left:0rem; }
#dC4QgGqWMnDXxvHtSan2ng9ARudfb6sG #QEw8rXqA6zEGh4eR0WeidHQIsHyXNnQ8 { width:auto; }
#dC4QgGqWMnDXxvHtSan2ng9ARudfb6sG #ta5hTzJPQvIS9XDvXprCsFgJKpCpQpzr {  }
#dC4QgGqWMnDXxvHtSan2ng9ARudfb6sG #ZN84BrOe1CKf61ybpsQela9FK1Db3uvM { display:flex;position:relative;top:0rem;left:0rem; }
#dC4QgGqWMnDXxvHtSan2ng9ARudfb6sG #bBTNe0MtT9si03KA2mUTmsKB9HClIexQ {  }
#dC4QgGqWMnDXxvHtSan2ng9ARudfb6sG #AhCPnxRc86FbUBHbTSSr5wfHJHtAiNqS {  }
#dC4QgGqWMnDXxvHtSan2ng9ARudfb6sG #uHDtBZNRyQoA5iq6XxS1TC3lf966h0z2 { display:flex;position:relative;top:0rem;left:0rem; }
#dC4QgGqWMnDXxvHtSan2ng9ARudfb6sG #d7mZDC9UBkNNQW0dPZ2X5UtOfCGfrZso {  }
#dC4QgGqWMnDXxvHtSan2ng9ARudfb6sG #RDebUuJDHNXQrLq1kXW16CmZxIXD4Ifz {  }
#dC4QgGqWMnDXxvHtSan2ng9ARudfb6sG #WT4iNWArXod3mv7vfnQAsyIiuugDnASf { display:flex;position:relative;top:0rem;left:0rem; }
#dC4QgGqWMnDXxvHtSan2ng9ARudfb6sG #tcmP3EJSAVeFkz26S0WTJAE9vLiXV2GU {  }
#dC4QgGqWMnDXxvHtSan2ng9ARudfb6sG #ygKBZid06mJ0O1GwtyK7o6Vz6qZvZsrx {  }
#g2DpTeUTwyhxFMNbhe2Lgy2JuAOUrbfC { color:rgba(0,0,0,0.6);display:block;width:13.5625rem;position:absolute;font-family:imessage;font-size:1.3125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:38.625rem;left:11.8427734375rem;height:1.70605625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#UsgnbuMa4I3HrgwISMQZTipbQwdvkdNT { color:rgba(0,0,0,0.6);display:block;width:27.125rem;position:absolute;font-family:imessage;font-size:1.375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:15.5625rem;left:9.75rem;height:5.361325rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#IG5cn8tTZ7yruwyylIV0M0ovpnBiRuds { color:rgba(0,0,0,0.6);display:block;width:44.874875rem;position:absolute;font-family:imessage;font-size:1.3125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:21.187133789062rem;left:15.625rem;height:3.4118625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#PzQmkzJ8eHnofbeyyixTFK49ngpV0Xxm { position:absolute;display:block;z-index:15000;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:12.5625rem;width:28.0625rem;top:17.3125rem;left:40.0625rem;overflow:hidden;display:block; }
#I2XC60doRK2lzU72BKFy98AzGaBHK6u3 { color:rgba(0,0,0,0.6);display:block;width:44.874875rem;position:absolute;font-family:imessage;font-size:1.3125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:21.187133789062rem;left:15.625rem;height:3.4118625rem;text-align:center;text-align-last:center;display:none; }#I2XC60doRK2lzU72BKFy98AzGaBHK6u3 li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#I2XC60doRK2lzU72BKFy98AzGaBHK6u3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_332cd86a862e37f8196fd55b09abbb17.svg); }
#T9dhywAJsyRl9yWgN0S2ulclkTTNiyRh { color:rgba(0,0,0,0.6);display:block;width:19rem;position:absolute;font-family:imessage;font-size:1.375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:21.9375rem;left:9.75rem;height:5.986325rem;text-align:left;text-align-last:left;display:block; }#T9dhywAJsyRl9yWgN0S2ulclkTTNiyRh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#T9dhywAJsyRl9yWgN0S2ulclkTTNiyRh li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_332cd86a862e37f8196fd55b09abbb17.svg); }
#RDynoJssfyTc65UXk8aB0N59rok5r0LZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.0625rem;width:5.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14998;opacity:1;top:28.8125rem;left:41.25rem; }
#B23yuEr5C5eoNNSZomXRp7smvcW2rBE5 { 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;display:block; }#B23yuEr5C5eoNNSZomXRp7smvcW2rBE5 > .row .container { background-color: transparent; background-image: none; }#B23yuEr5C5eoNNSZomXRp7smvcW2rBE5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B23yuEr5C5eoNNSZomXRp7smvcW2rBE5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B23yuEr5C5eoNNSZomXRp7smvcW2rBE5 > .row .container > .video-iframe-container { display: none; }#B23yuEr5C5eoNNSZomXRp7smvcW2rBE5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B23yuEr5C5eoNNSZomXRp7smvcW2rBE5 > .row > .video-iframe-container { display: none; }#B23yuEr5C5eoNNSZomXRp7smvcW2rBE5 > .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); }#B23yuEr5C5eoNNSZomXRp7smvcW2rBE5 > .row .container { border-width: 0; border-radius: 0; }#B23yuEr5C5eoNNSZomXRp7smvcW2rBE5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B23yuEr5C5eoNNSZomXRp7smvcW2rBE5 > .row .container { font-size:0.875rem;font-family:arial;height:244.4375rem;width:75rem;position:relative;display:block; }#vIFVzRRffLAQIkNBxuDTrlidl4pUaT8x { display:block;width:37.561625rem;position:absolute;font-family:imessage;font-size:2.1875rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:51.11474609375rem;left:18.71826171875rem;height:6.125rem;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ETn3FPk7NgyHG9eREh7xaSISTTpXWnoy { display:block;width:37.5625rem;position:absolute;font-family:imessage;font-size:2.1875rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:70.68701171875rem;left:36.18701171875rem;height:3.0625rem;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#NpTQFy74QkmxxUckCca7HZBEGCzhuzOZ { display:block;width:36.1875rem;position:absolute;font-family:imessage;font-size:1.4375rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:74.375rem;left:36.18701171875rem;height:4.0244125rem;color:#ffffff;font-style:normal;text-align:left;text-align-last:left;display:block; }#NpTQFy74QkmxxUckCca7HZBEGCzhuzOZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NpTQFy74QkmxxUckCca7HZBEGCzhuzOZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3aeae392f8a1459b7836d64d082433216c7cadce.svg); }
#BE0XhBNbHloaqFQztt7Zh3DN2IFwwkgg { display:block;width:34.75rem;position:absolute;font-family:imessage;font-size:1.4375rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:78.99951171875rem;left:36.18701171875rem;height:6.03661875rem;color:#ffffff;font-style:normal;text-align:left;text-align-last:left;display:block; }#BE0XhBNbHloaqFQztt7Zh3DN2IFwwkgg li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BE0XhBNbHloaqFQztt7Zh3DN2IFwwkgg li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6295939887d9bc68fb57012a427930f15a33336f.svg); }
#B9F1GSwh8vSO64cZVtFG0L1kJiPU1QBR { display:block;width:28.625rem;position:absolute;font-family:imessage;font-size:2.1875rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:90.24951171875rem;left:36.18701171875rem;height:6.125rem;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Or6EN9wOWaAekoQXu4Xzh5iiPR5ZLxls { display:block;width:33.374625rem;position:absolute;font-family:imessage;font-size:1.4375rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:96.99951171875rem;left:36.18701171875rem;height:6.03661875rem;color:#ffffff;font-style:normal;text-align:left;text-align-last:left;display:block; }#Or6EN9wOWaAekoQXu4Xzh5iiPR5ZLxls li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Or6EN9wOWaAekoQXu4Xzh5iiPR5ZLxls li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3aeae392f8a1459b7836d64d082433216c7cadce.svg); }
#gIoqR4Jzi61U3x3MaKa8OTatLGQBfe6L { display:block;width:35.9375rem;position:absolute;font-family:imessage;font-size:1.4375rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:103.68701171875rem;left:36.18701171875rem;height:4.0244125rem;color:#ffffff;font-style:normal;text-align:left;text-align-last:left;display:block; }#gIoqR4Jzi61U3x3MaKa8OTatLGQBfe6L li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gIoqR4Jzi61U3x3MaKa8OTatLGQBfe6L li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6295939887d9bc68fb57012a427930f15a33336f.svg); }
#hDkE0Cp2nQvUe4WoKHoAvtTH2ntUwDni { display:block;width:37.1875rem;position:absolute;font-family:imessage;font-size:2.1875rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:114.18701171875rem;left:36.18701171875rem;height:6.125rem;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#QWfME1v2RwxAnDh1DTXqJBLnvPdWVUho { display:block;width:33.5625rem;position:absolute;font-family:imessage;font-size:1.4375rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:120.9375rem;left:36.18701171875rem;height:6.03661875rem;color:#ffffff;font-style:normal;text-align:left;text-align-last:left;display:block; }#QWfME1v2RwxAnDh1DTXqJBLnvPdWVUho li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QWfME1v2RwxAnDh1DTXqJBLnvPdWVUho li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3aeae392f8a1459b7836d64d082433216c7cadce.svg); }
#QhFcTgKppxOAGn97kBoIPZLyWPm4X7fU { display:block;width:33.75rem;position:absolute;font-family:imessage;font-size:1.4375rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:127.56201171875rem;left:36.18701171875rem;height:4.0244125rem;color:#ffffff;font-style:normal;text-align:left;text-align-last:left;display:block; }#QhFcTgKppxOAGn97kBoIPZLyWPm4X7fU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QhFcTgKppxOAGn97kBoIPZLyWPm4X7fU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6295939887d9bc68fb57012a427930f15a33336f.svg); }
#MZTR2wzTvoKelGT9Q6ryefrvZkdBFHtB { display:block;width:37.1875rem;position:absolute;font-family:imessage;font-size:2.1875rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:140.625rem;left:36.37451171875rem;height:3.0625rem;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#dHBEFh4xVETPrQmAQfvXOSlzuSOoGpw0 { display:block;width:32.9375rem;position:absolute;font-family:imessage;font-size:1.4375rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:144.31201171875rem;left:36.37451171875rem;height:6.03661875rem;color:#ffffff;font-style:normal;text-align:left;text-align-last:left;display:block; }#dHBEFh4xVETPrQmAQfvXOSlzuSOoGpw0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dHBEFh4xVETPrQmAQfvXOSlzuSOoGpw0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3aeae392f8a1459b7836d64d082433216c7cadce.svg); }
#vLeSKN5iLoyr2lX9LcZExLy78DbJlxPZ { display:block;width:33.875rem;position:absolute;font-family:imessage;font-size:1.4375rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:150.99951171875rem;left:36.37451171875rem;height:4.0244125rem;color:#ffffff;font-style:normal;text-align:left;text-align-last:left;display:block; }#vLeSKN5iLoyr2lX9LcZExLy78DbJlxPZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vLeSKN5iLoyr2lX9LcZExLy78DbJlxPZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6295939887d9bc68fb57012a427930f15a33336f.svg); }
#DuUb4XCxyJK71VPl6V2Q6dV0MfuaMHMk { display:block;width:37.1875rem;position:absolute;font-family:imessage;font-size:2.1875rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:164.81201171875rem;left:36.37451171875rem;height:3.0625rem;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#lDSrtgzAuTTmqSokkcyce2prRt6OeE53 { display:block;width:30.812375rem;position:absolute;font-family:imessage;font-size:1.4375rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:169.0625rem;left:36.37451171875rem;height:6.03661875rem;color:#ffffff;font-style:normal;text-align:left;text-align-last:left;display:block; }#lDSrtgzAuTTmqSokkcyce2prRt6OeE53 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lDSrtgzAuTTmqSokkcyce2prRt6OeE53 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3aeae392f8a1459b7836d64d082433216c7cadce.svg); }
#X5heqegTT3fJtTCeZllZS3THMLul0xrD { display:block;width:33.1875rem;position:absolute;font-family:imessage;font-size:1.4375rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:175.74951171875rem;left:36.37451171875rem;height:6.03661875rem;color:#ffffff;font-style:normal;text-align:left;text-align-last:left;display:block; }#X5heqegTT3fJtTCeZllZS3THMLul0xrD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#X5heqegTT3fJtTCeZllZS3THMLul0xrD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6295939887d9bc68fb57012a427930f15a33336f.svg); }
#Z1wTy4FLPdA8AfFMe81GgQn0P964PvlM { position:absolute;display:block;z-index:15012;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.499875rem;width:24.187rem;top:68.63623046875rem;left:7.8740234375rem;overflow:hidden;display:block; }
#G5kGBCbxWrxWXCXkUonKXmMq9UydzUc6 { box-sizing:content-box;height:19.624625rem;width:66.9375rem;position:absolute;display:block;z-index:15001;background-color:rgba(255,255,255,0.12);background-image:none;top:66.5625rem;left:4.43701171875rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#dOcPkARTU7nuGTS39clhPAUpfdtJNgJE { box-sizing:content-box;height:21.1875rem;width:66.9375rem;position:absolute;display:block;z-index:15002;background-color:rgba(255,255,255,0.12);background-image:none;top:88.56201171875rem;left:4.03076171875rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#QZDE43Sw1Ppl2d0BCdfFZzqTnAK6vRZs { 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:17.937rem;width:23.75rem;top:90.185546875rem;left:8.09326171875rem;overflow:hidden;display:block; }
#vwiWXiiHRwUtkZH1RJlGNuWy61Wh7OK9 { box-sizing:content-box;height:21.187125rem;width:66.9375rem;position:absolute;display:block;z-index:15003;background-color:rgba(255,255,255,0.12);background-image:none;top:112.28662109375rem;left:4.03076171875rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#bSUwSQpr88JiSi4EXEyJ9URW1ccTgLWf { 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:14.8125rem;width:28.0625rem;top:115.44091796875rem;left:5.74951171875rem;overflow:hidden;display:block; }
#sogMSPAIawNFGi1hKPXT1itnMNLEKGM1 { box-sizing:content-box;height:22.375rem;width:66.9375rem;position:absolute;display:block;z-index:15004;background-color:rgba(255,255,255,0.12);background-image:none;top:136.2490234375rem;left:4.03076171875rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#va9pQHGI5DtIVNh6OrIwOgPeyMLl26ZV { 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:18.999625rem;width:21.5625rem;top:137.93603515625rem;left:9.185546875rem;overflow:hidden;display:block; }
#IUJnxevld8MEEctAIv5LFTdn4zwBA5Nz { box-sizing:content-box;height:22.374875rem;width:66.9375rem;position:absolute;display:block;z-index:15005;background-color:rgba(255,255,255,0.12);background-image:none;top:161.7490234375rem;left:4.03076171875rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#z7yC1VSW32dNION6U6Z9Z4gPHT48GG9m { 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:10.99975rem;width:27.374875rem;top:167.517578125rem;left:6.279296875rem;overflow:hidden;display:block; }
#RzzFNgVLbssO44enlPMVfuKSM0x2PnwZ { display:block;width:28.2483125rem;position:absolute;font-family:imessage;font-size:3.5rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:209.18701171875rem;left:5.625rem;height:8.3994375rem;color:#fbfaf3;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#LvFfwfsiz9792ImkF1eZqaEDvNXcuOgr .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#LvFfwfsiz9792ImkF1eZqaEDvNXcuOgr .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fbfaf3;background-image:none;color:#007bff;padding-top:0.56125rem;padding-right:0.46125rem;padding-bottom:0.56125rem;padding-left:0.46125rem;display:block;align-items:center;width:2.766875rem;min-width:2.766875rem;height:3.015rem;position:relative;font-family:imessage;font-size:2.245625rem;font-weight:400;line-height:48.24px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;font-style:normal; }
#LvFfwfsiz9792ImkF1eZqaEDvNXcuOgr .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.35125rem;margin-right:0;margin-bottom:0;margin-left:0;display:none;width:3.691875rem;height:0;position:relative;font-family:imessage;font-size:0.84125rem;font-weight:400;line-height:0;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#LvFfwfsiz9792ImkF1eZqaEDvNXcuOgr { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:18.75rem;height:4.48875rem;padding-top:0.36625rem;padding-right:0.345rem;padding-bottom:0.36625rem;padding-left:0.345rem;position:absolute;font-family:imessage;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:202.31103515625rem;left:10.24658203125rem;z-index:15019; }
#LvFfwfsiz9792ImkF1eZqaEDvNXcuOgr #TNV6T49Lb6VccGz6SPOzKh0kbFbFQGTh { display:flex;position:relative;top:0rem;left:0rem; }
#LvFfwfsiz9792ImkF1eZqaEDvNXcuOgr #QM3JNFcdJsk5ovkN4flxtoZhQb39soxX { width:auto; }
#LvFfwfsiz9792ImkF1eZqaEDvNXcuOgr #u4Grepyww4qxX1vU01i3LvhX2L3FCJuv {  }
#LvFfwfsiz9792ImkF1eZqaEDvNXcuOgr #moffXbSXmD4yyeGNVnbR2nw7ZTImw8Bw { display:flex;position:relative;top:0rem;left:0rem; }
#LvFfwfsiz9792ImkF1eZqaEDvNXcuOgr #OzBU4UhDFD50sIBiIaOlcgRM9fearDDI {  }
#LvFfwfsiz9792ImkF1eZqaEDvNXcuOgr #zwDMUNIBTvPJPUVZBX5OAd9yGxsxto2X {  }
#LvFfwfsiz9792ImkF1eZqaEDvNXcuOgr #yyTmQvnQRQmTi9IOGuVJpT2JpzSAudhg { display:flex;position:relative;top:0rem;left:0rem; }
#LvFfwfsiz9792ImkF1eZqaEDvNXcuOgr #bolDcpB2DEJk2WLiSfvbXtEgR7vPqf3N {  }
#LvFfwfsiz9792ImkF1eZqaEDvNXcuOgr #tVaTCn5FMks9JzpftR3geHxk6p11gLBw {  }
#LvFfwfsiz9792ImkF1eZqaEDvNXcuOgr #tUstX5KzT7FUpvMpkEerdEwxD49uUcL6 { display:flex;position:relative;top:0rem;left:0rem; }
#LvFfwfsiz9792ImkF1eZqaEDvNXcuOgr #DvZ3BMIqTkId48KqcBrTIeGp3XyiqHpd {  }
#LvFfwfsiz9792ImkF1eZqaEDvNXcuOgr #RkKAEudEtsX6w0g4b7eflCs0dIuQzlQN {  }
#VqoabkiEV8GgXdf4L605q7kzoRmc4HNm { background-color:#007bff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:imessage;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.7484375rem;height:3.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:220.12451171875rem;left:10.68701171875rem;display:block; }
#iI7Q37B02HTVkeLTiG6JIwohaaxo9Wc7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CczeKPVXwX6ouWIvbvtDTUSPSdboUqpu { box-sizing:content-box;height:27.875rem;width:31.125rem;position:absolute;display:block;z-index:14999;background-color:rgba(255,255,255,0.12);background-image:none;top:199.62451171875rem;left:3.99951171875rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#zPh9BT2TWR883gvmg5HRW8BWnvCFtMJi { box-sizing:content-box;height:27.87475rem;width:31.124875rem;position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.12);background-image:none;top:199.57275390625rem;left:39.66357421875rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#GCNxxbMaCuspanTWAv4E86tg4xsogfvH { display:block;width:29.0625rem;position:absolute;font-family:imessage;font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:203.24853515625rem;left:40.43701171875rem;height:11.3984375rem;color:#fbfaf3;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#kR4ZDxBftFu6l7dBBh29VEAF50wtUTiu { box-sizing:content-box;height:2.8125rem;width:2.8125rem;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:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e5937059-1fce-41cd-9989-755318a87744/image1.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;top:220.49951171875rem;left:48.06201171875rem;display:block; }#kR4ZDxBftFu6l7dBBh29VEAF50wtUTiu.adaptive-delivery-prevent-bg, #kR4ZDxBftFu6l7dBBh29VEAF50wtUTiu.lazyload, #kR4ZDxBftFu6l7dBBh29VEAF50wtUTiu.lazyloading { background-image: none; }
#AgxkORKvB4y9cJddK2fg9XNtOO0r7I6k { display:block;width:10.99975rem;position:absolute;font-family:imessage;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:220.43701171875rem;left:51.37451171875rem;height:3rem;color:rgba(251,250,243,0.55);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#xI42JoZR0WBUKHTJGeiTw3ghcayDolA6 { 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.06176875rem;width:15.874rem;top:217.12451171875rem;left:47.0302734375rem;overflow:hidden;display:block; }
#RIpoTHgqe6OabRQ5FyS7dNtqxeg7fgsH { 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:34.75rem;width:40.5rem;display:none; }
#qMEr5s86toG2CQ5qcmgodEd4eedrZnhG { 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:51.375rem;width:42rem;display:none; }
#Eeowm6wk8CUf5Uu87sD3DRi6U5KA8qaX { 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:52.125rem;width:40.5rem;display:none; }
#SnQeg4ks8RavcFUBq0cZV54DqsbKbXvE { 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:52.125rem;width:40.5rem;display:none; }
#wbuRb8BITxVsKqf7Nn7wpwPZETvqJH8y { 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:49rem;width:35.1875rem;display:none; }
#uSkVOqZc9SJSDmA3lRx5rvplISONKCxi { display:block;width:29.0625rem;position:absolute;font-family:imessage;font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:185.74853515625rem;left:40.43701171875rem;height:11.3984375rem;color:#fbfaf3;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#ewebfkXCMtUJh8qfVT9PPX6MIDx8dAG2 { color:rgba(255,255,255,0.6);display:block;width:13.4375rem;position:absolute;font-family:imessage;font-size:1.3125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:223.68701171875rem;left:13.248046875rem;height:1.70605625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#cioUZk5UtMlunFtCdq5bf1fI6vxT5HhC { display:block;width:54.312125rem;position:absolute;font-family:imessage;font-size:2.625rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:3.5625rem;left:10.6875rem;height:3.1499rem;color:#fbfaf3;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#styZPwfWfmwBkczyE9nP3gxhuRZrSN6m { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:23.125rem;width:41.1875rem;top:8.8125rem;left:16.6875rem;display:block; }
#nesvd1ApuV8U20hbNQbIGwLL5xa19xJP { display:block;width:54.312rem;position:absolute;font-family:imessage;font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:33.5625rem;left:10.125rem;height:2.25rem;color:#fbfaf3;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#xC24duZpJ3EsAhCOOu4dlqDio7BWFG0M { 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;display:block; }#xC24duZpJ3EsAhCOOu4dlqDio7BWFG0M > .row .container { background-color: transparent; background-image: none; }#xC24duZpJ3EsAhCOOu4dlqDio7BWFG0M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xC24duZpJ3EsAhCOOu4dlqDio7BWFG0M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xC24duZpJ3EsAhCOOu4dlqDio7BWFG0M > .row .container > .video-iframe-container { display: none; }#xC24duZpJ3EsAhCOOu4dlqDio7BWFG0M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xC24duZpJ3EsAhCOOu4dlqDio7BWFG0M > .row > .video-iframe-container { display: none; }#xC24duZpJ3EsAhCOOu4dlqDio7BWFG0M > .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); }#xC24duZpJ3EsAhCOOu4dlqDio7BWFG0M > .row .container { border-width: 0; border-radius: 0; }#xC24duZpJ3EsAhCOOu4dlqDio7BWFG0M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xC24duZpJ3EsAhCOOu4dlqDio7BWFG0M > .row .container { font-size:0.875rem;font-family:arial;height:43.8125rem;width:75rem;position:relative;display:block; }#JvyXBHdJybmdFcSC2im5TfcZm10lTLQr { display:block;width:42.24975rem;position:absolute;font-family:imessage;font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:6.4971923828125rem;left:17.997436523438rem;height:;color:#fbfaf3;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#AwLXzWvr3PnTQF17DKZ4XmWUSQNvwJ5L { 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:11.812125rem;width:34.249875rem;top:18.6875rem;left:22.75rem;overflow:hidden;display:block; }
#UsdlUBohFADnuCRL4bxfuA70KPN9GAyN { box-sizing:content-box;height:16.5rem;width:42rem;position:absolute;display:block;z-index:15001;background-color:rgba(255,255,255,0.12);background-image:none;top:16.4375rem;left:18.125rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#Qbmgn8fRA1VomZT9tZ2fOTHLOMU6b9eQ { 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;display:block; }#Qbmgn8fRA1VomZT9tZ2fOTHLOMU6b9eQ > .row .container { background-color: transparent; background-image: none; }#Qbmgn8fRA1VomZT9tZ2fOTHLOMU6b9eQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qbmgn8fRA1VomZT9tZ2fOTHLOMU6b9eQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qbmgn8fRA1VomZT9tZ2fOTHLOMU6b9eQ > .row .container > .video-iframe-container { display: none; }#Qbmgn8fRA1VomZT9tZ2fOTHLOMU6b9eQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qbmgn8fRA1VomZT9tZ2fOTHLOMU6b9eQ > .row > .video-iframe-container { display: none; }#Qbmgn8fRA1VomZT9tZ2fOTHLOMU6b9eQ > .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); }#Qbmgn8fRA1VomZT9tZ2fOTHLOMU6b9eQ > .row .container { border-width: 0; border-radius: 0; }#Qbmgn8fRA1VomZT9tZ2fOTHLOMU6b9eQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qbmgn8fRA1VomZT9tZ2fOTHLOMU6b9eQ > .row .container { font-size:0.875rem;font-family:arial;height:34.9375rem;width:75rem;position:relative;display:block; }#o0VPcCVmToH3CMttcqMDO8N3bTexpKsI { color:#ffffff;display:block;width:41.6875rem;position:absolute;font-family:imessage;font-size:2.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.82425rem;top:6.4375rem;left:16.6875rem;text-align:center;text-align-last:center;display:block; }
#lpzGnsO84FxnfTwiOt8TZRnVrpGdfWk7 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#lpzGnsO84FxnfTwiOt8TZRnVrpGdfWk7 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fbfaf3;background-image:none;color:#007bff;padding-top:0.3925rem;padding-right:0.32625rem;padding-bottom:0.3925rem;padding-left:0.32625rem;display:block;align-items:center;width:1.955625rem;min-width:1.955625rem;height:2.106875rem;position:relative;font-family:imessage;font-size:1.569375rem;font-weight:400;line-height:33.71px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;font-style:normal; }
#lpzGnsO84FxnfTwiOt8TZRnVrpGdfWk7 .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.245625rem;margin-right:0;margin-bottom:0;margin-left:0;display:none;width:2.609375rem;height:0;position:relative;font-family:imessage;font-size:0.588125rem;font-weight:400;line-height:0;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#lpzGnsO84FxnfTwiOt8TZRnVrpGdfWk7 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:13.3125rem;height:3.125rem;padding-top:0.255625rem;padding-right:0.24375rem;padding-bottom:0.255625rem;padding-left:0.24375rem;position:absolute;font-family:imessage;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:15.5625rem;left:30.625rem;z-index:15021; }
#lpzGnsO84FxnfTwiOt8TZRnVrpGdfWk7 #G7I2T75BPV7b8gW6NJvr6A3oNSbOQM8X { display:flex;position:relative;top:0rem;left:0rem; }
#lpzGnsO84FxnfTwiOt8TZRnVrpGdfWk7 #AGn91fVnxAcxaroIl67eVuIS81TfnsLu { width:auto; }
#lpzGnsO84FxnfTwiOt8TZRnVrpGdfWk7 #fFGE42xAzN6g9pEuUkcUkABE7FtTOkpg {  }
#lpzGnsO84FxnfTwiOt8TZRnVrpGdfWk7 #ss26FqqEE09A3TibZmalh8CsLdNrJFfJ { display:flex;position:relative;top:0rem;left:0rem; }
#lpzGnsO84FxnfTwiOt8TZRnVrpGdfWk7 #MPoE59eb6f8ZfT77TnmQCchTtci9HwKK {  }
#lpzGnsO84FxnfTwiOt8TZRnVrpGdfWk7 #r6GXehHode5Jgkgn6UDLf42ixzvv18Jw {  }
#lpzGnsO84FxnfTwiOt8TZRnVrpGdfWk7 #euXnNJwpRyhsDx4FTUbCP5S6KZIl9WMQ { display:flex;position:relative;top:0rem;left:0rem; }
#lpzGnsO84FxnfTwiOt8TZRnVrpGdfWk7 #AGb0weiS95JS2xI4fVLX0HvdmJs9r1b1 {  }
#lpzGnsO84FxnfTwiOt8TZRnVrpGdfWk7 #JVhKIrGrLtVfPlTOmqTK7TUJZ0ceI6Se {  }
#lpzGnsO84FxnfTwiOt8TZRnVrpGdfWk7 #lnzl9dagbSzZXTZvURzndzmOMoUsKVDi { display:flex;position:relative;top:0rem;left:0rem; }
#lpzGnsO84FxnfTwiOt8TZRnVrpGdfWk7 #ArtQSAIugoOBWigeNguaC309meCu8UTz {  }
#lpzGnsO84FxnfTwiOt8TZRnVrpGdfWk7 #K8d69GL7kkEvT8NuqQUmQQD5TftKfLOa {  }
#giLXUDk4dTT9ZZLefiTHU0SeGNplIvPZ { background-color:#007bff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:imessage;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.7480625rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:20.3125rem;left:28.6875rem;display:block; }
#cldMFGIl9JqSTHxo7ACnRbTZNDpHzrZG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eeIBA4o2IXl1tNLZMKb3eLNgRuCeK34G { color:rgba(255,255,255,0.6);display:block;width:13.4375rem;position:absolute;font-family:imessage;font-size:1.3125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:24.03125rem;left:30.78125rem;height:1.70605625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#FBQDm896DAdaOsNoKOWe4tQV7qZOsyK4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaf3;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; }#FBQDm896DAdaOsNoKOWe4tQV7qZOsyK4 > .row .container { background-color: transparent; background-image: none; }#FBQDm896DAdaOsNoKOWe4tQV7qZOsyK4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FBQDm896DAdaOsNoKOWe4tQV7qZOsyK4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FBQDm896DAdaOsNoKOWe4tQV7qZOsyK4 > .row .container > .video-iframe-container { display: none; }#FBQDm896DAdaOsNoKOWe4tQV7qZOsyK4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FBQDm896DAdaOsNoKOWe4tQV7qZOsyK4 > .row > .video-iframe-container { display: none; }#FBQDm896DAdaOsNoKOWe4tQV7qZOsyK4 > .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); }#FBQDm896DAdaOsNoKOWe4tQV7qZOsyK4 > .row .container { border-width: 0; border-radius: 0; }#FBQDm896DAdaOsNoKOWe4tQV7qZOsyK4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FBQDm896DAdaOsNoKOWe4tQV7qZOsyK4 > .row .container { font-size:0.875rem;font-family:arial;height:24.75rem;width:75rem;position:relative;display:block; }#tz8tV2Svi7Wbb3fTE5eF2k0Kg9v3LTGL { color:#000000;display:block;width:34.249375rem;position:absolute;font-family:imessage;font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:14.3125rem;left:20.4375rem;height:1.13769375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#OLmHpd3073lP2ctPSSieSA9KD13UhpJA { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:18.75rem;top:9.3125rem;left:28.1875rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ffcAn64DhMcuP76seDJE4BkWsFuIFtl4 { display:block; }#ffcAn64DhMcuP76seDJE4BkWsFuIFtl4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KCwV5TXVtasoywXJC7l1EqLahMMKJQdd { width:9.4375rem;height:1.9864623631507rem;top:0.6875rem;left:19.1240234375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT { display:block; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { height:35.4375rem;width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qJ4t3JegTEpUxeOAhOkURdGzTrivCHGP { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LIBPy1LfPtf9o4dQXHuCAT6iTh88LKR2 { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #o3i94OIlszp8IaskbXCNdnD8FuZGiA1b { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #StNmTDmJ2BNam5hdElR5DsRXcEUFk9uZ { width:17.6875rem;height:3.4375rem;top:35.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTXD6WmHoe32sp5QTahWcIdU35hszHlE { display:block; }
 }@media only screen and (max-width: 763px) { #G9V2WzpcaaIsNTkFaJS26ubqfnAV8fMq { width:18.8125rem;height:3.375rem;top:31.1875rem;left:28.9375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fiiQfJtd4dvri5IwKTdknwWgQ8mogrha { width:14.6875rem;height:2.5625rem;top:17rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #dC4QgGqWMnDXxvHtSan2ng9ARudfb6sG .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dC4QgGqWMnDXxvHtSan2ng9ARudfb6sG .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#dC4QgGqWMnDXxvHtSan2ng9ARudfb6sG .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#dC4QgGqWMnDXxvHtSan2ng9ARudfb6sG { display:flex;width:18rem;height:5.0625rem;top:24.5rem;left:16.052734375rem; }
 }@media only screen and (max-width: 763px) { #dC4QgGqWMnDXxvHtSan2ng9ARudfb6sG #LnpOk9JRnWbEPnn4ToZywf9Pp2grWqb8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dC4QgGqWMnDXxvHtSan2ng9ARudfb6sG #QEw8rXqA6zEGh4eR0WeidHQIsHyXNnQ8 {  }
 }@media only screen and (max-width: 763px) { #dC4QgGqWMnDXxvHtSan2ng9ARudfb6sG #ta5hTzJPQvIS9XDvXprCsFgJKpCpQpzr {  }
 }@media only screen and (max-width: 763px) { #dC4QgGqWMnDXxvHtSan2ng9ARudfb6sG #ZN84BrOe1CKf61ybpsQela9FK1Db3uvM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dC4QgGqWMnDXxvHtSan2ng9ARudfb6sG #bBTNe0MtT9si03KA2mUTmsKB9HClIexQ {  }
 }@media only screen and (max-width: 763px) { #dC4QgGqWMnDXxvHtSan2ng9ARudfb6sG #AhCPnxRc86FbUBHbTSSr5wfHJHtAiNqS {  }
 }@media only screen and (max-width: 763px) { #dC4QgGqWMnDXxvHtSan2ng9ARudfb6sG #uHDtBZNRyQoA5iq6XxS1TC3lf966h0z2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dC4QgGqWMnDXxvHtSan2ng9ARudfb6sG #d7mZDC9UBkNNQW0dPZ2X5UtOfCGfrZso {  }
 }@media only screen and (max-width: 763px) { #dC4QgGqWMnDXxvHtSan2ng9ARudfb6sG #RDebUuJDHNXQrLq1kXW16CmZxIXD4Ifz {  }
 }@media only screen and (max-width: 763px) { #dC4QgGqWMnDXxvHtSan2ng9ARudfb6sG #WT4iNWArXod3mv7vfnQAsyIiuugDnASf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dC4QgGqWMnDXxvHtSan2ng9ARudfb6sG #tcmP3EJSAVeFkz26S0WTJAE9vLiXV2GU {  }
 }@media only screen and (max-width: 763px) { #dC4QgGqWMnDXxvHtSan2ng9ARudfb6sG #ygKBZid06mJ0O1GwtyK7o6Vz6qZvZsrx {  }
 }@media only screen and (max-width: 763px) { #g2DpTeUTwyhxFMNbhe2Lgy2JuAOUrbfC { width:13.5625rem;height:1.6875rem;top:38.625rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UsgnbuMa4I3HrgwISMQZTipbQwdvkdNT { width:27.125rem;height:5.3125rem;top:15.5625rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IG5cn8tTZ7yruwyylIV0M0ovpnBiRuds { width:19.1875rem;height:2.5625rem;top:22.375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #PzQmkzJ8eHnofbeyyixTFK49ngpV0Xxm { width:28.0625rem;height:12.5625rem;top:17.3125rem;left:19.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #I2XC60doRK2lzU72BKFy98AzGaBHK6u3 { width:12.1875rem;height:;top:27.75rem;left:0rem;font-size:1rem;display:none; }#I2XC60doRK2lzU72BKFy98AzGaBHK6u3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_332cd86a862e37f8196fd55b09abbb17.svg); }
 }@media only screen and (max-width: 763px) { #T9dhywAJsyRl9yWgN0S2ulclkTTNiyRh { width:19rem;height:5.9375rem;top:21.9375rem;left:0rem;font-size:1.375rem;display:none; }#T9dhywAJsyRl9yWgN0S2ulclkTTNiyRh li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_332cd86a862e37f8196fd55b09abbb17.svg); }
 }@media only screen and (max-width: 763px) { #RDynoJssfyTc65UXk8aB0N59rok5r0LZ { width:5.0625rem;height:5.0625rem;top:28.8125rem;left:27.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #B23yuEr5C5eoNNSZomXRp7smvcW2rBE5 { display:block; }#B23yuEr5C5eoNNSZomXRp7smvcW2rBE5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vIFVzRRffLAQIkNBxuDTrlidl4pUaT8x { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ETn3FPk7NgyHG9eREh7xaSISTTpXWnoy { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NpTQFy74QkmxxUckCca7HZBEGCzhuzOZ { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }#NpTQFy74QkmxxUckCca7HZBEGCzhuzOZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3aeae392f8a1459b7836d64d082433216c7cadce.svg); }
 }@media only screen and (max-width: 763px) { #BE0XhBNbHloaqFQztt7Zh3DN2IFwwkgg { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }#BE0XhBNbHloaqFQztt7Zh3DN2IFwwkgg li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6295939887d9bc68fb57012a427930f15a33336f.svg); }
 }@media only screen and (max-width: 763px) { #B9F1GSwh8vSO64cZVtFG0L1kJiPU1QBR { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Or6EN9wOWaAekoQXu4Xzh5iiPR5ZLxls { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }#Or6EN9wOWaAekoQXu4Xzh5iiPR5ZLxls li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3aeae392f8a1459b7836d64d082433216c7cadce.svg); }
 }@media only screen and (max-width: 763px) { #gIoqR4Jzi61U3x3MaKa8OTatLGQBfe6L { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }#gIoqR4Jzi61U3x3MaKa8OTatLGQBfe6L li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6295939887d9bc68fb57012a427930f15a33336f.svg); }
 }@media only screen and (max-width: 763px) { #hDkE0Cp2nQvUe4WoKHoAvtTH2ntUwDni { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QWfME1v2RwxAnDh1DTXqJBLnvPdWVUho { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }#QWfME1v2RwxAnDh1DTXqJBLnvPdWVUho li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3aeae392f8a1459b7836d64d082433216c7cadce.svg); }
 }@media only screen and (max-width: 763px) { #QhFcTgKppxOAGn97kBoIPZLyWPm4X7fU { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }#QhFcTgKppxOAGn97kBoIPZLyWPm4X7fU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6295939887d9bc68fb57012a427930f15a33336f.svg); }
 }@media only screen and (max-width: 763px) { #MZTR2wzTvoKelGT9Q6ryefrvZkdBFHtB { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dHBEFh4xVETPrQmAQfvXOSlzuSOoGpw0 { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }#dHBEFh4xVETPrQmAQfvXOSlzuSOoGpw0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3aeae392f8a1459b7836d64d082433216c7cadce.svg); }
 }@media only screen and (max-width: 763px) { #vLeSKN5iLoyr2lX9LcZExLy78DbJlxPZ { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }#vLeSKN5iLoyr2lX9LcZExLy78DbJlxPZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6295939887d9bc68fb57012a427930f15a33336f.svg); }
 }@media only screen and (max-width: 763px) { #DuUb4XCxyJK71VPl6V2Q6dV0MfuaMHMk { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lDSrtgzAuTTmqSokkcyce2prRt6OeE53 { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }#lDSrtgzAuTTmqSokkcyce2prRt6OeE53 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3aeae392f8a1459b7836d64d082433216c7cadce.svg); }
 }@media only screen and (max-width: 763px) { #X5heqegTT3fJtTCeZllZS3THMLul0xrD { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }#X5heqegTT3fJtTCeZllZS3THMLul0xrD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6295939887d9bc68fb57012a427930f15a33336f.svg); }
 }@media only screen and (max-width: 763px) { #Z1wTy4FLPdA8AfFMe81GgQn0P964PvlM { width:24.125rem;height:15.460088789201rem;top:68.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #G5kGBCbxWrxWXCXkUonKXmMq9UydzUc6 { width:47.75rem;height:19.5625rem;top:66.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dOcPkARTU7nuGTS39clhPAUpfdtJNgJE { width:47.75rem;height:21.1875rem;top:88.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QZDE43Sw1Ppl2d0BCdfFZzqTnAK6vRZs { width:23.75rem;height:17.9365rem;top:90.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vwiWXiiHRwUtkZH1RJlGNuWy61Wh7OK9 { width:47.75rem;height:21.125rem;top:112.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bSUwSQpr88JiSi4EXEyJ9URW1ccTgLWf { width:28.0625rem;height:14.8125rem;top:115.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sogMSPAIawNFGi1hKPXT1itnMNLEKGM1 { width:47.75rem;height:22.375rem;top:136.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #va9pQHGI5DtIVNh6OrIwOgPeyMLl26ZV { width:21.5625rem;height:18.9995rem;top:137.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IUJnxevld8MEEctAIv5LFTdn4zwBA5Nz { width:47.75rem;height:22.3125rem;top:161.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #z7yC1VSW32dNION6U6Z9Z4gPHT48GG9m { width:27.3125rem;height:10.974587435387rem;top:167.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RzzFNgVLbssO44enlPMVfuKSM0x2PnwZ { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LvFfwfsiz9792ImkF1eZqaEDvNXcuOgr .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LvFfwfsiz9792ImkF1eZqaEDvNXcuOgr .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#LvFfwfsiz9792ImkF1eZqaEDvNXcuOgr .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#LvFfwfsiz9792ImkF1eZqaEDvNXcuOgr { display:flex;width:18rem;height:5.0625rem;top:24.5rem;left:16.052734375rem; }
 }@media only screen and (max-width: 763px) { #LvFfwfsiz9792ImkF1eZqaEDvNXcuOgr #TNV6T49Lb6VccGz6SPOzKh0kbFbFQGTh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LvFfwfsiz9792ImkF1eZqaEDvNXcuOgr #QM3JNFcdJsk5ovkN4flxtoZhQb39soxX {  }
 }@media only screen and (max-width: 763px) { #LvFfwfsiz9792ImkF1eZqaEDvNXcuOgr #u4Grepyww4qxX1vU01i3LvhX2L3FCJuv {  }
 }@media only screen and (max-width: 763px) { #LvFfwfsiz9792ImkF1eZqaEDvNXcuOgr #moffXbSXmD4yyeGNVnbR2nw7ZTImw8Bw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LvFfwfsiz9792ImkF1eZqaEDvNXcuOgr #OzBU4UhDFD50sIBiIaOlcgRM9fearDDI {  }
 }@media only screen and (max-width: 763px) { #LvFfwfsiz9792ImkF1eZqaEDvNXcuOgr #zwDMUNIBTvPJPUVZBX5OAd9yGxsxto2X {  }
 }@media only screen and (max-width: 763px) { #LvFfwfsiz9792ImkF1eZqaEDvNXcuOgr #yyTmQvnQRQmTi9IOGuVJpT2JpzSAudhg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LvFfwfsiz9792ImkF1eZqaEDvNXcuOgr #bolDcpB2DEJk2WLiSfvbXtEgR7vPqf3N {  }
 }@media only screen and (max-width: 763px) { #LvFfwfsiz9792ImkF1eZqaEDvNXcuOgr #tVaTCn5FMks9JzpftR3geHxk6p11gLBw {  }
 }@media only screen and (max-width: 763px) { #LvFfwfsiz9792ImkF1eZqaEDvNXcuOgr #tUstX5KzT7FUpvMpkEerdEwxD49uUcL6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LvFfwfsiz9792ImkF1eZqaEDvNXcuOgr #DvZ3BMIqTkId48KqcBrTIeGp3XyiqHpd {  }
 }@media only screen and (max-width: 763px) { #LvFfwfsiz9792ImkF1eZqaEDvNXcuOgr #RkKAEudEtsX6w0g4b7eflCs0dIuQzlQN {  }
 }@media only screen and (max-width: 763px) { #VqoabkiEV8GgXdf4L605q7kzoRmc4HNm { width:17.6875rem;height:3.4375rem;top:220.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iI7Q37B02HTVkeLTiG6JIwohaaxo9Wc7 { display:block; }
 }@media only screen and (max-width: 763px) { #CczeKPVXwX6ouWIvbvtDTUSPSdboUqpu { width:31.0625rem;height:27.8125rem;top:199.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPh9BT2TWR883gvmg5HRW8BWnvCFtMJi { width:31.0625rem;height:27.8125rem;top:199.5625rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCNxxbMaCuspanTWAv4E86tg4xsogfvH { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kR4ZDxBftFu6l7dBBh29VEAF50wtUTiu { width:2.8125rem;height:2.8125rem;top:220.4375rem;left:34.43701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgxkORKvB4y9cJddK2fg9XNtOO0r7I6k { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xI42JoZR0WBUKHTJGeiTw3ghcayDolA6 { width:15.8125rem;height:2.0535947152695rem;top:217.0625rem;left:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIpoTHgqe6OabRQ5FyS7dNtqxeg7fgsH { width:40.5rem;height:34.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #qMEr5s86toG2CQ5qcmgodEd4eedrZnhG { width:42rem;height:51.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Eeowm6wk8CUf5Uu87sD3DRi6U5KA8qaX { width:40.5rem;height:52.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SnQeg4ks8RavcFUBq0cZV54DqsbKbXvE { width:40.5rem;height:52.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wbuRb8BITxVsKqf7Nn7wpwPZETvqJH8y { width:26.625rem;height:37.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uSkVOqZc9SJSDmA3lRx5rvplISONKCxi { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ewebfkXCMtUJh8qfVT9PPX6MIDx8dAG2 { width:13.4375rem;height:1.6875rem;top:223.625rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cioUZk5UtMlunFtCdq5bf1fI6vxT5HhC { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #styZPwfWfmwBkczyE9nP3gxhuRZrSN6m { width:41.1875rem;height:23.125rem;top:8.8125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nesvd1ApuV8U20hbNQbIGwLL5xa19xJP { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xC24duZpJ3EsAhCOOu4dlqDio7BWFG0M { display:block; }#xC24duZpJ3EsAhCOOu4dlqDio7BWFG0M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JvyXBHdJybmdFcSC2im5TfcZm10lTLQr { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AwLXzWvr3PnTQF17DKZ4XmWUSQNvwJ5L { width:34.1875rem;height:11.790613058807rem;top:18.6875rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsdlUBohFADnuCRL4bxfuA70KPN9GAyN { width:41.9375rem;height:16.4375rem;top:16.4375rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qbmgn8fRA1VomZT9tZ2fOTHLOMU6b9eQ { display:none; }#Qbmgn8fRA1VomZT9tZ2fOTHLOMU6b9eQ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #o0VPcCVmToH3CMttcqMDO8N3bTexpKsI { width:41.6875rem;height:6.8125rem;top:6.4375rem;left:3.0625rem;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lpzGnsO84FxnfTwiOt8TZRnVrpGdfWk7 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lpzGnsO84FxnfTwiOt8TZRnVrpGdfWk7 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#lpzGnsO84FxnfTwiOt8TZRnVrpGdfWk7 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#lpzGnsO84FxnfTwiOt8TZRnVrpGdfWk7 { display:flex;width:18rem;height:5.0625rem;top:24.5rem;left:16.052734375rem; }
 }@media only screen and (max-width: 763px) { #lpzGnsO84FxnfTwiOt8TZRnVrpGdfWk7 #G7I2T75BPV7b8gW6NJvr6A3oNSbOQM8X { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lpzGnsO84FxnfTwiOt8TZRnVrpGdfWk7 #AGn91fVnxAcxaroIl67eVuIS81TfnsLu {  }
 }@media only screen and (max-width: 763px) { #lpzGnsO84FxnfTwiOt8TZRnVrpGdfWk7 #fFGE42xAzN6g9pEuUkcUkABE7FtTOkpg {  }
 }@media only screen and (max-width: 763px) { #lpzGnsO84FxnfTwiOt8TZRnVrpGdfWk7 #ss26FqqEE09A3TibZmalh8CsLdNrJFfJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lpzGnsO84FxnfTwiOt8TZRnVrpGdfWk7 #MPoE59eb6f8ZfT77TnmQCchTtci9HwKK {  }
 }@media only screen and (max-width: 763px) { #lpzGnsO84FxnfTwiOt8TZRnVrpGdfWk7 #r6GXehHode5Jgkgn6UDLf42ixzvv18Jw {  }
 }@media only screen and (max-width: 763px) { #lpzGnsO84FxnfTwiOt8TZRnVrpGdfWk7 #euXnNJwpRyhsDx4FTUbCP5S6KZIl9WMQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lpzGnsO84FxnfTwiOt8TZRnVrpGdfWk7 #AGb0weiS95JS2xI4fVLX0HvdmJs9r1b1 {  }
 }@media only screen and (max-width: 763px) { #lpzGnsO84FxnfTwiOt8TZRnVrpGdfWk7 #JVhKIrGrLtVfPlTOmqTK7TUJZ0ceI6Se {  }
 }@media only screen and (max-width: 763px) { #lpzGnsO84FxnfTwiOt8TZRnVrpGdfWk7 #lnzl9dagbSzZXTZvURzndzmOMoUsKVDi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lpzGnsO84FxnfTwiOt8TZRnVrpGdfWk7 #ArtQSAIugoOBWigeNguaC309meCu8UTz {  }
 }@media only screen and (max-width: 763px) { #lpzGnsO84FxnfTwiOt8TZRnVrpGdfWk7 #K8d69GL7kkEvT8NuqQUmQQD5TftKfLOa {  }
 }@media only screen and (max-width: 763px) { #giLXUDk4dTT9ZZLefiTHU0SeGNplIvPZ { width:17.6875rem;height:3.4375rem;top:20.3125rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cldMFGIl9JqSTHxo7ACnRbTZNDpHzrZG { display:block; }
 }@media only screen and (max-width: 763px) { #eeIBA4o2IXl1tNLZMKb3eLNgRuCeK34G { width:13.4375rem;height:1.6875rem;top:24rem;left:17.15625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FBQDm896DAdaOsNoKOWe4tQV7qZOsyK4 { display:block; }#FBQDm896DAdaOsNoKOWe4tQV7qZOsyK4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tz8tV2Svi7Wbb3fTE5eF2k0Kg9v3LTGL { width:34.1875rem;height:0.6499rem;top:14.25rem;left:6.8125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLmHpd3073lP2ctPSSieSA9KD13UhpJA { width:18.75rem;height:4.31213125rem;top:9.25rem;left:14.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:rgba(255,255,255,0.51);background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); } }@media only screen and (max-width: 763px) { #ffcAn64DhMcuP76seDJE4BkWsFuIFtl4 { display:block; }#ffcAn64DhMcuP76seDJE4BkWsFuIFtl4 > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KCwV5TXVtasoywXJC7l1EqLahMMKJQdd { top:0.75rem;left:6.5625rem;width:6.875rem;height:1.437375rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT { background-color:#fbfaf3;background-image:none;display:block; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { background-color: transparent; background-image: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container > .video-iframe-container { display: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row > .video-iframe-container { display: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .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); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { height:44.875rem;width:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qJ4t3JegTEpUxeOAhOkURdGzTrivCHGP { width:20rem;height:auto;top:2.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #LIBPy1LfPtf9o4dQXHuCAT6iTh88LKR2 { width:20rem;height:0;top:13.061079025269rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #o3i94OIlszp8IaskbXCNdnD8FuZGiA1b { width:18.875rem;height:3.5996125rem;top:3.25rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:15000;font-family:imessage;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #StNmTDmJ2BNam5hdElR5DsRXcEUFk9uZ { width:11.4371875rem;height:2.62424375rem;top:37rem;left:4.375rem;font-family:imessage;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTXD6WmHoe32sp5QTahWcIdU35hszHlE { display:block; }
 }@media only screen and (max-width: 763px) { #G9V2WzpcaaIsNTkFaJS26ubqfnAV8fMq { width:17.24975rem;height:0;top:10.5625rem;left:1.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #fiiQfJtd4dvri5IwKTdknwWgQ8mogrha { width:14.6875rem;height:2.5996125rem;top:17rem;left:2.65625rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #dC4QgGqWMnDXxvHtSan2ng9ARudfb6sG .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#dC4QgGqWMnDXxvHtSan2ng9ARudfb6sG .widget-text.counter-number { padding-top:0.31625rem;padding-right:0.27875rem;padding-bottom:0.31625rem;padding-left:0.27875rem;width:1.671875rem;min-width:1.671875rem;height:1.69875rem;font-size:1.264375rem;line-height:27.18px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;background-color:#c10909;background-image:none; }
#dC4QgGqWMnDXxvHtSan2ng9ARudfb6sG .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.1975rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.229375rem;height:0.67125rem;font-size:0.474375rem;line-height:10.74px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#dC4QgGqWMnDXxvHtSan2ng9ARudfb6sG { display:flex;width:12.9375rem;height:3.2rem;top:33.5rem;left:3.375rem;padding-top:0.144375rem;padding-right:0.143125rem;padding-bottom:0.144375rem;padding-left:0.143125rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #dC4QgGqWMnDXxvHtSan2ng9ARudfb6sG #LnpOk9JRnWbEPnn4ToZywf9Pp2grWqb8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dC4QgGqWMnDXxvHtSan2ng9ARudfb6sG #QEw8rXqA6zEGh4eR0WeidHQIsHyXNnQ8 {  }
 }@media only screen and (max-width: 763px) { #dC4QgGqWMnDXxvHtSan2ng9ARudfb6sG #ta5hTzJPQvIS9XDvXprCsFgJKpCpQpzr {  }
 }@media only screen and (max-width: 763px) { #dC4QgGqWMnDXxvHtSan2ng9ARudfb6sG #ZN84BrOe1CKf61ybpsQela9FK1Db3uvM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dC4QgGqWMnDXxvHtSan2ng9ARudfb6sG #bBTNe0MtT9si03KA2mUTmsKB9HClIexQ {  }
 }@media only screen and (max-width: 763px) { #dC4QgGqWMnDXxvHtSan2ng9ARudfb6sG #AhCPnxRc86FbUBHbTSSr5wfHJHtAiNqS {  }
 }@media only screen and (max-width: 763px) { #dC4QgGqWMnDXxvHtSan2ng9ARudfb6sG #uHDtBZNRyQoA5iq6XxS1TC3lf966h0z2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dC4QgGqWMnDXxvHtSan2ng9ARudfb6sG #d7mZDC9UBkNNQW0dPZ2X5UtOfCGfrZso {  }
 }@media only screen and (max-width: 763px) { #dC4QgGqWMnDXxvHtSan2ng9ARudfb6sG #RDebUuJDHNXQrLq1kXW16CmZxIXD4Ifz {  }
 }@media only screen and (max-width: 763px) { #dC4QgGqWMnDXxvHtSan2ng9ARudfb6sG #WT4iNWArXod3mv7vfnQAsyIiuugDnASf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dC4QgGqWMnDXxvHtSan2ng9ARudfb6sG #tcmP3EJSAVeFkz26S0WTJAE9vLiXV2GU {  }
 }@media only screen and (max-width: 763px) { #dC4QgGqWMnDXxvHtSan2ng9ARudfb6sG #ygKBZid06mJ0O1GwtyK7o6Vz6qZvZsrx {  }
 }@media only screen and (max-width: 763px) { #g2DpTeUTwyhxFMNbhe2Lgy2JuAOUrbfC { width:11.625rem;height:1.21875rem;top:39.6875rem;left:4.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #UsgnbuMa4I3HrgwISMQZTipbQwdvkdNT { width:20rem;height:auto;top:15.5625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #IG5cn8tTZ7yruwyylIV0M0ovpnBiRuds { width:18.375rem;height:2.5996125rem;top:22.375rem;left:0.8125rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #PzQmkzJ8eHnofbeyyixTFK49ngpV0Xxm { top:8.375rem;left:1.03125rem;width:17.8125rem;height:8rem;z-index:15020;overflow:hidden;box-shadow: none;border-top:0.0625rem solid #007bff;border-left:0.0625rem solid #007bff;border-right:0.0625rem solid #007bff;border-bottom:0.0625rem solid #007bff;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2XC60doRK2lzU72BKFy98AzGaBHK6u3 { width:12.5625rem;height:4.5244125rem;top:26.1875rem;left:3.75rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15012;display:block; }#I2XC60doRK2lzU72BKFy98AzGaBHK6u3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#I2XC60doRK2lzU72BKFy98AzGaBHK6u3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_332cd86a862e37f8196fd55b09abbb17.svg); }
 }@media only screen and (max-width: 763px) { #T9dhywAJsyRl9yWgN0S2ulclkTTNiyRh { width:19rem;height:auto;top:21.9375rem;left:0.5rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }#T9dhywAJsyRl9yWgN0S2ulclkTTNiyRh li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_332cd86a862e37f8196fd55b09abbb17.svg); }
 }@media only screen and (max-width: 763px) { #RDynoJssfyTc65UXk8aB0N59rok5r0LZ { display:flex;top:15.8125rem;left:1.125rem;width:2.6875rem;height:2.6875rem;z-index:14998; }
 }@media only screen and (max-width: 763px) { #B23yuEr5C5eoNNSZomXRp7smvcW2rBE5 { display:block; }#B23yuEr5C5eoNNSZomXRp7smvcW2rBE5 > .row .container { width:20rem;height:223.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vIFVzRRffLAQIkNBxuDTrlidl4pUaT8x { width:19.1860625rem;height:3.32421875rem;top:28.71142578125rem;left:0.40673828125rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETn3FPk7NgyHG9eREh7xaSISTTpXWnoy { width:20rem;height:0;top:234.91882324219rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NpTQFy74QkmxxUckCca7HZBEGCzhuzOZ { width:20rem;height:0;top:238.60717773438rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:none; }#NpTQFy74QkmxxUckCca7HZBEGCzhuzOZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3aeae392f8a1459b7836d64d082433216c7cadce.svg); }
 }@media only screen and (max-width: 763px) { #BE0XhBNbHloaqFQztt7Zh3DN2IFwwkgg { width:20rem;height:0;top:243.23181152344rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:none; }#BE0XhBNbHloaqFQztt7Zh3DN2IFwwkgg li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6295939887d9bc68fb57012a427930f15a33336f.svg); }
 }@media only screen and (max-width: 763px) { #B9F1GSwh8vSO64cZVtFG0L1kJiPU1QBR { width:20rem;height:0;top:255.40771484375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Or6EN9wOWaAekoQXu4Xzh5iiPR5ZLxls { width:20rem;height:0;top:262.15759277344rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:none; }#Or6EN9wOWaAekoQXu4Xzh5iiPR5ZLxls li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3aeae392f8a1459b7836d64d082433216c7cadce.svg); }
 }@media only screen and (max-width: 763px) { #gIoqR4Jzi61U3x3MaKa8OTatLGQBfe6L { width:20rem;height:0;top:268.84521484375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:none; }#gIoqR4Jzi61U3x3MaKa8OTatLGQBfe6L li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6295939887d9bc68fb57012a427930f15a33336f.svg); }
 }@media only screen and (max-width: 763px) { #hDkE0Cp2nQvUe4WoKHoAvtTH2ntUwDni { width:20rem;height:0;top:277.38342285156rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QWfME1v2RwxAnDh1DTXqJBLnvPdWVUho { width:20rem;height:0;top:284.13452148438rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:none; }#QWfME1v2RwxAnDh1DTXqJBLnvPdWVUho li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3aeae392f8a1459b7836d64d082433216c7cadce.svg); }
 }@media only screen and (max-width: 763px) { #QhFcTgKppxOAGn97kBoIPZLyWPm4X7fU { width:20rem;height:0;top:290.75866699219rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:none; }#QhFcTgKppxOAGn97kBoIPZLyWPm4X7fU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6295939887d9bc68fb57012a427930f15a33336f.svg); }
 }@media only screen and (max-width: 763px) { #MZTR2wzTvoKelGT9Q6ryefrvZkdBFHtB { width:20rem;height:0;top:303.04809570312rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dHBEFh4xVETPrQmAQfvXOSlzuSOoGpw0 { width:20rem;height:0;top:306.73522949219rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:none; }#dHBEFh4xVETPrQmAQfvXOSlzuSOoGpw0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3aeae392f8a1459b7836d64d082433216c7cadce.svg); }
 }@media only screen and (max-width: 763px) { #vLeSKN5iLoyr2lX9LcZExLy78DbJlxPZ { width:20rem;height:0;top:313.4228515625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:none; }#vLeSKN5iLoyr2lX9LcZExLy78DbJlxPZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6295939887d9bc68fb57012a427930f15a33336f.svg); }
 }@media only screen and (max-width: 763px) { #DuUb4XCxyJK71VPl6V2Q6dV0MfuaMHMk { width:20rem;height:0;top:325.36010742188rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lDSrtgzAuTTmqSokkcyce2prRt6OeE53 { width:20rem;height:0;top:329.61059570312rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:none; }#lDSrtgzAuTTmqSokkcyce2prRt6OeE53 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3aeae392f8a1459b7836d64d082433216c7cadce.svg); }
 }@media only screen and (max-width: 763px) { #X5heqegTT3fJtTCeZllZS3THMLul0xrD { width:20rem;height:0;top:336.29760742188rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:none; }#X5heqegTT3fJtTCeZllZS3THMLul0xrD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6295939887d9bc68fb57012a427930f15a33336f.svg); }
 }@media only screen and (max-width: 763px) { #Z1wTy4FLPdA8AfFMe81GgQn0P964PvlM { width:20rem;height:12.816513429565rem;top:232.86804199219rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #G5kGBCbxWrxWXCXkUonKXmMq9UydzUc6 { width:20rem;height:19.5625rem;top:230.79467773438rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dOcPkARTU7nuGTS39clhPAUpfdtJNgJE { width:20rem;height:21.1875rem;top:252.53234863281rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QZDE43Sw1Ppl2d0BCdfFZzqTnAK6vRZs { width:20rem;height:15.104315789474rem;top:254.15588378906rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vwiWXiiHRwUtkZH1RJlGNuWy61Wh7OK9 { width:20rem;height:21.125rem;top:275.48400878906rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bSUwSQpr88JiSi4EXEyJ9URW1ccTgLWf { width:20rem;height:10.556577593464rem;top:278.63830566406rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sogMSPAIawNFGi1hKPXT1itnMNLEKGM1 { width:20rem;height:22.375rem;top:298.04748535156rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #va9pQHGI5DtIVNh6OrIwOgPeyMLl26ZV { width:20rem;height:17.622260869565rem;top:299.73449707031rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IUJnxevld8MEEctAIv5LFTdn4zwBA5Nz { width:20rem;height:22.3125rem;top:321.67236328125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #z7yC1VSW32dNION6U6Z9Z4gPHT48GG9m { width:20rem;height:8.036110578372rem;top:327.44018554688rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RzzFNgVLbssO44enlPMVfuKSM0x2PnwZ { width:15.5625rem;height:3.75rem;top:201.5185546875rem;left:2.21875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvFfwfsiz9792ImkF1eZqaEDvNXcuOgr .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#LvFfwfsiz9792ImkF1eZqaEDvNXcuOgr .widget-text.counter-number { padding-top:0.396875rem;padding-right:0.35rem;padding-bottom:0.396875rem;padding-left:0.35rem;width:2.09875rem;min-width:2.09875rem;height:2.1325rem;font-size:1.586875rem;line-height:34.12px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#LvFfwfsiz9792ImkF1eZqaEDvNXcuOgr .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.248125rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.798125rem;height:0.843125rem;font-size:0.595rem;line-height:13.49px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#LvFfwfsiz9792ImkF1eZqaEDvNXcuOgr { display:flex;width:15.1875rem;height:4.0175rem;top:196.9375rem;left:2.50439453125rem;padding-top:0.290625rem;padding-right:0.275625rem;padding-bottom:0.290625rem;padding-left:0.275625rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #LvFfwfsiz9792ImkF1eZqaEDvNXcuOgr #TNV6T49Lb6VccGz6SPOzKh0kbFbFQGTh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LvFfwfsiz9792ImkF1eZqaEDvNXcuOgr #QM3JNFcdJsk5ovkN4flxtoZhQb39soxX {  }
 }@media only screen and (max-width: 763px) { #LvFfwfsiz9792ImkF1eZqaEDvNXcuOgr #u4Grepyww4qxX1vU01i3LvhX2L3FCJuv {  }
 }@media only screen and (max-width: 763px) { #LvFfwfsiz9792ImkF1eZqaEDvNXcuOgr #moffXbSXmD4yyeGNVnbR2nw7ZTImw8Bw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LvFfwfsiz9792ImkF1eZqaEDvNXcuOgr #OzBU4UhDFD50sIBiIaOlcgRM9fearDDI {  }
 }@media only screen and (max-width: 763px) { #LvFfwfsiz9792ImkF1eZqaEDvNXcuOgr #zwDMUNIBTvPJPUVZBX5OAd9yGxsxto2X {  }
 }@media only screen and (max-width: 763px) { #LvFfwfsiz9792ImkF1eZqaEDvNXcuOgr #yyTmQvnQRQmTi9IOGuVJpT2JpzSAudhg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LvFfwfsiz9792ImkF1eZqaEDvNXcuOgr #bolDcpB2DEJk2WLiSfvbXtEgR7vPqf3N {  }
 }@media only screen and (max-width: 763px) { #LvFfwfsiz9792ImkF1eZqaEDvNXcuOgr #tVaTCn5FMks9JzpftR3geHxk6p11gLBw {  }
 }@media only screen and (max-width: 763px) { #LvFfwfsiz9792ImkF1eZqaEDvNXcuOgr #tUstX5KzT7FUpvMpkEerdEwxD49uUcL6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LvFfwfsiz9792ImkF1eZqaEDvNXcuOgr #DvZ3BMIqTkId48KqcBrTIeGp3XyiqHpd {  }
 }@media only screen and (max-width: 763px) { #LvFfwfsiz9792ImkF1eZqaEDvNXcuOgr #RkKAEudEtsX6w0g4b7eflCs0dIuQzlQN {  }
 }@media only screen and (max-width: 763px) { #VqoabkiEV8GgXdf4L605q7kzoRmc4HNm { width:13.9375rem;height:2.875rem;top:206.875rem;left:3.03125rem;font-family:imessage;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iI7Q37B02HTVkeLTiG6JIwohaaxo9Wc7 { display:block; }
 }@media only screen and (max-width: 763px) { #CczeKPVXwX6ouWIvbvtDTUSPSdboUqpu { width:20rem;height:16.6875rem;top:195.16064453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPh9BT2TWR883gvmg5HRW8BWnvCFtMJi { width:20rem;height:17.125rem;top:176.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCNxxbMaCuspanTWAv4E86tg4xsogfvH { width:17.0625rem;height:0;top:204.0625rem;left:1.46875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kR4ZDxBftFu6l7dBBh29VEAF50wtUTiu { width:2.125rem;height:2.125rem;top:189.1875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgxkORKvB4y9cJddK2fg9XNtOO0r7I6k { width:7.625rem;height:2.0996125rem;top:189.1875rem;left:7.5625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xI42JoZR0WBUKHTJGeiTw3ghcayDolA6 { width:10.1875rem;height:1.25rem;top:187.3125rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIpoTHgqe6OabRQ5FyS7dNtqxeg7fgsH { top:33.87451171875rem;left:0.34423828125rem;width:19.375rem;height:16.5625rem;z-index:15020;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qMEr5s86toG2CQ5qcmgodEd4eedrZnhG { top:54.56103515625rem;left:0.3125rem;width:19.375rem;height:23.75rem;z-index:15021;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Eeowm6wk8CUf5Uu87sD3DRi6U5KA8qaX { top:83.123046875rem;left:0.375rem;width:19rem;height:24.5rem;z-index:15022;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SnQeg4ks8RavcFUBq0cZV54DqsbKbXvE { top:113.18505859375rem;left:0.34375rem;width:19.3125rem;height:24.875rem;z-index:15023;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wbuRb8BITxVsKqf7Nn7wpwPZETvqJH8y { top:144.31005859375rem;left:0.40625rem;width:19.1875rem;height:26.9375rem;z-index:15024;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #uSkVOqZc9SJSDmA3lRx5rvplISONKCxi { width:17.875rem;height:7.5rem;top:178rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1.5625rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #ewebfkXCMtUJh8qfVT9PPX6MIDx8dAG2 { width:13.4375rem;height:1.21875rem;top:209.75rem;left:3.28125rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #cioUZk5UtMlunFtCdq5bf1fI6vxT5HhC { width:20rem;height:3.75rem;top:1.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #styZPwfWfmwBkczyE9nP3gxhuRZrSN6m { height:11.229135053111rem;width:20rem;top:6.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nesvd1ApuV8U20hbNQbIGwLL5xa19xJP { width:15.25rem;height:2.69921875rem;top:19.25rem;left:2.375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xC24duZpJ3EsAhCOOu4dlqDio7BWFG0M { display:block; }#xC24duZpJ3EsAhCOOu4dlqDio7BWFG0M > .row .container { width:20rem;height:22rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JvyXBHdJybmdFcSC2im5TfcZm10lTLQr { width:16.1875rem;height:5.173825rem;top:1.62451171875rem;left:1.90625rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwLXzWvr3PnTQF17DKZ4XmWUSQNvwJ5L { width:18.3125rem;height:6.25rem;top:10.0625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsdlUBohFADnuCRL4bxfuA70KPN9GAyN { width:19.4375rem;height:8.625rem;top:8.875rem;left:0.3125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qbmgn8fRA1VomZT9tZ2fOTHLOMU6b9eQ { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Qbmgn8fRA1VomZT9tZ2fOTHLOMU6b9eQ > .row .container { background-color: transparent; background-image: none; }#Qbmgn8fRA1VomZT9tZ2fOTHLOMU6b9eQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qbmgn8fRA1VomZT9tZ2fOTHLOMU6b9eQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qbmgn8fRA1VomZT9tZ2fOTHLOMU6b9eQ > .row .container > .video-iframe-container { display: none; }#Qbmgn8fRA1VomZT9tZ2fOTHLOMU6b9eQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qbmgn8fRA1VomZT9tZ2fOTHLOMU6b9eQ > .row > .video-iframe-container { display: none; }#Qbmgn8fRA1VomZT9tZ2fOTHLOMU6b9eQ > .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); }#Qbmgn8fRA1VomZT9tZ2fOTHLOMU6b9eQ > .row .container { border-width: 0; border-radius: 0; }#Qbmgn8fRA1VomZT9tZ2fOTHLOMU6b9eQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qbmgn8fRA1VomZT9tZ2fOTHLOMU6b9eQ > .row .container { width:20rem;height:21.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o0VPcCVmToH3CMttcqMDO8N3bTexpKsI { top:2.1875rem;left:1.15625rem;width:17.6875rem;height:6.5800625rem;z-index:15000;color:#fbfaf3;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpzGnsO84FxnfTwiOt8TZRnVrpGdfWk7 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#lpzGnsO84FxnfTwiOt8TZRnVrpGdfWk7 .widget-text.counter-number { padding-top:0.31rem;padding-right:0.2775rem;padding-bottom:0.31rem;padding-left:0.2775rem;width:1.66375rem;min-width:1.66375rem;height:1.665rem;font-size:1.239375rem;line-height:26.64px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#lpzGnsO84FxnfTwiOt8TZRnVrpGdfWk7 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.19375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.218125rem;height:0.658125rem;font-size:0.464375rem;line-height:10.53px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#lpzGnsO84FxnfTwiOt8TZRnVrpGdfWk7 { display:flex;width:12rem;height:3.125rem;top:10.3291015625rem;left:3.78125rem;padding-top:0.226875rem;padding-right:0.21875rem;padding-bottom:0.226875rem;padding-left:0.21875rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #lpzGnsO84FxnfTwiOt8TZRnVrpGdfWk7 #G7I2T75BPV7b8gW6NJvr6A3oNSbOQM8X { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lpzGnsO84FxnfTwiOt8TZRnVrpGdfWk7 #AGn91fVnxAcxaroIl67eVuIS81TfnsLu {  }
 }@media only screen and (max-width: 763px) { #lpzGnsO84FxnfTwiOt8TZRnVrpGdfWk7 #fFGE42xAzN6g9pEuUkcUkABE7FtTOkpg {  }
 }@media only screen and (max-width: 763px) { #lpzGnsO84FxnfTwiOt8TZRnVrpGdfWk7 #ss26FqqEE09A3TibZmalh8CsLdNrJFfJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lpzGnsO84FxnfTwiOt8TZRnVrpGdfWk7 #MPoE59eb6f8ZfT77TnmQCchTtci9HwKK {  }
 }@media only screen and (max-width: 763px) { #lpzGnsO84FxnfTwiOt8TZRnVrpGdfWk7 #r6GXehHode5Jgkgn6UDLf42ixzvv18Jw {  }
 }@media only screen and (max-width: 763px) { #lpzGnsO84FxnfTwiOt8TZRnVrpGdfWk7 #euXnNJwpRyhsDx4FTUbCP5S6KZIl9WMQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lpzGnsO84FxnfTwiOt8TZRnVrpGdfWk7 #AGb0weiS95JS2xI4fVLX0HvdmJs9r1b1 {  }
 }@media only screen and (max-width: 763px) { #lpzGnsO84FxnfTwiOt8TZRnVrpGdfWk7 #JVhKIrGrLtVfPlTOmqTK7TUJZ0ceI6Se {  }
 }@media only screen and (max-width: 763px) { #lpzGnsO84FxnfTwiOt8TZRnVrpGdfWk7 #lnzl9dagbSzZXTZvURzndzmOMoUsKVDi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lpzGnsO84FxnfTwiOt8TZRnVrpGdfWk7 #ArtQSAIugoOBWigeNguaC309meCu8UTz {  }
 }@media only screen and (max-width: 763px) { #lpzGnsO84FxnfTwiOt8TZRnVrpGdfWk7 #K8d69GL7kkEvT8NuqQUmQQD5TftKfLOa {  }
 }@media only screen and (max-width: 763px) { #giLXUDk4dTT9ZZLefiTHU0SeGNplIvPZ { width:17.6875rem;height:3.4375rem;top:13.90771484375rem;left:1.15625rem;font-family:imessage;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cldMFGIl9JqSTHxo7ACnRbTZNDpHzrZG { display:block; }
 }@media only screen and (max-width: 763px) { #eeIBA4o2IXl1tNLZMKb3eLNgRuCeK34G { width:13.4375rem;height:1.21875rem;top:18.59521484375rem;left:3.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #FBQDm896DAdaOsNoKOWe4tQV7qZOsyK4 { background-color:#fbfaf3;background-image:none;display:block; }#FBQDm896DAdaOsNoKOWe4tQV7qZOsyK4 > .row .container { background-color: transparent; background-image: none; }#FBQDm896DAdaOsNoKOWe4tQV7qZOsyK4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FBQDm896DAdaOsNoKOWe4tQV7qZOsyK4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FBQDm896DAdaOsNoKOWe4tQV7qZOsyK4 > .row .container > .video-iframe-container { display: none; }#FBQDm896DAdaOsNoKOWe4tQV7qZOsyK4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FBQDm896DAdaOsNoKOWe4tQV7qZOsyK4 > .row > .video-iframe-container { display: none; }#FBQDm896DAdaOsNoKOWe4tQV7qZOsyK4 > .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); }#FBQDm896DAdaOsNoKOWe4tQV7qZOsyK4 > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tz8tV2Svi7Wbb3fTE5eF2k0Kg9v3LTGL { width:11.499625rem;height:0.64995625rem;top:4.624025rem;left:4.25rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OLmHpd3073lP2ctPSSieSA9KD13UhpJA { top:1.25rem;left:4.5625rem;width:10.874625rem;height:2.12463125rem;z-index:15006;overflow:hidden;display:block; }
 }