.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}body {
    width: fit-content;
    min-width: calc(100vw - (100vw - 100%));
}@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:url("https://images.assets-landingi.com/uc/3e891efe-e7fa-441d-9c9b-1ad2d9967236/Grid10.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#TV2smmCpIsoOsTLVbAHh4qZPhmIxqgJe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d0d0d;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; }#TV2smmCpIsoOsTLVbAHh4qZPhmIxqgJe > .row .container { background-color: transparent; background-image: none; }#TV2smmCpIsoOsTLVbAHh4qZPhmIxqgJe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TV2smmCpIsoOsTLVbAHh4qZPhmIxqgJe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TV2smmCpIsoOsTLVbAHh4qZPhmIxqgJe > .row .container > .video-iframe-container { display: none; }#TV2smmCpIsoOsTLVbAHh4qZPhmIxqgJe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TV2smmCpIsoOsTLVbAHh4qZPhmIxqgJe > .row > .video-iframe-container { display: none; }#TV2smmCpIsoOsTLVbAHh4qZPhmIxqgJe > .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); }#TV2smmCpIsoOsTLVbAHh4qZPhmIxqgJe > .row .container { border-width: 0; border-radius: 0; }#TV2smmCpIsoOsTLVbAHh4qZPhmIxqgJe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TV2smmCpIsoOsTLVbAHh4qZPhmIxqgJe > .row .container { font-size:0.875rem;font-family:arial;height:3.6875rem;width:75rem;position:relative;display:block; }#NAX6ROefqTcZPXGMKLTI6UquF9EuaAKi { 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:2.1875rem;width:9.625rem;top:0.75rem;left:1.5rem;overflow:hidden;display:block; }
#XHJApiuJBkaUTLSEeNVG0QnxHSNHF2ie { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#0f968c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:imessage;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.75rem;left:66.91943359375rem;display:block; }
#dyU2leDnfaqgPRRVbwFB0naTEKECrh7u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vF7DtAvcTBtSbBcnQVERh9FJAGcLnHsC { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#0f968c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:imessage;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.75rem;left:66.91943359375rem;display:none; }
#WkTPH0qk0m7h2Z1OUfnJWSXTfmadMd1Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT { background-color:#000000;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:119.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#qJ4t3JegTEpUxeOAhOkURdGzTrivCHGP { display:block;width:49.8125rem;position:absolute;font-family:imessage;font-size:4.5rem;font-weight:400;z-index:14999;line-height:1.2;letter-spacing:0;top:4.25rem;left:12.59375rem;height:5.3999rem;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; }
#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; }
#nyn3LTP2yGxcVkQnMwNnoTtH1n8Cpfha { position:absolute;display:block;z-index:15016;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;height:22.75rem;width:38.9375rem;top:44.7060546875rem;left:18.03125rem;overflow:hidden;display:block; }
#amhv3JbkPwDpTTUk7lp3eTLHeatdZKx2 { position:absolute;display:block;z-index:15017;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;height:25.8125rem;width:38.875rem;top:79.5810546875rem;left:18.0625rem;overflow:hidden;display:block; }
#VsBqERoAl43MTH2uC5Q3L0WaFmoPG1Io { position:absolute;display:block;z-index:15018;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;height:18.75rem;width:38.875rem;top:14.5185546875rem;left:18.0625rem;overflow:hidden;display:block; }
#E6NJhawpL0RxVeafRi27sp9Apb1agwqh { background-color:transparent;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:"open sans";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6875rem;height:1.6875rem;text-decoration:none;z-index:15019;text-align:left;text-align-last:left;top:109.5625rem;left:31.1875rem;display:block; }
#dw2V2u9l1gvgCPfT4krlBcxQC6OQohtq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U7VrmiiBkCt7nkh50pmQf7keTaFJErco { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:109.5625rem;left:41.6875rem; }
#nff4aqiGvoE8nwr816p9uqZgQADaGo6s { position:relative;display:none; }#nff4aqiGvoE8nwr816p9uqZgQADaGo6s { border-width: 0; border-radius: 0; }#nff4aqiGvoE8nwr816p9uqZgQADaGo6s > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#nff4aqiGvoE8nwr816p9uqZgQADaGo6s > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#TTCcRmUoTuEBSLenhk4FVLIfzI8BstiK { 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:64.125rem;width:43rem;display:none; }
#PLBTUzuEU4AWGFT3UsUdKpZ9evODdHdN { color:#000000;display:block;width:18.4375rem;position:absolute;font-family:"open sans";font-size:2.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.875rem;top:1.5625rem;left:0.75rem;display:none; }
#HNbxfGoLnMXMPwHCOzsThtnoWaDTbxbO { 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:64.125rem;width:29.625rem;display:none; }
#EKa9QmE7dFvZh3h2egdqTnAv4DSMniLt { 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:38.375rem;width:29.625rem;display:none; }
#cyMAD963BGFs1E8bl8W0XPavahFTnZvh { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#SMxSrEgesOr1JDctDTxPNs5W9IoP6349 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hwfFlPlDDaLLJLTBwuTVXTrFxTUFphEi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#x85zuCHTpFMGzWa3l0hJZkV0WhKTPsJU { 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; }#x85zuCHTpFMGzWa3l0hJZkV0WhKTPsJU > .row .container { background-color: transparent; background-image: none; }#x85zuCHTpFMGzWa3l0hJZkV0WhKTPsJU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x85zuCHTpFMGzWa3l0hJZkV0WhKTPsJU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x85zuCHTpFMGzWa3l0hJZkV0WhKTPsJU > .row .container > .video-iframe-container { display: none; }#x85zuCHTpFMGzWa3l0hJZkV0WhKTPsJU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x85zuCHTpFMGzWa3l0hJZkV0WhKTPsJU > .row > .video-iframe-container { display: none; }#x85zuCHTpFMGzWa3l0hJZkV0WhKTPsJU > .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); }#x85zuCHTpFMGzWa3l0hJZkV0WhKTPsJU > .row .container { border-width: 0; border-radius: 0; }#x85zuCHTpFMGzWa3l0hJZkV0WhKTPsJU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x85zuCHTpFMGzWa3l0hJZkV0WhKTPsJU > .row .container { font-size:0.875rem;font-family:arial;height:31rem;width:75rem;position:relative;display:block; }#lLyy7capN44JZT9zd1lmbx65Eh9nD2Dc { display:block;width:36.75rem;position:absolute;font-family:imessage;font-size:4.5rem;font-weight:300;z-index:15000;line-height:1.2;letter-spacing:0;top:8.3125rem;left:19.125rem;height:5.3999rem;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; }
#xXIzFzGlN5qnnDIrF1koPtv8heOTC6Cz { display:block;width:24.3125rem;position:absolute;font-family:imessage;font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:14rem;left:25.34375rem;height:3rem;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; }
#Ms3fRTmC0aZRCBXxEbFgkkSSPb8Sy9Mq { background-color:#0f968c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.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.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4375rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:18.78125rem;left:28.78125rem;display:block; }
#p82VzqVDMV6zPmmpqBEMPd6U0hJUJBq0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CrCVOnGDEUkdyez2oOiteHo9G0vOA34Z { 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; }#CrCVOnGDEUkdyez2oOiteHo9G0vOA34Z > .row .container { background-color: transparent; background-image: none; }#CrCVOnGDEUkdyez2oOiteHo9G0vOA34Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CrCVOnGDEUkdyez2oOiteHo9G0vOA34Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CrCVOnGDEUkdyez2oOiteHo9G0vOA34Z > .row .container > .video-iframe-container { display: none; }#CrCVOnGDEUkdyez2oOiteHo9G0vOA34Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CrCVOnGDEUkdyez2oOiteHo9G0vOA34Z > .row > .video-iframe-container { display: none; }#CrCVOnGDEUkdyez2oOiteHo9G0vOA34Z > .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); }#CrCVOnGDEUkdyez2oOiteHo9G0vOA34Z > .row .container { border-width: 0; border-radius: 0; }#CrCVOnGDEUkdyez2oOiteHo9G0vOA34Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CrCVOnGDEUkdyez2oOiteHo9G0vOA34Z > .row .container { font-size:0.875rem;font-family:arial;height:122.9375rem;width:75rem;position:relative;display:block; }#TpcKS8U3bicx7OxPZRE1o3BHULH1wtHW { display:block;width:17.875rem;position:absolute;font-family:imessage;font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:12.75rem;left:11.9375rem;height:5.625rem;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; }
#cTReU7B1JFnSxi232CqCdTIs9Nc5aobJ { position:absolute;display:block;z-index:15003;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;height:18.25rem;width:31.5625rem;top:6.4375rem;left:31.5625rem;overflow:hidden;display:block; }
#xd8lft35fAF4gwvCxPiPW5v4i0l2rfw4 { position:absolute;display:block;z-index:15005;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;height:16.75rem;width:31.4375rem;top:34.375rem;left:31.5625rem;overflow:hidden;display:block; }
#C0Zc1XBbk5ma4ptqmZixS6h4ZmeFrSSh { display:block;width:17.875rem;position:absolute;font-family:imessage;font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:37.8125rem;left:11.9375rem;height:7.5rem;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; }
#G3D8icglEtHa8shTzIrSoi3Qv08VGBM0 { position:absolute;display:block;z-index:15007;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;height:16.75rem;width:31.4375rem;top:61rem;left:31.5625rem;overflow:hidden;display:block; }
#lrkG4cI1BqOgxhs9D90IA4Ab0viSU067 { display:block;width:17.25rem;position:absolute;font-family:imessage;font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:65.625rem;left:11.9375rem;height:;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; }
#fZZJKV4f6i27Ob4XiZixTlnCOhzGpQ5s { background-color:#0f968c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.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.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4375rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:90.65625rem;left:28.78125rem;display:block; }
#bZrS9Jm1v9uIrSFlmhfFQO2LeOSiJWNt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iP1bRDGh6cZqAmSCXZgeGfNi1dLhxe9G { display:block;width:12.375rem;position:absolute;font-family:imessage;font-size:0.8125rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:45.75rem;left:11.9375rem;height:1.94921875rem;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; }
#hFUsivACGIa0Xib42Xl4t0xTd3uHXz6A { display:block;width:17.875rem;position:absolute;font-family:imessage;font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:12.75rem;left:11.9375rem;height:5.625rem;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:none; }
#Q0m9xxc0ikWT7rWKiBb09kEQRvPEdEQI { display:block;width:17.875rem;position:absolute;font-family:imessage;font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:37.8125rem;left:11.9375rem;height:7.5rem;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:none; }
#n7iybx1bJMecfr9qlVrU5v78w8FBGSS1 { display:block;width:17.25rem;position:absolute;font-family:imessage;font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:65.625rem;left:11.9375rem;height:;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:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TV2smmCpIsoOsTLVbAHh4qZPhmIxqgJe { display:block; }#TV2smmCpIsoOsTLVbAHh4qZPhmIxqgJe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NAX6ROefqTcZPXGMKLTI6UquF9EuaAKi { width:9.625rem;height:2.1875rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHJApiuJBkaUTLSEeNVG0QnxHSNHF2ie { width:6.5rem;height:2.125rem;top:0.75rem;left:41.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #dyU2leDnfaqgPRRVbwFB0naTEKECrh7u { display:block; }
 }@media only screen and (max-width: 763px) { #vF7DtAvcTBtSbBcnQVERh9FJAGcLnHsC { width:6.5rem;height:2.125rem;top:0.75rem;left:41.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #WkTPH0qk0m7h2Z1OUfnJWSXTfmadMd1Q { display:block; }
 }@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) { #nyn3LTP2yGxcVkQnMwNnoTtH1n8Cpfha { width:38.9375rem;height:22.75rem;top:44.6875rem;left:4.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #amhv3JbkPwDpTTUk7lp3eTLHeatdZKx2 { width:38.875rem;height:25.8125rem;top:79.5625rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsBqERoAl43MTH2uC5Q3L0WaFmoPG1Io { width:38.875rem;height:18.75rem;top:14.5rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6NJhawpL0RxVeafRi27sp9Apb1agwqh { width:12.6875rem;height:1.6875rem;top:109.5625rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dw2V2u9l1gvgCPfT4krlBcxQC6OQohtq { display:block; }
 }@media only screen and (max-width: 763px) { #U7VrmiiBkCt7nkh50pmQf7keTaFJErco { width:1.8125rem;height:1.8125rem;top:109.5625rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nff4aqiGvoE8nwr816p9uqZgQADaGo6s { display:none; }#nff4aqiGvoE8nwr816p9uqZgQADaGo6s > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TTCcRmUoTuEBSLenhk4FVLIfzI8BstiK { width:43rem;height:64.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PLBTUzuEU4AWGFT3UsUdKpZ9evODdHdN { width:18.4375rem;height:4.875rem;top:1.5625rem;left:0rem;font-size:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HNbxfGoLnMXMPwHCOzsThtnoWaDTbxbO { width:29.625rem;height:64.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EKa9QmE7dFvZh3h2egdqTnAv4DSMniLt { width:29.625rem;height:38.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cyMAD963BGFs1E8bl8W0XPavahFTnZvh { width:17.5rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SMxSrEgesOr1JDctDTxPNs5W9IoP6349 { display:block; }
 }@media only screen and (max-width: 763px) { #hwfFlPlDDaLLJLTBwuTVXTrFxTUFphEi { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #x85zuCHTpFMGzWa3l0hJZkV0WhKTPsJU { display:block; }#x85zuCHTpFMGzWa3l0hJZkV0WhKTPsJU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lLyy7capN44JZT9zd1lmbx65Eh9nD2Dc { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xXIzFzGlN5qnnDIrF1koPtv8heOTC6Cz { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ms3fRTmC0aZRCBXxEbFgkkSSPb8Sy9Mq { width:17.4375rem;height:3.4375rem;top:18.75rem;left:15.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p82VzqVDMV6zPmmpqBEMPd6U0hJUJBq0 { display:block; }
 }@media only screen and (max-width: 763px) { #CrCVOnGDEUkdyez2oOiteHo9G0vOA34Z { display:block; }#CrCVOnGDEUkdyez2oOiteHo9G0vOA34Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TpcKS8U3bicx7OxPZRE1o3BHULH1wtHW { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cTReU7B1JFnSxi232CqCdTIs9Nc5aobJ { width:31.5625rem;height:18.25rem;top:6.4375rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xd8lft35fAF4gwvCxPiPW5v4i0l2rfw4 { width:31.4375rem;height:16.75rem;top:34.375rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0Zc1XBbk5ma4ptqmZixS6h4ZmeFrSSh { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #G3D8icglEtHa8shTzIrSoi3Qv08VGBM0 { width:31.4375rem;height:16.75rem;top:61rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrkG4cI1BqOgxhs9D90IA4Ab0viSU067 { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fZZJKV4f6i27Ob4XiZixTlnCOhzGpQ5s { width:17.4375rem;height:3.4375rem;top:90.625rem;left:15.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZrS9Jm1v9uIrSFlmhfFQO2LeOSiJWNt { display:block; }
 }@media only screen and (max-width: 763px) { #iP1bRDGh6cZqAmSCXZgeGfNi1dLhxe9G { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hFUsivACGIa0Xib42Xl4t0xTd3uHXz6A { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q0m9xxc0ikWT7rWKiBb09kEQRvPEdEQI { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #n7iybx1bJMecfr9qlVrU5v78w8FBGSS1 { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3e891efe-e7fa-441d-9c9b-1ad2d9967236/Grid10.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.51); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.51); }#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) { #TV2smmCpIsoOsTLVbAHh4qZPhmIxqgJe { display:block; }#TV2smmCpIsoOsTLVbAHh4qZPhmIxqgJe > .row .container { width:20rem;height:3.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NAX6ROefqTcZPXGMKLTI6UquF9EuaAKi { width:7.1875rem;height:1.5625rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHJApiuJBkaUTLSEeNVG0QnxHSNHF2ie { width:5.1875rem;height:1.75rem;top:0.59375rem;left:14.8125rem;font-family:imessage;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dyU2leDnfaqgPRRVbwFB0naTEKECrh7u { display:block; }
 }@media only screen and (max-width: 763px) { #vF7DtAvcTBtSbBcnQVERh9FJAGcLnHsC { width:5.1875rem;height:1.75rem;top:0.65625rem;left:14.8125rem;font-family:imessage;font-size:0.875rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #WkTPH0qk0m7h2Z1OUfnJWSXTfmadMd1Q { display:block; }
 }@media only screen and (max-width: 763px) { #xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT { background-color:rgba(255,255,255,0.88);background-image:none;display:none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { height:105.5rem;width:20rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qJ4t3JegTEpUxeOAhOkURdGzTrivCHGP { width:20rem;height:0;top:3.875rem;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) { #nyn3LTP2yGxcVkQnMwNnoTtH1n8Cpfha { width:20rem;height:11.685393258427rem;top:12.148925rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #amhv3JbkPwDpTTUk7lp3eTLHeatdZKx2 { width:20rem;height:13.279742765273rem;top:25.0839875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsBqERoAl43MTH2uC5Q3L0WaFmoPG1Io { width:20rem;height:9.6463022508039rem;top:39.6133rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6NJhawpL0RxVeafRi27sp9Apb1agwqh { width:12.6875rem;height:1.6875rem;top:50.5093rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dw2V2u9l1gvgCPfT4krlBcxQC6OQohtq { display:block; }
 }@media only screen and (max-width: 763px) { #U7VrmiiBkCt7nkh50pmQf7keTaFJErco { display:flex;width:1.8125rem;height:1.8125rem;top:53.4468rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #nff4aqiGvoE8nwr816p9uqZgQADaGo6s { 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; }#nff4aqiGvoE8nwr816p9uqZgQADaGo6s > .row .container { background-color: transparent; background-image: none; }#nff4aqiGvoE8nwr816p9uqZgQADaGo6s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nff4aqiGvoE8nwr816p9uqZgQADaGo6s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nff4aqiGvoE8nwr816p9uqZgQADaGo6s > .row .container > .video-iframe-container { display: none; }#nff4aqiGvoE8nwr816p9uqZgQADaGo6s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nff4aqiGvoE8nwr816p9uqZgQADaGo6s > .row > .video-iframe-container { display: none; }#nff4aqiGvoE8nwr816p9uqZgQADaGo6s > .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); }#nff4aqiGvoE8nwr816p9uqZgQADaGo6s > .row .container { border-width: 0; border-radius: 0; }#nff4aqiGvoE8nwr816p9uqZgQADaGo6s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nff4aqiGvoE8nwr816p9uqZgQADaGo6s > .row .container { width:20rem;height:123.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTCcRmUoTuEBSLenhk4FVLIfzI8BstiK { top:11.03125rem;left:0.65625rem;width:18.6875rem;height:27.9375rem;z-index:15010;overflow:hidden;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) { #PLBTUzuEU4AWGFT3UsUdKpZ9evODdHdN { top:3.35595703125rem;left:0.78125rem;width:18.4375rem;height:4.875rem;z-index:15011;color:#ffffff;font-family:imessage;text-align:center;text-align-last:center;font-size:2.4375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #HNbxfGoLnMXMPwHCOzsThtnoWaDTbxbO { top:44.28125rem;left:0.65625rem;width:18.75rem;height:40.875rem;z-index:15011;overflow:hidden;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) { #EKa9QmE7dFvZh3h2egdqTnAv4DSMniLt { top:90.46875rem;left:0.625rem;width:18.75rem;height:24.3125rem;z-index:15012;overflow:hidden;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) { #cyMAD963BGFs1E8bl8W0XPavahFTnZvh { top:118.3125rem;left:3.75rem;width:12.5rem;height:1.8125rem;z-index:15013;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image:none;text-align:left;text-align-last:left;font-family:imessage;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #SMxSrEgesOr1JDctDTxPNs5W9IoP6349 { display:block; }
 }@media only screen and (max-width: 763px) { #hwfFlPlDDaLLJLTBwuTVXTrFxTUFphEi { display:flex;top:118.3125rem;left:14.3125rem;width:1.875rem;height:1.875rem;z-index:15013; }
 }@media only screen and (max-width: 763px) { #x85zuCHTpFMGzWa3l0hJZkV0WhKTPsJU { display:block; }#x85zuCHTpFMGzWa3l0hJZkV0WhKTPsJU > .row .container { width:20rem;height:19.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lLyy7capN44JZT9zd1lmbx65Eh9nD2Dc { width:16.5625rem;height:2.3999rem;top:4.4375rem;left:1.71875rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXIzFzGlN5qnnDIrF1koPtv8heOTC6Cz { width:14.875rem;height:2.25rem;top:7.46142578125rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ms3fRTmC0aZRCBXxEbFgkkSSPb8Sy9Mq { width:11.9375rem;height:3rem;top:11.1875rem;left:4.03125rem;font-size:1rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #p82VzqVDMV6zPmmpqBEMPd6U0hJUJBq0 { display:block; }
 }@media only screen and (max-width: 763px) { #CrCVOnGDEUkdyez2oOiteHo9G0vOA34Z { display:block; }#CrCVOnGDEUkdyez2oOiteHo9G0vOA34Z > .row .container { width:20rem;height:73.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TpcKS8U3bicx7OxPZRE1o3BHULH1wtHW { width:17.875rem;height:0;top:0.9775390625rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #cTReU7B1JFnSxi232CqCdTIs9Nc5aobJ { width:15.9375rem;height:9rem;top:5.0009765625rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xd8lft35fAF4gwvCxPiPW5v4i0l2rfw4 { width:16.0625rem;height:8.4375rem;top:22.08642578125rem;left:1.96875rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #C0Zc1XBbk5ma4ptqmZixS6h4ZmeFrSSh { width:17.875rem;height:0;top:15.2900390625rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #G3D8icglEtHa8shTzIrSoi3Qv08VGBM0 { width:15.875rem;height:8.25rem;top:43.5rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrkG4cI1BqOgxhs9D90IA4Ab0viSU067 { width:17.25rem;height:0;top:42.4375rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #fZZJKV4f6i27Ob4XiZixTlnCOhzGpQ5s { width:16.75rem;height:2.9375rem;top:57.9375rem;left:1.625rem;font-size:1rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #bZrS9Jm1v9uIrSFlmhfFQO2LeOSiJWNt { display:block; }
 }@media only screen and (max-width: 763px) { #iP1bRDGh6cZqAmSCXZgeGfNi1dLhxe9G { width:14.625rem;height:2.25rem;top:31.4375rem;left:2.59375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFUsivACGIa0Xib42Xl4t0xTd3uHXz6A { width:17.875rem;height:;top:1.0400390625rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #Q0m9xxc0ikWT7rWKiBb09kEQRvPEdEQI { width:17.875rem;height:2.3994125rem;top:18.3515625rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #n7iybx1bJMecfr9qlVrU5v78w8FBGSS1 { width:17.25rem;height:3.59911875rem;top:38.1875rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15007;display:block; }
 }