.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}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); }#RL54p6GCMCEqxOik98Vca0kDN4VEqT4Q { position:relative;display:block; }#RL54p6GCMCEqxOik98Vca0kDN4VEqT4Q { background-color: transparent; background-image: none; }#RL54p6GCMCEqxOik98Vca0kDN4VEqT4Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RL54p6GCMCEqxOik98Vca0kDN4VEqT4Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RL54p6GCMCEqxOik98Vca0kDN4VEqT4Q > .row .container > .video-iframe-container { display: none; }#RL54p6GCMCEqxOik98Vca0kDN4VEqT4Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RL54p6GCMCEqxOik98Vca0kDN4VEqT4Q > .row > .video-iframe-container { display: none; }#RL54p6GCMCEqxOik98Vca0kDN4VEqT4Q > .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); }#RL54p6GCMCEqxOik98Vca0kDN4VEqT4Q { border-width: 0; border-radius: 0; }#RL54p6GCMCEqxOik98Vca0kDN4VEqT4Q > .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; }#RL54p6GCMCEqxOik98Vca0kDN4VEqT4Q > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#051e50;background-image:none;font-size:0.875rem;font-family:arial;height:4.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xAqQZwLxdRluDPfPcZAuTeXw2XZKSGA4 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:6.6875rem;top:0.0625rem;left:0.6318359375rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:14.25rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#HvnfuqdZqe3QtAwOgAITIzvKXpRVzHTo { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:60rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#Q8vaOTCG8mZcnHfGriNreRHZdlhnIPx2 { position:relative;display:block; }#Q8vaOTCG8mZcnHfGriNreRHZdlhnIPx2 { background-color: transparent; background-image: none; }#Q8vaOTCG8mZcnHfGriNreRHZdlhnIPx2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8vaOTCG8mZcnHfGriNreRHZdlhnIPx2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8vaOTCG8mZcnHfGriNreRHZdlhnIPx2 > .row .container > .video-iframe-container { display: none; }#Q8vaOTCG8mZcnHfGriNreRHZdlhnIPx2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8vaOTCG8mZcnHfGriNreRHZdlhnIPx2 > .row > .video-iframe-container { display: none; }#Q8vaOTCG8mZcnHfGriNreRHZdlhnIPx2 > .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); }#Q8vaOTCG8mZcnHfGriNreRHZdlhnIPx2 { border-width: 0; border-radius: 0; }#Q8vaOTCG8mZcnHfGriNreRHZdlhnIPx2 > .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; }#Q8vaOTCG8mZcnHfGriNreRHZdlhnIPx2 > .row .container { border-top:0.125rem solid #333333;border-left:0.125rem solid #333333;border-right:0.125rem solid #333333;border-bottom:0.125rem solid #333333;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:31.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HrhURJv19hLi6nmMiCg8gJENOZkCee3X { color:#000000;display:block;width:58.375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.625rem;left:0.65625rem;height:2.6rem;display:block; }
#HSFwzAKpFTlwE5PmUR3Vh1IVe8BuotBQ { color:#000000;display:block;width:58.375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:11.4375rem;left:0.65625rem;height:2.6rem;display:block; }
#EUfhZ02EGJntMT3TzlaU4S4yO5Kfymqk { color:#ff0000;display:block;width:28.9375rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:9.5625rem;left:0.65625rem;height:1.625rem;font-style:normal;display:block; }
#tlTSTHP3u0bMgHzrafpoOn3TcOEL3rlU { position:absolute;display:block;z-index:15003;border-top:0.0625rem solid #333333;border-left:0.0625rem solid #333333;border-right:0.0625rem solid #333333;border-bottom:0.0625rem solid #333333;box-shadow: none;height:15.625rem;width:28.625rem;top:14.818359375rem;left:28.3046875rem;display:block; }
#T93vzssEH2zuJ3U4OmTPNGWXG8vKn9V5 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.875rem;width:22.875rem;top:14.943359375rem;left:2.46875rem;overflow:hidden;display:block; }
#XeAJr4BIGJQ4clT6PGC3BHbp4wrc4kLZ { position:absolute;display:block;z-index:15007;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:19.75rem;top:21.55078125rem;left:2.7687492370606rem;display:block; }
#SudC5Cy23SI65S08Ew97kmk51h3IoMM2 { background-color:#051e50;background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffd700;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.625rem;height:2.25rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:22.132030487061rem;left:3.6437492370606rem;display:block; }
#aylzCMG1FXJNJR6ArR1MBab4mWqLEkt8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sNZkQ6vTIVO0zSdcqbGkvV0oyS0hJMGf { position:relative;display:block; }#sNZkQ6vTIVO0zSdcqbGkvV0oyS0hJMGf { background-color: transparent; background-image: none; }#sNZkQ6vTIVO0zSdcqbGkvV0oyS0hJMGf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sNZkQ6vTIVO0zSdcqbGkvV0oyS0hJMGf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sNZkQ6vTIVO0zSdcqbGkvV0oyS0hJMGf > .row .container > .video-iframe-container { display: none; }#sNZkQ6vTIVO0zSdcqbGkvV0oyS0hJMGf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sNZkQ6vTIVO0zSdcqbGkvV0oyS0hJMGf > .row > .video-iframe-container { display: none; }#sNZkQ6vTIVO0zSdcqbGkvV0oyS0hJMGf > .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); }#sNZkQ6vTIVO0zSdcqbGkvV0oyS0hJMGf { border-width: 0; border-radius: 0; }#sNZkQ6vTIVO0zSdcqbGkvV0oyS0hJMGf > .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; }#sNZkQ6vTIVO0zSdcqbGkvV0oyS0hJMGf > .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:19.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uyowBhaeN2rxdxRJOztA3dhLF3IqhZTQ { color:#000000;display:block;width:58.875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.4375rem;left:0.5625rem;height:2.6rem;font-style:normal;display:block; }
#qHwueggAWQ4T7VxM2oWZ7rm5dsTS4Jls { color:#000000;display:block;width:33.75rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.17578125rem;left:0.5625rem;height:9.1rem;display:block; }
#lC2Mz4cPOx0kTNtE9veBVEi9rJV2GgXQ { 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:15rem;width:21.125rem;top:2.53125rem;left:35.5625rem;overflow:hidden;display:block; }
#uPyLXfwQteDGNzQ74TwTnBCmzwHQtJeR { color:#ff0000;display:block;width:29.1875rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:14.3125rem;left:0.5625rem;height:1.4625rem;font-style:normal;display:block; }
#KK7iLyuFAFf56ytPlRG0w3pSdkm0z6wz { color:#ff0000;display:block;width:29.1875rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:16.9453125rem;left:0.5625rem;height:1.4625rem;font-style:normal;display:block; }
#moVAu38AQCfRh0m95XANJ64oQUToQs7K { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8rem;width:8rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:18.407813072204rem;left:0rem; }
#QV8FFSNpXntnQiICqNT3zvHeT2i4gs2T { position:relative;display:block; }#QV8FFSNpXntnQiICqNT3zvHeT2i4gs2T { background-color: transparent; background-image: none; }#QV8FFSNpXntnQiICqNT3zvHeT2i4gs2T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QV8FFSNpXntnQiICqNT3zvHeT2i4gs2T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QV8FFSNpXntnQiICqNT3zvHeT2i4gs2T > .row .container > .video-iframe-container { display: none; }#QV8FFSNpXntnQiICqNT3zvHeT2i4gs2T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QV8FFSNpXntnQiICqNT3zvHeT2i4gs2T > .row > .video-iframe-container { display: none; }#QV8FFSNpXntnQiICqNT3zvHeT2i4gs2T > .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); }#QV8FFSNpXntnQiICqNT3zvHeT2i4gs2T { border-width: 0; border-radius: 0; }#QV8FFSNpXntnQiICqNT3zvHeT2i4gs2T > .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; }#QV8FFSNpXntnQiICqNT3zvHeT2i4gs2T > .row .container { border-top:0.125rem solid #333333;border-left:0.125rem solid #333333;border-right:0.125rem solid #333333;border-bottom:0.125rem solid #333333;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kTCenUycvAAS4vwzPNxdxRAKiNw9zdIS { color:#000000;display:block;width:25rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.625rem;left:7.4539070129394rem;height:19.5rem;display:block; }
#A8ehPiCDVEqxZKlxT3ZME3UhWC0ilzN8 { color:#000000;display:block;width:44.125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:21.75rem;left:7.3992195129394rem;height:1.3rem;display:block; }
#Mf8cFtkBZqgLM2kHzfAJo6rHIfRlToQC { position:absolute;display:block;z-index:15004;border-top:0.0625rem solid #051e50;border-left:0.0625rem solid #051e50;border-right:0.0625rem solid #051e50;border-bottom:0.0625rem solid #051e50;box-shadow: none;height:14.375rem;width:25.8125rem;top:4.2242186546326rem;left:33.280160710452rem;display:block; }
#e5vNZO2dlbH1UvLkZAUyCKO9R1685Rzd { position:relative;display:block; }#e5vNZO2dlbH1UvLkZAUyCKO9R1685Rzd { background-color: transparent; background-image: none; }#e5vNZO2dlbH1UvLkZAUyCKO9R1685Rzd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e5vNZO2dlbH1UvLkZAUyCKO9R1685Rzd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e5vNZO2dlbH1UvLkZAUyCKO9R1685Rzd > .row .container > .video-iframe-container { display: none; }#e5vNZO2dlbH1UvLkZAUyCKO9R1685Rzd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e5vNZO2dlbH1UvLkZAUyCKO9R1685Rzd > .row > .video-iframe-container { display: none; }#e5vNZO2dlbH1UvLkZAUyCKO9R1685Rzd > .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); }#e5vNZO2dlbH1UvLkZAUyCKO9R1685Rzd { border-width: 0; border-radius: 0; }#e5vNZO2dlbH1UvLkZAUyCKO9R1685Rzd > .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; }#e5vNZO2dlbH1UvLkZAUyCKO9R1685Rzd > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #ff0000;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OWREOg2nO7SXJ7RsC6l3DoIUwRcSJNTq { color:#ff0000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.880859375rem;left:0.65625rem;height:1.625rem;font-style:normal;display:block; }
#GoLJPwIbrvqg6Wf8lgqQONZFBOb3RUxf { position:relative;display:block; }#GoLJPwIbrvqg6Wf8lgqQONZFBOb3RUxf { background-color: transparent; background-image: none; }#GoLJPwIbrvqg6Wf8lgqQONZFBOb3RUxf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GoLJPwIbrvqg6Wf8lgqQONZFBOb3RUxf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GoLJPwIbrvqg6Wf8lgqQONZFBOb3RUxf > .row .container > .video-iframe-container { display: none; }#GoLJPwIbrvqg6Wf8lgqQONZFBOb3RUxf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GoLJPwIbrvqg6Wf8lgqQONZFBOb3RUxf > .row > .video-iframe-container { display: none; }#GoLJPwIbrvqg6Wf8lgqQONZFBOb3RUxf > .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); }#GoLJPwIbrvqg6Wf8lgqQONZFBOb3RUxf { border-width: 0; border-radius: 0; }#GoLJPwIbrvqg6Wf8lgqQONZFBOb3RUxf > .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; }#GoLJPwIbrvqg6Wf8lgqQONZFBOb3RUxf > .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:31.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#q3qOfp0L8KpKThWTi9R7cqKrVMTMUQZV { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.625rem;width:7.625rem;top:0.75rem;left:18.75rem;overflow:hidden;display:block; }
#QRvXZEHsCIB8IwcThRG9rBpkDKNTg2sw { color:#000000;display:block;width:13.0625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.375rem;left:16.03125rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#XHMkkweeFzUfuJwEqq3sBVlhvAV89QGl { color:#000000;display:block;width:13.125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:12.921875rem;left:16rem;height:14.3rem;display:block; }
#cff7osAcTEsuUivvAlfPlbA16ooLTGmx { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.625rem;width:7.625rem;top:0.75rem;left:33.750001907349rem;overflow:hidden;display:block; }
#loXocFFEWmL0KJDGk734P35TUe3PzEBV { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.625rem;width:7.625rem;top:0.75rem;left:48.750001907349rem;overflow:hidden;display:block; }
#OoLoMOG7GsngaDFBdCOraWvvsbm60O16 { color:#000000;display:block;width:13.8125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8.375rem;left:30.656251907349rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#F9Po5Xkm3PRQkyv5KnA4mcpgzZni0336 { color:#000000;display:block;width:13.1875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:8.3734359741213rem;left:45.968751907349rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#RWWlfvaVzUatNaQWVskS5lGk8Peoo8pl { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:12.921875rem;left:31.281251907349rem;height:15.6rem;display:block; }
#sOlnDeTRVV5Ce9GRBF21O0zGFbG9kK0y { color:#000000;display:block;width:13.0625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:12.90234375rem;left:46.031251907349rem;height:15.6rem;display:block; }
#FsBAcOvlPET1EItCiD1qLn4G3cCmJfoL { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.375rem;width:7.625rem;top:1.375rem;left:3.6875rem;overflow:hidden;display:block; }
#oTXz9LGx46xrUkbQiaUgZFdynHOoBN89 { color:#000000;display:block;width:13.0625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:8.375rem;left:0.96875rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#BagKt66HPZeKED4zksmcLx65HvgCJBqW { color:#000000;display:block;width:13.125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:12.921875rem;left:0.9375rem;height:18.2rem;display:block; }
#oGbwdaeCJw6dPxg09auL5xWzhRDlbLBb { position:relative;display:block; }#oGbwdaeCJw6dPxg09auL5xWzhRDlbLBb { background-color: transparent; background-image: none; }#oGbwdaeCJw6dPxg09auL5xWzhRDlbLBb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oGbwdaeCJw6dPxg09auL5xWzhRDlbLBb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oGbwdaeCJw6dPxg09auL5xWzhRDlbLBb > .row .container > .video-iframe-container { display: none; }#oGbwdaeCJw6dPxg09auL5xWzhRDlbLBb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oGbwdaeCJw6dPxg09auL5xWzhRDlbLBb > .row > .video-iframe-container { display: none; }#oGbwdaeCJw6dPxg09auL5xWzhRDlbLBb > .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); }#oGbwdaeCJw6dPxg09auL5xWzhRDlbLBb { border-width: 0; border-radius: 0; }#oGbwdaeCJw6dPxg09auL5xWzhRDlbLBb > .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; }#oGbwdaeCJw6dPxg09auL5xWzhRDlbLBb > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #ff0000;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fxT4OwgSXS81ixvb04B48Iu1OHF1J6xU { color:#ff0000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1rem;left:0.59375rem;height:1.625rem;font-style:normal;display:block; }
#vZVfs4fQCDXTUo3Jk44pUg8arWFvRF0l { position:relative;display:block; }#vZVfs4fQCDXTUo3Jk44pUg8arWFvRF0l { background-color: transparent; background-image: none; }#vZVfs4fQCDXTUo3Jk44pUg8arWFvRF0l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vZVfs4fQCDXTUo3Jk44pUg8arWFvRF0l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vZVfs4fQCDXTUo3Jk44pUg8arWFvRF0l > .row .container > .video-iframe-container { display: none; }#vZVfs4fQCDXTUo3Jk44pUg8arWFvRF0l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vZVfs4fQCDXTUo3Jk44pUg8arWFvRF0l > .row > .video-iframe-container { display: none; }#vZVfs4fQCDXTUo3Jk44pUg8arWFvRF0l > .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); }#vZVfs4fQCDXTUo3Jk44pUg8arWFvRF0l { border-width: 0; border-radius: 0; }#vZVfs4fQCDXTUo3Jk44pUg8arWFvRF0l > .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; }#vZVfs4fQCDXTUo3Jk44pUg8arWFvRF0l > .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.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#p1AqOXznDzhhTRit8QEuuchd2JoyAGyI { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:10.5rem;width:18.75rem;top:1.2812471389771rem;left:20.625001907349rem;display:block; }
#v5WlcVzZEbP3RBBt6GqHi2u8LvhxIdbq { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:10.5rem;width:18.75rem;top:1.2812471389771rem;left:0.625rem;display:block; }
#KgcHTVGQfwpmF37lIDkTmOSs9DgnTLDm { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:10.5rem;width:18.75rem;top:1.2812471389771rem;left:40.625001907349rem;display:block; }
#HZ8PdRZ04NQeZEBd2Ac9l49qTxxkhUec { position:relative;display:block; }#HZ8PdRZ04NQeZEBd2Ac9l49qTxxkhUec { background-color: transparent; background-image: none; }#HZ8PdRZ04NQeZEBd2Ac9l49qTxxkhUec::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZ8PdRZ04NQeZEBd2Ac9l49qTxxkhUec > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZ8PdRZ04NQeZEBd2Ac9l49qTxxkhUec > .row .container > .video-iframe-container { display: none; }#HZ8PdRZ04NQeZEBd2Ac9l49qTxxkhUec > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZ8PdRZ04NQeZEBd2Ac9l49qTxxkhUec > .row > .video-iframe-container { display: none; }#HZ8PdRZ04NQeZEBd2Ac9l49qTxxkhUec > .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); }#HZ8PdRZ04NQeZEBd2Ac9l49qTxxkhUec { border-width: 0; border-radius: 0; }#HZ8PdRZ04NQeZEBd2Ac9l49qTxxkhUec > .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; }#HZ8PdRZ04NQeZEBd2Ac9l49qTxxkhUec > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #ff0000;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZeatMB56bTF2fbQsAEeNnCUVU098rBTf { color:#ff0000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.25rem;left:0.59375rem;height:1.625rem;font-style:normal;display:block; }
#AUh0ZALnDhhER5PoV5bfVKTo9RKHrZ9u { position:relative;display:block; }#AUh0ZALnDhhER5PoV5bfVKTo9RKHrZ9u { background-color: transparent; background-image: none; }#AUh0ZALnDhhER5PoV5bfVKTo9RKHrZ9u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AUh0ZALnDhhER5PoV5bfVKTo9RKHrZ9u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AUh0ZALnDhhER5PoV5bfVKTo9RKHrZ9u > .row .container > .video-iframe-container { display: none; }#AUh0ZALnDhhER5PoV5bfVKTo9RKHrZ9u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AUh0ZALnDhhER5PoV5bfVKTo9RKHrZ9u > .row > .video-iframe-container { display: none; }#AUh0ZALnDhhER5PoV5bfVKTo9RKHrZ9u > .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); }#AUh0ZALnDhhER5PoV5bfVKTo9RKHrZ9u { border-width: 0; border-radius: 0; }#AUh0ZALnDhhER5PoV5bfVKTo9RKHrZ9u > .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; }#AUh0ZALnDhhER5PoV5bfVKTo9RKHrZ9u > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TDtpV3ZD7kSpT4gTZ6gP10N5ZUCMCEtA { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.625rem;width:12.4375rem;top:0.56249618530274rem;left:1.28125rem;overflow:hidden;display:block; }
#aOlPDGu9ST4uVPdD3DVsbSJpBpNr9JUR { position:absolute;display:block;z-index:15001;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:17.5rem;width:13.625rem;top:0.5625rem;left:15.6875rem;overflow:hidden;display:block; }
#oty3mIg5Bxb8gTzDgfHEJUw3pVxr8D5v { 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:17.5rem;width:13.625rem;top:0.5625rem;left:30.6875rem;overflow:hidden;display:block; }
#Ux3xsQWZOcTI4JRVrz4lxpdpK9GcOHsv { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:13.625rem;top:0.5625rem;left:45.6875rem;overflow:hidden;display:block; }
#OEyKuxxUDlh2tv1rAXxGbiyEQkgCZMLP { position:relative;display:block; }#OEyKuxxUDlh2tv1rAXxGbiyEQkgCZMLP { background-color: transparent; background-image: none; }#OEyKuxxUDlh2tv1rAXxGbiyEQkgCZMLP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OEyKuxxUDlh2tv1rAXxGbiyEQkgCZMLP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OEyKuxxUDlh2tv1rAXxGbiyEQkgCZMLP > .row .container > .video-iframe-container { display: none; }#OEyKuxxUDlh2tv1rAXxGbiyEQkgCZMLP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OEyKuxxUDlh2tv1rAXxGbiyEQkgCZMLP > .row > .video-iframe-container { display: none; }#OEyKuxxUDlh2tv1rAXxGbiyEQkgCZMLP > .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); }#OEyKuxxUDlh2tv1rAXxGbiyEQkgCZMLP { border-width: 0; border-radius: 0; }#OEyKuxxUDlh2tv1rAXxGbiyEQkgCZMLP > .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; }#OEyKuxxUDlh2tv1rAXxGbiyEQkgCZMLP > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #ff0000;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TMRXXuOJp1S5PoCpiH6Q74Tu8GRbFqvS { color:#ff0000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.9375rem;left:0.65625rem;height:1.625rem;font-style:normal;display:block; }
#gaTiGEc3cIN9Pcbzv1p0tsHAdlkzxQgm { position:relative;display:block; }#gaTiGEc3cIN9Pcbzv1p0tsHAdlkzxQgm { background-color: transparent; background-image: none; }#gaTiGEc3cIN9Pcbzv1p0tsHAdlkzxQgm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gaTiGEc3cIN9Pcbzv1p0tsHAdlkzxQgm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gaTiGEc3cIN9Pcbzv1p0tsHAdlkzxQgm > .row .container > .video-iframe-container { display: none; }#gaTiGEc3cIN9Pcbzv1p0tsHAdlkzxQgm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gaTiGEc3cIN9Pcbzv1p0tsHAdlkzxQgm > .row > .video-iframe-container { display: none; }#gaTiGEc3cIN9Pcbzv1p0tsHAdlkzxQgm > .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); }#gaTiGEc3cIN9Pcbzv1p0tsHAdlkzxQgm { border-width: 0; border-radius: 0; }#gaTiGEc3cIN9Pcbzv1p0tsHAdlkzxQgm > .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; }#gaTiGEc3cIN9Pcbzv1p0tsHAdlkzxQgm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OCkryBeKQvdUFZsnm1KB9MWBCtONSzHT { position:absolute;display:block;z-index:15001;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:17.625rem;width:12.3125rem;top:0.5625rem;left:1.34375rem;overflow:hidden;display:block; }
#ZFLsIT1KTixdm5iaOKP4DCSudsxBakXn { 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:17.625rem;width:12.5625rem;top:0.5625rem;left:15.6875rem;overflow:hidden;display:block; }
#gMibBiIPVXIDGWI2Rq6v2FnlB2zMRea6 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.625rem;width:12.5625rem;top:0.5625rem;left:45.6875rem;overflow:hidden;display:block; }
#NQ8rQxTEWFTrkhpWRG2rkUqEKrV7vsUI { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.375rem;width:8.6875rem;top:0.6875rem;left:33.156251907349rem;overflow:hidden;display:block; }
#rPNTF4pEHcL01sVyDXy2uV4ClfHW2277 { position:relative;display:block; }#rPNTF4pEHcL01sVyDXy2uV4ClfHW2277 { background-color: transparent; background-image: none; }#rPNTF4pEHcL01sVyDXy2uV4ClfHW2277::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rPNTF4pEHcL01sVyDXy2uV4ClfHW2277 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rPNTF4pEHcL01sVyDXy2uV4ClfHW2277 > .row .container > .video-iframe-container { display: none; }#rPNTF4pEHcL01sVyDXy2uV4ClfHW2277 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rPNTF4pEHcL01sVyDXy2uV4ClfHW2277 > .row > .video-iframe-container { display: none; }#rPNTF4pEHcL01sVyDXy2uV4ClfHW2277 > .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); }#rPNTF4pEHcL01sVyDXy2uV4ClfHW2277 { border-width: 0; border-radius: 0; }#rPNTF4pEHcL01sVyDXy2uV4ClfHW2277 > .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; }#rPNTF4pEHcL01sVyDXy2uV4ClfHW2277 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#051e50;background-image:none;font-size:0.875rem;font-family:arial;height:3.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KXyALSubFMWrIq75J00Amv2Ss9FWnI6u { color:#ffd700;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.73046875rem;left:1.46875rem;height:1.7875rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #RL54p6GCMCEqxOik98Vca0kDN4VEqT4Q { display:block; }#RL54p6GCMCEqxOik98Vca0kDN4VEqT4Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xAqQZwLxdRluDPfPcZAuTeXw2XZKSGA4 { top:0.0625rem;left:0rem;width:6.6875rem;height:3.9375rem;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) { #HvnfuqdZqe3QtAwOgAITIzvKXpRVzHTo { top:0rem;left:0rem;width:47.75rem;height:10.942708333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8vaOTCG8mZcnHfGriNreRHZdlhnIPx2 { display:block; }#Q8vaOTCG8mZcnHfGriNreRHZdlhnIPx2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HrhURJv19hLi6nmMiCg8gJENOZkCee3X { top:1.625rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSFwzAKpFTlwE5PmUR3Vh1IVe8BuotBQ { top:11.4375rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUfhZ02EGJntMT3TzlaU4S4yO5Kfymqk { top:9.5625rem;left:0rem;width:28.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlTSTHP3u0bMgHzrafpoOn3TcOEL3rlU { top:14.8125rem;left:19rem;width:28.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T93vzssEH2zuJ3U4OmTPNGWXG8vKn9V5 { top:14.9375rem;left:0rem;width:22.875rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeAJr4BIGJQ4clT6PGC3BHbp4wrc4kLZ { width:19.75rem;height:3.375rem;top:22.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SudC5Cy23SI65S08Ew97kmk51h3IoMM2 { width:17.625rem;height:2.25rem;top:22.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aylzCMG1FXJNJR6ArR1MBab4mWqLEkt8 { display:block; }
 }@media only screen and (max-width: 763px) { #sNZkQ6vTIVO0zSdcqbGkvV0oyS0hJMGf { display:block; }#sNZkQ6vTIVO0zSdcqbGkvV0oyS0hJMGf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uyowBhaeN2rxdxRJOztA3dhLF3IqhZTQ { top:0.4375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHwueggAWQ4T7VxM2oWZ7rm5dsTS4Jls { top:4.125rem;left:0rem;width:33.75rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lC2Mz4cPOx0kTNtE9veBVEi9rJV2GgXQ { top:2.5rem;left:26.625rem;width:21.125rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPyLXfwQteDGNzQ74TwTnBCmzwHQtJeR { top:14.3125rem;left:0rem;width:29.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KK7iLyuFAFf56ytPlRG0w3pSdkm0z6wz { top:16.9375rem;left:0rem;width:29.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #moVAu38AQCfRh0m95XANJ64oQUToQs7K { top:18.375rem;left:0rem;width:8rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #QV8FFSNpXntnQiICqNT3zvHeT2i4gs2T { display:block; }#QV8FFSNpXntnQiICqNT3zvHeT2i4gs2T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kTCenUycvAAS4vwzPNxdxRAKiNw9zdIS { top:1.625rem;left:1.3289070129394rem;width:25rem;height:19.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8ehPiCDVEqxZKlxT3ZME3UhWC0ilzN8 { top:21.75rem;left:1.2742195129394rem;width:44.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mf8cFtkBZqgLM2kHzfAJo6rHIfRlToQC { top:4.1875rem;left:21.9375rem;width:25.8125rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5vNZO2dlbH1UvLkZAUyCKO9R1685Rzd { display:block; }#e5vNZO2dlbH1UvLkZAUyCKO9R1685Rzd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OWREOg2nO7SXJ7RsC6l3DoIUwRcSJNTq { top:0.875rem;left:0rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoLJPwIbrvqg6Wf8lgqQONZFBOb3RUxf { display:block; }#GoLJPwIbrvqg6Wf8lgqQONZFBOb3RUxf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q3qOfp0L8KpKThWTi9R7cqKrVMTMUQZV { top:0.75rem;left:14.15625rem;width:7.625rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRvXZEHsCIB8IwcThRG9rBpkDKNTg2sw { top:8.375rem;left:10.8125rem;width:13.0625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHMkkweeFzUfuJwEqq3sBVlhvAV89QGl { top:12.875rem;left:10.75rem;width:13.125rem;height:14.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cff7osAcTEsuUivvAlfPlbA16ooLTGmx { top:0.75rem;left:26.093751907349rem;width:7.625rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #loXocFFEWmL0KJDGk734P35TUe3PzEBV { top:0.75rem;left:38.031251907349rem;width:7.625rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoLoMOG7GsngaDFBdCOraWvvsbm60O16 { top:8.375rem;left:22rem;width:13.8125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9Po5Xkm3PRQkyv5KnA4mcpgzZni0336 { top:8.3125rem;left:34.5625rem;width:13.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWWlfvaVzUatNaQWVskS5lGk8Peoo8pl { top:12.875rem;left:23.25rem;width:12.5625rem;height:15.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOlnDeTRVV5Ce9GRBF21O0zGFbG9kK0y { top:12.875rem;left:34.6875rem;width:13.0625rem;height:15.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsBAcOvlPET1EItCiD1qLn4G3cCmJfoL { top:1.375rem;left:2.15625rem;width:7.625rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTXz9LGx46xrUkbQiaUgZFdynHOoBN89 { top:8.375rem;left:0rem;width:13.0625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BagKt66HPZeKED4zksmcLx65HvgCJBqW { top:12.875rem;left:0rem;width:13.125rem;height:18.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGbwdaeCJw6dPxg09auL5xWzhRDlbLBb { display:block; }#oGbwdaeCJw6dPxg09auL5xWzhRDlbLBb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fxT4OwgSXS81ixvb04B48Iu1OHF1J6xU { top:1rem;left:0rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZVfs4fQCDXTUo3Jk44pUg8arWFvRF0l { display:block; }#vZVfs4fQCDXTUo3Jk44pUg8arWFvRF0l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p1AqOXznDzhhTRit8QEuuchd2JoyAGyI { top:1.25rem;left:13rem;width:18.75rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5WlcVzZEbP3RBBt6GqHi2u8LvhxIdbq { top:1.25rem;left:0rem;width:18.75rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgcHTVGQfwpmF37lIDkTmOSs9DgnTLDm { top:1.25rem;left:28.875rem;width:18.75rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZ8PdRZ04NQeZEBd2Ac9l49qTxxkhUec { display:block; }#HZ8PdRZ04NQeZEBd2Ac9l49qTxxkhUec > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZeatMB56bTF2fbQsAEeNnCUVU098rBTf { top:1.25rem;left:0rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUh0ZALnDhhER5PoV5bfVKTo9RKHrZ9u { display:block; }#AUh0ZALnDhhER5PoV5bfVKTo9RKHrZ9u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TDtpV3ZD7kSpT4gTZ6gP10N5ZUCMCEtA { top:0.5rem;left:0rem;width:12.4375rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOlPDGu9ST4uVPdD3DVsbSJpBpNr9JUR { top:0.5625rem;left:10.25rem;width:13.625rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oty3mIg5Bxb8gTzDgfHEJUw3pVxr8D5v { top:0.5625rem;left:22.1875rem;width:13.625rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ux3xsQWZOcTI4JRVrz4lxpdpK9GcOHsv { top:0.5625rem;left:34.125rem;width:13.625rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEyKuxxUDlh2tv1rAXxGbiyEQkgCZMLP { display:block; }#OEyKuxxUDlh2tv1rAXxGbiyEQkgCZMLP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TMRXXuOJp1S5PoCpiH6Q74Tu8GRbFqvS { top:0.9375rem;left:0rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaTiGEc3cIN9Pcbzv1p0tsHAdlkzxQgm { display:block; }#gaTiGEc3cIN9Pcbzv1p0tsHAdlkzxQgm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OCkryBeKQvdUFZsnm1KB9MWBCtONSzHT { top:0.5625rem;left:0rem;width:12.3125rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFLsIT1KTixdm5iaOKP4DCSudsxBakXn { top:0.5625rem;left:10.25rem;width:12.5625rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMibBiIPVXIDGWI2Rq6v2FnlB2zMRea6 { top:0.5625rem;left:34.125rem;width:12.5625rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQ8rQxTEWFTrkhpWRG2rkUqEKrV7vsUI { top:0.6875rem;left:25.500001907349rem;width:8.6875rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPNTF4pEHcL01sVyDXy2uV4ClfHW2277 { display:block; }#rPNTF4pEHcL01sVyDXy2uV4ClfHW2277 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KXyALSubFMWrIq75J00Amv2Ss9FWnI6u { top:0.6875rem;left:0rem;width:12.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #RL54p6GCMCEqxOik98Vca0kDN4VEqT4Q { display:block; }#RL54p6GCMCEqxOik98Vca0kDN4VEqT4Q > .row .container { width:20rem;height:6.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xAqQZwLxdRluDPfPcZAuTeXw2XZKSGA4 { width:6.6875rem;height:3.9375rem;top:1.25rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:6.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HvnfuqdZqe3QtAwOgAITIzvKXpRVzHTo { width:20rem;height:4.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8vaOTCG8mZcnHfGriNreRHZdlhnIPx2 { display:block; }#Q8vaOTCG8mZcnHfGriNreRHZdlhnIPx2 > .row .container { width:20rem;height:45.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HrhURJv19hLi6nmMiCg8gJENOZkCee3X { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSFwzAKpFTlwE5PmUR3Vh1IVe8BuotBQ { width:20rem;height:0;top:7.975rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUfhZ02EGJntMT3TzlaU4S4yO5Kfymqk { width:20rem;height:0;top:5.1rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlTSTHP3u0bMgHzrafpoOn3TcOEL3rlU { height:10.848799126638rem;width:19.875rem;top:26.954781420765rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T93vzssEH2zuJ3U4OmTPNGWXG8vKn9V5 { width:20rem;height:13.879781420765rem;top:11.825rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeAJr4BIGJQ4clT6PGC3BHbp4wrc4kLZ { width:19.75rem;height:4.875rem;top:18.432814788818rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SudC5Cy23SI65S08Ew97kmk51h3IoMM2 { width:18.25rem;height:3.4375rem;top:19.014064025879rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aylzCMG1FXJNJR6ArR1MBab4mWqLEkt8 { display:block; }
 }@media only screen and (max-width: 763px) { #sNZkQ6vTIVO0zSdcqbGkvV0oyS0hJMGf { display:block; }#sNZkQ6vTIVO0zSdcqbGkvV0oyS0hJMGf > .row .container { width:20rem;height:50.91894375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uyowBhaeN2rxdxRJOztA3dhLF3IqhZTQ { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHwueggAWQ4T7VxM2oWZ7rm5dsTS4Jls { width:20rem;height:10.39844375rem;top:7.69921875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lC2Mz4cPOx0kTNtE9veBVEi9rJV2GgXQ { width:20rem;height:14.201183431953rem;top:26.23144375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPyLXfwQteDGNzQ74TwTnBCmzwHQtJeR { width:20rem;height:2.923825rem;top:19.34765625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KK7iLyuFAFf56ytPlRG0w3pSdkm0z6wz { width:20rem;height:1.4619125rem;top:23.52050625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #moVAu38AQCfRh0m95XANJ64oQUToQs7K { display:flex;width:8rem;height:8rem;top:41.66894375rem;left:6rem; }
 }@media only screen and (max-width: 763px) { #QV8FFSNpXntnQiICqNT3zvHeT2i4gs2T { display:block; }#QV8FFSNpXntnQiICqNT3zvHeT2i4gs2T > .row .container { width:20rem;height:36.868401937046rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kTCenUycvAAS4vwzPNxdxRAKiNw9zdIS { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8ehPiCDVEqxZKlxT3ZME3UhWC0ilzN8 { width:20rem;height:0;top:34.318401937046rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mf8cFtkBZqgLM2kHzfAJo6rHIfRlToQC { height:11.068401937046rem;width:19.875rem;top:22rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5vNZO2dlbH1UvLkZAUyCKO9R1685Rzd { display:block; }#e5vNZO2dlbH1UvLkZAUyCKO9R1685Rzd > .row .container { width:20rem;height:4.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OWREOg2nO7SXJ7RsC6l3DoIUwRcSJNTq { width:12.5rem;height:1.625rem;top:1.25rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoLJPwIbrvqg6Wf8lgqQONZFBOb3RUxf { display:block; }#GoLJPwIbrvqg6Wf8lgqQONZFBOb3RUxf > .row .container { width:20rem;height:116.9437875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q3qOfp0L8KpKThWTi9R7cqKrVMTMUQZV { width:7.625rem;height:7.625rem;top:1.25rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRvXZEHsCIB8IwcThRG9rBpkDKNTg2sw { width:14.75rem;height:3.8994125rem;top:10.125rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHMkkweeFzUfuJwEqq3sBVlhvAV89QGl { width:14.3125rem;height:11.69825rem;top:15.2734375rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cff7osAcTEsuUivvAlfPlbA16ooLTGmx { width:7.625rem;height:7.625rem;top:28.2216875rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #loXocFFEWmL0KJDGk734P35TUe3PzEBV { width:7.625rem;height:7.625rem;top:56.494175rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoLoMOG7GsngaDFBdCOraWvvsbm60O16 { width:14.75rem;height:2.5996125rem;top:37.0966875rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9Po5Xkm3PRQkyv5KnA4mcpgzZni0336 { width:14.75rem;height:2.5996125rem;top:65.369175rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWWlfvaVzUatNaQWVskS5lGk8Peoo8pl { width:14.3125rem;height:14.297875rem;top:40.9463rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOlnDeTRVV5Ce9GRBF21O0zGFbG9kK0y { width:14.3125rem;height:14.297875rem;top:69.2187875rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsBAcOvlPET1EItCiD1qLn4G3cCmJfoL { width:7.625rem;height:6.375rem;top:84.7187875rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTXz9LGx46xrUkbQiaUgZFdynHOoBN89 { width:13.0625rem;height:0;top:92.3437875rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BagKt66HPZeKED4zksmcLx65HvgCJBqW { width:13.125rem;height:0;top:97.4937875rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGbwdaeCJw6dPxg09auL5xWzhRDlbLBb { display:block; }#oGbwdaeCJw6dPxg09auL5xWzhRDlbLBb > .row .container { width:20rem;height:2.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fxT4OwgSXS81ixvb04B48Iu1OHF1J6xU { width:12.5rem;height:1.625rem;top:1.25rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZVfs4fQCDXTUo3Jk44pUg8arWFvRF0l { display:block; }#vZVfs4fQCDXTUo3Jk44pUg8arWFvRF0l > .row .container { width:20rem;height:36.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p1AqOXznDzhhTRit8QEuuchd2JoyAGyI { height:10.5rem;width:18.75rem;top:13rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5WlcVzZEbP3RBBt6GqHi2u8LvhxIdbq { height:10.5rem;width:18.75rem;top:24.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgcHTVGQfwpmF37lIDkTmOSs9DgnTLDm { height:10.5rem;width:18.75rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZ8PdRZ04NQeZEBd2Ac9l49qTxxkhUec { display:block; }#HZ8PdRZ04NQeZEBd2Ac9l49qTxxkhUec > .row .container { width:20rem;height:4.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZeatMB56bTF2fbQsAEeNnCUVU098rBTf { width:12.5rem;height:1.625rem;top:1.25rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUh0ZALnDhhER5PoV5bfVKTo9RKHrZ9u { display:block; }#AUh0ZALnDhhER5PoV5bfVKTo9RKHrZ9u > .row .container { width:20rem;height:76.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TDtpV3ZD7kSpT4gTZ6gP10N5ZUCMCEtA { width:12.4375rem;height:17.625rem;top:1.25rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOlPDGu9ST4uVPdD3DVsbSJpBpNr9JUR { width:13.625rem;height:17.5rem;top:20.125rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oty3mIg5Bxb8gTzDgfHEJUw3pVxr8D5v { width:13.625rem;height:17.5rem;top:38.875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ux3xsQWZOcTI4JRVrz4lxpdpK9GcOHsv { width:13.625rem;height:17.5rem;top:57.625rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEyKuxxUDlh2tv1rAXxGbiyEQkgCZMLP { display:block; }#OEyKuxxUDlh2tv1rAXxGbiyEQkgCZMLP > .row .container { width:20rem;height:3.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TMRXXuOJp1S5PoCpiH6Q74Tu8GRbFqvS { width:12.5rem;height:1.625rem;top:1.25rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaTiGEc3cIN9Pcbzv1p0tsHAdlkzxQgm { display:block; }#gaTiGEc3cIN9Pcbzv1p0tsHAdlkzxQgm > .row .container { width:20rem;height:76.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OCkryBeKQvdUFZsnm1KB9MWBCtONSzHT { width:12.3125rem;height:17.625rem;top:1.25rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFLsIT1KTixdm5iaOKP4DCSudsxBakXn { width:12.5625rem;height:17.625rem;top:20.125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMibBiIPVXIDGWI2Rq6v2FnlB2zMRea6 { width:12.5625rem;height:17.625rem;top:57.875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQ8rQxTEWFTrkhpWRG2rkUqEKrV7vsUI { width:8.8125rem;height:17.5rem;top:39rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPNTF4pEHcL01sVyDXy2uV4ClfHW2277 { display:block; }#rPNTF4pEHcL01sVyDXy2uV4ClfHW2277 > .row .container { width:20rem;height:4.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KXyALSubFMWrIq75J00Amv2Ss9FWnI6u { width:12.5rem;height:1.7871125rem;top:1.25rem;left:3.75rem;font-size:1.375rem;display:block; }
 }