.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#grkmMTQiAVewT6SKANF4aJ5K8HFrTTU5 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;top:0rem;left:0rem;right:0rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#grkmMTQiAVewT6SKANF4aJ5K8HFrTTU5 > .row .container { background-color: transparent; background-image: none; }#grkmMTQiAVewT6SKANF4aJ5K8HFrTTU5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#grkmMTQiAVewT6SKANF4aJ5K8HFrTTU5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#grkmMTQiAVewT6SKANF4aJ5K8HFrTTU5 > .row .container > .video-iframe-container { display: none; }#grkmMTQiAVewT6SKANF4aJ5K8HFrTTU5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#grkmMTQiAVewT6SKANF4aJ5K8HFrTTU5 > .row > .video-iframe-container { display: none; }#grkmMTQiAVewT6SKANF4aJ5K8HFrTTU5 > .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); }#grkmMTQiAVewT6SKANF4aJ5K8HFrTTU5 > .row .container { border-width: 0; border-radius: 0; }#grkmMTQiAVewT6SKANF4aJ5K8HFrTTU5 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#grkmMTQiAVewT6SKANF4aJ5K8HFrTTU5 > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;overflow:visible;position:relative;display:block; }#EzOLJgySmzpM9CT8ZgHGTyWdfGWNUA3s { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.875rem;height:4.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0.9375rem;left:59.125rem;display:block; }
#Em9qr1W6TxQxKWSBPcd93uviN6b4UT0K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z6h3dRRgFg5Bp5QoUSEMVNgN6beTZEur { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:1.5rem;left:59.25rem; }
#TcHU5oLu5S9LX5OdIUtaiI4nEeQoZH9H { color:#000000;display:block;width:11.3125rem;position:absolute;font-family:"kumbh sans";font-size:0.8125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.6875rem;left:63rem;height:1.05615rem;display:block; }
#pSJOmO4Xo2CTkTbmJFws2Nxw9m4rK20C { color:#000000;display:block;width:11.1875rem;position:absolute;font-family:"kumbh sans";font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.8125rem;left:63rem;height:2.03125rem;font-style:normal;display:block; }
#yrhg0dItTH59AdsC5dgid3CtAor9zNQO { 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;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:"kumbh sans";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.75rem;left:23rem;display:block; }
#l5ExkdBcarGatSfBQJ5Qfq7e4R44fOxE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rGTtUQ6imx8vAa6NJ6htr084g3Oo5p3M { 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;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:"kumbh sans";font-size:1.125rem;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:15008;text-align:center;text-align-last:center;top:1.75rem;left:33.625rem;display:block; }
#yRob7SmTGQHzEJmV8J4T8hHaKnD8KnHx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dgv75TR3mUZgHPVqu852GSDlsApgH0md { 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;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:"kumbh sans";font-size:1.125rem;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:15009;text-align:center;text-align-last:center;top:1.75rem;left:39.5625rem;display:block; }
#l3GnOaCiycqh6nsA0Pv8EPQWMA8OOrz0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MRgkUlsa67LBvDO83t26t7kFwV8hkWME { 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;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:"kumbh sans";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.4375rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:1.75rem;left:48.6875rem;display:block; }
#Wadr1gHTqOT33MfD8r17yv1OFb6HWpXZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tlQdE9SCzWwMnTKAXrhVJLOpLsUpPvWJ { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:15.4375rem;top:1.1875rem;left:0rem;overflow:hidden;display:block; }
#FDn7UuK1TRnKmCcf4N4nTUc7VTmDV7tD { position:relative;display:block; }#FDn7UuK1TRnKmCcf4N4nTUc7VTmDV7tD { background-color: transparent; background-image: none; }#FDn7UuK1TRnKmCcf4N4nTUc7VTmDV7tD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FDn7UuK1TRnKmCcf4N4nTUc7VTmDV7tD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FDn7UuK1TRnKmCcf4N4nTUc7VTmDV7tD > .row .container > .video-iframe-container { display: none; }#FDn7UuK1TRnKmCcf4N4nTUc7VTmDV7tD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FDn7UuK1TRnKmCcf4N4nTUc7VTmDV7tD > .row > .video-iframe-container { display: none; }#FDn7UuK1TRnKmCcf4N4nTUc7VTmDV7tD > .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); }#FDn7UuK1TRnKmCcf4N4nTUc7VTmDV7tD { border-width: 0; border-radius: 0; }#FDn7UuK1TRnKmCcf4N4nTUc7VTmDV7tD > .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; }#FDn7UuK1TRnKmCcf4N4nTUc7VTmDV7tD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#n1cl0GXppAWJ9NUswvWy7xfwmnkDTfLH { position:relative;display:none; }#n1cl0GXppAWJ9NUswvWy7xfwmnkDTfLH { border-width: 0; border-radius: 0; }#n1cl0GXppAWJ9NUswvWy7xfwmnkDTfLH > .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; }#n1cl0GXppAWJ9NUswvWy7xfwmnkDTfLH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#hfnoldW1nMbGVCDRitGS6buTb1dc3wKq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#MifTLr873xkRTo3QWLBhtAN8plzTh3ML { 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;box-shadow: none;box-sizing:border-box;color:#171717;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.0625rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:7.65625rem;left:26.46875rem;display:block; }
#HGrL7IaD18oQ74pqyoCtUWCD5Hmlf4ty { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nRtPxU9fsuJvIEuARy6D0uvR0q5QRLxI { 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;box-shadow: none;box-sizing:border-box;color:#171717;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6875rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:4.71875rem;left:23.46875rem;display:block; }
#iTOXTd3ThZsI4W5LFm8cea2fyHTfvQ8O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mCB3ZZDZzZpUWdcieM5GF8pC92PW227F { 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;box-shadow: none;box-sizing:border-box;color:#171717;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.4375rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0.59375rem;left:20.59375rem;display:block; }
#wKWyFPA54ttplLys9nlBctwEiNi7B6Uq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LLJmOZuPydxS6Bh8SVf1AfG3v8Hn4wbi { 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;box-shadow: none;box-sizing:border-box;color:#171717;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.0625rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:7.65625rem;left:26.46875rem;display:none; }
#hpLX9wZdTL6kBJI4lL542sVtRf7ihhwf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Rrat7ustyVnhFwb96xEB3dUnvQqO5cC5 { 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:22.6875rem;width:75rem;display:none; }
#yukf5Qzh5wP6HIatgff3qeOdxWOwDNqa { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c3d960c9-2d10-44f0-8b08-b4c9baf5adaf/CNCouvertureAlpesMaritimes1.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#yukf5Qzh5wP6HIatgff3qeOdxWOwDNqa.adaptive-delivery-prevent-bg, #yukf5Qzh5wP6HIatgff3qeOdxWOwDNqa.lazyload, #yukf5Qzh5wP6HIatgff3qeOdxWOwDNqa.lazyloading { background-image: none; }#yukf5Qzh5wP6HIatgff3qeOdxWOwDNqa > .row .container { background-color: transparent; background-image: none; }#yukf5Qzh5wP6HIatgff3qeOdxWOwDNqa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#yukf5Qzh5wP6HIatgff3qeOdxWOwDNqa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yukf5Qzh5wP6HIatgff3qeOdxWOwDNqa > .row .container > .video-iframe-container { display: none; }#yukf5Qzh5wP6HIatgff3qeOdxWOwDNqa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#yukf5Qzh5wP6HIatgff3qeOdxWOwDNqa > .row > .video-iframe-container { display: none; }#yukf5Qzh5wP6HIatgff3qeOdxWOwDNqa > .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); }#yukf5Qzh5wP6HIatgff3qeOdxWOwDNqa > .row .container { border-width: 0; border-radius: 0; }#yukf5Qzh5wP6HIatgff3qeOdxWOwDNqa::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#yukf5Qzh5wP6HIatgff3qeOdxWOwDNqa > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#yukf5Qzh5wP6HIatgff3qeOdxWOwDNqa > .row .container { font-size:0.875rem;font-family:arial;height:44.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#oxAUAx9NBDl6seICJoUv1TbpkBdpxU1g { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#NPthd8tBqi2A2n8aRAKES0fG6xcaeWJP { color:#ffffff;display:block;width:41.125rem;position:absolute;font-family:"kumbh sans";font-size:3.25rem;font-weight:700;z-index:15017;line-height:1.1;letter-spacing:0;top:1rem;left:0rem;height:14.296875rem;font-style:normal;display:block; }
#IPehkwGKAWTEG9LaRL9WAF2S2Pochoti { color:#f10000;display:block;width:40.9375rem;position:absolute;font-family:"kumbh sans";font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.5;letter-spacing:0;top:18.1875rem;left:0rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U8fBX3b9MUlOUubSFH4J7ozynk2AcvU5 { box-sizing:content-box;height:2.875rem;width:40.9375rem;position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;top:17.625rem;left:0rem;display:block; }
#bek77gs5klhtWl0QKXA8WldrRzTdSxCG { color:#ffffff;display:block;width:42rem;position:absolute;font-family:"kumbh sans";font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:21.0625rem;left:0rem;height:5.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#N4lE0dkE166uFnVe04CWmILdbwSVO3rS { background-color:#f10000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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:"kumbh sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:28.1875rem;left:0rem;display:block; }
#NAwwwqrHxQSmO8c8mW9RCIbZGTwqrKLo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TuFCC0qkzbCb0zFMqH6xtdnTrZ02Gbdw { box-sizing:content-box;height:36.0625rem;width:27.5rem;position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;top:4.3125rem;left:47.5rem;display:block; }
#C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5 .widget-form-header {  }
#C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5 .widget-regular-label { height:auto;display:block;font-family:"kumbh sans";font-size:0.875rem;font-weight:bold;color:#000000;width:22.625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5 .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.625rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5 .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"kumbh sans";font-size:0.875rem;overflow:hidden; }
#C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5 .widget-input-button { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:#f10000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#ffffff;width:22.625rem;height:3.4375rem;font-family:"kumbh sans";overflow:hidden; }
#C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:21.25rem;overflow:hidden;font-style:normal; }
#C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5 .widget-container:first-of-type{padding-top:0;}#C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5 .widget-container:last-of-type{padding-bottom:0;}#C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15048;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.375rem;left:48.6875rem; }
#C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.625rem; }
#C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5 {display:block;}#C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15048;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.375rem;left:48.6875rem; }
#C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5 #MxhFFOIehHwEUrXB6nt9qHzAp9gyQetC { position:relative; }
#C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5 #vS0b3J5fituintifxwV4NSxmVPOWJZc6 { position:relative;display:block; }
#C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5 #HXDLv2O9Mx8SXTblGogXCZR5BdneZNgc { position:relative; }
#C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5 #Uw4wsZ05vKW81F4OohOgHX1hTXB8X1En { position:relative; }
#C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5 #eoqnLTWnHGiTfDS2H5AKEtRFTdkaCQWs { position:relative;display:block; }
#C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5 #qxyXwhSsAfUgDQmUo0DmsCTMLpVnFrtL { position:relative; }
#C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5 #MIk8AlXcHiGJJObGHc7g88qsiaiBeA8Z { position:relative; }
#C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5 #ySixDkO1sd1e0q557zdelOB9Z5JAZAtF { position:relative;display:block; }
#C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5 #utN1CsAiyB77VAf2R6nzd88pALCMsHei { position:relative; }
#C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5 #VwDAmowRwpBfgNe9KOkvGfqeupUgH68G { position:relative; }
#C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5 #zTm9TDZT8DzlFqrrXRWzzaHrJqavTbFE { position:relative;display:block; }
#C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5 #eTU0nNGzhUeksRG5T5n2m1ey0A27uR22 { position:relative; }
#C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5 #LgXlUac2l8TgW55uGq6Ke6ICZNayqbBH { position:relative; }
#C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5 #G0H9xn1bRLQpZ57LK1npslJp9cVDtX95 { position:relative;display:block; }
#C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5 #yuheq8F24286TzGOrqpCUWVT99mxa9sW { position:relative; }
#C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5 #b6IulMSeskGahHPp8fN8AB73w7wTXAho { position:relative; }
#C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5 #JNAMEP7tc7saktITgzqkdEg5yTniJds0 { position:relative; }
#NQ0Vr962zeFozab4qrulNOWvn5pxdiyk { color:#ffffff;display:block;width:25.5625rem;position:absolute;font-family:"kumbh sans";font-size:1.5rem;font-weight:700;z-index:15051;line-height:1.1;letter-spacing:0;top:4.625rem;left:48.6875rem;height:3.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wZSUTpul7ttt3VD329EElUmnozs6NFLD { box-sizing:content-box;height:3.9375rem;width:27.5rem;position:absolute;display:block;z-index:15050;background-color:#f10000;background-image:none;top:4.3125rem;left:47.5rem;display:block; }
#v2J1GClQ3wQTL8cbiXvVe1G9og3PkT54 { position:absolute;display:block;z-index:15062;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:7.0625rem;top:35.5625rem;left:48.0625rem;overflow:hidden;display:block; }
#t7OqhryT5d1To7bUEimorwTs4ftRVw0T { color:#939393;display:block;width:6.8125rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:36.9375rem;left:54.5rem;height:1.05615rem;font-style:normal;display:block; }
#L6CanH4PAVNZHboPw3QiQ4ZGmd8csusT { box-sizing:content-box;color:#ffd800;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15033;top:36.125rem;left:64.0625rem;display:block; }
#vtmFfV3IIDn0wDWQMk6JD2pRGpu37u3G { box-sizing:content-box;color:#ffd800;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15032;top:36.125rem;left:61.75rem;display:block; }
#lHaXCmK3ALnBme7LXvKmxRG6qa2yfXVd { box-sizing:content-box;color:#ffd800;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15034;top:36.125rem;left:66.375rem;display:block; }
#zLRwInerdiCZqXdHyfUXgmrapOuqn6Tm { box-sizing:content-box;color:#ffd800;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15035;top:36.125rem;left:68.6875rem;display:block; }
#mJGFGiJSd3M5LkRcy1EoLg0UiyTR3mx2 { box-sizing:content-box;color:#ffd800;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15036;top:36.125rem;left:71rem;display:block; }
#QVa5JufgUbzCTpRcoQapD3UH1KWTtB8R { position:absolute;display:block;z-index:15064;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:6.5625rem;top:33.625rem;left:0rem;overflow:hidden;display:block; }
#ROdn3bfLTGS9MgXt3BgUoVu2siuxaGvd { position:absolute;display:block;z-index:15065;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.1875rem;width:7.0625rem;top:33.625rem;left:7.8125rem;overflow:hidden;display:block; }
#wM9VyNuTPmyJ32qKmE2krbZbXxeVGh2g { position:absolute;display:block;z-index:15066;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:7.5625rem;width:6.25rem;top:33.1875rem;left:16.1875rem;overflow:hidden;display:block; }
#RivMRkL9DQlBiqCkIt151So73uW18gVT { position:relative;display:block; }#RivMRkL9DQlBiqCkIt151So73uW18gVT { background-color: transparent; background-image: none; }#RivMRkL9DQlBiqCkIt151So73uW18gVT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RivMRkL9DQlBiqCkIt151So73uW18gVT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RivMRkL9DQlBiqCkIt151So73uW18gVT > .row .container > .video-iframe-container { display: none; }#RivMRkL9DQlBiqCkIt151So73uW18gVT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RivMRkL9DQlBiqCkIt151So73uW18gVT > .row > .video-iframe-container { display: none; }#RivMRkL9DQlBiqCkIt151So73uW18gVT > .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); }#RivMRkL9DQlBiqCkIt151So73uW18gVT { border-width: 0; border-radius: 0; }#RivMRkL9DQlBiqCkIt151So73uW18gVT > .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; }#RivMRkL9DQlBiqCkIt151So73uW18gVT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:32.3125rem;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; }#ii8nr9DQudAngC6n5cPR1F2qKO5ENxPA { color:#000000;display:block;width:34rem;position:absolute;font-family:"kumbh sans";font-size:2.5rem;font-weight:700;z-index:15018;line-height:1.1;letter-spacing:0;top:5.1875rem;left:40.9375rem;height:2.75rem;font-style:normal;display:block; }
#bB0q7sXKACMo8GWKSbmkHVTtfDbZWeuQ { color:#000000;display:block;width:34.0625rem;position:absolute;font-family:"kumbh sans";font-size:1.0625rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:9rem;left:40.9375rem;height:7.96875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oTeNCxK3umALGC82iapzTthMz7Br1l1W { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:21.1875rem;width:37.875rem;top:4.65625rem;left:0rem;display:block; }
#tEETKo7afVPmT2b0N4JV9hNxl4gb3Oad { color:#000000;display:block;width:31.4375rem;position:absolute;font-family:"kumbh sans";font-size:1.0625rem;font-weight:700;z-index:15025;line-height:1.1;letter-spacing:0;top:18.5625rem;left:43.125rem;height:10.51171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#O8KxC6xfrZlLKshO7SWEmNsE7KIx2bX6 { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:18.5625rem;left:40.9375rem;overflow:hidden;display:block; }
#ygOhusu4Mzas5ebFEDX3TETFEbiJXVaM { position:absolute;display:block;z-index:15062;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:20.8125rem;left:40.9375rem;overflow:hidden;display:block; }
#sWW6bleTDvyh8ADNq8bFV4fVawItRqBG { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:23.1552734375rem;left:40.9375rem;overflow:hidden;display:block; }
#DQoXs6dbv09fRRSc5aVAukJ7Mxrt8OSf { position:absolute;display:block;z-index:15064;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:25.5rem;left:40.9375rem;overflow:hidden;display:block; }
#dCK8iGr3pcDJUFxOaTXh7LUZ18rVRGuB { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:27.771484375rem;left:40.9375rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:32.625rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#h8qyik5w8w6rOWmO644BtRSIrwr6S1u9 { color:#000000;display:block;width:34rem;position:absolute;font-family:"kumbh sans";font-size:2.5rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:3.375rem;left:20.5rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XNkxZTXIUW9mW8US6P8xMGTuRhWSrmkT { box-sizing:content-box;height:13rem;width:17.5rem;position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:none;top:8.9375rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.1) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#S42UQ9RqtG6q3rFtQEkRou9gDRRFuccf { color:#f10000;display:block;width:17.125rem;position:absolute;font-family:"kumbh sans";font-size:2.5rem;font-weight:700;z-index:15025;line-height:1.1;letter-spacing:0;top:16.125rem;left:0.1875rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PWIO4Lp9Itn1LdnlpMnxziUddhEnONOR { color:#000000;display:block;width:14.4375rem;position:absolute;font-family:"kumbh sans";font-size:1rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:18.9375rem;left:1.5625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FLOsHmLIE11t2ZqbcaGsHLGXW48VsFdF { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:5.5625rem;top:9.9375rem;left:6rem;overflow:hidden;display:block; }
#SG3bhXtZKTq0QKl9sCs61JyacUMnkr3D { box-sizing:content-box;height:13rem;width:17.5rem;position:absolute;display:block;z-index:15028;background-color:#ffffff;background-image:none;top:8.9375rem;left:19.125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.1) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Pps25nUKRyB3l5Rh8mzm0x4M5s8DEXAT { color:#000000;display:block;width:14.4375rem;position:absolute;font-family:"kumbh sans";font-size:1rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:18.9375rem;left:20.6875rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ooWks4UHxsT5EOQ6XD1XQ0a9IU501KZX { color:#f10000;display:block;width:17.125rem;position:absolute;font-family:"kumbh sans";font-size:2.5rem;font-weight:700;z-index:15029;line-height:1.1;letter-spacing:0;top:16.125rem;left:19.3125rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Hs63Gt0w6g3RN4CJVlVqUDTOX7t5ycyB { position:absolute;display:block;z-index:15030;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:5rem;width:5rem;top:10.21875rem;left:25.375rem;overflow:hidden;display:block; }
#U76P3J3p0kubKi73fRTbbpLiatGSaD8X { box-sizing:content-box;height:13rem;width:17.5rem;position:absolute;display:block;z-index:15032;background-color:#ffffff;background-image:none;top:8.9375rem;left:38.3125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.1) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#pvI6iqdZr0mcPV6idf03Mbqzn8ZUMTgB { color:#000000;display:block;width:14.4375rem;position:absolute;font-family:"kumbh sans";font-size:1rem;font-weight:400;z-index:15033;line-height:1.5;letter-spacing:0;top:18.9375rem;left:39.875rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gsS0FCwT8gQBwPaZ3yXk2ABvbTfiBSA7 { color:#f10000;display:block;width:17.125rem;position:absolute;font-family:"kumbh sans";font-size:2.5rem;font-weight:700;z-index:15033;line-height:1.1;letter-spacing:0;top:16.125rem;left:38.5rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LiPCZSAAr7tInBlTAiunUo1ZVZP1cWyA { position:absolute;display:block;z-index:15034;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:5rem;width:5rem;top:10.21875rem;left:44.5625rem;overflow:hidden;display:block; }
#yozIx2d3ZyeOU4LJ6UCUr9wXKQXhtGV1 { box-sizing:content-box;height:13rem;width:17.5rem;position:absolute;display:block;z-index:15036;background-color:#ffffff;background-image:none;top:8.9375rem;left:57.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.1) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#oxHTyTTehl7o6pEpPpoTL7OEkULqz2mR { color:#000000;display:block;width:14.4375rem;position:absolute;font-family:"kumbh sans";font-size:1rem;font-weight:400;z-index:15037;line-height:1.5;letter-spacing:0;top:18.9375rem;left:59.0625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xcLDrQwCFuzgyPCwnh38dBdVqC2UyeR1 { color:#f10000;display:block;width:17.125rem;position:absolute;font-family:"kumbh sans";font-size:2.5rem;font-weight:700;z-index:15037;line-height:1.1;letter-spacing:0;top:16.125rem;left:57.6875rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VbmvsI6OEcKoUfa4TfulTytHRJL3TUzL { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:5.5625rem;top:9.9375rem;left:63.5rem;overflow:hidden;display:block; }
#iwFRFwCtnd3nZw2GApbFsdO0uE3muWD9 { background-color:#f10000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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:"kumbh sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:24.6875rem;left:28.75rem;display:block; }
#rxh3HKq10XJeQKz8m63DIRf4Q2W8ZIWt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FXxZ9rp3dq3JFwgcKy1cS2FFy4mZ7HAv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#FXxZ9rp3dq3JFwgcKy1cS2FFy4mZ7HAv > .row .container { background-color: transparent; background-image: none; }#FXxZ9rp3dq3JFwgcKy1cS2FFy4mZ7HAv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FXxZ9rp3dq3JFwgcKy1cS2FFy4mZ7HAv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FXxZ9rp3dq3JFwgcKy1cS2FFy4mZ7HAv > .row .container > .video-iframe-container { display: none; }#FXxZ9rp3dq3JFwgcKy1cS2FFy4mZ7HAv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FXxZ9rp3dq3JFwgcKy1cS2FFy4mZ7HAv > .row > .video-iframe-container { display: none; }#FXxZ9rp3dq3JFwgcKy1cS2FFy4mZ7HAv > .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); }#FXxZ9rp3dq3JFwgcKy1cS2FFy4mZ7HAv > .row .container { border-width: 0; border-radius: 0; }#FXxZ9rp3dq3JFwgcKy1cS2FFy4mZ7HAv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FXxZ9rp3dq3JFwgcKy1cS2FFy4mZ7HAv > .row .container { font-size:0.875rem;font-family:arial;height:59.9375rem;width:75rem;position:relative;display:block; }#nx7W4JV7XphVpX7e8qqCTp8S9si9fG8C { color:#000000;display:block;width:69.0625rem;position:absolute;font-family:"kumbh sans";font-size:2.5rem;font-weight:700;z-index:15020;line-height:1.1;letter-spacing:0;top:2.4375rem;left:2.75rem;height:5.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yoaHSlAfKVd9VJghJITxO2oq8wkBOmiM { box-sizing:content-box;height:22.25rem;width:23.5rem;position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;top:8.5rem;left:0.875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.1) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ft9LfwgNwmZKeHAJnoJZ0Lvv2FBEHHW7 { color:#000000;display:block;width:19.375rem;position:absolute;font-family:"kumbh sans";font-size:1.5rem;font-weight:700;z-index:15036;line-height:1.2;letter-spacing:0;top:26.1875rem;left:2.9375rem;height:3.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Bzp43ZT7gqfBov7UfJo37ySTMtPKyvQ2 { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:17.4375rem;width:23.4375rem;top:8.5rem;left:0.875rem;overflow:hidden;display:block; }
#SCiuq14PVsqZqTSVFoGLadsZeffkIBiK { box-sizing:content-box;height:22.25rem;width:23.5rem;position:absolute;display:block;z-index:15028;background-color:#ffffff;background-image:none;top:8.5rem;left:25.75rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.1) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Ph0dP0PUPOaaQuwgANUR7E8mTK8X3wIV { color:#000000;display:block;width:19.375rem;position:absolute;font-family:"kumbh sans";font-size:1.5rem;font-weight:700;z-index:15039;line-height:1.2;letter-spacing:0;top:25.1875rem;left:27.8125rem;height:1.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nZz30BlQWeTTcnTuJZihsno3h41DJSuU { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:15.875rem;width:23.5rem;top:8.5rem;left:25.75rem;overflow:hidden;display:block; }
#wIEzZ8bgmuxfP401iywPe4hyqpuI66TC { box-sizing:content-box;height:22.25rem;width:23.5rem;position:absolute;display:block;z-index:15031;background-color:#ffffff;background-image:none;top:8.5rem;left:50.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.1) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#d7yZQWA8DunQZV89Iq6swF27Af6WLU3a { color:#000000;display:block;width:19.375rem;position:absolute;font-family:"kumbh sans";font-size:1.5rem;font-weight:700;z-index:15042;line-height:1.2;letter-spacing:0;top:26.4375rem;left:52.625000953674rem;height:3.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#swEd4bWUf3Lzgvc7lrFopByR2OpJXo8i { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:15.8125rem;width:23.375rem;top:8.50000500679rem;left:50.687500953674rem;overflow:hidden;display:block; }
#doGRxqNmDWzFAWpMQ6oEbNUb909u6KEI { box-sizing:content-box;height:22.25rem;width:23.5rem;position:absolute;display:block;z-index:15031;background-color:#ffffff;background-image:none;top:32.25rem;left:0.875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.1) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#QEUMur8C57SziwHHMH5mXMQP2ThO27AB { color:#000000;display:block;width:19.375rem;position:absolute;font-family:"kumbh sans";font-size:1.5rem;font-weight:700;z-index:15042;line-height:1.2;letter-spacing:0;top:49.0625rem;left:2.9375rem;height:1.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OTMX6W7fEpish9puOUnU3owhXFzELvL2 { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:15.875rem;width:23.5rem;top:32.25rem;left:0.875rem;overflow:hidden;display:block; }
#Wa47xtxha3ThcDmTQrPthX15bPB4L4Gx { box-sizing:content-box;height:22.25rem;width:23.5rem;position:absolute;display:block;z-index:15034;background-color:#ffffff;background-image:none;top:32.25rem;left:25.75rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.1) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#TSpQUaO0foHcmLbGoqWqQibEA8D7TAmO { color:#000000;display:block;width:19.375rem;position:absolute;font-family:"kumbh sans";font-size:1.5rem;font-weight:700;z-index:15045;line-height:1.2;letter-spacing:0;top:49.0625rem;left:27.8125rem;height:1.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Mbiu0DEITPXglL3dNc4OJLf0zhBUfIbT { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:15.875rem;width:23.5rem;top:32.25rem;left:25.75rem;overflow:hidden;display:block; }
#QgHIsKp5nIB1r6eAiPsOQNqnnX5PuyTF { box-sizing:content-box;height:22.25rem;width:23.5rem;position:absolute;display:block;z-index:15037;background-color:#ffffff;background-image:none;top:32.25rem;left:50.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.1) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#uucx0348VkAtW3PcKn6B5Ukd7M0ZXhPI { color:#000000;display:block;width:19.375rem;position:absolute;font-family:"kumbh sans";font-size:1.5rem;font-weight:700;z-index:15048;line-height:1.2;letter-spacing:0;top:49.0625rem;left:52.625rem;height:1.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x8VUwGzoS9TowQNaSOnPzqsrblLyhTnN { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:15.875rem;width:23.5rem;top:32.25rem;left:50.5625rem;overflow:hidden;display:block; }
#Ec00Vd2HbFW91EOZKJVdHzFC0Vdw15F6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/c39a9fab-16c1-4504-8ea9-43a5cf18c8f4/banner.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ec00Vd2HbFW91EOZKJVdHzFC0Vdw15F6.adaptive-delivery-prevent-bg, #Ec00Vd2HbFW91EOZKJVdHzFC0Vdw15F6.lazyload, #Ec00Vd2HbFW91EOZKJVdHzFC0Vdw15F6.lazyloading { background-image: none; }#Ec00Vd2HbFW91EOZKJVdHzFC0Vdw15F6 > .row .container { background-color: transparent; background-image: none; }#Ec00Vd2HbFW91EOZKJVdHzFC0Vdw15F6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ec00Vd2HbFW91EOZKJVdHzFC0Vdw15F6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ec00Vd2HbFW91EOZKJVdHzFC0Vdw15F6 > .row .container > .video-iframe-container { display: none; }#Ec00Vd2HbFW91EOZKJVdHzFC0Vdw15F6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ec00Vd2HbFW91EOZKJVdHzFC0Vdw15F6 > .row > .video-iframe-container { display: none; }#Ec00Vd2HbFW91EOZKJVdHzFC0Vdw15F6 > .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); }#Ec00Vd2HbFW91EOZKJVdHzFC0Vdw15F6 > .row .container { border-width: 0; border-radius: 0; }#Ec00Vd2HbFW91EOZKJVdHzFC0Vdw15F6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ec00Vd2HbFW91EOZKJVdHzFC0Vdw15F6 > .row .container { font-size:0.875rem;font-family:arial;height:45.5625rem;width:75rem;position:relative;display:block; }#gnLK0IB1KPr00qi7NdnpwBBb4xCeAVDx { color:#ffffff;display:block;width:60.8125rem;position:absolute;font-family:"kumbh sans";font-size:2.75rem;font-weight:700;z-index:15018;line-height:1.1;letter-spacing:0;top:4.1279296875rem;left:7.09375rem;height:3.0249rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sJXK0Nqih7v188DWJ9wSdwalH3yQ01Ws { box-sizing:content-box;height:30.1875rem;width:24.0625rem;position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;top:10.3125rem;left:0rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#MuVM9AOUDsL7V1X3CeqZTAQwNaCWQr3C { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:6.25rem;top:13.875rem;left:5rem;overflow:hidden;display:block; }
#uvd3VnNAUOMNz7qR6xZpUVcXds3J5oF3 { color:#000000;display:block;width:21.5625rem;position:absolute;font-family:"kumbh sans";font-size:1rem;font-weight:normal;z-index:15022;line-height:1.5;letter-spacing:0;top:15.875rem;left:1.25rem;height:6rem;text-align:left;text-align-last:left;display:block; }
#CRGmJtEb89U3fAernJTbLHKMpuKxAvu6 { color:#000000;display:block;width:10.875rem;position:absolute;font-family:"kumbh sans";font-size:1rem;font-weight:700;z-index:15057;line-height:1.1;letter-spacing:0;top:12.4375rem;left:5.125rem;height:1.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QnrPVrmTw8mJed38FV383b9fEx71xPWg { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:12.0625rem;left:1.25rem;overflow:hidden;display:block; }
#MOBDnQhKoA4PbVhnuKQQkugtrI6mc8GB { position:absolute;display:block;z-index:15069;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:16rem;width:21.4375rem;top:22.875rem;left:1.3125rem;overflow:hidden;display:block; }
#qWxGXhW6eQqWTQhICFv6nRpf7TaI9172 { box-sizing:content-box;height:30.1875rem;width:24.0625rem;position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;top:10.3125rem;left:25.5rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#KwTT3XLrKeQ4CRXdhhgxrTT19FgRGGnr { position:absolute;display:block;z-index:15075;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:21.3125rem;top:22.875rem;left:26.8125rem;overflow:hidden;display:block; }
#R9DVtG0bGMEuU2zeLNyh2pZAohO8iztT { color:#000000;display:block;width:21.5625rem;position:absolute;font-family:"kumbh sans";font-size:1rem;font-weight:normal;z-index:15028;line-height:1.5;letter-spacing:0;top:15.875rem;left:26.75rem;height:6rem;text-align:left;text-align-last:left;display:block; }
#uhOMGGFr4oOFiSeutFi5DJxxurIePcZ6 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:6.25rem;top:13.875rem;left:30.5rem;overflow:hidden;display:block; }
#mxlE0IZFSxK5FIlv6kTIJKM7zFVWrMT5 { position:absolute;display:block;z-index:15064;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:12.0625rem;left:26.75rem;overflow:hidden;display:block; }
#hd4CPiafFTWOhiXwZRtWzIl2XkMEEnOH { color:#000000;display:block;width:10.875rem;position:absolute;font-family:"kumbh sans";font-size:1rem;font-weight:700;z-index:15063;line-height:1.1;letter-spacing:0;top:12.4375rem;left:30.625rem;height:1.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nBxn7gqZXAlXWyWklgplPx3PSkEKpa7u { box-sizing:content-box;height:30.1875rem;width:24.0625rem;position:absolute;display:block;z-index:15031;background-color:#ffffff;background-image:none;top:10.3125rem;left:50.9375rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#TyzSVH91ShyQ4GbLBfsM4kQx80LXWzkl { position:absolute;display:block;z-index:15081;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:16rem;width:21.3125rem;top:22.875rem;left:52.25rem;overflow:hidden;display:block; }
#ktw3sesOPzENz7frsNqU3WHgn4y0DWm2 { color:#000000;display:block;width:21.5625rem;position:absolute;font-family:"kumbh sans";font-size:1rem;font-weight:normal;z-index:15034;line-height:1.5;letter-spacing:0;top:15.875rem;left:52.1875rem;height:3rem;text-align:left;text-align-last:left;display:block; }
#bptd9AgBif43Ln4FlQEvqbuzotTpr62J { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:6.25rem;top:13.875rem;left:55.9375rem;overflow:hidden;display:block; }
#Ux3Zwb4mTOpOi7vIl1KlclUirKlPMJix { position:absolute;display:block;z-index:15070;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:12.0625rem;left:52.1875rem;overflow:hidden;display:block; }
#WNrQwTQTThwxuSci962CIZUseUWKMtAK { color:#000000;display:block;width:10.875rem;position:absolute;font-family:"kumbh sans";font-size:1rem;font-weight:700;z-index:15069;line-height:1.1;letter-spacing:0;top:12.4375rem;left:56.0625rem;height:1.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CiLzHQQFIkQzv6qFPl9TfIVHpJPwcGta { position:relative;display:block; }#CiLzHQQFIkQzv6qFPl9TfIVHpJPwcGta { background-color: transparent; background-image: none; }#CiLzHQQFIkQzv6qFPl9TfIVHpJPwcGta::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CiLzHQQFIkQzv6qFPl9TfIVHpJPwcGta > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CiLzHQQFIkQzv6qFPl9TfIVHpJPwcGta > .row .container > .video-iframe-container { display: none; }#CiLzHQQFIkQzv6qFPl9TfIVHpJPwcGta > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CiLzHQQFIkQzv6qFPl9TfIVHpJPwcGta > .row > .video-iframe-container { display: none; }#CiLzHQQFIkQzv6qFPl9TfIVHpJPwcGta > .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); }#CiLzHQQFIkQzv6qFPl9TfIVHpJPwcGta { border-width: 0; border-radius: 0; }#CiLzHQQFIkQzv6qFPl9TfIVHpJPwcGta > .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; }#CiLzHQQFIkQzv6qFPl9TfIVHpJPwcGta > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:38.25rem;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; }#eXqEi0NowwmIUR5EIvQaFxWDQIu8QWRv { color:#000000;display:block;width:34rem;position:absolute;font-family:"kumbh sans";font-size:2.5rem;font-weight:700;z-index:15018;line-height:1.1;letter-spacing:0;top:4.375rem;left:40.9375rem;height:5.5rem;font-style:normal;display:block; }
#tDBz4AGFnm2Xd2TseSAoAhoT1O9WBHJL { color:#000000;display:block;width:34.0625rem;position:absolute;font-family:"kumbh sans";font-size:1.0625rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:10.6875rem;left:40.9375rem;height:17.53125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QZv9sDsRBWAmJypW89vBWs7cF4D1PfaX { background-color:#f10000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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:"kumbh sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:29.9375rem;left:40.9375rem;display:block; }
#ddfKOvJmOK62gWQDVW8FKD5tnAQ0RR14 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UAFdeF8ZIksxMA8kF9Z0qST9e0btlOCq { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:27.375rem;width:36.6875rem;top:4.375rem;left:0rem;overflow:hidden;display:block; }
#QMHlLvfPTCGEh6ROUMBWn36OgL3Xsh8k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#QMHlLvfPTCGEh6ROUMBWn36OgL3Xsh8k > .row .container { background-color: transparent; background-image: none; }#QMHlLvfPTCGEh6ROUMBWn36OgL3Xsh8k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QMHlLvfPTCGEh6ROUMBWn36OgL3Xsh8k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QMHlLvfPTCGEh6ROUMBWn36OgL3Xsh8k > .row .container > .video-iframe-container { display: none; }#QMHlLvfPTCGEh6ROUMBWn36OgL3Xsh8k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QMHlLvfPTCGEh6ROUMBWn36OgL3Xsh8k > .row > .video-iframe-container { display: none; }#QMHlLvfPTCGEh6ROUMBWn36OgL3Xsh8k > .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); }#QMHlLvfPTCGEh6ROUMBWn36OgL3Xsh8k > .row .container { border-width: 0; border-radius: 0; }#QMHlLvfPTCGEh6ROUMBWn36OgL3Xsh8k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QMHlLvfPTCGEh6ROUMBWn36OgL3Xsh8k > .row .container { font-size:0.875rem;font-family:arial;height:53.25rem;width:75rem;position:relative;display:block; }#KKdTdH5Uy94TLzmEItSwfQmkzRcLGtBt { color:#000000;display:block;width:33.8125rem;position:absolute;font-family:"kumbh sans";font-size:2.5rem;font-weight:700;z-index:15018;line-height:1.1;letter-spacing:0;top:5.9375rem;left:0rem;height:5.5rem;font-style:normal;display:block; }
#LMcFmoOkyEQB7MvXLhhJ0wh8aZTeuRAP { color:#000000;display:block;width:34.0625rem;position:absolute;font-family:"kumbh sans";font-size:1.0625rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:15.5625rem;left:0rem;height:9.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#D7hiAfWmm62f2OZhJpF1t1H8qwNnV0Xs { background-color:#f10000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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:"kumbh sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:37.3125rem;left:0rem;display:block; }
#ZpOlhl5nqmbD1uym0FiXGH9LraXAto2e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PNacVmRzH9geZeAdJs0QxRFlmX7lPyd2 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:45.375rem;width:32.375rem;top:3.5625rem;left:42.625rem;overflow:hidden;display:block; }
#ZyAe63fVVy3tUXzfXzTH5cTE2Mm83U8a { color:#000000;display:block;width:24.375rem;position:absolute;font-family:"kumbh sans";font-size:1.3125rem;font-weight:700;z-index:15046;line-height:1.2;letter-spacing:0;top:26.875rem;left:0rem;height:1.57486875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HW2XeDxtaEDEexu0yhZTag8nOuzTICGT { color:#000000;display:block;width:34.0625rem;position:absolute;font-family:"kumbh sans";font-size:1.0625rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:29.125rem;left:0rem;height:6.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bFXqn5m4l0RpSNw6vgZGCE1tQazTFnmb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(241,0,0,0.64);background-image:url("https://images.assets-landingi.com/uc/c39a9fab-16c1-4504-8ea9-43a5cf18c8f4/banner.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bFXqn5m4l0RpSNw6vgZGCE1tQazTFnmb.adaptive-delivery-prevent-bg, #bFXqn5m4l0RpSNw6vgZGCE1tQazTFnmb.lazyload, #bFXqn5m4l0RpSNw6vgZGCE1tQazTFnmb.lazyloading { background-image: none; }#bFXqn5m4l0RpSNw6vgZGCE1tQazTFnmb > .row .container { background-color: transparent; background-image: none; }#bFXqn5m4l0RpSNw6vgZGCE1tQazTFnmb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bFXqn5m4l0RpSNw6vgZGCE1tQazTFnmb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bFXqn5m4l0RpSNw6vgZGCE1tQazTFnmb > .row .container > .video-iframe-container { display: none; }#bFXqn5m4l0RpSNw6vgZGCE1tQazTFnmb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bFXqn5m4l0RpSNw6vgZGCE1tQazTFnmb > .row > .video-iframe-container { display: none; }#bFXqn5m4l0RpSNw6vgZGCE1tQazTFnmb > .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); }#bFXqn5m4l0RpSNw6vgZGCE1tQazTFnmb > .row .container { border-width: 0; border-radius: 0; }#bFXqn5m4l0RpSNw6vgZGCE1tQazTFnmb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bFXqn5m4l0RpSNw6vgZGCE1tQazTFnmb > .row .container { font-size:0.875rem;font-family:arial;height:48.375rem;width:75rem;position:relative;display:block; }#aotZptkQyVmpbfuqvsrQ7Z6ff1KJvE87 { color:#ffffff;display:block;width:60.8125rem;position:absolute;font-family:"kumbh sans";font-size:2.75rem;font-weight:700;z-index:15018;line-height:1.1;letter-spacing:0;top:4.1279296875rem;left:7.09375rem;height:3.0249rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MBgpTQVoZJLvltM7tkOkLhGTNabCkDG3 { position:absolute;display:block;z-index:15019;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:16.125rem;width:23.75rem;top:9.1875rem;left:0rem;overflow:hidden;display:block; }
#G7mTGz1oqyND6GLXbNmPTxhHge8GHoba { position:absolute;display:block;z-index:15020;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:16.125rem;width:23.75rem;top:9.1875rem;left:25.5rem;overflow:hidden;display:block; }
#EATFHp97lSe2DtohZthwnvqfWzoSFcmF { position:absolute;display:block;z-index:15021;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:16.125rem;width:23.75rem;top:9.1875rem;left:51rem;overflow:hidden;display:block; }
#CN1VLTAJ9lnIr3QyQrbZqmRf8lTVACWr { position:absolute;display:block;z-index:15022;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:16.125rem;width:23.75rem;top:27rem;left:0rem;overflow:hidden;display:block; }
#gysV3CcKzg1XuzXqL1dTRNWq3aApFh1k { position:absolute;display:block;z-index:15023;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:16.0625rem;width:23.75rem;top:27.03125rem;left:25.5rem;overflow:hidden;display:block; }
#rvXFkatZHuXUql0yxVZS6P5EpDZ3rLWW { position:absolute;display:block;z-index:15024;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:16.125rem;width:23.75rem;top:27rem;left:51rem;overflow:hidden;display:block; }
#PU2XvnFol2zkukJdWS85CZeZZXPR2plO { position:relative;display:block; }#PU2XvnFol2zkukJdWS85CZeZZXPR2plO { background-color: transparent; background-image: none; }#PU2XvnFol2zkukJdWS85CZeZZXPR2plO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PU2XvnFol2zkukJdWS85CZeZZXPR2plO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PU2XvnFol2zkukJdWS85CZeZZXPR2plO > .row .container > .video-iframe-container { display: none; }#PU2XvnFol2zkukJdWS85CZeZZXPR2plO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PU2XvnFol2zkukJdWS85CZeZZXPR2plO > .row > .video-iframe-container { display: none; }#PU2XvnFol2zkukJdWS85CZeZZXPR2plO > .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); }#PU2XvnFol2zkukJdWS85CZeZZXPR2plO { border-width: 0; border-radius: 0; }#PU2XvnFol2zkukJdWS85CZeZZXPR2plO > .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; }#PU2XvnFol2zkukJdWS85CZeZZXPR2plO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:35.375rem;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; }#IVqilgW2D7bbLVgW8OCEPNo3daPSrqCI { position:absolute;display:block;z-index:15001;height:28.125rem;width:75rem;top:3.8125rem;left:0rem;display:block; }
#FkJQxpALDdnTJzdxiqlEIbqPCJS9xk2T { 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; }#FkJQxpALDdnTJzdxiqlEIbqPCJS9xk2T > .row .container { background-color: transparent; background-image: none; }#FkJQxpALDdnTJzdxiqlEIbqPCJS9xk2T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FkJQxpALDdnTJzdxiqlEIbqPCJS9xk2T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FkJQxpALDdnTJzdxiqlEIbqPCJS9xk2T > .row .container > .video-iframe-container { display: none; }#FkJQxpALDdnTJzdxiqlEIbqPCJS9xk2T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FkJQxpALDdnTJzdxiqlEIbqPCJS9xk2T > .row > .video-iframe-container { display: none; }#FkJQxpALDdnTJzdxiqlEIbqPCJS9xk2T > .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); }#FkJQxpALDdnTJzdxiqlEIbqPCJS9xk2T > .row .container { border-width: 0; border-radius: 0; }#FkJQxpALDdnTJzdxiqlEIbqPCJS9xk2T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FkJQxpALDdnTJzdxiqlEIbqPCJS9xk2T > .row .container { font-size:0.875rem;font-family:arial;height:7.125rem;width:75rem;position:relative;display:block; }#ImUhfts1BWlDE0mVNd0fvWsWtlC3ApoX { color:#ffffff;display:block;width:34.0625rem;position:absolute;font-family:"kumbh sans";font-size:1.0625rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:2.6875rem;left:0rem;height:1.59375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#o4JALH6dTxRpU9TWVTQu3U3VCCJ30w32 { color:#ffffff;display:block;width:9.75rem;position:absolute;font-family:"kumbh sans";font-size:1.0625rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:2.6875rem;left:51.5625rem;height:1.59375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#N4aeeOxPwbDLGSofksCcS0fWlieMZxtU { color:#ffffff;display:block;width:11.5625rem;position:absolute;font-family:"kumbh sans";font-size:1.0625rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:2.6875rem;left:63.4375rem;height:1.59375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qvoBPhZBppSiiL0sSbCb77JoctRCmT33 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:2.6875rem;left:49.3125rem;overflow:hidden;display:block; }
#KeWilxiJvDBemWf9PQMv1TyhmkcszfsL { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:2.6875rem;left:61.25rem;overflow:hidden;display:block; }
#IlpXlxHA00bU5VueEHyJtpcLwOO8IzUf { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#IlpXlxHA00bU5VueEHyJtpcLwOO8IzUf { background-color: transparent; background-image: none; }#IlpXlxHA00bU5VueEHyJtpcLwOO8IzUf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IlpXlxHA00bU5VueEHyJtpcLwOO8IzUf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IlpXlxHA00bU5VueEHyJtpcLwOO8IzUf > .row .container > .video-iframe-container { display: none; }#IlpXlxHA00bU5VueEHyJtpcLwOO8IzUf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IlpXlxHA00bU5VueEHyJtpcLwOO8IzUf > .row > .video-iframe-container { display: none; }#IlpXlxHA00bU5VueEHyJtpcLwOO8IzUf > .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); }#IlpXlxHA00bU5VueEHyJtpcLwOO8IzUf { border-width: 0; border-radius: 0; }#IlpXlxHA00bU5VueEHyJtpcLwOO8IzUf > .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; }#IlpXlxHA00bU5VueEHyJtpcLwOO8IzUf > .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:5.625rem;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; }#cEfyAykGc9SRUgTl5AAAST733xPHzo14 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:4.4375rem;top:0rem;left:70.5625rem;overflow:hidden;display:block; }
#CPVG8CMQZoowKovlOkJFSy5uXTfPw6Je { background-color:#f10000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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:"kumbh sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:28.1875rem;left:0rem;display:none; }
#tcZTvw73TDUG4gTqDzoTTysDc8xo1QJo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #grkmMTQiAVewT6SKANF4aJ5K8HFrTTU5 { display:block; }#grkmMTQiAVewT6SKANF4aJ5K8HFrTTU5 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EzOLJgySmzpM9CT8ZgHGTyWdfGWNUA3s { width:15.875rem;height:4.375rem;top:0.9375rem;left:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Em9qr1W6TxQxKWSBPcd93uviN6b4UT0K { display:block; }
 }@media only screen and (max-width: 763px) { #Z6h3dRRgFg5Bp5QoUSEMVNgN6beTZEur { top:1.5rem;left:44.5rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcHU5oLu5S9LX5OdIUtaiI4nEeQoZH9H { top:1.6875rem;left:36.4375rem;width:11.3125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSJOmO4Xo2CTkTbmJFws2Nxw9m4rK20C { top:2.8125rem;left:36.5625rem;width:11.1875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrhg0dItTH59AdsC5dgid3CtAor9zNQO { width:9.8125rem;height:3.4375rem;top:1.75rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5ExkdBcarGatSfBQJ5Qfq7e4R44fOxE { display:block; }
 }@media only screen and (max-width: 763px) { #rGTtUQ6imx8vAa6NJ6htr084g3Oo5p3M { width:5.3125rem;height:3.4375rem;top:1.75rem;left:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRob7SmTGQHzEJmV8J4T8hHaKnD8KnHx { display:block; }
 }@media only screen and (max-width: 763px) { #dgv75TR3mUZgHPVqu852GSDlsApgH0md { width:8.3125rem;height:3.4375rem;top:1.75rem;left:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3GnOaCiycqh6nsA0Pv8EPQWMA8OOrz0 { display:block; }
 }@media only screen and (max-width: 763px) { #MRgkUlsa67LBvDO83t26t7kFwV8hkWME { width:9.4375rem;height:3.4375rem;top:1.75rem;left:35.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wadr1gHTqOT33MfD8r17yv1OFb6HWpXZ { display:block; }
 }@media only screen and (max-width: 763px) { #tlQdE9SCzWwMnTKAXrhVJLOpLsUpPvWJ { top:1.1875rem;left:0rem;width:15.4375rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDn7UuK1TRnKmCcf4N4nTUc7VTmDV7tD { display:block; }#FDn7UuK1TRnKmCcf4N4nTUc7VTmDV7tD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n1cl0GXppAWJ9NUswvWy7xfwmnkDTfLH { display:none; }#n1cl0GXppAWJ9NUswvWy7xfwmnkDTfLH > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hfnoldW1nMbGVCDRitGS6buTb1dc3wKq { display:none; }
 }@media only screen and (max-width: 763px) { #MifTLr873xkRTo3QWLBhtAN8plzTh3ML { width:9.0625rem;height:3.4375rem;top:7.625rem;left:12.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGrL7IaD18oQ74pqyoCtUWCD5Hmlf4ty { display:block; }
 }@media only screen and (max-width: 763px) { #nRtPxU9fsuJvIEuARy6D0uvR0q5QRLxI { width:12.6875rem;height:3.4375rem;top:4.6875rem;left:9.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTOXTd3ThZsI4W5LFm8cea2fyHTfvQ8O { display:block; }
 }@media only screen and (max-width: 763px) { #mCB3ZZDZzZpUWdcieM5GF8pC92PW227F { width:10.4375rem;height:3.4375rem;top:0.5625rem;left:6.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKWyFPA54ttplLys9nlBctwEiNi7B6Uq { display:block; }
 }@media only screen and (max-width: 763px) { #LLJmOZuPydxS6Bh8SVf1AfG3v8Hn4wbi { width:9.0625rem;height:3.4375rem;top:7.625rem;left:12.84375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hpLX9wZdTL6kBJI4lL542sVtRf7ihhwf { display:block; }
 }@media only screen and (max-width: 763px) { #Rrat7ustyVnhFwb96xEB3dUnvQqO5cC5 { width:47.75rem;height:14.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yukf5Qzh5wP6HIatgff3qeOdxWOwDNqa { display:block; }#yukf5Qzh5wP6HIatgff3qeOdxWOwDNqa > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oxAUAx9NBDl6seICJoUv1TbpkBdpxU1g { display:none; }
 }@media only screen and (max-width: 763px) { #NPthd8tBqi2A2n8aRAKES0fG6xcaeWJP { top:1rem;left:0rem;width:41.125rem;height:14.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPehkwGKAWTEG9LaRL9WAF2S2Pochoti { top:18.1875rem;left:0rem;width:40.9375rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8fBX3b9MUlOUubSFH4J7ozynk2AcvU5 { top:17.625rem;left:0rem;width:40.9375rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bek77gs5klhtWl0QKXA8WldrRzTdSxCG { top:21.0625rem;left:0rem;width:42rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4lE0dkE166uFnVe04CWmILdbwSVO3rS { width:17.5rem;height:3.4375rem;top:28.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAwwwqrHxQSmO8c8mW9RCIbZGTwqrKLo { display:block; }
 }@media only screen and (max-width: 763px) { #TuFCC0qkzbCb0zFMqH6xtdnTrZ02Gbdw { top:4.3125rem;left:20.25rem;width:27.5rem;height:36.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5  { width:17.5rem;height:auto;top:10.9375rem;left:27.75rem; }
#C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5 {display:block;}#C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5 { width:17.5rem;height:auto;top:10.9375rem;left:27.75rem; }
 }@media only screen and (max-width: 763px) { #C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5 #MxhFFOIehHwEUrXB6nt9qHzAp9gyQetC {  }
 }@media only screen and (max-width: 763px) { #C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5 #vS0b3J5fituintifxwV4NSxmVPOWJZc6 { display:block; }
 }@media only screen and (max-width: 763px) { #C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5 #HXDLv2O9Mx8SXTblGogXCZR5BdneZNgc {  }
 }@media only screen and (max-width: 763px) { #C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5 #Uw4wsZ05vKW81F4OohOgHX1hTXB8X1En {  }
 }@media only screen and (max-width: 763px) { #C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5 #eoqnLTWnHGiTfDS2H5AKEtRFTdkaCQWs { display:block; }
 }@media only screen and (max-width: 763px) { #C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5 #qxyXwhSsAfUgDQmUo0DmsCTMLpVnFrtL {  }
 }@media only screen and (max-width: 763px) { #C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5 #MIk8AlXcHiGJJObGHc7g88qsiaiBeA8Z {  }
 }@media only screen and (max-width: 763px) { #C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5 #ySixDkO1sd1e0q557zdelOB9Z5JAZAtF { display:block; }
 }@media only screen and (max-width: 763px) { #C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5 #utN1CsAiyB77VAf2R6nzd88pALCMsHei {  }
 }@media only screen and (max-width: 763px) { #C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5 #VwDAmowRwpBfgNe9KOkvGfqeupUgH68G {  }
 }@media only screen and (max-width: 763px) { #C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5 #zTm9TDZT8DzlFqrrXRWzzaHrJqavTbFE { display:block; }
 }@media only screen and (max-width: 763px) { #C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5 #eTU0nNGzhUeksRG5T5n2m1ey0A27uR22 {  }
 }@media only screen and (max-width: 763px) { #C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5 #LgXlUac2l8TgW55uGq6Ke6ICZNayqbBH {  }
 }@media only screen and (max-width: 763px) { #C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5 #G0H9xn1bRLQpZ57LK1npslJp9cVDtX95 { display:block; }
 }@media only screen and (max-width: 763px) { #C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5 #yuheq8F24286TzGOrqpCUWVT99mxa9sW {  }
 }@media only screen and (max-width: 763px) { #C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5 #b6IulMSeskGahHPp8fN8AB73w7wTXAho {  }
 }@media only screen and (max-width: 763px) { #C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5 #JNAMEP7tc7saktITgzqkdEg5yTniJds0 {  }
 }@media only screen and (max-width: 763px) { #NQ0Vr962zeFozab4qrulNOWvn5pxdiyk { top:4.625rem;left:22.1875rem;width:25.5625rem;height:3.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZSUTpul7ttt3VD329EElUmnozs6NFLD { top:4.3125rem;left:20.25rem;width:27.5rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2J1GClQ3wQTL8cbiXvVe1G9og3PkT54 { top:35.5625rem;left:34.4375rem;width:7.0625rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7OqhryT5d1To7bUEimorwTs4ftRVw0T { width:6.8125rem;height:1rem;top:36.9375rem;left:40.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6CanH4PAVNZHboPw3QiQ4ZGmd8csusT { width:2.3125rem;height:2.3125rem;top:36.125rem;left:45.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtmFfV3IIDn0wDWQMk6JD2pRGpu37u3G { width:2.3125rem;height:2.3125rem;top:36.125rem;left:45.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHaXCmK3ALnBme7LXvKmxRG6qa2yfXVd { width:2.3125rem;height:2.3125rem;top:36.125rem;left:45.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLRwInerdiCZqXdHyfUXgmrapOuqn6Tm { width:2.3125rem;height:2.3125rem;top:36.125rem;left:45.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJGFGiJSd3M5LkRcy1EoLg0UiyTR3mx2 { width:2.3125rem;height:2.3125rem;top:36.125rem;left:45.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVa5JufgUbzCTpRcoQapD3UH1KWTtB8R { top:33.625rem;left:0rem;width:6.5625rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROdn3bfLTGS9MgXt3BgUoVu2siuxaGvd { top:33.625rem;left:0rem;width:7.0625rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wM9VyNuTPmyJ32qKmE2krbZbXxeVGh2g { top:33.1875rem;left:2.5625rem;width:6.25rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RivMRkL9DQlBiqCkIt151So73uW18gVT { display:block; }#RivMRkL9DQlBiqCkIt151So73uW18gVT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ii8nr9DQudAngC6n5cPR1F2qKO5ENxPA { top:5.1875rem;left:13.75rem;width:34rem;height:2.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bB0q7sXKACMo8GWKSbmkHVTtfDbZWeuQ { top:9rem;left:13.6875rem;width:34.0625rem;height:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTeNCxK3umALGC82iapzTthMz7Br1l1W { top:4.625rem;left:0rem;width:37.875rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEETKo7afVPmT2b0N4JV9hNxl4gb3Oad { top:18.5625rem;left:16.3125rem;width:31.4375rem;height:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8KxC6xfrZlLKshO7SWEmNsE7KIx2bX6 { top:18.5625rem;left:27.3125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygOhusu4Mzas5ebFEDX3TETFEbiJXVaM { top:20.8125rem;left:27.3125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWW6bleTDvyh8ADNq8bFV4fVawItRqBG { top:23.125rem;left:27.3125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQoXs6dbv09fRRSc5aVAukJ7Mxrt8OSf { top:25.5rem;left:27.3125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCK8iGr3pcDJUFxOaTXh7LUZ18rVRGuB { top:27.75rem;left:27.3125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h8qyik5w8w6rOWmO644BtRSIrwr6S1u9 { top:3.375rem;left:6.875rem;width:34rem;height:2.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNkxZTXIUW9mW8US6P8xMGTuRhWSrmkT { top:8.9375rem;left:0rem;width:17.5rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #S42UQ9RqtG6q3rFtQEkRou9gDRRFuccf { top:16.125rem;left:0rem;width:17.125rem;height:2.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWIO4Lp9Itn1LdnlpMnxziUddhEnONOR { top:18.9375rem;left:0rem;width:14.4375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLOsHmLIE11t2ZqbcaGsHLGXW48VsFdF { top:9.9375rem;left:0rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SG3bhXtZKTq0QKl9sCs61JyacUMnkr3D { top:8.9375rem;left:5.5rem;width:17.5rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pps25nUKRyB3l5Rh8mzm0x4M5s8DEXAT { top:18.9375rem;left:7.0625rem;width:14.4375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooWks4UHxsT5EOQ6XD1XQ0a9IU501KZX { top:16.125rem;left:5.6875rem;width:17.125rem;height:2.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hs63Gt0w6g3RN4CJVlVqUDTOX7t5ycyB { top:10.1875rem;left:11.75rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U76P3J3p0kubKi73fRTbbpLiatGSaD8X { top:8.9375rem;left:24.6875rem;width:17.5rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvI6iqdZr0mcPV6idf03Mbqzn8ZUMTgB { top:18.9375rem;left:26.25rem;width:14.4375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsS0FCwT8gQBwPaZ3yXk2ABvbTfiBSA7 { top:16.125rem;left:24.875rem;width:17.125rem;height:2.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiPCZSAAr7tInBlTAiunUo1ZVZP1cWyA { top:10.1875rem;left:30.9375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yozIx2d3ZyeOU4LJ6UCUr9wXKQXhtGV1 { top:8.9375rem;left:30.25rem;width:17.5rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxHTyTTehl7o6pEpPpoTL7OEkULqz2mR { top:18.9375rem;left:33.3125rem;width:14.4375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcLDrQwCFuzgyPCwnh38dBdVqC2UyeR1 { top:16.125rem;left:30.625rem;width:17.125rem;height:2.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbmvsI6OEcKoUfa4TfulTytHRJL3TUzL { top:9.9375rem;left:42.1875rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwFRFwCtnd3nZw2GApbFsdO0uE3muWD9 { width:17.5rem;height:3.4375rem;top:24.6875rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxh3HKq10XJeQKz8m63DIRf4Q2W8ZIWt { display:block; }
 }@media only screen and (max-width: 763px) { #FXxZ9rp3dq3JFwgcKy1cS2FFy4mZ7HAv { display:block; }#FXxZ9rp3dq3JFwgcKy1cS2FFy4mZ7HAv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nx7W4JV7XphVpX7e8qqCTp8S9si9fG8C { top:2.4375rem;left:0rem;width:47.75rem;height:5.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoaHSlAfKVd9VJghJITxO2oq8wkBOmiM { top:8.5rem;left:0rem;width:23.5rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ft9LfwgNwmZKeHAJnoJZ0Lvv2FBEHHW7 { top:26.1875rem;left:0rem;width:19.375rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bzp43ZT7gqfBov7UfJo37ySTMtPKyvQ2 { top:8.5rem;left:0rem;width:23.4375rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCiuq14PVsqZqTSVFoGLadsZeffkIBiK { top:8.5rem;left:12.125rem;width:23.5rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ph0dP0PUPOaaQuwgANUR7E8mTK8X3wIV { top:25.1875rem;left:14.1875rem;width:19.375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZz30BlQWeTTcnTuJZihsno3h41DJSuU { top:8.5rem;left:12.125rem;width:23.5rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIEzZ8bgmuxfP401iywPe4hyqpuI66TC { top:8.5rem;left:24.25rem;width:23.5rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7yZQWA8DunQZV89Iq6swF27Af6WLU3a { top:26.4375rem;left:28.375rem;width:19.375rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #swEd4bWUf3Lzgvc7lrFopByR2OpJXo8i { top:8.5rem;left:24.375rem;width:23.375rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #doGRxqNmDWzFAWpMQ6oEbNUb909u6KEI { top:32.25rem;left:0rem;width:23.5rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEUMur8C57SziwHHMH5mXMQP2ThO27AB { top:49.0625rem;left:0rem;width:19.375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTMX6W7fEpish9puOUnU3owhXFzELvL2 { top:32.25rem;left:0rem;width:23.5rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wa47xtxha3ThcDmTQrPthX15bPB4L4Gx { top:32.25rem;left:12.125rem;width:23.5rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSpQUaO0foHcmLbGoqWqQibEA8D7TAmO { top:49.0625rem;left:14.1875rem;width:19.375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mbiu0DEITPXglL3dNc4OJLf0zhBUfIbT { top:32.25rem;left:12.125rem;width:23.5rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgHIsKp5nIB1r6eAiPsOQNqnnX5PuyTF { top:32.25rem;left:24.25rem;width:23.5rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uucx0348VkAtW3PcKn6B5Ukd7M0ZXhPI { top:49.0625rem;left:28.375rem;width:19.375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8VUwGzoS9TowQNaSOnPzqsrblLyhTnN { top:32.25rem;left:24.25rem;width:23.5rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ec00Vd2HbFW91EOZKJVdHzFC0Vdw15F6 { display:block; }#Ec00Vd2HbFW91EOZKJVdHzFC0Vdw15F6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gnLK0IB1KPr00qi7NdnpwBBb4xCeAVDx { top:4.125rem;left:0rem;width:47.75rem;height:3rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJXK0Nqih7v188DWJ9wSdwalH3yQ01Ws { top:10.3125rem;left:0rem;width:24.0625rem;height:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuVM9AOUDsL7V1X3CeqZTAQwNaCWQr3C { top:13.875rem;left:0rem;width:6.25rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvd3VnNAUOMNz7qR6xZpUVcXds3J5oF3 { top:15.875rem;left:0rem;width:21.5625rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRGmJtEb89U3fAernJTbLHKMpuKxAvu6 { top:12.4375rem;left:0rem;width:10.875rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnrPVrmTw8mJed38FV383b9fEx71xPWg { top:12.0625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOBDnQhKoA4PbVhnuKQQkugtrI6mc8GB { top:22.875rem;left:0rem;width:21.4375rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWxGXhW6eQqWTQhICFv6nRpf7TaI9172 { top:10.3125rem;left:11.875rem;width:24.0625rem;height:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwTT3XLrKeQ4CRXdhhgxrTT19FgRGGnr { top:22.875rem;left:13.1875rem;width:21.3125rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9DVtG0bGMEuU2zeLNyh2pZAohO8iztT { top:15.875rem;left:13.125rem;width:21.5625rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhOMGGFr4oOFiSeutFi5DJxxurIePcZ6 { top:13.875rem;left:16.875rem;width:6.25rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxlE0IZFSxK5FIlv6kTIJKM7zFVWrMT5 { top:12.0625rem;left:13.125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hd4CPiafFTWOhiXwZRtWzIl2XkMEEnOH { top:12.4375rem;left:17rem;width:10.875rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBxn7gqZXAlXWyWklgplPx3PSkEKpa7u { top:10.3125rem;left:23.6875rem;width:24.0625rem;height:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyzSVH91ShyQ4GbLBfsM4kQx80LXWzkl { top:22.875rem;left:26.3125rem;width:21.3125rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktw3sesOPzENz7frsNqU3WHgn4y0DWm2 { top:15.875rem;left:26.1875rem;width:21.5625rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bptd9AgBif43Ln4FlQEvqbuzotTpr62J { top:13.875rem;left:41.5rem;width:6.25rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ux3Zwb4mTOpOi7vIl1KlclUirKlPMJix { top:12.0625rem;left:38.5625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNrQwTQTThwxuSci962CIZUseUWKMtAK { top:12.4375rem;left:36.875rem;width:10.875rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiLzHQQFIkQzv6qFPl9TfIVHpJPwcGta { display:block; }#CiLzHQQFIkQzv6qFPl9TfIVHpJPwcGta > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eXqEi0NowwmIUR5EIvQaFxWDQIu8QWRv { top:4.375rem;left:13.75rem;width:34rem;height:5.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDBz4AGFnm2Xd2TseSAoAhoT1O9WBHJL { top:10.6875rem;left:13.6875rem;width:34.0625rem;height:17.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZv9sDsRBWAmJypW89vBWs7cF4D1PfaX { width:17.5rem;height:3.4375rem;top:29.9375rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddfKOvJmOK62gWQDVW8FKD5tnAQ0RR14 { display:block; }
 }@media only screen and (max-width: 763px) { #UAFdeF8ZIksxMA8kF9Z0qST9e0btlOCq { top:4.375rem;left:0rem;width:36.6875rem;height:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMHlLvfPTCGEh6ROUMBWn36OgL3Xsh8k { display:block; }#QMHlLvfPTCGEh6ROUMBWn36OgL3Xsh8k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KKdTdH5Uy94TLzmEItSwfQmkzRcLGtBt { top:5.9375rem;left:0rem;width:33.8125rem;height:5.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMcFmoOkyEQB7MvXLhhJ0wh8aZTeuRAP { top:15.5625rem;left:0rem;width:34.0625rem;height:9.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7hiAfWmm62f2OZhJpF1t1H8qwNnV0Xs { width:17.5rem;height:3.4375rem;top:37.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpOlhl5nqmbD1uym0FiXGH9LraXAto2e { display:block; }
 }@media only screen and (max-width: 763px) { #PNacVmRzH9geZeAdJs0QxRFlmX7lPyd2 { top:3.5625rem;left:15.375rem;width:32.375rem;height:45.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyAe63fVVy3tUXzfXzTH5cTE2Mm83U8a { top:26.875rem;left:0rem;width:24.375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HW2XeDxtaEDEexu0yhZTag8nOuzTICGT { top:29.125rem;left:0rem;width:34.0625rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFXqn5m4l0RpSNw6vgZGCE1tQazTFnmb { display:block; }#bFXqn5m4l0RpSNw6vgZGCE1tQazTFnmb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aotZptkQyVmpbfuqvsrQ7Z6ff1KJvE87 { top:4.125rem;left:0rem;width:47.75rem;height:3rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBgpTQVoZJLvltM7tkOkLhGTNabCkDG3 { top:9.1875rem;left:0rem;width:23.75rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7mTGz1oqyND6GLXbNmPTxhHge8GHoba { top:9.1875rem;left:11.875rem;width:23.75rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EATFHp97lSe2DtohZthwnvqfWzoSFcmF { top:9.1875rem;left:23.75rem;width:23.75rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CN1VLTAJ9lnIr3QyQrbZqmRf8lTVACWr { top:27rem;left:0rem;width:23.75rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gysV3CcKzg1XuzXqL1dTRNWq3aApFh1k { top:27rem;left:11.875rem;width:23.75rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvXFkatZHuXUql0yxVZS6P5EpDZ3rLWW { top:27rem;left:23.75rem;width:23.75rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PU2XvnFol2zkukJdWS85CZeZZXPR2plO { display:block; }#PU2XvnFol2zkukJdWS85CZeZZXPR2plO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IVqilgW2D7bbLVgW8OCEPNo3daPSrqCI { top:3.8125rem;left:0rem;width:47.75rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkJQxpALDdnTJzdxiqlEIbqPCJS9xk2T { display:block; }#FkJQxpALDdnTJzdxiqlEIbqPCJS9xk2T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ImUhfts1BWlDE0mVNd0fvWsWtlC3ApoX { top:2.6875rem;left:0rem;width:34.0625rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4JALH6dTxRpU9TWVTQu3U3VCCJ30w32 { top:2.6875rem;left:37.9375rem;width:9.75rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4aeeOxPwbDLGSofksCcS0fWlieMZxtU { top:2.6875rem;left:36.1875rem;width:11.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvoBPhZBppSiiL0sSbCb77JoctRCmT33 { top:2.6875rem;left:35.6875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeWilxiJvDBemWf9PQMv1TyhmkcszfsL { top:2.6875rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlpXlxHA00bU5VueEHyJtpcLwOO8IzUf { display:block; }#IlpXlxHA00bU5VueEHyJtpcLwOO8IzUf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cEfyAykGc9SRUgTl5AAAST733xPHzo14 { top:0rem;left:43.3125rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPVG8CMQZoowKovlOkJFSy5uXTfPw6Je { width:17.5rem;height:3.4375rem;top:28.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tcZTvw73TDUG4gTqDzoTTysDc8xo1QJo { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #grkmMTQiAVewT6SKANF4aJ5K8HFrTTU5 { position:relative;z-index:auto;display:none; }#grkmMTQiAVewT6SKANF4aJ5K8HFrTTU5 { border-width: 0; border-radius: 0; }#grkmMTQiAVewT6SKANF4aJ5K8HFrTTU5 > .row .container { width:20rem;height:23.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EzOLJgySmzpM9CT8ZgHGTyWdfGWNUA3s { width:19.125rem;height:4.375rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Em9qr1W6TxQxKWSBPcd93uviN6b4UT0K { display:block; }
 }@media only screen and (max-width: 763px) { #Z6h3dRRgFg5Bp5QoUSEMVNgN6beTZEur { display:flex;width:2.4375rem;height:2.4375rem;top:7.5rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #TcHU5oLu5S9LX5OdIUtaiI4nEeQoZH9H { width:11.3125rem;height:0.9746125rem;top:11.1875rem;left:4.3125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pSJOmO4Xo2CTkTbmJFws2Nxw9m4rK20C { width:11.1875rem;height:1.8681625rem;top:13.4375rem;left:4.375rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yrhg0dItTH59AdsC5dgid3CtAor9zNQO { width:9.8125rem;height:3.4375rem;top:1.75rem;left:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #l5ExkdBcarGatSfBQJ5Qfq7e4R44fOxE { display:block; }
 }@media only screen and (max-width: 763px) { #rGTtUQ6imx8vAa6NJ6htr084g3Oo5p3M { width:5.3125rem;height:3.4375rem;top:1.75rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yRob7SmTGQHzEJmV8J4T8hHaKnD8KnHx { display:block; }
 }@media only screen and (max-width: 763px) { #dgv75TR3mUZgHPVqu852GSDlsApgH0md { width:8.3125rem;height:3.4375rem;top:1.75rem;left:5.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #l3GnOaCiycqh6nsA0Pv8EPQWMA8OOrz0 { display:block; }
 }@media only screen and (max-width: 763px) { #MRgkUlsa67LBvDO83t26t7kFwV8hkWME { width:9.4375rem;height:3.4375rem;top:1.75rem;left:5.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wadr1gHTqOT33MfD8r17yv1OFb6HWpXZ { display:block; }
 }@media only screen and (max-width: 763px) { #tlQdE9SCzWwMnTKAXrhVJLOpLsUpPvWJ { width:15.4375rem;height:4.5rem;top:16.5546875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDn7UuK1TRnKmCcf4N4nTUc7VTmDV7tD { display:none; }#FDn7UuK1TRnKmCcf4N4nTUc7VTmDV7tD > .row .container { width:20rem;height:6.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #n1cl0GXppAWJ9NUswvWy7xfwmnkDTfLH { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#n1cl0GXppAWJ9NUswvWy7xfwmnkDTfLH > .row .container { background-color: transparent; background-image: none; }#n1cl0GXppAWJ9NUswvWy7xfwmnkDTfLH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n1cl0GXppAWJ9NUswvWy7xfwmnkDTfLH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n1cl0GXppAWJ9NUswvWy7xfwmnkDTfLH > .row .container > .video-iframe-container { display: none; }#n1cl0GXppAWJ9NUswvWy7xfwmnkDTfLH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n1cl0GXppAWJ9NUswvWy7xfwmnkDTfLH > .row > .video-iframe-container { display: none; }#n1cl0GXppAWJ9NUswvWy7xfwmnkDTfLH > .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); }#n1cl0GXppAWJ9NUswvWy7xfwmnkDTfLH > .row .container { border-width: 0; border-radius: 0; }#n1cl0GXppAWJ9NUswvWy7xfwmnkDTfLH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n1cl0GXppAWJ9NUswvWy7xfwmnkDTfLH > .row .container { width:20rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hfnoldW1nMbGVCDRitGS6buTb1dc3wKq { display:flex;top:2.21875rem;left:18.0625rem;width:1.9375rem;height:1.9375rem;z-index:15000; }
 }@media only screen and (max-width: 763px) { #MifTLr873xkRTo3QWLBhtAN8plzTh3ML { width:9.0625rem;height:3.4375rem;top:14.375rem;left:5.4375rem;font-family:"kumbh sans";color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #HGrL7IaD18oQ74pqyoCtUWCD5Hmlf4ty { display:block; }
 }@media only screen and (max-width: 763px) { #nRtPxU9fsuJvIEuARy6D0uvR0q5QRLxI { width:12.6875rem;height:3.4375rem;top:10.9375rem;left:3.6875rem;font-family:"kumbh sans";color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #iTOXTd3ThZsI4W5LFm8cea2fyHTfvQ8O { display:block; }
 }@media only screen and (max-width: 763px) { #mCB3ZZDZzZpUWdcieM5GF8pC92PW227F { width:10.4375rem;height:3.4375rem;top:7.5625rem;left:4.8125rem;font-family:"kumbh sans";color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #wKWyFPA54ttplLys9nlBctwEiNi7B6Uq { display:block; }
 }@media only screen and (max-width: 763px) { #LLJmOZuPydxS6Bh8SVf1AfG3v8Hn4wbi { width:9.0625rem;height:3.4375rem;top:17.8125rem;left:5.46875rem;z-index:15011;font-family:"kumbh sans";color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #hpLX9wZdTL6kBJI4lL542sVtRf7ihhwf { display:block; }
 }@media only screen and (max-width: 763px) { #Rrat7ustyVnhFwb96xEB3dUnvQqO5cC5 { top:1.53125rem;left:0rem;width:11.375rem;height:3.3125rem;z-index:15012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yukf5Qzh5wP6HIatgff3qeOdxWOwDNqa { display:block; }#yukf5Qzh5wP6HIatgff3qeOdxWOwDNqa { border-width: 0; border-radius: 0; }#yukf5Qzh5wP6HIatgff3qeOdxWOwDNqa > .row .container { width:20rem;height:76.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oxAUAx9NBDl6seICJoUv1TbpkBdpxU1g { display:flex;top:68.9375rem;left:0rem;width:1.375rem;height:1.375rem;z-index:14999;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NPthd8tBqi2A2n8aRAKES0fG6xcaeWJP { width:20rem;height:10.9960625rem;top:0.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPehkwGKAWTEG9LaRL9WAF2S2Pochoti { width:19.0625rem;height:3rem;top:33.140625rem;left:0.46875005960464rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #U8fBX3b9MUlOUubSFH4J7ozynk2AcvU5 { width:20rem;height:4.125rem;top:32.609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bek77gs5klhtWl0QKXA8WldrRzTdSxCG { width:20rem;height:9rem;top:21.234375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4lE0dkE166uFnVe04CWmILdbwSVO3rS { width:20rem;height:3.4375rem;top:29.359375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NAwwwqrHxQSmO8c8mW9RCIbZGTwqrKLo { display:block; }
 }@media only screen and (max-width: 763px) { #TuFCC0qkzbCb0zFMqH6xtdnTrZ02Gbdw { width:20rem;height:34.9375rem;top:38.687503814698rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:3.0625rem; }
#C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5  { width:17.5rem;height:auto;top:42.187503814698rem;left:0rem; }
#C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5 {display:block;}#C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5 { width:17.5rem;height:auto;top:42.187503814698rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5 #MxhFFOIehHwEUrXB6nt9qHzAp9gyQetC {  }
 }@media only screen and (max-width: 763px) { #C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5 #vS0b3J5fituintifxwV4NSxmVPOWJZc6 { display:block; }
 }@media only screen and (max-width: 763px) { #C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5 #HXDLv2O9Mx8SXTblGogXCZR5BdneZNgc {  }
 }@media only screen and (max-width: 763px) { #C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5 #Uw4wsZ05vKW81F4OohOgHX1hTXB8X1En {  }
 }@media only screen and (max-width: 763px) { #C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5 #eoqnLTWnHGiTfDS2H5AKEtRFTdkaCQWs { display:block; }
 }@media only screen and (max-width: 763px) { #C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5 #qxyXwhSsAfUgDQmUo0DmsCTMLpVnFrtL {  }
 }@media only screen and (max-width: 763px) { #C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5 #MIk8AlXcHiGJJObGHc7g88qsiaiBeA8Z {  }
 }@media only screen and (max-width: 763px) { #C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5 #ySixDkO1sd1e0q557zdelOB9Z5JAZAtF { display:block; }
 }@media only screen and (max-width: 763px) { #C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5 #utN1CsAiyB77VAf2R6nzd88pALCMsHei {  }
 }@media only screen and (max-width: 763px) { #C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5 #VwDAmowRwpBfgNe9KOkvGfqeupUgH68G {  }
 }@media only screen and (max-width: 763px) { #C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5 #zTm9TDZT8DzlFqrrXRWzzaHrJqavTbFE { display:block; }
 }@media only screen and (max-width: 763px) { #C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5 #eTU0nNGzhUeksRG5T5n2m1ey0A27uR22 {  }
 }@media only screen and (max-width: 763px) { #C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5 #LgXlUac2l8TgW55uGq6Ke6ICZNayqbBH {  }
 }@media only screen and (max-width: 763px) { #C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5 #G0H9xn1bRLQpZ57LK1npslJp9cVDtX95 { display:block; }
 }@media only screen and (max-width: 763px) { #C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5 #yuheq8F24286TzGOrqpCUWVT99mxa9sW {  }
 }@media only screen and (max-width: 763px) { #C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5 #b6IulMSeskGahHPp8fN8AB73w7wTXAho {  }
 }@media only screen and (max-width: 763px) { #C8OQocrzRTQODc7Fs12pxZg5zBTgbIg5 #JNAMEP7tc7saktITgzqkdEg5yTniJds0 {  }
 }@media only screen and (max-width: 763px) { #NQ0Vr962zeFozab4qrulNOWvn5pxdiyk { width:20rem;height:3.0234375rem;top:38.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZSUTpul7ttt3VD329EElUmnozs6NFLD { width:20rem;height:3.375rem;top:38.687503814698rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2J1GClQ3wQTL8cbiXvVe1G9og3PkT54 { width:7.0625rem;height:3.6875rem;top:69.1250038147rem;left:0.56250005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7OqhryT5d1To7bUEimorwTs4ftRVw0T { width:6.8125rem;height:1.05615rem;top:70.5000038147rem;left:6.1875002980232rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6CanH4PAVNZHboPw3QiQ4ZGmd8csusT { width:1.5625rem;height:1.5625rem;top:70.1250038147rem;left:13.625000298023rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtmFfV3IIDn0wDWQMk6JD2pRGpu37u3G { width:1.5625rem;height:1.5625rem;top:70.1250038147rem;left:12.062500298023rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHaXCmK3ALnBme7LXvKmxRG6qa2yfXVd { width:1.5625rem;height:1.5625rem;top:70.0625038147rem;left:17.937501251698rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLRwInerdiCZqXdHyfUXgmrapOuqn6Tm { width:1.5625rem;height:1.5625rem;top:70.0625038147rem;left:16.562501251698rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJGFGiJSd3M5LkRcy1EoLg0UiyTR3mx2 { width:1.5625rem;height:1.5625rem;top:70.1250038147rem;left:15.125000298023rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVa5JufgUbzCTpRcoQapD3UH1KWTtB8R { width:6.5625rem;height:6.3125rem;top:11.609378814698rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROdn3bfLTGS9MgXt3BgUoVu2siuxaGvd { width:7.0625rem;height:6.1875rem;top:11.671878814698rem;left:6.5312502980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #wM9VyNuTPmyJ32qKmE2krbZbXxeVGh2g { width:6.25rem;height:7.5625rem;top:11.421878814698rem;left:13.750000298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #RivMRkL9DQlBiqCkIt151So73uW18gVT { display:block; }#RivMRkL9DQlBiqCkIt151So73uW18gVT > .row .container { width:20rem;height:43.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ii8nr9DQudAngC6n5cPR1F2qKO5ENxPA { width:20rem;height:4.3984375rem;top:13.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bB0q7sXKACMo8GWKSbmkHVTtfDbZWeuQ { width:20rem;height:12rem;top:19.57421875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTeNCxK3umALGC82iapzTthMz7Br1l1W { height:11.188118811881rem;width:20rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEETKo7afVPmT2b0N4JV9hNxl4gb3Oad { width:17.6875rem;height:9.8965125rem;top:32.5rem;left:2.3125000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8KxC6xfrZlLKshO7SWEmNsE7KIx2bX6 { width:1.5625rem;height:1.5625rem;top:32.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygOhusu4Mzas5ebFEDX3TETFEbiJXVaM { width:1.5625rem;height:1.5625rem;top:34.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWW6bleTDvyh8ADNq8bFV4fVawItRqBG { width:1.5625rem;height:1.5625rem;top:36.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQoXs6dbv09fRRSc5aVAukJ7Mxrt8OSf { width:1.5625rem;height:1.5625rem;top:38.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCK8iGr3pcDJUFxOaTXh7LUZ18rVRGuB { width:1.5625rem;height:1.5625rem;top:41.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:47.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h8qyik5w8w6rOWmO644BtRSIrwr6S1u9 { width:20rem;height:4.3994125rem;top:0.4375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNkxZTXIUW9mW8US6P8xMGTuRhWSrmkT { width:20rem;height:7.125rem;top:6.8984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S42UQ9RqtG6q3rFtQEkRou9gDRRFuccf { width:10.75rem;height:2.19986875rem;top:8.375rem;left:7.875rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PWIO4Lp9Itn1LdnlpMnxziUddhEnONOR { width:10.75rem;height:1.5rem;top:10.875rem;left:7.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FLOsHmLIE11t2ZqbcaGsHLGXW48VsFdF { width:5.5625rem;height:5.5625rem;top:7.6484375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SG3bhXtZKTq0QKl9sCs61JyacUMnkr3D { width:20rem;height:7.125rem;top:15.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pps25nUKRyB3l5Rh8mzm0x4M5s8DEXAT { width:10.75rem;height:1.5rem;top:19.375rem;left:7.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ooWks4UHxsT5EOQ6XD1XQ0a9IU501KZX { width:10.75rem;height:2.19986875rem;top:16.875rem;left:7.8125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Hs63Gt0w6g3RN4CJVlVqUDTOX7t5ycyB { width:5rem;height:5rem;top:16.3125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U76P3J3p0kubKi73fRTbbpLiatGSaD8X { width:20rem;height:7.125rem;top:23.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvI6iqdZr0mcPV6idf03Mbqzn8ZUMTgB { width:10.75rem;height:1.5rem;top:27.625rem;left:7.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gsS0FCwT8gQBwPaZ3yXk2ABvbTfiBSA7 { width:10.75rem;height:2.19986875rem;top:25rem;left:7.9375rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LiPCZSAAr7tInBlTAiunUo1ZVZP1cWyA { width:5rem;height:5rem;top:24.5625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yozIx2d3ZyeOU4LJ6UCUr9wXKQXhtGV1 { width:20rem;height:7.125rem;top:31.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxHTyTTehl7o6pEpPpoTL7OEkULqz2mR { width:10.75rem;height:1.5rem;top:35.9375rem;left:8rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xcLDrQwCFuzgyPCwnh38dBdVqC2UyeR1 { width:10.75rem;height:2.19986875rem;top:33.3125rem;left:8rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VbmvsI6OEcKoUfa4TfulTytHRJL3TUzL { width:5.5625rem;height:5.5625rem;top:32.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwFRFwCtnd3nZw2GApbFsdO0uE3muWD9 { width:17.5rem;height:3.4375rem;top:40.6484375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxh3HKq10XJeQKz8m63DIRf4Q2W8ZIWt { display:block; }
 }@media only screen and (max-width: 763px) { #FXxZ9rp3dq3JFwgcKy1cS2FFy4mZ7HAv { display:block; }#FXxZ9rp3dq3JFwgcKy1cS2FFy4mZ7HAv > .row .container { width:20rem;height:127.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nx7W4JV7XphVpX7e8qqCTp8S9si9fG8C { width:20rem;height:7.1484375rem;top:0.5625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoaHSlAfKVd9VJghJITxO2oq8wkBOmiM { width:20rem;height:19.625rem;top:8.1484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ft9LfwgNwmZKeHAJnoJZ0Lvv2FBEHHW7 { width:17.5rem;height:3.298825rem;top:23.2109375rem;left:1.2500000596046rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bzp43ZT7gqfBov7UfJo37ySTMtPKyvQ2 { width:19.75rem;height:14.6875rem;top:8.1484375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCiuq14PVsqZqTSVFoGLadsZeffkIBiK { width:20rem;height:18.0625rem;top:28.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ph0dP0PUPOaaQuwgANUR7E8mTK8X3wIV { width:17.5rem;height:1.6499rem;top:43.3125rem;left:1.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZz30BlQWeTTcnTuJZihsno3h41DJSuU { width:20rem;height:13.510638297873rem;top:28.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIEzZ8bgmuxfP401iywPe4hyqpuI66TC { width:20rem;height:19.625rem;top:48rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7yZQWA8DunQZV89Iq6swF27Af6WLU3a { width:17.5rem;height:3.298825rem;top:62.4375rem;left:1.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #swEd4bWUf3Lzgvc7lrFopByR2OpJXo8i { width:19.9375rem;height:13.5rem;top:48rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #doGRxqNmDWzFAWpMQ6oEbNUb909u6KEI { width:20rem;height:18.0625rem;top:68.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEUMur8C57SziwHHMH5mXMQP2ThO27AB { width:17.5rem;height:1.6499rem;top:83.125rem;left:1.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTMX6W7fEpish9puOUnU3owhXFzELvL2 { width:20rem;height:13.510638297873rem;top:68.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wa47xtxha3ThcDmTQrPthX15bPB4L4Gx { width:20rem;height:18.0625rem;top:87.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSpQUaO0foHcmLbGoqWqQibEA8D7TAmO { width:17.5rem;height:1.6499rem;top:102.125rem;left:1.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mbiu0DEITPXglL3dNc4OJLf0zhBUfIbT { width:20rem;height:13.510638297873rem;top:87.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgHIsKp5nIB1r6eAiPsOQNqnnX5PuyTF { width:20rem;height:18.0625rem;top:106.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uucx0348VkAtW3PcKn6B5Ukd7M0ZXhPI { width:17.5rem;height:1.6499rem;top:121.25rem;left:1.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8VUwGzoS9TowQNaSOnPzqsrblLyhTnN { width:20rem;height:13.510638297873rem;top:106.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ec00Vd2HbFW91EOZKJVdHzFC0Vdw15F6 { display:block; }#Ec00Vd2HbFW91EOZKJVdHzFC0Vdw15F6 > .row .container { width:20rem;height:96.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gnLK0IB1KPr00qi7NdnpwBBb4xCeAVDx { width:20rem;height:2.19986875rem;top:2.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJXK0Nqih7v188DWJ9wSdwalH3yQ01Ws { width:20rem;height:28.1875rem;top:6.69921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuVM9AOUDsL7V1X3CeqZTAQwNaCWQr3C { width:5.625rem;height:1rem;top:10.1240234375rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvd3VnNAUOMNz7qR6xZpUVcXds3J5oF3 { width:17.5rem;height:7.5rem;top:12.44921875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRGmJtEb89U3fAernJTbLHKMpuKxAvu6 { width:10.875rem;height:1.23730625rem;top:8.57421875rem;left:5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnrPVrmTw8mJed38FV383b9fEx71xPWg { width:3.125rem;height:3.125rem;top:8.2490234375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOBDnQhKoA4PbVhnuKQQkugtrI6mc8GB { width:17.5rem;height:13rem;top:20.44921875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWxGXhW6eQqWTQhICFv6nRpf7TaI9172 { width:20rem;height:29.1875rem;top:36.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwTT3XLrKeQ4CRXdhhgxrTT19FgRGGnr { width:17.5rem;height:13.0625rem;top:50.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9DVtG0bGMEuU2zeLNyh2pZAohO8iztT { width:17.5rem;height:7.5rem;top:41.8125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhOMGGFr4oOFiSeutFi5DJxxurIePcZ6 { width:5.625rem;height:1rem;top:39.5rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxlE0IZFSxK5FIlv6kTIJKM7zFVWrMT5 { width:3.125rem;height:3.125rem;top:37.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hd4CPiafFTWOhiXwZRtWzIl2XkMEEnOH { width:10.875rem;height:1.23730625rem;top:38rem;left:5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBxn7gqZXAlXWyWklgplPx3PSkEKpa7u { width:20rem;height:26.625rem;top:66.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyzSVH91ShyQ4GbLBfsM4kQx80LXWzkl { width:17.5rem;height:13.125rem;top:78.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktw3sesOPzENz7frsNqU3WHgn4y0DWm2 { width:17.5rem;height:4.5rem;top:72.25rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bptd9AgBif43Ln4FlQEvqbuzotTpr62J { width:5.625rem;height:1rem;top:70rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ux3Zwb4mTOpOi7vIl1KlclUirKlPMJix { width:3.125rem;height:3.125rem;top:68.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNrQwTQTThwxuSci962CIZUseUWKMtAK { width:10.875rem;height:1.23730625rem;top:68.5625rem;left:5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiLzHQQFIkQzv6qFPl9TfIVHpJPwcGta { display:block; }#CiLzHQQFIkQzv6qFPl9TfIVHpJPwcGta > .row .container { width:20rem;height:55.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eXqEi0NowwmIUR5EIvQaFxWDQIu8QWRv { width:20rem;height:4.3994125rem;top:18.8603515625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDBz4AGFnm2Xd2TseSAoAhoT1O9WBHJL { width:20rem;height:22.5rem;top:24.0087890625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZv9sDsRBWAmJypW89vBWs7cF4D1PfaX { width:17.5rem;height:3.4375rem;top:48.3212890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddfKOvJmOK62gWQDVW8FKD5tnAQ0RR14 { display:block; }
 }@media only screen and (max-width: 763px) { #UAFdeF8ZIksxMA8kF9Z0qST9e0btlOCq { width:20rem;height:14.923339011925rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMHlLvfPTCGEh6ROUMBWn36OgL3Xsh8k { display:block; }#QMHlLvfPTCGEh6ROUMBWn36OgL3Xsh8k > .row .container { width:20rem;height:80.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KKdTdH5Uy94TLzmEItSwfQmkzRcLGtBt { width:20rem;height:6.597625rem;top:31.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMcFmoOkyEQB7MvXLhhJ0wh8aZTeuRAP { width:20rem;height:16.5rem;top:41.71875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7hiAfWmm62f2OZhJpF1t1H8qwNnV0Xs { width:17.5rem;height:3.4375rem;top:73.55859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpOlhl5nqmbD1uym0FiXGH9LraXAto2e { display:block; }
 }@media only screen and (max-width: 763px) { #PNacVmRzH9geZeAdJs0QxRFlmX7lPyd2 { width:20rem;height:28.03025rem;top:2.4697265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyAe63fVVy3tUXzfXzTH5cTE2Mm83U8a { width:20rem;height:1.5rem;top:59.55078125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HW2XeDxtaEDEexu0yhZTag8nOuzTICGT { width:20rem;height:10.5rem;top:61.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFXqn5m4l0RpSNw6vgZGCE1tQazTFnmb { display:block; }#bFXqn5m4l0RpSNw6vgZGCE1tQazTFnmb > .row .container { width:20rem;height:97.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aotZptkQyVmpbfuqvsrQ7Z6ff1KJvE87 { width:20rem;height:2.19986875rem;top:2.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBgpTQVoZJLvltM7tkOkLhGTNabCkDG3 { width:19.75rem;height:13.409210526316rem;top:6.01171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7mTGz1oqyND6GLXbNmPTxhHge8GHoba { width:19.75rem;height:13.409210526316rem;top:20.92090625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EATFHp97lSe2DtohZthwnvqfWzoSFcmF { width:19.75rem;height:13.409210526316rem;top:35.83009375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CN1VLTAJ9lnIr3QyQrbZqmRf8lTVACWr { width:19.75rem;height:13.409210526316rem;top:50.73928125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gysV3CcKzg1XuzXqL1dTRNWq3aApFh1k { width:19.75rem;height:13.357236842105rem;top:65.64846875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvXFkatZHuXUql0yxVZS6P5EpDZ3rLWW { width:19.75rem;height:13.409210526316rem;top:80.50490625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PU2XvnFol2zkukJdWS85CZeZZXPR2plO { display:block; }#PU2XvnFol2zkukJdWS85CZeZZXPR2plO > .row .container { width:20rem;height:33.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IVqilgW2D7bbLVgW8OCEPNo3daPSrqCI { width:20rem;height:28.125rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkJQxpALDdnTJzdxiqlEIbqPCJS9xk2T { display:block; }#FkJQxpALDdnTJzdxiqlEIbqPCJS9xk2T > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ImUhfts1BWlDE0mVNd0fvWsWtlC3ApoX { width:19.3125rem;height:1.3125rem;top:1.75rem;left:0.37500005960464rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o4JALH6dTxRpU9TWVTQu3U3VCCJ30w32 { width:7.4375rem;height:1.59375rem;top:6.125rem;left:7.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4aeeOxPwbDLGSofksCcS0fWlieMZxtU { width:11.5625rem;height:1.59375rem;top:8.5625rem;left:6.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvoBPhZBppSiiL0sSbCb77JoctRCmT33 { width:1.5625rem;height:1.5625rem;top:6.1875rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeWilxiJvDBemWf9PQMv1TyhmkcszfsL { width:1.5625rem;height:1.5625rem;top:8.625rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlpXlxHA00bU5VueEHyJtpcLwOO8IzUf { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IlpXlxHA00bU5VueEHyJtpcLwOO8IzUf > .row .container { background-color: transparent; background-image: none; }#IlpXlxHA00bU5VueEHyJtpcLwOO8IzUf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IlpXlxHA00bU5VueEHyJtpcLwOO8IzUf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IlpXlxHA00bU5VueEHyJtpcLwOO8IzUf > .row .container > .video-iframe-container { display: none; }#IlpXlxHA00bU5VueEHyJtpcLwOO8IzUf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IlpXlxHA00bU5VueEHyJtpcLwOO8IzUf > .row > .video-iframe-container { display: none; }#IlpXlxHA00bU5VueEHyJtpcLwOO8IzUf > .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); }#IlpXlxHA00bU5VueEHyJtpcLwOO8IzUf > .row .container { border-width: 0; border-radius: 0; }#IlpXlxHA00bU5VueEHyJtpcLwOO8IzUf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IlpXlxHA00bU5VueEHyJtpcLwOO8IzUf > .row .container { width:20rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cEfyAykGc9SRUgTl5AAAST733xPHzo14 { width:4.0625rem;height:4.0625rem;top:0rem;left:15.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CPVG8CMQZoowKovlOkJFSy5uXTfPw6Je { width:20rem;height:3.4375rem;top:0.65625rem;left:0rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #tcZTvw73TDUG4gTqDzoTTysDc8xo1QJo { display:block; }
 }