.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#000000;background-image:none;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;top:0rem;left:0rem;right:0rem;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 { 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:7.5rem;width:75rem;overflow:visible;position:relative;display:block; }#ImwvZdi67vpkkq74wEBTHhmafDIeAL6E { 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:4.625rem;width:10.3125rem;top:1.4366320371627rem;left:32.34375rem;overflow:hidden;display:block; }
#MCfascAcLQq2PlZNO6VfUBvCtntoFmpI { box-sizing:content-box;height:1.875rem;width:0.0618489375rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:3rem;left:71.4919757843rem;display:block; }
#i0EQHUOHgqaKeq7EgQLblPdEdbnIQVZn { color:#ffffff;display:block;width:10.186625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:3.1751303672791rem;left:57.481775283814rem;height:1.4rem;text-align:right;text-align-last:right;display:block; }
#xo5oZNKDPMJtcqeLG3lUSTZx87PsTFTy { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:2.8125rem;left:72.125rem;overflow:hidden;display:block; }
#CrJVxmTF9IRNSIxIvwQvCUtIl7SMMPVu { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:2.8125rem;left:68.4375rem;overflow:hidden;display:block; }
#SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/83e67032-9d40-4c31-94d7-7ec9ead86ea0/introepilation5webp.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA.adaptive-delivery-prevent-bg, #SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA.lazyload, #SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA.lazyloading { background-image: none; }#SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA > .row .container { background-color: transparent; background-image: none; }#SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA > .row .container > .video-iframe-container { display: none; }#SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA > .row > .video-iframe-container { display: none; }#SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA > .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); }#SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA > .row .container { border-width: 0; border-radius: 0; }#SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#s1BdOwzJubOTXpQtViK60cJP1slL3Vpc { color:#ffffff;display:block;width:42.1875rem;position:absolute;font-family:oswald;font-size:3.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:12.873264312744rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#wFs1sr4wZBedC1GBWTJUX7r7fFZSwSFD { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(0,0,0,0.5) ;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:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:35rem;height:4.375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:27.687067031861rem;left:0rem;display:block; }
#q8n6KIH2vgLRmRktdThzwbpzmNoRb24R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UouWmMXSWB6VfTZtBTS4KGulRvWQMLGx { color:#ffffff;display:block;width:34.749875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:32.75rem;left:0rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#V1zxogcAnJWvkqtt8UQGRlhzWAE13QWJ { position:relative;display:block; }#V1zxogcAnJWvkqtt8UQGRlhzWAE13QWJ { background-color: transparent; background-image: none; }#V1zxogcAnJWvkqtt8UQGRlhzWAE13QWJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1zxogcAnJWvkqtt8UQGRlhzWAE13QWJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1zxogcAnJWvkqtt8UQGRlhzWAE13QWJ > .row .container > .video-iframe-container { display: none; }#V1zxogcAnJWvkqtt8UQGRlhzWAE13QWJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1zxogcAnJWvkqtt8UQGRlhzWAE13QWJ > .row > .video-iframe-container { display: none; }#V1zxogcAnJWvkqtt8UQGRlhzWAE13QWJ > .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); }#V1zxogcAnJWvkqtt8UQGRlhzWAE13QWJ { border-width: 0; border-radius: 0; }#V1zxogcAnJWvkqtt8UQGRlhzWAE13QWJ > .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; }#V1zxogcAnJWvkqtt8UQGRlhzWAE13QWJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:14.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EEA2D4WeJ48CWZBrVXpPs08Cw1SP9mf7 { color:#474544;display:block;width:75rem;position:absolute;font-family:oswald;font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.9649524688721rem;left:0rem;height:2.43706875rem;text-align:center;text-align-last:center;display:block; }
#VZ4piCwGcTTvVf4ERqPF8IPWZqixhXFS { color:#474544;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:7.6692714691163rem;left:0rem;height:4.8rem;text-align:left;text-align-last:left;display:block; }
#yK2VHX5cQDriRW1TpN1MTTKl31HNO9Cc { position:relative;display:block; }#yK2VHX5cQDriRW1TpN1MTTKl31HNO9Cc { background-color: transparent; background-image: none; }#yK2VHX5cQDriRW1TpN1MTTKl31HNO9Cc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yK2VHX5cQDriRW1TpN1MTTKl31HNO9Cc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yK2VHX5cQDriRW1TpN1MTTKl31HNO9Cc > .row .container > .video-iframe-container { display: none; }#yK2VHX5cQDriRW1TpN1MTTKl31HNO9Cc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yK2VHX5cQDriRW1TpN1MTTKl31HNO9Cc > .row > .video-iframe-container { display: none; }#yK2VHX5cQDriRW1TpN1MTTKl31HNO9Cc > .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); }#yK2VHX5cQDriRW1TpN1MTTKl31HNO9Cc { border-width: 0; border-radius: 0; }#yK2VHX5cQDriRW1TpN1MTTKl31HNO9Cc > .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; }#yK2VHX5cQDriRW1TpN1MTTKl31HNO9Cc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:20.0625rem;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; }#ZHkJTJwVZvLZUboTyuyDJKSIa7Ez5VIT { color:#474544;display:block;width:75rem;position:absolute;font-family:oswald;font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.25rem;left:0rem;height:2.43706875rem;text-align:left;text-align-last:left;display:block; }
#iiWa1wd6DI8iTOZaeLvqdXOcv4P1w0A4 { color:#474544;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:6rem;left:0rem;height:3.2rem;text-align:left;text-align-last:left;display:block; }
#TsLrPOmJQqZqKGUzypsfWuH8gHcXT3eI { color:#474544;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:10.9375rem;left:0rem;height:7.3375rem;text-align:left;text-align-last:left;display:block; }#TsLrPOmJQqZqKGUzypsfWuH8gHcXT3eI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TsLrPOmJQqZqKGUzypsfWuH8gHcXT3eI li:before{  }
#srzetfBm03Otad1LXK3kQkDtms1nZd9Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#srzetfBm03Otad1LXK3kQkDtms1nZd9Z > .row .container { background-color: transparent; background-image: none; }#srzetfBm03Otad1LXK3kQkDtms1nZd9Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#srzetfBm03Otad1LXK3kQkDtms1nZd9Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#srzetfBm03Otad1LXK3kQkDtms1nZd9Z > .row .container > .video-iframe-container { display: none; }#srzetfBm03Otad1LXK3kQkDtms1nZd9Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#srzetfBm03Otad1LXK3kQkDtms1nZd9Z > .row > .video-iframe-container { display: none; }#srzetfBm03Otad1LXK3kQkDtms1nZd9Z > .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); }#srzetfBm03Otad1LXK3kQkDtms1nZd9Z > .row .container { border-width: 0; border-radius: 0; }#srzetfBm03Otad1LXK3kQkDtms1nZd9Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#srzetfBm03Otad1LXK3kQkDtms1nZd9Z > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:75rem;position:relative;display:block; }#KVxGnFVqPJf8QBIFHTqtxAtbkgt0NHwX { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#aca9a7;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0rem;left:0rem;display:block; }
#Et529c3MwiR2P685QGdnmgC4WVfgxsUc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ptHiRFLOQoczWffqB6gmoFbyZavtkZ9x { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#aca9a7;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0rem;left:12.5rem;display:block; }
#oSfT49xXl269qP9mIteHS9vbm8U42tFJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ADIIqXW6irm2IpeP2Dvq1J4EEThfRdK4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ADIIqXW6irm2IpeP2Dvq1J4EEThfRdK4 > .row .container { background-color: transparent; background-image: none; }#ADIIqXW6irm2IpeP2Dvq1J4EEThfRdK4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ADIIqXW6irm2IpeP2Dvq1J4EEThfRdK4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ADIIqXW6irm2IpeP2Dvq1J4EEThfRdK4 > .row .container > .video-iframe-container { display: none; }#ADIIqXW6irm2IpeP2Dvq1J4EEThfRdK4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ADIIqXW6irm2IpeP2Dvq1J4EEThfRdK4 > .row > .video-iframe-container { display: none; }#ADIIqXW6irm2IpeP2Dvq1J4EEThfRdK4 > .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); }#ADIIqXW6irm2IpeP2Dvq1J4EEThfRdK4 > .row .container { border-width: 0; border-radius: 0; }#ADIIqXW6irm2IpeP2Dvq1J4EEThfRdK4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ADIIqXW6irm2IpeP2Dvq1J4EEThfRdK4 > .row .container { font-size:0.875rem;font-family:arial;height:3.4375rem;width:75rem;position:relative;display:block; }#efbUxEyTqD2F97a192ccterak5mbwTzH { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#aca9a7;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0rem;left:0rem;display:block; }
#xUec7d2FWT0w7zAdDbpWIO56IBoiLO97 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eZTAa1c2KmXgiSslmz4cIZTOK2MiBzIf { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#aca9a7;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0rem;left:15rem;display:block; }
#vJGNHMfu5H1W8yWftQCbl0tMyLl3010v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UmrTxIklla8zXm655eCBnNv0TPb1MOXa { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#aca9a7;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0rem;left:30rem;display:block; }
#yfpRym6iQAcyw40woeZMIopoxF7dsN8m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BmymxqNbZhPyCP4wF8kyTJDKZW4vIy6V { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#aca9a7;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0rem;left:45rem;display:block; }
#avXtRCvCCS0dXnhT3Zu99kDaqHeLNqI2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h6QGeooaTzgplLBL75fn3UrUR5dvSW8q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#h6QGeooaTzgplLBL75fn3UrUR5dvSW8q > .row .container { background-color: transparent; background-image: none; }#h6QGeooaTzgplLBL75fn3UrUR5dvSW8q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h6QGeooaTzgplLBL75fn3UrUR5dvSW8q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h6QGeooaTzgplLBL75fn3UrUR5dvSW8q > .row .container > .video-iframe-container { display: none; }#h6QGeooaTzgplLBL75fn3UrUR5dvSW8q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h6QGeooaTzgplLBL75fn3UrUR5dvSW8q > .row > .video-iframe-container { display: none; }#h6QGeooaTzgplLBL75fn3UrUR5dvSW8q > .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); }#h6QGeooaTzgplLBL75fn3UrUR5dvSW8q > .row .container { border-width: 0; border-radius: 0; }#h6QGeooaTzgplLBL75fn3UrUR5dvSW8q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h6QGeooaTzgplLBL75fn3UrUR5dvSW8q > .row .container { font-size:0.875rem;font-family:arial;height:3.4375rem;width:75rem;position:relative;display:block; }#diyrTuUABUCw5BfRfuUMDEyxUFXiC6Cf { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#aca9a7;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0rem;left:0rem;display:block; }
#lylmuJwK5oLfH61OdHMxry8q3MKrI8vs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lrnw1E0rwLGyte8UzAqPrVWz2xfI8Vnm { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#aca9a7;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0rem;left:15.000001907349rem;display:block; }
#vBuaL3ZilkGTLqqBqym1dQuMxzLCWp0R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OKceRKKA7BrgUMVitbwnKbtABAvQsKpz { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#aca9a7;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0rem;left:30.000001907349rem;display:block; }
#ZCPNZg3V9fdTklI3ufFttQfgkoxXXDb9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IBKJ8AbFmUGRaU8HPQbKkCKH4TcV2Psz { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#aca9a7;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0rem;left:45.000001907349rem;display:block; }
#ayOAbBbGEXwOAOsMUnzn95QeQ0Qsi8HW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eBIQQOioqpBe87c118h7FtqTAdipA1ec { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eBIQQOioqpBe87c118h7FtqTAdipA1ec > .row .container { background-color: transparent; background-image: none; }#eBIQQOioqpBe87c118h7FtqTAdipA1ec::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eBIQQOioqpBe87c118h7FtqTAdipA1ec > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eBIQQOioqpBe87c118h7FtqTAdipA1ec > .row .container > .video-iframe-container { display: none; }#eBIQQOioqpBe87c118h7FtqTAdipA1ec > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eBIQQOioqpBe87c118h7FtqTAdipA1ec > .row > .video-iframe-container { display: none; }#eBIQQOioqpBe87c118h7FtqTAdipA1ec > .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); }#eBIQQOioqpBe87c118h7FtqTAdipA1ec > .row .container { border-width: 0; border-radius: 0; }#eBIQQOioqpBe87c118h7FtqTAdipA1ec > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eBIQQOioqpBe87c118h7FtqTAdipA1ec > .row .container { font-size:0.875rem;font-family:arial;height:30rem;width:75rem;position:relative;display:block; }#m9pRTOhy3n8Hpus31Kgxei4hfn2eDAxH { color:#474544;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:7.5rem;left:12.999134063721rem;height:1.462675rem;display:block; }
#pUeSzWsyzsTxR7vP0eNwP98lg7PFmaCi { box-sizing:content-box;height:0.0625rem;width:50rem;position:absolute;display:block;z-index:15001;background-color:#474544;background-image:none;top:10rem;left:12.437065124512rem;display:block; }
#f8gprn0LRp00LqhDDrCvEdTHL2PHdTTT { color:#474544;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.5rem;left:37.561851501465rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#UnQ7xUM66oRQBvRTEwFFsVBTGIpWT1Dc { color:#474544;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.5rem;left:50rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#gEHnK8GSd9f0b96CTondwN32cKEZsOX4 { color:#474544;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15003;line-height:2;letter-spacing:0;top:10.625rem;left:12.999134063721rem;height:17.5rem;display:block; }
#w8GOXwP10KCGWHCKEGgbnvnLp8FTgezx { color:#474544;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15004;line-height:2;letter-spacing:0;top:10.625rem;left:37.561851501465rem;height:17.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HvihmATkCu7zDsEA4nXUbFJtAb5sZWSE { color:#474544;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15005;line-height:2;letter-spacing:0;top:10.625rem;left:50rem;height:17.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m8usdRtKFMfBFhOeHxUKZNKgzJW3UZne { color:#474544;display:block;width:75rem;position:absolute;font-family:oswald;font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:2.125rem;left:0rem;height:2.8125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#nQ60NlDETV2qNC7THsPNlHzhp1TRE8yE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nQ60NlDETV2qNC7THsPNlHzhp1TRE8yE > .row .container { background-color: transparent; background-image: none; }#nQ60NlDETV2qNC7THsPNlHzhp1TRE8yE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQ60NlDETV2qNC7THsPNlHzhp1TRE8yE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQ60NlDETV2qNC7THsPNlHzhp1TRE8yE > .row .container > .video-iframe-container { display: none; }#nQ60NlDETV2qNC7THsPNlHzhp1TRE8yE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQ60NlDETV2qNC7THsPNlHzhp1TRE8yE > .row > .video-iframe-container { display: none; }#nQ60NlDETV2qNC7THsPNlHzhp1TRE8yE > .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); }#nQ60NlDETV2qNC7THsPNlHzhp1TRE8yE > .row .container { border-width: 0; border-radius: 0; }#nQ60NlDETV2qNC7THsPNlHzhp1TRE8yE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nQ60NlDETV2qNC7THsPNlHzhp1TRE8yE > .row .container { font-size:0.875rem;font-family:arial;height:30rem;width:75rem;position:relative;display:block; }#K5olsF1eu2CT2fl51alvnJ3nDo1Er0Tk { color:#474544;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:7.5rem;left:12.999134063721rem;height:1.462675rem;display:block; }
#dqqPMqm5gr6fiTNIKyUEo9FPaGJWlHbN { box-sizing:content-box;height:0.0625rem;width:50rem;position:absolute;display:block;z-index:15001;background-color:#474544;background-image:none;top:10rem;left:12.437065124512rem;display:block; }
#PuycldHZOZsc4oX69WxzAO61EewflHDJ { color:#474544;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.5rem;left:37.561851501465rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#iqZOEKrL4aDmEksJ94TBoGuayRbc8rAe { color:#474544;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.5rem;left:50rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#eGfLNpy2S2HvrM0lhFuttoxkH9JLZpnZ { color:#474544;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15003;line-height:2;letter-spacing:0;top:10.625rem;left:12.999134063721rem;height:12.25rem;display:block; }
#KAwnMBLT5WfCUfa8Tmi1y7elRqB7xdFR { color:#474544;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15004;line-height:2;letter-spacing:0;top:10.625rem;left:37.561851501465rem;height:12.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S08hikEu9xF4nfsbxhDev3WvFOuzzsOZ { color:#474544;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15005;line-height:2;letter-spacing:0;top:10.625rem;left:50rem;height:12.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XT2r3b54IZyNnvksdpIvhTUHRpeD2Fhp { color:#474544;display:block;width:75rem;position:absolute;font-family:oswald;font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:2.125rem;left:0rem;height:2.8125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#WRIKK8wWDuch7nCTvfmTQ9DnP9vMIdR8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WRIKK8wWDuch7nCTvfmTQ9DnP9vMIdR8 > .row .container { background-color: transparent; background-image: none; }#WRIKK8wWDuch7nCTvfmTQ9DnP9vMIdR8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WRIKK8wWDuch7nCTvfmTQ9DnP9vMIdR8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WRIKK8wWDuch7nCTvfmTQ9DnP9vMIdR8 > .row .container > .video-iframe-container { display: none; }#WRIKK8wWDuch7nCTvfmTQ9DnP9vMIdR8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WRIKK8wWDuch7nCTvfmTQ9DnP9vMIdR8 > .row > .video-iframe-container { display: none; }#WRIKK8wWDuch7nCTvfmTQ9DnP9vMIdR8 > .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); }#WRIKK8wWDuch7nCTvfmTQ9DnP9vMIdR8 > .row .container { border-width: 0; border-radius: 0; }#WRIKK8wWDuch7nCTvfmTQ9DnP9vMIdR8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WRIKK8wWDuch7nCTvfmTQ9DnP9vMIdR8 > .row .container { font-size:0.875rem;font-family:arial;height:30rem;width:75rem;position:relative;display:block; }#Gr01R7aHvTkT8WVur0t5pL3pqTxEfDng { color:#474544;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:7.5rem;left:12.999134063721rem;height:1.462675rem;display:block; }
#dUgcslZzxcJsflrI0QmTgOwadciBSwm8 { box-sizing:content-box;height:0.0625rem;width:50rem;position:absolute;display:block;z-index:15001;background-color:#474544;background-image:none;top:10rem;left:12.437065124512rem;display:block; }
#xaFByKcE2sZxT42F5qarq5JqsJBAJug1 { color:#474544;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.5rem;left:37.561851501465rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#mR54JaL7p9zrPVX0Cl3fDQxLSQinMO8f { color:#474544;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.5rem;left:50rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#txApQbuNGKSBfK4FTb3bfSyyCH0wCAgv { color:#474544;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15003;line-height:2;letter-spacing:0;top:10.625rem;left:12.999134063721rem;height:17.5rem;display:block; }
#XliGuQEgi7WhhXyuMtmDbGE5PnifnB2J { color:#474544;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15004;line-height:2;letter-spacing:0;top:10.625rem;left:37.561851501465rem;height:17.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rlAaQgA4uMtzvTwLpbrcfMp7Gbm5HBoM { color:#474544;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15005;line-height:2;letter-spacing:0;top:10.625rem;left:50rem;height:17.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dQKyuPRiTz8N2aGQNTGg2t0v8wSwOSx6 { color:#474544;display:block;width:75rem;position:absolute;font-family:oswald;font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:2.125rem;left:0rem;height:2.8125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#lKCyr7N2LBmtZ3UUOc6p8hxsR8wk2tEt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lKCyr7N2LBmtZ3UUOc6p8hxsR8wk2tEt > .row .container { background-color: transparent; background-image: none; }#lKCyr7N2LBmtZ3UUOc6p8hxsR8wk2tEt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lKCyr7N2LBmtZ3UUOc6p8hxsR8wk2tEt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lKCyr7N2LBmtZ3UUOc6p8hxsR8wk2tEt > .row .container > .video-iframe-container { display: none; }#lKCyr7N2LBmtZ3UUOc6p8hxsR8wk2tEt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lKCyr7N2LBmtZ3UUOc6p8hxsR8wk2tEt > .row > .video-iframe-container { display: none; }#lKCyr7N2LBmtZ3UUOc6p8hxsR8wk2tEt > .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); }#lKCyr7N2LBmtZ3UUOc6p8hxsR8wk2tEt > .row .container { border-width: 0; border-radius: 0; }#lKCyr7N2LBmtZ3UUOc6p8hxsR8wk2tEt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lKCyr7N2LBmtZ3UUOc6p8hxsR8wk2tEt > .row .container { font-size:0.875rem;font-family:arial;height:36.875rem;width:75rem;position:relative;display:block; }#Ttk5nxeIT4xys5u55toLqekhTUvXAwa9 { color:#474544;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:7.5rem;left:12.999134063721rem;height:1.462675rem;display:block; }
#vszL5IdIqipT7qDk2eZQPx7PJiwTWqXZ { box-sizing:content-box;height:0.0625rem;width:50rem;position:absolute;display:block;z-index:15001;background-color:#474544;background-image:none;top:10rem;left:12.437065124512rem;display:block; }
#svf1HkIyLpCefS3rMZcsirGfIgUIsIfZ { color:#474544;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.5rem;left:37.561851501465rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#dprNqMzTTzZWMzQ5odF5tfBTnkUPGp0q { color:#474544;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.5rem;left:50rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#hGVph7Qq3OM9fhH7V3lTl5nnFearFX20 { color:#474544;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15003;line-height:2;letter-spacing:0;top:10.625rem;left:12.999134063721rem;height:24.5rem;display:block; }
#urGiD9J03JqR4B4ddbkKE97ppt12yCiv { color:#474544;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15004;line-height:2;letter-spacing:0;top:10.625rem;left:37.561851501465rem;height:24.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y7Tr4U5yhlZGEXUfqQZhskXDImpJMTz0 { color:#474544;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15005;line-height:2;letter-spacing:0;top:10.625rem;left:50rem;height:24.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cNHw2UEVNzgp79TaMHb9VkVlCyxvdJcK { color:#474544;display:block;width:75rem;position:absolute;font-family:oswald;font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:2.125rem;left:0rem;height:2.8125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#nFhtbgsss95EM6vceBPNszMlUnBcBhO9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nFhtbgsss95EM6vceBPNszMlUnBcBhO9 > .row .container { background-color: transparent; background-image: none; }#nFhtbgsss95EM6vceBPNszMlUnBcBhO9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nFhtbgsss95EM6vceBPNszMlUnBcBhO9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nFhtbgsss95EM6vceBPNszMlUnBcBhO9 > .row .container > .video-iframe-container { display: none; }#nFhtbgsss95EM6vceBPNszMlUnBcBhO9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nFhtbgsss95EM6vceBPNszMlUnBcBhO9 > .row > .video-iframe-container { display: none; }#nFhtbgsss95EM6vceBPNszMlUnBcBhO9 > .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); }#nFhtbgsss95EM6vceBPNszMlUnBcBhO9 > .row .container { border-width: 0; border-radius: 0; }#nFhtbgsss95EM6vceBPNszMlUnBcBhO9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nFhtbgsss95EM6vceBPNszMlUnBcBhO9 > .row .container { font-size:0.875rem;font-family:arial;height:30rem;width:75rem;position:relative;display:block; }#NTO3T0lmupJvzZv2tVWgUAy3vKtmgARz { color:#474544;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:7.5rem;left:12.999134063721rem;height:1.462675rem;display:block; }
#AdtWiqgsa3h0bQtp9JWTR86yEg4A9LyD { box-sizing:content-box;height:0.0625rem;width:50rem;position:absolute;display:block;z-index:15001;background-color:#474544;background-image:none;top:10rem;left:12.437065124512rem;display:block; }
#m2UVptedwznTlCLXTow4FTZ8i6rqoIbO { color:#474544;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.5rem;left:37.561851501465rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#kMHwXh1J5TLLKSsmNlPnJFlL6G5Tzk4l { color:#474544;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.5rem;left:50rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#TkrrTGZz6Cy3vygERGyFRFZBurpZlQZo { color:#474544;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15003;line-height:2;letter-spacing:0;top:10.625rem;left:12.999134063721rem;height:10.5rem;display:block; }
#CPyPGwAhHiqAM92bu7aCz9MyUJFFgbxB { color:#474544;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15004;line-height:2;letter-spacing:0;top:10.625rem;left:37.561851501465rem;height:10.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RmnP2gBLuGuI58be1X7xb3sCWOyXlRuw { color:#474544;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15005;line-height:2;letter-spacing:0;top:10.625rem;left:50rem;height:10.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Z3rEWTuci8CwuHOl0TIXnsrfTmQ4dHST { color:#474544;display:block;width:75rem;position:absolute;font-family:oswald;font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:2.125rem;left:0rem;height:2.8125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#SIxlyAGM0mWuC244pTtMRtWl3Nx14KnM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SIxlyAGM0mWuC244pTtMRtWl3Nx14KnM > .row .container { background-color: transparent; background-image: none; }#SIxlyAGM0mWuC244pTtMRtWl3Nx14KnM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SIxlyAGM0mWuC244pTtMRtWl3Nx14KnM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SIxlyAGM0mWuC244pTtMRtWl3Nx14KnM > .row .container > .video-iframe-container { display: none; }#SIxlyAGM0mWuC244pTtMRtWl3Nx14KnM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SIxlyAGM0mWuC244pTtMRtWl3Nx14KnM > .row > .video-iframe-container { display: none; }#SIxlyAGM0mWuC244pTtMRtWl3Nx14KnM > .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); }#SIxlyAGM0mWuC244pTtMRtWl3Nx14KnM > .row .container { border-width: 0; border-radius: 0; }#SIxlyAGM0mWuC244pTtMRtWl3Nx14KnM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SIxlyAGM0mWuC244pTtMRtWl3Nx14KnM > .row .container { font-size:0.875rem;font-family:arial;height:30rem;width:75rem;position:relative;display:block; }#fnwwXR4FauulmmBvQEIug669TAbVDlMo { color:#474544;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:7.5rem;left:12.999134063721rem;height:1.462675rem;display:block; }
#t0CKcelEIAQWF4xBiwwre0VbTt1P8T3y { box-sizing:content-box;height:0.0625rem;width:50rem;position:absolute;display:block;z-index:15001;background-color:#474544;background-image:none;top:10rem;left:12.437065124512rem;display:block; }
#cGvV2CLFELSTrIX3QPKu4Si8hQoqZyJg { color:#474544;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.5rem;left:37.561851501465rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#Q87XnNoDrhD9HWPcC9svUDwl5z02lZNo { color:#474544;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.5rem;left:50rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#pROkkqmfkFKiJVixngN0Cv20Lsu7w3wu { color:#474544;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15003;line-height:2;letter-spacing:0;top:10.625rem;left:12.999134063721rem;height:10.5rem;display:block; }
#rWWt3b8pJvixcTILb3VFeMUb0pVh0qbf { color:#474544;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15004;line-height:2;letter-spacing:0;top:10.625rem;left:37.561851501465rem;height:10.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TT5uHWi1Hg9l7s8cWrGyfBxRdyr5nuMS { color:#474544;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15005;line-height:2;letter-spacing:0;top:10.625rem;left:50rem;height:10.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bVwe0ZuNB1VDkc3g7WITSx1BsOPHZZ5B { color:#474544;display:block;width:75rem;position:absolute;font-family:oswald;font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:2.125rem;left:0rem;height:2.8125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#pHlXByaaZPMFp2aIAKT0wTbnT07T11nq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pHlXByaaZPMFp2aIAKT0wTbnT07T11nq > .row .container { background-color: transparent; background-image: none; }#pHlXByaaZPMFp2aIAKT0wTbnT07T11nq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pHlXByaaZPMFp2aIAKT0wTbnT07T11nq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pHlXByaaZPMFp2aIAKT0wTbnT07T11nq > .row .container > .video-iframe-container { display: none; }#pHlXByaaZPMFp2aIAKT0wTbnT07T11nq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pHlXByaaZPMFp2aIAKT0wTbnT07T11nq > .row > .video-iframe-container { display: none; }#pHlXByaaZPMFp2aIAKT0wTbnT07T11nq > .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); }#pHlXByaaZPMFp2aIAKT0wTbnT07T11nq > .row .container { border-width: 0; border-radius: 0; }#pHlXByaaZPMFp2aIAKT0wTbnT07T11nq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pHlXByaaZPMFp2aIAKT0wTbnT07T11nq > .row .container { font-size:0.875rem;font-family:arial;height:30rem;width:75rem;position:relative;display:block; }#nAdpDki6PliaxNFTkAvNVf84vGIs9c1l { color:#474544;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:7.5rem;left:12.999134063721rem;height:1.462675rem;display:block; }
#tGufIw3XRygZ3PHaPZZumgE8U9VNvQ2S { box-sizing:content-box;height:0.0625rem;width:50rem;position:absolute;display:block;z-index:15001;background-color:#474544;background-image:none;top:10rem;left:12.437065124512rem;display:block; }
#ghTmTzGStbHeaFOiKyrSsu8lpZsTQSER { color:#474544;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.5rem;left:37.561851501465rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#Tmg1CZTEUgeEzr99tPtGLbneJLqCcHJW { color:#474544;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.5rem;left:50rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#r8fzf8G49OnqL1avui8qbt60xmaKUl1S { color:#474544;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15003;line-height:2;letter-spacing:0;top:10.625rem;left:12.999134063721rem;height:10.5rem;display:block; }
#HtZMCUssbuPSvmOgu26G7f9qbawH7dv9 { color:#474544;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15004;line-height:2;letter-spacing:0;top:10.625rem;left:37.561851501465rem;height:10.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BI0lRumuBoTld975pJruNGaDHzbwwgO0 { color:#474544;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15005;line-height:2;letter-spacing:0;top:10.625rem;left:50rem;height:10.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X7MBGMaqBeBlPTrNe3V826vrVgFFvo2e { color:#474544;display:block;width:75rem;position:absolute;font-family:oswald;font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:2.125rem;left:0rem;height:2.8125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#mIHV6uKsQh0qXTePUigoRb20iUhxIgOc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mIHV6uKsQh0qXTePUigoRb20iUhxIgOc > .row .container { background-color: transparent; background-image: none; }#mIHV6uKsQh0qXTePUigoRb20iUhxIgOc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mIHV6uKsQh0qXTePUigoRb20iUhxIgOc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mIHV6uKsQh0qXTePUigoRb20iUhxIgOc > .row .container > .video-iframe-container { display: none; }#mIHV6uKsQh0qXTePUigoRb20iUhxIgOc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mIHV6uKsQh0qXTePUigoRb20iUhxIgOc > .row > .video-iframe-container { display: none; }#mIHV6uKsQh0qXTePUigoRb20iUhxIgOc > .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); }#mIHV6uKsQh0qXTePUigoRb20iUhxIgOc > .row .container { border-width: 0; border-radius: 0; }#mIHV6uKsQh0qXTePUigoRb20iUhxIgOc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mIHV6uKsQh0qXTePUigoRb20iUhxIgOc > .row .container { font-size:0.875rem;font-family:arial;height:30rem;width:75rem;position:relative;display:block; }#G0Pl1xqzh37p3NrGVaoTTgrbs3dEP50K { color:#474544;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:7.5rem;left:12.999134063721rem;height:1.462675rem;display:block; }
#hT625pzDxuoU3Wpxl9CL3yrTvCkQBcGs { box-sizing:content-box;height:0.0625rem;width:50rem;position:absolute;display:block;z-index:15001;background-color:#474544;background-image:none;top:10rem;left:12.437065124512rem;display:block; }
#Ld5EMNVwnfQAwT6TZelytAvgMiW33Gbu { color:#474544;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.5rem;left:37.561851501465rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#TZbUGOG1hTTuB92MviMts1DdzTptfsxE { color:#474544;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.5rem;left:50rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#vCdT88T59aKqyyLUU7t6Gm2irrWymP4d { color:#474544;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15003;line-height:2;letter-spacing:0;top:10.625rem;left:12.999134063721rem;height:10.5rem;display:block; }
#AXV2hFCdNFTHa7RQwKaps7EJPF0kZ6Z2 { color:#474544;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15004;line-height:2;letter-spacing:0;top:10.625rem;left:37.561851501465rem;height:10.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UaXC77LBKss7CK242EbxFdOqynEV4oPw { color:#474544;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15005;line-height:2;letter-spacing:0;top:10.625rem;left:50rem;height:10.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#woieiJ3GdFE0QA2rnIUIqrdzzxfZWdq9 { color:#474544;display:block;width:75rem;position:absolute;font-family:oswald;font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:2.125rem;left:0rem;height:2.8125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#t66S7OuTa1A0pW4fuveKn8fEeBnO513A { position:relative;display:block; }#t66S7OuTa1A0pW4fuveKn8fEeBnO513A { background-color: transparent; background-image: none; }#t66S7OuTa1A0pW4fuveKn8fEeBnO513A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t66S7OuTa1A0pW4fuveKn8fEeBnO513A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t66S7OuTa1A0pW4fuveKn8fEeBnO513A > .row .container > .video-iframe-container { display: none; }#t66S7OuTa1A0pW4fuveKn8fEeBnO513A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t66S7OuTa1A0pW4fuveKn8fEeBnO513A > .row > .video-iframe-container { display: none; }#t66S7OuTa1A0pW4fuveKn8fEeBnO513A > .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); }#t66S7OuTa1A0pW4fuveKn8fEeBnO513A { border-width: 0; border-radius: 0; }#t66S7OuTa1A0pW4fuveKn8fEeBnO513A > .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; }#t66S7OuTa1A0pW4fuveKn8fEeBnO513A > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:13.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZGNOEXdb1KQ5TFsV9psUnGleTSAnPH7U { color:#474544;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:0.875rem;left:0rem;height:1.600475rem;text-align:center;text-align-last:center;display:block; }
#VJumzOZeSBIwhx1GimQGTtAgcsL12auQ { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(0,0,0,0.5) ;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:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.125rem;height:4.375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:3.5625rem;left:25.9375rem;display:block; }
#h6kWNoUEUGumU6ordUGaS2bWDuHitEzW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vGKhrbvzJEXAKysithUdTXxI0UoxrrSg { position:relative;display:block; }#vGKhrbvzJEXAKysithUdTXxI0UoxrrSg { background-color: transparent; background-image: none; }#vGKhrbvzJEXAKysithUdTXxI0UoxrrSg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vGKhrbvzJEXAKysithUdTXxI0UoxrrSg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vGKhrbvzJEXAKysithUdTXxI0UoxrrSg > .row .container > .video-iframe-container { display: none; }#vGKhrbvzJEXAKysithUdTXxI0UoxrrSg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vGKhrbvzJEXAKysithUdTXxI0UoxrrSg > .row > .video-iframe-container { display: none; }#vGKhrbvzJEXAKysithUdTXxI0UoxrrSg > .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); }#vGKhrbvzJEXAKysithUdTXxI0UoxrrSg { border-width: 0; border-radius: 0; }#vGKhrbvzJEXAKysithUdTXxI0UoxrrSg > .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; }#vGKhrbvzJEXAKysithUdTXxI0UoxrrSg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:33.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; }#MXTNLnntu1novL0mBQD8cwpTC0nAxAdv { color:#474544;display:block;width:33.3125rem;position:absolute;font-family:oswald;font-size:1.875rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:2.6898899078369rem;left:0rem;height:2.8125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#DxEnRCfby1J8TAEMEKVyTXyTXHdKPhvB { color:#474544;display:block;width:34.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:7.0625rem;left:0rem;height:20.8rem;text-align:left;text-align-last:left;display:block; }
#CUUCsbkhGn1nDStcZzdPvmAGMy8ZSE9b { color:#474544;display:block;width:37.5rem;position:absolute;font-family:oswald;font-size:1.875rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:2.6898899078369rem;left:37.500001907349rem;height:2.8125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#NzVni9vH8GC7CnKRnDTFaWK4IDaLzZWl { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:21.0625rem;width:37.5rem;top:6.9314231872556rem;left:37.500001907349rem;display:block; }
#E6zP9d8CKdENo0sLHcAbNmUy3RZELT6d { position:relative;display:block; }#E6zP9d8CKdENo0sLHcAbNmUy3RZELT6d { background-color: transparent; background-image: none; }#E6zP9d8CKdENo0sLHcAbNmUy3RZELT6d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E6zP9d8CKdENo0sLHcAbNmUy3RZELT6d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E6zP9d8CKdENo0sLHcAbNmUy3RZELT6d > .row .container > .video-iframe-container { display: none; }#E6zP9d8CKdENo0sLHcAbNmUy3RZELT6d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E6zP9d8CKdENo0sLHcAbNmUy3RZELT6d > .row > .video-iframe-container { display: none; }#E6zP9d8CKdENo0sLHcAbNmUy3RZELT6d > .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); }#E6zP9d8CKdENo0sLHcAbNmUy3RZELT6d { border-width: 0; border-radius: 0; }#E6zP9d8CKdENo0sLHcAbNmUy3RZELT6d > .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; }#E6zP9d8CKdENo0sLHcAbNmUy3RZELT6d > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:33.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; }#xPxXih1gpp4pDT5FToCOUByvN1NrrzEh { color:#474544;display:block;width:75rem;position:absolute;font-family:oswald;font-size:1.875rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:3.3723945617676rem;left:0rem;height:2.8125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#QoGiiJgBSvGedbQxbqXWtMQKM4gs9CsI { color:#474544;display:block;width:37.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:7.8081588745119rem;left:37.500001907349rem;height:20.8rem;text-align:left;text-align-last:left;display:block; }
#qwbWp2RkUNZc9ccVysVEdwCeJgkeOiOb { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.5625rem;width:34.375rem;top:7.8114147186281rem;left:0rem;overflow:hidden;display:block; }
#EqTNp9mmMUwZ78bPODlZultNo0T8ZSZg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e8e8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EqTNp9mmMUwZ78bPODlZultNo0T8ZSZg > .row .container { background-color: transparent; background-image: none; }#EqTNp9mmMUwZ78bPODlZultNo0T8ZSZg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EqTNp9mmMUwZ78bPODlZultNo0T8ZSZg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EqTNp9mmMUwZ78bPODlZultNo0T8ZSZg > .row .container > .video-iframe-container { display: none; }#EqTNp9mmMUwZ78bPODlZultNo0T8ZSZg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EqTNp9mmMUwZ78bPODlZultNo0T8ZSZg > .row > .video-iframe-container { display: none; }#EqTNp9mmMUwZ78bPODlZultNo0T8ZSZg > .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); }#EqTNp9mmMUwZ78bPODlZultNo0T8ZSZg > .row .container { border-width: 0; border-radius: 0; }#EqTNp9mmMUwZ78bPODlZultNo0T8ZSZg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EqTNp9mmMUwZ78bPODlZultNo0T8ZSZg > .row .container { font-size:0.875rem;font-family:arial;height:53.25rem;width:75rem;position:relative;display:block; }#NuxW6VQxPTFIG7oCVmZUZ2K3KWaNMiS8 { position:absolute;display:block;z-index:15005;height:43.811875rem;width:75rem;top:7.9991245269775rem;left:0rem;display:block; }
#q8PS2t7CfFO2heK5nrCZDgdTcVQgHcn9 { color:#474544;display:block;width:25.1248125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:5.625rem;left:24.9375rem;height:1.600475rem;text-align:center;text-align-last:center;display:block; }
#H9S0N5OLLPBPUhxbDOudmbe1IWGyg5em { color:#474544;display:block;width:26.9998125rem;position:absolute;font-family:oswald;font-size:1.875rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:2.8125rem;left:24rem;height:2.8125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ydMpyVcdBzcFpSqMfzqXXN8m8WEPUQUb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e8e8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ydMpyVcdBzcFpSqMfzqXXN8m8WEPUQUb > .row .container { background-color: transparent; background-image: none; }#ydMpyVcdBzcFpSqMfzqXXN8m8WEPUQUb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ydMpyVcdBzcFpSqMfzqXXN8m8WEPUQUb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ydMpyVcdBzcFpSqMfzqXXN8m8WEPUQUb > .row .container > .video-iframe-container { display: none; }#ydMpyVcdBzcFpSqMfzqXXN8m8WEPUQUb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ydMpyVcdBzcFpSqMfzqXXN8m8WEPUQUb > .row > .video-iframe-container { display: none; }#ydMpyVcdBzcFpSqMfzqXXN8m8WEPUQUb > .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); }#ydMpyVcdBzcFpSqMfzqXXN8m8WEPUQUb > .row .container { border-width: 0; border-radius: 0; }#ydMpyVcdBzcFpSqMfzqXXN8m8WEPUQUb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ydMpyVcdBzcFpSqMfzqXXN8m8WEPUQUb > .row .container { font-size:0.875rem;font-family:arial;height:4.125rem;width:75rem;position:relative;display:block; }#ATDmB9C8L7TdUI1pIqi9ct4hFI0KPHC9 { color:#aca9a7;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:0.6875rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:0.81380462646487rem;left:0rem;height:1.1002625rem;text-align:center;text-align-last:center;display:block; }
#vErM4yH3oOMxDM7fDL2Hmh88BR1DEoyF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vErM4yH3oOMxDM7fDL2Hmh88BR1DEoyF > .row .container { background-color: transparent; background-image: none; }#vErM4yH3oOMxDM7fDL2Hmh88BR1DEoyF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vErM4yH3oOMxDM7fDL2Hmh88BR1DEoyF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vErM4yH3oOMxDM7fDL2Hmh88BR1DEoyF > .row .container > .video-iframe-container { display: none; }#vErM4yH3oOMxDM7fDL2Hmh88BR1DEoyF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vErM4yH3oOMxDM7fDL2Hmh88BR1DEoyF > .row > .video-iframe-container { display: none; }#vErM4yH3oOMxDM7fDL2Hmh88BR1DEoyF > .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); }#vErM4yH3oOMxDM7fDL2Hmh88BR1DEoyF > .row .container { border-width: 0; border-radius: 0; }#vErM4yH3oOMxDM7fDL2Hmh88BR1DEoyF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vErM4yH3oOMxDM7fDL2Hmh88BR1DEoyF > .row .container { font-size:0.875rem;font-family:arial;height:11.8125rem;width:75rem;position:relative;display:block; }#sRPhyduG9L8XB9ofuzSslmMDmgoJgPRu { color:#ffffff;display:block;width:12.6875rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:8.4375rem;left:52.375rem;height:0.9746125rem;display:block; }
#Ldb4imaLZllZAuvVqR8HWPpCtrUn9cdo { color:#ffffff;display:block;width:9.8125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:8.4375rem;left:65.1875rem;height:0.9746125rem;display:block; }
#EvozirDufiJs4dQiBxAR7TSO03BGrkhn { color:#ffffff;display:block;width:25rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:4.5rem;left:0rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#kCGa8PVhZ2RZrnzbg7UwwQhJlgzaTuqa { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.4375rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.626953125rem;left:30.781251907349rem;display:block; }
#ZfHLyfRQ4qGdxclq7ARCgnR7BQnnv2Go { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ygINWcB6KHQnfUPiU4SvZTZD1EJBIyIN { color:#ffffff;display:block;width:18.6870625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:3.0625rem;left:0rem;height:1.2999125rem;display:block; }
#wEcRWIiyKOJd0D49iuRtzZ9TNmPz8Fui { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:3.1266288757324rem;left:70.437070846556rem; }
#wEcRWIiyKOJd0D49iuRtzZ9TNmPz8Fui > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; }#MOgQl9qNZwlHbIGqdhax1u9H4PuzGUuZ { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:3.25rem;left:73.125rem; }
#MOgQl9qNZwlHbIGqdhax1u9H4PuzGUuZ > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#AnPe1AcXS3Zk8f6RToVlbKmA2dpJ7yxx { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:3.25rem;left:68.125rem; }
#AnPe1AcXS3Zk8f6RToVlbKmA2dpJ7yxx > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#qRsG7SCTq12gEfpWNnnOneTR8Hv6xPHG { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:3.25rem;left:65.625rem; }
#qRsG7SCTq12gEfpWNnnOneTR8Hv6xPHG > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#M83FQBhCCNv7kZHTl6415MufQbTevnsk { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;top:7.7582473754881rem;left:0rem;display:block; }
#XENDXPZsVAfBLNCahlpRxBhE8S8CSMO2 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:9.4118938446044rem;left:36.562501907349rem; }
#XENDXPZsVAfBLNCahlpRxBhE8S8CSMO2 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#NBqEBSwGD8z7Q3RqQPzgaCeOCT9TIBmu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#NBqEBSwGD8z7Q3RqQPzgaCeOCT9TIBmu > .row .container { border-width: 0; border-radius: 0; }#NBqEBSwGD8z7Q3RqQPzgaCeOCT9TIBmu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NBqEBSwGD8z7Q3RqQPzgaCeOCT9TIBmu > .row .container { font-size:0.875rem;font-family:arial;height:6.3125rem;width:75rem;position:relative;display:none; }#wP2ZybV9NB33oFaFRohxBNCSo9men95T { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.0555555rem;height:3.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.5934247970581rem;left:30.936957836151rem;display:block; }
#d9tT2faldgO9lq5DFJBxd1tE1UtgdgIm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ImwvZdi67vpkkq74wEBTHhmafDIeAL6E { top:1.375rem;left:18.71875rem;width:10.3125rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCfascAcLQq2PlZNO6VfUBvCtntoFmpI { top:3rem;left:47.6875rem;width:0.0625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0EQHUOHgqaKeq7EgQLblPdEdbnIQVZn { top:3.125rem;left:37.625rem;width:10.125rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xo5oZNKDPMJtcqeLG3lUSTZx87PsTFTy { top:2.8125rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrJVxmTF9IRNSIxIvwQvCUtIl7SMMPVu { top:2.8125rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA { display:block; }#SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s1BdOwzJubOTXpQtViK60cJP1slL3Vpc { top:12.8125rem;left:0rem;width:42.1875rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFs1sr4wZBedC1GBWTJUX7r7fFZSwSFD { width:35rem;height:4.375rem;top:27.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8n6KIH2vgLRmRktdThzwbpzmNoRb24R { display:block; }
 }@media only screen and (max-width: 763px) { #UouWmMXSWB6VfTZtBTS4KGulRvWQMLGx { top:32.6875rem;left:0rem;width:34.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1zxogcAnJWvkqtt8UQGRlhzWAE13QWJ { display:block; }#V1zxogcAnJWvkqtt8UQGRlhzWAE13QWJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EEA2D4WeJ48CWZBrVXpPs08Cw1SP9mf7 { top:2.9375rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZ4piCwGcTTvVf4ERqPF8IPWZqixhXFS { top:7.625rem;left:0rem;width:47.75rem;height:4.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yK2VHX5cQDriRW1TpN1MTTKl31HNO9Cc { display:block; }#yK2VHX5cQDriRW1TpN1MTTKl31HNO9Cc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZHkJTJwVZvLZUboTyuyDJKSIa7Ez5VIT { top:1.25rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiWa1wd6DI8iTOZaeLvqdXOcv4P1w0A4 { top:6rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsLrPOmJQqZqKGUzypsfWuH8gHcXT3eI { top:10.9375rem;left:0rem;width:47.75rem;height:7.3125rem;font-size:0.9375rem;display:block; }#TsLrPOmJQqZqKGUzypsfWuH8gHcXT3eI li:before{  }
 }@media only screen and (max-width: 763px) { #srzetfBm03Otad1LXK3kQkDtms1nZd9Z { display:block; }#srzetfBm03Otad1LXK3kQkDtms1nZd9Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KVxGnFVqPJf8QBIFHTqtxAtbkgt0NHwX { width:12.5rem;height:3.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Et529c3MwiR2P685QGdnmgC4WVfgxsUc { display:block; }
 }@media only screen and (max-width: 763px) { #ptHiRFLOQoczWffqB6gmoFbyZavtkZ9x { width:12.5rem;height:3.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSfT49xXl269qP9mIteHS9vbm8U42tFJ { display:block; }
 }@media only screen and (max-width: 763px) { #ADIIqXW6irm2IpeP2Dvq1J4EEThfRdK4 { display:block; }#ADIIqXW6irm2IpeP2Dvq1J4EEThfRdK4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #efbUxEyTqD2F97a192ccterak5mbwTzH { width:15rem;height:3.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUec7d2FWT0w7zAdDbpWIO56IBoiLO97 { display:block; }
 }@media only screen and (max-width: 763px) { #eZTAa1c2KmXgiSslmz4cIZTOK2MiBzIf { width:15rem;height:3.4375rem;top:0rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJGNHMfu5H1W8yWftQCbl0tMyLl3010v { display:block; }
 }@media only screen and (max-width: 763px) { #UmrTxIklla8zXm655eCBnNv0TPb1MOXa { width:15rem;height:3.4375rem;top:0rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfpRym6iQAcyw40woeZMIopoxF7dsN8m { display:block; }
 }@media only screen and (max-width: 763px) { #BmymxqNbZhPyCP4wF8kyTJDKZW4vIy6V { width:15rem;height:3.4375rem;top:0rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #avXtRCvCCS0dXnhT3Zu99kDaqHeLNqI2 { display:block; }
 }@media only screen and (max-width: 763px) { #h6QGeooaTzgplLBL75fn3UrUR5dvSW8q { display:block; }#h6QGeooaTzgplLBL75fn3UrUR5dvSW8q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #diyrTuUABUCw5BfRfuUMDEyxUFXiC6Cf { width:15rem;height:3.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lylmuJwK5oLfH61OdHMxry8q3MKrI8vs { display:block; }
 }@media only screen and (max-width: 763px) { #lrnw1E0rwLGyte8UzAqPrVWz2xfI8Vnm { width:15rem;height:3.4375rem;top:0rem;left:1.3750019073486rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBuaL3ZilkGTLqqBqym1dQuMxzLCWp0R { display:block; }
 }@media only screen and (max-width: 763px) { #OKceRKKA7BrgUMVitbwnKbtABAvQsKpz { width:15rem;height:3.4375rem;top:0rem;left:16.375001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCPNZg3V9fdTklI3ufFttQfgkoxXXDb9 { display:block; }
 }@media only screen and (max-width: 763px) { #IBKJ8AbFmUGRaU8HPQbKkCKH4TcV2Psz { width:15rem;height:3.4375rem;top:0rem;left:31.375001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayOAbBbGEXwOAOsMUnzn95QeQ0Qsi8HW { display:block; }
 }@media only screen and (max-width: 763px) { #eBIQQOioqpBe87c118h7FtqTAdipA1ec { display:block; }#eBIQQOioqpBe87c118h7FtqTAdipA1ec > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m9pRTOhy3n8Hpus31Kgxei4hfn2eDAxH { top:7.5rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUeSzWsyzsTxR7vP0eNwP98lg7PFmaCi { top:10rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8gprn0LRp00LqhDDrCvEdTHL2PHdTTT { top:7.5rem;left:23.936851501465rem;width:12.5rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnQ7xUM66oRQBvRTEwFFsVBTGIpWT1Dc { top:7.5rem;left:35.25rem;width:12.5rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEHnK8GSd9f0b96CTondwN32cKEZsOX4 { top:10.625rem;left:0rem;width:12.5rem;height:17.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8GOXwP10KCGWHCKEGgbnvnLp8FTgezx { top:10.625rem;left:23.936851501465rem;width:12.5rem;height:17.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvihmATkCu7zDsEA4nXUbFJtAb5sZWSE { top:10.625rem;left:35.25rem;width:12.5rem;height:17.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8usdRtKFMfBFhOeHxUKZNKgzJW3UZne { top:2.125rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQ60NlDETV2qNC7THsPNlHzhp1TRE8yE { display:block; }#nQ60NlDETV2qNC7THsPNlHzhp1TRE8yE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K5olsF1eu2CT2fl51alvnJ3nDo1Er0Tk { top:7.5rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqqPMqm5gr6fiTNIKyUEo9FPaGJWlHbN { top:10rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuycldHZOZsc4oX69WxzAO61EewflHDJ { top:7.5rem;left:23.936851501465rem;width:12.5rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqZOEKrL4aDmEksJ94TBoGuayRbc8rAe { top:7.5rem;left:35.25rem;width:12.5rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGfLNpy2S2HvrM0lhFuttoxkH9JLZpnZ { top:10.625rem;left:0rem;width:12.5rem;height:12.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAwnMBLT5WfCUfa8Tmi1y7elRqB7xdFR { top:10.625rem;left:23.936851501465rem;width:12.5rem;height:12.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S08hikEu9xF4nfsbxhDev3WvFOuzzsOZ { top:10.625rem;left:35.25rem;width:12.5rem;height:12.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XT2r3b54IZyNnvksdpIvhTUHRpeD2Fhp { top:2.125rem;left:0rem;width:47.75rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRIKK8wWDuch7nCTvfmTQ9DnP9vMIdR8 { display:block; }#WRIKK8wWDuch7nCTvfmTQ9DnP9vMIdR8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gr01R7aHvTkT8WVur0t5pL3pqTxEfDng { top:7.5rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUgcslZzxcJsflrI0QmTgOwadciBSwm8 { top:10rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaFByKcE2sZxT42F5qarq5JqsJBAJug1 { top:7.5rem;left:23.936851501465rem;width:12.5rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mR54JaL7p9zrPVX0Cl3fDQxLSQinMO8f { top:7.5rem;left:35.25rem;width:12.5rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #txApQbuNGKSBfK4FTb3bfSyyCH0wCAgv { top:10.625rem;left:0rem;width:12.5rem;height:17.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XliGuQEgi7WhhXyuMtmDbGE5PnifnB2J { top:10.625rem;left:23.936851501465rem;width:12.5rem;height:17.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlAaQgA4uMtzvTwLpbrcfMp7Gbm5HBoM { top:10.625rem;left:35.25rem;width:12.5rem;height:17.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQKyuPRiTz8N2aGQNTGg2t0v8wSwOSx6 { top:2.125rem;left:0rem;width:47.75rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKCyr7N2LBmtZ3UUOc6p8hxsR8wk2tEt { display:block; }#lKCyr7N2LBmtZ3UUOc6p8hxsR8wk2tEt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ttk5nxeIT4xys5u55toLqekhTUvXAwa9 { top:7.5rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vszL5IdIqipT7qDk2eZQPx7PJiwTWqXZ { top:10rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #svf1HkIyLpCefS3rMZcsirGfIgUIsIfZ { top:7.5rem;left:23.936851501465rem;width:12.5rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dprNqMzTTzZWMzQ5odF5tfBTnkUPGp0q { top:7.5rem;left:35.25rem;width:12.5rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGVph7Qq3OM9fhH7V3lTl5nnFearFX20 { top:10.5625rem;left:0rem;width:12.5rem;height:24.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #urGiD9J03JqR4B4ddbkKE97ppt12yCiv { top:10.5625rem;left:23.936851501465rem;width:12.5rem;height:24.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7Tr4U5yhlZGEXUfqQZhskXDImpJMTz0 { top:10.5625rem;left:35.25rem;width:12.5rem;height:24.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNHw2UEVNzgp79TaMHb9VkVlCyxvdJcK { top:2.125rem;left:0rem;width:47.75rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFhtbgsss95EM6vceBPNszMlUnBcBhO9 { display:block; }#nFhtbgsss95EM6vceBPNszMlUnBcBhO9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTO3T0lmupJvzZv2tVWgUAy3vKtmgARz { top:7.5rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdtWiqgsa3h0bQtp9JWTR86yEg4A9LyD { top:10rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2UVptedwznTlCLXTow4FTZ8i6rqoIbO { top:7.5rem;left:23.936851501465rem;width:12.5rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMHwXh1J5TLLKSsmNlPnJFlL6G5Tzk4l { top:7.5rem;left:35.25rem;width:12.5rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkrrTGZz6Cy3vygERGyFRFZBurpZlQZo { top:10.625rem;left:0rem;width:12.5rem;height:10.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPyPGwAhHiqAM92bu7aCz9MyUJFFgbxB { top:10.625rem;left:23.936851501465rem;width:12.5rem;height:10.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmnP2gBLuGuI58be1X7xb3sCWOyXlRuw { top:10.625rem;left:35.25rem;width:12.5rem;height:10.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3rEWTuci8CwuHOl0TIXnsrfTmQ4dHST { top:2.125rem;left:0rem;width:47.75rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIxlyAGM0mWuC244pTtMRtWl3Nx14KnM { display:block; }#SIxlyAGM0mWuC244pTtMRtWl3Nx14KnM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fnwwXR4FauulmmBvQEIug669TAbVDlMo { top:7.5rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0CKcelEIAQWF4xBiwwre0VbTt1P8T3y { top:10rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGvV2CLFELSTrIX3QPKu4Si8hQoqZyJg { top:7.5rem;left:23.936851501465rem;width:12.5rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q87XnNoDrhD9HWPcC9svUDwl5z02lZNo { top:7.5rem;left:35.25rem;width:12.5rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pROkkqmfkFKiJVixngN0Cv20Lsu7w3wu { top:10.625rem;left:0rem;width:12.5rem;height:10.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWWt3b8pJvixcTILb3VFeMUb0pVh0qbf { top:10.625rem;left:23.936851501465rem;width:12.5rem;height:10.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT5uHWi1Hg9l7s8cWrGyfBxRdyr5nuMS { top:10.625rem;left:35.25rem;width:12.5rem;height:10.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVwe0ZuNB1VDkc3g7WITSx1BsOPHZZ5B { top:2.125rem;left:0rem;width:47.75rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHlXByaaZPMFp2aIAKT0wTbnT07T11nq { display:block; }#pHlXByaaZPMFp2aIAKT0wTbnT07T11nq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nAdpDki6PliaxNFTkAvNVf84vGIs9c1l { top:7.5rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGufIw3XRygZ3PHaPZZumgE8U9VNvQ2S { top:10rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghTmTzGStbHeaFOiKyrSsu8lpZsTQSER { top:7.5rem;left:23.936851501465rem;width:12.5rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tmg1CZTEUgeEzr99tPtGLbneJLqCcHJW { top:7.5rem;left:35.25rem;width:12.5rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8fzf8G49OnqL1avui8qbt60xmaKUl1S { top:10.625rem;left:0rem;width:12.5rem;height:10.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtZMCUssbuPSvmOgu26G7f9qbawH7dv9 { top:10.625rem;left:23.936851501465rem;width:12.5rem;height:10.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BI0lRumuBoTld975pJruNGaDHzbwwgO0 { top:10.625rem;left:35.25rem;width:12.5rem;height:10.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7MBGMaqBeBlPTrNe3V826vrVgFFvo2e { top:2.125rem;left:0rem;width:47.75rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIHV6uKsQh0qXTePUigoRb20iUhxIgOc { display:block; }#mIHV6uKsQh0qXTePUigoRb20iUhxIgOc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G0Pl1xqzh37p3NrGVaoTTgrbs3dEP50K { top:7.5rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hT625pzDxuoU3Wpxl9CL3yrTvCkQBcGs { top:10rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ld5EMNVwnfQAwT6TZelytAvgMiW33Gbu { top:7.5rem;left:23.936851501465rem;width:12.5rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZbUGOG1hTTuB92MviMts1DdzTptfsxE { top:7.5rem;left:35.25rem;width:12.5rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCdT88T59aKqyyLUU7t6Gm2irrWymP4d { top:10.625rem;left:0rem;width:12.5rem;height:10.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXV2hFCdNFTHa7RQwKaps7EJPF0kZ6Z2 { top:10.625rem;left:23.936851501465rem;width:12.5rem;height:10.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaXC77LBKss7CK242EbxFdOqynEV4oPw { top:10.625rem;left:35.25rem;width:12.5rem;height:10.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #woieiJ3GdFE0QA2rnIUIqrdzzxfZWdq9 { top:2.125rem;left:0rem;width:47.75rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t66S7OuTa1A0pW4fuveKn8fEeBnO513A { display:block; }#t66S7OuTa1A0pW4fuveKn8fEeBnO513A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZGNOEXdb1KQ5TFsV9psUnGleTSAnPH7U { top:0.875rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJumzOZeSBIwhx1GimQGTtAgcsL12auQ { width:23.125rem;height:4.375rem;top:3.5625rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6kWNoUEUGumU6ordUGaS2bWDuHitEzW { display:block; }
 }@media only screen and (max-width: 763px) { #vGKhrbvzJEXAKysithUdTXxI0UoxrrSg { display:block; }#vGKhrbvzJEXAKysithUdTXxI0UoxrrSg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MXTNLnntu1novL0mBQD8cwpTC0nAxAdv { top:2.6875rem;left:0rem;width:33.3125rem;height:2.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxEnRCfby1J8TAEMEKVyTXyTXHdKPhvB { top:7rem;left:0rem;width:34.375rem;height:17.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUUCsbkhGn1nDStcZzdPvmAGMy8ZSE9b { top:2.6875rem;left:10.25rem;width:37.5rem;height:2.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzVni9vH8GC7CnKRnDTFaWK4IDaLzZWl { top:6.875rem;left:10.25rem;width:37.5rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6zP9d8CKdENo0sLHcAbNmUy3RZELT6d { display:block; }#E6zP9d8CKdENo0sLHcAbNmUy3RZELT6d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xPxXih1gpp4pDT5FToCOUByvN1NrrzEh { top:3.3125rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoGiiJgBSvGedbQxbqXWtMQKM4gs9CsI { top:7.75rem;left:10.25rem;width:37.5rem;height:20.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwbWp2RkUNZc9ccVysVEdwCeJgkeOiOb { top:7.75rem;left:0rem;width:34.375rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqTNp9mmMUwZ78bPODlZultNo0T8ZSZg { display:block; }#EqTNp9mmMUwZ78bPODlZultNo0T8ZSZg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NuxW6VQxPTFIG7oCVmZUZ2K3KWaNMiS8 { top:7.9375rem;left:0rem;width:47.75rem;height:43.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8PS2t7CfFO2heK5nrCZDgdTcVQgHcn9 { top:5.625rem;left:11.3125rem;width:25.0625rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9S0N5OLLPBPUhxbDOudmbe1IWGyg5em { top:2.8125rem;left:10.375rem;width:26.9375rem;height:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydMpyVcdBzcFpSqMfzqXXN8m8WEPUQUb { display:block; }#ydMpyVcdBzcFpSqMfzqXXN8m8WEPUQUb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ATDmB9C8L7TdUI1pIqi9ct4hFI0KPHC9 { top:0.8125rem;left:0rem;width:47.75rem;height:1.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vErM4yH3oOMxDM7fDL2Hmh88BR1DEoyF { display:block; }#vErM4yH3oOMxDM7fDL2Hmh88BR1DEoyF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sRPhyduG9L8XB9ofuzSslmMDmgoJgPRu { top:8.4375rem;left:35.0625rem;width:12.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ldb4imaLZllZAuvVqR8HWPpCtrUn9cdo { top:8.4375rem;left:38rem;width:9.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvozirDufiJs4dQiBxAR7TSO03BGrkhn { top:4.5rem;left:0rem;width:25rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCGa8PVhZ2RZrnzbg7UwwQhJlgzaTuqa { width:13.4375rem;height:3.125rem;top:2.625rem;left:17.156251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfHLyfRQ4qGdxclq7ARCgnR7BQnnv2Go { display:block; }
 }@media only screen and (max-width: 763px) { #ygINWcB6KHQnfUPiU4SvZTZD1EJBIyIN { top:3.0625rem;left:0rem;width:18.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEcRWIiyKOJd0D49iuRtzZ9TNmPz8Fui { top:3.125rem;left:45.625rem;width:2.125rem;height:2.125rem;display:block; }
#wEcRWIiyKOJd0D49iuRtzZ9TNmPz8Fui > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #MOgQl9qNZwlHbIGqdhax1u9H4PuzGUuZ { top:3.25rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#MOgQl9qNZwlHbIGqdhax1u9H4PuzGUuZ > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #AnPe1AcXS3Zk8f6RToVlbKmA2dpJ7yxx { top:3.25rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#AnPe1AcXS3Zk8f6RToVlbKmA2dpJ7yxx > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #qRsG7SCTq12gEfpWNnnOneTR8Hv6xPHG { top:3.25rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#qRsG7SCTq12gEfpWNnnOneTR8Hv6xPHG > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #M83FQBhCCNv7kZHTl6415MufQbTevnsk { top:7.75rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XENDXPZsVAfBLNCahlpRxBhE8S8CSMO2 { top:9.375rem;left:22.937501907349rem;width:1.875rem;height:1.875rem;display:block; }
#XENDXPZsVAfBLNCahlpRxBhE8S8CSMO2 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #NBqEBSwGD8z7Q3RqQPzgaCeOCT9TIBmu { display:block; }#NBqEBSwGD8z7Q3RqQPzgaCeOCT9TIBmu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wP2ZybV9NB33oFaFRohxBNCSo9men95T { width:13.0625rem;height:3.125rem;top:1.5625rem;left:17.311957836151rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9tT2faldgO9lq5DFJBxd1tE1UtgdgIm { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ImwvZdi67vpkkq74wEBTHhmafDIeAL6E { width:5.625rem;height:2.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCfascAcLQq2PlZNO6VfUBvCtntoFmpI { width:0.0625rem;height:1.875rem;top:1.8389757871627rem;left:17.498481750488rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0EQHUOHgqaKeq7EgQLblPdEdbnIQVZn { width:8.311625rem;height:1.2rem;top:2.2430555820465rem;left:6.1566843986511rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xo5oZNKDPMJtcqeLG3lUSTZx87PsTFTy { width:1.875rem;height:1.875rem;top:1.7180989980698rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrJVxmTF9IRNSIxIvwQvCUtIl7SMMPVu { width:1.875rem;height:1.875rem;top:1.7180989980698rem;left:15.005426406861rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/83e67032-9d40-4c31-94d7-7ec9ead86ea0/introepilation5webp.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA.adaptive-delivery-prevent-bg, #SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA.lazyload, #SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA.lazyloading { background-image: none; }#SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA > .row .container { background-color: transparent; background-image: none; }#SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(71,69,68,0.2); }#SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA > .row .container > .video-iframe-container { display: none; }#SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(71,69,68,0.2); }#SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA > .row > .video-iframe-container { display: none; }#SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA > .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); }#SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA > .row .container { border-width: 0; border-radius: 0; }#SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA > .row .container { width:20rem;height:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s1BdOwzJubOTXpQtViK60cJP1slL3Vpc { width:15.7498125rem;height:6.337875rem;top:6.6221790313719rem;left:0rem;font-size:1.625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wFs1sr4wZBedC1GBWTJUX7r7fFZSwSFD { width:20rem;height:2.5rem;top:21.250001907349rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8n6KIH2vgLRmRktdThzwbpzmNoRb24R { display:block; }
 }@media only screen and (max-width: 763px) { #UouWmMXSWB6VfTZtBTS4KGulRvWQMLGx { width:20rem;height:1.1375rem;top:23.812501907349rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1zxogcAnJWvkqtt8UQGRlhzWAE13QWJ { display:block; }#V1zxogcAnJWvkqtt8UQGRlhzWAE13QWJ > .row .container { width:20rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EEA2D4WeJ48CWZBrVXpPs08Cw1SP9mf7 { width:20rem;height:7.3125rem;top:2.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZ4piCwGcTTvVf4ERqPF8IPWZqixhXFS { width:20rem;height:12rem;top:10.531684875488rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yK2VHX5cQDriRW1TpN1MTTKl31HNO9Cc { display:block; }#yK2VHX5cQDriRW1TpN1MTTKl31HNO9Cc > .row .container { width:20rem;height:22.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZHkJTJwVZvLZUboTyuyDJKSIa7Ez5VIT { width:20rem;height:2.43706875rem;top:1.8125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiWa1wd6DI8iTOZaeLvqdXOcv4P1w0A4 { width:20rem;height:7.5rem;top:5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsLrPOmJQqZqKGUzypsfWuH8gHcXT3eI { width:20rem;height:6.9375rem;top:13.75rem;left:0rem;font-size:0.9375rem;display:block; }#TsLrPOmJQqZqKGUzypsfWuH8gHcXT3eI li:before{  }
 }@media only screen and (max-width: 763px) { #srzetfBm03Otad1LXK3kQkDtms1nZd9Z { display:block; }#srzetfBm03Otad1LXK3kQkDtms1nZd9Z > .row .container { width:20rem;height:4.1218872070312rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KVxGnFVqPJf8QBIFHTqtxAtbkgt0NHwX { width:6.25rem;height:3.4375rem;top:0.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Et529c3MwiR2P685QGdnmgC4WVfgxsUc { display:block; }
 }@media only screen and (max-width: 763px) { #ptHiRFLOQoczWffqB6gmoFbyZavtkZ9x { width:6.25rem;height:3.4375rem;top:0.684684753418rem;left:6.8750004768369rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSfT49xXl269qP9mIteHS9vbm8U42tFJ { display:block; }
 }@media only screen and (max-width: 763px) { #ADIIqXW6irm2IpeP2Dvq1J4EEThfRdK4 { display:block; }#ADIIqXW6irm2IpeP2Dvq1J4EEThfRdK4 > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #efbUxEyTqD2F97a192ccterak5mbwTzH { width:4.375rem;height:3.4375rem;top:0rem;left:0.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUec7d2FWT0w7zAdDbpWIO56IBoiLO97 { display:block; }
 }@media only screen and (max-width: 763px) { #eZTAa1c2KmXgiSslmz4cIZTOK2MiBzIf { width:4.375rem;height:3.4375rem;top:0rem;left:5.0000004768372rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJGNHMfu5H1W8yWftQCbl0tMyLl3010v { display:block; }
 }@media only screen and (max-width: 763px) { #UmrTxIklla8zXm655eCBnNv0TPb1MOXa { width:4.375rem;height:3.4375rem;top:0rem;left:9.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfpRym6iQAcyw40woeZMIopoxF7dsN8m { display:block; }
 }@media only screen and (max-width: 763px) { #BmymxqNbZhPyCP4wF8kyTJDKZW4vIy6V { width:4.375rem;height:3.4375rem;top:0rem;left:13.750000953674rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #avXtRCvCCS0dXnhT3Zu99kDaqHeLNqI2 { display:block; }
 }@media only screen and (max-width: 763px) { #h6QGeooaTzgplLBL75fn3UrUR5dvSW8q { display:block; }#h6QGeooaTzgplLBL75fn3UrUR5dvSW8q > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #diyrTuUABUCw5BfRfuUMDEyxUFXiC6Cf { width:4.375rem;height:3.4375rem;top:0rem;left:0.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lylmuJwK5oLfH61OdHMxry8q3MKrI8vs { display:block; }
 }@media only screen and (max-width: 763px) { #lrnw1E0rwLGyte8UzAqPrVWz2xfI8Vnm { width:4.375rem;height:3.4375rem;top:0rem;left:5.0000004768372rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBuaL3ZilkGTLqqBqym1dQuMxzLCWp0R { display:block; }
 }@media only screen and (max-width: 763px) { #OKceRKKA7BrgUMVitbwnKbtABAvQsKpz { width:4.375rem;height:3.4375rem;top:0rem;left:9.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCPNZg3V9fdTklI3ufFttQfgkoxXXDb9 { display:block; }
 }@media only screen and (max-width: 763px) { #IBKJ8AbFmUGRaU8HPQbKkCKH4TcV2Psz { width:4.375rem;height:3.4375rem;top:0rem;left:13.750000953674rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayOAbBbGEXwOAOsMUnzn95QeQ0Qsi8HW { display:block; }
 }@media only screen and (max-width: 763px) { #eBIQQOioqpBe87c118h7FtqTAdipA1ec { display:block; }#eBIQQOioqpBe87c118h7FtqTAdipA1ec > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m9pRTOhy3n8Hpus31Kgxei4hfn2eDAxH { width:4.375rem;height:0.975rem;top:3.3125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUeSzWsyzsTxR7vP0eNwP98lg7PFmaCi { width:20rem;height:0.0625rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8gprn0LRp00LqhDDrCvEdTHL2PHdTTT { width:5rem;height:0.975rem;top:3.3125rem;left:10.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnQ7xUM66oRQBvRTEwFFsVBTGIpWT1Dc { width:5rem;height:0.975rem;top:3.3125rem;left:15rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEHnK8GSd9f0b96CTondwN32cKEZsOX4 { width:9.375rem;height:13.75rem;top:5.8125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8GOXwP10KCGWHCKEGgbnvnLp8FTgezx { width:5rem;height:13.75rem;top:5.8125rem;left:10.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvihmATkCu7zDsEA4nXUbFJtAb5sZWSE { width:5rem;height:13.75rem;top:5.8125rem;left:15rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8usdRtKFMfBFhOeHxUKZNKgzJW3UZne { width:20rem;height:2.0625rem;top:0.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQ60NlDETV2qNC7THsPNlHzhp1TRE8yE { display:block; }#nQ60NlDETV2qNC7THsPNlHzhp1TRE8yE > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K5olsF1eu2CT2fl51alvnJ3nDo1Er0Tk { width:4.375rem;height:0.975rem;top:3.3125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqqPMqm5gr6fiTNIKyUEo9FPaGJWlHbN { width:20rem;height:0.0625rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuycldHZOZsc4oX69WxzAO61EewflHDJ { width:5rem;height:0.975rem;top:3.3125rem;left:10.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqZOEKrL4aDmEksJ94TBoGuayRbc8rAe { width:5rem;height:0.975rem;top:3.3125rem;left:15rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGfLNpy2S2HvrM0lhFuttoxkH9JLZpnZ { width:9.375rem;height:9.625rem;top:5.8125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAwnMBLT5WfCUfa8Tmi1y7elRqB7xdFR { width:5rem;height:9.625rem;top:5.8125rem;left:10.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S08hikEu9xF4nfsbxhDev3WvFOuzzsOZ { width:5rem;height:9.625rem;top:5.8125rem;left:15rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XT2r3b54IZyNnvksdpIvhTUHRpeD2Fhp { width:20rem;height:2.0625rem;top:0.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRIKK8wWDuch7nCTvfmTQ9DnP9vMIdR8 { display:block; }#WRIKK8wWDuch7nCTvfmTQ9DnP9vMIdR8 > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gr01R7aHvTkT8WVur0t5pL3pqTxEfDng { width:4.375rem;height:0.975rem;top:3.3125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUgcslZzxcJsflrI0QmTgOwadciBSwm8 { width:20rem;height:0.0625rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaFByKcE2sZxT42F5qarq5JqsJBAJug1 { width:5rem;height:0.975rem;top:3.3125rem;left:10.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mR54JaL7p9zrPVX0Cl3fDQxLSQinMO8f { width:5rem;height:0.975rem;top:3.3125rem;left:15rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #txApQbuNGKSBfK4FTb3bfSyyCH0wCAgv { width:9.375rem;height:13.75rem;top:5.8125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XliGuQEgi7WhhXyuMtmDbGE5PnifnB2J { width:5rem;height:13.75rem;top:5.8125rem;left:10.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlAaQgA4uMtzvTwLpbrcfMp7Gbm5HBoM { width:5rem;height:13.75rem;top:5.8125rem;left:15rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQKyuPRiTz8N2aGQNTGg2t0v8wSwOSx6 { width:20rem;height:2.0625rem;top:0.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKCyr7N2LBmtZ3UUOc6p8hxsR8wk2tEt { display:block; }#lKCyr7N2LBmtZ3UUOc6p8hxsR8wk2tEt > .row .container { width:20rem;height:25.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ttk5nxeIT4xys5u55toLqekhTUvXAwa9 { width:4.375rem;height:0.975rem;top:3.3125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vszL5IdIqipT7qDk2eZQPx7PJiwTWqXZ { width:20rem;height:0.0625rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #svf1HkIyLpCefS3rMZcsirGfIgUIsIfZ { width:5rem;height:0.975rem;top:3.3125rem;left:10.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dprNqMzTTzZWMzQ5odF5tfBTnkUPGp0q { width:5rem;height:0.975rem;top:3.3125rem;left:15rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGVph7Qq3OM9fhH7V3lTl5nnFearFX20 { width:9.375rem;height:19.25rem;top:5.8125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #urGiD9J03JqR4B4ddbkKE97ppt12yCiv { width:5rem;height:19.25rem;top:5.8125rem;left:10.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7Tr4U5yhlZGEXUfqQZhskXDImpJMTz0 { width:5rem;height:19.25rem;top:5.8125rem;left:15rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNHw2UEVNzgp79TaMHb9VkVlCyxvdJcK { width:20rem;height:2.0625rem;top:0.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFhtbgsss95EM6vceBPNszMlUnBcBhO9 { display:block; }#nFhtbgsss95EM6vceBPNszMlUnBcBhO9 > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTO3T0lmupJvzZv2tVWgUAy3vKtmgARz { width:4.375rem;height:0.975rem;top:3.3125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdtWiqgsa3h0bQtp9JWTR86yEg4A9LyD { width:20rem;height:0.0625rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2UVptedwznTlCLXTow4FTZ8i6rqoIbO { width:5rem;height:0.975rem;top:3.3125rem;left:10.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMHwXh1J5TLLKSsmNlPnJFlL6G5Tzk4l { width:5rem;height:0.975rem;top:3.3125rem;left:15rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkrrTGZz6Cy3vygERGyFRFZBurpZlQZo { width:9.375rem;height:8.25rem;top:5.8125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPyPGwAhHiqAM92bu7aCz9MyUJFFgbxB { width:5rem;height:8.25rem;top:5.8125rem;left:10.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmnP2gBLuGuI58be1X7xb3sCWOyXlRuw { width:5rem;height:8.25rem;top:5.8125rem;left:15rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3rEWTuci8CwuHOl0TIXnsrfTmQ4dHST { width:20rem;height:2.0625rem;top:0.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIxlyAGM0mWuC244pTtMRtWl3Nx14KnM { display:block; }#SIxlyAGM0mWuC244pTtMRtWl3Nx14KnM > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fnwwXR4FauulmmBvQEIug669TAbVDlMo { width:4.375rem;height:0.975rem;top:3.3125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0CKcelEIAQWF4xBiwwre0VbTt1P8T3y { width:20rem;height:0.0625rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGvV2CLFELSTrIX3QPKu4Si8hQoqZyJg { width:5rem;height:0.975rem;top:3.3125rem;left:10.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q87XnNoDrhD9HWPcC9svUDwl5z02lZNo { width:5rem;height:0.975rem;top:3.3125rem;left:15rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pROkkqmfkFKiJVixngN0Cv20Lsu7w3wu { width:9.375rem;height:8.25rem;top:5.8125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWWt3b8pJvixcTILb3VFeMUb0pVh0qbf { width:5rem;height:8.25rem;top:5.8125rem;left:10.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT5uHWi1Hg9l7s8cWrGyfBxRdyr5nuMS { width:5rem;height:8.25rem;top:5.8125rem;left:15rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVwe0ZuNB1VDkc3g7WITSx1BsOPHZZ5B { width:20rem;height:2.0625rem;top:0.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHlXByaaZPMFp2aIAKT0wTbnT07T11nq { display:block; }#pHlXByaaZPMFp2aIAKT0wTbnT07T11nq > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nAdpDki6PliaxNFTkAvNVf84vGIs9c1l { width:4.375rem;height:0.975rem;top:3.3125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGufIw3XRygZ3PHaPZZumgE8U9VNvQ2S { width:20rem;height:0.0625rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghTmTzGStbHeaFOiKyrSsu8lpZsTQSER { width:5rem;height:0.975rem;top:3.3125rem;left:10.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tmg1CZTEUgeEzr99tPtGLbneJLqCcHJW { width:5rem;height:0.975rem;top:3.3125rem;left:15rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8fzf8G49OnqL1avui8qbt60xmaKUl1S { width:9.375rem;height:8.25rem;top:5.8125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtZMCUssbuPSvmOgu26G7f9qbawH7dv9 { width:5rem;height:8.25rem;top:5.8125rem;left:10.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BI0lRumuBoTld975pJruNGaDHzbwwgO0 { width:5rem;height:8.25rem;top:5.8125rem;left:15rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7MBGMaqBeBlPTrNe3V826vrVgFFvo2e { width:20rem;height:2.0625rem;top:0.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIHV6uKsQh0qXTePUigoRb20iUhxIgOc { display:block; }#mIHV6uKsQh0qXTePUigoRb20iUhxIgOc > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G0Pl1xqzh37p3NrGVaoTTgrbs3dEP50K { width:4.375rem;height:0.975rem;top:3.3125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hT625pzDxuoU3Wpxl9CL3yrTvCkQBcGs { width:20rem;height:0.0625rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ld5EMNVwnfQAwT6TZelytAvgMiW33Gbu { width:5rem;height:0.975rem;top:3.3125rem;left:10.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZbUGOG1hTTuB92MviMts1DdzTptfsxE { width:5rem;height:0.975rem;top:3.3125rem;left:15rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCdT88T59aKqyyLUU7t6Gm2irrWymP4d { width:9.375rem;height:8.25rem;top:5.8125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXV2hFCdNFTHa7RQwKaps7EJPF0kZ6Z2 { width:5rem;height:8.25rem;top:5.8125rem;left:10.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaXC77LBKss7CK242EbxFdOqynEV4oPw { width:5rem;height:8.25rem;top:5.8125rem;left:15rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #woieiJ3GdFE0QA2rnIUIqrdzzxfZWdq9 { width:20rem;height:2.0625rem;top:0.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t66S7OuTa1A0pW4fuveKn8fEeBnO513A { display:block; }#t66S7OuTa1A0pW4fuveKn8fEeBnO513A > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZGNOEXdb1KQ5TFsV9psUnGleTSAnPH7U { width:20rem;height:6rem;top:1.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJumzOZeSBIwhx1GimQGTtAgcsL12auQ { width:19rem;height:4.375rem;top:8.49718125rem;left:0.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6kWNoUEUGumU6ordUGaS2bWDuHitEzW { display:block; }
 }@media only screen and (max-width: 763px) { #vGKhrbvzJEXAKysithUdTXxI0UoxrrSg { display:block; }#vGKhrbvzJEXAKysithUdTXxI0UoxrrSg > .row .container { width:20rem;height:50.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MXTNLnntu1novL0mBQD8cwpTC0nAxAdv { width:20rem;height:2.25rem;top:1.9227466583252rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxEnRCfby1J8TAEMEKVyTXyTXHdKPhvB { width:20rem;height:25.5rem;top:5.3081665039062rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUUCsbkhGn1nDStcZzdPvmAGMy8ZSE9b { width:20rem;height:2.25rem;top:32.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzVni9vH8GC7CnKRnDTFaWK4IDaLzZWl { height:11.233233333333rem;width:20rem;top:36.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6zP9d8CKdENo0sLHcAbNmUy3RZELT6d { display:block; }#E6zP9d8CKdENo0sLHcAbNmUy3RZELT6d > .row .container { width:20rem;height:50.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xPxXih1gpp4pDT5FToCOUByvN1NrrzEh { width:20rem;height:2.25rem;top:1.9075517654419rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoGiiJgBSvGedbQxbqXWtMQKM4gs9CsI { width:20rem;height:28.5rem;top:20.436193466186rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwbWp2RkUNZc9ccVysVEdwCeJgkeOiOb { width:20rem;height:13.6875rem;top:5.3819370269776rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqTNp9mmMUwZ78bPODlZultNo0T8ZSZg { display:block; }#EqTNp9mmMUwZ78bPODlZultNo0T8ZSZg > .row .container { width:20rem;height:54.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NuxW6VQxPTFIG7oCVmZUZ2K3KWaNMiS8 { width:18.125rem;height:44.1875rem;top:7.6866321563719rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8PS2t7CfFO2heK5nrCZDgdTcVQgHcn9 { width:20rem;height:1.2rem;top:5.6863079071045rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9S0N5OLLPBPUhxbDOudmbe1IWGyg5em { width:18.4375rem;height:3.125rem;top:1.9976234436035rem;left:0.78125rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ydMpyVcdBzcFpSqMfzqXXN8m8WEPUQUb { display:block; }#ydMpyVcdBzcFpSqMfzqXXN8m8WEPUQUb > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ATDmB9C8L7TdUI1pIqi9ct4hFI0KPHC9 { width:20rem;height:3rem;top:1.5831298828125rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vErM4yH3oOMxDM7fDL2Hmh88BR1DEoyF { display:block; }#vErM4yH3oOMxDM7fDL2Hmh88BR1DEoyF > .row .container { width:20rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sRPhyduG9L8XB9ofuzSslmMDmgoJgPRu { width:10.5rem;height:0.975rem;top:14.312066555023rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ldb4imaLZllZAuvVqR8HWPpCtrUn9cdo { width:10.75rem;height:0.975rem;top:14.312066555023rem;left:9.18728351593rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #EvozirDufiJs4dQiBxAR7TSO03BGrkhn { width:20rem;height:2.4375rem;top:2.9698371887207rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kCGa8PVhZ2RZrnzbg7UwwQhJlgzaTuqa { width:9.375rem;height:2.0625rem;top:6.3125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfHLyfRQ4qGdxclq7ARCgnR7BQnnv2Go { display:block; }
 }@media only screen and (max-width: 763px) { #ygINWcB6KHQnfUPiU4SvZTZD1EJBIyIN { width:18.6246875rem;height:1.2999125rem;top:1.4219837188721rem;left:0.68739163875581rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wEcRWIiyKOJd0D49iuRtzZ9TNmPz8Fui { display:flex;width:2.12456875rem;height:2.12456875rem;top:9.9375rem;left:10.25rem; }
#wEcRWIiyKOJd0D49iuRtzZ9TNmPz8Fui > img { max-width: 100%;max-height:100%; width:2.12456875rem; height:2.12456875rem; } }@media only screen and (max-width: 763px) { #MOgQl9qNZwlHbIGqdhax1u9H4PuzGUuZ { display:flex;width:1.875rem;height:1.875rem;top:10.0625rem;left:13.0625rem; }
#MOgQl9qNZwlHbIGqdhax1u9H4PuzGUuZ > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #AnPe1AcXS3Zk8f6RToVlbKmA2dpJ7yxx { display:flex;width:1.875rem;height:1.875rem;top:10.0625rem;left:7.6875rem; }
#AnPe1AcXS3Zk8f6RToVlbKmA2dpJ7yxx > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #qRsG7SCTq12gEfpWNnnOneTR8Hv6xPHG { display:flex;width:1.875rem;height:1.875rem;top:10.0625rem;left:5.0625rem; }
#qRsG7SCTq12gEfpWNnnOneTR8Hv6xPHG > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #M83FQBhCCNv7kZHTl6415MufQbTevnsk { width:20rem;height:0.0623915rem;top:13.496637821198rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XENDXPZsVAfBLNCahlpRxBhE8S8CSMO2 { display:flex;width:1.875rem;height:1.875rem;top:15.746855258942rem;left:9.0625009536744rem; }
#XENDXPZsVAfBLNCahlpRxBhE8S8CSMO2 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #NBqEBSwGD8z7Q3RqQPzgaCeOCT9TIBmu { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#NBqEBSwGD8z7Q3RqQPzgaCeOCT9TIBmu > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wP2ZybV9NB33oFaFRohxBNCSo9men95T { width:10.742743rem;height:2.4305555rem;top:1.3731575012207rem;left:4.6283640861511rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9tT2faldgO9lq5DFJBxd1tE1UtgdgIm { display:block; }
 }