.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/823d045b-c9b9-4a0c-9cf4-fdf492b4ea9c/background01_new.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/cf30ef99-3455-478a-a907-540ca8873393/logo_spirala_v8.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:84rem;width:75rem;overflow:visible;position:relative;display:block; }#hI6NXO0Ct9UJUqnN2euAySekIa3RaKse { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:18.75rem;top:1.625rem;left:28.125rem;overflow:hidden;display:block; }
#ZPP9RwAFRPnEnmxqsT6R6xa89AZLMp85 { color:#46db7b;display:block;width:17rem;position:absolute;font-family:"zume cut";font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7rem;left:23.875rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hLoB4iUlGzdZq81TnVOxe0l7DqaMHTbU { color:#46db7b;display:block;width:17rem;position:absolute;font-family:"zume cut";font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:18.6875rem;left:38.6875rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#anTWW1oSmnZsxWHiOtMwi7uP49mNdm14 { color:#ffffff;display:block;width:17rem;position:absolute;font-family:"zume cut";font-size:4.6875rem;font-weight:700;z-index:15003;line-height:.95;letter-spacing:0;top:9.8125rem;left:30.3125rem;height:8.90625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KJtf4WBFJP9TvWDXX1uc9D2mvMVxwolJ { position:absolute;display:block;z-index:15018;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.9375rem;width:3.5625rem;top:36.34375rem;left:35.71875rem;overflow:hidden;display:block; }
#UmE77bfOi3JlFkHrQhCQALqwHVyVkeAm { 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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.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:"open sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:55.5rem;left:28.75rem;display:block; }
#WJdLE8QT6tkM2y60FgI1oxxH5ShOKv0I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y7iMiTMTKS4BzVshT8zWMmcc6o12D0mb { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:28.125rem;width:50rem;top:24.25rem;left:12.5rem;display:block; }
#T0qh02q3remNXrXpCbt8IwafZ90w3DNf { position:relative;display:block; }#T0qh02q3remNXrXpCbt8IwafZ90w3DNf { background-color: transparent; background-image: none; }#T0qh02q3remNXrXpCbt8IwafZ90w3DNf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0qh02q3remNXrXpCbt8IwafZ90w3DNf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0qh02q3remNXrXpCbt8IwafZ90w3DNf > .row .container > .video-iframe-container { display: none; }#T0qh02q3remNXrXpCbt8IwafZ90w3DNf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0qh02q3remNXrXpCbt8IwafZ90w3DNf > .row > .video-iframe-container { display: none; }#T0qh02q3remNXrXpCbt8IwafZ90w3DNf > .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); }#T0qh02q3remNXrXpCbt8IwafZ90w3DNf { border-width: 0; border-radius: 0; }#T0qh02q3remNXrXpCbt8IwafZ90w3DNf > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#T0qh02q3remNXrXpCbt8IwafZ90w3DNf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:14.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BV0ozfQAdlcDJp8z31KOwcATwSmz6BIC { color:#ffffff;display:block;width:19rem;position:absolute;font-family:"zume cut";font-size:5rem;font-weight:700;z-index:15000;line-height:.9;letter-spacing:0;top:5.1875rem;left:21.125rem;height:4.5rem;font-style:normal;display:block; }
#TT4dZDwRKxpwTNb5QtLSIgxVP0aL6Boo { color:#46db7b;display:block;width:14rem;position:absolute;font-family:"zume cut";font-size:8.75rem;font-weight:700;z-index:15001;line-height:.9;letter-spacing:0;top:3.5rem;left:39.875rem;height:7.875rem;font-style:normal;display:block; }
#iUOXamxhFkBLvOGWrDJAtVQLpZngBPhX { position:relative;display:block; }#iUOXamxhFkBLvOGWrDJAtVQLpZngBPhX { background-color: transparent; background-image: none; }#iUOXamxhFkBLvOGWrDJAtVQLpZngBPhX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iUOXamxhFkBLvOGWrDJAtVQLpZngBPhX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iUOXamxhFkBLvOGWrDJAtVQLpZngBPhX > .row .container > .video-iframe-container { display: none; }#iUOXamxhFkBLvOGWrDJAtVQLpZngBPhX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iUOXamxhFkBLvOGWrDJAtVQLpZngBPhX > .row > .video-iframe-container { display: none; }#iUOXamxhFkBLvOGWrDJAtVQLpZngBPhX > .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); }#iUOXamxhFkBLvOGWrDJAtVQLpZngBPhX { border-width: 0; border-radius: 0; }#iUOXamxhFkBLvOGWrDJAtVQLpZngBPhX > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#iUOXamxhFkBLvOGWrDJAtVQLpZngBPhX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:4.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#I1vMakMSzW5MLnQKmVAXfi3oQNRTDfc3 { color:#ffffff;display:block;width:20.875rem;position:absolute;font-family:"zume cut";font-size:1.875rem;font-weight:400;z-index:15001;line-height:.9;letter-spacing:0;top:1.75rem;left:15.625rem;height:1.6875rem;font-style:normal;display:block; }
#imLtqUbRz2BzXqQvpM74ufK2P6lpprVh { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.8125rem;top:1.28125rem;left:11.71875rem;overflow:hidden;display:block; }
#szehsCUUr1Hy4G3SWsZufdt1O8pwXuCB { box-sizing:content-box;height:4.625rem;width:55.3125rem;position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;top:0rem;left:9.71875rem;border-top:0.125rem solid #46db7b;border-left:0.125rem solid #46db7b;border-right:0.125rem solid #46db7b;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#HvvXetfpXnW6lTM2aTAoXJftqhpT16dW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:1.03125rem;left:61.09375rem; }
#hRx57Alag4wG5VphiwIubM9BM3qieT0p { box-sizing:content-box;height:4.4375rem;width:55.3125rem;position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:none;top:0.1875rem;left:9.84375rem;display:block; }
#Z04ZlJhWAcDofeJXLzQw9s2CZDqVNNN2 { position:relative;display:block; }#Z04ZlJhWAcDofeJXLzQw9s2CZDqVNNN2 { background-color: transparent; background-image: none; }#Z04ZlJhWAcDofeJXLzQw9s2CZDqVNNN2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z04ZlJhWAcDofeJXLzQw9s2CZDqVNNN2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z04ZlJhWAcDofeJXLzQw9s2CZDqVNNN2 > .row .container > .video-iframe-container { display: none; }#Z04ZlJhWAcDofeJXLzQw9s2CZDqVNNN2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z04ZlJhWAcDofeJXLzQw9s2CZDqVNNN2 > .row > .video-iframe-container { display: none; }#Z04ZlJhWAcDofeJXLzQw9s2CZDqVNNN2 > .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); }#Z04ZlJhWAcDofeJXLzQw9s2CZDqVNNN2 { border-width: 0; border-radius: 0; }#Z04ZlJhWAcDofeJXLzQw9s2CZDqVNNN2 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Z04ZlJhWAcDofeJXLzQw9s2CZDqVNNN2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:13.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WSW28ORRVimoTHMMBIPMKKsTdR6NmadU { color:#ffffff;display:block;width:47.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:1.9375rem;left:15.625rem;height:7.5rem;text-align:justify;text-align-last:initial;display:block; }
#AX8gEoMyLHJ1DM0kyOL9kTVvKWhU9SCr { box-sizing:content-box;height:13.75rem;width:55.3125rem;position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:none;top:0rem;left:9.71875rem;border-top:0;border-left:0.125rem solid #46db7b;border-right:0.125rem solid #46db7b;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#uWwI2UxqGK4N7TTLKhduK3HJDfUDgn10 { color:#ffffff;display:block;width:20.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:10.625rem;left:15.625rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#pOpEXf4zuChQ7vo8zHLEsarMBcqTEqHn { position:relative;display:block; }#pOpEXf4zuChQ7vo8zHLEsarMBcqTEqHn { background-color: transparent; background-image: none; }#pOpEXf4zuChQ7vo8zHLEsarMBcqTEqHn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pOpEXf4zuChQ7vo8zHLEsarMBcqTEqHn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pOpEXf4zuChQ7vo8zHLEsarMBcqTEqHn > .row .container > .video-iframe-container { display: none; }#pOpEXf4zuChQ7vo8zHLEsarMBcqTEqHn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pOpEXf4zuChQ7vo8zHLEsarMBcqTEqHn > .row > .video-iframe-container { display: none; }#pOpEXf4zuChQ7vo8zHLEsarMBcqTEqHn > .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); }#pOpEXf4zuChQ7vo8zHLEsarMBcqTEqHn { border-width: 0; border-radius: 0; }#pOpEXf4zuChQ7vo8zHLEsarMBcqTEqHn > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#pOpEXf4zuChQ7vo8zHLEsarMBcqTEqHn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:2.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Eonbu4PIHGk7MO95VEniUcIQEn9QSBGv { box-sizing:content-box;height:0.625rem;width:55.3125rem;position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:none;top:0rem;left:9.71875rem;border-top:0;border-left:0.125rem solid #46db7b;border-right:0.125rem solid #46db7b;border-bottom:0.125rem solid #46db7b;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#ladifig5JOBT1O2gSJBpxlWuCCNX9SNk { position:relative;display:block; }#ladifig5JOBT1O2gSJBpxlWuCCNX9SNk { background-color: transparent; background-image: none; }#ladifig5JOBT1O2gSJBpxlWuCCNX9SNk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ladifig5JOBT1O2gSJBpxlWuCCNX9SNk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ladifig5JOBT1O2gSJBpxlWuCCNX9SNk > .row .container > .video-iframe-container { display: none; }#ladifig5JOBT1O2gSJBpxlWuCCNX9SNk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ladifig5JOBT1O2gSJBpxlWuCCNX9SNk > .row > .video-iframe-container { display: none; }#ladifig5JOBT1O2gSJBpxlWuCCNX9SNk > .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); }#ladifig5JOBT1O2gSJBpxlWuCCNX9SNk { border-width: 0; border-radius: 0; }#ladifig5JOBT1O2gSJBpxlWuCCNX9SNk > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ladifig5JOBT1O2gSJBpxlWuCCNX9SNk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:4.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zU5UZIcHvohA2bKrhLnnwbPO0NzKErsl { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:"zume cut";font-size:1.875rem;font-weight:400;z-index:15001;line-height:.9;letter-spacing:0;top:1.75rem;left:15.625rem;height:1.6875rem;font-style:normal;display:block; }
#HrlwpoTr65wZeXdzKcuA3wmDc8cdOLXc { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.8125rem;top:1.28125rem;left:11.71875rem;overflow:hidden;display:block; }
#guD0McFAvQD2OJ1yogBvZ74MBKHQNluL { box-sizing:content-box;height:4.625rem;width:55.3125rem;position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;top:0rem;left:9.71875rem;border-top:0.125rem solid #46db7b;border-left:0.125rem solid #46db7b;border-right:0.125rem solid #46db7b;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#gA090LUKWtKaGJtQAOXG4T0nhQuZxCgG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:1.03125rem;left:61.09375rem; }
#QzoX4AKJREOL8hS2dJymHBFRwFBN24EQ { box-sizing:content-box;height:4.4375rem;width:55.3125rem;position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:none;top:0.1875rem;left:9.875rem;display:block; }
#httqsc49HXP08u8BZ6qpGI6zRT8vzM2L { position:relative;display:block; }#httqsc49HXP08u8BZ6qpGI6zRT8vzM2L { background-color: transparent; background-image: none; }#httqsc49HXP08u8BZ6qpGI6zRT8vzM2L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#httqsc49HXP08u8BZ6qpGI6zRT8vzM2L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#httqsc49HXP08u8BZ6qpGI6zRT8vzM2L > .row .container > .video-iframe-container { display: none; }#httqsc49HXP08u8BZ6qpGI6zRT8vzM2L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#httqsc49HXP08u8BZ6qpGI6zRT8vzM2L > .row > .video-iframe-container { display: none; }#httqsc49HXP08u8BZ6qpGI6zRT8vzM2L > .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); }#httqsc49HXP08u8BZ6qpGI6zRT8vzM2L { border-width: 0; border-radius: 0; }#httqsc49HXP08u8BZ6qpGI6zRT8vzM2L > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#httqsc49HXP08u8BZ6qpGI6zRT8vzM2L > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:13.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#eAtOJyevm4ZEFZG5qF8ru8kCcOgluTJA { color:#ffffff;display:block;width:47.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:1.9375rem;left:15.625rem;height:7.5rem;text-align:justify;text-align-last:initial;display:block; }
#ksFH8BG7xo0trf9M8OKkBKVEMmHbJxVd { box-sizing:content-box;height:13.75rem;width:55.3125rem;position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:none;top:0rem;left:9.71875rem;border-top:0;border-left:0.125rem solid #46db7b;border-right:0.125rem solid #46db7b;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#HZk1ob6sHgW2Amn5AbJJXxN3kcAOSERv { color:#ffffff;display:block;width:24.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:10.625rem;left:15.625rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#d3KtIOglbenqH1TF58WGxcNlelLBz59q { position:relative;display:block; }#d3KtIOglbenqH1TF58WGxcNlelLBz59q { background-color: transparent; background-image: none; }#d3KtIOglbenqH1TF58WGxcNlelLBz59q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d3KtIOglbenqH1TF58WGxcNlelLBz59q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d3KtIOglbenqH1TF58WGxcNlelLBz59q > .row .container > .video-iframe-container { display: none; }#d3KtIOglbenqH1TF58WGxcNlelLBz59q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d3KtIOglbenqH1TF58WGxcNlelLBz59q > .row > .video-iframe-container { display: none; }#d3KtIOglbenqH1TF58WGxcNlelLBz59q > .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); }#d3KtIOglbenqH1TF58WGxcNlelLBz59q { border-width: 0; border-radius: 0; }#d3KtIOglbenqH1TF58WGxcNlelLBz59q > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#d3KtIOglbenqH1TF58WGxcNlelLBz59q > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:2.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#epnAhZ84PCfy7xuNEF4Ry6oKxU9AWJaA { box-sizing:content-box;height:0.625rem;width:55.3125rem;position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:none;top:0rem;left:9.71875rem;border-top:0;border-left:0.125rem solid #46db7b;border-right:0.125rem solid #46db7b;border-bottom:0.125rem solid #46db7b;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#erkHx29Zgy1QzIWZJUJGXJUJN1Ba8eg8 { position:relative;display:block; }#erkHx29Zgy1QzIWZJUJGXJUJN1Ba8eg8 { background-color: transparent; background-image: none; }#erkHx29Zgy1QzIWZJUJGXJUJN1Ba8eg8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#erkHx29Zgy1QzIWZJUJGXJUJN1Ba8eg8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#erkHx29Zgy1QzIWZJUJGXJUJN1Ba8eg8 > .row .container > .video-iframe-container { display: none; }#erkHx29Zgy1QzIWZJUJGXJUJN1Ba8eg8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#erkHx29Zgy1QzIWZJUJGXJUJN1Ba8eg8 > .row > .video-iframe-container { display: none; }#erkHx29Zgy1QzIWZJUJGXJUJN1Ba8eg8 > .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); }#erkHx29Zgy1QzIWZJUJGXJUJN1Ba8eg8 { border-width: 0; border-radius: 0; }#erkHx29Zgy1QzIWZJUJGXJUJN1Ba8eg8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#erkHx29Zgy1QzIWZJUJGXJUJN1Ba8eg8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:4.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GcrZT2u1rc5KFB0Xykyeo10JU00qMEGC { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:"zume cut";font-size:1.875rem;font-weight:400;z-index:15001;line-height:.9;letter-spacing:0;top:1.75rem;left:15.625rem;height:1.6875rem;font-style:normal;display:block; }
#ta1mEQ5FI3FeWC8qeKTzn2Nmiwg08cCI { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.625rem;top:1.28125rem;left:11.71875rem;overflow:hidden;display:block; }
#MVW461d7oWms3SFIT0Mp6qnccxGKLCk1 { box-sizing:content-box;height:4.625rem;width:55.3125rem;position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;top:0rem;left:9.71875rem;border-top:0.125rem solid #46db7b;border-left:0.125rem solid #46db7b;border-right:0.125rem solid #46db7b;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#Gup1LdBVLIwXurU8cvNJzHxtI15Jp1Rv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:1.03125rem;left:61.09375rem; }
#JTJ8olqUvPqXFoSKbZ7nXBN6q36y0WI3 { box-sizing:content-box;height:4.4375rem;width:55.3125rem;position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:none;top:0.1875rem;left:9.875rem;display:block; }
#ubKy665ZLeFNdr4DW7JcxCzDlc0xMoCE { position:relative;display:block; }#ubKy665ZLeFNdr4DW7JcxCzDlc0xMoCE { background-color: transparent; background-image: none; }#ubKy665ZLeFNdr4DW7JcxCzDlc0xMoCE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ubKy665ZLeFNdr4DW7JcxCzDlc0xMoCE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ubKy665ZLeFNdr4DW7JcxCzDlc0xMoCE > .row .container > .video-iframe-container { display: none; }#ubKy665ZLeFNdr4DW7JcxCzDlc0xMoCE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ubKy665ZLeFNdr4DW7JcxCzDlc0xMoCE > .row > .video-iframe-container { display: none; }#ubKy665ZLeFNdr4DW7JcxCzDlc0xMoCE > .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); }#ubKy665ZLeFNdr4DW7JcxCzDlc0xMoCE { border-width: 0; border-radius: 0; }#ubKy665ZLeFNdr4DW7JcxCzDlc0xMoCE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ubKy665ZLeFNdr4DW7JcxCzDlc0xMoCE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:13.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UzMlAtNixRzxizl8ALNBtRl9mGeXLmvT { color:#ffffff;display:block;width:47.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:1.9375rem;left:15.625rem;height:7.5rem;text-align:justify;text-align-last:initial;display:block; }
#CAGvdhlaZ6bR4tGSWBE6kvPhxtMH739T { box-sizing:content-box;height:13.75rem;width:55.3125rem;position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:none;top:0rem;left:9.71875rem;border-top:0;border-left:0.125rem solid #46db7b;border-right:0.125rem solid #46db7b;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#Su0U0IggqbkOwkpQKfCwftl1LlHofs62 { color:#ffffff;display:block;width:17.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:10.625rem;left:15.625rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#a76XJwWlgUF8WyOPKlB28XABCJ1Ok5fm { position:relative;display:block; }#a76XJwWlgUF8WyOPKlB28XABCJ1Ok5fm { background-color: transparent; background-image: none; }#a76XJwWlgUF8WyOPKlB28XABCJ1Ok5fm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a76XJwWlgUF8WyOPKlB28XABCJ1Ok5fm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a76XJwWlgUF8WyOPKlB28XABCJ1Ok5fm > .row .container > .video-iframe-container { display: none; }#a76XJwWlgUF8WyOPKlB28XABCJ1Ok5fm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a76XJwWlgUF8WyOPKlB28XABCJ1Ok5fm > .row > .video-iframe-container { display: none; }#a76XJwWlgUF8WyOPKlB28XABCJ1Ok5fm > .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); }#a76XJwWlgUF8WyOPKlB28XABCJ1Ok5fm { border-width: 0; border-radius: 0; }#a76XJwWlgUF8WyOPKlB28XABCJ1Ok5fm > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#a76XJwWlgUF8WyOPKlB28XABCJ1Ok5fm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:2.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gkeKkJkJPFAhtcBtModmqL4cSgVwl759 { box-sizing:content-box;height:0.625rem;width:55.3125rem;position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:none;top:0rem;left:9.71875rem;border-top:0;border-left:0.125rem solid #46db7b;border-right:0.125rem solid #46db7b;border-bottom:0.125rem solid #46db7b;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#uKeQFqCyNaTCcU2plo8pspWBqQxlDRgS { position:relative;display:block; }#uKeQFqCyNaTCcU2plo8pspWBqQxlDRgS { background-color: transparent; background-image: none; }#uKeQFqCyNaTCcU2plo8pspWBqQxlDRgS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uKeQFqCyNaTCcU2plo8pspWBqQxlDRgS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uKeQFqCyNaTCcU2plo8pspWBqQxlDRgS > .row .container > .video-iframe-container { display: none; }#uKeQFqCyNaTCcU2plo8pspWBqQxlDRgS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uKeQFqCyNaTCcU2plo8pspWBqQxlDRgS > .row > .video-iframe-container { display: none; }#uKeQFqCyNaTCcU2plo8pspWBqQxlDRgS > .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); }#uKeQFqCyNaTCcU2plo8pspWBqQxlDRgS { border-width: 0; border-radius: 0; }#uKeQFqCyNaTCcU2plo8pspWBqQxlDRgS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#uKeQFqCyNaTCcU2plo8pspWBqQxlDRgS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:4.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qN5qTkvPNaRqBbDTgSOtGgwXiSBAwgmz { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:"zume cut";font-size:1.875rem;font-weight:400;z-index:15001;line-height:.9;letter-spacing:0;top:1.75rem;left:15.625rem;height:1.6875rem;font-style:normal;display:block; }
#HO3ubMNTbJqK4HVXuwUd8Xb8C7nHMcR8 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:3.25rem;top:1.40625rem;left:11.46875rem;overflow:hidden;display:block; }
#eKCkzi1Uik0e0ZBpC4vTSaUTmySPptZ8 { box-sizing:content-box;height:4.625rem;width:55.3125rem;position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;top:0rem;left:9.71875rem;border-top:0.125rem solid #46db7b;border-left:0.125rem solid #46db7b;border-right:0.125rem solid #46db7b;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#JF8A0UUxAvh4uMc75WC2TGXSE9JAZnH6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:1.03125rem;left:61.09375rem; }
#UV6o9u3Qi9ogtTaiq2esMLocJJ4OLL3t { box-sizing:content-box;height:4.4375rem;width:55.3125rem;position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:none;top:0.1875rem;left:9.875rem;display:block; }
#Wwp2ToKVIDylzMvl7zEGlGA1TnSTNmpv { position:relative;display:block; }#Wwp2ToKVIDylzMvl7zEGlGA1TnSTNmpv { background-color: transparent; background-image: none; }#Wwp2ToKVIDylzMvl7zEGlGA1TnSTNmpv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wwp2ToKVIDylzMvl7zEGlGA1TnSTNmpv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wwp2ToKVIDylzMvl7zEGlGA1TnSTNmpv > .row .container > .video-iframe-container { display: none; }#Wwp2ToKVIDylzMvl7zEGlGA1TnSTNmpv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wwp2ToKVIDylzMvl7zEGlGA1TnSTNmpv > .row > .video-iframe-container { display: none; }#Wwp2ToKVIDylzMvl7zEGlGA1TnSTNmpv > .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); }#Wwp2ToKVIDylzMvl7zEGlGA1TnSTNmpv { border-width: 0; border-radius: 0; }#Wwp2ToKVIDylzMvl7zEGlGA1TnSTNmpv > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Wwp2ToKVIDylzMvl7zEGlGA1TnSTNmpv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:13.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DvhyWIT4UWSF5ltdtMTMNgtN6iiaxN5m { color:#ffffff;display:block;width:47.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:1.9375rem;left:15.625rem;height:7.5rem;text-align:justify;text-align-last:initial;display:block; }
#s5w7IsxDwHGXqTTwuGylzgNR1mK9HZ39 { box-sizing:content-box;height:13.75rem;width:55.3125rem;position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:none;top:0rem;left:9.71875rem;border-top:0;border-left:0.125rem solid #46db7b;border-right:0.125rem solid #46db7b;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#PadxXBxXfHQkb6cz2sqBoy4JCCn2Nvbu { color:#ffffff;display:block;width:26.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:10.625rem;left:15.625rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#u8diWDAZPD09q2EkKAyh2JLvQT7rbAny { position:relative;display:block; }#u8diWDAZPD09q2EkKAyh2JLvQT7rbAny { background-color: transparent; background-image: none; }#u8diWDAZPD09q2EkKAyh2JLvQT7rbAny::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8diWDAZPD09q2EkKAyh2JLvQT7rbAny > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8diWDAZPD09q2EkKAyh2JLvQT7rbAny > .row .container > .video-iframe-container { display: none; }#u8diWDAZPD09q2EkKAyh2JLvQT7rbAny > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8diWDAZPD09q2EkKAyh2JLvQT7rbAny > .row > .video-iframe-container { display: none; }#u8diWDAZPD09q2EkKAyh2JLvQT7rbAny > .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); }#u8diWDAZPD09q2EkKAyh2JLvQT7rbAny { border-width: 0; border-radius: 0; }#u8diWDAZPD09q2EkKAyh2JLvQT7rbAny > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#u8diWDAZPD09q2EkKAyh2JLvQT7rbAny > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:2.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gJkTgEh18JX6SZyDlDQDACkRkuP7LPpm { box-sizing:content-box;height:0.625rem;width:55.3125rem;position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:none;top:0rem;left:9.71875rem;border-top:0;border-left:0.125rem solid #46db7b;border-right:0.125rem solid #46db7b;border-bottom:0.125rem solid #46db7b;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#MxsBnEVKZHA8laFrSZit14ETPkiH0Akx { position:relative;display:block; }#MxsBnEVKZHA8laFrSZit14ETPkiH0Akx { background-color: transparent; background-image: none; }#MxsBnEVKZHA8laFrSZit14ETPkiH0Akx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MxsBnEVKZHA8laFrSZit14ETPkiH0Akx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MxsBnEVKZHA8laFrSZit14ETPkiH0Akx > .row .container > .video-iframe-container { display: none; }#MxsBnEVKZHA8laFrSZit14ETPkiH0Akx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MxsBnEVKZHA8laFrSZit14ETPkiH0Akx > .row > .video-iframe-container { display: none; }#MxsBnEVKZHA8laFrSZit14ETPkiH0Akx > .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); }#MxsBnEVKZHA8laFrSZit14ETPkiH0Akx { border-width: 0; border-radius: 0; }#MxsBnEVKZHA8laFrSZit14ETPkiH0Akx > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#MxsBnEVKZHA8laFrSZit14ETPkiH0Akx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:4.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#sNeMRnXLHEnlr32P9Gau301nEZGiSTqI { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:"zume cut";font-size:1.875rem;font-weight:400;z-index:15001;line-height:.9;letter-spacing:0;top:1.75rem;left:15.625rem;height:1.6875rem;font-style:normal;display:block; }
#zCLby0vf2V1dRnxq1TnUqtXKilU9SglR { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.5625rem;top:1.21875rem;left:11.84375rem;overflow:hidden;display:block; }
#T1HUr7goIDLghCWhwZkySKcbKLiiDy0k { box-sizing:content-box;height:4.625rem;width:55.3125rem;position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;top:0rem;left:9.71875rem;border-top:0.125rem solid #46db7b;border-left:0.125rem solid #46db7b;border-right:0.125rem solid #46db7b;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#oxIGUGRigOBSTK1wXEls3HtNbUJsprNT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:1.03125rem;left:61.09375rem; }
#fZE4JS4GttCLr3h99R7xTBod4XAux0DL { box-sizing:content-box;height:4.4375rem;width:55.3125rem;position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:none;top:0.1875rem;left:9.84375rem;display:block; }
#O4oBazxwvdTbLiN9dXG9QMGoHeKmwCoU { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:"zume cut";font-size:1.875rem;font-weight:400;z-index:15001;line-height:.9;letter-spacing:0;top:1.75rem;left:15.625rem;height:1.6875rem;font-style:normal;display:none; }
#ptIhS03mvJmOrO5x4d0oIhUPVKGxqwgp { position:relative;display:block; }#ptIhS03mvJmOrO5x4d0oIhUPVKGxqwgp { background-color: transparent; background-image: none; }#ptIhS03mvJmOrO5x4d0oIhUPVKGxqwgp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ptIhS03mvJmOrO5x4d0oIhUPVKGxqwgp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ptIhS03mvJmOrO5x4d0oIhUPVKGxqwgp > .row .container > .video-iframe-container { display: none; }#ptIhS03mvJmOrO5x4d0oIhUPVKGxqwgp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ptIhS03mvJmOrO5x4d0oIhUPVKGxqwgp > .row > .video-iframe-container { display: none; }#ptIhS03mvJmOrO5x4d0oIhUPVKGxqwgp > .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); }#ptIhS03mvJmOrO5x4d0oIhUPVKGxqwgp { border-width: 0; border-radius: 0; }#ptIhS03mvJmOrO5x4d0oIhUPVKGxqwgp > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ptIhS03mvJmOrO5x4d0oIhUPVKGxqwgp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:13.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#oFT4TFqZUr107vEziktgMzvqDOgkBJoS { color:#ffffff;display:block;width:47.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:1.9375rem;left:15.625rem;height:7.5rem;text-align:justify;text-align-last:initial;display:block; }
#XC0NcB2Cn0143J9bbgp7OPFTXAnx6HKs { box-sizing:content-box;height:13.75rem;width:55.3125rem;position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:none;top:0rem;left:9.71875rem;border-top:0;border-left:0.125rem solid #46db7b;border-right:0.125rem solid #46db7b;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#MNHNU0Om5otEOXb6EochOgIGthry61vg { color:#ffffff;display:block;width:20.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:10.625rem;left:15.625rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#HVAAegDChC0yyAtVwh0dX50EFwI2IcFp { position:relative;display:block; }#HVAAegDChC0yyAtVwh0dX50EFwI2IcFp { background-color: transparent; background-image: none; }#HVAAegDChC0yyAtVwh0dX50EFwI2IcFp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HVAAegDChC0yyAtVwh0dX50EFwI2IcFp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HVAAegDChC0yyAtVwh0dX50EFwI2IcFp > .row .container > .video-iframe-container { display: none; }#HVAAegDChC0yyAtVwh0dX50EFwI2IcFp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HVAAegDChC0yyAtVwh0dX50EFwI2IcFp > .row > .video-iframe-container { display: none; }#HVAAegDChC0yyAtVwh0dX50EFwI2IcFp > .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); }#HVAAegDChC0yyAtVwh0dX50EFwI2IcFp { border-width: 0; border-radius: 0; }#HVAAegDChC0yyAtVwh0dX50EFwI2IcFp > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#HVAAegDChC0yyAtVwh0dX50EFwI2IcFp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:2.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#evZsB2bsKPgkfb52viBB6DpTqX9COLAy { box-sizing:content-box;height:0.625rem;width:55.3125rem;position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:none;top:0rem;left:9.71875rem;border-top:0;border-left:0.125rem solid #46db7b;border-right:0.125rem solid #46db7b;border-bottom:0.125rem solid #46db7b;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#o1Pwfn6l5kuGSSTB2vT49rTTy0pJAcyt { position:relative;display:block; }#o1Pwfn6l5kuGSSTB2vT49rTTy0pJAcyt { background-color: transparent; background-image: none; }#o1Pwfn6l5kuGSSTB2vT49rTTy0pJAcyt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o1Pwfn6l5kuGSSTB2vT49rTTy0pJAcyt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o1Pwfn6l5kuGSSTB2vT49rTTy0pJAcyt > .row .container > .video-iframe-container { display: none; }#o1Pwfn6l5kuGSSTB2vT49rTTy0pJAcyt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o1Pwfn6l5kuGSSTB2vT49rTTy0pJAcyt > .row > .video-iframe-container { display: none; }#o1Pwfn6l5kuGSSTB2vT49rTTy0pJAcyt > .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); }#o1Pwfn6l5kuGSSTB2vT49rTTy0pJAcyt { border-width: 0; border-radius: 0; }#o1Pwfn6l5kuGSSTB2vT49rTTy0pJAcyt > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#o1Pwfn6l5kuGSSTB2vT49rTTy0pJAcyt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:4.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NgSdoZtUQazFTNQzQWOTNMWim1CsWTnf { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:"zume cut";font-size:1.875rem;font-weight:400;z-index:15001;line-height:.9;letter-spacing:0;top:1.75rem;left:15.625rem;height:1.6875rem;font-style:normal;display:block; }
#O4sSm6CeOixX0sXaIuv4VhS1Q2PfquF8 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.3125rem;top:1.34375rem;left:11.5625rem;overflow:hidden;display:block; }
#FMsv2vhf8R7Mv8TzsSU4OGzkBIJ8UHGN { box-sizing:content-box;height:4.625rem;width:55.3125rem;position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;top:0rem;left:9.71875rem;border-top:0.125rem solid #46db7b;border-left:0.125rem solid #46db7b;border-right:0.125rem solid #46db7b;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#gSi7TD5EFLgsd3GPds1c7EVTAnHmIdOc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:1.03125rem;left:61.09375rem; }
#AJddOokbe3JQT7JpAVy5ixlgLUd9xPCO { box-sizing:content-box;height:4.4375rem;width:55.3125rem;position:absolute;display:block;z-index:15005;background-color:rgba(0,0,0,0);background-image:none;top:0.15625rem;left:9.84375rem;display:block; }
#WlNmXanzmIS4NmKvGOF3615mK99T7lA2 { position:relative;display:block; }#WlNmXanzmIS4NmKvGOF3615mK99T7lA2 { background-color: transparent; background-image: none; }#WlNmXanzmIS4NmKvGOF3615mK99T7lA2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WlNmXanzmIS4NmKvGOF3615mK99T7lA2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WlNmXanzmIS4NmKvGOF3615mK99T7lA2 > .row .container > .video-iframe-container { display: none; }#WlNmXanzmIS4NmKvGOF3615mK99T7lA2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WlNmXanzmIS4NmKvGOF3615mK99T7lA2 > .row > .video-iframe-container { display: none; }#WlNmXanzmIS4NmKvGOF3615mK99T7lA2 > .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); }#WlNmXanzmIS4NmKvGOF3615mK99T7lA2 { border-width: 0; border-radius: 0; }#WlNmXanzmIS4NmKvGOF3615mK99T7lA2 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#WlNmXanzmIS4NmKvGOF3615mK99T7lA2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:13.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gGuOEuq20UJMd0TvToGUMGhn5S7DTR0a { color:#ffffff;display:block;width:47.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:1.875rem;left:15.625rem;height:7.5rem;text-align:justify;text-align-last:initial;display:block; }
#DJ4WT0U8eP8XBDXPZ0Z8nVzkFHTkEyxc { box-sizing:content-box;height:13.75rem;width:55.3125rem;position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:none;top:0rem;left:9.71875rem;border-top:0;border-left:0.125rem solid #46db7b;border-right:0.125rem solid #46db7b;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#ACX4qOc8atQ6kQ1vVaTJnZF3m9UOzdcF { color:#ffffff;display:block;width:22.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:10.625rem;left:15.625rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#VkfpF4qZttDDX7Dp3lXXFlWpurffGnb1 { position:relative;display:block; }#VkfpF4qZttDDX7Dp3lXXFlWpurffGnb1 { background-color: transparent; background-image: none; }#VkfpF4qZttDDX7Dp3lXXFlWpurffGnb1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VkfpF4qZttDDX7Dp3lXXFlWpurffGnb1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VkfpF4qZttDDX7Dp3lXXFlWpurffGnb1 > .row .container > .video-iframe-container { display: none; }#VkfpF4qZttDDX7Dp3lXXFlWpurffGnb1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VkfpF4qZttDDX7Dp3lXXFlWpurffGnb1 > .row > .video-iframe-container { display: none; }#VkfpF4qZttDDX7Dp3lXXFlWpurffGnb1 > .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); }#VkfpF4qZttDDX7Dp3lXXFlWpurffGnb1 { border-width: 0; border-radius: 0; }#VkfpF4qZttDDX7Dp3lXXFlWpurffGnb1 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#VkfpF4qZttDDX7Dp3lXXFlWpurffGnb1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:2.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OpVd7HJFvxOFOMLdHKzINSorZK1zkfnk { box-sizing:content-box;height:0.625rem;width:55.3125rem;position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:none;top:0rem;left:9.71875rem;border-top:0;border-left:0.125rem solid #46db7b;border-right:0.125rem solid #46db7b;border-bottom:0.125rem solid #46db7b;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#kMceCwJStDWyWTCI5Z8cGqC4IoA3Ug8c { position:relative;display:block; }#kMceCwJStDWyWTCI5Z8cGqC4IoA3Ug8c { background-color: transparent; background-image: none; }#kMceCwJStDWyWTCI5Z8cGqC4IoA3Ug8c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMceCwJStDWyWTCI5Z8cGqC4IoA3Ug8c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMceCwJStDWyWTCI5Z8cGqC4IoA3Ug8c > .row .container > .video-iframe-container { display: none; }#kMceCwJStDWyWTCI5Z8cGqC4IoA3Ug8c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMceCwJStDWyWTCI5Z8cGqC4IoA3Ug8c > .row > .video-iframe-container { display: none; }#kMceCwJStDWyWTCI5Z8cGqC4IoA3Ug8c > .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); }#kMceCwJStDWyWTCI5Z8cGqC4IoA3Ug8c { border-width: 0; border-radius: 0; }#kMceCwJStDWyWTCI5Z8cGqC4IoA3Ug8c > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#kMceCwJStDWyWTCI5Z8cGqC4IoA3Ug8c > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:4.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#va80uPC7Jq3zscsCyTu6bARfKMnNAdh8 { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:"zume cut";font-size:1.875rem;font-weight:400;z-index:15001;line-height:.9;letter-spacing:0;top:1.75rem;left:15.625rem;height:1.6875rem;font-style:normal;display:block; }
#KN8LTcVWTvc1VOaSz5OEXyi91mXCwZKK { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:1.9375rem;top:0.96875rem;left:11.75rem;overflow:hidden;display:block; }
#gRXS79euDFJQQPvpLVaPgDh4cVtcWS8F { box-sizing:content-box;height:4.625rem;width:55.3125rem;position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;top:0rem;left:9.71875rem;border-top:0.125rem solid #46db7b;border-left:0.125rem solid #46db7b;border-right:0.125rem solid #46db7b;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#kraCV4RrytOcf9rOTAtmfZPIUSshw6vh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:1.03125rem;left:61.09375rem; }
#KS0rm1GTW25e7aqcCTWVQTToy6LgtZBg { box-sizing:content-box;height:4.4375rem;width:55.3125rem;position:absolute;display:block;z-index:15005;background-color:rgba(0,0,0,0);background-image:none;top:0.15625rem;left:9.84375rem;display:block; }
#HIVWG3GsTaXVzobUr0tgNHqwxcuE22Dd { position:relative;display:block; }#HIVWG3GsTaXVzobUr0tgNHqwxcuE22Dd { background-color: transparent; background-image: none; }#HIVWG3GsTaXVzobUr0tgNHqwxcuE22Dd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HIVWG3GsTaXVzobUr0tgNHqwxcuE22Dd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HIVWG3GsTaXVzobUr0tgNHqwxcuE22Dd > .row .container > .video-iframe-container { display: none; }#HIVWG3GsTaXVzobUr0tgNHqwxcuE22Dd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HIVWG3GsTaXVzobUr0tgNHqwxcuE22Dd > .row > .video-iframe-container { display: none; }#HIVWG3GsTaXVzobUr0tgNHqwxcuE22Dd > .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); }#HIVWG3GsTaXVzobUr0tgNHqwxcuE22Dd { border-width: 0; border-radius: 0; }#HIVWG3GsTaXVzobUr0tgNHqwxcuE22Dd > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#HIVWG3GsTaXVzobUr0tgNHqwxcuE22Dd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:13.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VntSXu5Bb1p9DoeRRykRrkb2dOqC3MJT { color:#ffffff;display:block;width:47.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:1.9375rem;left:15.625rem;height:7.5rem;text-align:justify;text-align-last:initial;display:block; }
#A3BtrqbZWDuTcC7U15DPuaFDM2UL31ly { box-sizing:content-box;height:13.75rem;width:55.3125rem;position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:none;top:0rem;left:9.71875rem;border-top:0;border-left:0.125rem solid #46db7b;border-right:0.125rem solid #46db7b;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#e6INaagZ5ra91lzWqFkZXWAZfF0l3WOR { color:#ffffff;display:block;width:22.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:10.625rem;left:15.625rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#S9kQoG0ZlRZonMk3Z9qlMrWzAaUwIPS7 { position:relative;display:block; }#S9kQoG0ZlRZonMk3Z9qlMrWzAaUwIPS7 { background-color: transparent; background-image: none; }#S9kQoG0ZlRZonMk3Z9qlMrWzAaUwIPS7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S9kQoG0ZlRZonMk3Z9qlMrWzAaUwIPS7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S9kQoG0ZlRZonMk3Z9qlMrWzAaUwIPS7 > .row .container > .video-iframe-container { display: none; }#S9kQoG0ZlRZonMk3Z9qlMrWzAaUwIPS7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S9kQoG0ZlRZonMk3Z9qlMrWzAaUwIPS7 > .row > .video-iframe-container { display: none; }#S9kQoG0ZlRZonMk3Z9qlMrWzAaUwIPS7 > .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); }#S9kQoG0ZlRZonMk3Z9qlMrWzAaUwIPS7 { border-width: 0; border-radius: 0; }#S9kQoG0ZlRZonMk3Z9qlMrWzAaUwIPS7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#S9kQoG0ZlRZonMk3Z9qlMrWzAaUwIPS7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:2.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LP9hHttC9rQSRRiSe9cRfbUetC1hw4zc { box-sizing:content-box;height:0.625rem;width:55.3125rem;position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:none;top:0rem;left:9.71875rem;border-top:0;border-left:0.125rem solid #46db7b;border-right:0.125rem solid #46db7b;border-bottom:0.125rem solid #46db7b;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#nXrw2R9xdMk79S2HxuTm0MAlFTFMQH3t { position:relative;display:block; }#nXrw2R9xdMk79S2HxuTm0MAlFTFMQH3t { background-color: transparent; background-image: none; }#nXrw2R9xdMk79S2HxuTm0MAlFTFMQH3t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nXrw2R9xdMk79S2HxuTm0MAlFTFMQH3t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nXrw2R9xdMk79S2HxuTm0MAlFTFMQH3t > .row .container > .video-iframe-container { display: none; }#nXrw2R9xdMk79S2HxuTm0MAlFTFMQH3t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nXrw2R9xdMk79S2HxuTm0MAlFTFMQH3t > .row > .video-iframe-container { display: none; }#nXrw2R9xdMk79S2HxuTm0MAlFTFMQH3t > .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); }#nXrw2R9xdMk79S2HxuTm0MAlFTFMQH3t { border-width: 0; border-radius: 0; }#nXrw2R9xdMk79S2HxuTm0MAlFTFMQH3t > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#nXrw2R9xdMk79S2HxuTm0MAlFTFMQH3t > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:4.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#byePATHQSsWwf03TwviALUI2H4GQvRHK { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:"zume cut";font-size:1.875rem;font-weight:400;z-index:15001;line-height:.9;letter-spacing:0;top:1.75rem;left:15.625rem;height:1.6875rem;font-style:normal;display:block; }
#WtdcRIkZL2scS9TMuGdzUaT5yAKdrhzK { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.6875rem;top:1.1875rem;left:11.625rem;overflow:hidden;display:block; }
#OJTmLd24cP37M4mHTpcfBXKUl8PgsKdn { box-sizing:content-box;height:4.625rem;width:55.3125rem;position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;top:0rem;left:9.71875rem;border-top:0.125rem solid #46db7b;border-left:0.125rem solid #46db7b;border-right:0.125rem solid #46db7b;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#ruooAy94b9mlXZwrJQL0OqsJ5iOtGIf2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:1.03125rem;left:61.09375rem; }
#V07vxEGIwRe4QmcXf7gWWhTrV7DiFi2w { box-sizing:content-box;height:4.4375rem;width:55.3125rem;position:absolute;display:block;z-index:15005;background-color:rgba(0,0,0,0);background-image:none;top:0.1875rem;left:9.84375rem;display:block; }
#EUhgqo9bbJXvxrrsH557wBZXyHuw9vl6 { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:"zume cut";font-size:1.875rem;font-weight:400;z-index:15001;line-height:.9;letter-spacing:0;top:1.75rem;left:15.625rem;height:1.6875rem;font-style:normal;display:none; }
#XhTfvNbWkFAK23xn20txlmdfyHBveru5 { position:relative;display:block; }#XhTfvNbWkFAK23xn20txlmdfyHBveru5 { background-color: transparent; background-image: none; }#XhTfvNbWkFAK23xn20txlmdfyHBveru5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XhTfvNbWkFAK23xn20txlmdfyHBveru5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XhTfvNbWkFAK23xn20txlmdfyHBveru5 > .row .container > .video-iframe-container { display: none; }#XhTfvNbWkFAK23xn20txlmdfyHBveru5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XhTfvNbWkFAK23xn20txlmdfyHBveru5 > .row > .video-iframe-container { display: none; }#XhTfvNbWkFAK23xn20txlmdfyHBveru5 > .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); }#XhTfvNbWkFAK23xn20txlmdfyHBveru5 { border-width: 0; border-radius: 0; }#XhTfvNbWkFAK23xn20txlmdfyHBveru5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#XhTfvNbWkFAK23xn20txlmdfyHBveru5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:13.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#oV2xThea9JTTABhIl6ZletFgyK0KHZ7l { color:#ffffff;display:block;width:47.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:1.9375rem;left:15.625rem;height:7.5rem;text-align:justify;text-align-last:initial;display:block; }
#AFvT8C8HtBOSuNdpnARZbvu9FbG3Tpph { box-sizing:content-box;height:13.75rem;width:55.3125rem;position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:none;top:0rem;left:9.71875rem;border-top:0;border-left:0.125rem solid #46db7b;border-right:0.125rem solid #46db7b;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#OqXyKCpS79K7CySXEq5yNf6FyBIe9p2T { color:#ffffff;display:block;width:22.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:10.625rem;left:15.625rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#B44JenssVa9NRbsJiOHnmWVXWlB692Bk { position:relative;display:block; }#B44JenssVa9NRbsJiOHnmWVXWlB692Bk { background-color: transparent; background-image: none; }#B44JenssVa9NRbsJiOHnmWVXWlB692Bk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B44JenssVa9NRbsJiOHnmWVXWlB692Bk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B44JenssVa9NRbsJiOHnmWVXWlB692Bk > .row .container > .video-iframe-container { display: none; }#B44JenssVa9NRbsJiOHnmWVXWlB692Bk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B44JenssVa9NRbsJiOHnmWVXWlB692Bk > .row > .video-iframe-container { display: none; }#B44JenssVa9NRbsJiOHnmWVXWlB692Bk > .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); }#B44JenssVa9NRbsJiOHnmWVXWlB692Bk { border-width: 0; border-radius: 0; }#B44JenssVa9NRbsJiOHnmWVXWlB692Bk > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#B44JenssVa9NRbsJiOHnmWVXWlB692Bk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:2.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZALbSor03COqglHuaJsRT7Wq9xtWqXZR { box-sizing:content-box;height:0.625rem;width:55.3125rem;position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:none;top:0rem;left:9.71875rem;border-top:0;border-left:0.125rem solid #46db7b;border-right:0.125rem solid #46db7b;border-bottom:0.125rem solid #46db7b;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#O09lGyI2J6moMtVobdGdCsiqt7EpbcJv { position:relative;display:block; }#O09lGyI2J6moMtVobdGdCsiqt7EpbcJv { background-color: transparent; background-image: none; }#O09lGyI2J6moMtVobdGdCsiqt7EpbcJv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O09lGyI2J6moMtVobdGdCsiqt7EpbcJv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O09lGyI2J6moMtVobdGdCsiqt7EpbcJv > .row .container > .video-iframe-container { display: none; }#O09lGyI2J6moMtVobdGdCsiqt7EpbcJv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O09lGyI2J6moMtVobdGdCsiqt7EpbcJv > .row > .video-iframe-container { display: none; }#O09lGyI2J6moMtVobdGdCsiqt7EpbcJv > .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); }#O09lGyI2J6moMtVobdGdCsiqt7EpbcJv { border-width: 0; border-radius: 0; }#O09lGyI2J6moMtVobdGdCsiqt7EpbcJv > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#O09lGyI2J6moMtVobdGdCsiqt7EpbcJv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:4.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JSJHxfcpA6FxmfILOVpaCASARgmuZwmI { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:"zume cut";font-size:1.875rem;font-weight:400;z-index:15001;line-height:.9;letter-spacing:0;top:1.75rem;left:15.625rem;height:1.6875rem;font-style:normal;display:block; }
#XGGQ4TpNtWbCBd6Boqz9aTT0uRWAQhbF { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.625rem;top:1.09375rem;left:11.75rem;overflow:hidden;display:block; }
#Tih5CSCc2FqG9oi1WMDRwk8TRwqzEhb7 { box-sizing:content-box;height:4.625rem;width:55.3125rem;position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;top:0rem;left:9.71875rem;border-top:0.125rem solid #46db7b;border-left:0.125rem solid #46db7b;border-right:0.125rem solid #46db7b;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#GcGGDRTuVfpVEiww1obqfFoJJV1JKBRK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:1.03125rem;left:61.09375rem; }
#XrZk9GLCr57x4nC2QVk2Jb0Csw30OGX3 { box-sizing:content-box;height:4.4375rem;width:55.3125rem;position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:none;top:0.1875rem;left:9.84375rem;display:block; }
#wipGyWm3Gt1XVTDbHxPkxDLk9xpsmVFc { position:relative;display:block; }#wipGyWm3Gt1XVTDbHxPkxDLk9xpsmVFc { background-color: transparent; background-image: none; }#wipGyWm3Gt1XVTDbHxPkxDLk9xpsmVFc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wipGyWm3Gt1XVTDbHxPkxDLk9xpsmVFc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wipGyWm3Gt1XVTDbHxPkxDLk9xpsmVFc > .row .container > .video-iframe-container { display: none; }#wipGyWm3Gt1XVTDbHxPkxDLk9xpsmVFc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wipGyWm3Gt1XVTDbHxPkxDLk9xpsmVFc > .row > .video-iframe-container { display: none; }#wipGyWm3Gt1XVTDbHxPkxDLk9xpsmVFc > .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); }#wipGyWm3Gt1XVTDbHxPkxDLk9xpsmVFc { border-width: 0; border-radius: 0; }#wipGyWm3Gt1XVTDbHxPkxDLk9xpsmVFc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#wipGyWm3Gt1XVTDbHxPkxDLk9xpsmVFc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:12.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#E9uuCnFxfKVwcwzPJM6OnD0lSiGPBq8f { color:#ffffff;display:block;width:47.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:1.5693359375rem;left:15.625rem;height:6rem;text-align:justify;text-align-last:initial;display:block; }
#pqg7xIp5E7GNqb2FwUQ5UaFSAb6UIMNm { box-sizing:content-box;height:12.3125rem;width:55.3125rem;position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:none;top:0rem;left:9.71875rem;border-top:0;border-left:0.125rem solid #46db7b;border-right:0.125rem solid #46db7b;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#O6UbIoNQ40Qqgvpvk1Cwu2tyniCVXHSm { color:#ffffff;display:block;width:27.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:8.8193359375rem;left:15.625rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#ARQINC4USoyQSu6T1sF9uSKy5r4qimC3 { position:relative;display:block; }#ARQINC4USoyQSu6T1sF9uSKy5r4qimC3 { background-color: transparent; background-image: none; }#ARQINC4USoyQSu6T1sF9uSKy5r4qimC3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ARQINC4USoyQSu6T1sF9uSKy5r4qimC3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ARQINC4USoyQSu6T1sF9uSKy5r4qimC3 > .row .container > .video-iframe-container { display: none; }#ARQINC4USoyQSu6T1sF9uSKy5r4qimC3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ARQINC4USoyQSu6T1sF9uSKy5r4qimC3 > .row > .video-iframe-container { display: none; }#ARQINC4USoyQSu6T1sF9uSKy5r4qimC3 > .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); }#ARQINC4USoyQSu6T1sF9uSKy5r4qimC3 { border-width: 0; border-radius: 0; }#ARQINC4USoyQSu6T1sF9uSKy5r4qimC3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ARQINC4USoyQSu6T1sF9uSKy5r4qimC3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:2.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vCGK4X2qXT6k4b269RUpFI4Lr6ou9TO0 { box-sizing:content-box;height:0.625rem;width:55.3125rem;position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:none;top:0rem;left:9.71875rem;border-top:0;border-left:0.125rem solid #46db7b;border-right:0.125rem solid #46db7b;border-bottom:0.125rem solid #46db7b;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#ZW13CZZxTkSwfyHsfzBhNyTzdwqiV7sC { position:relative;display:block; }#ZW13CZZxTkSwfyHsfzBhNyTzdwqiV7sC { background-color: transparent; background-image: none; }#ZW13CZZxTkSwfyHsfzBhNyTzdwqiV7sC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZW13CZZxTkSwfyHsfzBhNyTzdwqiV7sC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZW13CZZxTkSwfyHsfzBhNyTzdwqiV7sC > .row .container > .video-iframe-container { display: none; }#ZW13CZZxTkSwfyHsfzBhNyTzdwqiV7sC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZW13CZZxTkSwfyHsfzBhNyTzdwqiV7sC > .row > .video-iframe-container { display: none; }#ZW13CZZxTkSwfyHsfzBhNyTzdwqiV7sC > .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); }#ZW13CZZxTkSwfyHsfzBhNyTzdwqiV7sC { border-width: 0; border-radius: 0; }#ZW13CZZxTkSwfyHsfzBhNyTzdwqiV7sC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ZW13CZZxTkSwfyHsfzBhNyTzdwqiV7sC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:14.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#sTBxWBDCFxF3lqHKr2up2eCflOTwADX9 { color:#ffffff;display:block;width:19rem;position:absolute;font-family:"zume cut";font-size:5rem;font-weight:700;z-index:15002;line-height:.9;letter-spacing:0;top:5.1875rem;left:16.875rem;height:4.5rem;font-style:normal;display:block; }
#N7CgpM3ItEtpCkvux2sHbdozqxr7ftGS { color:#46db7b;display:block;width:22.5rem;position:absolute;font-family:"zume cut";font-size:8.75rem;font-weight:700;z-index:15003;line-height:.9;letter-spacing:0;top:3.5rem;left:35.625rem;height:7.875rem;font-style:normal;display:block; }
#W4I6Ct50pGLR3ISDoRbsXTd6Ta3Wpuz2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/03b8fa90-7128-4c03-82f8-2f53ee900d1f/Zasb91.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; }#W4I6Ct50pGLR3ISDoRbsXTd6Ta3Wpuz2.adaptive-delivery-prevent-bg, #W4I6Ct50pGLR3ISDoRbsXTd6Ta3Wpuz2.lazyload, #W4I6Ct50pGLR3ISDoRbsXTd6Ta3Wpuz2.lazyloading { background-image: none; }#W4I6Ct50pGLR3ISDoRbsXTd6Ta3Wpuz2 > .row .container { background-color: transparent; background-image: none; }#W4I6Ct50pGLR3ISDoRbsXTd6Ta3Wpuz2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W4I6Ct50pGLR3ISDoRbsXTd6Ta3Wpuz2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W4I6Ct50pGLR3ISDoRbsXTd6Ta3Wpuz2 > .row .container > .video-iframe-container { display: none; }#W4I6Ct50pGLR3ISDoRbsXTd6Ta3Wpuz2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W4I6Ct50pGLR3ISDoRbsXTd6Ta3Wpuz2 > .row > .video-iframe-container { display: none; }#W4I6Ct50pGLR3ISDoRbsXTd6Ta3Wpuz2 > .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); }#W4I6Ct50pGLR3ISDoRbsXTd6Ta3Wpuz2 > .row .container { border-width: 0; border-radius: 0; }#W4I6Ct50pGLR3ISDoRbsXTd6Ta3Wpuz2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W4I6Ct50pGLR3ISDoRbsXTd6Ta3Wpuz2 > .row .container { font-size:0.875rem;font-family:arial;height:49rem;width:75rem;position:relative;display:block; }#pZ6K292BFKUin6hiUutMiH3aSuQBwA2O { 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 #46db7b;border-left:0.125rem solid #46db7b;border-right:0.125rem solid #46db7b;border-bottom:0.125rem solid #46db7b;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"zume cut";font-size:1.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:55.5625rem;height:5rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:3.6318359375rem;left:9.71875rem;display:block; }
#K2XTBKf0yPGANCGPwvxtODh0447m26Nm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kU0JK9C02GPKqGI4ry5UwGbc9qsfPv4f { 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 #46db7b;border-left:0.125rem solid #46db7b;border-right:0.125rem solid #46db7b;border-bottom:0.125rem solid #46db7b;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"zume cut";font-size:1.875rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:30.5625rem;height:5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:9.8818359375rem;left:9.71875rem;display:block; }
#Tct1J6CMCtd0TV71HQKarvZ2I0Qvl0TU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cDnbEzxBp6r46H6JOgQFEaKiHDGyAvd8 { 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 #46db7b;border-left:0.125rem solid #46db7b;border-right:0.125rem solid #46db7b;border-bottom:0.125rem solid #46db7b;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"zume cut";font-size:1.875rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:23.75rem;height:5rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:9.8818359375rem;left:41.53125rem;display:block; }
#GIIVF58LAqlJRaAQTEQmqVlzsNQAKv1n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r13zCAox1i9mXb8nQdNdil1xq2XBVkTm { 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 #46db7b;border-left:0.125rem solid #46db7b;border-right:0.125rem solid #46db7b;border-bottom:0.125rem solid #46db7b;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"zume cut";font-size:1.875rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:21.25rem;height:5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:16.125rem;left:44.09375rem;display:block; }
#mZ7Cpsb3KoRW9k4tId63de591pg9AfIp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PEsCfpSNGoI996efClWWM4rs4rciI5Ns { 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 #46db7b;border-left:0.125rem solid #46db7b;border-right:0.125rem solid #46db7b;border-bottom:0.125rem solid #46db7b;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"zume cut";font-size:1.875rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:33.0625rem;height:5rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:16.125rem;left:9.71875rem;display:block; }
#DqqV1tVOouTaxNiSAEVvBmwsrDMtmTwr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UuIIcfqqNApoaq0HJlokelKWs3uMqg6h { 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 #46db7b;border-left:0.125rem solid #46db7b;border-right:0.125rem solid #46db7b;border-bottom:0.125rem solid #46db7b;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"zume cut";font-size:1.875rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:24.625rem;height:5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:22.375rem;left:9.71875rem;display:block; }
#dR1OcmTTmm1EvpK5gsAL4o5AnmyrkST2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hIH9TlP1ew9Q5MA6c1ecv4g8bVCZEO23 { 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 #46db7b;border-left:0.125rem solid #46db7b;border-right:0.125rem solid #46db7b;border-bottom:0.125rem solid #46db7b;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"zume cut";font-size:1.875rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:29.75rem;height:5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:22.375rem;left:35.59375rem;display:block; }
#FDy0gEq9aukLqZOnqyuJuUThHNTRMDsy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tAa4rmEnbMEcDuWEv0NdTSKDa9gFTs5S { 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 #46db7b;border-left:0.125rem solid #46db7b;border-right:0.125rem solid #46db7b;border-bottom:0.125rem solid #46db7b;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"zume cut";font-size:1.875rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:29.5625rem;height:5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:28.5rem;left:9.6875rem;display:block; }
#FnAbNniC98LcwrC9rLOyvTfW42UfJUuo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FexqJsWb5mckZl9d8AsWmRyeHXkT3Tao { 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 #46db7b;border-left:0.125rem solid #46db7b;border-right:0.125rem solid #46db7b;border-bottom:0.125rem solid #46db7b;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"zume cut";font-size:1.875rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:24.75rem;height:5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:28.625rem;left:40.5rem;display:block; }
#klCFXEyERwsOa46OisMTvLGNe7XvC7Dd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vrqs9nO844WICQ1SKk8iDSLds9rFCmvM { color:#ffffff;display:block;width:34.8125rem;position:absolute;font-family:"zume cut";font-size:2.8125rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:41.75rem;left:27.3125rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M8tpaNSmaumoBanPxIQ8rzNumnSgcTDS { color:#46db7b;display:block;width:34.8125rem;position:absolute;font-family:"zume cut";font-size:4.75rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:44.25rem;left:27.3125rem;height:4.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#utWdzAxLmbsvaJL1g3uNEJaVSxoIwCKr { 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 #46db7b;border-left:0.125rem solid #46db7b;border-right:0.125rem solid #46db7b;border-bottom:0.125rem solid #46db7b;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"zume cut";font-size:1.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:55.5625rem;height:5rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:3.6318359375rem;left:9.71875rem;display:none; }
#dC7L3CHgHwzenPWFx2XTeGnr63DSfeCX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OVa8M6DX7xowZgHdaKOmX3u8tl4CJUIF { 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 #46db7b;border-left:0.125rem solid #46db7b;border-right:0.125rem solid #46db7b;border-bottom:0.125rem solid #46db7b;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"zume cut";font-size:1.875rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:21.25rem;height:5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:16.125rem;left:44.09375rem;display:none; }
#QAS1cOCTSi2sbeBEGpw9zcUeAMpCkqSh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OiMp44X8wT41mPkA7GvoB3Hq5eLVeRTk { 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 #46db7b;border-left:0.125rem solid #46db7b;border-right:0.125rem solid #46db7b;border-bottom:0.125rem solid #46db7b;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"zume cut";font-size:1.875rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:30.5625rem;height:5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:9.8818359375rem;left:9.71875rem;display:none; }
#hfe7O6opcSVBcROUTs0OlhOtgCEEVc2E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#avDNyTqs3GvKWsMGwt7ZdS5Ibt299D1G { 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 #46db7b;border-left:0.125rem solid #46db7b;border-right:0.125rem solid #46db7b;border-bottom:0.125rem solid #46db7b;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"zume cut";font-size:1.875rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:33.0625rem;height:5rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:16.125rem;left:9.71875rem;display:none; }
#XR8EMQgFdKFtwBhtrvcJeBQ4657fnSFS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vZoqQcZ0GnaeciLIZdJQuI8a7hoFUTCq { 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 #46db7b;border-left:0.125rem solid #46db7b;border-right:0.125rem solid #46db7b;border-bottom:0.125rem solid #46db7b;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"zume cut";font-size:1.875rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:29.75rem;height:5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:22.375rem;left:35.59375rem;display:none; }
#q15Q9DUVmU7ZpHdhcT96TPrX2ev5XpTr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zPvs4Azn1kf0pJJenkPBtn0H7dmviQrr { 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 #46db7b;border-left:0.125rem solid #46db7b;border-right:0.125rem solid #46db7b;border-bottom:0.125rem solid #46db7b;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"zume cut";font-size:1.875rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:23.75rem;height:5rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:9.8818359375rem;left:41.53125rem;display:none; }
#GAzzGw5llAXu1MZ5k2st9O2sRpenzwkU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IxAfPBREpHP1r06BovICVv3fKX8TxFLF { 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 #46db7b;border-left:0.125rem solid #46db7b;border-right:0.125rem solid #46db7b;border-bottom:0.125rem solid #46db7b;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"zume cut";font-size:1.875rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:24.625rem;height:5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:22.375rem;left:9.71875rem;display:none; }
#gPgBu07IsQhauJNEOW5SMhFov43TZJIb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J3PCJdHFaUEzZH6BUcverQSJkdx1zKbp { 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 #46db7b;border-left:0.125rem solid #46db7b;border-right:0.125rem solid #46db7b;border-bottom:0.125rem solid #46db7b;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"zume cut";font-size:1.875rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:29.5625rem;height:5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:28.5rem;left:9.6875rem;display:none; }
#EiHaWnbKJ1ewVUTDJyOSOTDhBWCm3LKr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q5XNqHVwNZtwPfTadRL0wPWrcXqtAvUU { 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 #46db7b;border-left:0.125rem solid #46db7b;border-right:0.125rem solid #46db7b;border-bottom:0.125rem solid #46db7b;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"zume cut";font-size:1.875rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:24.75rem;height:5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:28.625rem;left:40.5rem;display:none; }
#Ue0qsqFkKgiH5h1KseotkVzcuyrcaENE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ykrn9M2cTfgbKxNaCsOAk7204dmGmvyI { position:relative;display:block; }#ykrn9M2cTfgbKxNaCsOAk7204dmGmvyI { background-color: transparent; background-image: none; }#ykrn9M2cTfgbKxNaCsOAk7204dmGmvyI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ykrn9M2cTfgbKxNaCsOAk7204dmGmvyI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ykrn9M2cTfgbKxNaCsOAk7204dmGmvyI > .row .container > .video-iframe-container { display: none; }#ykrn9M2cTfgbKxNaCsOAk7204dmGmvyI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ykrn9M2cTfgbKxNaCsOAk7204dmGmvyI > .row > .video-iframe-container { display: none; }#ykrn9M2cTfgbKxNaCsOAk7204dmGmvyI > .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); }#ykrn9M2cTfgbKxNaCsOAk7204dmGmvyI { border-width: 0; border-radius: 0; }#ykrn9M2cTfgbKxNaCsOAk7204dmGmvyI > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ykrn9M2cTfgbKxNaCsOAk7204dmGmvyI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hI6NXO0Ct9UJUqnN2euAySekIa3RaKse { top:1.625rem;left:14.5rem;width:18.75rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPP9RwAFRPnEnmxqsT6R6xa89AZLMp85 { top:7rem;left:10.25rem;width:17rem;height:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLoB4iUlGzdZq81TnVOxe0l7DqaMHTbU { top:18.6875rem;left:25.0625rem;width:17rem;height:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #anTWW1oSmnZsxWHiOtMwi7uP49mNdm14 { top:9.8125rem;left:16.6875rem;width:17rem;height:8.875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJtf4WBFJP9TvWDXX1uc9D2mvMVxwolJ { top:36.3125rem;left:22.09375rem;width:3.5625rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmE77bfOi3JlFkHrQhCQALqwHVyVkeAm { width:17.5rem;height:3.4375rem;top:55.5rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJdLE8QT6tkM2y60FgI1oxxH5ShOKv0I { display:block; }
 }@media only screen and (max-width: 763px) { #y7iMiTMTKS4BzVshT8zWMmcc6o12D0mb { top:24.25rem;left:0rem;width:47.75rem;height:26.859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0qh02q3remNXrXpCbt8IwafZ90w3DNf { display:block; }#T0qh02q3remNXrXpCbt8IwafZ90w3DNf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BV0ozfQAdlcDJp8z31KOwcATwSmz6BIC { top:5.1875rem;left:7.5rem;width:19rem;height:4.5rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT4dZDwRKxpwTNb5QtLSIgxVP0aL6Boo { top:3.5rem;left:26.25rem;width:14rem;height:7.875rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUOXamxhFkBLvOGWrDJAtVQLpZngBPhX { display:block; }#iUOXamxhFkBLvOGWrDJAtVQLpZngBPhX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I1vMakMSzW5MLnQKmVAXfi3oQNRTDfc3 { top:1.75rem;left:2rem;width:20.875rem;height:1.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #imLtqUbRz2BzXqQvpM74ufK2P6lpprVh { top:1.25rem;left:0rem;width:2.8125rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #szehsCUUr1Hy4G3SWsZufdt1O8pwXuCB { top:0rem;left:0rem;width:47.5rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvvXetfpXnW6lTM2aTAoXJftqhpT16dW { top:1rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRx57Alag4wG5VphiwIubM9BM3qieT0p { top:0.1875rem;left:0rem;width:47.75rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z04ZlJhWAcDofeJXLzQw9s2CZDqVNNN2 { display:block; }#Z04ZlJhWAcDofeJXLzQw9s2CZDqVNNN2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WSW28ORRVimoTHMMBIPMKKsTdR6NmadU { top:1.9375rem;left:0.1875rem;width:47.5625rem;height:7.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AX8gEoMyLHJ1DM0kyOL9kTVvKWhU9SCr { top:0rem;left:0rem;width:47.5rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWwI2UxqGK4N7TTLKhduK3HJDfUDgn10 { top:10.625rem;left:2rem;width:20.375rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOpEXf4zuChQ7vo8zHLEsarMBcqTEqHn { display:block; }#pOpEXf4zuChQ7vo8zHLEsarMBcqTEqHn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Eonbu4PIHGk7MO95VEniUcIQEn9QSBGv { top:0rem;left:0rem;width:47.5rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ladifig5JOBT1O2gSJBpxlWuCCNX9SNk { display:block; }#ladifig5JOBT1O2gSJBpxlWuCCNX9SNk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zU5UZIcHvohA2bKrhLnnwbPO0NzKErsl { top:1.75rem;left:2rem;width:31.25rem;height:1.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrlwpoTr65wZeXdzKcuA3wmDc8cdOLXc { top:1.25rem;left:0rem;width:2.8125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #guD0McFAvQD2OJ1yogBvZ74MBKHQNluL { top:0rem;left:0rem;width:47.5rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gA090LUKWtKaGJtQAOXG4T0nhQuZxCgG { top:1rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzoX4AKJREOL8hS2dJymHBFRwFBN24EQ { top:0.1875rem;left:0rem;width:47.75rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #httqsc49HXP08u8BZ6qpGI6zRT8vzM2L { display:block; }#httqsc49HXP08u8BZ6qpGI6zRT8vzM2L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eAtOJyevm4ZEFZG5qF8ru8kCcOgluTJA { top:1.9375rem;left:0.1875rem;width:47.5625rem;height:7.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksFH8BG7xo0trf9M8OKkBKVEMmHbJxVd { top:0rem;left:0rem;width:47.5rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZk1ob6sHgW2Amn5AbJJXxN3kcAOSERv { top:10.625rem;left:2rem;width:24.9375rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3KtIOglbenqH1TF58WGxcNlelLBz59q { display:block; }#d3KtIOglbenqH1TF58WGxcNlelLBz59q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #epnAhZ84PCfy7xuNEF4Ry6oKxU9AWJaA { top:0rem;left:0rem;width:47.5rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #erkHx29Zgy1QzIWZJUJGXJUJN1Ba8eg8 { display:block; }#erkHx29Zgy1QzIWZJUJGXJUJN1Ba8eg8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GcrZT2u1rc5KFB0Xykyeo10JU00qMEGC { top:1.75rem;left:2rem;width:31.25rem;height:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ta1mEQ5FI3FeWC8qeKTzn2Nmiwg08cCI { top:1.25rem;left:0rem;width:2.625rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVW461d7oWms3SFIT0Mp6qnccxGKLCk1 { top:0rem;left:0rem;width:47.5rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gup1LdBVLIwXurU8cvNJzHxtI15Jp1Rv { top:1rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTJ8olqUvPqXFoSKbZ7nXBN6q36y0WI3 { top:0.1875rem;left:0rem;width:47.75rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubKy665ZLeFNdr4DW7JcxCzDlc0xMoCE { display:block; }#ubKy665ZLeFNdr4DW7JcxCzDlc0xMoCE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UzMlAtNixRzxizl8ALNBtRl9mGeXLmvT { top:1.9375rem;left:0.1875rem;width:47.5625rem;height:7.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAGvdhlaZ6bR4tGSWBE6kvPhxtMH739T { top:0rem;left:0rem;width:47.5rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Su0U0IggqbkOwkpQKfCwftl1LlHofs62 { top:10.625rem;left:2rem;width:17.4375rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a76XJwWlgUF8WyOPKlB28XABCJ1Ok5fm { display:block; }#a76XJwWlgUF8WyOPKlB28XABCJ1Ok5fm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gkeKkJkJPFAhtcBtModmqL4cSgVwl759 { top:0rem;left:0rem;width:47.5rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKeQFqCyNaTCcU2plo8pspWBqQxlDRgS { display:block; }#uKeQFqCyNaTCcU2plo8pspWBqQxlDRgS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qN5qTkvPNaRqBbDTgSOtGgwXiSBAwgmz { top:1.75rem;left:2rem;width:31.25rem;height:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HO3ubMNTbJqK4HVXuwUd8Xb8C7nHMcR8 { top:1.375rem;left:0rem;width:3.25rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKCkzi1Uik0e0ZBpC4vTSaUTmySPptZ8 { top:0rem;left:0rem;width:47.5rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JF8A0UUxAvh4uMc75WC2TGXSE9JAZnH6 { top:1rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UV6o9u3Qi9ogtTaiq2esMLocJJ4OLL3t { top:0.1875rem;left:0rem;width:47.75rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wwp2ToKVIDylzMvl7zEGlGA1TnSTNmpv { display:block; }#Wwp2ToKVIDylzMvl7zEGlGA1TnSTNmpv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DvhyWIT4UWSF5ltdtMTMNgtN6iiaxN5m { top:1.9375rem;left:0.1875rem;width:47.5625rem;height:7.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5w7IsxDwHGXqTTwuGylzgNR1mK9HZ39 { top:0rem;left:0rem;width:47.5rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PadxXBxXfHQkb6cz2sqBoy4JCCn2Nvbu { top:10.625rem;left:2rem;width:26.0625rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8diWDAZPD09q2EkKAyh2JLvQT7rbAny { display:block; }#u8diWDAZPD09q2EkKAyh2JLvQT7rbAny > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gJkTgEh18JX6SZyDlDQDACkRkuP7LPpm { top:0rem;left:0rem;width:47.5rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxsBnEVKZHA8laFrSZit14ETPkiH0Akx { display:block; }#MxsBnEVKZHA8laFrSZit14ETPkiH0Akx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sNeMRnXLHEnlr32P9Gau301nEZGiSTqI { top:1.75rem;left:2rem;width:31.25rem;height:1.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCLby0vf2V1dRnxq1TnUqtXKilU9SglR { top:1.1875rem;left:0rem;width:2.5625rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1HUr7goIDLghCWhwZkySKcbKLiiDy0k { top:0rem;left:0rem;width:47.5rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxIGUGRigOBSTK1wXEls3HtNbUJsprNT { top:1rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZE4JS4GttCLr3h99R7xTBod4XAux0DL { top:0.1875rem;left:0rem;width:47.75rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4oBazxwvdTbLiN9dXG9QMGoHeKmwCoU { top:2.6875rem;left:0rem;width:11.5rem;height:3.375rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ptIhS03mvJmOrO5x4d0oIhUPVKGxqwgp { display:block; }#ptIhS03mvJmOrO5x4d0oIhUPVKGxqwgp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oFT4TFqZUr107vEziktgMzvqDOgkBJoS { top:1.9375rem;left:0.1875rem;width:47.5625rem;height:7.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XC0NcB2Cn0143J9bbgp7OPFTXAnx6HKs { top:0rem;left:0rem;width:47.5rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNHNU0Om5otEOXb6EochOgIGthry61vg { top:10.625rem;left:2rem;width:20.125rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVAAegDChC0yyAtVwh0dX50EFwI2IcFp { display:block; }#HVAAegDChC0yyAtVwh0dX50EFwI2IcFp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #evZsB2bsKPgkfb52viBB6DpTqX9COLAy { top:0rem;left:0rem;width:47.5rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1Pwfn6l5kuGSSTB2vT49rTTy0pJAcyt { display:block; }#o1Pwfn6l5kuGSSTB2vT49rTTy0pJAcyt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NgSdoZtUQazFTNQzQWOTNMWim1CsWTnf { top:1.75rem;left:2rem;width:31.25rem;height:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4sSm6CeOixX0sXaIuv4VhS1Q2PfquF8 { top:1.375rem;left:0rem;width:2.3125rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMsv2vhf8R7Mv8TzsSU4OGzkBIJ8UHGN { top:0rem;left:0rem;width:47.5rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSi7TD5EFLgsd3GPds1c7EVTAnHmIdOc { top:1rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJddOokbe3JQT7JpAVy5ixlgLUd9xPCO { top:0.125rem;left:0rem;width:47.75rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlNmXanzmIS4NmKvGOF3615mK99T7lA2 { display:block; }#WlNmXanzmIS4NmKvGOF3615mK99T7lA2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gGuOEuq20UJMd0TvToGUMGhn5S7DTR0a { top:1.875rem;left:0.1875rem;width:47.5625rem;height:7.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJ4WT0U8eP8XBDXPZ0Z8nVzkFHTkEyxc { top:0rem;left:0rem;width:47.5rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACX4qOc8atQ6kQ1vVaTJnZF3m9UOzdcF { top:10.625rem;left:2rem;width:22.125rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkfpF4qZttDDX7Dp3lXXFlWpurffGnb1 { display:block; }#VkfpF4qZttDDX7Dp3lXXFlWpurffGnb1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OpVd7HJFvxOFOMLdHKzINSorZK1zkfnk { top:0rem;left:0rem;width:47.5rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMceCwJStDWyWTCI5Z8cGqC4IoA3Ug8c { display:block; }#kMceCwJStDWyWTCI5Z8cGqC4IoA3Ug8c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #va80uPC7Jq3zscsCyTu6bARfKMnNAdh8 { top:1.75rem;left:2rem;width:31.25rem;height:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KN8LTcVWTvc1VOaSz5OEXyi91mXCwZKK { top:0.9375rem;left:0rem;width:1.9375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRXS79euDFJQQPvpLVaPgDh4cVtcWS8F { top:0rem;left:0rem;width:47.5rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kraCV4RrytOcf9rOTAtmfZPIUSshw6vh { top:1rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KS0rm1GTW25e7aqcCTWVQTToy6LgtZBg { top:0.125rem;left:0rem;width:47.75rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIVWG3GsTaXVzobUr0tgNHqwxcuE22Dd { display:block; }#HIVWG3GsTaXVzobUr0tgNHqwxcuE22Dd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VntSXu5Bb1p9DoeRRykRrkb2dOqC3MJT { top:1.9375rem;left:0.1875rem;width:47.5625rem;height:7.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3BtrqbZWDuTcC7U15DPuaFDM2UL31ly { top:0rem;left:0rem;width:47.5rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6INaagZ5ra91lzWqFkZXWAZfF0l3WOR { top:10.625rem;left:2rem;width:22.125rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9kQoG0ZlRZonMk3Z9qlMrWzAaUwIPS7 { display:block; }#S9kQoG0ZlRZonMk3Z9qlMrWzAaUwIPS7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LP9hHttC9rQSRRiSe9cRfbUetC1hw4zc { top:0rem;left:0rem;width:47.5rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXrw2R9xdMk79S2HxuTm0MAlFTFMQH3t { display:block; }#nXrw2R9xdMk79S2HxuTm0MAlFTFMQH3t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #byePATHQSsWwf03TwviALUI2H4GQvRHK { top:1.75rem;left:2rem;width:31.25rem;height:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtdcRIkZL2scS9TMuGdzUaT5yAKdrhzK { top:1.1875rem;left:0rem;width:2.6875rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJTmLd24cP37M4mHTpcfBXKUl8PgsKdn { top:0rem;left:0rem;width:47.5rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruooAy94b9mlXZwrJQL0OqsJ5iOtGIf2 { top:1rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V07vxEGIwRe4QmcXf7gWWhTrV7DiFi2w { top:0.1875rem;left:0rem;width:47.75rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUhgqo9bbJXvxrrsH557wBZXyHuw9vl6 { top:2.625rem;left:0rem;width:9.625rem;height:3.4375rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XhTfvNbWkFAK23xn20txlmdfyHBveru5 { display:block; }#XhTfvNbWkFAK23xn20txlmdfyHBveru5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oV2xThea9JTTABhIl6ZletFgyK0KHZ7l { top:1.9375rem;left:0.1875rem;width:47.5625rem;height:7.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFvT8C8HtBOSuNdpnARZbvu9FbG3Tpph { top:0rem;left:0rem;width:47.5rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqXyKCpS79K7CySXEq5yNf6FyBIe9p2T { top:10.625rem;left:2rem;width:22.125rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B44JenssVa9NRbsJiOHnmWVXWlB692Bk { display:block; }#B44JenssVa9NRbsJiOHnmWVXWlB692Bk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZALbSor03COqglHuaJsRT7Wq9xtWqXZR { top:0rem;left:0rem;width:47.5rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O09lGyI2J6moMtVobdGdCsiqt7EpbcJv { display:block; }#O09lGyI2J6moMtVobdGdCsiqt7EpbcJv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JSJHxfcpA6FxmfILOVpaCASARgmuZwmI { top:1.75rem;left:2rem;width:31.25rem;height:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGGQ4TpNtWbCBd6Boqz9aTT0uRWAQhbF { top:1.0625rem;left:0rem;width:2.625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tih5CSCc2FqG9oi1WMDRwk8TRwqzEhb7 { top:0rem;left:0rem;width:47.5rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcGGDRTuVfpVEiww1obqfFoJJV1JKBRK { top:1rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrZk9GLCr57x4nC2QVk2Jb0Csw30OGX3 { top:0.1875rem;left:0rem;width:47.75rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wipGyWm3Gt1XVTDbHxPkxDLk9xpsmVFc { display:block; }#wipGyWm3Gt1XVTDbHxPkxDLk9xpsmVFc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E9uuCnFxfKVwcwzPJM6OnD0lSiGPBq8f { top:1.5625rem;left:0.1875rem;width:47.5625rem;height:6rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqg7xIp5E7GNqb2FwUQ5UaFSAb6UIMNm { top:0rem;left:0rem;width:47.5rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6UbIoNQ40Qqgvpvk1Cwu2tyniCVXHSm { top:8.8125rem;left:2rem;width:27.75rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARQINC4USoyQSu6T1sF9uSKy5r4qimC3 { display:block; }#ARQINC4USoyQSu6T1sF9uSKy5r4qimC3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vCGK4X2qXT6k4b269RUpFI4Lr6ou9TO0 { top:0rem;left:0rem;width:47.5rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZW13CZZxTkSwfyHsfzBhNyTzdwqiV7sC { display:block; }#ZW13CZZxTkSwfyHsfzBhNyTzdwqiV7sC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sTBxWBDCFxF3lqHKr2up2eCflOTwADX9 { top:5.1875rem;left:3.25rem;width:19rem;height:4.5rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7CgpM3ItEtpCkvux2sHbdozqxr7ftGS { top:3.5rem;left:22rem;width:22.5rem;height:7.875rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4I6Ct50pGLR3ISDoRbsXTd6Ta3Wpuz2 { display:block; }#W4I6Ct50pGLR3ISDoRbsXTd6Ta3Wpuz2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pZ6K292BFKUin6hiUutMiH3aSuQBwA2O { width:46.5rem;height:5rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2XTBKf0yPGANCGPwvxtODh0447m26Nm { display:block; }
 }@media only screen and (max-width: 763px) { #kU0JK9C02GPKqGI4ry5UwGbc9qsfPv4f { width:30.5625rem;height:5rem;top:9.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tct1J6CMCtd0TV71HQKarvZ2I0Qvl0TU { display:block; }
 }@media only screen and (max-width: 763px) { #cDnbEzxBp6r46H6JOgQFEaKiHDGyAvd8 { width:23.75rem;height:5rem;top:9.875rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIIVF58LAqlJRaAQTEQmqVlzsNQAKv1n { display:block; }
 }@media only screen and (max-width: 763px) { #r13zCAox1i9mXb8nQdNdil1xq2XBVkTm { width:21.25rem;height:5rem;top:16.125rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZ7Cpsb3KoRW9k4tId63de591pg9AfIp { display:block; }
 }@media only screen and (max-width: 763px) { #PEsCfpSNGoI996efClWWM4rs4rciI5Ns { width:33.0625rem;height:5rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqqV1tVOouTaxNiSAEVvBmwsrDMtmTwr { display:block; }
 }@media only screen and (max-width: 763px) { #UuIIcfqqNApoaq0HJlokelKWs3uMqg6h { width:24.625rem;height:5rem;top:22.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dR1OcmTTmm1EvpK5gsAL4o5AnmyrkST2 { display:block; }
 }@media only screen and (max-width: 763px) { #hIH9TlP1ew9Q5MA6c1ecv4g8bVCZEO23 { width:29.75rem;height:5rem;top:22.375rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDy0gEq9aukLqZOnqyuJuUThHNTRMDsy { display:block; }
 }@media only screen and (max-width: 763px) { #tAa4rmEnbMEcDuWEv0NdTSKDa9gFTs5S { width:29.5625rem;height:5rem;top:28.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnAbNniC98LcwrC9rLOyvTfW42UfJUuo { display:block; }
 }@media only screen and (max-width: 763px) { #FexqJsWb5mckZl9d8AsWmRyeHXkT3Tao { width:24.75rem;height:5rem;top:28.625rem;left:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #klCFXEyERwsOa46OisMTvLGNe7XvC7Dd { display:block; }
 }@media only screen and (max-width: 763px) { #Vrqs9nO844WICQ1SKk8iDSLds9rFCmvM { top:41.75rem;left:12.9375rem;width:34.8125rem;height:2.8125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8tpaNSmaumoBanPxIQ8rzNumnSgcTDS { top:44.25rem;left:12.9375rem;width:34.8125rem;height:4.75rem;font-size:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #utWdzAxLmbsvaJL1g3uNEJaVSxoIwCKr { width:46.5rem;height:5rem;top:3.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dC7L3CHgHwzenPWFx2XTeGnr63DSfeCX { display:block; }
 }@media only screen and (max-width: 763px) { #OVa8M6DX7xowZgHdaKOmX3u8tl4CJUIF { width:21.25rem;height:5rem;top:16.125rem;left:26.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #QAS1cOCTSi2sbeBEGpw9zcUeAMpCkqSh { display:block; }
 }@media only screen and (max-width: 763px) { #OiMp44X8wT41mPkA7GvoB3Hq5eLVeRTk { width:30.5625rem;height:5rem;top:9.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hfe7O6opcSVBcROUTs0OlhOtgCEEVc2E { display:block; }
 }@media only screen and (max-width: 763px) { #avDNyTqs3GvKWsMGwt7ZdS5Ibt299D1G { width:33.0625rem;height:5rem;top:16.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XR8EMQgFdKFtwBhtrvcJeBQ4657fnSFS { display:block; }
 }@media only screen and (max-width: 763px) { #vZoqQcZ0GnaeciLIZdJQuI8a7hoFUTCq { width:29.75rem;height:5rem;top:22.375rem;left:18rem;display:none; }
 }@media only screen and (max-width: 763px) { #q15Q9DUVmU7ZpHdhcT96TPrX2ev5XpTr { display:block; }
 }@media only screen and (max-width: 763px) { #zPvs4Azn1kf0pJJenkPBtn0H7dmviQrr { width:23.75rem;height:5rem;top:9.875rem;left:24rem;display:none; }
 }@media only screen and (max-width: 763px) { #GAzzGw5llAXu1MZ5k2st9O2sRpenzwkU { display:block; }
 }@media only screen and (max-width: 763px) { #IxAfPBREpHP1r06BovICVv3fKX8TxFLF { width:24.625rem;height:5rem;top:22.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gPgBu07IsQhauJNEOW5SMhFov43TZJIb { display:block; }
 }@media only screen and (max-width: 763px) { #J3PCJdHFaUEzZH6BUcverQSJkdx1zKbp { width:29.5625rem;height:5rem;top:28.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EiHaWnbKJ1ewVUTDJyOSOTDhBWCm3LKr { display:block; }
 }@media only screen and (max-width: 763px) { #q5XNqHVwNZtwPfTadRL0wPWrcXqtAvUU { width:24.75rem;height:5rem;top:28.625rem;left:23rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ue0qsqFkKgiH5h1KseotkVzcuyrcaENE { display:block; }
 }@media only screen and (max-width: 763px) { #ykrn9M2cTfgbKxNaCsOAk7204dmGmvyI { display:block; }#ykrn9M2cTfgbKxNaCsOAk7204dmGmvyI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(0,0,0,0);background-image:none;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:42.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hI6NXO0Ct9UJUqnN2euAySekIa3RaKse { width:18.75rem;height:2.8125rem;top:1.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPP9RwAFRPnEnmxqsT6R6xa89AZLMp85 { width:13rem;height:1.484375rem;top:7.740234375rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;line-height:.95;display:block; }
 }@media only screen and (max-width: 763px) { #hLoB4iUlGzdZq81TnVOxe0l7DqaMHTbU { width:10.1875rem;height:1.484375rem;top:15.099609375rem;left:9.25rem;font-size:1.5625rem;line-height:.95;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #anTWW1oSmnZsxWHiOtMwi7uP49mNdm14 { width:17rem;height:5.9375rem;top:9.1621125rem;left:1.5rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJtf4WBFJP9TvWDXX1uc9D2mvMVxwolJ { width:2.1875rem;height:2.4375rem;top:23.8408203125rem;left:8.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmE77bfOi3JlFkHrQhCQALqwHVyVkeAm { width:14rem;height:3.0625rem;top:33.6220703125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJdLE8QT6tkM2y60FgI1oxxH5ShOKv0I { display:block; }
 }@media only screen and (max-width: 763px) { #y7iMiTMTKS4BzVshT8zWMmcc6o12D0mb { height:11.25rem;width:20rem;top:19.4345703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0qh02q3remNXrXpCbt8IwafZ90w3DNf { display:block; }#T0qh02q3remNXrXpCbt8IwafZ90w3DNf { background-color: transparent; background-image: none; }#T0qh02q3remNXrXpCbt8IwafZ90w3DNf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0qh02q3remNXrXpCbt8IwafZ90w3DNf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0qh02q3remNXrXpCbt8IwafZ90w3DNf > .row .container > .video-iframe-container { display: none; }#T0qh02q3remNXrXpCbt8IwafZ90w3DNf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0qh02q3remNXrXpCbt8IwafZ90w3DNf > .row > .video-iframe-container { display: none; }#T0qh02q3remNXrXpCbt8IwafZ90w3DNf > .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); }#T0qh02q3remNXrXpCbt8IwafZ90w3DNf { border-width: 0; border-radius: 0; }#T0qh02q3remNXrXpCbt8IwafZ90w3DNf > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T0qh02q3remNXrXpCbt8IwafZ90w3DNf > .row .container { width:20rem;height:8.1875rem;background-color:rgba(0,0,0,0);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;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BV0ozfQAdlcDJp8z31KOwcATwSmz6BIC { width:7.6875rem;height:1.79980625rem;top:3.3125rem;left:2.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT4dZDwRKxpwTNb5QtLSIgxVP0aL6Boo { width:7.6875rem;height:3.65625rem;top:2.375rem;left:10rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUOXamxhFkBLvOGWrDJAtVQLpZngBPhX { display:block; }#iUOXamxhFkBLvOGWrDJAtVQLpZngBPhX > .row .container { width:20rem;height:4.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I1vMakMSzW5MLnQKmVAXfi3oQNRTDfc3 { width:10.8125rem;height:3.4375rem;top:0.75rem;left:4.375rem;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #imLtqUbRz2BzXqQvpM74ufK2P6lpprVh { width:2.8125rem;height:2.625rem;top:1.15625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #szehsCUUr1Hy4G3SWsZufdt1O8pwXuCB { width:19.75rem;height:4.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvvXetfpXnW6lTM2aTAoXJftqhpT16dW { display:flex;width:3.125rem;height:3.125rem;top:0.875rem;left:16.875rem; }
 }@media only screen and (max-width: 763px) { #hRx57Alag4wG5VphiwIubM9BM3qieT0p { width:20rem;height:4.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z04ZlJhWAcDofeJXLzQw9s2CZDqVNNN2 { display:block; }#Z04ZlJhWAcDofeJXLzQw9s2CZDqVNNN2 > .row .container { width:20rem;height:24.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WSW28ORRVimoTHMMBIPMKKsTdR6NmadU { width:18.75rem;height:18.28125rem;top:1.25rem;left:0.625rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #AX8gEoMyLHJ1DM0kyOL9kTVvKWhU9SCr { width:19.75rem;height:24.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWwI2UxqGK4N7TTLKhduK3HJDfUDgn10 { width:11.3125rem;height:2.8125rem;top:20.78125rem;left:4.34375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pOpEXf4zuChQ7vo8zHLEsarMBcqTEqHn { display:block; }#pOpEXf4zuChQ7vo8zHLEsarMBcqTEqHn > .row .container { width:20rem;height:2.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Eonbu4PIHGk7MO95VEniUcIQEn9QSBGv { width:19.75rem;height:0.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ladifig5JOBT1O2gSJBpxlWuCCNX9SNk { display:block; }#ladifig5JOBT1O2gSJBpxlWuCCNX9SNk > .row .container { width:20rem;height:4.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zU5UZIcHvohA2bKrhLnnwbPO0NzKErsl { width:13.5625rem;height:3.4375rem;top:0.75rem;left:4.375rem;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #HrlwpoTr65wZeXdzKcuA3wmDc8cdOLXc { width:2.8125rem;height:2.3125rem;top:1.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #guD0McFAvQD2OJ1yogBvZ74MBKHQNluL { width:19.75rem;height:4.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gA090LUKWtKaGJtQAOXG4T0nhQuZxCgG { display:flex;width:3.125rem;height:3.125rem;top:0.875rem;left:16.875rem; }
 }@media only screen and (max-width: 763px) { #QzoX4AKJREOL8hS2dJymHBFRwFBN24EQ { width:20rem;height:4.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #httqsc49HXP08u8BZ6qpGI6zRT8vzM2L { display:block; }#httqsc49HXP08u8BZ6qpGI6zRT8vzM2L > .row .container { width:20rem;height:24.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eAtOJyevm4ZEFZG5qF8ru8kCcOgluTJA { width:18.75rem;height:18.28125rem;top:1.25rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksFH8BG7xo0trf9M8OKkBKVEMmHbJxVd { width:19.75rem;height:24.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZk1ob6sHgW2Amn5AbJJXxN3kcAOSERv { width:14rem;height:2.8125rem;top:20.78125rem;left:3rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d3KtIOglbenqH1TF58WGxcNlelLBz59q { display:block; }#d3KtIOglbenqH1TF58WGxcNlelLBz59q > .row .container { width:20rem;height:2.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #epnAhZ84PCfy7xuNEF4Ry6oKxU9AWJaA { width:19.75rem;height:0.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #erkHx29Zgy1QzIWZJUJGXJUJN1Ba8eg8 { display:block; }#erkHx29Zgy1QzIWZJUJGXJUJN1Ba8eg8 > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GcrZT2u1rc5KFB0Xykyeo10JU00qMEGC { width:12.625rem;height:3.4375rem;top:0.75rem;left:4.375rem;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ta1mEQ5FI3FeWC8qeKTzn2Nmiwg08cCI { width:2.625rem;height:2.3125rem;top:1.09375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVW461d7oWms3SFIT0Mp6qnccxGKLCk1 { width:19.75rem;height:4.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gup1LdBVLIwXurU8cvNJzHxtI15Jp1Rv { display:flex;width:3.125rem;height:3.125rem;top:0.84375rem;left:16.875rem; }
 }@media only screen and (max-width: 763px) { #JTJ8olqUvPqXFoSKbZ7nXBN6q36y0WI3 { width:20rem;height:4.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubKy665ZLeFNdr4DW7JcxCzDlc0xMoCE { display:block; }#ubKy665ZLeFNdr4DW7JcxCzDlc0xMoCE > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UzMlAtNixRzxizl8ALNBtRl9mGeXLmvT { width:18.75rem;height:15.46875rem;top:1.25rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAGvdhlaZ6bR4tGSWBE6kvPhxtMH739T { width:19.75rem;height:20.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Su0U0IggqbkOwkpQKfCwftl1LlHofs62 { width:17.4375rem;height:1.40625rem;top:17.96875rem;left:1.28125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a76XJwWlgUF8WyOPKlB28XABCJ1Ok5fm { display:block; }#a76XJwWlgUF8WyOPKlB28XABCJ1Ok5fm > .row .container { width:20rem;height:2.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gkeKkJkJPFAhtcBtModmqL4cSgVwl759 { width:19.75rem;height:0.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKeQFqCyNaTCcU2plo8pspWBqQxlDRgS { display:block; }#uKeQFqCyNaTCcU2plo8pspWBqQxlDRgS > .row .container { width:20rem;height:4.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qN5qTkvPNaRqBbDTgSOtGgwXiSBAwgmz { width:11.3125rem;height:3.4375rem;top:0.75rem;left:4.375rem;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #HO3ubMNTbJqK4HVXuwUd8Xb8C7nHMcR8 { width:3.25rem;height:1.9375rem;top:1.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKCkzi1Uik0e0ZBpC4vTSaUTmySPptZ8 { width:19.75rem;height:4.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JF8A0UUxAvh4uMc75WC2TGXSE9JAZnH6 { display:flex;width:3.125rem;height:3.125rem;top:0.875rem;left:16.875rem; }
 }@media only screen and (max-width: 763px) { #UV6o9u3Qi9ogtTaiq2esMLocJJ4OLL3t { width:20rem;height:4.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wwp2ToKVIDylzMvl7zEGlGA1TnSTNmpv { display:block; }#Wwp2ToKVIDylzMvl7zEGlGA1TnSTNmpv > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DvhyWIT4UWSF5ltdtMTMNgtN6iiaxN5m { width:18.75rem;height:16.875rem;top:1.25rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5w7IsxDwHGXqTTwuGylzgNR1mK9HZ39 { width:19.75rem;height:23.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PadxXBxXfHQkb6cz2sqBoy4JCCn2Nvbu { width:16.1875rem;height:2.8125rem;top:19.375rem;left:1.90625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u8diWDAZPD09q2EkKAyh2JLvQT7rbAny { display:block; }#u8diWDAZPD09q2EkKAyh2JLvQT7rbAny > .row .container { width:20rem;height:2.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gJkTgEh18JX6SZyDlDQDACkRkuP7LPpm { width:19.75rem;height:0.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxsBnEVKZHA8laFrSZit14ETPkiH0Akx { display:block; }#MxsBnEVKZHA8laFrSZit14ETPkiH0Akx > .row .container { width:20rem;height:4.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sNeMRnXLHEnlr32P9Gau301nEZGiSTqI { width:11.5rem;height:0;top:2.46875rem;left:5.4375rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zCLby0vf2V1dRnxq1TnUqtXKilU9SglR { width:2.5625rem;height:2.3125rem;top:1.21875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1HUr7goIDLghCWhwZkySKcbKLiiDy0k { width:19.75rem;height:4.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxIGUGRigOBSTK1wXEls3HtNbUJsprNT { display:flex;width:3.125rem;height:3.125rem;top:0.875rem;left:16.875rem; }
 }@media only screen and (max-width: 763px) { #fZE4JS4GttCLr3h99R7xTBod4XAux0DL { width:20rem;height:4.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4oBazxwvdTbLiN9dXG9QMGoHeKmwCoU { width:9.9375rem;height:3.4375rem;top:0.75rem;left:4.375rem;font-size:1.5625rem;z-index:15002;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ptIhS03mvJmOrO5x4d0oIhUPVKGxqwgp { display:block; }#ptIhS03mvJmOrO5x4d0oIhUPVKGxqwgp > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oFT4TFqZUr107vEziktgMzvqDOgkBJoS { width:18.75rem;height:15.46875rem;top:1.25rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XC0NcB2Cn0143J9bbgp7OPFTXAnx6HKs { width:19.75rem;height:20.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNHNU0Om5otEOXb6EochOgIGthry61vg { width:17.5rem;height:1.40625rem;top:17.96875rem;left:1.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HVAAegDChC0yyAtVwh0dX50EFwI2IcFp { display:block; }#HVAAegDChC0yyAtVwh0dX50EFwI2IcFp > .row .container { width:20rem;height:2.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #evZsB2bsKPgkfb52viBB6DpTqX9COLAy { width:19.75rem;height:0.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1Pwfn6l5kuGSSTB2vT49rTTy0pJAcyt { display:block; }#o1Pwfn6l5kuGSSTB2vT49rTTy0pJAcyt > .row .container { width:20rem;height:4.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NgSdoZtUQazFTNQzQWOTNMWim1CsWTnf { width:10rem;height:3.4375rem;top:0.75rem;left:4.375rem;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #O4sSm6CeOixX0sXaIuv4VhS1Q2PfquF8 { width:2.6875rem;height:2.375rem;top:1.15625rem;left:0.880859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMsv2vhf8R7Mv8TzsSU4OGzkBIJ8UHGN { width:19.75rem;height:4.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSi7TD5EFLgsd3GPds1c7EVTAnHmIdOc { display:flex;width:3.125rem;height:3.125rem;top:0.875rem;left:16.875rem; }
 }@media only screen and (max-width: 763px) { #AJddOokbe3JQT7JpAVy5ixlgLUd9xPCO { width:20rem;height:4.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlNmXanzmIS4NmKvGOF3615mK99T7lA2 { display:block; }#WlNmXanzmIS4NmKvGOF3615mK99T7lA2 > .row .container { width:20rem;height:22.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gGuOEuq20UJMd0TvToGUMGhn5S7DTR0a { width:18.75rem;height:15.46875rem;top:1.25rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJ4WT0U8eP8XBDXPZ0Z8nVzkFHTkEyxc { width:19.75rem;height:22.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACX4qOc8atQ6kQ1vVaTJnZF3m9UOzdcF { width:15.4375rem;height:2.8125rem;top:17.96875rem;left:2.28125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VkfpF4qZttDDX7Dp3lXXFlWpurffGnb1 { display:block; }#VkfpF4qZttDDX7Dp3lXXFlWpurffGnb1 > .row .container { width:20rem;height:2.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OpVd7HJFvxOFOMLdHKzINSorZK1zkfnk { width:19.75rem;height:0.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMceCwJStDWyWTCI5Z8cGqC4IoA3Ug8c { display:block; }#kMceCwJStDWyWTCI5Z8cGqC4IoA3Ug8c > .row .container { width:20rem;height:4.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #va80uPC7Jq3zscsCyTu6bARfKMnNAdh8 { width:9.3125rem;height:3.4375rem;top:0.75rem;left:4.375rem;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #KN8LTcVWTvc1VOaSz5OEXyi91mXCwZKK { width:2.1875rem;height:3.25rem;top:0.78125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRXS79euDFJQQPvpLVaPgDh4cVtcWS8F { width:19.75rem;height:4.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kraCV4RrytOcf9rOTAtmfZPIUSshw6vh { display:flex;width:3.125rem;height:3.125rem;top:0.8125rem;left:16.875rem; }
 }@media only screen and (max-width: 763px) { #KS0rm1GTW25e7aqcCTWVQTToy6LgtZBg { width:20rem;height:4.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIVWG3GsTaXVzobUr0tgNHqwxcuE22Dd { display:block; }#HIVWG3GsTaXVzobUr0tgNHqwxcuE22Dd > .row .container { width:20rem;height:22.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VntSXu5Bb1p9DoeRRykRrkb2dOqC3MJT { width:18.75rem;height:16.875rem;top:1.25rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3BtrqbZWDuTcC7U15DPuaFDM2UL31ly { width:19.75rem;height:22.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6INaagZ5ra91lzWqFkZXWAZfF0l3WOR { width:14.5625rem;height:1.40625rem;top:19.375rem;left:2.71875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S9kQoG0ZlRZonMk3Z9qlMrWzAaUwIPS7 { display:block; }#S9kQoG0ZlRZonMk3Z9qlMrWzAaUwIPS7 > .row .container { width:20rem;height:2.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LP9hHttC9rQSRRiSe9cRfbUetC1hw4zc { width:19.75rem;height:0.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXrw2R9xdMk79S2HxuTm0MAlFTFMQH3t { display:block; }#nXrw2R9xdMk79S2HxuTm0MAlFTFMQH3t > .row .container { width:20rem;height:4.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #byePATHQSsWwf03TwviALUI2H4GQvRHK { width:9.625rem;height:0;top:2.625rem;left:5.1875rem;font-size:1.5625rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #WtdcRIkZL2scS9TMuGdzUaT5yAKdrhzK { width:2.75rem;height:2.5rem;top:1.1875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJTmLd24cP37M4mHTpcfBXKUl8PgsKdn { width:19.75rem;height:4.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruooAy94b9mlXZwrJQL0OqsJ5iOtGIf2 { display:flex;width:3.125rem;height:3.125rem;top:0.875rem;left:16.875rem; }
 }@media only screen and (max-width: 763px) { #V07vxEGIwRe4QmcXf7gWWhTrV7DiFi2w { width:20rem;height:4.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUhgqo9bbJXvxrrsH557wBZXyHuw9vl6 { width:9.625rem;height:3.4375rem;top:0.8125rem;left:4.375rem;font-size:1.5625rem;line-height:1.1;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #XhTfvNbWkFAK23xn20txlmdfyHBveru5 { display:block; }#XhTfvNbWkFAK23xn20txlmdfyHBveru5 > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oV2xThea9JTTABhIl6ZletFgyK0KHZ7l { width:18.75rem;height:15.46875rem;top:1.25rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFvT8C8HtBOSuNdpnARZbvu9FbG3Tpph { width:19.75rem;height:13.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqXyKCpS79K7CySXEq5yNf6FyBIe9p2T { width:20rem;height:1.40625rem;top:17.96875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B44JenssVa9NRbsJiOHnmWVXWlB692Bk { display:block; }#B44JenssVa9NRbsJiOHnmWVXWlB692Bk > .row .container { width:20rem;height:2.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZALbSor03COqglHuaJsRT7Wq9xtWqXZR { width:19.75rem;height:0.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O09lGyI2J6moMtVobdGdCsiqt7EpbcJv { display:block; }#O09lGyI2J6moMtVobdGdCsiqt7EpbcJv > .row .container { width:20rem;height:4.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JSJHxfcpA6FxmfILOVpaCASARgmuZwmI { width:8.5625rem;height:3.4375rem;top:0.75rem;left:4.375rem;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #XGGQ4TpNtWbCBd6Boqz9aTT0uRWAQhbF { width:2.6875rem;height:2.625rem;top:1.1875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tih5CSCc2FqG9oi1WMDRwk8TRwqzEhb7 { width:19.75rem;height:4.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcGGDRTuVfpVEiww1obqfFoJJV1JKBRK { display:flex;width:3.125rem;height:3.125rem;top:0.8125rem;left:16.875rem; }
 }@media only screen and (max-width: 763px) { #XrZk9GLCr57x4nC2QVk2Jb0Csw30OGX3 { width:20rem;height:4.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wipGyWm3Gt1XVTDbHxPkxDLk9xpsmVFc { display:block; }#wipGyWm3Gt1XVTDbHxPkxDLk9xpsmVFc > .row .container { width:20rem;height:22.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E9uuCnFxfKVwcwzPJM6OnD0lSiGPBq8f { width:18.75rem;height:15.46875rem;top:1.25rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqg7xIp5E7GNqb2FwUQ5UaFSAb6UIMNm { width:19.75rem;height:22.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6UbIoNQ40Qqgvpvk1Cwu2tyniCVXHSm { width:15.25rem;height:2.8125rem;top:17.96875rem;left:2.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ARQINC4USoyQSu6T1sF9uSKy5r4qimC3 { display:block; }#ARQINC4USoyQSu6T1sF9uSKy5r4qimC3 > .row .container { width:20rem;height:2.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vCGK4X2qXT6k4b269RUpFI4Lr6ou9TO0 { width:19.75rem;height:0.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZW13CZZxTkSwfyHsfzBhNyTzdwqiV7sC { display:block; }#ZW13CZZxTkSwfyHsfzBhNyTzdwqiV7sC > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sTBxWBDCFxF3lqHKr2up2eCflOTwADX9 { width:7.625rem;height:1.79980625rem;top:2.3125rem;left:0.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7CgpM3ItEtpCkvux2sHbdozqxr7ftGS { width:10.8125rem;height:3.65625rem;top:1.375rem;left:8.375rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4I6Ct50pGLR3ISDoRbsXTd6Ta3Wpuz2 { background-color:rgba(0,0,0,0);background-image:none;display:block; }#W4I6Ct50pGLR3ISDoRbsXTd6Ta3Wpuz2 > .row .container { background-color: transparent; background-image: none; }#W4I6Ct50pGLR3ISDoRbsXTd6Ta3Wpuz2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W4I6Ct50pGLR3ISDoRbsXTd6Ta3Wpuz2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W4I6Ct50pGLR3ISDoRbsXTd6Ta3Wpuz2 > .row .container > .video-iframe-container { display: none; }#W4I6Ct50pGLR3ISDoRbsXTd6Ta3Wpuz2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W4I6Ct50pGLR3ISDoRbsXTd6Ta3Wpuz2 > .row > .video-iframe-container { display: none; }#W4I6Ct50pGLR3ISDoRbsXTd6Ta3Wpuz2 > .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); }#W4I6Ct50pGLR3ISDoRbsXTd6Ta3Wpuz2 > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pZ6K292BFKUin6hiUutMiH3aSuQBwA2O { width:11.4375rem;height:4.375rem;top:1.25rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #K2XTBKf0yPGANCGPwvxtODh0447m26Nm { display:block; }
 }@media only screen and (max-width: 763px) { #kU0JK9C02GPKqGI4ry5UwGbc9qsfPv4f { width:9.625rem;height:4.375rem;top:6.25rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tct1J6CMCtd0TV71HQKarvZ2I0Qvl0TU { display:block; }
 }@media only screen and (max-width: 763px) { #cDnbEzxBp6r46H6JOgQFEaKiHDGyAvd8 { width:8.1875rem;height:4.375rem;top:11.25rem;left:11.8125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #GIIVF58LAqlJRaAQTEQmqVlzsNQAKv1n { display:block; }
 }@media only screen and (max-width: 763px) { #r13zCAox1i9mXb8nQdNdil1xq2XBVkTm { width:7.9375rem;height:4.375rem;top:1.25rem;left:12.0625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #mZ7Cpsb3KoRW9k4tId63de591pg9AfIp { display:block; }
 }@media only screen and (max-width: 763px) { #PEsCfpSNGoI996efClWWM4rs4rciI5Ns { width:9.75rem;height:4.375rem;top:6.25rem;left:10.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #DqqV1tVOouTaxNiSAEVvBmwsrDMtmTwr { display:block; }
 }@media only screen and (max-width: 763px) { #UuIIcfqqNApoaq0HJlokelKWs3uMqg6h { width:9.0625rem;height:4.375rem;top:16.25rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #dR1OcmTTmm1EvpK5gsAL4o5AnmyrkST2 { display:block; }
 }@media only screen and (max-width: 763px) { #hIH9TlP1ew9Q5MA6c1ecv4g8bVCZEO23 { width:11.1875rem;height:4.375rem;top:11.25rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #FDy0gEq9aukLqZOnqyuJuUThHNTRMDsy { display:block; }
 }@media only screen and (max-width: 763px) { #tAa4rmEnbMEcDuWEv0NdTSKDa9gFTs5S { width:10.3125rem;height:4.375rem;top:16.25rem;left:9.6875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #FnAbNniC98LcwrC9rLOyvTfW42UfJUuo { display:block; }
 }@media only screen and (max-width: 763px) { #FexqJsWb5mckZl9d8AsWmRyeHXkT3Tao { width:20rem;height:4.375rem;top:21.25rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #klCFXEyERwsOa46OisMTvLGNe7XvC7Dd { display:block; }
 }@media only screen and (max-width: 763px) { #Vrqs9nO844WICQ1SKk8iDSLds9rFCmvM { width:20rem;height:2rem;top:28.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8tpaNSmaumoBanPxIQ8rzNumnSgcTDS { width:20rem;height:2rem;top:30.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #utWdzAxLmbsvaJL1g3uNEJaVSxoIwCKr { width:11.4375rem;height:4.375rem;top:1.25rem;left:0rem;font-size:1.25rem;z-index:15001;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dC7L3CHgHwzenPWFx2XTeGnr63DSfeCX { display:block; }
 }@media only screen and (max-width: 763px) { #OVa8M6DX7xowZgHdaKOmX3u8tl4CJUIF { width:7.9375rem;height:4.375rem;top:1.25rem;left:12.0625rem;font-size:1.25rem;z-index:15004;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #QAS1cOCTSi2sbeBEGpw9zcUeAMpCkqSh { display:block; }
 }@media only screen and (max-width: 763px) { #OiMp44X8wT41mPkA7GvoB3Hq5eLVeRTk { width:9.625rem;height:4.375rem;top:6.25rem;left:0rem;font-size:1.25rem;z-index:15002;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #hfe7O6opcSVBcROUTs0OlhOtgCEEVc2E { display:block; }
 }@media only screen and (max-width: 763px) { #avDNyTqs3GvKWsMGwt7ZdS5Ibt299D1G { width:9.75rem;height:4.375rem;top:6.25rem;left:10.25rem;font-size:1.25rem;z-index:15003;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #XR8EMQgFdKFtwBhtrvcJeBQ4657fnSFS { display:block; }
 }@media only screen and (max-width: 763px) { #vZoqQcZ0GnaeciLIZdJQuI8a7hoFUTCq { width:11.1875rem;height:4.375rem;top:11.25rem;left:0rem;font-size:1.25rem;z-index:15006;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #q15Q9DUVmU7ZpHdhcT96TPrX2ev5XpTr { display:block; }
 }@media only screen and (max-width: 763px) { #zPvs4Azn1kf0pJJenkPBtn0H7dmviQrr { width:8.1875rem;height:4.375rem;top:11.25rem;left:11.8125rem;font-size:1.25rem;z-index:15003;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #GAzzGw5llAXu1MZ5k2st9O2sRpenzwkU { display:block; }
 }@media only screen and (max-width: 763px) { #IxAfPBREpHP1r06BovICVv3fKX8TxFLF { width:9.0625rem;height:4.375rem;top:16.25rem;left:0rem;font-size:1.25rem;z-index:15005;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #gPgBu07IsQhauJNEOW5SMhFov43TZJIb { display:block; }
 }@media only screen and (max-width: 763px) { #J3PCJdHFaUEzZH6BUcverQSJkdx1zKbp { width:10.3125rem;height:4.375rem;top:16.25rem;left:9.6875rem;font-size:1.25rem;z-index:15007;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #EiHaWnbKJ1ewVUTDJyOSOTDhBWCm3LKr { display:block; }
 }@media only screen and (max-width: 763px) { #q5XNqHVwNZtwPfTadRL0wPWrcXqtAvUU { width:20rem;height:4.375rem;top:21.25rem;left:0rem;font-size:1.25rem;z-index:15008;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Ue0qsqFkKgiH5h1KseotkVzcuyrcaENE { display:block; }
 }@media only screen and (max-width: 763px) { #ykrn9M2cTfgbKxNaCsOAk7204dmGmvyI { display:block; }#ykrn9M2cTfgbKxNaCsOAk7204dmGmvyI > .row .container { width:20rem;height:2.75rem;position:relative;display:block; } }