.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color: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.93725625rem;width:8.937375rem;top:0.78125rem;left:33.02978515625rem;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:44.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#qJ4t3JegTEpUxeOAhOkURdGzTrivCHGP { display:block;width:57.311375rem;position:absolute;font-family:imessage;font-size:3.625rem;font-weight:700;z-index:14999;line-height:1.2;letter-spacing:0;top:11.561889648438rem;left:8.8433837890625rem;height:4.3493625rem;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:#000000;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.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:26.311645507812rem;left:30.15625rem;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: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:block; }
#EWzchScCHEU5iPTxpZ4dFdqR5TiSwuzm { display:block;width:57.3108125rem;position:absolute;font-family:imessage;font-size:2.3125rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:16.03564453125rem;left:8.843994140625rem;height:;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; }
#nvwQ9h250ooW2R5rZHKKHCyC24UDpwpH { color:rgba(0,0,0,0.6);display:block;width:14.249875rem;position:absolute;font-family:imessage;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:29.998779296875rem;left:30.37353515625rem;height:1.2994375rem;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; }
#zpuUdaBwA4WVpcbruSI4tlp2WUaMD2Ck { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#007bff;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; }#zpuUdaBwA4WVpcbruSI4tlp2WUaMD2Ck > .row .container { background-color: transparent; background-image: none; }#zpuUdaBwA4WVpcbruSI4tlp2WUaMD2Ck::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpuUdaBwA4WVpcbruSI4tlp2WUaMD2Ck > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpuUdaBwA4WVpcbruSI4tlp2WUaMD2Ck > .row .container > .video-iframe-container { display: none; }#zpuUdaBwA4WVpcbruSI4tlp2WUaMD2Ck > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpuUdaBwA4WVpcbruSI4tlp2WUaMD2Ck > .row > .video-iframe-container { display: none; }#zpuUdaBwA4WVpcbruSI4tlp2WUaMD2Ck > .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); }#zpuUdaBwA4WVpcbruSI4tlp2WUaMD2Ck > .row .container { border-width: 0; border-radius: 0; }#zpuUdaBwA4WVpcbruSI4tlp2WUaMD2Ck > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zpuUdaBwA4WVpcbruSI4tlp2WUaMD2Ck > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;position:relative;display:block; }#CDBlHTIxwd5qOtpQutxTvWtaLTSXPssc { color:#fbfaf3;display:block;width:46.93725rem;position:absolute;font-family:imessage;font-size:1.5625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:1.625rem;left:8.9375rem;height:2.03125rem;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; }
#yewo6kOS4ohVdKdxMPnkF4an7HmzIdUn { background-color:#000000;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.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.43725rem;height:2.6245125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:1.3125rem;left:56.625rem;display:block; }
#Dst5ffT3oaVQ9z2axTDTQ4R9p6POo0sX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#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:75.4375rem;width:75rem;position:relative;display:block; }#eDEstvqHXX0L55h5lUSCehUcPyQlFFTm { display:block;width:44.1235625rem;position:absolute;font-family:imessage;font-size:2.375rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:8.621826171875rem;left:15.437622070312rem;height:5.6994625rem;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; }
#g7xzh87KFapG1SaT2ctyHBE2VcTAKELP { position:absolute;display:block;z-index:15002;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:21.6875rem;width:23.1875rem;top:19.81201171875rem;left:0rem;overflow:hidden;display:block; }
#DXA1WxXBgqGbLyNTa45e94aFAiR77UBK { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.5625rem;width:23.1875rem;top:19.874877929688rem;left:25.874633789062rem;overflow:hidden;display:block; }
#rWn6JVuI4mgppCM8IIPQMICnbVmDtZD8 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.749875rem;width:23.18725rem;top:19.7802734375rem;left:51.813354492188rem;overflow:hidden;display:block; }
#vIFVzRRffLAQIkNBxuDTrlidl4pUaT8x { display:block;width:64.624375rem;position:absolute;font-family:imessage;font-size:1.5625rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:49.678344726562rem;left:5.1861572265625rem;height:13.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; }
#Vex07ecgdGqvixK8bAQNHrTZG5FVlHQR { 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; }#Vex07ecgdGqvixK8bAQNHrTZG5FVlHQR > .row .container { background-color: transparent; background-image: none; }#Vex07ecgdGqvixK8bAQNHrTZG5FVlHQR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vex07ecgdGqvixK8bAQNHrTZG5FVlHQR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vex07ecgdGqvixK8bAQNHrTZG5FVlHQR > .row .container > .video-iframe-container { display: none; }#Vex07ecgdGqvixK8bAQNHrTZG5FVlHQR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vex07ecgdGqvixK8bAQNHrTZG5FVlHQR > .row > .video-iframe-container { display: none; }#Vex07ecgdGqvixK8bAQNHrTZG5FVlHQR > .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); }#Vex07ecgdGqvixK8bAQNHrTZG5FVlHQR > .row .container { border-width: 0; border-radius: 0; }#Vex07ecgdGqvixK8bAQNHrTZG5FVlHQR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Vex07ecgdGqvixK8bAQNHrTZG5FVlHQR > .row .container { font-size:0.875rem;font-family:arial;height:111.1875rem;width:75rem;position:relative;display:block; }#gi7oCLSEbdu5TZJG1cMrKagT08UfIrE1 { display:block;width:57.374875rem;position:absolute;font-family:imessage;font-size:2.6875rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:6.875rem;left:8.8125rem;height:6.449rem;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; }
#MmW2uKut59TcJRGiIDX9UXE7iDF3UqcN { display:block;width:46.812125rem;position:absolute;font-family:imessage;font-size:1.9375rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:32.373046875rem;left:15.716552734375rem;height:4.6484375rem;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; }
#ZaicTcSExabsIU6UD2bdgTswD5gzDPOK { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:53.062125rem;width:58.125rem;top:42.7490234375rem;left:10.060424804688rem;overflow:hidden;display:block; }
#cMD7BSpthGDp0cmAQVEVunHqoWtEOemZ { display:block;width:10.99975rem;position:absolute;font-family:imessage;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:15rem;left:33.625rem;height:2.99926875rem;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; }
#gtXM2pIPAvpcTO35tCRR4BFyTGSkOvaD { 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:15005;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:15.0625rem;left:30.3125rem;display:block; }#gtXM2pIPAvpcTO35tCRR4BFyTGSkOvaD.adaptive-delivery-prevent-bg, #gtXM2pIPAvpcTO35tCRR4BFyTGSkOvaD.lazyload, #gtXM2pIPAvpcTO35tCRR4BFyTGSkOvaD.lazyloading { background-image: none; }
#eNd3892QkN17fc09O6ImgKAaomRdL8WO { box-sizing:content-box;height:16.875rem;width:64.875rem;position:absolute;display:block;z-index:15001;background-color:rgba(255,255,255,0.13);background-image:none;top:3.7879638671875rem;left:5.062255859375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#bZ8fGyPcsf5IkM3azsulye3x67b84xkH { display:block;width:46.812125rem;position:absolute;font-family:imessage;font-size:1.9375rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:32.373046875rem;left:15.716552734375rem;height:4.6484375rem;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; }
#hKNQN8tysL92JaZ5IAoHVfDL8HQ1UdPA { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.125rem;width:31.3125rem;top:42.7490234375rem;left:10.060424804688rem;overflow:hidden;display:none; }
#Ld2uuxSyEerKxvmkreDavgJTPyrRspTM { 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; }#Ld2uuxSyEerKxvmkreDavgJTPyrRspTM > .row .container { background-color: transparent; background-image: none; }#Ld2uuxSyEerKxvmkreDavgJTPyrRspTM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ld2uuxSyEerKxvmkreDavgJTPyrRspTM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ld2uuxSyEerKxvmkreDavgJTPyrRspTM > .row .container > .video-iframe-container { display: none; }#Ld2uuxSyEerKxvmkreDavgJTPyrRspTM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ld2uuxSyEerKxvmkreDavgJTPyrRspTM > .row > .video-iframe-container { display: none; }#Ld2uuxSyEerKxvmkreDavgJTPyrRspTM > .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); }#Ld2uuxSyEerKxvmkreDavgJTPyrRspTM > .row .container { border-width: 0; border-radius: 0; }#Ld2uuxSyEerKxvmkreDavgJTPyrRspTM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ld2uuxSyEerKxvmkreDavgJTPyrRspTM > .row .container { font-size:0.875rem;font-family:arial;height:88.25rem;width:75rem;position:relative;display:block; }#aQ6rzdOnyi4wwDXO19I3Ir47G0qWuig4 { display:block;width:44.1235625rem;position:absolute;font-family:imessage;font-size:2.6875rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:4.3133544921875rem;left:15.437622070312rem;height:;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; }
#mTBTICUnIRkkI2B99T61rsTeMwKqHyBW { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.8125rem;width:15rem;top:11.632690429688rem;left:8.4051513671875rem;overflow:hidden;display:none; }
#cvzNDyEWQTJJA6pwkk9t2cfCpWgbTymq { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.8125rem;width:18.5rem;top:58.25rem;left:8.375rem;overflow:hidden;display:none; }
#nhlnA1bQ5K6ZPK7nAT8VJhRz7oxZTUC7 { 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:18.9375rem;width:15.0625rem;top:34.625rem;left:8.375rem;overflow:hidden;display:none; }
#RbTJIVf2X4gRSo9sPJCLXumG6oTbJouQ { background-color:#007bff;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.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.999rem;height:3.374025rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:48.320922851562rem;left:45.601196289062rem;display:block; }
#lhe9SCoDM8S0MxMkM1AbRbyUVzKghGrs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EFXCXQ3zVZdihJNWiDRC43QUH6JxGHGw { background-color:#007bff;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.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9984375rem;height:3.374025rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:24.561767578125rem;left:45.601196289062rem;display:block; }
#sPqtQ7WRtHlbuIfvN9rxGAdv8FUxoW8n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IaSuXS11T42sGIr8Bs7GCXhciX8C0yp1 { background-color:#007bff;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.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9984375rem;height:3.374025rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:70.936889648438rem;left:45.601196289062rem;display:block; }
#EmVyyDw65sbJB7QCI3CPM4uzVrleHWgl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XdTFHBemEXIsd3gnWF81DaAwRpthiep7 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.12475rem;width:59.4995rem;top:11.50634765625rem;left:7.7490234375rem;overflow:hidden;display:block; }
#fIRgOU1ulz6vCkhDBd1tKZ1y4H2r2w7T { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.3125rem;width:59.5rem;top:34.467163085938rem;left:7.7490234375rem;overflow:hidden;display:block; }
#GhKUkT0F1rVc4l0b8VXutrMT5wf2EBc0 { 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:19.3125rem;width:59.5rem;top:57.811889648438rem;left:7.7490234375rem;overflow:hidden;display:block; }
#ViMt5bI0TVGrrKAyA6iLtJpVAwWdWaso { 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; }#ViMt5bI0TVGrrKAyA6iLtJpVAwWdWaso > .row .container { background-color: transparent; background-image: none; }#ViMt5bI0TVGrrKAyA6iLtJpVAwWdWaso::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ViMt5bI0TVGrrKAyA6iLtJpVAwWdWaso > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ViMt5bI0TVGrrKAyA6iLtJpVAwWdWaso > .row .container > .video-iframe-container { display: none; }#ViMt5bI0TVGrrKAyA6iLtJpVAwWdWaso > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ViMt5bI0TVGrrKAyA6iLtJpVAwWdWaso > .row > .video-iframe-container { display: none; }#ViMt5bI0TVGrrKAyA6iLtJpVAwWdWaso > .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); }#ViMt5bI0TVGrrKAyA6iLtJpVAwWdWaso > .row .container { border-width: 0; border-radius: 0; }#ViMt5bI0TVGrrKAyA6iLtJpVAwWdWaso > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ViMt5bI0TVGrrKAyA6iLtJpVAwWdWaso > .row .container { font-size:0.875rem;font-family:arial;height:27.125rem;width:75rem;position:relative;display:block; }#TMRZUQ9qJCKh2frZW6vGKnrbAIGQTTX8 { display:block;width:62.875rem;position:absolute;font-family:imessage;font-size:2.6875rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:5.5625rem;left:6.0625rem;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; }
#oBnK0o9PeAE7BeEgMEtSVbTrCiyWI7oR { display:block;width:44.1235625rem;position:absolute;font-family:imessage;font-size:2.6875rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:7.8125rem;left:15.4375rem;height:0;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; }
#KOLmr7rWEzr9FdqlzQreOH48XqhNLpgx { background-color:#007bff;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:#fbfaf3;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:14.4375rem;left:28.125rem;display:block; }
#Ra7NTiEsCXcP3QDiTR5XiUapZy2SyT1w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mfQPBxmdRevtyWJoCIaF5NNyyZ6Z9t5q { display:block;width:20.3125rem;position:absolute;font-family:imessage;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:18.5625rem;left:26.75rem;height:1.3494875rem;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; }
#UOKgRQuGF9AdV0gyofE43NNfG7uLzqir { 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:none; }#UOKgRQuGF9AdV0gyofE43NNfG7uLzqir > .row .container { border-width: 0; border-radius: 0; }#UOKgRQuGF9AdV0gyofE43NNfG7uLzqir > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UOKgRQuGF9AdV0gyofE43NNfG7uLzqir > .row .container { font-size:0.875rem;font-family:arial;height:80rem;width:75rem;position:relative;display:none; }#uGc4TJxJzkE7NuSfPNAOvISHQEWw9t5O { display:block;width:25.4375rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:5.8125rem;left:6.5625rem;height:6rem;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; }
#TQ8g9IDwZrRSS57G11RJnXf1CVHPJowH { display:block;width:10.4375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:13rem;left:6.5625rem;height:1.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; }
#XRxVo6p5cTHoEb3cOuSgMSJJbJODHo0r { color:#ffffff;display:block;width:12.9375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.5rem;left:43.6875rem;height:1.4624rem;text-align:left;text-align-last:left;display:block; }
#Jt0ZJNND0md2XNy0GGmgXp8U5lLKrFuL { color:#ffffff;display:block;width:23.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:9.8125rem;left:44.625rem;height:3.65625rem;display:block; }
#EveLo8Tp5c2m3mVtaOzALacIOrGJkpIq { color:#ffffff;display:block;width:12.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:18.5rem;left:43.625rem;height:1.4624rem;text-align:left;text-align-last:left;display:block; }
#S1pRUwMTxemD218kCLLwZpJxp6qBK0te { color:#ffffff;display:block;width:23.3125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:21.5625rem;left:44.625rem;height:3.65625rem;display:block; }
#wOI8Mb7cgxgpcl5sNBFq4KQ1x92wwuwJ { color:#ffffff;display:block;width:12.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:31.125rem;left:43.6875rem;height:1.4624rem;text-align:left;text-align-last:left;display:block; }
#fyTBnOF91pRwMhNkFhBxealt2MwHK5e5 { color:#ffffff;display:block;width:22.6875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:34.5rem;left:44.8125rem;height:3.65625rem;display:block; }
#gNEnwRLOktaLre3ck4LWeCwnfmd7PhKT { color:#ffffff;display:block;width:23.25rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:48.3125rem;left:44.625rem;height:2.4375rem;display:block; }
#D4gwSESlrqdoMHi2IWLME0tuKSTURWgA { color:#ffffff;display:block;width:12.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:44.125rem;left:43.625rem;height:1.4624rem;text-align:left;text-align-last:left;display:block; }
#pq4LsD7aHubotZowOhUfby0xSpbA3ucD { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:57.4375rem;left:43.625rem;height:1.4624rem;text-align:left;text-align-last:left;display:block; }
#vPUZ7cJ7yNexc3Pf9MGZtFkEpmwBRwFC { box-sizing:content-box;height:5.6875rem;width:25.25rem;position:absolute;display:block;z-index:15008;background-color:#252525;background-image:none;top:59.5rem;left:43.625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#N9ZZ5QgCRlx28nTHfuaUpuZRxBMmllyt { color:#ffffff;display:block;width:24.0625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:61.0625rem;left:44.5rem;height:2.4375rem;display:block; }
#gTB5gzqSgllN8cdeJi06h5ySN638OyVP { box-sizing:content-box;height:5.6875rem;width:25.25rem;position:absolute;display:block;z-index:15008;background-color:#252525;background-image:none;top:46.75rem;left:43.625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#AHrLHwg1A4LyWarDzS6iPmsWP9D0iA78 { box-sizing:content-box;height:5.6875rem;width:25.25rem;position:absolute;display:block;z-index:14999;background-color:#252525;background-image:none;top:33.625rem;left:43.625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#SbXUQqs1iLiLTJoqXJTRUvGX1NHAdk5k { box-sizing:content-box;height:5.6875rem;width:25.25rem;position:absolute;display:block;z-index:14998;background-color:#252525;background-image:none;top:20.6875rem;left:43.625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#F02KseuOr52to8taN5EgPrvb2U9L6Xnh { box-sizing:content-box;height:5.6875rem;width:25.25rem;position:absolute;display:block;z-index:14997;background-color:#252525;background-image:none;top:8.9375rem;left:43.625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#zTn5orgQaFVh3PiWLOV5chmZzX9FRuFI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:12.875rem;left:15.1875rem; }
#AVECgRLvU8lD2XMLOmlL1tfA9KkAU8RW { box-sizing:content-box;height:80.0625rem;width:0.125rem;position:absolute;display:block;z-index:15012;background-color:rgba(255,255,255,0.39);background-image:none;top:0rem;left:33.6875rem;display:block; }
#l00NJhR1fCM5neLOA1FuerpOsSmdgxZZ { 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:none; }#l00NJhR1fCM5neLOA1FuerpOsSmdgxZZ > .row .container { border-width: 0; border-radius: 0; }#l00NJhR1fCM5neLOA1FuerpOsSmdgxZZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l00NJhR1fCM5neLOA1FuerpOsSmdgxZZ > .row .container { font-size:0.875rem;font-family:arial;height:105.5rem;width:75rem;position:relative;display:none; }#uVdl95Crgt61Htx1A3JK51JgUMqhNB11 { box-sizing:content-box;height:5.6875rem;width:27.4375rem;position:absolute;display:block;z-index:15001;background-color:#252525;background-image:none;top:25.875rem;left:23.8125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#NAftdbNovqhh441UA1H4GenbGSMiVKpV { color:#ffffff;display:block;width:12.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:23.3125rem;left:31.3125rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#mygWT8xnn7VQuy2gwnKd2AfReqGbwwzP { color:#ffffff;display:block;width:25.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:26.75rem;left:24.625rem;height:3.8994125rem;display:block; }
#PBIy4c0yiEwIhNWuSaroM5P2dRMavRNm { color:#ffffff;display:block;width:12.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:34.5rem;left:31.3125rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#H6uicthNZJiE1bvEi6ckgsatkq6fOnep { box-sizing:content-box;height:5.6875rem;width:27.4375rem;position:absolute;display:block;z-index:15002;background-color:#252525;background-image:none;top:36.9375rem;left:23.8125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#hVUZlszzAAc9qJB2eCP1xcfUAi21rll1 { color:#ffffff;display:block;width:25.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:37.8125rem;left:24.625rem;height:3.8994125rem;display:block; }
#wqbk6T7yDkszHd8vPB5LcmwfWyKGLEXR { color:#ffffff;display:block;width:12.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:45.125rem;left:31.3125rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#Xge4ZWVhJAbKSzAtiTps72H0Gyx30bCn { box-sizing:content-box;height:5.6875rem;width:27.4375rem;position:absolute;display:block;z-index:15003;background-color:#252525;background-image:none;top:47.4375rem;left:23.8125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#KKCrBJZVZz1Ln3OxivHJ5NRtMXTS45Hy { color:#ffffff;display:block;width:25.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:48.3125rem;left:24.625rem;height:3.8994125rem;display:block; }
#pyFFd6qOgRnMDNo2EcupbRpHmKCd9JIg { color:#ffffff;display:block;width:12.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:55.5rem;left:31.3125rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#kqNJvQWqR4T7kkQNOMJsTZBrvkgMlPTP { box-sizing:content-box;height:5.6875rem;width:27.4375rem;position:absolute;display:block;z-index:15004;background-color:#252525;background-image:none;top:58.125rem;left:23.8125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#i3AMC5oTrlrcyVRBrwSCXOyFcUkUJo2z { color:#ffffff;display:block;width:25.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:59.6875rem;left:24.625rem;height:2.5996125rem;display:block; }
#xlVPVogVN302rgUtZmeRG0A9vBJUENHR { color:#ffffff;display:block;width:13.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:66.5rem;left:30.5625rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#n1AayVZATFo9SccufWImBSUvEJbOrMe5 { box-sizing:content-box;height:5.6875rem;width:27.4375rem;position:absolute;display:block;z-index:15005;background-color:#252525;background-image:none;top:68.8125rem;left:23.8125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#bJhHDo6JTlGzwbPQiR2bzmoJCmqbZgwZ { color:#ffffff;display:block;width:25.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:70.375rem;left:24.625rem;height:2.5996125rem;display:block; }
#ndoBi82Zb4cHe64CwpinTOtlwFtaCNoF { color:#ffffff;display:block;width:13.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:77.75rem;left:30.5625rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#LOBfJF6oIU88Q8VnDt7Ek1HE4NwFDAD6 { box-sizing:content-box;height:5.6875rem;width:27.4375rem;position:absolute;display:block;z-index:15006;background-color:#252525;background-image:none;top:80.125rem;left:23.8125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#GcNTmULk3cMT2wlR05Jpeu6VwmT4rK9z { color:#ffffff;display:block;width:25.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:81.6875rem;left:24.625rem;height:2.5996125rem;display:block; }
#f1RCICdUkvPUcZft9q9aCmRbFBlsixFi { display:block;width:25.4375rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:6rem;left:24.8125rem;height:6rem;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; }
#ZuSuTTl8JIKJWWyr0rRyctnccOMFFp10 { display:block;width:10.4375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:13.1875rem;left:24.8125rem;height:1.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; }
#AxIEITDUozop4Rmxe5t867iDMO0co5nS { 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; }
#QmwEqbJOpNpT52n1CTEnQbe3zkJSqkTo { color:#ffffff;display:block;width:12.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:23.3125rem;left:31.3125rem;height:1.4624rem;text-align:center;text-align-last:center;display:none; }
#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:8.875rem;height:1.9237359088938rem;top:0.75rem;left:19.40478515625rem;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:14.6875rem;height:3.4375rem;top:26.25rem;left:16.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTXD6WmHoe32sp5QTahWcIdU35hszHlE { display:block; }
 }@media only screen and (max-width: 763px) { #G9V2WzpcaaIsNTkFaJS26ubqfnAV8fMq { width:44.8125rem;height:3.375rem;top:21.125rem;left:2rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EWzchScCHEU5iPTxpZ4dFdqR5TiSwuzm { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nvwQ9h250ooW2R5rZHKKHCyC24UDpwpH { width:14.1875rem;height:1.25rem;top:29.9375rem;left:16.74853515625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fiiQfJtd4dvri5IwKTdknwWgQ8mogrha { width:44.8125rem;height:3.375rem;top:21.125rem;left:2rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zpuUdaBwA4WVpcbruSI4tlp2WUaMD2Ck { display:block; }#zpuUdaBwA4WVpcbruSI4tlp2WUaMD2Ck > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CDBlHTIxwd5qOtpQutxTvWtaLTSXPssc { width:46.875rem;height:2rem;top:1.625rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yewo6kOS4ohVdKdxMPnkF4an7HmzIdUn { width:9.375rem;height:2.5625rem;top:1.3125rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dst5ffT3oaVQ9z2axTDTQ4R9p6POo0sX { display:block; }
 }@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) { #eDEstvqHXX0L55h5lUSCehUcPyQlFFTm { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #g7xzh87KFapG1SaT2ctyHBE2VcTAKELP { width:23.125rem;height:21.628777668762rem;top:19.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXA1WxXBgqGbLyNTa45e94aFAiR77UBK { width:23.1875rem;height:21.562732482291rem;top:19.8125rem;left:12.249633789062rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWn6JVuI4mgppCM8IIPQMICnbVmDtZD8 { width:23.125rem;height:21.691483870446rem;top:19.75rem;left:24.625rem;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) { #Vex07ecgdGqvixK8bAQNHrTZG5FVlHQR { display:block; }#Vex07ecgdGqvixK8bAQNHrTZG5FVlHQR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gi7oCLSEbdu5TZJG1cMrKagT08UfIrE1 { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MmW2uKut59TcJRGiIDX9UXE7iDF3UqcN { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZaicTcSExabsIU6UD2bdgTswD5gzDPOK { width:47.75rem;height:43.590820967742rem;top:42.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cMD7BSpthGDp0cmAQVEVunHqoWtEOemZ { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gtXM2pIPAvpcTO35tCRR4BFyTGSkOvaD { width:2.8125rem;height:2.8125rem;top:15.0625rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNd3892QkN17fc09O6ImgKAaomRdL8WO { width:47.75rem;height:16.875rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZ8fGyPcsf5IkM3azsulye3x67b84xkH { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hKNQN8tysL92JaZ5IAoHVfDL8HQ1UdPA { width:31.3125rem;height:39.125rem;top:42.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ld2uuxSyEerKxvmkreDavgJTPyrRspTM { display:block; }#Ld2uuxSyEerKxvmkreDavgJTPyrRspTM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aQ6rzdOnyi4wwDXO19I3Ir47G0qWuig4 { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mTBTICUnIRkkI2B99T61rsTeMwKqHyBW { width:15rem;height:18.8125rem;top:11.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cvzNDyEWQTJJA6pwkk9t2cfCpWgbTymq { width:18.5625rem;height:18.875rem;top:58.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nhlnA1bQ5K6ZPK7nAT8VJhRz7oxZTUC7 { width:15.125rem;height:19rem;top:34.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RbTJIVf2X4gRSo9sPJCLXumG6oTbJouQ { width:13.9375rem;height:3.3125rem;top:48.3125rem;left:31.976196289062rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhe9SCoDM8S0MxMkM1AbRbyUVzKghGrs { display:block; }
 }@media only screen and (max-width: 763px) { #EFXCXQ3zVZdihJNWiDRC43QUH6JxGHGw { width:13.9375rem;height:3.3125rem;top:24.5rem;left:31.976196289062rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPqtQ7WRtHlbuIfvN9rxGAdv8FUxoW8n { display:block; }
 }@media only screen and (max-width: 763px) { #IaSuXS11T42sGIr8Bs7GCXhciX8C0yp1 { width:13.9375rem;height:3.3125rem;top:70.875rem;left:31.976196289062rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmVyyDw65sbJB7QCI3CPM4uzVrleHWgl { display:block; }
 }@media only screen and (max-width: 763px) { #XdTFHBemEXIsd3gnWF81DaAwRpthiep7 { width:47.75rem;height:15.348142631451rem;top:11.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fIRgOU1ulz6vCkhDBd1tKZ1y4H2r2w7T { width:47.75rem;height:15.49868697479rem;top:34.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GhKUkT0F1rVc4l0b8VXutrMT5wf2EBc0 { width:47.75rem;height:15.49868697479rem;top:57.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ViMt5bI0TVGrrKAyA6iLtJpVAwWdWaso { display:block; }#ViMt5bI0TVGrrKAyA6iLtJpVAwWdWaso > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TMRZUQ9qJCKh2frZW6vGKnrbAIGQTTX8 { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oBnK0o9PeAE7BeEgMEtSVbTrCiyWI7oR { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KOLmr7rWEzr9FdqlzQreOH48XqhNLpgx { width:17.5rem;height:3.4375rem;top:14.4375rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ra7NTiEsCXcP3QDiTR5XiUapZy2SyT1w { display:block; }
 }@media only screen and (max-width: 763px) { #mfQPBxmdRevtyWJoCIaF5NNyyZ6Z9t5q { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UOKgRQuGF9AdV0gyofE43NNfG7uLzqir { display:none; }#UOKgRQuGF9AdV0gyofE43NNfG7uLzqir > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uGc4TJxJzkE7NuSfPNAOvISHQEWw9t5O { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TQ8g9IDwZrRSS57G11RJnXf1CVHPJowH { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XRxVo6p5cTHoEb3cOuSgMSJJbJODHo0r { width:12.9375rem;height:1.4375rem;top:6.5rem;left:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jt0ZJNND0md2XNy0GGmgXp8U5lLKrFuL { width:23.375rem;height:3.625rem;top:9.8125rem;left:24.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EveLo8Tp5c2m3mVtaOzALacIOrGJkpIq { width:12.3125rem;height:1.4375rem;top:18.5rem;left:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1pRUwMTxemD218kCLLwZpJxp6qBK0te { width:23.3125rem;height:3.625rem;top:21.5625rem;left:24.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOI8Mb7cgxgpcl5sNBFq4KQ1x92wwuwJ { width:12.3125rem;height:1.4375rem;top:31.125rem;left:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyTBnOF91pRwMhNkFhBxealt2MwHK5e5 { width:22.6875rem;height:3.625rem;top:34.5rem;left:24.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNEnwRLOktaLre3ck4LWeCwnfmd7PhKT { width:23.25rem;height:2.4375rem;top:48.3125rem;left:24.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4gwSESlrqdoMHi2IWLME0tuKSTURWgA { width:12.3125rem;height:1.4375rem;top:44.125rem;left:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pq4LsD7aHubotZowOhUfby0xSpbA3ucD { width:14.9375rem;height:1.4375rem;top:57.4375rem;left:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPUZ7cJ7yNexc3Pf9MGZtFkEpmwBRwFC { width:25.25rem;height:5.6875rem;top:59.5rem;left:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9ZZ5QgCRlx28nTHfuaUpuZRxBMmllyt { width:24.0625rem;height:2.4375rem;top:61.0625rem;left:23.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTB5gzqSgllN8cdeJi06h5ySN638OyVP { width:25.25rem;height:5.6875rem;top:46.75rem;left:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHrLHwg1A4LyWarDzS6iPmsWP9D0iA78 { width:25.25rem;height:5.6875rem;top:33.625rem;left:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbXUQqs1iLiLTJoqXJTRUvGX1NHAdk5k { width:25.25rem;height:5.6875rem;top:20.6875rem;left:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F02KseuOr52to8taN5EgPrvb2U9L6Xnh { width:25.25rem;height:5.6875rem;top:8.9375rem;left:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTn5orgQaFVh3PiWLOV5chmZzX9FRuFI { width:1.875rem;height:1.875rem;top:12.875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVECgRLvU8lD2XMLOmlL1tfA9KkAU8RW { width:0.125rem;height:80.0625rem;top:0rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l00NJhR1fCM5neLOA1FuerpOsSmdgxZZ { display:none; }#l00NJhR1fCM5neLOA1FuerpOsSmdgxZZ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uVdl95Crgt61Htx1A3JK51JgUMqhNB11 { width:27.4375rem;height:5.6875rem;top:25.875rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAftdbNovqhh441UA1H4GenbGSMiVKpV { width:12.3125rem;height:1.4375rem;top:23.3125rem;left:17.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mygWT8xnn7VQuy2gwnKd2AfReqGbwwzP { width:25.75rem;height:3.875rem;top:26.75rem;left:11rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBIy4c0yiEwIhNWuSaroM5P2dRMavRNm { width:12.3125rem;height:1.4375rem;top:34.5rem;left:17.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6uicthNZJiE1bvEi6ckgsatkq6fOnep { width:27.4375rem;height:5.6875rem;top:36.9375rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVUZlszzAAc9qJB2eCP1xcfUAi21rll1 { width:25.75rem;height:3.875rem;top:37.8125rem;left:11rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqbk6T7yDkszHd8vPB5LcmwfWyKGLEXR { width:12.3125rem;height:1.4375rem;top:45.125rem;left:17.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xge4ZWVhJAbKSzAtiTps72H0Gyx30bCn { width:27.4375rem;height:5.6875rem;top:47.4375rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKCrBJZVZz1Ln3OxivHJ5NRtMXTS45Hy { width:25.75rem;height:3.875rem;top:48.3125rem;left:11rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyFFd6qOgRnMDNo2EcupbRpHmKCd9JIg { width:12.3125rem;height:1.4375rem;top:55.5rem;left:17.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqNJvQWqR4T7kkQNOMJsTZBrvkgMlPTP { width:27.4375rem;height:5.6875rem;top:58.125rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3AMC5oTrlrcyVRBrwSCXOyFcUkUJo2z { width:25.75rem;height:2.5625rem;top:59.6875rem;left:11rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlVPVogVN302rgUtZmeRG0A9vBJUENHR { width:13.8125rem;height:1.4375rem;top:66.5rem;left:16.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1AayVZATFo9SccufWImBSUvEJbOrMe5 { width:27.4375rem;height:5.6875rem;top:68.8125rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJhHDo6JTlGzwbPQiR2bzmoJCmqbZgwZ { width:25.75rem;height:2.5625rem;top:70.375rem;left:11rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndoBi82Zb4cHe64CwpinTOtlwFtaCNoF { width:13.8125rem;height:1.4375rem;top:77.75rem;left:16.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOBfJF6oIU88Q8VnDt7Ek1HE4NwFDAD6 { width:27.4375rem;height:5.6875rem;top:80.125rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcNTmULk3cMT2wlR05Jpeu6VwmT4rK9z { width:25.75rem;height:2.5625rem;top:81.6875rem;left:11rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1RCICdUkvPUcZft9q9aCmRbFBlsixFi { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZuSuTTl8JIKJWWyr0rRyctnccOMFFp10 { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AxIEITDUozop4Rmxe5t867iDMO0co5nS { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QmwEqbJOpNpT52n1CTEnQbe3zkJSqkTo { width:12.3125rem;height:1.4375rem;top:23.3125rem;left:17.6875rem;font-size:1.125rem;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:1.125rem;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:29.0625rem;width:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qJ4t3JegTEpUxeOAhOkURdGzTrivCHGP { width:20rem;height:0;top:11.5rem;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.93675rem;height:4.05029375rem;top:3.7493896484375rem;left:0.531005859375rem;text-align:center;text-align-last:center;font-size:1.6875rem;z-index:15000;font-family:imessage;display:block; }
 }@media only screen and (max-width: 763px) { #StNmTDmJ2BNam5hdElR5DsRXcEUFk9uZ { width:11.437375rem;height:2.6245125rem;top:18.375rem;left:4.3125rem;font-family:imessage;font-size:1.125rem;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) { #EWzchScCHEU5iPTxpZ4dFdqR5TiSwuzm { width:20rem;height:1.275025rem;top:8.4735107421875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvwQ9h250ooW2R5rZHKKHCyC24UDpwpH { width:14.186375rem;height:0.97473125rem;top:21.0625rem;left:2.9375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fiiQfJtd4dvri5IwKTdknwWgQ8mogrha { width:17.249125rem;height:4.87305rem;top:11.6650390625rem;left:1.3751220703125rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #zpuUdaBwA4WVpcbruSI4tlp2WUaMD2Ck { display:block; }#zpuUdaBwA4WVpcbruSI4tlp2WUaMD2Ck > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CDBlHTIxwd5qOtpQutxTvWtaLTSXPssc { width:16.93725rem;height:2.598875rem;top:1.312255859375rem;left:1.5301513671875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yewo6kOS4ohVdKdxMPnkF4an7HmzIdUn { width:9.375rem;height:2.56225625rem;top:4.50927734375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dst5ffT3oaVQ9z2axTDTQ4R9p6POo0sX { display:block; }
 }@media only screen and (max-width: 763px) { #B23yuEr5C5eoNNSZomXRp7smvcW2rBE5 { display:block; }#B23yuEr5C5eoNNSZomXRp7smvcW2rBE5 > .row .container { width:20rem;height:86.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eDEstvqHXX0L55h5lUSCehUcPyQlFFTm { width:20rem;height:3.1494125rem;top:4.1241455078125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7xzh87KFapG1SaT2ctyHBE2VcTAKELP { width:15.249625rem;height:14.249875rem;top:9.8992919921875rem;left:2.3736572265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXA1WxXBgqGbLyNTa45e94aFAiR77UBK { width:15.25rem;height:14.125rem;top:26.604614257812rem;left:2.3736572265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWn6JVuI4mgppCM8IIPQMICnbVmDtZD8 { width:15.25rem;height:14.25rem;top:43.514526367188rem;left:2.3736572265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIFVzRRffLAQIkNBxuDTrlidl4pUaT8x { width:19.187rem;height:15.7470625rem;top:62.024536132812rem;left:0.4052734375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vex07ecgdGqvixK8bAQNHrTZG5FVlHQR { display:block; }#Vex07ecgdGqvixK8bAQNHrTZG5FVlHQR > .row .container { width:20rem;height:54.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gi7oCLSEbdu5TZJG1cMrKagT08UfIrE1 { width:19.12475rem;height:4.4989rem;top:2.711181640625rem;left:0.4364013671875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmW2uKut59TcJRGiIDX9UXE7iDF3UqcN { width:20rem;height:0;top:15.999755859375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZaicTcSExabsIU6UD2bdgTswD5gzDPOK { width:20rem;height:18.2574375rem;top:25.308227539062rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cMD7BSpthGDp0cmAQVEVunHqoWtEOemZ { width:7.5rem;height:2.0996125rem;top:8.125rem;left:7.4375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtXM2pIPAvpcTO35tCRR4BFyTGSkOvaD { width:1.875rem;height:1.875rem;top:8.125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNd3892QkN17fc09O6ImgKAaomRdL8WO { width:20rem;height:10.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZ8fGyPcsf5IkM3azsulye3x67b84xkH { width:20rem;height:4.0484625rem;top:16.061401367188rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #hKNQN8tysL92JaZ5IAoHVfDL8HQ1UdPA { width:19.9375rem;height:24.9375rem;top:21.8701171875rem;left:0rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Ld2uuxSyEerKxvmkreDavgJTPyrRspTM { display:block; }#Ld2uuxSyEerKxvmkreDavgJTPyrRspTM > .row .container { width:20rem;height:83.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aQ6rzdOnyi4wwDXO19I3Ir47G0qWuig4 { width:20rem;height:1.799925rem;top:2.2491455078125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTBTICUnIRkkI2B99T61rsTeMwKqHyBW { width:17.937rem;height:22.6245rem;top:5.86181640625rem;left:1.0302734375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #cvzNDyEWQTJJA6pwkk9t2cfCpWgbTymq { width:17.9375rem;height:18.25rem;top:59.675415039062rem;left:1.0302734375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nhlnA1bQ5K6ZPK7nAT8VJhRz7oxZTUC7 { width:17.9375rem;height:22.75rem;top:32.488403320312rem;left:1.0302734375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RbTJIVf2X4gRSo9sPJCLXumG6oTbJouQ { width:11.812125rem;height:2.74963125rem;top:51.471557617188rem;left:4.0936279296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhe9SCoDM8S0MxMkM1AbRbyUVzKghGrs { display:block; }
 }@media only screen and (max-width: 763px) { #EFXCXQ3zVZdihJNWiDRC43QUH6JxGHGw { width:13.937375rem;height:3.312375rem;top:24.113159179688rem;left:3.02978515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPqtQ7WRtHlbuIfvN9rxGAdv8FUxoW8n { display:block; }
 }@media only screen and (max-width: 763px) { #IaSuXS11T42sGIr8Bs7GCXhciX8C0yp1 { width:11.8125rem;height:2.75rem;top:73.950927734375rem;left:4.0924072265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmVyyDw65sbJB7QCI3CPM4uzVrleHWgl { display:block; }
 }@media only screen and (max-width: 763px) { #XdTFHBemEXIsd3gnWF81DaAwRpthiep7 { width:20rem;height:6.4285414163144rem;top:75.549915039062rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #fIRgOU1ulz6vCkhDBd1tKZ1y4H2r2w7T { width:20rem;height:6.4915966386555rem;top:83.228165039063rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #GhKUkT0F1rVc4l0b8VXutrMT5wf2EBc0 { width:20rem;height:6.4915966386555rem;top:57.75rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #ViMt5bI0TVGrrKAyA6iLtJpVAwWdWaso { display:block; }#ViMt5bI0TVGrrKAyA6iLtJpVAwWdWaso > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TMRZUQ9qJCKh2frZW6vGKnrbAIGQTTX8 { width:20rem;height:4.4989rem;top:2.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBnK0o9PeAE7BeEgMEtSVbTrCiyWI7oR { width:20rem;height:0;top:12.099625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOLmr7rWEzr9FdqlzQreOH48XqhNLpgx { width:17.5rem;height:3.4375rem;top:10.75rem;left:1.25rem;background-color:#007bff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Ra7NTiEsCXcP3QDiTR5XiUapZy2SyT1w { display:block; }
 }@media only screen and (max-width: 763px) { #mfQPBxmdRevtyWJoCIaF5NNyyZ6Z9t5q { width:20rem;height:1.124875rem;top:8.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOKgRQuGF9AdV0gyofE43NNfG7uLzqir { display:none; }#UOKgRQuGF9AdV0gyofE43NNfG7uLzqir > .row .container { width:20rem;height:121.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uGc4TJxJzkE7NuSfPNAOvISHQEWw9t5O { width:20rem;height:0;top:5.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #TQ8g9IDwZrRSS57G11RJnXf1CVHPJowH { width:10.4375rem;height:0;top:13rem;left:4.75rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #XRxVo6p5cTHoEb3cOuSgMSJJbJODHo0r { width:12.3125rem;height:1.4624rem;top:83.25rem;left:0.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jt0ZJNND0md2XNy0GGmgXp8U5lLKrFuL { width:20rem;height:5.19921875rem;top:86.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EveLo8Tp5c2m3mVtaOzALacIOrGJkpIq { width:12.3125rem;height:1.4624rem;top:90.823975rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1pRUwMTxemD218kCLLwZpJxp6qBK0te { width:20rem;height:5.19921875rem;top:93.886475rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wOI8Mb7cgxgpcl5sNBFq4KQ1x92wwuwJ { width:12.3125rem;height:1.4624rem;top:97.83545rem;left:0.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyTBnOF91pRwMhNkFhBxealt2MwHK5e5 { width:20rem;height:5.19921875rem;top:101.21045rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gNEnwRLOktaLre3ck4LWeCwnfmd7PhKT { width:20rem;height:3.8994125rem;top:109.221925rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4gwSESlrqdoMHi2IWLME0tuKSTURWgA { width:12.3125rem;height:1.4624rem;top:105.034425rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pq4LsD7aHubotZowOhUfby0xSpbA3ucD { width:13.8125rem;height:1.4624rem;top:112.534425rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPUZ7cJ7yNexc3Pf9MGZtFkEpmwBRwFC { width:20rem;height:5.6875rem;top:114.596925rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9ZZ5QgCRlx28nTHfuaUpuZRxBMmllyt { width:20rem;height:3.8994125rem;top:116.159425rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTB5gzqSgllN8cdeJi06h5ySN638OyVP { width:20rem;height:5.6875rem;top:107.659425rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHrLHwg1A4LyWarDzS6iPmsWP9D0iA78 { width:20rem;height:5.6875rem;top:100.33545rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbXUQqs1iLiLTJoqXJTRUvGX1NHAdk5k { width:20rem;height:5.6875rem;top:93.011475rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F02KseuOr52to8taN5EgPrvb2U9L6Xnh { width:20rem;height:5.6875rem;top:85.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTn5orgQaFVh3PiWLOV5chmZzX9FRuFI { display:flex;width:1.875rem;height:1.875rem;top:1.25rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #AVECgRLvU8lD2XMLOmlL1tfA9KkAU8RW { width:0.125rem;height:80.0625rem;top:4.375rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l00NJhR1fCM5neLOA1FuerpOsSmdgxZZ { display:none; }#l00NJhR1fCM5neLOA1FuerpOsSmdgxZZ > .row .container { width:20rem;height:51.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uVdl95Crgt61Htx1A3JK51JgUMqhNB11 { width:20rem;height:7rem;top:7.14905rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAftdbNovqhh441UA1H4GenbGSMiVKpV { width:12.875rem;height:1.4624rem;top:4.58655rem;left:7.125rem;font-size:1.125rem;font-family:montserrat;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mygWT8xnn7VQuy2gwnKd2AfReqGbwwzP { width:19.3125rem;height:5.19921875rem;top:8.02405rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #PBIy4c0yiEwIhNWuSaroM5P2dRMavRNm { width:12.3125rem;height:1.4624rem;top:12.96155rem;left:7.5rem;font-size:1.125rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #H6uicthNZJiE1bvEi6ckgsatkq6fOnep { width:20rem;height:7.0625rem;top:15.39905rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVUZlszzAAc9qJB2eCP1xcfUAi21rll1 { width:20rem;height:5.19921875rem;top:16.27405rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #wqbk6T7yDkszHd8vPB5LcmwfWyKGLEXR { width:12.3125rem;height:1.4624rem;top:21.39905rem;left:7.5rem;font-size:1.125rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #Xge4ZWVhJAbKSzAtiTps72H0Gyx30bCn { width:20rem;height:6.375rem;top:23.71155rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKCrBJZVZz1Ln3OxivHJ5NRtMXTS45Hy { width:18.125rem;height:5.19921875rem;top:24.58655rem;left:0.8125rem;font-size:1rem;text-align:center;text-align-last:center;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #pyFFd6qOgRnMDNo2EcupbRpHmKCd9JIg { width:12.3125rem;height:1.4624rem;top:28.71155rem;left:7.5rem;font-size:1.125rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #kqNJvQWqR4T7kkQNOMJsTZBrvkgMlPTP { width:20rem;height:5.6875rem;top:31.33655rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3AMC5oTrlrcyVRBrwSCXOyFcUkUJo2z { width:18.6875rem;height:3.8994125rem;top:32.89905rem;left:0.8125rem;font-size:1rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #xlVPVogVN302rgUtZmeRG0A9vBJUENHR { width:14.5625rem;height:1.4624rem;top:35.96155rem;left:5.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #n1AayVZATFo9SccufWImBSUvEJbOrMe5 { width:20rem;height:5.6875rem;top:38.27405rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJhHDo6JTlGzwbPQiR2bzmoJCmqbZgwZ { width:19rem;height:3.8994125rem;top:39.83655rem;left:0.8125rem;font-size:1rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #ndoBi82Zb4cHe64CwpinTOtlwFtaCNoF { width:13.8125rem;height:1.4624rem;top:42.83655rem;left:6.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #LOBfJF6oIU88Q8VnDt7Ek1HE4NwFDAD6 { width:20rem;height:5.6875rem;top:45.21155rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcNTmULk3cMT2wlR05Jpeu6VwmT4rK9z { width:18.375rem;height:3.89941875rem;top:46.77405rem;left:0.8125rem;font-size:1rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #f1RCICdUkvPUcZft9q9aCmRbFBlsixFi { width:20rem;height:0;top:6rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZuSuTTl8JIKJWWyr0rRyctnccOMFFp10 { width:10.4375rem;height:0;top:13.1875rem;left:4.75rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #AxIEITDUozop4Rmxe5t867iDMO0co5nS { width:20rem;height:4.6494125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;z-index:15001;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #QmwEqbJOpNpT52n1CTEnQbe3zkJSqkTo { width:12.3125rem;height:1.4624rem;top:4.58655rem;left:7.5rem;font-size:1.125rem;z-index:15003;font-family:montserrat;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.6494125rem;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; }
 }