.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
body {
    width: fit-content;
    min-width: calc(100vw - (100vw - 100%));
}body { background-color:#1c1d26;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); }#n1k2HbSAMPyyz5Wq0oRv0sUCCSyeHi2C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e5818700-cb2a-46b7-bcb4-6ae382856483/bg2560x620.png");background-position:bottom 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; }#n1k2HbSAMPyyz5Wq0oRv0sUCCSyeHi2C.adaptive-delivery-prevent-bg, #n1k2HbSAMPyyz5Wq0oRv0sUCCSyeHi2C.lazyload, #n1k2HbSAMPyyz5Wq0oRv0sUCCSyeHi2C.lazyloading { background-image: none; }#n1k2HbSAMPyyz5Wq0oRv0sUCCSyeHi2C > .row .container { background-color: transparent; background-image: none; }#n1k2HbSAMPyyz5Wq0oRv0sUCCSyeHi2C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n1k2HbSAMPyyz5Wq0oRv0sUCCSyeHi2C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n1k2HbSAMPyyz5Wq0oRv0sUCCSyeHi2C > .row .container > .video-iframe-container { display: none; }#n1k2HbSAMPyyz5Wq0oRv0sUCCSyeHi2C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n1k2HbSAMPyyz5Wq0oRv0sUCCSyeHi2C > .row > .video-iframe-container { display: none; }#n1k2HbSAMPyyz5Wq0oRv0sUCCSyeHi2C > .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); }#n1k2HbSAMPyyz5Wq0oRv0sUCCSyeHi2C > .row .container { border-width: 0; border-radius: 0; }#n1k2HbSAMPyyz5Wq0oRv0sUCCSyeHi2C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n1k2HbSAMPyyz5Wq0oRv0sUCCSyeHi2C > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;position:relative;display:block; }#p3B0ZQe5msTJEoZURHhE3mHaqEeUKeg6 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:6rem;top:1.28125rem;left:1.75rem;overflow:hidden;display:block; }
#DQopv6DRrO2itA0xNEslIbo4scavrrTb { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.8125rem;height:2.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:1.0625rem;left:60.9375rem;display:block; }
#yZvqinPittfqArZnLxlxuToMS4fmWumN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TFJfXCxmscGmhDGORgLe6UDTDb3vUT0X { background-color:#f30c53;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:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;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:balooda2;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.6875rem;height:2.25rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:1.1875rem;left:66.5625rem;display:block; }
#U5lFpFaE6lOm9JPu0iokpaXuaPhDQb0c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iTfbH6SgofF7BvLgVuKCcsuqOURtz0ye { color:#ffffff;display:block;width:25.8125rem;position:absolute;font-family:balooda2;font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:10.25rem;left:1.75rem;height:5.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T1wdBbylCSW4moGVM2tv6k2NqTgLR7Q9 { color:#ffffff;display:block;width:30.875rem;position:absolute;font-family:balooda2;font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:17.3125rem;left:1.75rem;height:5.4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IdsR48FXUGH17AL40EkHfGTFizbRuCnQ { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f30b54, #9791ed);background-image: -moz-linear-gradient(180deg, #f30b54, #9791ed);background-image: -ms-linear-gradient(180deg, #f30b54, #9791ed);background-image: -o-linear-gradient(180deg, #f30b54, #9791ed);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f30b54', endColorstr='#9791ed' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f30b54', endColorstr='#9791ed' );";background-image: linear-gradient(180deg, #f30b54, #9791ed);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:250rem;border-top-right-radius:250rem;border-bottom-left-radius:250rem;border-bottom-right-radius:250rem;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:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9375rem;height:3.375rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:24.5625rem;left:1.75rem;display:block; }
#brZdt4hlAH1G048DrP7Kh3KpxTk4tsR7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kGJZCbxVbNRDm8Cszv47QvouCAfAuPhJ { position:absolute;display:block;z-index:15024;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:24.875rem;width:29.6875rem;top:6.9375rem;left:38.6875rem;overflow:hidden;display:block; }
#Dwp3v9T3Oph4KyUDniE3xVKDGahywNRg { position:absolute;display:block;z-index:15022;height:1.9375rem;width:19.8125rem;top:35.8125rem;left:1.75rem;display:block; }
#bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e5818700-cb2a-46b7-bcb4-6ae382856483/bg2560x620.png");background-position:bottom 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; }#bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9.adaptive-delivery-prevent-bg, #bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9.lazyload, #bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9.lazyloading { background-image: none; }#bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9 > .row .container { background-color: transparent; background-image: none; }#bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9 > .row .container > .video-iframe-container { display: none; }#bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9 > .row > .video-iframe-container { display: none; }#bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9 > .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); }#bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9 > .row .container { border-width: 0; border-radius: 0; }#bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9 > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;position:relative;display:block; }#tLSzc8ivpEulVZcSmWgTHfaPRLHKDQ7O { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:6rem;top:1.28125rem;left:1.75rem;overflow:hidden;display:block; }
#Cccph85ZFsCX4fmz6Q9msfBUcmZ59IUp { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.8125rem;height:2.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:1.0625rem;left:60.9375rem;display:block; }
#QurwccJC0QORQ9oeJThaTKy79TMSWGce { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fUnUVva6weMGfnQkP3lNtgcp0U48upRs { background-color:#f30c53;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:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;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:balooda2;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.6875rem;height:2.25rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:1.1875rem;left:66.5625rem;display:block; }
#LB723buJRzTPbZwO4or9mTevTvA7yLou { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cmaxuWEh6cMZkpTVsKENBv7bHWsU3aSf { color:#ffffff;display:block;width:25.8125rem;position:absolute;font-family:balooda2;font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:10.25rem;left:1.75rem;height:5.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IiB3nNkuLUzXwFBv6sw911dDuvdSTODF { color:#ffffff;display:block;width:30.875rem;position:absolute;font-family:balooda2;font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:17.3125rem;left:1.75rem;height:5.4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AN8gI4T3SDog2uXurCoQ6reHV0e2ZVI8 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f30b54, #9791ed);background-image: -moz-linear-gradient(180deg, #f30b54, #9791ed);background-image: -ms-linear-gradient(180deg, #f30b54, #9791ed);background-image: -o-linear-gradient(180deg, #f30b54, #9791ed);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f30b54', endColorstr='#9791ed' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f30b54', endColorstr='#9791ed' );";background-image: linear-gradient(180deg, #f30b54, #9791ed);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:250rem;border-top-right-radius:250rem;border-bottom-left-radius:250rem;border-bottom-right-radius:250rem;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:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9375rem;height:3.375rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:24.5625rem;left:1.75rem;display:block; }
#pKF5OZaKHceR95HGOi8uWiHXqqnrpzLX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xwrfPR3U9dQWpDGdeuABNntlyobGk7Co { color:rgba(255,255,255,0.8);display:block;width:30.25rem;position:absolute;font-family:notosans;font-size:0.625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:31.0625rem;left:1.75rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#D3IQA6FUXd2kv9oJ9wvHNId4volaciGq { position:absolute;display:block;z-index:15024;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:24.875rem;width:29.6875rem;top:6.9375rem;left:38.6875rem;overflow:hidden;display:block; }
#Pz3pkZ0ohR5bZDlvuydvT9NBg2WdVRn4 { color:#f30c53;display:block;width:28.1875rem;position:absolute;font-family:balooda2;font-size:1.25rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:5.875rem;left:1.75rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kfFRIJgPyleTziVqpMOT3Vilc42bp0U9 { position:absolute;display:block;z-index:15022;height:1.9375rem;width:19.8125rem;top:35.8125rem;left:1.75rem;display:block; }
#K4Z46Ti9uGzdttDPUwJyXQzWi1lDAvE4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#K4Z46Ti9uGzdttDPUwJyXQzWi1lDAvE4 > .row .container { background-color: transparent; background-image: none; }#K4Z46Ti9uGzdttDPUwJyXQzWi1lDAvE4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K4Z46Ti9uGzdttDPUwJyXQzWi1lDAvE4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K4Z46Ti9uGzdttDPUwJyXQzWi1lDAvE4 > .row .container > .video-iframe-container { display: none; }#K4Z46Ti9uGzdttDPUwJyXQzWi1lDAvE4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K4Z46Ti9uGzdttDPUwJyXQzWi1lDAvE4 > .row > .video-iframe-container { display: none; }#K4Z46Ti9uGzdttDPUwJyXQzWi1lDAvE4 > .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); }#K4Z46Ti9uGzdttDPUwJyXQzWi1lDAvE4 > .row .container { border-width: 0; border-radius: 0; }#K4Z46Ti9uGzdttDPUwJyXQzWi1lDAvE4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K4Z46Ti9uGzdttDPUwJyXQzWi1lDAvE4 > .row .container { font-size:0.875rem;font-family:arial;height:7.75rem;width:75rem;position:relative;display:block; }#Fw5l8mXDMhTvinGBVRXqDXylVDfNfKiE { color:#ffffff;display:block;width:75rem;position:absolute;font-family:balooda2;font-size:1.75rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:2.7375001907349rem;left:0rem;height:2.275rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#tHbUKtHTKXhTGaK7LKBxrTTMvZ1kmZ0l { position:absolute;display:block;z-index:14994;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:32rem;width:32rem;top:0.78125rem;left:62.6875rem;overflow:hidden;display:block; }
#wvQLf67CDTLhCoNkQyGKlUCFbSTqTzkv { background-color:#ffffff;background-image:none;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; }#wvQLf67CDTLhCoNkQyGKlUCFbSTqTzkv > .row .container { background-color: transparent; background-image: none; }#wvQLf67CDTLhCoNkQyGKlUCFbSTqTzkv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wvQLf67CDTLhCoNkQyGKlUCFbSTqTzkv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wvQLf67CDTLhCoNkQyGKlUCFbSTqTzkv > .row .container > .video-iframe-container { display: none; }#wvQLf67CDTLhCoNkQyGKlUCFbSTqTzkv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wvQLf67CDTLhCoNkQyGKlUCFbSTqTzkv > .row > .video-iframe-container { display: none; }#wvQLf67CDTLhCoNkQyGKlUCFbSTqTzkv > .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); }#wvQLf67CDTLhCoNkQyGKlUCFbSTqTzkv > .row .container { border-width: 0; border-radius: 0; }#wvQLf67CDTLhCoNkQyGKlUCFbSTqTzkv > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#wvQLf67CDTLhCoNkQyGKlUCFbSTqTzkv > .row .container { font-size:0.875rem;font-family:arial;height:26rem;width:75rem;overflow:visible;position:relative;display:block; }#hKBITE7ApRWf8NDkwRU78xwBlZc6upt7 { position:absolute;display:block;z-index:14996;background-color:#eff2fb;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:6.25rem;width:20.375rem;top:0rem;left:16.75rem;display:block; }
#Qpb3ZLicFtOeAMmbqBdTuZVKOrnlznSu { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:6.25rem;text-decoration:none;z-index:15210;text-align:center;text-align-last:center;top:0rem;left:16.75rem;display:block; }
#PJq9B30GP3cEQfVk8eZwOOMLiAwVLKHV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H6muZdmMW6BvRcobSytOD38oL7apXwdl { color:#0a0a10;display:block;width:12.125rem;position:absolute;font-family:balooda2;font-size:1.125rem;font-weight:700;z-index:15143;line-height:1.3;letter-spacing:0;top:0.9375rem;left:20.75rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GdtCvOxZJQpMiwHm6mPweOwwT76OBoOJ { position:absolute;display:block;z-index:15202;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.5rem;width:7.5rem;top:3.9375rem;left:22.90625rem;overflow:hidden;display:block; }
#HO8qsIwS7buBT2GDzmD7T0wvpam4KClL { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.3125rem;height:6.25rem;text-decoration:none;z-index:15210;text-align:center;text-align-last:center;top:0rem;left:38rem;display:block; }
#VBQZLP5hEQhPtAwumHmz6Q6RcL64nJID { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SuGwGFXIqoSAiUCqGzKNUfhqMBEzBb92 { color:#0a0a10;display:block;width:13.125rem;position:absolute;font-family:balooda2;font-size:1.125rem;font-weight:700;z-index:15144;line-height:1.3;letter-spacing:0;top:0.9375rem;left:41.5rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p6CPBRLCZ5q1JfVADMS3eiSvZP58dnuq { position:absolute;display:block;z-index:15207;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.5rem;width:11.5rem;top:3.8624992370606rem;left:42.3125rem;overflow:hidden;display:block; }
#FLcdrONwBhySwWlkmWFpMLz69mdfIDZK { position:absolute;display:block;z-index:14995;background-color:#eff2fb;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:17.5625rem;width:45rem;top:6.25rem;left:15rem;display:block; }
#KIV3OOFuD7ihJzqVT8x9KLMqwSgHerAT { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:6rem;width:41.5rem;top:7.59375rem;left:16.75rem;display:block; }
#Pbxy1wP0OqRceShpQRzTl7ZkHt7s4OVM { color:#0a0a10;display:block;width:8.0625rem;position:absolute;font-family:balooda2;font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.6;letter-spacing:0;top:8.75rem;left:18.375rem;height:2.4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VCczVaef8i6TqHZZUlWTEvsWFsTBlyqH { color:#0a0a10;display:block;width:8.9375rem;position:absolute;font-family:balooda2;font-size:2rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:8.5rem;left:47.8125rem;height:3.2rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#evXW6bJq7kVia2tkoTfSUpT6OQv1GJEk { color:#64646d;display:block;width:14.4375rem;position:absolute;font-family:notosans;font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:11.125rem;left:42.375rem;height:1.225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#x2g1IUaBNvqr5AeGKQZQmWxGldAT6tNe { color:#64646d;display:block;width:14.4375rem;position:absolute;font-family:notosans;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:10.9375rem;left:18.4375rem;height:1.225rem;font-style:normal;display:block; }
#lBQM0altn0k1aOPhila2iA0MUbHCm7do { color:#ffffff;display:block;width:2.75rem;position:absolute;font-family:notosans;font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.6;letter-spacing:0;top:16.6875rem;left:35.5625rem;height:2.400175rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#FNatuQHouUwIwLKQVQsnTpJVLqeToxVE { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.3125rem;height:6.25rem;text-decoration:none;z-index:15209;text-align:center;text-align-last:center;top:0rem;left:38rem;display:none; }
#mRQeqnlQwaA0yVh4JITz3RZZ4nl0aGI8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Mubn9vNLA98bqrBwwOfuIg4sUN85Kyvg { background-color:#f30f52;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:250rem;border-top-right-radius:250rem;border-bottom-left-radius:250rem;border-bottom-right-radius:250rem;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:balooda2;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3rem;text-decoration:none;z-index:15205;text-align:center;text-align-last:center;top:15.3125rem;left:27.5rem;display:block; }
#UsUFBJ8nt7vPxZQoUdqdTLmo7q8eE4wT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BCODBiP0s2Tqiigd65VvuCbucty7uJOB { position:absolute;display:block;z-index:15208;height:3rem;width:20rem;top:15.3125rem;left:27.5rem;display:block; }
#SrNNHFMUbPskz11apOew32G1RcLdDrvd { color:#64646d;display:block;width:37.4375rem;position:absolute;font-family:notosans;font-size:0.75rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:19.4375rem;left:18.78125rem;height:3.15rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BmzhKEbCvBvLsicyuF0yeTOBFZxGtCcR { position:absolute;display:block;z-index:14996;background-color:#eff2fb;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:6.25rem;width:20.375rem;top:0rem;left:16.75rem;display:none; }
#GCK0pK1IbzdTy9IOZ6quwxlDlpVvtUww { background-color:#ffffff;background-image:none;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; }#GCK0pK1IbzdTy9IOZ6quwxlDlpVvtUww > .row .container { background-color: transparent; background-image: none; }#GCK0pK1IbzdTy9IOZ6quwxlDlpVvtUww::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GCK0pK1IbzdTy9IOZ6quwxlDlpVvtUww > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GCK0pK1IbzdTy9IOZ6quwxlDlpVvtUww > .row .container > .video-iframe-container { display: none; }#GCK0pK1IbzdTy9IOZ6quwxlDlpVvtUww > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GCK0pK1IbzdTy9IOZ6quwxlDlpVvtUww > .row > .video-iframe-container { display: none; }#GCK0pK1IbzdTy9IOZ6quwxlDlpVvtUww > .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); }#GCK0pK1IbzdTy9IOZ6quwxlDlpVvtUww > .row .container { border-width: 0; border-radius: 0; }#GCK0pK1IbzdTy9IOZ6quwxlDlpVvtUww > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#GCK0pK1IbzdTy9IOZ6quwxlDlpVvtUww > .row .container { font-size:0.875rem;font-family:arial;height:24.25rem;width:75rem;overflow:visible;position:relative;display:block; }#rhFneVCZ7o0JgVheeNsOHbnhFTaRRq6l { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.3125rem;height:6.25rem;text-decoration:none;z-index:15209;text-align:center;text-align-last:center;top:0rem;left:38rem;display:block; }
#w7n2nJXZNfN2ZNaQGDGhnsIndl8ZaL5c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DfAR5kIbZTLDldRhgbXTL01nHbNNudGP { color:#0a0a10;display:block;width:12.125rem;position:absolute;font-family:balooda2;font-size:1.125rem;font-weight:700;z-index:15143;line-height:1.3;letter-spacing:0;top:0.9375rem;left:20.75rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#co9zTZsWkqfT2Den6BZTZMwM8vqNUqPr { position:absolute;display:block;z-index:15202;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.5rem;width:7.5rem;top:3.9375rem;left:22.90625rem;overflow:hidden;display:block; }
#ip6xxQ4cRPF2dD9qXPIEqWCEFLS3ntUP { position:absolute;display:block;z-index:14996;background-color:#eff2fb;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:6.25rem;width:20.375rem;top:0rem;left:38rem;display:block; }
#eeBz3U7zEV4zeVDQAwaXobsJQZIZMXtP { color:#0a0a10;display:block;width:13.125rem;position:absolute;font-family:balooda2;font-size:1.125rem;font-weight:700;z-index:15144;line-height:1.3;letter-spacing:0;top:0.9375rem;left:41.5rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UhwDEhuKKFUNxixTTPhg1kHy2pL4v3My { position:absolute;display:block;z-index:15207;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.5rem;width:11.5rem;top:3.8625030517578rem;left:42.3125rem;overflow:hidden;display:block; }
#DwiDN5OdrOSVxwI7up40tKv2zBIVgOXn { position:absolute;display:block;z-index:14995;background-color:#eff2fb;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:15.75rem;width:45rem;top:6.25rem;left:15rem;display:block; }
#llcgEIL0mzqyG89eLsA3N3Hlkgptavwg { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:6rem;width:41.5rem;top:7.59375rem;left:16.75rem;display:block; }
#BArpJMVEL7VvEHoeTaBB0tvU8eob1fWQ { color:#0a0a10;display:block;width:8.0625rem;position:absolute;font-family:balooda2;font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.6;letter-spacing:0;top:8.75rem;left:18.375rem;height:2.4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#orUR8VThhiGEQTTF5VUwbFg2WMZwxiLv { color:#64646d;display:block;width:14.4375rem;position:absolute;font-family:notosans;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:10.9375rem;left:18.4375rem;height:1.225rem;font-style:normal;display:block; }
#lVIhCHG5rB9F4R57tno11bflryT7c2Wu { color:#0a0a10;display:block;width:13.0625rem;position:absolute;font-family:balooda2;font-size:2rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:8.5rem;left:43.625rem;height:3.2rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ni8cHSxSsk5UV8gaGs2llBbFm5PQ9iXm { color:#64646d;display:block;width:6.8125rem;position:absolute;font-family:notosans;font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:11.125rem;left:49.875rem;height:1.225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#GUKRXnxPAU6xKTk91V5pdVe3RwohZ0SG { color:#ffffff;display:block;width:2.75rem;position:absolute;font-family:notosans;font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.6;letter-spacing:0;top:16.6875rem;left:35.5625rem;height:2.400175rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#DAmlyq0vnLy5A7fCK7uwkNGEmtCW57Ap { background-color:#f30f52;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:250rem;border-top-right-radius:250rem;border-bottom-left-radius:250rem;border-bottom-right-radius:250rem;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:balooda2;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3rem;text-decoration:none;z-index:15205;text-align:center;text-align-last:center;top:15.3125rem;left:27.5rem;display:block; }
#zsHieoFlGSirVth3qCnKuBkGvc0KCCTw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IKNl9JqOe2HNvmyPpglaMENSNJ0PSb4R { position:absolute;display:block;z-index:15208;height:3.375rem;width:20rem;top:15.3125rem;left:27.5rem;display:block; }
#qathClPF34WbxPbOpTXwqoMATfxwN5c5 { position:absolute;display:block;z-index:14996;background-color:#eff2fb;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:6.25rem;width:20.375rem;top:0rem;left:16.75rem;display:none; }
#Vc1tD6CKm30Wsilo8gUyT64H8LBfESTT { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.3125rem;height:6.25rem;text-decoration:none;z-index:15210;text-align:center;text-align-last:center;top:0rem;left:16.5rem;display:block; }
#pcQLPU4EGWImbzD03P7pcOha8kTaSnMh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Gy31VJ6FkFbdCm2mxQdlQcs8BE6PlyTu { color:#64646d;display:block;width:6.8125rem;position:absolute;font-family:notosans;font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:11.137500762939rem;left:45.9375rem;height:1.225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#IXfQMOr6LRWS3yZ7K3uwkRTOenyRGsh6 { color:#64646d;display:block;width:37.4375rem;position:absolute;font-family:notosans;font-size:0.75rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:19.4375rem;left:18.78125rem;height:1.05rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BXie1TfJ2nZrME0TSKUsDcDb8XlqTXTw { background-color:#ffffff;background-image:none;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:none; }#BXie1TfJ2nZrME0TSKUsDcDb8XlqTXTw > .row .container { border-width: 0; border-radius: 0; }#BXie1TfJ2nZrME0TSKUsDcDb8XlqTXTw > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#BXie1TfJ2nZrME0TSKUsDcDb8XlqTXTw > .row .container { font-size:0.875rem;font-family:arial;height:23.75rem;width:75rem;overflow:visible;position:relative;display:none; }#TvhUUrm0Jkv1rwbZUC2JP1FfTBTgyeQb { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:6rem;width:41.5rem;top:7.59375rem;left:16.75rem;display:block; }
#TRMvmugemwL9HGoXhhbi4PO8qzleXSTt { color:#0a0a10;display:block;width:8.0625rem;position:absolute;font-family:balooda2;font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.6;letter-spacing:0;top:8.75rem;left:18.375rem;height:2.4rem;font-style:normal;display:block; }
#m59T0meMSooGxWmGurDCk7QHFTrbD5h9 { color:#64646d;display:block;width:14.4375rem;position:absolute;font-family:notosans;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:10.9375rem;left:18.4375rem;height:1.225rem;font-style:normal;display:block; }
#ta4ZGTTzkdZhtbrecxptry0vpPZ6zhBf { color:#0a0a10;display:block;width:8.9375rem;position:absolute;font-family:balooda2;font-size:2rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:8.5rem;left:47.8125rem;height:3.2rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#uvigFQ3a5u6kIk55WmOoK4e967QUCek1 { color:#ffffff;display:block;width:2.75rem;position:absolute;font-family:notosans;font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.6;letter-spacing:0;top:16.6875rem;left:35.5625rem;height:2.400175rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#MOMfG8Z9MqgesAm5koXpiJpMGDmm8XA4 { position:absolute;display:block;z-index:14995;background-color:#eff2fb;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:15.625rem;width:45rem;top:6.25rem;left:15rem;display:block; }
#HFKNxdgDdyuaBbUo2O3SwAGkUemFHg9C { position:absolute;display:block;z-index:14996;background-color:#eff2fb;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:6.25rem;width:20.375rem;top:0rem;left:16.75rem;display:block; }
#wOCNS3WMT3Bd5T27hHMJ6ocs2GKI5iSE { color:#64646d;display:block;width:14.4375rem;position:absolute;font-family:notosans;font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:11.125rem;left:42.375rem;height:1.225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#H8yJlTZirDeaeAH56ZTe8v8xX6WqyJLU { color:#0a0a10;display:block;width:12.125rem;position:absolute;font-family:balooda2;font-size:1.125rem;font-weight:700;z-index:15143;line-height:1.3;letter-spacing:0;top:0.9375rem;left:20.75rem;height:2.9248rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ll5QoUDEX2i1PtSGQaVZeTE1ozWIzETT { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.3125rem;height:6.25rem;text-decoration:none;z-index:15210;text-align:center;text-align-last:center;top:0rem;left:16.75rem;display:block; }
#fvUu35z7dm3QlT8s0k8TNHrfkFxmMI4D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bfVZCQlV4632qnogadSyOhKv2FIB0x8f { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.3125rem;height:6.25rem;text-decoration:none;z-index:15209;text-align:center;text-align-last:center;top:0rem;left:37.9375rem;display:block; }
#gSLUvzoW2POt1Z2F2TUGwHDuHMvWAbI7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LTlg0XQTNEIbDRCl7JrAhCtGu1xzcsMa { position:absolute;display:block;z-index:15208;height:3rem;width:20rem;top:15.3125rem;left:27.5rem;display:block; }
#Ru0KEi1DzwovCIwuN062aOeu7HJmWxRO { position:absolute;display:block;z-index:15202;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.5rem;width:7.5rem;top:3.9375rem;left:22.90625rem;overflow:hidden;display:block; }
#pST95XBe3yW5g9psvSnvEOn1imux1fvK { color:#64646d;display:block;width:34.375rem;position:absolute;font-family:notosans;font-size:0.75rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:19.4375rem;left:20.3125rem;height:1.05rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VZgcDFKixtH31dbV7u16WI9xeNVN7kgu { background-color:#f30f52;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:250rem;border-top-right-radius:250rem;border-bottom-left-radius:250rem;border-bottom-right-radius:250rem;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:balooda2;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3rem;text-decoration:none;z-index:15205;text-align:center;text-align-last:center;top:15.3125rem;left:27.5rem;display:block; }
#p4Lrh3QdRDx9UqFFs1CTmX5sxKpM4a9l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cSpJ0LKm0yv2zcC1grBJeSxl2mMbeIPs { color:#0a0a10;display:block;width:13.125rem;position:absolute;font-family:balooda2;font-size:1.125rem;font-weight:700;z-index:15144;line-height:1.3;letter-spacing:0;top:0.9375rem;left:41.5rem;height:2.9248rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oqPydE6JMn0VEwiSm3wuWxHtlXOdzsWT { position:absolute;display:block;z-index:15207;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.5rem;width:11.5rem;top:3.8624992370606rem;left:42.3125rem;overflow:hidden;display:block; }
#dQF22sqiBr8g8vo9ulbNXOIvavcW8tCV { position:absolute;display:block;z-index:14996;background-color:#eff2fb;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:6.25rem;width:20.375rem;top:0rem;left:16.75rem;display:none; }
#LPlo7Pk7vQywvVUvTnSzAJUTv1tuiUku { position:absolute;display:block;z-index:15211;background-color:#f30f52;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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:1.125rem;width:23.0625rem;top:7.15625rem;left:34.52499961853rem;display:block; }
#LFrC4W08EztstNy0zmT4sBacKT9Puup4 { color:#f3f4fa;display:block;width:22.75rem;position:absolute;font-family:notosans;font-size:0.75rem;font-weight:normal;z-index:15212;line-height:1.3;letter-spacing:0;top:7.21875rem;left:34.67421913147rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#liAIqvIDtTzFKcPtXOcptfCGTTucHGBE { background-color:#ffffff;background-image:none;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:none; }#liAIqvIDtTzFKcPtXOcptfCGTTucHGBE > .row .container { border-width: 0; border-radius: 0; }#liAIqvIDtTzFKcPtXOcptfCGTTucHGBE > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#liAIqvIDtTzFKcPtXOcptfCGTTucHGBE > .row .container { font-size:0.875rem;font-family:arial;height:23.75rem;width:75rem;overflow:visible;position:relative;display:none; }#PbIi9LuO6T8HC0Ew4VW9iLZeU6l9qOR0 { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:6rem;width:41.5rem;top:7.59375rem;left:16.75rem;display:block; }
#UHI1tBSroxS6eJpPi7UWwglp6goTC5EN { color:#0a0a10;display:block;width:8.0625rem;position:absolute;font-family:balooda2;font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.6;letter-spacing:0;top:8.75rem;left:18.375rem;height:2.4rem;font-style:normal;display:block; }
#BTGswwczWhq8ErD3UhsiJpa7zU3KQ0ZX { color:#64646d;display:block;width:14.4375rem;position:absolute;font-family:notosans;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:10.9375rem;left:18.4375rem;height:1.225rem;font-style:normal;display:block; }
#tr4DEOW8H7maWVCp7NlgXNkNPLdQldrM { color:#0a0a10;display:block;width:8.9375rem;position:absolute;font-family:balooda2;font-size:2rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:8.5rem;left:43.625rem;height:3.2rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#tnOck5n7EkeUEAnhGtJT3eEsUXX3DTWQ { color:#ffffff;display:block;width:2.75rem;position:absolute;font-family:notosans;font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.6;letter-spacing:0;top:16.6875rem;left:35.5625rem;height:2.400175rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#QVAekx2d2tP0qM4IOEZzK54soSTh4nHq { position:absolute;display:block;z-index:14995;background-color:#eff2fb;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:15.625rem;width:45rem;top:6.25rem;left:15rem;display:block; }
#SE2pS0yOQJbsR3LzFzHsG6iKzIk828ZI { position:absolute;display:block;z-index:14996;background-color:#eff2fb;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:6.25rem;width:20.375rem;top:0rem;left:37.875rem;display:block; }
#S7HnUwAT3vfKI2O3stHSlremvCi3CiZD { color:#64646d;display:block;width:3.875rem;position:absolute;font-family:notosans;font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:9.6875rem;left:52.8125rem;height:1.225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#BknWMdsuFSIB9faT1tSDD3ZbDORzVXpz { color:#0a0a10;display:block;width:12.125rem;position:absolute;font-family:balooda2;font-size:1.125rem;font-weight:700;z-index:15143;line-height:1.3;letter-spacing:0;top:0.9375rem;left:20.75rem;height:2.9248rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sm2eQz9Fl9QeQ3ui0z4aeHlNyTNcDDbG { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.3125rem;height:6.25rem;text-decoration:none;z-index:15210;text-align:center;text-align-last:center;top:0rem;left:16.75rem;display:block; }
#tZf1M3Txl15Rcif3sTOiC2zdMUuQNnxJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JKxwT7JspLvgnzm7ysuhNeRceBSL9HOL { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.3125rem;height:6.25rem;text-decoration:none;z-index:15209;text-align:center;text-align-last:center;top:0rem;left:37.90625rem;display:block; }
#GQgWCBXVTahG6fte0r58d8XfJIiQSO4h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cIB470nmIJWhD8wysZgqKZVRKXEnUIBd { position:absolute;display:block;z-index:15208;height:3.375rem;width:20rem;top:15.3125rem;left:27.5rem;display:block; }
#oy5pu7Q3qT9EZNxeFO2lE2dvQp3LeG45 { position:absolute;display:block;z-index:15202;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.5rem;width:7.5rem;top:3.9375rem;left:22.90625rem;overflow:hidden;display:block; }
#eHBRho93ePSlM1miZnBOyLOPHHffFoP9 { color:#64646d;display:block;width:34.375rem;position:absolute;font-family:notosans;font-size:0.75rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:19.4375rem;left:20.3125rem;height:1.05rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NmzhfHuG5SX50Fo8ksMfddAPnlVcKwbi { background-color:#f30f52;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:250rem;border-top-right-radius:250rem;border-bottom-left-radius:250rem;border-bottom-right-radius:250rem;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:balooda2;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3rem;text-decoration:none;z-index:15205;text-align:center;text-align-last:center;top:15.3125rem;left:27.5rem;display:block; }
#UnBwxsIvIpctNwvkJDOp0hcTVLWoi97G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IXWePkNe0EiF2CUZ2IcWBD6WpB1ZXbri { color:#0a0a10;display:block;width:13.125rem;position:absolute;font-family:balooda2;font-size:1.125rem;font-weight:700;z-index:15144;line-height:1.3;letter-spacing:0;top:0.9375rem;left:41.5rem;height:2.9248rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z8XecrxrlGdKgACZm0KpsyIDXk7hT4iG { position:absolute;display:block;z-index:15207;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.5rem;width:11.5rem;top:3.8625030517578rem;left:42.3125rem;overflow:hidden;display:block; }
#UoDKCf1mqV326cwOMB6JSQI6nNOwZnMP { color:#64646d;display:block;width:6.8125rem;position:absolute;font-family:notosans;font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:11.125rem;left:49.875rem;height:1.225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#EZgW27CF5G4XWyRe14NZ9aAWfS0kSMT5 { position:absolute;display:block;z-index:14996;background-color:#eff2fb;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:6.25rem;width:20.375rem;top:0rem;left:16.75rem;display:none; }
#N8imxdQldL7C8sX4roIciWJC55r9dffq { color:#f3f4fa;display:block;width:22.75rem;position:absolute;font-family:notosans;font-size:0.75rem;font-weight:normal;z-index:15213;line-height:1.3;letter-spacing:0;top:7.1687507629394rem;left:34.04921913147rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#RT2Tf5FEkW9aWFVU4XdAguTny12e5yJK { position:absolute;display:block;z-index:15212;background-color:#f30f52;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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:1.125rem;width:23.1875rem;top:7.1437511444094rem;left:33.73671913147rem;display:block; }
#FWUQsl2BPynRQDHO6JhSMIoMyacQizbe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FWUQsl2BPynRQDHO6JhSMIoMyacQizbe > .row .container { background-color: transparent; background-image: none; }#FWUQsl2BPynRQDHO6JhSMIoMyacQizbe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FWUQsl2BPynRQDHO6JhSMIoMyacQizbe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FWUQsl2BPynRQDHO6JhSMIoMyacQizbe > .row .container > .video-iframe-container { display: none; }#FWUQsl2BPynRQDHO6JhSMIoMyacQizbe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FWUQsl2BPynRQDHO6JhSMIoMyacQizbe > .row > .video-iframe-container { display: none; }#FWUQsl2BPynRQDHO6JhSMIoMyacQizbe > .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); }#FWUQsl2BPynRQDHO6JhSMIoMyacQizbe > .row .container { border-width: 0; border-radius: 0; }#FWUQsl2BPynRQDHO6JhSMIoMyacQizbe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FWUQsl2BPynRQDHO6JhSMIoMyacQizbe > .row .container { font-size:0.875rem;font-family:arial;height:6.75rem;width:75rem;position:relative;display:block; }#eNJmHIWMTT9vwHDNqTCu5f7RSCuWOV8f { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #f30f52;border-left:0.0625rem solid #f30f52;border-right:0.0625rem solid #f30f52;border-bottom:0.0625rem solid #f30f52;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;box-sizing:border-box;color:#f30f52;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0.125rem;left:28.75rem;display:block; }
#Pv4qE0TK9gLeF09rombpSJ5oWUTFLWO9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UOAGArlPn0vtkqOiqlHDr0z1sutBLPMl { background-color:transparent;background-image:none;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:none; }#UOAGArlPn0vtkqOiqlHDr0z1sutBLPMl > .row .container { border-width: 0; border-radius: 0; }#UOAGArlPn0vtkqOiqlHDr0z1sutBLPMl > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#UOAGArlPn0vtkqOiqlHDr0z1sutBLPMl > .row .container { font-size:0.875rem;font-family:arial;height:39.0625rem;width:75rem;overflow:visible;position:relative;display:none; }#GxyQuzvgQNfpTmoFMEGMZ03o83uVgeq2 { position:absolute;display:block;z-index:15013;background-color:#25273a;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:5.625rem;width:37rem;top:7.75rem;left:3.5625rem;display:block; }
#NTFivOABuUe286aoA82QJ3U1hye1B79f { color:#ffffff;display:block;width:8.0625rem;position:absolute;font-family:balooda2;font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.6;letter-spacing:0;top:8.75rem;left:7.5625rem;height:2.375rem;font-style:normal;display:block; }
#h0De6vCeriSV0TXctP6uZdHLOyigFTbe { position:absolute;display:block;z-index:15015;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:1.4375rem;width:1.4375rem;top:9rem;left:4.9375rem;display:block; }
#o6ZzacOpgRQfbCnUgN5QEaLh69bq779i { color:rgba(255,255,255,0.6);display:block;width:14.4375rem;position:absolute;font-family:notosans;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:10.9375rem;left:7.625rem;height:1.1875rem;font-style:normal;display:block; }
#q4vRMLisHW5TTffLbWQpFQepCDJwx3oI { color:#ffffff;display:block;width:8.9375rem;position:absolute;font-family:balooda2;font-size:2rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:8.5rem;left:30.0625rem;height:3.1875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#iGZAVDeK4gpZoqIHro8vH1ebyiaEGaPV { position:absolute;display:block;z-index:14999;background-color:#25273a;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:5.625rem;width:37rem;top:14.25rem;left:3.5625rem;display:block; }
#vVlunBlRHc3fvrEz7BTzz53VmPi2x64T { color:rgba(255,255,255,0.6);display:block;width:14.4375rem;position:absolute;font-family:notosans;font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:17.4375rem;left:7.625rem;height:1.1875rem;font-style:normal;display:block; }
#gqx8EUTa8tvG1xdVF5M4GvxJRgaRZAoP { color:#ffffff;display:block;width:9.375rem;position:absolute;font-family:balooda2;font-size:2rem;font-weight:700;z-index:15021;line-height:1.6;letter-spacing:0;top:15rem;left:29.5rem;height:3.1875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#UnFmFfqlzVONfs1RTVAL5NXFl1BpSskn { color:#ffffff;display:block;width:16.4375rem;position:absolute;font-family:balooda2;font-size:1.5rem;font-weight:700;z-index:15020;line-height:1.6;letter-spacing:0;top:15.25rem;left:7.5625rem;height:2.375rem;font-style:normal;display:block; }
#TKw56ixJWimJzrXQWhheiyhaoKcAcaPe { position:absolute;display:block;z-index:15021;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:1.4375rem;width:1.4375rem;top:15.5rem;left:4.9375rem;display:block; }
#tdhotKGXznH1SpPuKE3NJclyRowp1n39 { color:#ffffff;display:block;width:2.75rem;position:absolute;font-family:notosans;font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.6;letter-spacing:0;top:16.6875rem;left:35.5625rem;height:2.400175rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#oV5c6HTZPSy4lpdHGTG5cOIyrv7hbHwa { position:absolute;display:block;z-index:15133;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:0.8125rem;width:0.8125rem;top:9.4375rem;left:5.375rem;display:block; }
#wEhkgBM0Mc3oToU16ybGX90GP7WWy6hI { position:absolute;display:block;z-index:15134;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:0.8125rem;width:0.8125rem;top:15.9375rem;left:5.375rem;display:block; }
#g15vgV70oBp9dRDTZ6TfmrrqVFBRUiTT { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.0625rem;height:5.625rem;text-decoration:none;z-index:15135;text-align:center;text-align-last:center;top:7.75rem;left:3.5rem;display:block; }
#QyT2aSOr5dFeRHdQyzEoL3z7TDay2Wsx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rrUFU37bPEkedAr6iT8SGWormLTJDLoX { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.0625rem;height:5.625rem;text-decoration:none;z-index:15136;text-align:center;text-align-last:center;top:14.25rem;left:3.53125rem;display:block; }
#IgKtMUahuFyWIoQgdgCN4ITtZDul1NsA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yghO1hilH6vPC3rciSJX6T3HUcH62FCH { position:absolute;display:block;z-index:15140;background-color:#b50000;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.75rem;width:36rem;top:21rem;left:4.25rem;display:block; }
#FfBwuOJDfDNz2ZKk6RF4hT9w9mVCTfRF { position:absolute;display:block;z-index:15141;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:1.125rem;top:21.75rem;left:5.125rem;overflow:hidden;display:block; }
#pyC7JZni39igAdLqgFFdp66Ovq45dI6I { color:#ffffff;display:block;width:30.5rem;position:absolute;font-family:balooda2;font-size:1rem;font-weight:700;z-index:15142;line-height:1.3;letter-spacing:0;top:21.75rem;left:7.0625rem;height:1.25rem;font-style:normal;display:block; }
#wyHgbIIowDAcTO1n2RgdptbB90CFyv9e { position:absolute;display:block;z-index:14995;background-color:#444769;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:25.0625rem;width:45rem;top:6.25rem;left:0.125rem;display:block; }
#P9kLU1vPKU5sbBhX8wHeLSQuUVLDSHDk { position:absolute;display:block;z-index:14996;background-color:#444769;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.1875rem solid #f30f52;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:6.125rem;width:19.5rem;top:0rem;left:3.5rem;display:block; }
#Uzk2UlilILJwObgsNGTskvng7T07EtTm { color:rgba(255,255,255,0.6);display:block;width:14.4375rem;position:absolute;font-family:notosans;font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:11.125rem;left:24.625rem;height:1.1875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#OmEl1N5UOkhx8oOD2UCBTyGfbR9eQm7K { color:rgba(255,255,255,0.6);display:block;width:8.625rem;position:absolute;font-family:notosans;font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:17.625rem;left:26.6875rem;height:1.1875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#uIdJbWkU7WyND4dKIK7G2qqXLrgwSaqr { background-color:#f30f52;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:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3rem;text-decoration:none;z-index:15170;text-align:center;text-align-last:center;top:25.5625rem;left:12.0625rem;display:block; }
#NMEWS57rqFKPvdeTr7G7CkxE5P4R2E9V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MxmAfKrOrGpngiT6WxnOO3tJJcOHzRtA { color:rgba(255,255,255,0.6);display:block;width:14.4375rem;position:absolute;font-family:notosans;font-size:0.75rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:28.5rem;left:14.84375rem;height:1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EKoFm2ywDTE2QIpgNiwTgdclRHMD1AEp { color:#ffffff;display:block;width:13.125rem;position:absolute;font-family:balooda2;font-size:1.0625rem;font-weight:700;z-index:15143;line-height:1.3;letter-spacing:0;top:1rem;left:6.875rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Rr5UNOTgHgy0MPzV5M0s1DyGOqCX4BFb { position:absolute;display:block;z-index:15171;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.0625rem;width:1.875rem;top:4.25rem;left:7.5625rem;overflow:hidden;display:block; }
#q6uRsd6gaEaqkDIOHE2Gwouo0DTghoh7 { position:absolute;display:block;z-index:15172;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.25rem;width:4.5rem;top:4.125rem;left:9.75rem;overflow:hidden;display:block; }
#mXxwN1BfJaP4kVTnltMpQ9lDi35O4RCr { position:absolute;display:block;z-index:15172;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.0625rem;width:1.8125rem;top:4.25rem;left:14.6875rem;overflow:hidden;display:block; }
#sRhgFF0mi0DD00V0K5LBLtfyS9GPoJAP { position:absolute;display:block;z-index:15173;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:2.25rem;top:4.1875rem;left:16.75rem;overflow:hidden;display:block; }
#IRZld3v0RgeHpcuplNkvg8eytlyeIl28 { color:#ffffff;display:block;width:13.125rem;position:absolute;font-family:balooda2;font-size:1.0625rem;font-weight:700;z-index:15144;line-height:1.3;letter-spacing:0;top:1rem;left:26.9375rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vTJ2Edn9Z3AywF3vah60cknyLmQate2m { position:absolute;display:block;z-index:15173;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.25rem;width:2.5rem;top:4rem;left:30.125rem;overflow:hidden;display:block; }
#n1fySymo76ktPUkOAPSFzoCBUdyI0SS6 { position:absolute;display:block;z-index:15174;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.25rem;width:3.5625rem;top:4rem;left:32.875rem;overflow:hidden;display:block; }
#omyevFo3FFHaGVV8WWXFqhJaWXMevIp5 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5rem;height:6.125rem;text-decoration:none;z-index:15175;text-align:center;text-align-last:center;top:0rem;left:3.5625rem;display:block; }
#X4Ad2zU87DAity3Kvwz6sEK76k7gb8zq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yNInpkvARsStChBKDeePnQiUy8TeIs0e { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5rem;height:6.125rem;text-decoration:none;z-index:15176;text-align:center;text-align-last:center;top:0.0625rem;left:23rem;display:block; }
#zbHqRGG5dlhOc5xRoA1HsFch2oyrDCuC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iwXvoGkMQwpeLhfKv1yngd52yAyvaFfy { position:absolute;display:block;z-index:15183;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(255,255,255,0.56);border-left:0.0625rem solid rgba(255,255,255,0.56);border-right:0.0625rem solid rgba(255,255,255,0.56);border-bottom:0.0625rem solid rgba(255,255,255,0.56);border-top-left-radius:0rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.375rem;width:25.25rem;top:21.199999809265rem;left:10rem;display:block; }
#zX9JUd6wMswgORdFkWJ03G8fRHLK9bKc { color:#ffffff;display:block;width:17.0625rem;position:absolute;font-family:notosans;font-size:1rem;font-weight:400;z-index:15184;line-height:1.4;letter-spacing:0;top:21.6875rem;left:14.0625rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n9Tsux98aporSmCaRlAJGWdf4ZtGzAEM { color:#ffffff;display:block;width:3.25rem;position:absolute;font-family:notosans;font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:17.625rem;left:35.625rem;height:1.1875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ZDzhPbhEbVpTPPkALZ1aGkTqBL8cT6Rk { position:absolute;display:block;z-index:15201;background-color:transparent;background-image:none;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.8125rem;width:20rem;top:25rem;left:12.0625rem;display:block; }
#QaRpfAsEQ0Vk2X3qvCL198naW2wSMwPe { position:absolute;display:block;z-index:15199;height:3.8125rem;width:20rem;top:25rem;left:12.0625rem;display:block; }
#XguiZs1omH85T6ITozgVIgT0aCz45kSJ { background-color:#1c1d26;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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:none; }#XguiZs1omH85T6ITozgVIgT0aCz45kSJ > .row .container { border-width: 0; border-radius: 0; }#XguiZs1omH85T6ITozgVIgT0aCz45kSJ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#XguiZs1omH85T6ITozgVIgT0aCz45kSJ > .row .container { font-size:0.875rem;font-family:arial;height:39.0625rem;width:75rem;overflow:visible;position:relative;display:none; }#TBov2kqpctOrtfolOqTcWSfADTJKC9tq { position:absolute;display:block;z-index:15013;background-color:#25273a;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:5.625rem;width:37rem;top:7.75rem;left:3.5625rem;display:block; }
#IkBNkU6hZJCDwA3BhdqBUwcEKfQ7yfm3 { color:#ffffff;display:block;width:8.0625rem;position:absolute;font-family:balooda2;font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.6;letter-spacing:0;top:8.75rem;left:7.5625rem;height:2.375rem;font-style:normal;display:block; }
#arnUcTg4UXdLa3b55Ez0b6RexQ6036RB { position:absolute;display:block;z-index:15015;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:1.4375rem;width:1.4375rem;top:9rem;left:4.9375rem;display:block; }
#mo5sTx4RzhRb1xdFEa9RO0OUFiLBWx1z { color:rgba(255,255,255,0.6);display:block;width:14.4375rem;position:absolute;font-family:notosans;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:10.9375rem;left:7.625rem;height:1.1875rem;font-style:normal;display:block; }
#rNAafiQC7LsTxRlptG0gx4docEs5WfZr { color:#ffffff;display:block;width:8.9375rem;position:absolute;font-family:balooda2;font-size:2rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:8.5rem;left:30.0625rem;height:3.1875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#zrWx6vv4tKbr85NTE6rgEcU6Rgc7dq7q { color:#ffffff;display:block;width:2.75rem;position:absolute;font-family:notosans;font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.6;letter-spacing:0;top:16.6875rem;left:35.5625rem;height:2.400175rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#WvW4roil0e09BXf0XIr5gzhwhrMiPJOa { position:absolute;display:block;z-index:15133;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:0.8125rem;width:0.8125rem;top:9.4375rem;left:5.375rem;display:block; }
#PLQySSdWZsr9uzT87viLkHTXJEnIbOIP { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37rem;height:5.625rem;text-decoration:none;z-index:15135;text-align:center;text-align-last:center;top:7.75rem;left:3.5625rem;display:block; }
#y6utiL9roLzhpZl8uZRAwOcxefhIIObf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CFcKOG7NEfn2E8sD4iiOzaHR1IMm2UId { position:absolute;display:block;z-index:14995;background-color:#444769;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:25rem;width:45rem;top:6.25rem;left:0.125rem;display:block; }
#zCPWD0zaVKPWnE2fS5xVeuaWgFRPHhEk { position:absolute;display:block;z-index:14996;background-color:#444769;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.1875rem solid #f30f52;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:6.125rem;width:19.5rem;top:0rem;left:23.3125rem;display:block; }
#RU0NlzFuaxVTiPpGIJQUCPsDGQL2LHWT { color:rgba(255,255,255,0.6);display:block;width:7.9375rem;position:absolute;font-family:notosans;font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:11.125rem;left:27.25rem;height:1.1875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#NT2kei8PpnQPNB8ZRRcTvQBUuKcZBqhk { background-color:#f30f52;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:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3rem;text-decoration:none;z-index:15170;text-align:center;text-align-last:center;top:25rem;left:12.0625rem;display:block; }
#EP4lkyfq45eZ0pZkZOFK7I3H8mhvySmO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cHG2yacyas2ZkOzWRcvToWBRoVRrV8Er { color:#ffffff;display:block;width:13.125rem;position:absolute;font-family:balooda2;font-size:1.0625rem;font-weight:700;z-index:15143;line-height:1.3;letter-spacing:0;top:1rem;left:6.875rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fm3CP2Ar7wCRiRRdIQcDvsFUN41PHxiO { position:absolute;display:block;z-index:15171;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.0625rem;width:1.875rem;top:4.25rem;left:7.5625rem;overflow:hidden;display:block; }
#TvC5IP1gC6mgFs2AmAPvn5y7GsETDTbx { position:absolute;display:block;z-index:15172;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.25rem;width:4.5rem;top:4.125rem;left:9.75rem;overflow:hidden;display:block; }
#wsubpbSsFMZpNEM84DcZEPm8fhHu0zwz { position:absolute;display:block;z-index:15172;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.0625rem;width:1.8125rem;top:4.25rem;left:14.6875rem;overflow:hidden;display:block; }
#Tdw6nOPV3ttbd0AK5v7LO4RtPgQmBcmx { position:absolute;display:block;z-index:15173;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:2.25rem;top:4.1875rem;left:16.75rem;overflow:hidden;display:block; }
#kNIUvP8Gbgq88FpcbeIeT1qv57wcPfOs { color:#ffffff;display:block;width:13.125rem;position:absolute;font-family:balooda2;font-size:1.0625rem;font-weight:700;z-index:15144;line-height:1.3;letter-spacing:0;top:1rem;left:26.9375rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Iq31IaICf6lwqaPwRHEPi1dKvqVfEmi6 { position:absolute;display:block;z-index:15173;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.25rem;width:2.5rem;top:4rem;left:30.125rem;overflow:hidden;display:block; }
#KU8ed3SNwLeEZTP0BfeMu9PPTI4nb6l1 { position:absolute;display:block;z-index:15174;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.25rem;width:3.5625rem;top:4rem;left:32.875rem;overflow:hidden;display:block; }
#oHkn1vDramMeMOsNW0dyAq5K4uqmNwFZ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.4375rem;height:6.125rem;text-decoration:none;z-index:15178;text-align:center;text-align-last:center;top:0.0625rem;left:3.8125rem;display:block; }
#kTsZFSC56WBQWMpnTQOoa7hJCppuJf4H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EKnbx4zJfhDpKFsDNFtDLk75X0dcRkTQ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5625rem;height:6.125rem;text-decoration:none;z-index:15179;text-align:center;text-align-last:center;top:0rem;left:23.25rem;display:block; }
#BbiM0D0LUlvrToiJLkfDGcs2A3ti0D80 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gabfc3BMocpkZGL5bXzlmzXkrcrdUh8S { position:absolute;display:block;z-index:15185;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(255,255,255,0.56);border-left:0.0625rem solid rgba(255,255,255,0.56);border-right:0.0625rem solid rgba(255,255,255,0.56);border-bottom:0.0625rem solid rgba(255,255,255,0.56);border-top-left-radius:0rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.375rem;width:25.25rem;top:21.0625rem;left:9.375rem;display:block; }
#lKREy74hTZJvdNpocxGrehJlkq1ZXbIs { color:#ffffff;display:block;width:17.0625rem;position:absolute;font-family:notosans;font-size:1rem;font-weight:400;z-index:15186;line-height:1.4;letter-spacing:0;top:21.6875rem;left:13.5rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gkhDLTBiErAqsgucO4CCQmxnzTXsnKn5 { position:absolute;display:block;z-index:15202;background-color:transparent;background-image:none;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:3rem;width:20rem;top:25rem;left:12.0625rem;display:block; }
#WPW5nmv1hE3xC3w9btZLiw77TCafKsRa { position:absolute;display:block;z-index:15200;height:3rem;width:20rem;top:25rem;left:12.0625rem;display:block; }
#KAalwr1WsAPFU9n3i4HOSg3grwzZa9dR { color:#ffffff;display:block;width:3.25rem;position:absolute;font-family:notosans;font-size:0.875rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:11.125rem;left:35.625rem;height:1.1875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#oRJzmv2wBPN6K53zu1Tt0CV2xZogX12R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oRJzmv2wBPN6K53zu1Tt0CV2xZogX12R > .row .container { background-color: transparent; background-image: none; }#oRJzmv2wBPN6K53zu1Tt0CV2xZogX12R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oRJzmv2wBPN6K53zu1Tt0CV2xZogX12R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oRJzmv2wBPN6K53zu1Tt0CV2xZogX12R > .row .container > .video-iframe-container { display: none; }#oRJzmv2wBPN6K53zu1Tt0CV2xZogX12R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oRJzmv2wBPN6K53zu1Tt0CV2xZogX12R > .row > .video-iframe-container { display: none; }#oRJzmv2wBPN6K53zu1Tt0CV2xZogX12R > .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); }#oRJzmv2wBPN6K53zu1Tt0CV2xZogX12R > .row .container { border-width: 0; border-radius: 0; }#oRJzmv2wBPN6K53zu1Tt0CV2xZogX12R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oRJzmv2wBPN6K53zu1Tt0CV2xZogX12R > .row .container { font-size:0.875rem;font-family:arial;height:35.375rem;width:75rem;position:relative;display:block; }#DQqDAWiEZu9I4NNZPhNSKJTomnsqZqZC { color:#ffffff;display:block;width:39.375rem;position:absolute;font-family:balooda2;font-size:1.75rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.75rem;left:17.8125rem;height:2.275rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#OL43sRC33BBCAFTSc0aEQoKWnLDZZRdt { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(0,0,0,0.08);border-left:0.0625rem solid rgba(0,0,0,0.08);border-right:0.0625rem solid rgba(0,0,0,0.08);border-bottom:0.0625rem solid rgba(0,0,0,0.08);border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.11) ;height:4.625rem;width:19rem;top:7.25rem;left:7.0625rem;display:block; }
#PTvTRPffKqnosMbMsNr9DmIOQc1pUX13 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.4375rem;top:8.3125rem;left:8rem;overflow:hidden;display:block; }
#z0cHMpUPrmDiwUDsPz6ZLsBqbtbfD1m4 { color:#ffffff;display:block;width:13.9375rem;position:absolute;font-family:balooda2;font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:8.125rem;left:9.9375rem;height:1.95rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ts5rWf4xFdOTUze3Fwg3qe8PLzU7hDHT { color:#0a0a10;display:block;width:12.5rem;position:absolute;font-family:balooda2;font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:9.9375rem;left:9.9375rem;height:1.3rem;display:block; }
#JCQJBEIr5kXQJnzslf0udmiSE3vnSKfx { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.8125rem;height:1.3125rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:9.8874940872194rem;left:15.875rem;display:block; }
#CMGuOOfztceCvoUZnHdyVw3lcHZheCsQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QnTIMeHEpXXE3fuToGCBP1S8MQPuSzwL { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(0,0,0,0.08);border-left:0.0625rem solid rgba(0,0,0,0.08);border-right:0.0625rem solid rgba(0,0,0,0.08);border-bottom:0.0625rem solid rgba(0,0,0,0.08);border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.11) ;height:4.625rem;width:19rem;top:7.25rem;left:27.9375rem;display:block; }
#eD1RIE9nDQHOGUtWT3g0poODu1OJSpUt { position:absolute;display:block;z-index:15007;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.75rem;width:1.75rem;top:8rem;left:28.6875rem;overflow:hidden;display:block; }
#xTgV6nFO1aPfVSK77qCaOkyMJif2vRRQ { color:#ffffff;display:block;width:13.1875rem;position:absolute;font-family:balooda2;font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:8.125rem;left:30.875rem;height:1.95rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#UvVdgWFuCshhXkX1fSol8XVaTzosZFZU { color:#ffffff;display:block;width:15.5625rem;position:absolute;font-family:balooda2;font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9.9375rem;left:30.875rem;height:1.3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ToDDMec0hTDRnxX1sGuU89QkD0WeSwZt { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(0,0,0,0.08);border-left:0.0625rem solid rgba(0,0,0,0.08);border-right:0.0625rem solid rgba(0,0,0,0.08);border-bottom:0.0625rem solid rgba(0,0,0,0.08);border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.11) ;height:4.625rem;width:19rem;top:7.25rem;left:48.9375rem;display:block; }
#nKXikTPqygh0zcab7uJKoqc0TtmDGcHd { position:absolute;display:block;z-index:15008;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.6875rem;width:1.6875rem;top:8.125rem;left:49.6875rem;overflow:hidden;display:block; }
#Nz8qm564NCV6yIgJT61Iw7SoOSL3vaBg { color:#ffffff;display:block;width:13.1875rem;position:absolute;font-family:balooda2;font-size:1.5rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:8.125rem;left:51.9375rem;height:1.95rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#mChbHGB9n3fXvfEeSWMHW1hrdhWUczbt { color:#ffffff;display:block;width:15.5625rem;position:absolute;font-family:balooda2;font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:9.9375rem;left:51.9375rem;height:1.3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#fzkpJqMUNBkKoy22BUVIIJ77bo3Wh4qi { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(0,0,0,0.08);border-left:0.0625rem solid rgba(0,0,0,0.08);border-right:0.0625rem solid rgba(0,0,0,0.08);border-bottom:0.0625rem solid rgba(0,0,0,0.08);border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.11) ;height:4.625rem;width:19rem;top:13.625rem;left:7.0625rem;display:block; }
#gs6BGHgrFwF04qGSWF8N4z8VXpVgulwh { position:absolute;display:block;z-index:15007;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:1.375rem;top:14.625rem;left:7.9375rem;overflow:hidden;display:block; }
#ofGKMPSNw4xkixAFpFyzZq4akalLu8OO { color:#ffffff;display:block;width:15.1875rem;position:absolute;font-family:balooda2;font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:14.3125rem;left:9.9375rem;height:1.95rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#O7oAvhy8SeRSMQkhWibNJs8LxcWIt4UQ { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:balooda2;font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:16.25rem;left:9.9375rem;height:1.3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#dEwIIKkC1fEfnkUvmpuUyWbzrXgLLQWD { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:5.375rem;top:16.25rem;left:22.625rem;overflow:hidden;display:none; }
#X9t3B4CkhHIwU5D7ZEt4OArL0TPx0k1q { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(0,0,0,0.08);border-left:0.0625rem solid rgba(0,0,0,0.08);border-right:0.0625rem solid rgba(0,0,0,0.08);border-bottom:0.0625rem solid rgba(0,0,0,0.08);border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.11) ;height:4.625rem;width:19rem;top:13.625rem;left:27.9375rem;display:block; }
#TmA3oTldhbaEsn3Z7ydU1rIxSnTZMleo { position:absolute;display:block;z-index:15008;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:0.8125rem;width:1.625rem;top:14.75rem;left:28.75rem;overflow:hidden;display:block; }
#K7A7nCUMQ3UflTCsa6G5TmWb1CmT18Tm { color:#ffffff;display:block;width:15.1875rem;position:absolute;font-family:balooda2;font-size:1.5rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:14.3125rem;left:30.875rem;height:1.95rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#SviPELcJWNsevAWBBdiDHBzKCn3Tffdb { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:balooda2;font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:16.25rem;left:30.875rem;height:1.3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#WsVBdUTFd0cW2FQ4yEdZkma17eQI3Z81 { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;border-top:0.0625rem dotted rgba(0,0,0,0.08);border-left:0.0625rem dotted rgba(0,0,0,0.08);border-right:0.0625rem dotted rgba(0,0,0,0.08);border-bottom:0.0625rem dotted rgba(0,0,0,0.08);border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.11) ;height:4.625rem;width:19rem;top:13.625rem;left:48.9375rem;display:block; }
#k2RrhlyHzp5ORakhcHShXxG621RIHf7D { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.6875rem;top:14.4375rem;left:49.6875rem;overflow:hidden;display:block; }
#EbaL4n81Dc93CxxTmWcwWHNCUcGIuTdr { color:#ffffff;display:block;width:13.1875rem;position:absolute;font-family:balooda2;font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:14.3125rem;left:51.9375rem;height:1.95rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#TvulFoFdfXi1cfT99bltZgA4wPGZcQSX { color:#ffffff;display:block;width:15.5625rem;position:absolute;font-family:balooda2;font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:16.25rem;left:51.9375rem;height:1.3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#BnE0uoXv8MDhLymH8A6Im561NCfLM8mF { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(0,0,0,0.08);border-left:0.0625rem solid rgba(0,0,0,0.08);border-right:0.0625rem solid rgba(0,0,0,0.08);border-bottom:0.0625rem solid rgba(0,0,0,0.08);border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.11) ;height:6.0625rem;width:39.875rem;top:19.75rem;left:7.0625rem;display:block; }
#piw1ilsz8dNCaFL77kOTIPWn3osLcOWM { position:absolute;display:block;z-index:15008;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.3125rem;width:1.5625rem;top:20.8125rem;left:7.75rem;overflow:hidden;display:block; }
#J1lW0Fx2xqZ2xPToTMxg7SKlXPKizyKV { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:balooda2;font-size:1.4375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:20.5rem;left:9.9375rem;height:1.86875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#d1EFXb3rVmpn0PFsDyT32wLoDaOhVQZl { color:#000000;display:block;width:35.625rem;position:absolute;font-family:balooda2;font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:22.4375rem;left:9.9375rem;height:2.6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#XwxM53iHgP47gFor7CEQLXnD0TIdUr9k { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.3125rem;height:1.3125rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:23.712500572204rem;left:9.75rem;display:block; }
#aBi4ICgKXZfL0lBI0UVIJMkomZDrkXFV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ITyFZT3aogTVC8sBT43BZMBygKJcHrsP { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f30b54, #9791ed);background-image: -moz-linear-gradient(180deg, #f30b54, #9791ed);background-image: -ms-linear-gradient(180deg, #f30b54, #9791ed);background-image: -o-linear-gradient(180deg, #f30b54, #9791ed);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f30b54', endColorstr='#9791ed' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f30b54', endColorstr='#9791ed' );";background-image: linear-gradient(180deg, #f30b54, #9791ed);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:250rem;border-top-right-radius:250rem;border-bottom-left-radius:250rem;border-bottom-right-radius:250rem;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:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9375rem;height:3.375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:27.3125rem;left:31.53125rem;display:block; }
#NBTofcgEQaEQNBG98B4c3rIeWLbuLv37 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zidwus1TXl6IvT4xKeo8tSpzcsQHkVJS { color:#000000;display:block;width:67.3125rem;position:absolute;font-family:notosans;font-size:0.75rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:33.3125rem;left:1.75rem;height:0.975rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#sDS5gbo0pFAAn7XnH93tvp0aXgLfeEDO { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:5.375rem;top:16.25rem;left:22.625rem;overflow:hidden;display:block; }
#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi > .row .container { background-color: transparent; background-image: none; }#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi > .row .container > .video-iframe-container { display: none; }#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi > .row > .video-iframe-container { display: none; }#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi > .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); }#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi > .row .container { border-width: 0; border-radius: 0; }#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#fRuPuOXgG4LqVzeIkhTpXqGoHcnC7Hxz { background-color:rgba(0,0,0,0);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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#7d7d7d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.62456875rem;height:0.99989375rem;text-decoration:none;z-index:15042;text-align:left;text-align-last:left;top:2.2854156494141rem;left:1.75rem;display:block; }
#IK4C6PUfGP50bXTiMXJgy9qo4PqQzkQM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aPUrNyCWXaVTQ6F9OVek64LP1LxWkWo3 { background-color:rgba(0,0,0,0);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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#7d7d7d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:1rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:2.3291625976562rem;left:6.9375rem;display:block; }
#ChT5nyD1PyT9cLTa04o3y5Bf0ZTv31IB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JbupsQJeSpbaefO08HGcbzPWFZ89PJU6 { color:#7d7d7d;display:block;width:8.875rem;position:absolute;font-family:balooda2;font-size:0.75rem;font-weight:normal;z-index:15186;line-height:1.3;letter-spacing:0;top:2.2979125976562rem;left:16.0625rem;height:0.975rem;text-align:left;text-align-last:left;display:block; }
#K0fiw5SnIWpAKFhIBiP2VHPyXkX0KWpR { background-color:rgba(0,0,0,0);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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#7d7d7d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9rem;height:1rem;text-decoration:none;z-index:15045;text-align:left;text-align-last:left;top:2.3125rem;left:26.0625rem;display:block; }
#GaEPS13Hf0ablWEr73GRKS53QegurRls { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c6nUCFKTm3vW4RTlEti5KtUqdpEgHlrS { background-color:rgba(0,0,0,0);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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#7d7d7d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9rem;height:1rem;text-decoration:none;z-index:15046;text-align:left;text-align-last:left;top:2.3125rem;left:36.75rem;display:block; }
#JpxXSupeIpHtFiqSrgt9P3wMZQSUF9Ah { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kqkBkgs4oZwZOqkQIlrfPHbJVDftMeBR { color:#7d7d7d;display:block;width:12.5rem;position:absolute;font-family:balooda2;font-size:1rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:2.1348724365234rem;left:60.75rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#CoFce1CGCSGtdbcPUlX7ZR9XRHsmE2OE { position:absolute;display:block;z-index:15185;height:2.75rem;width:71.5rem;top:4.5625rem;left:1.75rem;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #n1k2HbSAMPyyz5Wq0oRv0sUCCSyeHi2C { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e5818700-cb2a-46b7-bcb4-6ae382856483/bg2560x620.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#n1k2HbSAMPyyz5Wq0oRv0sUCCSyeHi2C.adaptive-delivery-prevent-bg, #n1k2HbSAMPyyz5Wq0oRv0sUCCSyeHi2C.lazyload, #n1k2HbSAMPyyz5Wq0oRv0sUCCSyeHi2C.lazyloading { background-image: none; }#n1k2HbSAMPyyz5Wq0oRv0sUCCSyeHi2C > .row .container { background-color: transparent; background-image: none; }#n1k2HbSAMPyyz5Wq0oRv0sUCCSyeHi2C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n1k2HbSAMPyyz5Wq0oRv0sUCCSyeHi2C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n1k2HbSAMPyyz5Wq0oRv0sUCCSyeHi2C > .row .container > .video-iframe-container { display: none; }#n1k2HbSAMPyyz5Wq0oRv0sUCCSyeHi2C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n1k2HbSAMPyyz5Wq0oRv0sUCCSyeHi2C > .row > .video-iframe-container { display: none; }#n1k2HbSAMPyyz5Wq0oRv0sUCCSyeHi2C > .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); }#n1k2HbSAMPyyz5Wq0oRv0sUCCSyeHi2C > .row .container { width:47.75rem;height:29.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #p3B0ZQe5msTJEoZURHhE3mHaqEeUKeg6 { top:1.4375rem;left:1rem;width:6rem;height:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DQopv6DRrO2itA0xNEslIbo4scavrrTb { width:4.8125rem;height:2.4375rem;top:1.21875rem;left:34.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yZvqinPittfqArZnLxlxuToMS4fmWumN { display:block; }
 }@media only screen and (max-width: 1199px) { #TFJfXCxmscGmhDGORgLe6UDTDb3vUT0X { width:6.6875rem;height:2.25rem;top:1.3125rem;left:40.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U5lFpFaE6lOm9JPu0iokpaXuaPhDQb0c { display:block; }
 }@media only screen and (max-width: 1199px) { #iTfbH6SgofF7BvLgVuKCcsuqOURtz0ye { top:8.5625rem;left:1rem;width:29.25rem;height:4.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T1wdBbylCSW4moGVM2tv6k2NqTgLR7Q9 { top:14.743751525879rem;left:1rem;width:23.625rem;height:3.825rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IdsR48FXUGH17AL40EkHfGTFizbRuCnQ { width:11.9375rem;height:3.375rem;top:19.6875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #brZdt4hlAH1G048DrP7Kh3KpxTk4tsR7 { display:block; }
 }@media only screen and (max-width: 1199px) { #kGJZCbxVbNRDm8Cszv47QvouCAfAuPhJ { width:19.9375rem;height:16.6875rem;top:6.21875rem;left:26.942707061767rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Dwp3v9T3Oph4KyUDniE3xVKDGahywNRg { top:24.5625rem;left:27.9375rem;width:19.8125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e5818700-cb2a-46b7-bcb4-6ae382856483/bg2560x620.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9.adaptive-delivery-prevent-bg, #bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9.lazyload, #bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9.lazyloading { background-image: none; }#bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9 > .row .container { background-color: transparent; background-image: none; }#bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9 > .row .container > .video-iframe-container { display: none; }#bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9 > .row > .video-iframe-container { display: none; }#bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9 > .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); }#bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9 > .row .container { width:47.75rem;height:29.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #tLSzc8ivpEulVZcSmWgTHfaPRLHKDQ7O { top:1.4375rem;left:1rem;width:6rem;height:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Cccph85ZFsCX4fmz6Q9msfBUcmZ59IUp { width:4.8125rem;height:2.4375rem;top:1.21875rem;left:34.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QurwccJC0QORQ9oeJThaTKy79TMSWGce { display:block; }
 }@media only screen and (max-width: 1199px) { #fUnUVva6weMGfnQkP3lNtgcp0U48upRs { width:6.6875rem;height:2.25rem;top:1.3125rem;left:40.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LB723buJRzTPbZwO4or9mTevTvA7yLou { display:block; }
 }@media only screen and (max-width: 1199px) { #cmaxuWEh6cMZkpTVsKENBv7bHWsU3aSf { top:8.5625rem;left:1rem;width:29.25rem;height:4.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IiB3nNkuLUzXwFBv6sw911dDuvdSTODF { top:14.743751525879rem;left:1rem;width:23.625rem;height:3.825rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AN8gI4T3SDog2uXurCoQ6reHV0e2ZVI8 { width:11.9375rem;height:3.375rem;top:19.6875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pKF5OZaKHceR95HGOi8uWiHXqqnrpzLX { display:block; }
 }@media only screen and (max-width: 1199px) { #xwrfPR3U9dQWpDGdeuABNntlyobGk7Co { top:24.3125rem;left:1rem;width:23.625rem;height:4.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D3IQA6FUXd2kv9oJ9wvHNId4volaciGq { width:19.9375rem;height:16.6875rem;top:6.21875rem;left:26.942707061767rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Pz3pkZ0ohR5bZDlvuydvT9NBg2WdVRn4 { width:28.1875rem;height:3.25rem;top:5.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kfFRIJgPyleTziVqpMOT3Vilc42bp0U9 { top:24.5625rem;left:27.9375rem;width:19.8125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K4Z46Ti9uGzdttDPUwJyXQzWi1lDAvE4 { display:block; }#K4Z46Ti9uGzdttDPUwJyXQzWi1lDAvE4 > .row .container { width:47.75rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Fw5l8mXDMhTvinGBVRXqDXylVDfNfKiE { top:2.859375rem;left:0rem;width:47.75rem;height:2.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tHbUKtHTKXhTGaK7LKBxrTTMvZ1kmZ0l { width:26.6875rem;height:26.6875rem;top:1.375rem;left:39.1875rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 1199px) { #wvQLf67CDTLhCoNkQyGKlUCFbSTqTzkv { background-color:#ffffff;background-image:none;display:block; }#wvQLf67CDTLhCoNkQyGKlUCFbSTqTzkv > .row .container { background-color: transparent; background-image: none; }#wvQLf67CDTLhCoNkQyGKlUCFbSTqTzkv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wvQLf67CDTLhCoNkQyGKlUCFbSTqTzkv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wvQLf67CDTLhCoNkQyGKlUCFbSTqTzkv > .row .container > .video-iframe-container { display: none; }#wvQLf67CDTLhCoNkQyGKlUCFbSTqTzkv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wvQLf67CDTLhCoNkQyGKlUCFbSTqTzkv > .row > .video-iframe-container { display: none; }#wvQLf67CDTLhCoNkQyGKlUCFbSTqTzkv > .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); }#wvQLf67CDTLhCoNkQyGKlUCFbSTqTzkv > .row .container { width:47.75rem;height:25.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #hKBITE7ApRWf8NDkwRU78xwBlZc6upt7 { width:20.3125rem;height:6.25rem;top:0rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Qpb3ZLicFtOeAMmbqBdTuZVKOrnlznSu { width:20.3125rem;height:6.25rem;top:0rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PJq9B30GP3cEQfVk8eZwOOMLiAwVLKHV { display:block; }
 }@media only screen and (max-width: 1199px) { #H6muZdmMW6BvRcobSytOD38oL7apXwdl { width:9.5625rem;height:2.5996125rem;top:0.8125rem;left:8.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GdtCvOxZJQpMiwHm6mPweOwwT76OBoOJ { width:7.5rem;height:1.5rem;top:3.8125rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HO8qsIwS7buBT2GDzmD7T0wvpam4KClL { width:20.3125rem;height:6.25rem;top:0rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VBQZLP5hEQhPtAwumHmz6Q6RcL64nJID { display:block; }
 }@media only screen and (max-width: 1199px) { #SuGwGFXIqoSAiUCqGzKNUfhqMBEzBb92 { width:9.5625rem;height:2.5996125rem;top:0.8125rem;left:29.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p6CPBRLCZ5q1JfVADMS3eiSvZP58dnuq { width:11.5rem;height:1.5rem;top:3.8125rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FLcdrONwBhySwWlkmWFpMLz69mdfIDZK { width:45rem;height:17.6875rem;top:6.125rem;left:1.375rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KIV3OOFuD7ihJzqVT8x9KLMqwSgHerAT { width:41.5rem;height:6rem;top:7.875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Pbxy1wP0OqRceShpQRzTl7ZkHt7s4OVM { width:8rem;height:2.4rem;top:9.125rem;left:4.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VCczVaef8i6TqHZZUlWTEvsWFsTBlyqH { width:8.9375rem;height:3.2rem;top:8.9375rem;left:33.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #evXW6bJq7kVia2tkoTfSUpT6OQv1GJEk { width:5.5rem;height:1.05rem;top:11.4375rem;left:37.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x2g1IUaBNvqr5AeGKQZQmWxGldAT6tNe { width:9.3125rem;height:1.04980625rem;top:11.46249961853rem;left:4.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lBQM0altn0k1aOPhila2iA0MUbHCm7do { width:2.6875rem;height:2.375rem;top:16.6875rem;left:21.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #FNatuQHouUwIwLKQVQsnTpJVLqeToxVE { width:20.3125rem;height:6.25rem;top:0rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mRQeqnlQwaA0yVh4JITz3RZZ4nl0aGI8 { display:block; }
 }@media only screen and (max-width: 1199px) { #Mubn9vNLA98bqrBwwOfuIg4sUN85Kyvg { width:20rem;height:3rem;top:15.375rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UsUFBJ8nt7vPxZQoUdqdTLmo7q8eE4wT { display:block; }
 }@media only screen and (max-width: 1199px) { #BCODBiP0s2Tqiigd65VvuCbucty7uJOB { top:15.375rem;left:13.875rem;width:20rem;height:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SrNNHFMUbPskz11apOew32G1RcLdDrvd { width:36.9375rem;height:3.15rem;top:19.3125rem;left:5.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BmzhKEbCvBvLsicyuF0yeTOBFZxGtCcR { width:20.3125rem;height:6.25rem;top:0rem;left:24.3125rem;z-index:14994;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 1199px) { #GCK0pK1IbzdTy9IOZ6quwxlDlpVvtUww { background-color:#ffffff;background-image:none;display:block; }#GCK0pK1IbzdTy9IOZ6quwxlDlpVvtUww > .row .container { background-color: transparent; background-image: none; }#GCK0pK1IbzdTy9IOZ6quwxlDlpVvtUww::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GCK0pK1IbzdTy9IOZ6quwxlDlpVvtUww > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GCK0pK1IbzdTy9IOZ6quwxlDlpVvtUww > .row .container > .video-iframe-container { display: none; }#GCK0pK1IbzdTy9IOZ6quwxlDlpVvtUww > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GCK0pK1IbzdTy9IOZ6quwxlDlpVvtUww > .row > .video-iframe-container { display: none; }#GCK0pK1IbzdTy9IOZ6quwxlDlpVvtUww > .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); }#GCK0pK1IbzdTy9IOZ6quwxlDlpVvtUww > .row .container { width:47.75rem;height:23.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #rhFneVCZ7o0JgVheeNsOHbnhFTaRRq6l { width:20.3125rem;height:6.25rem;top:0rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w7n2nJXZNfN2ZNaQGDGhnsIndl8ZaL5c { display:block; }
 }@media only screen and (max-width: 1199px) { #DfAR5kIbZTLDldRhgbXTL01nHbNNudGP { width:9.5625rem;height:2.5996125rem;top:0.8125rem;left:8.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #co9zTZsWkqfT2Den6BZTZMwM8vqNUqPr { width:7.5rem;height:1.5rem;top:3.8125rem;left:9.59375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ip6xxQ4cRPF2dD9qXPIEqWCEFLS3ntUP { width:20.3125rem;height:6.125rem;top:0rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eeBz3U7zEV4zeVDQAwaXobsJQZIZMXtP { width:10.625rem;height:2.5996125rem;top:0.8125rem;left:29.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UhwDEhuKKFUNxixTTPhg1kHy2pL4v3My { width:11.5rem;height:1.5rem;top:3.8125rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DwiDN5OdrOSVxwI7up40tKv2zBIVgOXn { width:45rem;height:15.625rem;top:6.125rem;left:1.375rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #llcgEIL0mzqyG89eLsA3N3Hlkgptavwg { width:41.5rem;height:6rem;top:7.875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BArpJMVEL7VvEHoeTaBB0tvU8eob1fWQ { width:8rem;height:2.4rem;top:9.125rem;left:4.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #orUR8VThhiGEQTTF5VUwbFg2WMZwxiLv { width:9.3125rem;height:1.04980625rem;top:11.375rem;left:4.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lVIhCHG5rB9F4R57tno11bflryT7c2Wu { width:12.9375rem;height:3.2rem;top:8.800000190735rem;left:30rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ni8cHSxSsk5UV8gaGs2llBbFm5PQ9iXm { width:5.5rem;height:1.04980625rem;top:11.174999237061rem;left:37.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GUKRXnxPAU6xKTk91V5pdVe3RwohZ0SG { width:2.6875rem;height:2.375rem;top:16.6875rem;left:21.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #DAmlyq0vnLy5A7fCK7uwkNGEmtCW57Ap { width:20rem;height:3rem;top:15.375rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zsHieoFlGSirVth3qCnKuBkGvc0KCCTw { display:block; }
 }@media only screen and (max-width: 1199px) { #IKNl9JqOe2HNvmyPpglaMENSNJ0PSb4R { top:15.375rem;left:14.3125rem;width:20rem;height:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qathClPF34WbxPbOpTXwqoMATfxwN5c5 { width:20.3125rem;height:6.25rem;top:0rem;left:3.1875rem;z-index:14994;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 1199px) { #Vc1tD6CKm30Wsilo8gUyT64H8LBfESTT { width:20.3125rem;height:6.25rem;top:0rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pcQLPU4EGWImbzD03P7pcOha8kTaSnMh { display:block; }
 }@media only screen and (max-width: 1199px) { #Gy31VJ6FkFbdCm2mxQdlQcs8BE6PlyTu { width:3.8125rem;height:1.05rem;top:11.175000190735rem;left:35.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IXfQMOr6LRWS3yZ7K3uwkRTOenyRGsh6 { width:36.9375rem;height:1.05rem;top:19.3125rem;left:5.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BXie1TfJ2nZrME0TSKUsDcDb8XlqTXTw { background-color:#ffffff;background-image:none;display:none; }#BXie1TfJ2nZrME0TSKUsDcDb8XlqTXTw > .row .container { width:47.75rem;height:23.3125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #TvhUUrm0Jkv1rwbZUC2JP1FfTBTgyeQb { width:41.5rem;height:6rem;top:7.875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TRMvmugemwL9HGoXhhbi4PO8qzleXSTt { width:8rem;height:2.4rem;top:9.125rem;left:4.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m59T0meMSooGxWmGurDCk7QHFTrbD5h9 { width:9.3125rem;height:1.04980625rem;top:11.46249961853rem;left:4.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ta4ZGTTzkdZhtbrecxptry0vpPZ6zhBf { width:8.9375rem;height:3.2rem;top:8.9375rem;left:33.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uvigFQ3a5u6kIk55WmOoK4e967QUCek1 { width:2.6875rem;height:2.375rem;top:16.6875rem;left:21.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #MOMfG8Z9MqgesAm5koXpiJpMGDmm8XA4 { width:45rem;height:15.625rem;top:6.125rem;left:1.375rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HFKNxdgDdyuaBbUo2O3SwAGkUemFHg9C { width:20.3125rem;height:6.25rem;top:0rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wOCNS3WMT3Bd5T27hHMJ6ocs2GKI5iSE { width:5.5rem;height:1.04980625rem;top:11.4375rem;left:37.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H8yJlTZirDeaeAH56ZTe8v8xX6WqyJLU { width:9.5625rem;height:2.5996125rem;top:0.8125rem;left:8.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ll5QoUDEX2i1PtSGQaVZeTE1ozWIzETT { width:20.3125rem;height:6.25rem;top:0rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fvUu35z7dm3QlT8s0k8TNHrfkFxmMI4D { display:block; }
 }@media only screen and (max-width: 1199px) { #bfVZCQlV4632qnogadSyOhKv2FIB0x8f { width:20.3125rem;height:6.25rem;top:0rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gSLUvzoW2POt1Z2F2TUGwHDuHMvWAbI7 { display:block; }
 }@media only screen and (max-width: 1199px) { #LTlg0XQTNEIbDRCl7JrAhCtGu1xzcsMa { top:15.375rem;left:13.875rem;width:20rem;height:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ru0KEi1DzwovCIwuN062aOeu7HJmWxRO { width:7.5rem;height:1.5rem;top:3.8125rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pST95XBe3yW5g9psvSnvEOn1imux1fvK { width:36.9375rem;height:1.04980625rem;top:19.3125rem;left:5.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VZgcDFKixtH31dbV7u16WI9xeNVN7kgu { width:20rem;height:3rem;top:15.375rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p4Lrh3QdRDx9UqFFs1CTmX5sxKpM4a9l { display:block; }
 }@media only screen and (max-width: 1199px) { #cSpJ0LKm0yv2zcC1grBJeSxl2mMbeIPs { width:9.5625rem;height:2.5996125rem;top:0.8125rem;left:29.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oqPydE6JMn0VEwiSm3wuWxHtlXOdzsWT { width:11.5rem;height:1.5rem;top:3.8125rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dQF22sqiBr8g8vo9ulbNXOIvavcW8tCV { width:20.3125rem;height:6.25rem;top:0rem;left:24.3125rem;z-index:14994;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 1199px) { #LPlo7Pk7vQywvVUvTnSzAJUTv1tuiUku { width:23.0625rem;height:1.125rem;top:7.125rem;left:20.89999961853rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LFrC4W08EztstNy0zmT4sBacKT9Puup4 { width:22.75rem;height:0.9746125rem;top:7.1875rem;left:21.04921913147rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #liAIqvIDtTzFKcPtXOcptfCGTTucHGBE { background-color:#ffffff;background-image:none;display:none; }#liAIqvIDtTzFKcPtXOcptfCGTTucHGBE > .row .container { width:47.75rem;height:23.3125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #PbIi9LuO6T8HC0Ew4VW9iLZeU6l9qOR0 { width:41.5rem;height:6rem;top:7.875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UHI1tBSroxS6eJpPi7UWwglp6goTC5EN { width:8rem;height:2.4rem;top:9.125rem;left:4.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BTGswwczWhq8ErD3UhsiJpa7zU3KQ0ZX { width:9.3125rem;height:1.04980625rem;top:11.375rem;left:4.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tr4DEOW8H7maWVCp7NlgXNkNPLdQldrM { width:8.9375rem;height:3.2rem;top:8.7999992370606rem;left:30rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tnOck5n7EkeUEAnhGtJT3eEsUXX3DTWQ { width:2.6875rem;height:2.375rem;top:16.6875rem;left:21.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #QVAekx2d2tP0qM4IOEZzK54soSTh4nHq { width:45rem;height:15.625rem;top:6.125rem;left:1.375rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SE2pS0yOQJbsR3LzFzHsG6iKzIk828ZI { width:20.3125rem;height:6.125rem;top:0rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S7HnUwAT3vfKI2O3stHSlremvCi3CiZD { width:5.5rem;height:1.2246125rem;top:10.03750038147rem;left:37.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BknWMdsuFSIB9faT1tSDD3ZbDORzVXpz { width:9.5625rem;height:2.5996125rem;top:0.8125rem;left:8.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sm2eQz9Fl9QeQ3ui0z4aeHlNyTNcDDbG { width:20.3125rem;height:6.25rem;top:0rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tZf1M3Txl15Rcif3sTOiC2zdMUuQNnxJ { display:block; }
 }@media only screen and (max-width: 1199px) { #JKxwT7JspLvgnzm7ysuhNeRceBSL9HOL { width:20.3125rem;height:6.25rem;top:0rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GQgWCBXVTahG6fte0r58d8XfJIiQSO4h { display:block; }
 }@media only screen and (max-width: 1199px) { #cIB470nmIJWhD8wysZgqKZVRKXEnUIBd { top:15.375rem;left:14.3125rem;width:20rem;height:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oy5pu7Q3qT9EZNxeFO2lE2dvQp3LeG45 { width:7.5rem;height:1.5rem;top:3.8125rem;left:9.59375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eHBRho93ePSlM1miZnBOyLOPHHffFoP9 { width:37.3125rem;height:1.04980625rem;top:19.3125rem;left:5.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NmzhfHuG5SX50Fo8ksMfddAPnlVcKwbi { width:20rem;height:3rem;top:15.375rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UnBwxsIvIpctNwvkJDOp0hcTVLWoi97G { display:block; }
 }@media only screen and (max-width: 1199px) { #IXWePkNe0EiF2CUZ2IcWBD6WpB1ZXbri { width:10.625rem;height:2.5996125rem;top:0.8125rem;left:29.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z8XecrxrlGdKgACZm0KpsyIDXk7hT4iG { width:11.5rem;height:1.5rem;top:3.8125rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UoDKCf1mqV326cwOMB6JSQI6nNOwZnMP { width:5.5rem;height:1.04980625rem;top:11.174999237061rem;left:37.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EZgW27CF5G4XWyRe14NZ9aAWfS0kSMT5 { width:20.3125rem;height:6.25rem;top:0rem;left:3.1875rem;z-index:14994;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 1199px) { #N8imxdQldL7C8sX4roIciWJC55r9dffq { width:22.75rem;height:0.9746125rem;top:7.125rem;left:20.42421913147rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RT2Tf5FEkW9aWFVU4XdAguTny12e5yJK { width:23.1875rem;height:1.125rem;top:7.125rem;left:20.11171913147rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FWUQsl2BPynRQDHO6JhSMIoMyacQizbe { display:block; }#FWUQsl2BPynRQDHO6JhSMIoMyacQizbe > .row .container { width:47.75rem;height:4.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #eNJmHIWMTT9vwHDNqTCu5f7RSCuWOV8f { width:17.5rem;height:3rem;top:0.125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Pv4qE0TK9gLeF09rombpSJ5oWUTFLWO9 { display:block; }
 }@media only screen and (max-width: 1199px) { #UOAGArlPn0vtkqOiqlHDr0z1sutBLPMl { display:none; }#UOAGArlPn0vtkqOiqlHDr0z1sutBLPMl > .row .container { width:47.75rem;height:31.625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #GxyQuzvgQNfpTmoFMEGMZ03o83uVgeq2 { width:21.25rem;height:4.6875rem;top:7.4375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NTFivOABuUe286aoA82QJ3U1hye1B79f { width:8rem;height:2.4rem;top:8.0625rem;left:4.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h0De6vCeriSV0TXctP6uZdHLOyigFTbe { width:1.375rem;height:1.375rem;top:8.3125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o6ZzacOpgRQfbCnUgN5QEaLh69bq779i { width:9.3125rem;height:1.05rem;top:10.125rem;left:4.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q4vRMLisHW5TTffLbWQpFQepCDJwx3oI { width:8.9375rem;height:3.2rem;top:7.8125rem;left:12.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iGZAVDeK4gpZoqIHro8vH1ebyiaEGaPV { width:21.1875rem;height:4.6875rem;top:13.1875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vVlunBlRHc3fvrEz7BTzz53VmPi2x64T { width:9.0625rem;height:0.9625rem;top:15.875rem;left:4.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gqx8EUTa8tvG1xdVF5M4GvxJRgaRZAoP { width:9.375rem;height:3.2rem;top:13.375rem;left:12.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UnFmFfqlzVONfs1RTVAL5NXFl1BpSskn { width:8.3125rem;height:1.65rem;top:14.125rem;left:4.3125rem;font-size:1.5rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 1199px) { #TKw56ixJWimJzrXQWhheiyhaoKcAcaPe { width:1.375rem;height:1.375rem;top:14.0625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tdhotKGXznH1SpPuKE3NJclyRowp1n39 { width:2.6875rem;height:2.375rem;top:16.6875rem;left:21.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #oV5c6HTZPSy4lpdHGTG5cOIyrv7hbHwa { width:0.875rem;height:0.875rem;top:8.6875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wEhkgBM0Mc3oToU16ybGX90GP7WWy6hI { width:0.875rem;height:0.875rem;top:14.4375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g15vgV70oBp9dRDTZ6TfmrrqVFBRUiTT { width:21.25rem;height:4.6875rem;top:7.4375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QyT2aSOr5dFeRHdQyzEoL3z7TDay2Wsx { display:block; }
 }@media only screen and (max-width: 1199px) { #rrUFU37bPEkedAr6iT8SGWormLTJDLoX { width:21.1875rem;height:4.6875rem;top:13.1875rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IgKtMUahuFyWIoQgdgCN4ITtZDul1NsA { display:block; }
 }@media only screen and (max-width: 1199px) { #yghO1hilH6vPC3rciSJX6T3HUcH62FCH { width:21.25rem;height:3.25rem;top:18.4375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FfBwuOJDfDNz2ZKk6RF4hT9w9mVCTfRF { width:1.125rem;height:1.125rem;top:19.375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pyC7JZni39igAdLqgFFdp66Ovq45dI6I { width:17.6875rem;height:2.4rem;top:18.8125rem;left:3.8125rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #wyHgbIIowDAcTO1n2RgdptbB90CFyv9e { width:23.75rem;height:22.5rem;top:6.125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P9kLU1vPKU5sbBhX8wHeLSQuUVLDSHDk { width:11.875rem;height:6.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Uzk2UlilILJwObgsNGTskvng7T07EtTm { width:5.5rem;height:1.05rem;top:10.125rem;left:16.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OmEl1N5UOkhx8oOD2UCBTyGfbR9eQm7K { width:6.5rem;height:0.9625rem;top:15.875rem;left:11.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uIdJbWkU7WyND4dKIK7G2qqXLrgwSaqr { width:20rem;height:3rem;top:22.4375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NMEWS57rqFKPvdeTr7G7CkxE5P4R2E9V { display:block; }
 }@media only screen and (max-width: 1199px) { #MxmAfKrOrGpngiT6WxnOO3tJJcOHzRtA { width:11.4375rem;height:1.05rem;top:25.9375rem;left:5.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EKoFm2ywDTE2QIpgNiwTgdclRHMD1AEp { width:9.5625rem;height:2.6rem;top:0.9375rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Rr5UNOTgHgy0MPzV5M0s1DyGOqCX4BFb { width:1.875rem;height:1.0625rem;top:4.125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q6uRsd6gaEaqkDIOHE2Gwouo0DTghoh7 { width:4.125rem;height:1.125rem;top:4.125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mXxwN1BfJaP4kVTnltMpQ9lDi35O4RCr { width:1.8125rem;height:1.0625rem;top:4.125rem;left:7rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sRhgFF0mi0DD00V0K5LBLtfyS9GPoJAP { width:2.25rem;height:1.125rem;top:4.0625rem;left:9rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IRZld3v0RgeHpcuplNkvg8eytlyeIl28 { width:9.6875rem;height:2.6rem;top:0.9375rem;left:13.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vTJ2Edn9Z3AywF3vah60cknyLmQate2m { width:2.5rem;height:1.25rem;top:4rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n1fySymo76ktPUkOAPSFzoCBUdyI0SS6 { width:3.5625rem;height:1.25rem;top:4rem;left:18.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #omyevFo3FFHaGVV8WWXFqhJaWXMevIp5 { width:11.875rem;height:6.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X4Ad2zU87DAity3Kvwz6sEK76k7gb8zq { display:block; }
 }@media only screen and (max-width: 1199px) { #yNInpkvARsStChBKDeePnQiUy8TeIs0e { width:11.875rem;height:6.125rem;top:0rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zbHqRGG5dlhOc5xRoA1HsFch2oyrDCuC { display:block; }
 }@media only screen and (max-width: 1199px) { #iwXvoGkMQwpeLhfKv1yngd52yAyvaFfy { width:20rem;height:2.375rem;top:18.887500762939rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zX9JUd6wMswgORdFkWJ03G8fRHLK9bKc { width:17.75rem;height:1.4rem;top:19.4375rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n9Tsux98aporSmCaRlAJGWdf4ZtGzAEM { width:6.25rem;height:0.9625rem;top:15.875rem;left:15.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZDzhPbhEbVpTPPkALZ1aGkTqBL8cT6Rk { width:20rem;height:3.0625rem;top:22.375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QaRpfAsEQ0Vk2X3qvCL198naW2wSMwPe { top:22.4375rem;left:1.6875rem;width:20rem;height:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XguiZs1omH85T6ITozgVIgT0aCz45kSJ { display:none; }#XguiZs1omH85T6ITozgVIgT0aCz45kSJ > .row .container { width:47.75rem;height:31.625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #TBov2kqpctOrtfolOqTcWSfADTJKC9tq { width:21.25rem;height:4.6875rem;top:7.4375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IkBNkU6hZJCDwA3BhdqBUwcEKfQ7yfm3 { width:8rem;height:2.4rem;top:8.0625rem;left:4.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #arnUcTg4UXdLa3b55Ez0b6RexQ6036RB { width:1.375rem;height:1.375rem;top:8.3125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mo5sTx4RzhRb1xdFEa9RO0OUFiLBWx1z { width:9.3125rem;height:1.05rem;top:10.125rem;left:4.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rNAafiQC7LsTxRlptG0gx4docEs5WfZr { width:8.9375rem;height:3.2rem;top:7.8125rem;left:12.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zrWx6vv4tKbr85NTE6rgEcU6Rgc7dq7q { width:2.6875rem;height:2.375rem;top:16.6875rem;left:21.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #WvW4roil0e09BXf0XIr5gzhwhrMiPJOa { width:0.875rem;height:0.875rem;top:8.6875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PLQySSdWZsr9uzT87viLkHTXJEnIbOIP { width:21.25rem;height:4.6875rem;top:7.4375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y6utiL9roLzhpZl8uZRAwOcxefhIIObf { display:block; }
 }@media only screen and (max-width: 1199px) { #CFcKOG7NEfn2E8sD4iiOzaHR1IMm2UId { width:23.75rem;height:22.25rem;top:6.125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zCPWD0zaVKPWnE2fS5xVeuaWgFRPHhEk { width:11.875rem;height:6.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RU0NlzFuaxVTiPpGIJQUCPsDGQL2LHWT { width:5.5rem;height:1.05rem;top:10.125rem;left:16.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NT2kei8PpnQPNB8ZRRcTvQBUuKcZBqhk { width:20rem;height:3rem;top:22.3125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EP4lkyfq45eZ0pZkZOFK7I3H8mhvySmO { display:block; }
 }@media only screen and (max-width: 1199px) { #cHG2yacyas2ZkOzWRcvToWBRoVRrV8Er { width:9.5625rem;height:2.6rem;top:0.9375rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fm3CP2Ar7wCRiRRdIQcDvsFUN41PHxiO { width:1.875rem;height:1.0625rem;top:4.125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TvC5IP1gC6mgFs2AmAPvn5y7GsETDTbx { width:4.125rem;height:1.125rem;top:4.125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wsubpbSsFMZpNEM84DcZEPm8fhHu0zwz { width:1.8125rem;height:1.0625rem;top:4.125rem;left:7rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tdw6nOPV3ttbd0AK5v7LO4RtPgQmBcmx { width:2.25rem;height:1.125rem;top:4.0625rem;left:9rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kNIUvP8Gbgq88FpcbeIeT1qv57wcPfOs { width:9.6875rem;height:2.6rem;top:0.9375rem;left:13.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Iq31IaICf6lwqaPwRHEPi1dKvqVfEmi6 { width:2.5rem;height:1.25rem;top:4rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KU8ed3SNwLeEZTP0BfeMu9PPTI4nb6l1 { width:3.5625rem;height:1.25rem;top:4rem;left:18.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oHkn1vDramMeMOsNW0dyAq5K4uqmNwFZ { width:11.875rem;height:6.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kTsZFSC56WBQWMpnTQOoa7hJCppuJf4H { display:block; }
 }@media only screen and (max-width: 1199px) { #EKnbx4zJfhDpKFsDNFtDLk75X0dcRkTQ { width:11.875rem;height:6.125rem;top:0rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BbiM0D0LUlvrToiJLkfDGcs2A3ti0D80 { display:block; }
 }@media only screen and (max-width: 1199px) { #gabfc3BMocpkZGL5bXzlmzXkrcrdUh8S { width:20rem;height:2.375rem;top:18.875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lKREy74hTZJvdNpocxGrehJlkq1ZXbIs { width:17.75rem;height:1.4rem;top:19.393749237061rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gkhDLTBiErAqsgucO4CCQmxnzTXsnKn5 { width:20rem;height:3rem;top:22.3125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WPW5nmv1hE3xC3w9btZLiw77TCafKsRa { top:22.3125rem;left:1.6875rem;width:20rem;height:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KAalwr1WsAPFU9n3i4HOSg3grwzZa9dR { width:6.25rem;height:0.9625rem;top:15.875rem;left:15.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oRJzmv2wBPN6K53zu1Tt0CV2xZogX12R { display:block; }#oRJzmv2wBPN6K53zu1Tt0CV2xZogX12R > .row .container { width:47.75rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #DQqDAWiEZu9I4NNZPhNSKJTomnsqZqZC { top:2.3062496185302rem;left:5.78125rem;width:36.1875rem;height:2.03125rem;font-size:1.5625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 1199px) { #OL43sRC33BBCAFTSc0aEQoKWnLDZZRdt { width:21.625rem;height:4.625rem;top:5.6875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PTvTRPffKqnosMbMsNr9DmIOQc1pUX13 { width:1.5625rem;height:1.3125rem;top:6.71875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z0cHMpUPrmDiwUDsPz6ZLsBqbtbfD1m4 { top:6.481249809265rem;left:4.71875rem;width:13.0625rem;height:1.7875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ts5rWf4xFdOTUze3Fwg3qe8PLzU7hDHT { width:12.5rem;height:1.3808625rem;top:8.268750190735rem;left:4.71875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JCQJBEIr5kXQJnzslf0udmiSE3vnSKfx { width:6.875rem;height:1.3125rem;top:8.2677087783812rem;left:10.90625rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 1199px) { #CMGuOOfztceCvoUZnHdyVw3lcHZheCsQ { display:block; }
 }@media only screen and (max-width: 1199px) { #QnTIMeHEpXXE3fuToGCBP1S8MQPuSzwL { width:21.625rem;height:4.625rem;top:5.6875rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eD1RIE9nDQHOGUtWT3g0poODu1OJSpUt { width:1.875rem;height:1.875rem;top:6.4375rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xTgV6nFO1aPfVSK77qCaOkyMJif2vRRQ { top:6.481249809265rem;left:28.0625rem;width:15.125rem;height:1.7871125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UvVdgWFuCshhXkX1fSol8XVaTzosZFZU { top:8.268750190735rem;left:28.0625rem;width:17.625rem;height:1.3808625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ToDDMec0hTDRnxX1sGuU89QkD0WeSwZt { width:21.625rem;height:4.625rem;top:11.75rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nKXikTPqygh0zcab7uJKoqc0TtmDGcHd { width:1.75rem;height:1.75rem;top:12.5625rem;left:2.59375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Nz8qm564NCV6yIgJT61Iw7SoOSL3vaBg { top:12.543750762939rem;left:4.75rem;width:13.125rem;height:1.7871125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mChbHGB9n3fXvfEeSWMHW1hrdhWUczbt { top:14.331249237061rem;left:4.71875rem;width:15.5625rem;height:1.38125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fzkpJqMUNBkKoy22BUVIIJ77bo3Wh4qi { width:21.625rem;height:4.625rem;top:11.75rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gs6BGHgrFwF04qGSWF8N4z8VXpVgulwh { width:1.625rem;height:1.3125rem;top:12.78125rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ofGKMPSNw4xkixAFpFyzZq4akalLu8OO { top:12.543750762939rem;left:28.0625rem;width:16.4375rem;height:1.7871125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O7oAvhy8SeRSMQkhWibNJs8LxcWIt4UQ { top:14.331250190735rem;left:28.0625rem;width:18.625rem;height:1.3808625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dEwIIKkC1fEfnkUvmpuUyWbzrXgLLQWD { width:5.375rem;height:5.3125rem;top:27.4375rem;left:12rem;display:none; }
 }@media only screen and (max-width: 1199px) { #X9t3B4CkhHIwU5D7ZEt4OArL0TPx0k1q { width:21.625rem;height:4.625rem;top:17.83749961853rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TmA3oTldhbaEsn3Z7ydU1rIxSnTZMleo { width:1.8125rem;height:0.875rem;top:19rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K7A7nCUMQ3UflTCsa6G5TmWb1CmT18Tm { top:18.5625rem;left:4.75rem;width:13.5rem;height:1.95rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SviPELcJWNsevAWBBdiDHBzKCn3Tffdb { top:20.512500762939rem;left:4.71875rem;width:13.0625rem;height:1.3808625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WsVBdUTFd0cW2FQ4yEdZkma17eQI3Z81 { width:21.625rem;height:4.625rem;top:17.83749961853rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k2RrhlyHzp5ORakhcHShXxG621RIHf7D { width:1.75rem;height:1.75rem;top:18.625rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EbaL4n81Dc93CxxTmWcwWHNCUcGIuTdr { top:18.581249237061rem;left:27.8125rem;width:15.25rem;height:1.7871125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TvulFoFdfXi1cfT99bltZgA4wPGZcQSX { top:20.325000762939rem;left:27.8125rem;width:16.3125rem;height:1.3808625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BnE0uoXv8MDhLymH8A6Im561NCfLM8mF { width:44.8125rem;height:6.0625rem;top:23.762500762939rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #piw1ilsz8dNCaFL77kOTIPWn3osLcOWM { width:1.8125rem;height:1.5rem;top:24.6875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J1lW0Fx2xqZ2xPToTMxg7SKlXPKizyKV { top:24.481250762939rem;left:4.75rem;width:42.8125rem;height:1.7871125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d1EFXb3rVmpn0PFsDyT32wLoDaOhVQZl { top:26.331250190735rem;left:4.71875rem;width:39.3125rem;height:2.55rem;font-size:1.0625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #XwxM53iHgP47gFor7CEQLXnD0TIdUr9k { width:8.875rem;height:1.3125rem;top:27.621874809265rem;left:4.53125rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 1199px) { #aBi4ICgKXZfL0lBI0UVIJMkomZDrkXFV { display:block; }
 }@media only screen and (max-width: 1199px) { #ITyFZT3aogTVC8sBT43BZMBygKJcHrsP { width:11.9375rem;height:3.375rem;top:31.5625rem;left:17.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NBTofcgEQaEQNBG98B4c3rIeWLbuLv37 { display:block; }
 }@media only screen and (max-width: 1199px) { #zidwus1TXl6IvT4xKeo8tSpzcsQHkVJS { top:37.549999237061rem;left:6.1875rem;width:35.375rem;height:1.95rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #sDS5gbo0pFAAn7XnH93tvp0aXgLfeEDO { width:5.375rem;height:5.3125rem;top:27.4375rem;left:12rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uO40s780e2eLz9IcfmdoqNLSHrWfqHXi { display:block; }#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #fRuPuOXgG4LqVzeIkhTpXqGoHcnC7Hxz { width:4.5625rem;height:0.9375rem;top:2.25rem;left:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #IK4C6PUfGP50bXTiMXJgy9qo4PqQzkQM { display:block; }
 }@media only screen and (max-width: 1199px) { #aPUrNyCWXaVTQ6F9OVek64LP1LxWkWo3 { width:7.375rem;height:1rem;top:2.25rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ChT5nyD1PyT9cLTa04o3y5Bf0ZTv31IB { display:block; }
 }@media only screen and (max-width: 1199px) { #JbupsQJeSpbaefO08HGcbzPWFZ89PJU6 { width:8.375rem;height:0.975rem;top:2.2624969482422rem;left:14.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K0fiw5SnIWpAKFhIBiP2VHPyXkX0KWpR { width:9rem;height:1rem;top:2.25rem;left:23.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GaEPS13Hf0ablWEr73GRKS53QegurRls { display:block; }
 }@media only screen and (max-width: 1199px) { #c6nUCFKTm3vW4RTlEti5KtUqdpEgHlrS { width:4.75rem;height:1rem;top:2.25rem;left:33.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JpxXSupeIpHtFiqSrgt9P3wMZQSUF9Ah { display:block; }
 }@media only screen and (max-width: 1199px) { #kqkBkgs4oZwZOqkQIlrfPHbJVDftMeBR { width:8rem;height:1.05625rem;top:2.125rem;left:38.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CoFce1CGCSGtdbcPUlX7ZR9XRHsmE2OE { width:45.75rem;height:2.75rem;top:4.5625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #n1k2HbSAMPyyz5Wq0oRv0sUCCSyeHi2C { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e5818700-cb2a-46b7-bcb4-6ae382856483/bg2560x620.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#n1k2HbSAMPyyz5Wq0oRv0sUCCSyeHi2C.adaptive-delivery-prevent-bg, #n1k2HbSAMPyyz5Wq0oRv0sUCCSyeHi2C.lazyload, #n1k2HbSAMPyyz5Wq0oRv0sUCCSyeHi2C.lazyloading { background-image: none; }#n1k2HbSAMPyyz5Wq0oRv0sUCCSyeHi2C > .row .container { background-color: transparent; background-image: none; }#n1k2HbSAMPyyz5Wq0oRv0sUCCSyeHi2C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n1k2HbSAMPyyz5Wq0oRv0sUCCSyeHi2C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n1k2HbSAMPyyz5Wq0oRv0sUCCSyeHi2C > .row .container > .video-iframe-container { display: none; }#n1k2HbSAMPyyz5Wq0oRv0sUCCSyeHi2C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n1k2HbSAMPyyz5Wq0oRv0sUCCSyeHi2C > .row > .video-iframe-container { display: none; }#n1k2HbSAMPyyz5Wq0oRv0sUCCSyeHi2C > .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); }#n1k2HbSAMPyyz5Wq0oRv0sUCCSyeHi2C > .row .container { width:20rem;height:40.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p3B0ZQe5msTJEoZURHhE3mHaqEeUKeg6 { width:6rem;height:2rem;top:1.3312530517578rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQopv6DRrO2itA0xNEslIbo4scavrrTb { width:4.8125rem;height:2.4375rem;top:1.125rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZvqinPittfqArZnLxlxuToMS4fmWumN { display:block; }
 }@media only screen and (max-width: 763px) { #TFJfXCxmscGmhDGORgLe6UDTDb3vUT0X { width:6.6875rem;height:2.25rem;top:1.1875rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5lFpFaE6lOm9JPu0iokpaXuaPhDQb0c { display:block; }
 }@media only screen and (max-width: 763px) { #iTfbH6SgofF7BvLgVuKCcsuqOURtz0ye { width:17.8125rem;height:3.85rem;top:7.3812484741213rem;left:0.96875rem;font-size:1.75rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #T1wdBbylCSW4moGVM2tv6k2NqTgLR7Q9 { width:16.375rem;height:7.5rem;top:12.4375rem;left:0.96875rem;font-size:1.25rem;text-align:left;text-align-last:left;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #IdsR48FXUGH17AL40EkHfGTFizbRuCnQ { width:11.9375rem;height:3.375rem;top:21.581253051757rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #brZdt4hlAH1G048DrP7Kh3KpxTk4tsR7 { display:block; }
 }@media only screen and (max-width: 763px) { #kGJZCbxVbNRDm8Cszv47QvouCAfAuPhJ { width:9.4375rem;height:7.875rem;top:31.4375rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dwp3v9T3Oph4KyUDniE3xVKDGahywNRg { width:19.8125rem;height:1.9375rem;top:30.75rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e5818700-cb2a-46b7-bcb4-6ae382856483/bg2560x620.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9.adaptive-delivery-prevent-bg, #bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9.lazyload, #bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9.lazyloading { background-image: none; }#bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9 > .row .container { background-color: transparent; background-image: none; }#bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9 > .row .container > .video-iframe-container { display: none; }#bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9 > .row > .video-iframe-container { display: none; }#bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9 > .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); }#bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9 > .row .container { width:20rem;height:45.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tLSzc8ivpEulVZcSmWgTHfaPRLHKDQ7O { width:6rem;height:2rem;top:1.3312530517578rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cccph85ZFsCX4fmz6Q9msfBUcmZ59IUp { width:4.8125rem;height:2.4375rem;top:1.125rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QurwccJC0QORQ9oeJThaTKy79TMSWGce { display:block; }
 }@media only screen and (max-width: 763px) { #fUnUVva6weMGfnQkP3lNtgcp0U48upRs { width:6.6875rem;height:2.25rem;top:1.1875rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LB723buJRzTPbZwO4or9mTevTvA7yLou { display:block; }
 }@media only screen and (max-width: 763px) { #cmaxuWEh6cMZkpTVsKENBv7bHWsU3aSf { width:17.8125rem;height:3.85rem;top:7.3812484741213rem;left:0.96875rem;font-size:1.75rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #IiB3nNkuLUzXwFBv6sw911dDuvdSTODF { width:16.375rem;height:7.5rem;top:12.4375rem;left:0.96875rem;font-size:1.25rem;text-align:left;text-align-last:left;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #AN8gI4T3SDog2uXurCoQ6reHV0e2ZVI8 { width:11.9375rem;height:3.375rem;top:21.581253051757rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKF5OZaKHceR95HGOi8uWiHXqqnrpzLX { display:block; }
 }@media only screen and (max-width: 763px) { #xwrfPR3U9dQWpDGdeuABNntlyobGk7Co { width:16.9375rem;height:4.0625rem;top:26.581253051757rem;left:1rem;font-size:0.625rem;text-align:left;text-align-last:left;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #D3IQA6FUXd2kv9oJ9wvHNId4volaciGq { width:9.4375rem;height:7.875rem;top:31.4375rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pz3pkZ0ohR5bZDlvuydvT9NBg2WdVRn4 { width:20rem;height:3.25rem;top:40.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfFRIJgPyleTziVqpMOT3Vilc42bp0U9 { width:19.8125rem;height:1.9375rem;top:30.75rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4Z46Ti9uGzdttDPUwJyXQzWi1lDAvE4 { display:block; }#K4Z46Ti9uGzdttDPUwJyXQzWi1lDAvE4 > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fw5l8mXDMhTvinGBVRXqDXylVDfNfKiE { width:16.5625rem;height:3.025rem;top:2.5500001907349rem;left:1.71875rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #tHbUKtHTKXhTGaK7LKBxrTTMvZ1kmZ0l { width:20rem;height:20rem;top:0.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wvQLf67CDTLhCoNkQyGKlUCFbSTqTzkv { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6e725318-6369-4448-a1bb-70840a43b997/bglajt.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#wvQLf67CDTLhCoNkQyGKlUCFbSTqTzkv.adaptive-delivery-prevent-bg, #wvQLf67CDTLhCoNkQyGKlUCFbSTqTzkv.lazyload, #wvQLf67CDTLhCoNkQyGKlUCFbSTqTzkv.lazyloading { background-image: none; }#wvQLf67CDTLhCoNkQyGKlUCFbSTqTzkv > .row .container { background-color: transparent; background-image: none; }#wvQLf67CDTLhCoNkQyGKlUCFbSTqTzkv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wvQLf67CDTLhCoNkQyGKlUCFbSTqTzkv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wvQLf67CDTLhCoNkQyGKlUCFbSTqTzkv > .row .container > .video-iframe-container { display: none; }#wvQLf67CDTLhCoNkQyGKlUCFbSTqTzkv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wvQLf67CDTLhCoNkQyGKlUCFbSTqTzkv > .row > .video-iframe-container { display: none; }#wvQLf67CDTLhCoNkQyGKlUCFbSTqTzkv > .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); }#wvQLf67CDTLhCoNkQyGKlUCFbSTqTzkv > .row .container { width:20rem;height:25.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hKBITE7ApRWf8NDkwRU78xwBlZc6upt7 { width:8.875rem;height:4.25rem;top:0.625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qpb3ZLicFtOeAMmbqBdTuZVKOrnlznSu { width:8.9375rem;height:4.375rem;top:0.5rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJq9B30GP3cEQfVk8eZwOOMLiAwVLKHV { display:block; }
 }@media only screen and (max-width: 763px) { #H6muZdmMW6BvRcobSytOD38oL7apXwdl { width:7.8125rem;height:1.8rem;top:1.375rem;left:1.625rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #GdtCvOxZJQpMiwHm6mPweOwwT76OBoOJ { width:5.5rem;height:1.0625rem;top:3.5rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HO8qsIwS7buBT2GDzmD7T0wvpam4KClL { width:19rem;height:6.25rem;top:21.375rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #VBQZLP5hEQhPtAwumHmz6Q6RcL64nJID { display:block; }
 }@media only screen and (max-width: 763px) { #SuGwGFXIqoSAiUCqGzKNUfhqMBEzBb92 { width:7.6875rem;height:1.8rem;top:1.375rem;left:10.75rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #p6CPBRLCZ5q1JfVADMS3eiSvZP58dnuq { width:7.6875rem;height:0.9375rem;top:3.5rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLcdrONwBhySwWlkmWFpMLz69mdfIDZK { width:17.75rem;height:19.4375rem;top:4.8125rem;left:1.125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIV3OOFuD7ihJzqVT8x9KLMqwSgHerAT { width:16.75rem;height:5.875rem;top:5.9375rem;left:1.625rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #Pbxy1wP0OqRceShpQRzTl7ZkHt7s4OVM { width:4.9375rem;height:2.4rem;top:7.125rem;left:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCczVaef8i6TqHZZUlWTEvsWFsTBlyqH { width:7.0625rem;height:2.8rem;top:7rem;left:10.75rem;font-size:1.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #evXW6bJq7kVia2tkoTfSUpT6OQv1GJEk { width:4.1875rem;height:1.05rem;top:9.5rem;left:13.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2g1IUaBNvqr5AeGKQZQmWxGldAT6tNe { width:8.9375rem;height:1.05rem;top:9.4375rem;left:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBQM0altn0k1aOPhila2iA0MUbHCm7do { width:2.687175rem;height:0;top:69.715715408325rem;left:2.1245661377907rem;font-size:1.5rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #FNatuQHouUwIwLKQVQsnTpJVLqeToxVE { width:8.9375rem;height:4.375rem;top:0.4375rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRQeqnlQwaA0yVh4JITz3RZZ4nl0aGI8 { display:block; }
 }@media only screen and (max-width: 763px) { #Mubn9vNLA98bqrBwwOfuIg4sUN85Kyvg { width:16.75rem;height:3rem;top:12.8125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsUFBJ8nt7vPxZQoUdqdTLmo7q8eE4wT { display:block; }
 }@media only screen and (max-width: 763px) { #BCODBiP0s2Tqiigd65VvuCbucty7uJOB { width:16.75rem;height:3rem;top:12.8125rem;left:1.625rem;z-index:15208;display:block; }
 }@media only screen and (max-width: 763px) { #SrNNHFMUbPskz11apOew32G1RcLdDrvd { width:15.125rem;height:6.3rem;top:16.6875rem;left:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmzhKEbCvBvLsicyuF0yeTOBFZxGtCcR { width:8.875rem;height:4.25rem;top:0.625rem;left:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GCK0pK1IbzdTy9IOZ6quwxlDlpVvtUww { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6e725318-6369-4448-a1bb-70840a43b997/bglajt.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#GCK0pK1IbzdTy9IOZ6quwxlDlpVvtUww.adaptive-delivery-prevent-bg, #GCK0pK1IbzdTy9IOZ6quwxlDlpVvtUww.lazyload, #GCK0pK1IbzdTy9IOZ6quwxlDlpVvtUww.lazyloading { background-image: none; }#GCK0pK1IbzdTy9IOZ6quwxlDlpVvtUww > .row .container { background-color: transparent; background-image: none; }#GCK0pK1IbzdTy9IOZ6quwxlDlpVvtUww::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GCK0pK1IbzdTy9IOZ6quwxlDlpVvtUww > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GCK0pK1IbzdTy9IOZ6quwxlDlpVvtUww > .row .container > .video-iframe-container { display: none; }#GCK0pK1IbzdTy9IOZ6quwxlDlpVvtUww > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GCK0pK1IbzdTy9IOZ6quwxlDlpVvtUww > .row > .video-iframe-container { display: none; }#GCK0pK1IbzdTy9IOZ6quwxlDlpVvtUww > .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); }#GCK0pK1IbzdTy9IOZ6quwxlDlpVvtUww > .row .container { width:20rem;height:21.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rhFneVCZ7o0JgVheeNsOHbnhFTaRRq6l { width:8.9375rem;height:4.375rem;top:0.5rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7n2nJXZNfN2ZNaQGDGhnsIndl8ZaL5c { display:block; }
 }@media only screen and (max-width: 763px) { #DfAR5kIbZTLDldRhgbXTL01nHbNNudGP { width:7.8125rem;height:1.8rem;top:1.375rem;left:1.625rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #co9zTZsWkqfT2Den6BZTZMwM8vqNUqPr { width:5.5rem;height:1.0625rem;top:3.5rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ip6xxQ4cRPF2dD9qXPIEqWCEFLS3ntUP { width:8.875rem;height:4.25rem;top:0.625rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeBz3U7zEV4zeVDQAwaXobsJQZIZMXtP { width:7.6875rem;height:1.8rem;top:1.375rem;left:10.75rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #UhwDEhuKKFUNxixTTPhg1kHy2pL4v3My { width:7.6875rem;height:0.9375rem;top:3.5rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwiDN5OdrOSVxwI7up40tKv2zBIVgOXn { width:17.75rem;height:15.25rem;top:4.8125rem;left:1.125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #llcgEIL0mzqyG89eLsA3N3Hlkgptavwg { width:16.75rem;height:5.875rem;top:5.9375rem;left:1.625rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #BArpJMVEL7VvEHoeTaBB0tvU8eob1fWQ { width:4.9375rem;height:2.4rem;top:7.125rem;left:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #orUR8VThhiGEQTTF5VUwbFg2WMZwxiLv { width:9.375rem;height:1.04980625rem;top:9.4375rem;left:2.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVIhCHG5rB9F4R57tno11bflryT7c2Wu { width:6.25rem;height:2.8rem;top:6.875rem;left:11.5625rem;font-size:1.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #Ni8cHSxSsk5UV8gaGs2llBbFm5PQ9iXm { width:6.8125rem;height:1.04980625rem;top:9.4375rem;left:10.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUKRXnxPAU6xKTk91V5pdVe3RwohZ0SG { width:2.687175rem;height:0;top:69.715715408325rem;left:2.1245661377907rem;font-size:1.5rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #DAmlyq0vnLy5A7fCK7uwkNGEmtCW57Ap { width:16.75rem;height:3rem;top:12.8125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsHieoFlGSirVth3qCnKuBkGvc0KCCTw { display:block; }
 }@media only screen and (max-width: 763px) { #IKNl9JqOe2HNvmyPpglaMENSNJ0PSb4R { width:16.75rem;height:3.1875rem;top:12.8125rem;left:1.625rem;z-index:15208;display:block; }
 }@media only screen and (max-width: 763px) { #qathClPF34WbxPbOpTXwqoMATfxwN5c5 { width:8.875rem;height:4.25rem;top:0.625rem;left:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vc1tD6CKm30Wsilo8gUyT64H8LBfESTT { width:8.9375rem;height:4.375rem;top:0.5rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcQLPU4EGWImbzD03P7pcOha8kTaSnMh { display:block; }
 }@media only screen and (max-width: 763px) { #Gy31VJ6FkFbdCm2mxQdlQcs8BE6PlyTu { width:6.8125rem;height:1.05rem;top:9.39999961853rem;left:7.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXfQMOr6LRWS3yZ7K3uwkRTOenyRGsh6 { width:15.75rem;height:2.1rem;top:16.674999237061rem;left:2.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXie1TfJ2nZrME0TSKUsDcDb8XlqTXTw { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6e725318-6369-4448-a1bb-70840a43b997/bglajt.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#BXie1TfJ2nZrME0TSKUsDcDb8XlqTXTw.adaptive-delivery-prevent-bg, #BXie1TfJ2nZrME0TSKUsDcDb8XlqTXTw.lazyload, #BXie1TfJ2nZrME0TSKUsDcDb8XlqTXTw.lazyloading { background-image: none; }#BXie1TfJ2nZrME0TSKUsDcDb8XlqTXTw > .row .container { width:20rem;height:24.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TvhUUrm0Jkv1rwbZUC2JP1FfTBTgyeQb { width:16.75rem;height:5.875rem;top:5.9375rem;left:1.625rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #TRMvmugemwL9HGoXhhbi4PO8qzleXSTt { width:4.9375rem;height:2.4rem;top:7.125rem;left:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m59T0meMSooGxWmGurDCk7QHFTrbD5h9 { width:8.9375rem;height:1.04980625rem;top:9.4375rem;left:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ta4ZGTTzkdZhtbrecxptry0vpPZ6zhBf { width:7.0625rem;height:2.79980625rem;top:7rem;left:10.75rem;font-size:1.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #uvigFQ3a5u6kIk55WmOoK4e967QUCek1 { width:2.687175rem;height:0;top:69.715715408325rem;left:2.1245661377907rem;font-size:1.5rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #MOMfG8Z9MqgesAm5koXpiJpMGDmm8XA4 { width:17.75rem;height:15.625rem;top:4.8125rem;left:1.125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFKNxdgDdyuaBbUo2O3SwAGkUemFHg9C { width:8.875rem;height:4.25rem;top:0.625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOCNS3WMT3Bd5T27hHMJ6ocs2GKI5iSE { width:4.1875rem;height:1.04980625rem;top:9.5rem;left:13.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8yJlTZirDeaeAH56ZTe8v8xX6WqyJLU { width:7.8125rem;height:1.8rem;top:1.375rem;left:1.625rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Ll5QoUDEX2i1PtSGQaVZeTE1ozWIzETT { width:8.9375rem;height:4.375rem;top:0.5rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvUu35z7dm3QlT8s0k8TNHrfkFxmMI4D { display:block; }
 }@media only screen and (max-width: 763px) { #bfVZCQlV4632qnogadSyOhKv2FIB0x8f { width:8.9375rem;height:4.375rem;top:0.4375rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSLUvzoW2POt1Z2F2TUGwHDuHMvWAbI7 { display:block; }
 }@media only screen and (max-width: 763px) { #LTlg0XQTNEIbDRCl7JrAhCtGu1xzcsMa { width:16.75rem;height:3rem;top:12.8125rem;left:1.625rem;z-index:15208;display:block; }
 }@media only screen and (max-width: 763px) { #Ru0KEi1DzwovCIwuN062aOeu7HJmWxRO { width:5.5rem;height:1.0625rem;top:3.5rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pST95XBe3yW5g9psvSnvEOn1imux1fvK { width:13.375rem;height:3.15rem;top:16.375rem;left:3.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZgcDFKixtH31dbV7u16WI9xeNVN7kgu { width:16.75rem;height:3rem;top:12.8125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4Lrh3QdRDx9UqFFs1CTmX5sxKpM4a9l { display:block; }
 }@media only screen and (max-width: 763px) { #cSpJ0LKm0yv2zcC1grBJeSxl2mMbeIPs { width:7.6875rem;height:1.8rem;top:1.375rem;left:10.75rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #oqPydE6JMn0VEwiSm3wuWxHtlXOdzsWT { width:7.6875rem;height:0.9375rem;top:3.5rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQF22sqiBr8g8vo9ulbNXOIvavcW8tCV { width:8.875rem;height:4.25rem;top:0.625rem;left:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LPlo7Pk7vQywvVUvTnSzAJUTv1tuiUku { width:20rem;height:1.125rem;top:21.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFrC4W08EztstNy0zmT4sBacKT9Puup4 { width:20rem;height:1.95rem;top:21.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #liAIqvIDtTzFKcPtXOcptfCGTTucHGBE { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6e725318-6369-4448-a1bb-70840a43b997/bglajt.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#liAIqvIDtTzFKcPtXOcptfCGTTucHGBE.adaptive-delivery-prevent-bg, #liAIqvIDtTzFKcPtXOcptfCGTTucHGBE.lazyload, #liAIqvIDtTzFKcPtXOcptfCGTTucHGBE.lazyloading { background-image: none; }#liAIqvIDtTzFKcPtXOcptfCGTTucHGBE > .row .container { width:20rem;height:24.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PbIi9LuO6T8HC0Ew4VW9iLZeU6l9qOR0 { width:16.75rem;height:5.875rem;top:5.9375rem;left:1.625rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #UHI1tBSroxS6eJpPi7UWwglp6goTC5EN { width:4.9375rem;height:2.4rem;top:7.125rem;left:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTGswwczWhq8ErD3UhsiJpa7zU3KQ0ZX { width:9.375rem;height:1.04980625rem;top:9.4375rem;left:2.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tr4DEOW8H7maWVCp7NlgXNkNPLdQldrM { width:6.25rem;height:2.79980625rem;top:6.875rem;left:7.5rem;font-size:1.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #tnOck5n7EkeUEAnhGtJT3eEsUXX3DTWQ { width:2.687175rem;height:0;top:69.715715408325rem;left:2.1245661377907rem;font-size:1.5rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #QVAekx2d2tP0qM4IOEZzK54soSTh4nHq { width:17.75rem;height:15.625rem;top:4.8125rem;left:1.125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SE2pS0yOQJbsR3LzFzHsG6iKzIk828ZI { width:8.875rem;height:4.25rem;top:0.625rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7HnUwAT3vfKI2O3stHSlremvCi3CiZD { width:4.1875rem;height:1.2246125rem;top:7.75rem;left:13.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BknWMdsuFSIB9faT1tSDD3ZbDORzVXpz { width:7.8125rem;height:1.8rem;top:1.375rem;left:1.625rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #sm2eQz9Fl9QeQ3ui0z4aeHlNyTNcDDbG { width:8.9375rem;height:4.375rem;top:0.5rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZf1M3Txl15Rcif3sTOiC2zdMUuQNnxJ { display:block; }
 }@media only screen and (max-width: 763px) { #JKxwT7JspLvgnzm7ysuhNeRceBSL9HOL { width:8.9375rem;height:4.375rem;top:0.5rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQgWCBXVTahG6fte0r58d8XfJIiQSO4h { display:block; }
 }@media only screen and (max-width: 763px) { #cIB470nmIJWhD8wysZgqKZVRKXEnUIBd { width:16.75rem;height:3.1875rem;top:12.8125rem;left:1.625rem;z-index:15208;display:block; }
 }@media only screen and (max-width: 763px) { #oy5pu7Q3qT9EZNxeFO2lE2dvQp3LeG45 { width:5.5rem;height:1.0625rem;top:3.5rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHBRho93ePSlM1miZnBOyLOPHHffFoP9 { width:13.375rem;height:2.0996125rem;top:16.375rem;left:3.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmzhfHuG5SX50Fo8ksMfddAPnlVcKwbi { width:16.75rem;height:3rem;top:12.8125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnBwxsIvIpctNwvkJDOp0hcTVLWoi97G { display:block; }
 }@media only screen and (max-width: 763px) { #IXWePkNe0EiF2CUZ2IcWBD6WpB1ZXbri { width:7.6875rem;height:1.8rem;top:1.375rem;left:10.75rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #z8XecrxrlGdKgACZm0KpsyIDXk7hT4iG { width:7.6875rem;height:0.9375rem;top:3.5rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoDKCf1mqV326cwOMB6JSQI6nNOwZnMP { width:6.8125rem;height:1.04980625rem;top:9.4375rem;left:10.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZgW27CF5G4XWyRe14NZ9aAWfS0kSMT5 { width:8.875rem;height:4.25rem;top:0.625rem;left:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #N8imxdQldL7C8sX4roIciWJC55r9dffq { width:20rem;height:1.95rem;top:21.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT2Tf5FEkW9aWFVU4XdAguTny12e5yJK { width:20rem;height:1.125rem;top:21.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWUQsl2BPynRQDHO6JhSMIoMyacQizbe { display:block; }#FWUQsl2BPynRQDHO6JhSMIoMyacQizbe > .row .container { width:20rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eNJmHIWMTT9vwHDNqTCu5f7RSCuWOV8f { width:16.75rem;height:3rem;top:0rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pv4qE0TK9gLeF09rombpSJ5oWUTFLWO9 { display:block; }
 }@media only screen and (max-width: 763px) { #UOAGArlPn0vtkqOiqlHDr0z1sutBLPMl { display:none; }#UOAGArlPn0vtkqOiqlHDr0z1sutBLPMl > .row .container { width:20rem;height:29.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GxyQuzvgQNfpTmoFMEGMZ03o83uVgeq2 { width:17.75rem;height:3.625rem;top:6.625rem;left:1.125rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #NTFivOABuUe286aoA82QJ3U1hye1B79f { width:3.5625rem;height:1.8rem;top:7.125rem;left:3.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0De6vCeriSV0TXctP6uZdHLOyigFTbe { width:1.0625rem;height:1.0625rem;top:7.375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6ZzacOpgRQfbCnUgN5QEaLh69bq779i { width:7.75rem;height:1.05rem;top:8.5625rem;left:3.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4vRMLisHW5TTffLbWQpFQepCDJwx3oI { width:5rem;height:1.8rem;top:7.125rem;left:12.875rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #iGZAVDeK4gpZoqIHro8vH1ebyiaEGaPV { width:17.75rem;height:3.625rem;top:11rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVlunBlRHc3fvrEz7BTzz53VmPi2x64T { width:3.6875rem;height:1.125rem;top:13rem;left:3.9375rem;font-size:0.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #gqx8EUTa8tvG1xdVF5M4GvxJRgaRZAoP { width:4.875rem;height:1.8rem;top:11.5625rem;left:12.875rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #UnFmFfqlzVONfs1RTVAL5NXFl1BpSskn { width:3.1875rem;height:1.2375rem;top:11.75rem;left:3.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKw56ixJWimJzrXQWhheiyhaoKcAcaPe { width:1.0625rem;height:1.0625rem;top:11.625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdhotKGXznH1SpPuKE3NJclyRowp1n39 { width:2.687175rem;height:0;top:69.715715408325rem;left:2.1245661377907rem;font-size:1.5rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #oV5c6HTZPSy4lpdHGTG5cOIyrv7hbHwa { width:0.625rem;height:0.5625rem;top:7.75rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEhkgBM0Mc3oToU16ybGX90GP7WWy6hI { width:0.5625rem;height:0.5625rem;top:12rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g15vgV70oBp9dRDTZ6TfmrrqVFBRUiTT { width:17.8125rem;height:3.6875rem;top:6.625rem;left:1.0625rem;z-index:15202;display:block; }
 }@media only screen and (max-width: 763px) { #QyT2aSOr5dFeRHdQyzEoL3z7TDay2Wsx { display:block; }
 }@media only screen and (max-width: 763px) { #rrUFU37bPEkedAr6iT8SGWormLTJDLoX { width:18rem;height:3.75rem;top:10.9375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgKtMUahuFyWIoQgdgCN4ITtZDul1NsA { display:block; }
 }@media only screen and (max-width: 763px) { #yghO1hilH6vPC3rciSJX6T3HUcH62FCH { width:18rem;height:3.25rem;top:15.25rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfBwuOJDfDNz2ZKk6RF4hT9w9mVCTfRF { width:1.125rem;height:1.125rem;top:16.25rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyC7JZni39igAdLqgFFdp66Ovq45dI6I { width:15.125rem;height:2.4rem;top:15.6875rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyHgbIIowDAcTO1n2RgdptbB90CFyv9e { width:20rem;height:21.125rem;top:5rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9kLU1vPKU5sbBhX8wHeLSQuUVLDSHDk { width:10rem;height:4.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uzk2UlilILJwObgsNGTskvng7T07EtTm { width:4.1875rem;height:1.05rem;top:8.60000038147rem;left:13.65625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmEl1N5UOkhx8oOD2UCBTyGfbR9eQm7K { width:7.1875rem;height:1.05rem;top:13.0625rem;left:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIdJbWkU7WyND4dKIK7G2qqXLrgwSaqr { width:17.5625rem;height:3rem;top:19.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMEWS57rqFKPvdeTr7G7CkxE5P4R2E9V { display:block; }
 }@media only screen and (max-width: 763px) { #MxmAfKrOrGpngiT6WxnOO3tJJcOHzRtA { width:14.4375rem;height:1.05rem;top:22.9375rem;left:2.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKoFm2ywDTE2QIpgNiwTgdclRHMD1AEp { width:9.3125rem;height:2.1rem;top:0.6875rem;left:0.25rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Rr5UNOTgHgy0MPzV5M0s1DyGOqCX4BFb { width:1.625rem;height:0.875rem;top:3.25rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6uRsd6gaEaqkDIOHE2Gwouo0DTghoh7 { width:3.75rem;height:1rem;top:3.1875rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXxwN1BfJaP4kVTnltMpQ9lDi35O4RCr { width:1.375rem;height:0.75rem;top:3.3125rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRhgFF0mi0DD00V0K5LBLtfyS9GPoJAP { width:1.625rem;height:0.8125rem;top:3.3125rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRZld3v0RgeHpcuplNkvg8eytlyeIl28 { width:8.9375rem;height:2.1rem;top:0.6875rem;left:10.5625rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #vTJ2Edn9Z3AywF3vah60cknyLmQate2m { width:2rem;height:0.875rem;top:3.25rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1fySymo76ktPUkOAPSFzoCBUdyI0SS6 { width:3rem;height:0.9375rem;top:3.25rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #omyevFo3FFHaGVV8WWXFqhJaWXMevIp5 { width:10rem;height:4.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4Ad2zU87DAity3Kvwz6sEK76k7gb8zq { display:block; }
 }@media only screen and (max-width: 763px) { #yNInpkvARsStChBKDeePnQiUy8TeIs0e { width:10rem;height:4.8125rem;top:0rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbHqRGG5dlhOc5xRoA1HsFch2oyrDCuC { display:block; }
 }@media only screen and (max-width: 763px) { #iwXvoGkMQwpeLhfKv1yngd52yAyvaFfy { width:18rem;height:2.375rem;top:15.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zX9JUd6wMswgORdFkWJ03G8fRHLK9bKc { width:17.0625rem;height:1.225rem;top:16.25rem;left:1.1875rem;font-size:0.875rem;z-index:15184;display:block; }
 }@media only screen and (max-width: 763px) { #n9Tsux98aporSmCaRlAJGWdf4ZtGzAEM { width:5.8125rem;height:1.05rem;top:13.050000190735rem;left:12.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDzhPbhEbVpTPPkALZ1aGkTqBL8cT6Rk { width:17.5625rem;height:3rem;top:19.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaRpfAsEQ0Vk2X3qvCL198naW2wSMwPe { width:17.5625rem;height:3rem;top:19.25rem;left:1.25rem;z-index:15199;display:block; }
 }@media only screen and (max-width: 763px) { #XguiZs1omH85T6ITozgVIgT0aCz45kSJ { display:none; }#XguiZs1omH85T6ITozgVIgT0aCz45kSJ > .row .container { width:20rem;height:29.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TBov2kqpctOrtfolOqTcWSfADTJKC9tq { width:17.75rem;height:3.625rem;top:6.625rem;left:1.125rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #IkBNkU6hZJCDwA3BhdqBUwcEKfQ7yfm3 { width:3.5625rem;height:1.8rem;top:7.125rem;left:3.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #arnUcTg4UXdLa3b55Ez0b6RexQ6036RB { width:1.0625rem;height:1.0625rem;top:7.375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mo5sTx4RzhRb1xdFEa9RO0OUFiLBWx1z { width:7.75rem;height:1.05rem;top:8.5625rem;left:3.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNAafiQC7LsTxRlptG0gx4docEs5WfZr { width:5rem;height:1.8rem;top:7.125rem;left:12.875rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #zrWx6vv4tKbr85NTE6rgEcU6Rgc7dq7q { width:2.687175rem;height:0;top:69.715715408325rem;left:2.1245661377907rem;font-size:1.5rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #WvW4roil0e09BXf0XIr5gzhwhrMiPJOa { width:0.625rem;height:0.5625rem;top:7.75rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLQySSdWZsr9uzT87viLkHTXJEnIbOIP { width:17.8125rem;height:3.6875rem;top:6.59375rem;left:1.09375rem;z-index:15203;display:block; }
 }@media only screen and (max-width: 763px) { #y6utiL9roLzhpZl8uZRAwOcxefhIIObf { display:block; }
 }@media only screen and (max-width: 763px) { #CFcKOG7NEfn2E8sD4iiOzaHR1IMm2UId { width:20rem;height:21rem;top:5rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCPWD0zaVKPWnE2fS5xVeuaWgFRPHhEk { width:10rem;height:4.8125rem;top:0rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #RU0NlzFuaxVTiPpGIJQUCPsDGQL2LHWT { width:4.1875rem;height:1.05rem;top:8.5625rem;left:13.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT2kei8PpnQPNB8ZRRcTvQBUuKcZBqhk { width:17.5625rem;height:3rem;top:19.1875rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EP4lkyfq45eZ0pZkZOFK7I3H8mhvySmO { display:block; }
 }@media only screen and (max-width: 763px) { #cHG2yacyas2ZkOzWRcvToWBRoVRrV8Er { width:9.3125rem;height:2.1rem;top:0.6875rem;left:0.25rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fm3CP2Ar7wCRiRRdIQcDvsFUN41PHxiO { width:1.625rem;height:0.875rem;top:3.25rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvC5IP1gC6mgFs2AmAPvn5y7GsETDTbx { width:3.75rem;height:1rem;top:3.1875rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsubpbSsFMZpNEM84DcZEPm8fhHu0zwz { width:1.375rem;height:0.75rem;top:3.3125rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tdw6nOPV3ttbd0AK5v7LO4RtPgQmBcmx { width:1.625rem;height:0.8125rem;top:3.3125rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNIUvP8Gbgq88FpcbeIeT1qv57wcPfOs { width:8.9375rem;height:2.1rem;top:0.6875rem;left:10.5625rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Iq31IaICf6lwqaPwRHEPi1dKvqVfEmi6 { width:2rem;height:0.875rem;top:3.25rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KU8ed3SNwLeEZTP0BfeMu9PPTI4nb6l1 { width:3rem;height:0.9375rem;top:3.25rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHkn1vDramMeMOsNW0dyAq5K4uqmNwFZ { width:10rem;height:4.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTsZFSC56WBQWMpnTQOoa7hJCppuJf4H { display:block; }
 }@media only screen and (max-width: 763px) { #EKnbx4zJfhDpKFsDNFtDLk75X0dcRkTQ { width:10rem;height:4.8125rem;top:0rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbiM0D0LUlvrToiJLkfDGcs2A3ti0D80 { display:block; }
 }@media only screen and (max-width: 763px) { #gabfc3BMocpkZGL5bXzlmzXkrcrdUh8S { width:18rem;height:2.375rem;top:15.625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKREy74hTZJvdNpocxGrehJlkq1ZXbIs { width:17.0625rem;height:1.225rem;top:16.25rem;left:1.5625rem;font-size:0.875rem;z-index:15186;display:block; }
 }@media only screen and (max-width: 763px) { #gkhDLTBiErAqsgucO4CCQmxnzTXsnKn5 { width:17.5625rem;height:3rem;top:19.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPW5nmv1hE3xC3w9btZLiw77TCafKsRa { width:17.5625rem;height:3rem;top:19.1875rem;left:1.25rem;z-index:15199;display:block; }
 }@media only screen and (max-width: 763px) { #KAalwr1WsAPFU9n3i4HOSg3grwzZa9dR { width:3.25rem;height:0;top:27.25rem;left:8.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRJzmv2wBPN6K53zu1Tt0CV2xZogX12R { display:block; }#oRJzmv2wBPN6K53zu1Tt0CV2xZogX12R > .row .container { width:20rem;height:69.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DQqDAWiEZu9I4NNZPhNSKJTomnsqZqZC { width:16.625rem;height:3.025rem;top:1.5125007629394rem;left:1.6875rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #OL43sRC33BBCAFTSc0aEQoKWnLDZZRdt { width:17.75rem;height:4.6875rem;top:5.9375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTvTRPffKqnosMbMsNr9DmIOQc1pUX13 { width:1.375rem;height:1.1875rem;top:7rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0cHMpUPrmDiwUDsPz6ZLsBqbtbfD1m4 { width:8.125rem;height:1.7871125rem;top:6.8125rem;left:3.3125rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ts5rWf4xFdOTUze3Fwg3qe8PLzU7hDHT { width:12.5rem;height:1.29980625rem;top:8.60000038147rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCQJBEIr5kXQJnzslf0udmiSE3vnSKfx { width:6.875rem;height:1.3125rem;top:8.599609375rem;left:9.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMGuOOfztceCvoUZnHdyVw3lcHZheCsQ { display:block; }
 }@media only screen and (max-width: 763px) { #QnTIMeHEpXXE3fuToGCBP1S8MQPuSzwL { width:17.75rem;height:4.6875rem;top:12.1875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eD1RIE9nDQHOGUtWT3g0poODu1OJSpUt { width:1.625rem;height:1.625rem;top:12.9375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTgV6nFO1aPfVSK77qCaOkyMJif2vRRQ { width:13.1875rem;height:1.7871125rem;top:13.0625rem;left:3.3125rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UvVdgWFuCshhXkX1fSol8XVaTzosZFZU { width:15.375rem;height:1.3rem;top:14.875rem;left:3.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ToDDMec0hTDRnxX1sGuU89QkD0WeSwZt { width:17.75rem;height:4.6875rem;top:18.375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKXikTPqygh0zcab7uJKoqc0TtmDGcHd { width:1.5rem;height:1.5rem;top:19.25rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nz8qm564NCV6yIgJT61Iw7SoOSL3vaBg { width:13.1875rem;height:1.7871125rem;top:19.25rem;left:3.3125rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mChbHGB9n3fXvfEeSWMHW1hrdhWUczbt { width:13.5625rem;height:1.3rem;top:21rem;left:3.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fzkpJqMUNBkKoy22BUVIIJ77bo3Wh4qi { width:17.75rem;height:4.6875rem;top:24.6875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gs6BGHgrFwF04qGSWF8N4z8VXpVgulwh { width:1.1875rem;height:1rem;top:25.9375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofGKMPSNw4xkixAFpFyzZq4akalLu8OO { width:15.1875rem;height:1.95rem;top:25.5625rem;left:3.3125rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #O7oAvhy8SeRSMQkhWibNJs8LxcWIt4UQ { width:12.0625rem;height:1.3rem;top:27.5rem;left:3.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dEwIIKkC1fEfnkUvmpuUyWbzrXgLLQWD { width:7.5625rem;height:7.5rem;top:25.5625rem;left:12.4375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #X9t3B4CkhHIwU5D7ZEt4OArL0TPx0k1q { width:17.75rem;height:4.6875rem;top:30.875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmA3oTldhbaEsn3Z7ydU1rIxSnTZMleo { width:1.375rem;height:0.6875rem;top:32.25rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7A7nCUMQ3UflTCsa6G5TmWb1CmT18Tm { width:15.1875rem;height:1.95rem;top:31.75rem;left:3.3125rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SviPELcJWNsevAWBBdiDHBzKCn3Tffdb { width:12.0625rem;height:1.29980625rem;top:33.6875rem;left:3.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WsVBdUTFd0cW2FQ4yEdZkma17eQI3Z81 { width:17.75rem;height:4.6875rem;top:37.09375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2RrhlyHzp5ORakhcHShXxG621RIHf7D { width:1.5rem;height:1.5rem;top:38.125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbaL4n81Dc93CxxTmWcwWHNCUcGIuTdr { width:13.1875rem;height:1.95rem;top:38.0625rem;left:3.3125rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TvulFoFdfXi1cfT99bltZgA4wPGZcQSX { width:15.5625rem;height:1.3rem;top:40rem;left:3.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BnE0uoXv8MDhLymH8A6Im561NCfLM8mF { width:17.75rem;height:12.5625rem;top:43.4375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #piw1ilsz8dNCaFL77kOTIPWn3osLcOWM { width:1.375rem;height:1.1875rem;top:44.625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1lW0Fx2xqZ2xPToTMxg7SKlXPKizyKV { width:14.75rem;height:6rem;top:44.5rem;left:3.3125rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #d1EFXb3rVmpn0PFsDyT32wLoDaOhVQZl { width:14.5rem;height:4.8rem;top:50.512500762939rem;left:3.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XwxM53iHgP47gFor7CEQLXnD0TIdUr9k { width:8.3125rem;height:1.3125rem;top:53.987487792969rem;left:3.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBi4ICgKXZfL0lBI0UVIJMkomZDrkXFV { display:block; }
 }@media only screen and (max-width: 763px) { #ITyFZT3aogTVC8sBT43BZMBygKJcHrsP { width:11.9375rem;height:3.375rem;top:57.5625rem;left:4.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBTofcgEQaEQNBG98B4c3rIeWLbuLv37 { display:block; }
 }@media only screen and (max-width: 763px) { #zidwus1TXl6IvT4xKeo8tSpzcsQHkVJS { width:18.5rem;height:3.9rem;top:63.875rem;left:0.5rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sDS5gbo0pFAAn7XnH93tvp0aXgLfeEDO { width:5.375rem;height:5.3125rem;top:40.012500762939rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uO40s780e2eLz9IcfmdoqNLSHrWfqHXi { display:block; }#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi > .row .container { width:20rem;height:15.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fRuPuOXgG4LqVzeIkhTpXqGoHcnC7Hxz { width:4rem;height:1rem;top:1.625rem;left:0.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IK4C6PUfGP50bXTiMXJgy9qo4PqQzkQM { display:block; }
 }@media only screen and (max-width: 763px) { #aPUrNyCWXaVTQ6F9OVek64LP1LxWkWo3 { width:7.3746875rem;height:0.99989375rem;top:3.8114624023438rem;left:0.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ChT5nyD1PyT9cLTa04o3y5Bf0ZTv31IB { display:block; }
 }@media only screen and (max-width: 763px) { #JbupsQJeSpbaefO08HGcbzPWFZ89PJU6 { width:8.875rem;height:0.9746125rem;top:6.0124969482422rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0fiw5SnIWpAKFhIBiP2VHPyXkX0KWpR { width:8.9375rem;height:1rem;top:8.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaEPS13Hf0ablWEr73GRKS53QegurRls { display:block; }
 }@media only screen and (max-width: 763px) { #c6nUCFKTm3vW4RTlEti5KtUqdpEgHlrS { width:9rem;height:1rem;top:10.3125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpxXSupeIpHtFiqSrgt9P3wMZQSUF9Ah { display:block; }
 }@media only screen and (max-width: 763px) { #kqkBkgs4oZwZOqkQIlrfPHbJVDftMeBR { width:12.5rem;height:1.05625rem;top:1.4739608764649rem;left:7rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoFce1CGCSGtdbcPUlX7ZR9XRHsmE2OE { width:19rem;height:2.75rem;top:12.473962402344rem;left:0.5rem;display:block; }
 }