.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:#0c0212;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
 #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 *:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 input[type="text"]:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 input[type="email"]:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 input[type="tel"]:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 textarea:focus-visible { outline: 2px solid rgba(0, 0, 0, 1); } #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); }#tBrytkFvdWwJItqtA4dwmgppShixWUsR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c0212;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#tBrytkFvdWwJItqtA4dwmgppShixWUsR > .row .container { background-color: transparent; background-image: none; }#tBrytkFvdWwJItqtA4dwmgppShixWUsR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tBrytkFvdWwJItqtA4dwmgppShixWUsR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tBrytkFvdWwJItqtA4dwmgppShixWUsR > .row .container > .video-iframe-container { display: none; }#tBrytkFvdWwJItqtA4dwmgppShixWUsR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tBrytkFvdWwJItqtA4dwmgppShixWUsR > .row > .video-iframe-container { display: none; }#tBrytkFvdWwJItqtA4dwmgppShixWUsR > .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); }#tBrytkFvdWwJItqtA4dwmgppShixWUsR > .row .container { border-width: 0; border-radius: 0; }#tBrytkFvdWwJItqtA4dwmgppShixWUsR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tBrytkFvdWwJItqtA4dwmgppShixWUsR > .row .container { font-size:0.875rem;font-family:arial;height:3.8125rem;width:75rem;position:relative;display:block; }#rsh5znU4D7romIzmO5D059Xpveb1RHIT { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:6.5rem;top:1.0625rem;left:5rem;overflow:hidden;display:block; }
#iJ9z1t5GaE5yUZbdgRyJ5psnf8R3hcTd { background-color:transparent;background-image: -webkit-linear-gradient(147deg, #2f7dff, #ff4cd2);background-image: -moz-linear-gradient(147deg, #2f7dff, #ff4cd2);background-image: -ms-linear-gradient(147deg, #2f7dff, #ff4cd2);background-image: -o-linear-gradient(147deg, #2f7dff, #ff4cd2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f7dff', endColorstr='#ff4cd2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f7dff', endColorstr='#ff4cd2' );";background-image: linear-gradient(147deg, #2f7dff, #ff4cd2);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem 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:"be vietnam pro";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:2.1875rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:0.875rem;left:55rem;display:block; }
#zv4J58TUCaVreC4C9EHMcqkbi5sasamk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sWsKiDH519Atfcobmz2JXQIWSw1fHxLV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c0212;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; }#sWsKiDH519Atfcobmz2JXQIWSw1fHxLV > .row .container { background-color: transparent; background-image: none; }#sWsKiDH519Atfcobmz2JXQIWSw1fHxLV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sWsKiDH519Atfcobmz2JXQIWSw1fHxLV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sWsKiDH519Atfcobmz2JXQIWSw1fHxLV > .row .container > .video-iframe-container { display: none; }#sWsKiDH519Atfcobmz2JXQIWSw1fHxLV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sWsKiDH519Atfcobmz2JXQIWSw1fHxLV > .row > .video-iframe-container { display: none; }#sWsKiDH519Atfcobmz2JXQIWSw1fHxLV > .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); }#sWsKiDH519Atfcobmz2JXQIWSw1fHxLV > .row .container { border-width: 0; border-radius: 0; }#sWsKiDH519Atfcobmz2JXQIWSw1fHxLV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sWsKiDH519Atfcobmz2JXQIWSw1fHxLV > .row .container { font-size:0.875rem;font-family:arial;height:7.0625rem;width:75rem;position:relative;display:block; }#Mthz8hTnzeIdat5XJmkuCb6CQSN0p1JJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c0212;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; }#Mthz8hTnzeIdat5XJmkuCb6CQSN0p1JJ > .row .container { background-color: transparent; background-image: none; }#Mthz8hTnzeIdat5XJmkuCb6CQSN0p1JJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mthz8hTnzeIdat5XJmkuCb6CQSN0p1JJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mthz8hTnzeIdat5XJmkuCb6CQSN0p1JJ > .row .container > .video-iframe-container { display: none; }#Mthz8hTnzeIdat5XJmkuCb6CQSN0p1JJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mthz8hTnzeIdat5XJmkuCb6CQSN0p1JJ > .row > .video-iframe-container { display: none; }#Mthz8hTnzeIdat5XJmkuCb6CQSN0p1JJ > .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); }#Mthz8hTnzeIdat5XJmkuCb6CQSN0p1JJ > .row .container { border-width: 0; border-radius: 0; }#Mthz8hTnzeIdat5XJmkuCb6CQSN0p1JJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mthz8hTnzeIdat5XJmkuCb6CQSN0p1JJ > .row .container { font-size:0.875rem;font-family:arial;height:25.5rem;width:75rem;position:relative;display:block; }#JNMdxrZqOlsENJxTfPIDHa7vzGtR4iX9 { 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:29.0625rem;width:41.5rem;top:1.1875rem;left:2.8125rem;overflow:hidden;display:block; }
#nlyDtVrdppHXugfC2wuRsRR7tSUZlX4h { color:#ffffff;display:block;width:27.5rem;position:absolute;font-family:"be vietnam pro";font-size:1.9375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3rem;left:6.25rem;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; }
#xkJ6xZfBXyTCHWv9mFJoD490UdBDTMo8 { color:#ffffff;display:block;width:24.4375rem;position:absolute;font-family:"be vietnam pro";font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:11.3935546875rem;left:6.25rem;height:1.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VWv2JJmwLxz12UpTRk4aTyqaEOzqArXB { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#2f7dff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24rem;height:2.5625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:8.765625rem;left:6.9375rem;display:none; }
#btEJqO1LtibzFobKOxWyZylz1q4BfqWs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GmZT1VZs24lLMEPXAs93bULUhGDEAhrD { color:#ffffff;display:block;width:19.875rem;position:absolute;font-family:arial;font-size:0.6875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:12.8125rem;left:6.9375rem;height:0.89355625rem;display:none; }
#NrtV9J25b30bhDPy7LJpntTB1OisfKxa { color:#ffffff;display:block;width:24.4375rem;position:absolute;font-family:"be vietnam pro";font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:22.21875rem;left:7.21875rem;height:4.875rem;font-style:normal;display:none; }
#OngebFCzVIxs5uGCR6ngo2n59CA40S2u { color:#ffffff;display:block;width:19.875rem;position:absolute;font-family:arial;font-size:0.6875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:12.8125rem;left:6.9375rem;height:0.89355625rem;display:none; }
#ARLReS6EScoCQ7u5MmzokJ1HafhKA1Jq { color:#ffffff;display:block;width:24.4375rem;position:absolute;font-family:"be vietnam pro";font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:22.21875rem;left:7.21875rem;height:4.875rem;font-style:normal;display:none; }
#wtTEl50dqkQdxpUKwBDScoQZkLuev9BK { color:#ffffff;display:block;width:24.4375rem;position:absolute;font-family:"be vietnam pro";font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:13.9375rem;left:6.25rem;height:4.9375rem;font-style:normal;display:block; }#wtTEl50dqkQdxpUKwBDScoQZkLuev9BK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wtTEl50dqkQdxpUKwBDScoQZkLuev9BK li:before{  }
#uaUmnLGLec0qVX1WRxuwql2FCRmcCF8s { 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:40.1875rem;width:70.5rem;display:none; }
#DKmp67vnvw9ZJWT0k70lVfOuVZATfEGF { box-sizing:content-box;height:9.5rem;width:37.5rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;top:18.5rem;left:34.6875rem;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#uoi1GUBSEg8QOfyRNeJ8wKxu1ntUIsht { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#2f7dff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24rem;height:2.5625rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:24.125rem;left:6.1875rem;display:block; }
#KCV4mNROy1y37QbLZ76I3sdbrnr8Qbik { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hHm5Kqo4NmxTFxkq4k2ocfihGHFNtH8b { color:#ffffff;display:block;width:24.4375rem;position:absolute;font-family:"be vietnam pro";font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:20rem;left:6.1875rem;height:2.875rem;font-style:normal;display:block; }
#PX591tmrQ8uPUmn7lO5WnvTnHVSnlhXo { color:#0c0212;display:block;width:33.75rem;position:absolute;font-family:"be vietnam pro";font-size:1.5rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:19.44921875rem;left:36.5625rem;height:3.875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aVbTCadmyVle6RQLIiFUkZ7BtJWvG5WJ { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#2f7dff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24rem;height:2.5625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:8.765625rem;left:6.9375rem;display:none; }
#eiBqauiTwHmf6HorKDN1StTAbDGT2g1L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xTBQgSFubfNqPU9HMy3fayGiTHeZMHIa { background-color:#2f7dff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem 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:"be vietnam pro";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24rem;height:2.5625rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:24.125rem;left:41.5rem;display:block; }
#FLsUpneTQs0FuWp3lpJV11No77vtd5TE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bPA9gDLafnMuTBsB2FV3U8Q5VnEOy3kq { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: none;height:21.4375rem;width:37.625rem;top:2.625rem;left:34.6875rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display: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:73.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#Pc4bIm2e405FD4MoVaGUv43rToNAx9XM { color:#ffffff;display:block;width:19.875rem;position:absolute;font-family:arial;font-size:0.6875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:2.5625rem;left:6rem;height:0.875rem;display:block; }
#SfbuqRLJy6iM4l9HCDOTMVoNJ9bafoBT { position:absolute;display:block;z-index:15011;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:27.0625rem;width:36.5rem;top:44.25rem;left:0rem;overflow:hidden;display:block; }
#UxB8XaofqaWhgJavgTzO6mJMnBU61C94 { position:absolute;display:block;z-index:15014;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:26.4375rem;width:35rem;top:46rem;left:1.25rem;overflow:hidden;display:block; }
#Dfy09HHum2zZzHwpTRuUEmKbMpVKMsHR { color:#0c0212;display:block;width:36rem;position:absolute;font-family:"be vietnam pro";font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:46rem;left:39rem;height:6.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MbIadB8GFG0B1Z9wfKZeWykPawdDgih8 { color:#0c0212;display:block;width:33.75rem;position:absolute;font-family:"be vietnam pro";font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:53.375rem;left:39rem;height:16.25rem;font-style:normal;display:block; }
#OOwyeFCLkHftOSPVPu1T1VX4FGf2P9a0 { color:#f7faff;display:block;width:7.5rem;position:absolute;font-family:"be vietnam pro";font-size:1.125rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:48rem;left:9.875rem;height:2.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EcmLGEH8kgQt6nhs2zlMI8J7qNzN3ZWA { color:#f7faff;display:block;width:6.0625rem;position:absolute;font-family:"be vietnam pro";font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:64.3125rem;left:5.3125rem;height:2.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GC04acf1dObbbBaNOxPnSH3uO77maqx7 { color:#f7faff;display:block;width:8.5rem;position:absolute;font-family:"be vietnam pro";font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:51.75rem;left:25.5625rem;height:2.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aJqlPPaQwhpUpSu92iX0SQLq6vsFTHhk { color:#f7faff;display:block;width:7.5rem;position:absolute;font-family:"be vietnam pro";font-size:1.125rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:62.05078125rem;left:9.875rem;height:2.9248rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#tXwu5yX82qKPr9Kzy5G4qXUDFxidPgXJ { color:#f7faff;display:block;width:8.5rem;position:absolute;font-family:"be vietnam pro";font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:65.82421875rem;left:25.5625rem;height:2.9248rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#iScqmNfiokPfPzZsw924ie38G9LCfaNM { color:#f7faff;display:block;width:6.0625rem;position:absolute;font-family:"be vietnam pro";font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:78.375rem;left:5.3125rem;height:2.9248rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#yvCCqgGFoC3byKsZD5AMe0U7JKiBTPXv { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23rem;width:30.875rem;top:11.1875rem;left:44.125rem;overflow:hidden;display:block; }
#J549eXZsgGNXCCHTCWyXXx8EgloWhfks { color:#0c0212;display:block;width:28.0625rem;position:absolute;font-family:"be vietnam pro";font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:15.375rem;left:4.21875rem;height:6.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MTu17pqNw3QHoXb1dnGWRQEb5v7Uma7r { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.125rem 0.125rem 0.375rem rgba(0,0,0,0.5) ;height:20.375rem;width:36.75rem;top:15.9375rem;left:33.6875rem;display:block; }
#GxuZBINEF5cHKZTTGhyyfErAB4N17N2Q { color:#0c0212;display:block;width:28.125rem;position:absolute;font-family:"be vietnam pro";font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:23.375rem;left:4.21875rem;height:13rem;font-style:normal;display:block; }
#UTLsKgNvP31nHQ74o0xHQQTRGAeX1PXI { 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; }#UTLsKgNvP31nHQ74o0xHQQTRGAeX1PXI > .row .container { background-color: transparent; background-image: none; }#UTLsKgNvP31nHQ74o0xHQQTRGAeX1PXI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTLsKgNvP31nHQ74o0xHQQTRGAeX1PXI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTLsKgNvP31nHQ74o0xHQQTRGAeX1PXI > .row .container > .video-iframe-container { display: none; }#UTLsKgNvP31nHQ74o0xHQQTRGAeX1PXI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTLsKgNvP31nHQ74o0xHQQTRGAeX1PXI > .row > .video-iframe-container { display: none; }#UTLsKgNvP31nHQ74o0xHQQTRGAeX1PXI > .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); }#UTLsKgNvP31nHQ74o0xHQQTRGAeX1PXI > .row .container { border-width: 0; border-radius: 0; }#UTLsKgNvP31nHQ74o0xHQQTRGAeX1PXI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UTLsKgNvP31nHQ74o0xHQQTRGAeX1PXI > .row .container { font-size:0.875rem;font-family:arial;height:38.625rem;width:75rem;position:relative;display:block; }#Uc64kKFvIQadxuGPJgdIyceMK12DJJ1O { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:30.0625rem;width:45.5rem;top:4.28125rem;left:2.9211244541485rem;overflow:hidden;display:block; }
#kcKPrbCuJ8izeNfJSV1hVkcRtVx6SStp { 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:30.125rem;width:27.125rem;top:4.25rem;left:43.548828125rem;overflow:hidden;display:block; }
#MLps15O1qKDMdMHtS0NnXeC5DR5odhib { color:#0c0212;display:block;width:24.625rem;position:absolute;font-family:"be vietnam pro";font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.40625rem;left:46.048828125rem;height:2.875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bAnZ1o2NE7NGDe9JlcScTNu17rCJFcS8 { color:#0c0212;display:block;width:22.0625rem;position:absolute;font-family:"be vietnam pro";font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:14.0419921875rem;left:46.080078125rem;height:7.1875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ww151m1a4xTFRnzxuZt8nlNPRV3EgKpo { color:#2f7dff;display:block;width:23.75rem;position:absolute;font-family:"be vietnam pro";font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:21.7666015625rem;left:46.048828125rem;height:2.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Sf6p1OZT1d1PBW3wA1Lc3vV3ZSxDARer { color:#2f7dff;display:block;width:23.75rem;position:absolute;font-family:"be vietnam pro";font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:11.26806640625rem;left:45.986328125rem;height:1.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#smNSlnUwcQ3EwTh7uPU5qJ3QobT1GPq7 { color:#0c0212;display:block;width:22.5rem;position:absolute;font-family:"be vietnam pro";font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:25.87890625rem;left:46.111328125rem;height:5.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rp9QaHFbpQiQXDdlBLfss2VhaNicCCcL { 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; }#rp9QaHFbpQiQXDdlBLfss2VhaNicCCcL > .row .container { background-color: transparent; background-image: none; }#rp9QaHFbpQiQXDdlBLfss2VhaNicCCcL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rp9QaHFbpQiQXDdlBLfss2VhaNicCCcL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rp9QaHFbpQiQXDdlBLfss2VhaNicCCcL > .row .container > .video-iframe-container { display: none; }#rp9QaHFbpQiQXDdlBLfss2VhaNicCCcL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rp9QaHFbpQiQXDdlBLfss2VhaNicCCcL > .row > .video-iframe-container { display: none; }#rp9QaHFbpQiQXDdlBLfss2VhaNicCCcL > .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); }#rp9QaHFbpQiQXDdlBLfss2VhaNicCCcL > .row .container { border-width: 0; border-radius: 0; }#rp9QaHFbpQiQXDdlBLfss2VhaNicCCcL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rp9QaHFbpQiQXDdlBLfss2VhaNicCCcL > .row .container { font-size:0.875rem;font-family:arial;height:38.625rem;width:75rem;position:relative;display:block; }#qWdFwwP0U8z0hWbh6pW8yhi8GD8iIzDH { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:30.125rem;width:45.1875rem;top:4.25rem;left:24.923828125rem;overflow:hidden;display:block; }
#Qs2NTSzCFTwf6hJWATTrRAahvBhy73CN { 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:30.125rem;width:27.125rem;top:4.25rem;left:3.361328125rem;overflow:hidden;display:block; }
#GsXAOfTQtqnLeHFsTGlsTb60N4qg70pq { color:#0c0212;display:block;width:24.625rem;position:absolute;font-family:"be vietnam pro";font-size:2.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:6.4375rem;left:5.40625rem;height:2.875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Fr9q4scx0IG9gM2rO8H913aImeEV1fax { color:#2f7dff;display:block;width:23.75rem;position:absolute;font-family:"be vietnam pro";font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:11rem;left:5.46875rem;height:1.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xqhR6JzKf0tsdOWUqm9KKfAiv6i0x7BZ { color:#0c0212;display:block;width:21.4375rem;position:absolute;font-family:"be vietnam pro";font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:13.6875rem;left:5.53125rem;height:7.1875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AvDaRGolsQ8VoV8tKE0gS91oyM83xI7v { color:#2f7dff;display:block;width:23.75rem;position:absolute;font-family:"be vietnam pro";font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:22.9375rem;left:5.59375rem;height:2.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rE3EbndVGImH1gqgOTxcoawaGK2AHeOA { color:#0c0212;display:block;width:22rem;position:absolute;font-family:"be vietnam pro";font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:26.8623046875rem;left:5.611328125rem;height:5.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DIxylDMAHGHl8LlVKxTp97iEVw9hMa8P { 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; }#DIxylDMAHGHl8LlVKxTp97iEVw9hMa8P > .row .container { background-color: transparent; background-image: none; }#DIxylDMAHGHl8LlVKxTp97iEVw9hMa8P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DIxylDMAHGHl8LlVKxTp97iEVw9hMa8P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DIxylDMAHGHl8LlVKxTp97iEVw9hMa8P > .row .container > .video-iframe-container { display: none; }#DIxylDMAHGHl8LlVKxTp97iEVw9hMa8P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DIxylDMAHGHl8LlVKxTp97iEVw9hMa8P > .row > .video-iframe-container { display: none; }#DIxylDMAHGHl8LlVKxTp97iEVw9hMa8P > .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); }#DIxylDMAHGHl8LlVKxTp97iEVw9hMa8P > .row .container { border-width: 0; border-radius: 0; }#DIxylDMAHGHl8LlVKxTp97iEVw9hMa8P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DIxylDMAHGHl8LlVKxTp97iEVw9hMa8P > .row .container { font-size:0.875rem;font-family:arial;height:38.625rem;width:75rem;position:relative;display:block; }#O6AkneSi1TBhOT6m6oGSZLbp8ZDTlB1N { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:30.125rem;width:45.1875rem;top:4.28125rem;left:2.9211244541485rem;overflow:hidden;display:block; }
#O20y5gDKc2onvV4Sz8ala6JiqnSoCTFE { 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:30.125rem;width:27.125rem;top:4.25rem;left:43.548828125rem;overflow:hidden;display:block; }
#EsAzGQtkJKpgTqTEz7a6prd5r63QyTTE { color:#0c0212;display:block;width:24.125rem;position:absolute;font-family:"be vietnam pro";font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.71875rem;left:46.111328125rem;height:2.875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TlVtofR2NH40LAWO2HBGLxXMy2cmex59 { color:#0c0212;display:block;width:21.5625rem;position:absolute;font-family:"be vietnam pro";font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:14.0419921875rem;left:46.267578125rem;height:5.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VIJ7GuqeF12mSKetHICCBiJ70uwsKay3 { color:#2f7dff;display:block;width:23.75rem;position:absolute;font-family:"be vietnam pro";font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:22.3916015625rem;left:46.298828125rem;height:1.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FVnOBMD6qqmqekaTzUDUza0PZybRtnOg { color:#2f7dff;display:block;width:23.75rem;position:absolute;font-family:"be vietnam pro";font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:11.26806640625rem;left:46.236328125rem;height:1.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cxFfp7qxL5ETKsB7JMytTiJHuowkHT8S { color:#0c0212;display:block;width:22rem;position:absolute;font-family:"be vietnam pro";font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:25.87890625rem;left:46.298828125rem;height:5.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pKvo1OmkClBnvxGxvIseDTxKbUd8zzb6 { 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; }#pKvo1OmkClBnvxGxvIseDTxKbUd8zzb6 > .row .container { background-color: transparent; background-image: none; }#pKvo1OmkClBnvxGxvIseDTxKbUd8zzb6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pKvo1OmkClBnvxGxvIseDTxKbUd8zzb6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pKvo1OmkClBnvxGxvIseDTxKbUd8zzb6 > .row .container > .video-iframe-container { display: none; }#pKvo1OmkClBnvxGxvIseDTxKbUd8zzb6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pKvo1OmkClBnvxGxvIseDTxKbUd8zzb6 > .row > .video-iframe-container { display: none; }#pKvo1OmkClBnvxGxvIseDTxKbUd8zzb6 > .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); }#pKvo1OmkClBnvxGxvIseDTxKbUd8zzb6 > .row .container { border-width: 0; border-radius: 0; }#pKvo1OmkClBnvxGxvIseDTxKbUd8zzb6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pKvo1OmkClBnvxGxvIseDTxKbUd8zzb6 > .row .container { font-size:0.875rem;font-family:arial;height:39.1875rem;width:75rem;position:relative;display:block; }#TA0PnCDWK4cSGZAkBxn5cvDMNeu4PIX1 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:30.125rem;width:45.1875rem;top:4.25rem;left:24.923828125rem;overflow:hidden;display:block; }
#v7dhLE1sNJfxom4mf2h2a7TuayHt9V0X { 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:30.125rem;width:27.125rem;top:4.25rem;left:3.361328125rem;overflow:hidden;display:block; }
#gTOn3wRFaugVoopg7ouGoX4AUzS6xyb7 { color:#0c0212;display:block;width:24.625rem;position:absolute;font-family:"be vietnam pro";font-size:2.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:6.75rem;left:4.9375rem;height:2.875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#D8Q7qiyz0FJ1DF1iqTTGlgdIzBZQMAsf { color:#2f7dff;display:block;width:23.75rem;position:absolute;font-family:"be vietnam pro";font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:11.375rem;left:5rem;height:1.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NdoobUiCn17lA5sTitlLFDw8P7geMVuD { color:#0c0212;display:block;width:21.4375rem;position:absolute;font-family:"be vietnam pro";font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:13.6875rem;left:5rem;height:7.1875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T4CI0uAOuTTDc3dGmxUvsPqSewLcSIti { color:#2f7dff;display:block;width:23.5625rem;position:absolute;font-family:"be vietnam pro";font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:22.5625rem;left:4.9375rem;height:1.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xtrOxbtbDiB2Cq7qETPEotZ5LMODxteD { color:#0c0212;display:block;width:21.875rem;position:absolute;font-family:"be vietnam pro";font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:24.6494140625rem;left:4.9375rem;height:8.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zsnXRF3EwRkhvhxhkUiOPdDw4MxTAFEG { 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; }#zsnXRF3EwRkhvhxhkUiOPdDw4MxTAFEG > .row .container { background-color: transparent; background-image: none; }#zsnXRF3EwRkhvhxhkUiOPdDw4MxTAFEG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zsnXRF3EwRkhvhxhkUiOPdDw4MxTAFEG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zsnXRF3EwRkhvhxhkUiOPdDw4MxTAFEG > .row .container > .video-iframe-container { display: none; }#zsnXRF3EwRkhvhxhkUiOPdDw4MxTAFEG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zsnXRF3EwRkhvhxhkUiOPdDw4MxTAFEG > .row > .video-iframe-container { display: none; }#zsnXRF3EwRkhvhxhkUiOPdDw4MxTAFEG > .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); }#zsnXRF3EwRkhvhxhkUiOPdDw4MxTAFEG > .row .container { border-width: 0; border-radius: 0; }#zsnXRF3EwRkhvhxhkUiOPdDw4MxTAFEG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zsnXRF3EwRkhvhxhkUiOPdDw4MxTAFEG > .row .container { font-size:0.875rem;font-family:arial;height:49.3125rem;width:75rem;position:relative;display:block; }#GiFVJSEo7ehsaWFDeIP7aGFd3VVgqgMD { box-sizing:content-box;height:18.75rem;width:18rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:7.9375rem;left:0rem;box-shadow: 0rem 0.1875rem 0.5625rem rgba(0,0,0,0.5) ;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;border-top:0.0625rem solid #2f7dff;border-left:0.0625rem solid #2f7dff;border-right:0.0625rem solid #2f7dff;border-bottom:0.0625rem solid #2f7dff;display:block; }
#Qa8Zc9aExkdrwuLeUKTqdGcmI3ulEJfa { box-sizing:content-box;height:18.75rem;width:18rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:7.9375rem;left:19.0625rem;box-shadow: 0rem 0.1875rem 0.5625rem rgba(0,0,0,0.5) ;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;border-top:0.0625rem solid #2f7dff;border-left:0.0625rem solid #2f7dff;border-right:0.0625rem solid #2f7dff;border-bottom:0.0625rem solid #2f7dff;display:block; }
#QPqByTK457uiKaHFm1ZLHUd6qarnpUG3 { box-sizing:content-box;height:18.75rem;width:18rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:7.9375rem;left:38rem;box-shadow: 0rem 0.1875rem 0.5625rem rgba(0,0,0,0.5) ;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;border-top:0.0625rem solid #2f7dff;border-left:0.0625rem solid #2f7dff;border-right:0.0625rem solid #2f7dff;border-bottom:0.0625rem solid #2f7dff;display:block; }
#BINhXqs5O3QogGdaxNPT8LuBo2hIdPlq { box-sizing:content-box;height:18.75rem;width:18rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:7.9375rem;left:56.875rem;box-shadow: 0rem 0.1875rem 0.5625rem rgba(0,0,0,0.5) ;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;border-top:0.0625rem solid #2f7dff;border-left:0.0625rem solid #2f7dff;border-right:0.0625rem solid #2f7dff;border-bottom:0.0625rem solid #2f7dff;display:block; }
#Brr1PPutQW9NswQNHFONfTkvIGdWB7mv { box-sizing:content-box;height:18.75rem;width:18rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:28rem;left:19.0625rem;box-shadow: 0rem 0.1875rem 0.5625rem rgba(0,0,0,0.5) ;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;border-top:0.0625rem solid #2f7dff;border-left:0.0625rem solid #2f7dff;border-right:0.0625rem solid #2f7dff;border-bottom:0.0625rem solid #2f7dff;display:block; }
#V7dpwsT3KJ0E6rF7k35PvootxwHf5dgm { box-sizing:content-box;height:18.75rem;width:18rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:28rem;left:38rem;box-shadow: 0rem 0.1875rem 0.5625rem rgba(0,0,0,0.5) ;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;border-top:0.0625rem solid #2f7dff;border-left:0.0625rem solid #2f7dff;border-right:0.0625rem solid #2f7dff;border-bottom:0.0625rem solid #2f7dff;display:block; }
#lEsz3AvDBsWTvo2PT2TuMcFEwJ3uCp9r { box-sizing:content-box;height:18.75rem;width:18rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:28rem;left:0rem;box-shadow: 0rem 0.1875rem 0.5625rem rgba(0,0,0,0.5) ;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;border-top:0.0625rem solid #2f7dff;border-left:0.0625rem solid #2f7dff;border-right:0.0625rem solid #2f7dff;border-bottom:0.0625rem solid #2f7dff;display:block; }
#gr1vNHVuRLNB9abJG9oWg4CnohZLok0G { box-sizing:content-box;height:18.75rem;width:18rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:28rem;left:56.875rem;box-shadow: 0rem 0.1875rem 0.5625rem rgba(0,0,0,0.5) ;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;border-top:0.0625rem solid #2f7dff;border-left:0.0625rem solid #2f7dff;border-right:0.0625rem solid #2f7dff;border-bottom:0.0625rem solid #2f7dff;display:block; }
#bQdsKSrRSNcpdfJGpGzAQJ8CFoyevGJc { color:#000000;display:block;width:14.875rem;position:absolute;font-family:mulish;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:19.75rem;left:1.625rem;height:4.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#B9ZUVan1S1dGBxLxD0enrniVCf1rUnqc { color:#000000;display:block;width:11.375rem;position:absolute;font-family:mulish;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:20.5rem;left:41.375rem;height:2.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hMRgEV8QOq6JIEi8Xs7hJiT93mbQv438 { color:#000000;display:block;width:15.375rem;position:absolute;font-family:mulish;font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:20.5rem;left:20.4375rem;height:2.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ao7TmM7btVoNy6HiTJ4vluCTlV0vaizu { color:#000000;display:block;width:16.25rem;position:absolute;font-family:mulish;font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:19.75rem;left:57.8125rem;height:4.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JG0wTJa6Oo0T4fQTZdqdHOkgHgAGOICd { color:#000000;display:block;width:11.5rem;position:absolute;font-family:mulish;font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:40.8125rem;left:60.1875rem;height:2.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#smpQ8PsGBnnrTixNgKJakyut1k1BeM38 { color:#000000;display:block;width:15.25rem;position:absolute;font-family:mulish;font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:40.8125rem;left:1.4375rem;height:2.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yVL198ebpxwBVhpNLsEh8S3UTsD3W0ez { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:mulish;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:40.0625rem;left:40.125rem;height:4.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#McsPZ1L0cHpVTwqknMD3lybQspEmH4SC { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:mulish;font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:40rem;left:20.8125rem;height:4.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hSE4qgUInryR4n7HBzwXfZKhuWzZVaBT { position:absolute;display:block;z-index:15016;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:10.25rem;width:13.8125rem;top:8.9375rem;left:2.1875rem;overflow:hidden;display:block; }
#rf1Jq147KlLXUUcnlMWk9cu9W4i0Xarr { position:absolute;display:block;z-index:15017;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:10.25rem;width:13.625rem;top:8.9375rem;left:21.25rem;overflow:hidden;display:block; }
#Tz7OiF8W3NIvSUxm3Z12xi76B4fA8T5a { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.25rem;width:12.9375rem;top:8.9375rem;left:40.1875rem;overflow:hidden;display:block; }
#eNkBk9mBebozwEhkJNwcBBrnlS8VC3yh { position:absolute;display:block;z-index:15019;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:9.8125rem;width:13.8125rem;top:8.9375rem;left:59.0625rem;overflow:hidden;display:block; }
#kUiUwRTiN3lUPVEXHMOx1n6gzINiGvDQ { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: none;height:9.375rem;width:16.75rem;top:29.1875rem;left:57.5625rem;overflow:hidden;display:block; }
#o1osARkWGp0nA0I4cqQadRCJNdA8FpFM { position:absolute;display:block;z-index:15021;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:10.25rem;width:12.8125rem;top:29.1875rem;left:40.1875rem;overflow:hidden;display:block; }
#WfyuEARuXCpJbrtqzJReO8nREe58m9cD { position:absolute;display:block;z-index:15022;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:10.25rem;width:10.875rem;top:28.75rem;left:22.6875rem;overflow:hidden;display:block; }
#WVeLQbIKJtGoyCZqCWg3rD9cI2bJKCut { position:absolute;display:block;z-index:15023;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:10.25rem;width:12.6875rem;top:29.0625rem;left:2.1875rem;overflow:hidden;display:block; }
#NTa4tTkPk1EZi4kLfCH13WHuZw8Sg0LW { position:absolute;display:block;z-index:14987;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:38.5rem;width:75rem;top:8.3125rem;left:0rem;overflow:hidden;display:block; }
#BglCKwEqxnTAhoBewzBhTvXfTONz8qkr { color:#0c0212;display:block;width:51.8125rem;position:absolute;font-family:"be vietnam pro";font-size:2.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.98828125rem;left:11.59375rem;height:3.5625rem;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; }
#p0Hx1z9Tio8efNVB6B5IntVi99H17F9x { 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; }#p0Hx1z9Tio8efNVB6B5IntVi99H17F9x > .row .container { background-color: transparent; background-image: none; }#p0Hx1z9Tio8efNVB6B5IntVi99H17F9x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p0Hx1z9Tio8efNVB6B5IntVi99H17F9x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p0Hx1z9Tio8efNVB6B5IntVi99H17F9x > .row .container > .video-iframe-container { display: none; }#p0Hx1z9Tio8efNVB6B5IntVi99H17F9x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p0Hx1z9Tio8efNVB6B5IntVi99H17F9x > .row > .video-iframe-container { display: none; }#p0Hx1z9Tio8efNVB6B5IntVi99H17F9x > .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); }#p0Hx1z9Tio8efNVB6B5IntVi99H17F9x > .row .container { border-width: 0; border-radius: 0; }#p0Hx1z9Tio8efNVB6B5IntVi99H17F9x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p0Hx1z9Tio8efNVB6B5IntVi99H17F9x > .row .container { font-size:0.875rem;font-family:arial;height:5.6875rem;width:75rem;position:relative;display:block; }#QNzrIP28cO8Mw5PVrigzUtnnzo3SMSl9 { border-top:0.0625rem solid #0c0212;border-left:0rem solid #0c0212;border-right:0rem solid #0c0212;border-bottom:0.0625rem solid #0c0212;background-color:#2f7dff;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; }#QNzrIP28cO8Mw5PVrigzUtnnzo3SMSl9 > .row .container { background-color: transparent; background-image: none; }#QNzrIP28cO8Mw5PVrigzUtnnzo3SMSl9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QNzrIP28cO8Mw5PVrigzUtnnzo3SMSl9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QNzrIP28cO8Mw5PVrigzUtnnzo3SMSl9 > .row .container > .video-iframe-container { display: none; }#QNzrIP28cO8Mw5PVrigzUtnnzo3SMSl9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QNzrIP28cO8Mw5PVrigzUtnnzo3SMSl9 > .row > .video-iframe-container { display: none; }#QNzrIP28cO8Mw5PVrigzUtnnzo3SMSl9 > .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); }#QNzrIP28cO8Mw5PVrigzUtnnzo3SMSl9 > .row .container { border-width: 0; border-radius: 0; }#QNzrIP28cO8Mw5PVrigzUtnnzo3SMSl9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QNzrIP28cO8Mw5PVrigzUtnnzo3SMSl9 > .row .container { font-size:0.875rem;font-family:arial;height:21.4375rem;width:75rem;position:relative;display:block; }#ayruGpdCNZnC8Al2B9HVkAa0ZTlZw0t1 { color:#ffffff;display:block;width:18.875rem;position:absolute;font-family:"be vietnam pro";font-size:1.75rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.75rem;left:0rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xcTWh21Z41Wf0hU42se2RJlu98WDqIkT { color:#f7faff;display:block;width:19.8125rem;position:absolute;font-family:"be vietnam pro";font-size:1.375rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:6.6875rem;left:0rem;height:3.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IxNVG0uaOiOk306f9bsEP3i6yd5d12pC { color:#ffffff;display:block;width:19.0625rem;position:absolute;font-family:"be vietnam pro";font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:11.6875rem;left:0rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iBZDuyVREWA6T7IZHe6fGiHCPfB4lgeL { 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.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#4285f4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.625rem;height:2.5625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:14.9375rem;left:0rem;display:block; }
#G2ncE5ACsPDb47h5txLwboRXNCeyvN2n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pfaxoW21ksZK1R2DMTP2D910kBc5CF0b { color:#ffffff;display:block;width:19.875rem;position:absolute;font-family:arial;font-size:0.6875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:19rem;left:0rem;height:0.875rem;display:block; }
#r8t4cNrcP357IcoHti0aLvAmspgFkqNi { position:absolute;display:block;z-index:14987;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:21.4375rem;width:71.5625rem;top:0rem;left:3.4375rem;overflow:hidden;display:block; }
#Gu6Alu3yutUDk0A7G118JZUVw5L2WhDz { 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:25.875rem;width:56.25rem;display:none; }
#Zr6PnZOZPL6Nn4oLF3o2SnmIVfwEZ2wz { background-color:transparent;background-image:none;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Zr6PnZOZPL6Nn4oLF3o2SnmIVfwEZ2wz > .row .container { background-color: transparent; background-image: none; }#Zr6PnZOZPL6Nn4oLF3o2SnmIVfwEZ2wz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zr6PnZOZPL6Nn4oLF3o2SnmIVfwEZ2wz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zr6PnZOZPL6Nn4oLF3o2SnmIVfwEZ2wz > .row .container > .video-iframe-container { display: none; }#Zr6PnZOZPL6Nn4oLF3o2SnmIVfwEZ2wz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zr6PnZOZPL6Nn4oLF3o2SnmIVfwEZ2wz > .row > .video-iframe-container { display: none; }#Zr6PnZOZPL6Nn4oLF3o2SnmIVfwEZ2wz > .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); }#Zr6PnZOZPL6Nn4oLF3o2SnmIVfwEZ2wz > .row .container { border-width: 0; border-radius: 0; }#Zr6PnZOZPL6Nn4oLF3o2SnmIVfwEZ2wz > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Zr6PnZOZPL6Nn4oLF3o2SnmIVfwEZ2wz > .row .container { font-size:0.875rem;font-family:arial;height:9.875rem;width:75rem;overflow:visible;position:relative;display:block; }#DN6JG6IOpcJCxUnHhB6FdbLdeheVxOcn { color:#ffffff;display:block;width:15.4375rem;position:absolute;font-family:mulish;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:4.1875rem;left:29.78125rem;height:1.5rem;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; }
#KmX1c64CWMoobKfr82ZeZwuMgmQBIfWH { position:absolute;display:block;z-index:15009;background-color:#f7faff;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:0.125rem;width:75rem;top:6.6875rem;left:0rem;display:block; }
#Xu2DUJXAAdUEXb4MCtvcaWwaNaTGg3Oa { 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:9.8125rem;width:9.8125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#RTHMDEcrOtKTkqykUvNNOTRkXzSCIwxV { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:mulish;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:4.1875rem;left:50.03125rem;height:1.5rem;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; }
#xeOQGz7NgG6Attb8qy2NMXDTSpalGS1x { color:#ffffff;display:block;width:4.875rem;position:absolute;font-family:mulish;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:4.1875rem;left:62.21875rem;height:1.5rem;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; }
#V5XacJ3ZITDsZaLo2T19U5qxmCGaZmwx { color:#ffffff;display:block;width:5.8125rem;position:absolute;font-family:mulish;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:4.1875rem;left:68.5625rem;height:1.5rem;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; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #tBrytkFvdWwJItqtA4dwmgppShixWUsR { display:block; }#tBrytkFvdWwJItqtA4dwmgppShixWUsR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rsh5znU4D7romIzmO5D059Xpveb1RHIT { top:1.0625rem;left:0rem;width:6.5rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJ9z1t5GaE5yUZbdgRyJ5psnf8R3hcTd { width:14rem;height:2.1875rem;top:0.875rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zv4J58TUCaVreC4C9EHMcqkbi5sasamk { display:block; }
 }@media only screen and (max-width: 763px) { #sWsKiDH519Atfcobmz2JXQIWSw1fHxLV { display:block; }#sWsKiDH519Atfcobmz2JXQIWSw1fHxLV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mthz8hTnzeIdat5XJmkuCb6CQSN0p1JJ { display:block; }#Mthz8hTnzeIdat5XJmkuCb6CQSN0p1JJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JNMdxrZqOlsENJxTfPIDHa7vzGtR4iX9 { top:1.1875rem;left:0rem;width:41.5rem;height:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlyDtVrdppHXugfC2wuRsRR7tSUZlX4h { top:3rem;left:0rem;width:27.5rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkJ6xZfBXyTCHWv9mFJoD490UdBDTMo8 { top:11.375rem;left:0rem;width:24.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWv2JJmwLxz12UpTRk4aTyqaEOzqArXB { width:24rem;height:2.5625rem;top:8.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #btEJqO1LtibzFobKOxWyZylz1q4BfqWs { display:block; }
 }@media only screen and (max-width: 763px) { #GmZT1VZs24lLMEPXAs93bULUhGDEAhrD { top:12.8125rem;left:0rem;width:19.875rem;height:0.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #NrtV9J25b30bhDPy7LJpntTB1OisfKxa { top:22.1875rem;left:0rem;width:24.4375rem;height:4.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #OngebFCzVIxs5uGCR6ngo2n59CA40S2u { top:12.8125rem;left:0rem;width:19.875rem;height:0.875rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ARLReS6EScoCQ7u5MmzokJ1HafhKA1Jq { top:33.625rem;left:0rem;width:16rem;height:3.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #wtTEl50dqkQdxpUKwBDScoQZkLuev9BK { top:13.9375rem;left:0rem;width:24.4375rem;height:5rem;font-size:1.125rem;display:block; }#wtTEl50dqkQdxpUKwBDScoQZkLuev9BK li:before{  }
 }@media only screen and (max-width: 763px) { #uaUmnLGLec0qVX1WRxuwql2FCRmcCF8s { width:44.875rem;height:25.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DKmp67vnvw9ZJWT0k70lVfOuVZATfEGF { top:18.5rem;left:10.125rem;width:37.5rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoi1GUBSEg8QOfyRNeJ8wKxu1ntUIsht { width:24rem;height:2.5625rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCV4mNROy1y37QbLZ76I3sdbrnr8Qbik { display:block; }
 }@media only screen and (max-width: 763px) { #hHm5Kqo4NmxTFxkq4k2ocfihGHFNtH8b { top:20rem;left:0rem;width:24.4375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PX591tmrQ8uPUmn7lO5WnvTnHVSnlhXo { top:19.4375rem;left:14rem;width:33.75rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVbTCadmyVle6RQLIiFUkZ7BtJWvG5WJ { width:24rem;height:2.5625rem;top:8.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eiBqauiTwHmf6HorKDN1StTAbDGT2g1L { display:block; }
 }@media only screen and (max-width: 763px) { #xTBQgSFubfNqPU9HMy3fayGiTHeZMHIa { width:24rem;height:2.5625rem;top:24.125rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLsUpneTQs0FuWp3lpJV11No77vtd5TE { display:block; }
 }@media only screen and (max-width: 763px) { #bPA9gDLafnMuTBsB2FV3U8Q5VnEOy3kq { top:2.625rem;left:10.125rem;width:37.625rem;height:21.4375rem;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) { #Pc4bIm2e405FD4MoVaGUv43rToNAx9XM { top:2.5625rem;left:0rem;width:19.875rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfbuqRLJy6iM4l9HCDOTMVoNJ9bafoBT { top:44.25rem;left:0rem;width:36.5rem;height:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxB8XaofqaWhgJavgTzO6mJMnBU61C94 { top:46rem;left:0rem;width:35rem;height:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dfy09HHum2zZzHwpTRuUEmKbMpVKMsHR { top:46rem;left:11.75rem;width:36rem;height:6.8125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbIadB8GFG0B1Z9wfKZeWykPawdDgih8 { top:53.375rem;left:14rem;width:33.75rem;height:16.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOwyeFCLkHftOSPVPu1T1VX4FGf2P9a0 { top:48rem;left:0rem;width:7.5rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcmLGEH8kgQt6nhs2zlMI8J7qNzN3ZWA { top:64.3125rem;left:0rem;width:6.0625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GC04acf1dObbbBaNOxPnSH3uO77maqx7 { top:51.75rem;left:11.9375rem;width:8.5rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJqlPPaQwhpUpSu92iX0SQLq6vsFTHhk { top:62rem;left:0rem;width:7.5rem;height:2.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #tXwu5yX82qKPr9Kzy5G4qXUDFxidPgXJ { top:65.8125rem;left:11.9375rem;width:8.5rem;height:2.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #iScqmNfiokPfPzZsw924ie38G9LCfaNM { top:78.375rem;left:0rem;width:6.0625rem;height:2.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #yvCCqgGFoC3byKsZD5AMe0U7JKiBTPXv { top:11.1875rem;left:16.875rem;width:30.875rem;height:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #J549eXZsgGNXCCHTCWyXXx8EgloWhfks { top:15.375rem;left:0rem;width:28.0625rem;height:6.8125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTu17pqNw3QHoXb1dnGWRQEb5v7Uma7r { top:15.9375rem;left:11rem;width:36.75rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxuZBINEF5cHKZTTGhyyfErAB4N17N2Q { top:23.375rem;left:0rem;width:28.125rem;height:13rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTLsKgNvP31nHQ74o0xHQQTRGAeX1PXI { display:block; }#UTLsKgNvP31nHQ74o0xHQQTRGAeX1PXI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uc64kKFvIQadxuGPJgdIyceMK12DJJ1O { top:4.25rem;left:0rem;width:45.5rem;height:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcKPrbCuJ8izeNfJSV1hVkcRtVx6SStp { top:4.25rem;left:20.625rem;width:27.125rem;height:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLps15O1qKDMdMHtS0NnXeC5DR5odhib { top:6.375rem;left:23.125rem;width:24.625rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAnZ1o2NE7NGDe9JlcScTNu17rCJFcS8 { top:14rem;left:25.6875rem;width:22.0625rem;height:7.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ww151m1a4xTFRnzxuZt8nlNPRV3EgKpo { top:21.75rem;left:24rem;width:23.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sf6p1OZT1d1PBW3wA1Lc3vV3ZSxDARer { top:11.25rem;left:24rem;width:23.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #smNSlnUwcQ3EwTh7uPU5qJ3QobT1GPq7 { top:25.875rem;left:25.25rem;width:22.5rem;height:5.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rp9QaHFbpQiQXDdlBLfss2VhaNicCCcL { display:block; }#rp9QaHFbpQiQXDdlBLfss2VhaNicCCcL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qWdFwwP0U8z0hWbh6pW8yhi8GD8iIzDH { top:4.25rem;left:2.25rem;width:45.1875rem;height:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qs2NTSzCFTwf6hJWATTrRAahvBhy73CN { top:4.25rem;left:0rem;width:27.125rem;height:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsXAOfTQtqnLeHFsTGlsTb60N4qg70pq { top:6.4375rem;left:0rem;width:24.625rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fr9q4scx0IG9gM2rO8H913aImeEV1fax { top:11rem;left:0rem;width:23.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqhR6JzKf0tsdOWUqm9KKfAiv6i0x7BZ { top:13.6875rem;left:0rem;width:21.4375rem;height:7.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvDaRGolsQ8VoV8tKE0gS91oyM83xI7v { top:22.9375rem;left:0rem;width:23.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rE3EbndVGImH1gqgOTxcoawaGK2AHeOA { top:26.8125rem;left:0rem;width:22rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIxylDMAHGHl8LlVKxTp97iEVw9hMa8P { display:block; }#DIxylDMAHGHl8LlVKxTp97iEVw9hMa8P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O6AkneSi1TBhOT6m6oGSZLbp8ZDTlB1N { top:4.25rem;left:0rem;width:45.1875rem;height:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O20y5gDKc2onvV4Sz8ala6JiqnSoCTFE { top:4.25rem;left:20.625rem;width:27.125rem;height:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsAzGQtkJKpgTqTEz7a6prd5r63QyTTE { top:6.6875rem;left:23.625rem;width:24.125rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlVtofR2NH40LAWO2HBGLxXMy2cmex59 { top:14rem;left:26.1875rem;width:21.5625rem;height:7.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIJ7GuqeF12mSKetHICCBiJ70uwsKay3 { top:22.375rem;left:24rem;width:23.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVnOBMD6qqmqekaTzUDUza0PZybRtnOg { top:11.25rem;left:24rem;width:23.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxFfp7qxL5ETKsB7JMytTiJHuowkHT8S { top:25.875rem;left:25.75rem;width:22rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKvo1OmkClBnvxGxvIseDTxKbUd8zzb6 { display:block; }#pKvo1OmkClBnvxGxvIseDTxKbUd8zzb6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TA0PnCDWK4cSGZAkBxn5cvDMNeu4PIX1 { top:4.25rem;left:2.25rem;width:45.1875rem;height:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7dhLE1sNJfxom4mf2h2a7TuayHt9V0X { top:4.25rem;left:0rem;width:27.125rem;height:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTOn3wRFaugVoopg7ouGoX4AUzS6xyb7 { top:6.75rem;left:0rem;width:24.625rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8Q7qiyz0FJ1DF1iqTTGlgdIzBZQMAsf { top:11.375rem;left:0rem;width:23.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdoobUiCn17lA5sTitlLFDw8P7geMVuD { top:13.6875rem;left:0rem;width:21.4375rem;height:7.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4CI0uAOuTTDc3dGmxUvsPqSewLcSIti { top:22.5625rem;left:0rem;width:23.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtrOxbtbDiB2Cq7qETPEotZ5LMODxteD { top:24.625rem;left:0rem;width:21.875rem;height:8.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsnXRF3EwRkhvhxhkUiOPdDw4MxTAFEG { display:block; }#zsnXRF3EwRkhvhxhkUiOPdDw4MxTAFEG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GiFVJSEo7ehsaWFDeIP7aGFd3VVgqgMD { top:7.9375rem;left:0rem;width:18rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qa8Zc9aExkdrwuLeUKTqdGcmI3ulEJfa { top:7.9375rem;left:5.4375rem;width:18rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPqByTK457uiKaHFm1ZLHUd6qarnpUG3 { top:7.9375rem;left:24.375rem;width:18rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BINhXqs5O3QogGdaxNPT8LuBo2hIdPlq { top:7.9375rem;left:29.625rem;width:18rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Brr1PPutQW9NswQNHFONfTkvIGdWB7mv { top:28rem;left:5.4375rem;width:18rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7dpwsT3KJ0E6rF7k35PvootxwHf5dgm { top:28rem;left:24.375rem;width:18rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEsz3AvDBsWTvo2PT2TuMcFEwJ3uCp9r { top:28rem;left:0rem;width:18rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gr1vNHVuRLNB9abJG9oWg4CnohZLok0G { top:28rem;left:29.625rem;width:18rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQdsKSrRSNcpdfJGpGzAQJ8CFoyevGJc { top:19.75rem;left:0rem;width:14.875rem;height:4.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9ZUVan1S1dGBxLxD0enrniVCf1rUnqc { top:20.5rem;left:27.75rem;width:11.375rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMRgEV8QOq6JIEi8Xs7hJiT93mbQv438 { top:20.5rem;left:6.8125rem;width:15.375rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ao7TmM7btVoNy6HiTJ4vluCTlV0vaizu { top:19.75rem;left:31.5rem;width:16.25rem;height:4.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JG0wTJa6Oo0T4fQTZdqdHOkgHgAGOICd { top:40.8125rem;left:36.25rem;width:11.5rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #smpQ8PsGBnnrTixNgKJakyut1k1BeM38 { top:40.8125rem;left:0rem;width:15.25rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVL198ebpxwBVhpNLsEh8S3UTsD3W0ez { top:40.0625rem;left:26.5rem;width:14.6875rem;height:4.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #McsPZ1L0cHpVTwqknMD3lybQspEmH4SC { top:40rem;left:7.1875rem;width:14.6875rem;height:4.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSE4qgUInryR4n7HBzwXfZKhuWzZVaBT { top:8.9375rem;left:0rem;width:13.8125rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rf1Jq147KlLXUUcnlMWk9cu9W4i0Xarr { top:8.9375rem;left:7.625rem;width:13.625rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tz7OiF8W3NIvSUxm3Z12xi76B4fA8T5a { top:8.9375rem;left:26.5625rem;width:12.9375rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNkBk9mBebozwEhkJNwcBBrnlS8VC3yh { top:8.9375rem;left:33.9375rem;width:13.8125rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUiUwRTiN3lUPVEXHMOx1n6gzINiGvDQ { top:29.1875rem;left:31rem;width:16.75rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1osARkWGp0nA0I4cqQadRCJNdA8FpFM { top:29.1875rem;left:26.5625rem;width:12.8125rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfyuEARuXCpJbrtqzJReO8nREe58m9cD { top:28.75rem;left:9.0625rem;width:10.875rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVeLQbIKJtGoyCZqCWg3rD9cI2bJKCut { top:29.0625rem;left:0rem;width:12.6875rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTa4tTkPk1EZi4kLfCH13WHuZw8Sg0LW { top:8.3125rem;left:0rem;width:47.75rem;height:24.511666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #BglCKwEqxnTAhoBewzBhTvXfTONz8qkr { top:1.9375rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0Hx1z9Tio8efNVB6B5IntVi99H17F9x { display:none; }#p0Hx1z9Tio8efNVB6B5IntVi99H17F9x > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QNzrIP28cO8Mw5PVrigzUtnnzo3SMSl9 { display:block; }#QNzrIP28cO8Mw5PVrigzUtnnzo3SMSl9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ayruGpdCNZnC8Al2B9HVkAa0ZTlZw0t1 { top:2.75rem;left:0rem;width:18.875rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcTWh21Z41Wf0hU42se2RJlu98WDqIkT { top:6.6875rem;left:0rem;width:19.8125rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxNVG0uaOiOk306f9bsEP3i6yd5d12pC { top:11.6875rem;left:0rem;width:19.0625rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBZDuyVREWA6T7IZHe6fGiHCPfB4lgeL { width:18.625rem;height:2.5625rem;top:14.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2ncE5ACsPDb47h5txLwboRXNCeyvN2n { display:block; }
 }@media only screen and (max-width: 763px) { #pfaxoW21ksZK1R2DMTP2D910kBc5CF0b { top:19rem;left:0rem;width:19.875rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8t4cNrcP357IcoHti0aLvAmspgFkqNi { top:0rem;left:0rem;width:47.75rem;height:14.304148471616rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gu6Alu3yutUDk0A7G118JZUVw5L2WhDz { width:35.75rem;height:16.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zr6PnZOZPL6Nn4oLF3o2SnmIVfwEZ2wz { display:block; }#Zr6PnZOZPL6Nn4oLF3o2SnmIVfwEZ2wz > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DN6JG6IOpcJCxUnHhB6FdbLdeheVxOcn { top:4.1875rem;left:16.15625rem;width:15.4375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmX1c64CWMoobKfr82ZeZwuMgmQBIfWH { top:6.6875rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xu2DUJXAAdUEXb4MCtvcaWwaNaTGg3Oa { width:9.8125rem;height:9.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTHMDEcrOtKTkqykUvNNOTRkXzSCIwxV { top:4.1875rem;left:36.40625rem;width:10.9375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeOQGz7NgG6Attb8qy2NMXDTSpalGS1x { top:4.1875rem;left:42.875rem;width:4.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5XacJ3ZITDsZaLo2T19U5qxmCGaZmwx { top:4.1875rem;left:41.9375rem;width:5.8125rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #tBrytkFvdWwJItqtA4dwmgppShixWUsR { position:relative;z-index:auto;display:block; }#tBrytkFvdWwJItqtA4dwmgppShixWUsR > .row .container { width:20rem;height:6.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rsh5znU4D7romIzmO5D059Xpveb1RHIT { width:10rem;height:2.875rem;top:1.875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJ9z1t5GaE5yUZbdgRyJ5psnf8R3hcTd { width:14rem;height:2.1875rem;top:0.875rem;left:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #zv4J58TUCaVreC4C9EHMcqkbi5sasamk { display:block; }
 }@media only screen and (max-width: 763px) { #sWsKiDH519Atfcobmz2JXQIWSw1fHxLV { display:none; }#sWsKiDH519Atfcobmz2JXQIWSw1fHxLV > .row .container { width:20rem;height:2rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Mthz8hTnzeIdat5XJmkuCb6CQSN0p1JJ { display:block; }#Mthz8hTnzeIdat5XJmkuCb6CQSN0p1JJ > .row .container { width:20rem;height:39.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JNMdxrZqOlsENJxTfPIDHa7vzGtR4iX9 { width:20rem;height:14.0556875rem;top:7.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nlyDtVrdppHXugfC2wuRsRR7tSUZlX4h { width:20rem;height:5.60595625rem;top:0rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xkJ6xZfBXyTCHWv9mFJoD490UdBDTMo8 { width:16rem;height:0;top:15.6875rem;left:2rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #VWv2JJmwLxz12UpTRk4aTyqaEOzqArXB { width:18.6875rem;height:3.25rem;top:11.5rem;left:0.6875rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #btEJqO1LtibzFobKOxWyZylz1q4BfqWs { display:block; }
 }@media only screen and (max-width: 763px) { #GmZT1VZs24lLMEPXAs93bULUhGDEAhrD { width:19.875rem;height:0.9746125rem;top:15.3125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #NrtV9J25b30bhDPy7LJpntTB1OisfKxa { width:16rem;height:3.8994125rem;top:6.375rem;left:2rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #OngebFCzVIxs5uGCR6ngo2n59CA40S2u { width:19.875rem;height:0;top:18.125rem;left:0.125rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #ARLReS6EScoCQ7u5MmzokJ1HafhKA1Jq { width:20rem;height:3.8994125rem;top:29.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #wtTEl50dqkQdxpUKwBDScoQZkLuev9BK { width:20rem;height:auto;top:13.9375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }#wtTEl50dqkQdxpUKwBDScoQZkLuev9BK li:before{  }
 }@media only screen and (max-width: 763px) { #uaUmnLGLec0qVX1WRxuwql2FCRmcCF8s { top:17.375rem;left:0rem;width:18.4375rem;height:10.5rem;z-index:15011;overflow:hidden;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #DKmp67vnvw9ZJWT0k70lVfOuVZATfEGF { width:20rem;height:7.875rem;top:82.07175rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uoi1GUBSEg8QOfyRNeJ8wKxu1ntUIsht { width:19rem;height:2.5625rem;top:85.94675rem;left:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #KCV4mNROy1y37QbLZ76I3sdbrnr8Qbik { display:block; }
 }@media only screen and (max-width: 763px) { #hHm5Kqo4NmxTFxkq4k2ocfihGHFNtH8b { width:17.8125rem;height:0;top:11.3359375rem;left:1.09375rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #PX591tmrQ8uPUmn7lO5WnvTnHVSnlhXo { width:20rem;height:0;top:83.07175rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #aVbTCadmyVle6RQLIiFUkZ7BtJWvG5WJ { width:18.6875rem;height:3.25rem;top:34.9375rem;left:0.65625rem;z-index:15004;color:#ffffff;background-color:#2f7dff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #eiBqauiTwHmf6HorKDN1StTAbDGT2g1L { display:block; }
 }@media only screen and (max-width: 763px) { #xTBQgSFubfNqPU9HMy3fayGiTHeZMHIa { width:13.0625rem;height:2.375rem;top:3.71875rem;left:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FLsUpneTQs0FuWp3lpJV11No77vtd5TE { display:block; }
 }@media only screen and (max-width: 763px) { #bPA9gDLafnMuTBsB2FV3U8Q5VnEOy3kq { width:19.625rem;height:11.25rem;top:39.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:81.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pc4bIm2e405FD4MoVaGUv43rToNAx9XM { width:19.875rem;height:0;top:2.46875rem;left:0.125rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #SfbuqRLJy6iM4l9HCDOTMVoNJ9bafoBT { width:20rem;height:14.828625rem;top:46.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxB8XaofqaWhgJavgTzO6mJMnBU61C94 { width:14.5625rem;height:10.9375rem;top:49.76171875rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dfy09HHum2zZzHwpTRuUEmKbMpVKMsHR { width:20rem;height:7.7988125rem;top:37.625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MbIadB8GFG0B1Z9wfKZeWykPawdDgih8 { width:20rem;height:18.19725rem;top:62.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OOwyeFCLkHftOSPVPu1T1VX4FGf2P9a0 { width:7.5625rem;height:0;top:49.5625rem;left:9.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #EcmLGEH8kgQt6nhs2zlMI8J7qNzN3ZWA { width:6.0625rem;height:0;top:52.6875rem;left:9.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #GC04acf1dObbbBaNOxPnSH3uO77maqx7 { width:8.5rem;height:0;top:51.25rem;left:1.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #aJqlPPaQwhpUpSu92iX0SQLq6vsFTHhk { width:4.8125rem;height:1.949225rem;top:47.8125rem;left:1.28125rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #tXwu5yX82qKPr9Kzy5G4qXUDFxidPgXJ { width:5.8125rem;height:1.949225rem;top:51.32421875rem;left:11.78125rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #iScqmNfiokPfPzZsw924ie38G9LCfaNM { width:3.8125rem;height:1.949225rem;top:49.88671875rem;left:7.53125rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #yvCCqgGFoC3byKsZD5AMe0U7JKiBTPXv { width:20rem;height:14.8984375rem;top:10.81640625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #J549eXZsgGNXCCHTCWyXXx8EgloWhfks { width:20rem;height:7.7988125rem;top:3.0185546875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MTu17pqNw3QHoXb1dnGWRQEb5v7Uma7r { height:11rem;width:19.875rem;top:11.77783203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxuZBINEF5cHKZTTGhyyfErAB4N17N2Q { width:20rem;height:11.69823125rem;top:24.0907921875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UTLsKgNvP31nHQ74o0xHQQTRGAeX1PXI { display:block; }#UTLsKgNvP31nHQ74o0xHQQTRGAeX1PXI > .row .container { width:20rem;height:44.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uc64kKFvIQadxuGPJgdIyceMK12DJJ1O { width:20rem;height:13.1875rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcKPrbCuJ8izeNfJSV1hVkcRtVx6SStp { width:20rem;height:22.2119375rem;top:5.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MLps15O1qKDMdMHtS0NnXeC5DR5odhib { width:20rem;height:2.5996125rem;top:17.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bAnZ1o2NE7NGDe9JlcScTNu17rCJFcS8 { width:20rem;height:7.312rem;top:24.12353515625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ww151m1a4xTFRnzxuZt8nlNPRV3EgKpo { width:20rem;height:2.92480625rem;top:32.6845703125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Sf6p1OZT1d1PBW3wA1Lc3vV3ZSxDARer { width:20rem;height:1.4624rem;top:21.412109375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #smNSlnUwcQ3EwTh7uPU5qJ3QobT1GPq7 { width:20rem;height:7.312rem;top:36.859375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rp9QaHFbpQiQXDdlBLfss2VhaNicCCcL { display:block; }#rp9QaHFbpQiQXDdlBLfss2VhaNicCCcL > .row .container { width:20rem;height:51.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qWdFwwP0U8z0hWbh6pW8yhi8GD8iIzDH { width:20rem;height:13.3125rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qs2NTSzCFTwf6hJWATTrRAahvBhy73CN { width:20rem;height:22.2119375rem;top:5.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GsXAOfTQtqnLeHFsTGlsTb60N4qg70pq { width:20rem;height:5.19921875rem;top:17.6875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fr9q4scx0IG9gM2rO8H913aImeEV1fax { width:20rem;height:2.92480625rem;top:24.13671875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xqhR6JzKf0tsdOWUqm9KKfAiv6i0x7BZ { width:20rem;height:10.2368125rem;top:28.3115234375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AvDaRGolsQ8VoV8tKE0gS91oyM83xI7v { width:20rem;height:2.92480625rem;top:39.79736328125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rE3EbndVGImH1gqgOTxcoawaGK2AHeOA { width:20rem;height:7.312rem;top:43.97216796875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DIxylDMAHGHl8LlVKxTp97iEVw9hMa8P { display:block; }#DIxylDMAHGHl8LlVKxTp97iEVw9hMa8P > .row .container { width:20rem;height:43.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O6AkneSi1TBhOT6m6oGSZLbp8ZDTlB1N { width:20rem;height:13.3125rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O20y5gDKc2onvV4Sz8ala6JiqnSoCTFE { width:20rem;height:22.2119375rem;top:5.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EsAzGQtkJKpgTqTEz7a6prd5r63QyTTE { width:20rem;height:2.5996125rem;top:17.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TlVtofR2NH40LAWO2HBGLxXMy2cmex59 { width:20rem;height:7.312rem;top:24.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VIJ7GuqeF12mSKetHICCBiJ70uwsKay3 { width:20rem;height:1.4624rem;top:32.6875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FVnOBMD6qqmqekaTzUDUza0PZybRtnOg { width:20rem;height:1.4624rem;top:21.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cxFfp7qxL5ETKsB7JMytTiJHuowkHT8S { width:20rem;height:7.312rem;top:35.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pKvo1OmkClBnvxGxvIseDTxKbUd8zzb6 { display:block; }#pKvo1OmkClBnvxGxvIseDTxKbUd8zzb6 > .row .container { width:20rem;height:52.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TA0PnCDWK4cSGZAkBxn5cvDMNeu4PIX1 { width:20rem;height:13.3125rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7dhLE1sNJfxom4mf2h2a7TuayHt9V0X { width:20rem;height:22.25rem;top:28.1240234375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gTOn3wRFaugVoopg7ouGoX4AUzS6xyb7 { width:20rem;height:5.19921875rem;top:17.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D8Q7qiyz0FJ1DF1iqTTGlgdIzBZQMAsf { width:20rem;height:2.92480625rem;top:24.32421875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NdoobUiCn17lA5sTitlLFDw8P7geMVuD { width:20rem;height:7.312rem;top:28.4990234375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T4CI0uAOuTTDc3dGmxUvsPqSewLcSIti { width:20rem;height:2.92480625rem;top:37.06005859375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xtrOxbtbDiB2Cq7qETPEotZ5LMODxteD { width:20rem;height:10.2368125rem;top:41.29736328125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zsnXRF3EwRkhvhxhkUiOPdDw4MxTAFEG { display:block; }#zsnXRF3EwRkhvhxhkUiOPdDw4MxTAFEG > .row .container { width:20rem;height:154.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GiFVJSEo7ehsaWFDeIP7aGFd3VVgqgMD { width:18rem;height:16.75rem;top:10.4375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qa8Zc9aExkdrwuLeUKTqdGcmI3ulEJfa { width:18rem;height:16.75rem;top:28.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPqByTK457uiKaHFm1ZLHUd6qarnpUG3 { width:18rem;height:16.75rem;top:46.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BINhXqs5O3QogGdaxNPT8LuBo2hIdPlq { width:18rem;height:16.75rem;top:64.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Brr1PPutQW9NswQNHFONfTkvIGdWB7mv { width:18rem;height:16.5rem;top:101.0625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7dpwsT3KJ0E6rF7k35PvootxwHf5dgm { width:18rem;height:16.5rem;top:118.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEsz3AvDBsWTvo2PT2TuMcFEwJ3uCp9r { width:18rem;height:16.75rem;top:82.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gr1vNHVuRLNB9abJG9oWg4CnohZLok0G { width:18rem;height:16.5rem;top:136.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQdsKSrRSNcpdfJGpGzAQJ8CFoyevGJc { width:14.875rem;height:4.142575rem;top:21.875rem;left:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9ZUVan1S1dGBxLxD0enrniVCf1rUnqc { width:11.375rem;height:2.76171875rem;top:40.125rem;left:4.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMRgEV8QOq6JIEi8Xs7hJiT93mbQv438 { width:15.375rem;height:2.76171875rem;top:58.5625rem;left:2.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ao7TmM7btVoNy6HiTJ4vluCTlV0vaizu { width:15.875rem;height:4.142575rem;top:76.3125rem;left:2.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JG0wTJa6Oo0T4fQTZdqdHOkgHgAGOICd { width:11.5rem;height:2.92480625rem;top:95.0751953125rem;left:4.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #smpQ8PsGBnnrTixNgKJakyut1k1BeM38 { width:15.25rem;height:2.76171875rem;top:112.875rem;left:2.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVL198ebpxwBVhpNLsEh8S3UTsD3W0ez { width:14.6875rem;height:4.142575rem;top:130.125rem;left:2.65625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #McsPZ1L0cHpVTwqknMD3lybQspEmH4SC { width:14.375rem;height:4.142575rem;top:147.92041015625rem;left:2.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSE4qgUInryR4n7HBzwXfZKhuWzZVaBT { width:13.8125rem;height:10.25rem;top:10.4375rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rf1Jq147KlLXUUcnlMWk9cu9W4i0Xarr { width:13.625rem;height:10.25rem;top:28.5625rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tz7OiF8W3NIvSUxm3Z12xi76B4fA8T5a { width:12.9375rem;height:10.25rem;top:46.3125rem;left:3.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNkBk9mBebozwEhkJNwcBBrnlS8VC3yh { width:13.8125rem;height:9.8125rem;top:64.875rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUiUwRTiN3lUPVEXHMOx1n6gzINiGvDQ { width:13.8125rem;height:7.8125rem;top:138.0625rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1osARkWGp0nA0I4cqQadRCJNdA8FpFM { width:12.8125rem;height:10.25rem;top:118.9375rem;left:3.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfyuEARuXCpJbrtqzJReO8nREe58m9cD { width:10.875rem;height:10.25rem;top:101.0625rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVeLQbIKJtGoyCZqCWg3rD9cI2bJKCut { width:12.6875rem;height:10.25rem;top:82.9375rem;left:3.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTa4tTkPk1EZi4kLfCH13WHuZw8Sg0LW { width:20rem;height:10.266666666667rem;top:65.7988125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BglCKwEqxnTAhoBewzBhTvXfTONz8qkr { width:20rem;height:7.7988125rem;top:0.51416015625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p0Hx1z9Tio8efNVB6B5IntVi99H17F9x { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#p0Hx1z9Tio8efNVB6B5IntVi99H17F9x > .row .container { background-color: transparent; background-image: none; }#p0Hx1z9Tio8efNVB6B5IntVi99H17F9x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p0Hx1z9Tio8efNVB6B5IntVi99H17F9x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p0Hx1z9Tio8efNVB6B5IntVi99H17F9x > .row .container > .video-iframe-container { display: none; }#p0Hx1z9Tio8efNVB6B5IntVi99H17F9x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p0Hx1z9Tio8efNVB6B5IntVi99H17F9x > .row > .video-iframe-container { display: none; }#p0Hx1z9Tio8efNVB6B5IntVi99H17F9x > .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); }#p0Hx1z9Tio8efNVB6B5IntVi99H17F9x > .row .container { border-width: 0; border-radius: 0; }#p0Hx1z9Tio8efNVB6B5IntVi99H17F9x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p0Hx1z9Tio8efNVB6B5IntVi99H17F9x > .row .container { width:20rem;height:0.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QNzrIP28cO8Mw5PVrigzUtnnzo3SMSl9 { background-color:#2f7dff;background-image:none;border-top:0.0625rem solid #0c0212;border-left:0rem solid #0c0212;border-right:0rem solid #0c0212;border-bottom:0.0625rem solid #0c0212;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QNzrIP28cO8Mw5PVrigzUtnnzo3SMSl9 > .row .container { background-color: transparent; background-image: none; }#QNzrIP28cO8Mw5PVrigzUtnnzo3SMSl9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QNzrIP28cO8Mw5PVrigzUtnnzo3SMSl9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QNzrIP28cO8Mw5PVrigzUtnnzo3SMSl9 > .row .container > .video-iframe-container { display: none; }#QNzrIP28cO8Mw5PVrigzUtnnzo3SMSl9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QNzrIP28cO8Mw5PVrigzUtnnzo3SMSl9 > .row > .video-iframe-container { display: none; }#QNzrIP28cO8Mw5PVrigzUtnnzo3SMSl9 > .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); }#QNzrIP28cO8Mw5PVrigzUtnnzo3SMSl9 > .row .container { border-width: 0; border-radius: 0; }#QNzrIP28cO8Mw5PVrigzUtnnzo3SMSl9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QNzrIP28cO8Mw5PVrigzUtnnzo3SMSl9 > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ayruGpdCNZnC8Al2B9HVkAa0ZTlZw0t1 { width:20rem;height:2.5996125rem;top:1.9375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xcTWh21Z41Wf0hU42se2RJlu98WDqIkT { width:20rem;height:6.3369375rem;top:5.75rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IxNVG0uaOiOk306f9bsEP3i6yd5d12pC { width:20rem;height:1.94970625rem;top:24.125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iBZDuyVREWA6T7IZHe6fGiHCPfB4lgeL { width:19rem;height:2.5625rem;top:27.3125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2ncE5ACsPDb47h5txLwboRXNCeyvN2n { display:block; }
 }@media only screen and (max-width: 763px) { #pfaxoW21ksZK1R2DMTP2D910kBc5CF0b { width:19.875rem;height:1.29980625rem;top:31.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r8t4cNrcP357IcoHti0aLvAmspgFkqNi { width:4.1875rem;height:1.25rem;top:15.17825rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gu6Alu3yutUDk0A7G118JZUVw5L2WhDz { top:13.5rem;left:0rem;width:20rem;height:9rem;z-index:15015;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Zr6PnZOZPL6Nn4oLF3o2SnmIVfwEZ2wz { position:relative;z-index:auto;display:block; }#Zr6PnZOZPL6Nn4oLF3o2SnmIVfwEZ2wz > .row .container { width:20rem;height:22.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DN6JG6IOpcJCxUnHhB6FdbLdeheVxOcn { width:18.5625rem;height:1.5rem;top:9.8125rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KmX1c64CWMoobKfr82ZeZwuMgmQBIfWH { width:20rem;height:0.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xu2DUJXAAdUEXb4MCtvcaWwaNaTGg3Oa { width:8.3125rem;height:8.3125rem;top:1.5625rem;left:5.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTHMDEcrOtKTkqykUvNNOTRkXzSCIwxV { width:10.9375rem;height:1.5rem;top:12.5625rem;left:4.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xeOQGz7NgG6Attb8qy2NMXDTSpalGS1x { width:4.875rem;height:1.5rem;top:15.3125rem;left:7.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V5XacJ3ZITDsZaLo2T19U5qxmCGaZmwx { width:5.8125rem;height:1.5rem;top:18.0625rem;left:7.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }