.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:transparent;background-image:url("https://images.assets-landingi.com/uc/edaab09d-cdae-438d-a16f-ae74c45a1c68/Header_Desktop_2526_03.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Do8BOTrKWe9upN3SsaevFNpZ99iagbcK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Do8BOTrKWe9upN3SsaevFNpZ99iagbcK > .row .container { background-color: transparent; background-image: none; }#Do8BOTrKWe9upN3SsaevFNpZ99iagbcK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Do8BOTrKWe9upN3SsaevFNpZ99iagbcK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Do8BOTrKWe9upN3SsaevFNpZ99iagbcK > .row .container > .video-iframe-container { display: none; }#Do8BOTrKWe9upN3SsaevFNpZ99iagbcK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Do8BOTrKWe9upN3SsaevFNpZ99iagbcK > .row > .video-iframe-container { display: none; }#Do8BOTrKWe9upN3SsaevFNpZ99iagbcK > .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); }#Do8BOTrKWe9upN3SsaevFNpZ99iagbcK > .row .container { border-width: 0; border-radius: 0; }#Do8BOTrKWe9upN3SsaevFNpZ99iagbcK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Do8BOTrKWe9upN3SsaevFNpZ99iagbcK > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:block; }#v9p542TlZM0F1bxGc0QB6K0rh3dIXzIb { color:#000000;display:block;width:75rem;position:absolute;font-family:"1893 2526";font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1;letter-spacing:0;top:0.375rem;left:0rem;height:2.5rem;text-align:center;text-align-last:center;display:block; }
#PQErw3bN844eDuq7S8i3ceS65QMfETeI { position:relative;display:block; }#PQErw3bN844eDuq7S8i3ceS65QMfETeI { background-color: transparent; background-image: none; }#PQErw3bN844eDuq7S8i3ceS65QMfETeI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQErw3bN844eDuq7S8i3ceS65QMfETeI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQErw3bN844eDuq7S8i3ceS65QMfETeI > .row .container > .video-iframe-container { display: none; }#PQErw3bN844eDuq7S8i3ceS65QMfETeI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQErw3bN844eDuq7S8i3ceS65QMfETeI > .row > .video-iframe-container { display: none; }#PQErw3bN844eDuq7S8i3ceS65QMfETeI > .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); }#PQErw3bN844eDuq7S8i3ceS65QMfETeI { border-width: 0; border-radius: 0; }#PQErw3bN844eDuq7S8i3ceS65QMfETeI > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#PQErw3bN844eDuq7S8i3ceS65QMfETeI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:49rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NTRsqsPXcRJ7zpHSiw5XQIDL4WC8r33F { 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:17rem;width:34rem;top:4.0625rem;left:18.6875rem;overflow:hidden;display:block; }
#Pz31JsTtvyDUwKiRq3tI0TkCxHTbhsik { 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:12.375rem;width:9.1875rem;top:22.625rem;left:32.375rem;overflow:hidden;display:block; }
#M0L0vyPcarva5MQmEIoU1NnCWrx7mWiv { color:#ffffff;display:block;width:61.5rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:2.875rem;font-weight:normal;z-index:15009;line-height:1.2;letter-spacing:0;text-shadow:0.3125rem 0.3125rem 0.5rem rgba(0,0,0,0.5);top:36.6875rem;left:6.75rem;height:6.875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#t9rRt2eyLu7rhqAyIyHeSaI1cvVZWKH6 { 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; }#t9rRt2eyLu7rhqAyIyHeSaI1cvVZWKH6 > .row .container { background-color: transparent; background-image: none; }#t9rRt2eyLu7rhqAyIyHeSaI1cvVZWKH6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t9rRt2eyLu7rhqAyIyHeSaI1cvVZWKH6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t9rRt2eyLu7rhqAyIyHeSaI1cvVZWKH6 > .row .container > .video-iframe-container { display: none; }#t9rRt2eyLu7rhqAyIyHeSaI1cvVZWKH6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t9rRt2eyLu7rhqAyIyHeSaI1cvVZWKH6 > .row > .video-iframe-container { display: none; }#t9rRt2eyLu7rhqAyIyHeSaI1cvVZWKH6 > .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); }#t9rRt2eyLu7rhqAyIyHeSaI1cvVZWKH6 > .row .container { border-width: 0; border-radius: 0; }#t9rRt2eyLu7rhqAyIyHeSaI1cvVZWKH6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t9rRt2eyLu7rhqAyIyHeSaI1cvVZWKH6 > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:75rem;position:relative;display:block; }#xUcDADbwkDrpBOkeGChnAGEM8MlaPD6f { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;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:"fcb neue haas text";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5625rem;height:3.4375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:2.3125rem;left:56.8125rem;display:none; }
#ZhZ6KmOnAsOTg1tXL8DXZ7e7qmWirTJa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ufqPqJaKfgaKloc2ReORgyZfPO8NL87F { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;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:"fcb neue haas text";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.3125rem;height:3.4375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:2.3125rem;left:24.75rem;display:block; }
#i3EbW6itC9oS97hgAEILA4xHhZno8QrD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M20AB9ACuNcGMcc7IlgCmzoxn8uzHaFa { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;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:"fcb neue haas text";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.3125rem;height:3.4375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:2.3125rem;left:41.9375rem;display:block; }
#AUl54KkKbNiz2mKE3pctdcvreO68TQWJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lgP7IDT3fL9ELRXM1TAeOAhRyLBKqDnX { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;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:"fcb neue haas text";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.375rem;height:3.4375rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:2.3125rem;left:32.8125rem;display:block; }
#Xrfa36fqyAmSlcAc5sia8M1SUvOQxTFR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qbDJdW2A7lPwDg4LV4yS9qTMGq0VE7JB { 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; }#qbDJdW2A7lPwDg4LV4yS9qTMGq0VE7JB > .row .container { background-color: transparent; background-image: none; }#qbDJdW2A7lPwDg4LV4yS9qTMGq0VE7JB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbDJdW2A7lPwDg4LV4yS9qTMGq0VE7JB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbDJdW2A7lPwDg4LV4yS9qTMGq0VE7JB > .row .container > .video-iframe-container { display: none; }#qbDJdW2A7lPwDg4LV4yS9qTMGq0VE7JB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbDJdW2A7lPwDg4LV4yS9qTMGq0VE7JB > .row > .video-iframe-container { display: none; }#qbDJdW2A7lPwDg4LV4yS9qTMGq0VE7JB > .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); }#qbDJdW2A7lPwDg4LV4yS9qTMGq0VE7JB > .row .container { border-width: 0; border-radius: 0; }#qbDJdW2A7lPwDg4LV4yS9qTMGq0VE7JB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qbDJdW2A7lPwDg4LV4yS9qTMGq0VE7JB > .row .container { font-size:0.875rem;font-family:arial;height:88rem;width:75rem;position:relative;display:block; }#ZrFTLvAFM0lM1vud6HX5HAftJMU4D2qF { color:#ff0000;display:block;width:75rem;position:absolute;font-family:"1893 2526";font-size:7.5rem;font-weight:400;z-index:15009;line-height:.8;letter-spacing:0;top:4.5556640625rem;left:0rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x0Esuilu7ynHSfnhUG82TOIRyoXpNK8v { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:53.875rem;width:38.75rem;top:18.8125rem;left:17.375rem;overflow:hidden;display:block; }
#AqZdNb24Aa0sNidIalxenldERSOFK0qT { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;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:"fcb neue haas text";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:3.4375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:77.5556640625rem;left:33.75rem;display:block; }
#k9e73iCfuoOXCzNPvpwX6yaQoPXiTwB4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ItqkWyLrOWTbOSkL2rdMA4WLOoh1Bn1e { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:4.625rem;top:12.5rem;left:35.1875rem;overflow:hidden;display:block; }
#mn2Mk85lcZ9rpJMKJkycF39d2WR6PSGE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff0043;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; }#mn2Mk85lcZ9rpJMKJkycF39d2WR6PSGE > .row .container { background-color: transparent; background-image: none; }#mn2Mk85lcZ9rpJMKJkycF39d2WR6PSGE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mn2Mk85lcZ9rpJMKJkycF39d2WR6PSGE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mn2Mk85lcZ9rpJMKJkycF39d2WR6PSGE > .row .container > .video-iframe-container { display: none; }#mn2Mk85lcZ9rpJMKJkycF39d2WR6PSGE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mn2Mk85lcZ9rpJMKJkycF39d2WR6PSGE > .row > .video-iframe-container { display: none; }#mn2Mk85lcZ9rpJMKJkycF39d2WR6PSGE > .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); }#mn2Mk85lcZ9rpJMKJkycF39d2WR6PSGE > .row .container { border-width: 0; border-radius: 0; }#mn2Mk85lcZ9rpJMKJkycF39d2WR6PSGE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mn2Mk85lcZ9rpJMKJkycF39d2WR6PSGE > .row .container { font-size:0.875rem;font-family:arial;height:51.375rem;width:75rem;position:relative;display:block; }#g5nFUm1JDsyva9ihd0SstKH0gdtTwzKT { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"1893 2526";font-size:7.5rem;font-weight:400;z-index:15009;line-height:.8;letter-spacing:0;top:2.25rem;left:0rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UiOA41PAAu1y1PBcXpt6ix3HLz4EKtt4 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;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:"fcb neue haas text";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:3.4375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:45.8681640625rem;left:33.75rem;display:block; }
#QPctr2HNfIbwdpGnixZWQmDfWEZrlQPQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hwlPbWE9emCdl3hAXdTEPmGcfCiMiWeP { color:#ffffff;display:block;width:24.5625rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.25rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:8.875rem;left:25.25rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#Cmkw4NtJtFWlfZ9VSxR4fD6W6elPkLTA { position:absolute;display:block;z-index:15029;height:21.75rem;width:38.75rem;top:13.1875rem;left:18.125rem;display:block; }
#xzabwXz86xfqkxn6xIfZfGkVC084fPJt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xzabwXz86xfqkxn6xIfZfGkVC084fPJt > .row .container { background-color: transparent; background-image: none; }#xzabwXz86xfqkxn6xIfZfGkVC084fPJt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xzabwXz86xfqkxn6xIfZfGkVC084fPJt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xzabwXz86xfqkxn6xIfZfGkVC084fPJt > .row .container > .video-iframe-container { display: none; }#xzabwXz86xfqkxn6xIfZfGkVC084fPJt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xzabwXz86xfqkxn6xIfZfGkVC084fPJt > .row > .video-iframe-container { display: none; }#xzabwXz86xfqkxn6xIfZfGkVC084fPJt > .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); }#xzabwXz86xfqkxn6xIfZfGkVC084fPJt > .row .container { border-width: 0; border-radius: 0; }#xzabwXz86xfqkxn6xIfZfGkVC084fPJt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xzabwXz86xfqkxn6xIfZfGkVC084fPJt > .row .container { font-size:0.875rem;font-family:arial;height:152.875rem;width:75rem;position:relative;display:block; }#LW0zyPaGQtiRfaiHsdtPBevaXe5fxNNn { color:#2849ff;display:block;width:75rem;position:absolute;font-family:"1893 2526";font-size:7.5rem;font-weight:400;z-index:15008;line-height:.8;letter-spacing:0;top:5.75rem;left:0rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gAwbW7HOJRG2H6rZFh0NMk1kszQCKTvy { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fcb neue haas text";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:3.4375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:143.75rem;left:34.375rem;display:block; }
#RopURlTBlaNTm0WZUUfZ45fgqqHXB9du { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sPiAxPcT0bmxc69HOFaJC4O6H7IZptZ3 { position:absolute;display:block;z-index:15074;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.75rem;top:22.6875rem;left:25.0625rem;overflow:hidden;display:block; }
#MFCNTcnsUyMl3sFkXBLqIfg3lo8g86aP { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.75rem;top:36.3125rem;left:48rem;overflow:hidden;display:block; }
#ut67FDNCv7fC9CTZFTIhKeW6UdcBb7Wt { color:#ff0000;display:block;width:45.625rem;position:absolute;font-family:"fcb neue haas text";font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:132.0625rem;left:14.6875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VZDywxAwF24dlg1fJF4Zyo9Z7MQzisp0 { background-color:#ff0000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;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:"fcb neue haas text";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8125rem;height:3.4375rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:136.0625rem;left:31.125rem;display:block; }
#wTid2bUZCZVkTar2gOXMwAuhAJA0KkCS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GFBDIbH1QJyTqTcitFWXCRN1Xk1gDM98 { color:#ff0000;display:block;width:37.4375rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.875rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:11.875rem;left:18.78125rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vkbb9LQceQTl2FoSSNzRbSoAD1Ps5lNB { color:#000000;display:block;width:24.9375rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.875rem;font-weight:700;z-index:15054;line-height:.9;letter-spacing:0;top:23.125rem;left:25.0625rem;height:5.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dkHZXzG3odNCW3rsACnTdt6THSCoDQh6 { color:#000000;display:block;width:37.0625rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.25rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:21.0625rem;left:19rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#GC29uxCLg98L8DN9aS5E7DQsT0TZZgDA { color:#ff0000;display:block;width:37.4375rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.25rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:19.375rem;left:18.8125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#XecZaBUtR1aoaipHdkbJgOxrtwP3zHoe { color:#000000;display:block;width:24.9375rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.875rem;font-weight:700;z-index:15057;line-height:.9;letter-spacing:0;top:37.4375rem;left:25.0625rem;height:5.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bs7rIgMMUnoAkS8uZoN9Zu640eE6rv1O { color:#000000;display:block;width:37.0625rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.25rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:35.1875rem;left:19rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#G2TAJJLNqtadUvuqOq0dvwCiPZ6OZtoI { color:#ff0000;display:block;width:37.4375rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.25rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:33.5625rem;left:18.8125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#vgtXEXWGg4SSOUJ0SZdHhEsx6Tr7c5sv { color:#000000;display:block;width:24.9375rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.875rem;font-weight:700;z-index:15060;line-height:.9;letter-spacing:0;top:51.6875rem;left:25.0625rem;height:5.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xzQricL3hT9iTIckx1CkHW0Was1Nf3Ah { color:#000000;display:block;width:37.0625rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.25rem;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:49.4375rem;left:19rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#QLxGl2qC6HN7OyUpKo7LLP1qrmQ5ikCG { color:#ff0000;display:block;width:37.4375rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.25rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:47.75rem;left:18.8125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#SeOAWNQowqQp4bUMvXAx1oS1KioscXA6 { color:#000000;display:block;width:24.9375rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.875rem;font-weight:700;z-index:15063;line-height:.9;letter-spacing:0;top:67.125rem;left:25.0625rem;height:5.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JANQu6L1KbrOJfOG7hwXhMp1CDulTh0t { color:#000000;display:block;width:37.0625rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.25rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:64.875rem;left:19rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#SPcohV8sxAenaZXNNPxuHe8KgGC1v4T3 { color:#ff0000;display:block;width:37.4375rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.25rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:63.1875rem;left:18.8125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#cTAvvK2tOtLRLiRlHTKPJ9UHw6nc6BJ1 { color:#000000;display:block;width:24.9375rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.875rem;font-weight:700;z-index:15066;line-height:.9;letter-spacing:0;top:84.0625rem;left:25.0625rem;height:5.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QP8LwzstksacTFBHm5i4maFVb29HHLi9 { color:#000000;display:block;width:37.0625rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.25rem;font-weight:normal;z-index:15067;line-height:1.3;letter-spacing:0;top:81.8125rem;left:19rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#lp8Ms1gSkFsNzbOlpVpM2F6QTNaPf9K9 { color:#ff0000;display:block;width:37.4375rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.25rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:80.125rem;left:18.8125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#TglQqGex6hsmQEr0HIMN5gF78RbOazkT { color:#000000;display:block;width:24.9375rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.875rem;font-weight:700;z-index:15069;line-height:.9;letter-spacing:0;top:100.25rem;left:25.0625rem;height:5.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SWie8eQ8twPI3sF8h6pf9CQAeQiRDk6k { color:#000000;display:block;width:37.0625rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.25rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:98rem;left:19rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#kLNUe4fqoavBSI6JhWDNiFeLkgG5GxDh { color:#ff0000;display:block;width:37.4375rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.25rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:96.3125rem;left:18.8125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#d73VnnwlS5lKrVWbO6ERy0TTyamwu88R { color:#000000;display:block;width:27.8125rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.875rem;font-weight:700;z-index:15072;line-height:.9;letter-spacing:0;top:118.6875rem;left:23.625rem;height:5.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MB9XZeBVDq2AdFe1BqWsDAZTUA8XUUgb { color:#000000;display:block;width:37.0625rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.25rem;font-weight:normal;z-index:15073;line-height:1.3;letter-spacing:0;top:116.5rem;left:19rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#RkPXxqr11t5p4dnT6CfLa05dTxnmm9HS { color:#ff0000;display:block;width:37.4375rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.25rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:114.3125rem;left:18.8125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#ynDIePsvOLBJSMIcNTQUXlwgWLrqb38t { position:relative;display:none; }#ynDIePsvOLBJSMIcNTQUXlwgWLrqb38t { border-width: 0; border-radius: 0; }#ynDIePsvOLBJSMIcNTQUXlwgWLrqb38t > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ynDIePsvOLBJSMIcNTQUXlwgWLrqb38t > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:14.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#AJDlUXF6FOitcfWp3TAKeddGW6FzU6aR { 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:13.25rem;width:10.5625rem;top:0.8125rem;left:0rem;overflow:hidden;display:block; }
#F6FPH4ArvWDRa3Qde4PFussMTkkTUbXW { position:relative;display:block; }#F6FPH4ArvWDRa3Qde4PFussMTkkTUbXW { background-color: transparent; background-image: none; }#F6FPH4ArvWDRa3Qde4PFussMTkkTUbXW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6FPH4ArvWDRa3Qde4PFussMTkkTUbXW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6FPH4ArvWDRa3Qde4PFussMTkkTUbXW > .row .container > .video-iframe-container { display: none; }#F6FPH4ArvWDRa3Qde4PFussMTkkTUbXW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6FPH4ArvWDRa3Qde4PFussMTkkTUbXW > .row > .video-iframe-container { display: none; }#F6FPH4ArvWDRa3Qde4PFussMTkkTUbXW > .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); }#F6FPH4ArvWDRa3Qde4PFussMTkkTUbXW { border-width: 0; border-radius: 0; }#F6FPH4ArvWDRa3Qde4PFussMTkkTUbXW > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F6FPH4ArvWDRa3Qde4PFussMTkkTUbXW > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:21.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#uuLOHqrpcBuquXS3Arv4yc7IHmCZrFt9 { 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:18.75rem;width:75rem;top:1.46875rem;left:0rem;overflow:hidden;display:block; }
#Wi57JkQG9W05X1unbLZl80h3kWfLxIiz { 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; }#Wi57JkQG9W05X1unbLZl80h3kWfLxIiz > .row .container { background-color: transparent; background-image: none; }#Wi57JkQG9W05X1unbLZl80h3kWfLxIiz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wi57JkQG9W05X1unbLZl80h3kWfLxIiz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wi57JkQG9W05X1unbLZl80h3kWfLxIiz > .row .container > .video-iframe-container { display: none; }#Wi57JkQG9W05X1unbLZl80h3kWfLxIiz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wi57JkQG9W05X1unbLZl80h3kWfLxIiz > .row > .video-iframe-container { display: none; }#Wi57JkQG9W05X1unbLZl80h3kWfLxIiz > .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); }#Wi57JkQG9W05X1unbLZl80h3kWfLxIiz > .row .container { border-width: 0; border-radius: 0; }#Wi57JkQG9W05X1unbLZl80h3kWfLxIiz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wi57JkQG9W05X1unbLZl80h3kWfLxIiz > .row .container { font-size:0.875rem;font-family:arial;height:11.625rem;width:75rem;position:relative;display:block; }#ht3O2Ee1dTsIzqiJz1xaUCF1BIgvIzqE { z-index:15007;top:7.875rem;left:30.625rem;background-color:transparent;background-image:none;border-top:0.125rem solid #ff0000;border-left:0.125rem solid #ff0000;border-right:0.125rem solid #ff0000;border-bottom:0.125rem solid #ff0000;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#ff0000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fcb neue haas text";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TZbn2fxfiwC8dEk7BzvhWU4WREmNaTrl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BxguOXgmSB2t9Qu65VbQCdplWCzNOyzN { z-index:15009;top:7.875rem;left:44.3125rem;background-color:transparent;background-image:none;border-top:0.125rem solid #ff0000;border-left:0.125rem solid #ff0000;border-right:0.125rem solid #ff0000;border-bottom:0.125rem solid #ff0000;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#ff0000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fcb neue haas text";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.6875rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TQlO4cL18gg3TT3EzDy0qrQZfEXEqnZk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J119KHB6oV0FwfD5BJH7gJeNCXNeWM1F { 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:9.375rem;width:7rem;display:none; }
#EfZZ5Nc4Fofyf6Q4d4ybgnGO1KRDpPsi { z-index:15009;top:7.875rem;left:19rem;background-color:transparent;background-image:none;border-top:0.125rem solid #ff0000;border-left:0.125rem solid #ff0000;border-right:0.125rem solid #ff0000;border-bottom:0.125rem solid #ff0000;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#ff0000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fcb neue haas text";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#XddRw5mqVF9Ve4RqE9LPJL4doxlLVpli { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cKNLto8scMAPRDedb5pVdfhOutmqVRpd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:1.75rem;left:30.28125rem; }
#cKNLto8scMAPRDedb5pVdfhOutmqVRpd > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#uliUQ8GSlI1cAEAz9Pm3Qc6Urzva1DOD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.6875rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:1.6875rem;left:17.5625rem; }
#uliUQ8GSlI1cAEAz9Pm3Qc6Urzva1DOD > img { max-width: 100%;max-height:100%; width:3.5625rem; height:3.6875rem; }#csruaWeInDA3zThzdTWstydkzxpnXdE2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:1.75rem;left:54.3125rem; }
#csruaWeInDA3zThzdTWstydkzxpnXdE2 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#w5b48bouTgvJGcSmLFF5s9xXIfFtWgpH { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.3125rem;top:1.6875rem;left:42.0625rem;overflow:hidden;display:block; }
#JKNGDPlem9GcSauzrVWwWLl0NHiWBOsV { 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; }#JKNGDPlem9GcSauzrVWwWLl0NHiWBOsV > .row .container { background-color: transparent; background-image: none; }#JKNGDPlem9GcSauzrVWwWLl0NHiWBOsV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JKNGDPlem9GcSauzrVWwWLl0NHiWBOsV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JKNGDPlem9GcSauzrVWwWLl0NHiWBOsV > .row .container > .video-iframe-container { display: none; }#JKNGDPlem9GcSauzrVWwWLl0NHiWBOsV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JKNGDPlem9GcSauzrVWwWLl0NHiWBOsV > .row > .video-iframe-container { display: none; }#JKNGDPlem9GcSauzrVWwWLl0NHiWBOsV > .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); }#JKNGDPlem9GcSauzrVWwWLl0NHiWBOsV > .row .container { border-width: 0; border-radius: 0; }#JKNGDPlem9GcSauzrVWwWLl0NHiWBOsV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JKNGDPlem9GcSauzrVWwWLl0NHiWBOsV > .row .container { font-size:0.875rem;font-family:arial;height:10.125rem;width:75rem;position:relative;display:block; }#vTA9ETGoiw06rpBHCXQEIAJkJqKwyEed { 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:2.5rem;width:17.1875rem;top:3.8125rem;left:21.1875rem;overflow:hidden;display:block; }
#pbUuvCbm0ODK9Oaf8c6pv19xTanwM8Mr { 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:6.875rem;width:12.125rem;top:1.625rem;left:42.875rem;overflow:hidden;display:block; }
#qN0OkLrR4lXU3fQbOhSzGB6XwKk4KBxU { 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; }#qN0OkLrR4lXU3fQbOhSzGB6XwKk4KBxU > .row .container { background-color: transparent; background-image: none; }#qN0OkLrR4lXU3fQbOhSzGB6XwKk4KBxU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qN0OkLrR4lXU3fQbOhSzGB6XwKk4KBxU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qN0OkLrR4lXU3fQbOhSzGB6XwKk4KBxU > .row .container > .video-iframe-container { display: none; }#qN0OkLrR4lXU3fQbOhSzGB6XwKk4KBxU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qN0OkLrR4lXU3fQbOhSzGB6XwKk4KBxU > .row > .video-iframe-container { display: none; }#qN0OkLrR4lXU3fQbOhSzGB6XwKk4KBxU > .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); }#qN0OkLrR4lXU3fQbOhSzGB6XwKk4KBxU > .row .container { border-width: 0; border-radius: 0; }#qN0OkLrR4lXU3fQbOhSzGB6XwKk4KBxU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qN0OkLrR4lXU3fQbOhSzGB6XwKk4KBxU > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#QoiW7gykxlOPkFabyPc0mHrEtTv78JTN { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"fcb neue haas text";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.9375rem;left:0rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#LP5szC1k2feEbPvVyLLQw0BT5K1AsFgE { color:#ffffff;display:block;width:11.9375rem;position:absolute;font-family:"fcb neue haas text";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.9375rem;left:22.125rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#G2aerkhlb6BHiP2uWLXoRlRJAfPowvgu { color:#ffffff;display:block;width:11.9375rem;position:absolute;font-family:"fcb neue haas text";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.9375rem;left:40.875rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#epx3TQCuAKBZ3va224NR3n0yo6VOqmhm { color:#ffffff;display:block;width:11.9375rem;position:absolute;font-family:"fcb neue haas text";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.9375rem;left:59.625rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Do8BOTrKWe9upN3SsaevFNpZ99iagbcK { display:block; }#Do8BOTrKWe9upN3SsaevFNpZ99iagbcK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v9p542TlZM0F1bxGc0QB6K0rh3dIXzIb { top:0.375rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQErw3bN844eDuq7S8i3ceS65QMfETeI { display:block; }#PQErw3bN844eDuq7S8i3ceS65QMfETeI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTRsqsPXcRJ7zpHSiw5XQIDL4WC8r33F { top:4.0625rem;left:5.0625rem;width:34rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pz31JsTtvyDUwKiRq3tI0TkCxHTbhsik { top:22.625rem;left:18.75rem;width:9.1875rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0L0vyPcarva5MQmEIoU1NnCWrx7mWiv { top:36.6875rem;left:0rem;width:47.75rem;height:6.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9rRt2eyLu7rhqAyIyHeSaI1cvVZWKH6 { display:block; }#t9rRt2eyLu7rhqAyIyHeSaI1cvVZWKH6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xUcDADbwkDrpBOkeGChnAGEM8MlaPD6f { width:6.5625rem;height:3.4375rem;top:2.3125rem;left:41.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhZ6KmOnAsOTg1tXL8DXZ7e7qmWirTJa { display:block; }
 }@media only screen and (max-width: 763px) { #ufqPqJaKfgaKloc2ReORgyZfPO8NL87F { width:5.3125rem;height:3.4375rem;top:2.3125rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3EbW6itC9oS97hgAEILA4xHhZno8QrD { display:block; }
 }@media only screen and (max-width: 763px) { #M20AB9ACuNcGMcc7IlgCmzoxn8uzHaFa { width:8.3125rem;height:3.4375rem;top:2.3125rem;left:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUl54KkKbNiz2mKE3pctdcvreO68TQWJ { display:block; }
 }@media only screen and (max-width: 763px) { #lgP7IDT3fL9ELRXM1TAeOAhRyLBKqDnX { width:6.375rem;height:3.4375rem;top:2.3125rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xrfa36fqyAmSlcAc5sia8M1SUvOQxTFR { display:block; }
 }@media only screen and (max-width: 763px) { #qbDJdW2A7lPwDg4LV4yS9qTMGq0VE7JB { display:block; }#qbDJdW2A7lPwDg4LV4yS9qTMGq0VE7JB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZrFTLvAFM0lM1vud6HX5HAftJMU4D2qF { top:4.5rem;left:0rem;width:47.75rem;height:6rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0Esuilu7ynHSfnhUG82TOIRyoXpNK8v { top:18.8125rem;left:0rem;width:38.75rem;height:53.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqZdNb24Aa0sNidIalxenldERSOFK0qT { width:7.5rem;height:3.4375rem;top:77.5rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9e73iCfuoOXCzNPvpwX6yaQoPXiTwB4 { display:block; }
 }@media only screen and (max-width: 763px) { #ItqkWyLrOWTbOSkL2rdMA4WLOoh1Bn1e { top:12.5rem;left:19.25rem;width:4.625rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mn2Mk85lcZ9rpJMKJkycF39d2WR6PSGE { display:block; }#mn2Mk85lcZ9rpJMKJkycF39d2WR6PSGE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g5nFUm1JDsyva9ihd0SstKH0gdtTwzKT { top:2.25rem;left:0rem;width:47.75rem;height:6rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiOA41PAAu1y1PBcXpt6ix3HLz4EKtt4 { width:7.5rem;height:3.4375rem;top:45.8125rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPctr2HNfIbwdpGnixZWQmDfWEZrlQPQ { display:block; }
 }@media only screen and (max-width: 763px) { #hwlPbWE9emCdl3hAXdTEPmGcfCiMiWeP { top:8.875rem;left:0rem;width:24.5625rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cmkw4NtJtFWlfZ9VSxR4fD6W6elPkLTA { top:13.1875rem;left:0rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzabwXz86xfqkxn6xIfZfGkVC084fPJt { display:block; }#xzabwXz86xfqkxn6xIfZfGkVC084fPJt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LW0zyPaGQtiRfaiHsdtPBevaXe5fxNNn { top:5.75rem;left:0rem;width:47.75rem;height:6rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAwbW7HOJRG2H6rZFh0NMk1kszQCKTvy { width:6.25rem;height:3.4375rem;top:143.75rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RopURlTBlaNTm0WZUUfZ45fgqqHXB9du { display:block; }
 }@media only screen and (max-width: 763px) { #sPiAxPcT0bmxc69HOFaJC4O6H7IZptZ3 { top:22.6875rem;left:11.4375rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFCNTcnsUyMl3sFkXBLqIfg3lo8g86aP { top:36.3125rem;left:34.375rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ut67FDNCv7fC9CTZFTIhKeW6UdcBb7Wt { top:132.0625rem;left:1.0625rem;width:45.625rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZDywxAwF24dlg1fJF4Zyo9Z7MQzisp0 { width:12.8125rem;height:3.4375rem;top:136.0625rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTid2bUZCZVkTar2gOXMwAuhAJA0KkCS { display:block; }
 }@media only screen and (max-width: 763px) { #GFBDIbH1QJyTqTcitFWXCRN1Xk1gDM98 { top:11.875rem;left:5.15625rem;width:37.4375rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkbb9LQceQTl2FoSSNzRbSoAD1Ps5lNB { top:23.125rem;left:11.4375rem;width:24.9375rem;height:5.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkHZXzG3odNCW3rsACnTdt6THSCoDQh6 { top:21.0625rem;left:5.375rem;width:37.0625rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GC29uxCLg98L8DN9aS5E7DQsT0TZZgDA { top:19.375rem;left:5.1875rem;width:37.4375rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XecZaBUtR1aoaipHdkbJgOxrtwP3zHoe { top:37.4375rem;left:11.4375rem;width:24.9375rem;height:5.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bs7rIgMMUnoAkS8uZoN9Zu640eE6rv1O { top:35.1875rem;left:5.375rem;width:37.0625rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2TAJJLNqtadUvuqOq0dvwCiPZ6OZtoI { top:33.5625rem;left:5.1875rem;width:37.4375rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgtXEXWGg4SSOUJ0SZdHhEsx6Tr7c5sv { top:51.6875rem;left:11.4375rem;width:24.9375rem;height:5.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzQricL3hT9iTIckx1CkHW0Was1Nf3Ah { top:49.4375rem;left:5.375rem;width:37.0625rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLxGl2qC6HN7OyUpKo7LLP1qrmQ5ikCG { top:47.75rem;left:5.1875rem;width:37.4375rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeOAWNQowqQp4bUMvXAx1oS1KioscXA6 { top:67.125rem;left:11.4375rem;width:24.9375rem;height:5.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JANQu6L1KbrOJfOG7hwXhMp1CDulTh0t { top:64.875rem;left:5.375rem;width:37.0625rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPcohV8sxAenaZXNNPxuHe8KgGC1v4T3 { top:63.1875rem;left:5.1875rem;width:37.4375rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTAvvK2tOtLRLiRlHTKPJ9UHw6nc6BJ1 { top:84.0625rem;left:11.4375rem;width:24.9375rem;height:5.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QP8LwzstksacTFBHm5i4maFVb29HHLi9 { top:81.8125rem;left:5.375rem;width:37.0625rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lp8Ms1gSkFsNzbOlpVpM2F6QTNaPf9K9 { top:80.125rem;left:5.1875rem;width:37.4375rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TglQqGex6hsmQEr0HIMN5gF78RbOazkT { top:100.25rem;left:11.4375rem;width:24.9375rem;height:5.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWie8eQ8twPI3sF8h6pf9CQAeQiRDk6k { top:98rem;left:5.375rem;width:37.0625rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLNUe4fqoavBSI6JhWDNiFeLkgG5GxDh { top:96.3125rem;left:5.1875rem;width:37.4375rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d73VnnwlS5lKrVWbO6ERy0TTyamwu88R { top:118.6875rem;left:10rem;width:27.8125rem;height:5.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MB9XZeBVDq2AdFe1BqWsDAZTUA8XUUgb { top:116.5rem;left:5.375rem;width:37.0625rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkPXxqr11t5p4dnT6CfLa05dTxnmm9HS { top:114.3125rem;left:5.1875rem;width:37.4375rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynDIePsvOLBJSMIcNTQUXlwgWLrqb38t { display:block; }#ynDIePsvOLBJSMIcNTQUXlwgWLrqb38t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AJDlUXF6FOitcfWp3TAKeddGW6FzU6aR { top:0.8125rem;left:0rem;width:10.5625rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6FPH4ArvWDRa3Qde4PFussMTkkTUbXW { display:block; }#F6FPH4ArvWDRa3Qde4PFussMTkkTUbXW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uuLOHqrpcBuquXS3Arv4yc7IHmCZrFt9 { top:1.4375rem;left:0rem;width:47.75rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wi57JkQG9W05X1unbLZl80h3kWfLxIiz { display:block; }#Wi57JkQG9W05X1unbLZl80h3kWfLxIiz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ht3O2Ee1dTsIzqiJz1xaUCF1BIgvIzqE { top:7.875rem;left:17rem;width:9rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZbn2fxfiwC8dEk7BzvhWU4WREmNaTrl { display:block; }
 }@media only screen and (max-width: 763px) { #BxguOXgmSB2t9Qu65VbQCdplWCzNOyzN { top:7.875rem;left:30.6875rem;width:11.6875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQlO4cL18gg3TT3EzDy0qrQZfEXEqnZk { display:block; }
 }@media only screen and (max-width: 763px) { #J119KHB6oV0FwfD5BJH7gJeNCXNeWM1F { width:7rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EfZZ5Nc4Fofyf6Q4d4ybgnGO1KRDpPsi { top:7.875rem;left:5.375rem;width:7.4375rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #XddRw5mqVF9Ve4RqE9LPJL4doxlLVpli { display:block; }
 }@media only screen and (max-width: 763px) { #cKNLto8scMAPRDedb5pVdfhOutmqVRpd { top:1.75rem;left:16.65625rem;width:3.125rem;height:3.125rem;display:none; }
#cKNLto8scMAPRDedb5pVdfhOutmqVRpd > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #uliUQ8GSlI1cAEAz9Pm3Qc6Urzva1DOD { top:1.6875rem;left:3.9375rem;width:3.5625rem;height:3.6875rem;display:none; }
#uliUQ8GSlI1cAEAz9Pm3Qc6Urzva1DOD > img { max-width: 100%;max-height:100%; width:3.5625rem; height:3.6875rem; } }@media only screen and (max-width: 763px) { #csruaWeInDA3zThzdTWstydkzxpnXdE2 { top:1.75rem;left:40.6875rem;width:3.125rem;height:3.125rem;display:none; }
#csruaWeInDA3zThzdTWstydkzxpnXdE2 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #w5b48bouTgvJGcSmLFF5s9xXIfFtWgpH { top:1.6875rem;left:28.4375rem;width:3.3125rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKNGDPlem9GcSauzrVWwWLl0NHiWBOsV { display:block; }#JKNGDPlem9GcSauzrVWwWLl0NHiWBOsV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vTA9ETGoiw06rpBHCXQEIAJkJqKwyEed { top:3.8125rem;left:7.5625rem;width:17.1875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbUuvCbm0ODK9Oaf8c6pv19xTanwM8Mr { top:1.625rem;left:29.25rem;width:12.125rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qN0OkLrR4lXU3fQbOhSzGB6XwKk4KBxU { display:block; }#qN0OkLrR4lXU3fQbOhSzGB6XwKk4KBxU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QoiW7gykxlOPkFabyPc0mHrEtTv78JTN { top:2.9375rem;left:0rem;width:11.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LP5szC1k2feEbPvVyLLQw0BT5K1AsFgE { top:2.9375rem;left:11.375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2aerkhlb6BHiP2uWLXoRlRJAfPowvgu { top:2.9375rem;left:23.3125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #epx3TQCuAKBZ3va224NR3n0yo6VOqmhm { top:2.9375rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;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) { #Do8BOTrKWe9upN3SsaevFNpZ99iagbcK { background-color:#ffffff;background-image:none;display:block; }#Do8BOTrKWe9upN3SsaevFNpZ99iagbcK > .row .container { background-color: transparent; background-image: none; }#Do8BOTrKWe9upN3SsaevFNpZ99iagbcK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Do8BOTrKWe9upN3SsaevFNpZ99iagbcK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Do8BOTrKWe9upN3SsaevFNpZ99iagbcK > .row .container > .video-iframe-container { display: none; }#Do8BOTrKWe9upN3SsaevFNpZ99iagbcK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Do8BOTrKWe9upN3SsaevFNpZ99iagbcK > .row > .video-iframe-container { display: none; }#Do8BOTrKWe9upN3SsaevFNpZ99iagbcK > .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); }#Do8BOTrKWe9upN3SsaevFNpZ99iagbcK > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v9p542TlZM0F1bxGc0QB6K0rh3dIXzIb { width:20rem;height:1.5rem;top:0.3125rem;left:0rem;font-size:1.5rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PQErw3bN844eDuq7S8i3ceS65QMfETeI { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9e4ec1fc-cd15-47f2-8130-a772790890c5/Header_Mobile_2526_03.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PQErw3bN844eDuq7S8i3ceS65QMfETeI.adaptive-delivery-prevent-bg, #PQErw3bN844eDuq7S8i3ceS65QMfETeI.lazyload, #PQErw3bN844eDuq7S8i3ceS65QMfETeI.lazyloading { background-image: none; }#PQErw3bN844eDuq7S8i3ceS65QMfETeI > .row .container { background-color: transparent; background-image: none; }#PQErw3bN844eDuq7S8i3ceS65QMfETeI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQErw3bN844eDuq7S8i3ceS65QMfETeI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQErw3bN844eDuq7S8i3ceS65QMfETeI > .row .container > .video-iframe-container { display: none; }#PQErw3bN844eDuq7S8i3ceS65QMfETeI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQErw3bN844eDuq7S8i3ceS65QMfETeI > .row > .video-iframe-container { display: none; }#PQErw3bN844eDuq7S8i3ceS65QMfETeI > .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); }#PQErw3bN844eDuq7S8i3ceS65QMfETeI > .row .container { border-width: 0; border-radius: 0; }#PQErw3bN844eDuq7S8i3ceS65QMfETeI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PQErw3bN844eDuq7S8i3ceS65QMfETeI > .row .container { width:20rem;height:29.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTRsqsPXcRJ7zpHSiw5XQIDL4WC8r33F { width:12.5rem;height:6.25rem;top:0.6875rem;left:3.15625rem;overflow:hidden;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Pz31JsTtvyDUwKiRq3tI0TkCxHTbhsik { width:4.5625rem;height:6.5rem;top:14.9375rem;left:7.71875rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #M0L0vyPcarva5MQmEIoU1NnCWrx7mWiv { width:20rem;height:2.625rem;top:22.75rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t9rRt2eyLu7rhqAyIyHeSaI1cvVZWKH6 { display:none; }#t9rRt2eyLu7rhqAyIyHeSaI1cvVZWKH6 > .row .container { width:20rem;height:4.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xUcDADbwkDrpBOkeGChnAGEM8MlaPD6f { width:4.3125rem;height:1.875rem;top:0.6875rem;left:13rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZhZ6KmOnAsOTg1tXL8DXZ7e7qmWirTJa { display:block; }
 }@media only screen and (max-width: 763px) { #ufqPqJaKfgaKloc2ReORgyZfPO8NL87F { width:4.3125rem;height:2.1875rem;top:1.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3EbW6itC9oS97hgAEILA4xHhZno8QrD { display:block; }
 }@media only screen and (max-width: 763px) { #M20AB9ACuNcGMcc7IlgCmzoxn8uzHaFa { width:7.4375rem;height:2.1875rem;top:1.4375rem;left:12.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUl54KkKbNiz2mKE3pctdcvreO68TQWJ { display:block; }
 }@media only screen and (max-width: 763px) { #lgP7IDT3fL9ELRXM1TAeOAhRyLBKqDnX { width:4.5625rem;height:2.1875rem;top:1.4375rem;left:6.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xrfa36fqyAmSlcAc5sia8M1SUvOQxTFR { display:block; }
 }@media only screen and (max-width: 763px) { #qbDJdW2A7lPwDg4LV4yS9qTMGq0VE7JB { display:block; }#qbDJdW2A7lPwDg4LV4yS9qTMGq0VE7JB > .row .container { width:20rem;height:42.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZrFTLvAFM0lM1vud6HX5HAftJMU4D2qF { width:20rem;height:4.125rem;top:0rem;left:0rem;font-size:3.4375rem;text-align:center;text-align-last:center;line-height:1.2;color:#ff0000;display:block; }
 }@media only screen and (max-width: 763px) { #x0Esuilu7ynHSfnhUG82TOIRyoXpNK8v { width:20rem;height:27.8125rem;top:7.09375rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #AqZdNb24Aa0sNidIalxenldERSOFK0qT { width:5rem;height:2.1875rem;top:37.375rem;left:7.5rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9e73iCfuoOXCzNPvpwX6yaQoPXiTwB4 { display:block; }
 }@media only screen and (max-width: 763px) { #ItqkWyLrOWTbOSkL2rdMA4WLOoh1Bn1e { width:2rem;height:2.75rem;top:4.125rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #mn2Mk85lcZ9rpJMKJkycF39d2WR6PSGE { display:block; }#mn2Mk85lcZ9rpJMKJkycF39d2WR6PSGE > .row .container { width:20rem;height:42.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g5nFUm1JDsyva9ihd0SstKH0gdtTwzKT { width:20rem;height:4.125rem;top:0.625rem;left:0rem;font-size:3.4375rem;text-align:center;text-align-last:center;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UiOA41PAAu1y1PBcXpt6ix3HLz4EKtt4 { width:5rem;height:1.875rem;top:40.25rem;left:7.5rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPctr2HNfIbwdpGnixZWQmDfWEZrlQPQ { display:block; }
 }@media only screen and (max-width: 763px) { #hwlPbWE9emCdl3hAXdTEPmGcfCiMiWeP { width:20rem;height:2.5rem;top:4.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cmkw4NtJtFWlfZ9VSxR4fD6W6elPkLTA { width:20rem;height:21.75rem;top:7.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzabwXz86xfqkxn6xIfZfGkVC084fPJt { display:block; }#xzabwXz86xfqkxn6xIfZfGkVC084fPJt > .row .container { width:20rem;height:101.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LW0zyPaGQtiRfaiHsdtPBevaXe5fxNNn { width:20rem;height:2.75rem;top:2.5rem;left:0rem;font-size:3.4375rem;text-align:center;text-align-last:center;line-height:.8;color:#2849ff;display:block; }
 }@media only screen and (max-width: 763px) { #gAwbW7HOJRG2H6rZFh0NMk1kszQCKTvy { width:4.6875rem;height:1.875rem;top:97.25rem;left:7.6875rem;font-size:0.75rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
 }@media only screen and (max-width: 763px) { #RopURlTBlaNTm0WZUUfZ45fgqqHXB9du { display:block; }
 }@media only screen and (max-width: 763px) { #sPiAxPcT0bmxc69HOFaJC4O6H7IZptZ3 { width:1.8125rem;height:1.75rem;top:12.25rem;left:2.5625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MFCNTcnsUyMl3sFkXBLqIfg3lo8g86aP { width:1.8125rem;height:1.8125rem;top:34.1875rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ut67FDNCv7fC9CTZFTIhKeW6UdcBb7Wt { width:20rem;height:2.5rem;top:88.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VZDywxAwF24dlg1fJF4Zyo9Z7MQzisp0 { width:10.1875rem;height:2.625rem;top:92.25rem;left:4.9375rem;font-size:1rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #wTid2bUZCZVkTar2gOXMwAuhAJA0KkCS { display:block; }
 }@media only screen and (max-width: 763px) { #GFBDIbH1QJyTqTcitFWXCRN1Xk1gDM98 { width:20rem;height:1.5rem;top:5.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;color:#ff0000;display:block; }
 }@media only screen and (max-width: 763px) { #vkbb9LQceQTl2FoSSNzRbSoAD1Ps5lNB { width:20rem;height:3.75rem;top:12.25rem;left:0rem;font-size:1.25rem;line-height:1;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #dkHZXzG3odNCW3rsACnTdt6THSCoDQh6 { width:20rem;height:1.25rem;top:10.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GC29uxCLg98L8DN9aS5E7DQsT0TZZgDA { width:20rem;height:1.25rem;top:9.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XecZaBUtR1aoaipHdkbJgOxrtwP3zHoe { width:20rem;height:3.75rem;top:23.125rem;left:0rem;font-size:1.25rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bs7rIgMMUnoAkS8uZoN9Zu640eE6rv1O { width:20rem;height:1.25rem;top:21.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G2TAJJLNqtadUvuqOq0dvwCiPZ6OZtoI { width:20rem;height:1.25rem;top:20.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vgtXEXWGg4SSOUJ0SZdHhEsx6Tr7c5sv { width:20rem;height:3.75rem;top:34.1875rem;left:0rem;font-size:1.25rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xzQricL3hT9iTIckx1CkHW0Was1Nf3Ah { width:20rem;height:1.25rem;top:32.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QLxGl2qC6HN7OyUpKo7LLP1qrmQ5ikCG { width:20rem;height:1.25rem;top:31.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SeOAWNQowqQp4bUMvXAx1oS1KioscXA6 { width:20rem;height:3.75rem;top:45.4375rem;left:0rem;font-size:1.25rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JANQu6L1KbrOJfOG7hwXhMp1CDulTh0t { width:20rem;height:1.25rem;top:43.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SPcohV8sxAenaZXNNPxuHe8KgGC1v4T3 { width:20rem;height:1.25rem;top:42.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cTAvvK2tOtLRLiRlHTKPJ9UHw6nc6BJ1 { width:20rem;height:3.75rem;top:56.875rem;left:0rem;font-size:1.25rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QP8LwzstksacTFBHm5i4maFVb29HHLi9 { width:20rem;height:1.25rem;top:54.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lp8Ms1gSkFsNzbOlpVpM2F6QTNaPf9K9 { width:20rem;height:1.25rem;top:53.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TglQqGex6hsmQEr0HIMN5gF78RbOazkT { width:20rem;height:3.75rem;top:68.25rem;left:0rem;font-size:1.25rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SWie8eQ8twPI3sF8h6pf9CQAeQiRDk6k { width:20rem;height:1.25rem;top:66.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kLNUe4fqoavBSI6JhWDNiFeLkgG5GxDh { width:20rem;height:1.25rem;top:65.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d73VnnwlS5lKrVWbO6ERy0TTyamwu88R { width:20rem;height:3.75rem;top:80.5625rem;left:0rem;font-size:1.25rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MB9XZeBVDq2AdFe1BqWsDAZTUA8XUUgb { width:20rem;height:1.25rem;top:78.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RkPXxqr11t5p4dnT6CfLa05dTxnmm9HS { width:20rem;height:1.25rem;top:77.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ynDIePsvOLBJSMIcNTQUXlwgWLrqb38t { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9e4ec1fc-cd15-47f2-8130-a772790890c5/Header_Mobile_2526_03.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ynDIePsvOLBJSMIcNTQUXlwgWLrqb38t.adaptive-delivery-prevent-bg, #ynDIePsvOLBJSMIcNTQUXlwgWLrqb38t.lazyload, #ynDIePsvOLBJSMIcNTQUXlwgWLrqb38t.lazyloading { background-image: none; }#ynDIePsvOLBJSMIcNTQUXlwgWLrqb38t > .row .container { background-color: transparent; background-image: none; }#ynDIePsvOLBJSMIcNTQUXlwgWLrqb38t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ynDIePsvOLBJSMIcNTQUXlwgWLrqb38t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ynDIePsvOLBJSMIcNTQUXlwgWLrqb38t > .row .container > .video-iframe-container { display: none; }#ynDIePsvOLBJSMIcNTQUXlwgWLrqb38t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ynDIePsvOLBJSMIcNTQUXlwgWLrqb38t > .row > .video-iframe-container { display: none; }#ynDIePsvOLBJSMIcNTQUXlwgWLrqb38t > .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); }#ynDIePsvOLBJSMIcNTQUXlwgWLrqb38t > .row .container { border-width: 0; border-radius: 0; }#ynDIePsvOLBJSMIcNTQUXlwgWLrqb38t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ynDIePsvOLBJSMIcNTQUXlwgWLrqb38t > .row .container { width:20rem;height:27.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AJDlUXF6FOitcfWp3TAKeddGW6FzU6aR { width:20rem;height:25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6FPH4ArvWDRa3Qde4PFussMTkkTUbXW { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#F6FPH4ArvWDRa3Qde4PFussMTkkTUbXW > .row .container { border-width: 0; border-radius: 0; }#F6FPH4ArvWDRa3Qde4PFussMTkkTUbXW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F6FPH4ArvWDRa3Qde4PFussMTkkTUbXW > .row .container { width:20rem;height:7.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uuLOHqrpcBuquXS3Arv4yc7IHmCZrFt9 { width:20rem;height:5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wi57JkQG9W05X1unbLZl80h3kWfLxIiz { display:block; }#Wi57JkQG9W05X1unbLZl80h3kWfLxIiz > .row .container { width:20rem;height:13.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ht3O2Ee1dTsIzqiJz1xaUCF1BIgvIzqE { top:10.1875rem;left:5.25rem;width:6.25rem;height:1.875rem;font-size:0.75rem;border-top:0.0625rem solid #ff0000;border-left:0.0625rem solid #ff0000;border-right:0.0625rem solid #ff0000;border-bottom:0.0625rem solid #ff0000;color:#ff0000;display:block; }
 }@media only screen and (max-width: 763px) { #TZbn2fxfiwC8dEk7BzvhWU4WREmNaTrl { display:block; }
 }@media only screen and (max-width: 763px) { #BxguOXgmSB2t9Qu65VbQCdplWCzNOyzN { top:10.1875rem;left:13.125rem;width:6.875rem;height:1.875rem;border-top:0.0625rem solid #ff0000;border-left:0.0625rem solid #ff0000;border-right:0.0625rem solid #ff0000;border-bottom:0.0625rem solid #ff0000;font-size:0.75rem;color:#ff0000;display:block; }
 }@media only screen and (max-width: 763px) { #TQlO4cL18gg3TT3EzDy0qrQZfEXEqnZk { display:block; }
 }@media only screen and (max-width: 763px) { #J119KHB6oV0FwfD5BJH7gJeNCXNeWM1F { top:0.5625rem;left:8.875rem;width:2.25rem;height:3.0625rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #EfZZ5Nc4Fofyf6Q4d4ybgnGO1KRDpPsi { top:10.1875rem;left:0rem;width:3.75rem;height:1.875rem;border-top:0.0625rem solid #ff0000;border-left:0.0625rem solid #ff0000;border-right:0.0625rem solid #ff0000;border-bottom:0.0625rem solid #ff0000;font-size:0.75rem;z-index:15010;color:#ff0000;display:block; }
 }@media only screen and (max-width: 763px) { #XddRw5mqVF9Ve4RqE9LPJL4doxlLVpli { display:block; }
 }@media only screen and (max-width: 763px) { #cKNLto8scMAPRDedb5pVdfhOutmqVRpd { display:flex;top:5.03125rem;left:5.8125rem;width:3.125rem;height:3.125rem;z-index:15013; }
#cKNLto8scMAPRDedb5pVdfhOutmqVRpd > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #uliUQ8GSlI1cAEAz9Pm3Qc6Urzva1DOD { display:flex;top:4.8125rem;left:0rem;width:3.4375rem;height:3.5625rem;z-index:15015; }
#uliUQ8GSlI1cAEAz9Pm3Qc6Urzva1DOD > img { max-width: 100%;max-height:100%; width:3.4375rem; height:3.5625rem; } }@media only screen and (max-width: 763px) { #csruaWeInDA3zThzdTWstydkzxpnXdE2 { display:flex;top:5.03125rem;left:16.875rem;width:3.125rem;height:3.125rem;z-index:15016; }
#csruaWeInDA3zThzdTWstydkzxpnXdE2 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #w5b48bouTgvJGcSmLFF5s9xXIfFtWgpH { width:3.0625rem;height:3rem;top:5.28125rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKNGDPlem9GcSauzrVWwWLl0NHiWBOsV { display:block; }#JKNGDPlem9GcSauzrVWwWLl0NHiWBOsV > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vTA9ETGoiw06rpBHCXQEIAJkJqKwyEed { width:9.75rem;height:1.4375rem;top:1.9375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pbUuvCbm0ODK9Oaf8c6pv19xTanwM8Mr { width:8rem;height:4.5rem;top:0.53125rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #qN0OkLrR4lXU3fQbOhSzGB6XwKk4KBxU { display:block; }#qN0OkLrR4lXU3fQbOhSzGB6XwKk4KBxU > .row .container { width:20rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QoiW7gykxlOPkFabyPc0mHrEtTv78JTN { width:5.5rem;height:1.25rem;top:1.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LP5szC1k2feEbPvVyLLQw0BT5K1AsFgE { width:3.3125rem;height:1.25rem;top:1.375rem;left:5.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G2aerkhlb6BHiP2uWLXoRlRJAfPowvgu { width:6.0625rem;height:1.25rem;top:1.375rem;left:9.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #epx3TQCuAKBZ3va224NR3n0yo6VOqmhm { width:4rem;height:1.25rem;top:1.375rem;left:16rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }