.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;
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EHcoXRAZHJTV8yq3UX8QzhhTIhFhDKIB { position:relative;display:block; }#EHcoXRAZHJTV8yq3UX8QzhhTIhFhDKIB { background-color: transparent; background-image: none; }#EHcoXRAZHJTV8yq3UX8QzhhTIhFhDKIB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EHcoXRAZHJTV8yq3UX8QzhhTIhFhDKIB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EHcoXRAZHJTV8yq3UX8QzhhTIhFhDKIB > .row .container > .video-iframe-container { display: none; }#EHcoXRAZHJTV8yq3UX8QzhhTIhFhDKIB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EHcoXRAZHJTV8yq3UX8QzhhTIhFhDKIB > .row > .video-iframe-container { display: none; }#EHcoXRAZHJTV8yq3UX8QzhhTIhFhDKIB > .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); }#EHcoXRAZHJTV8yq3UX8QzhhTIhFhDKIB { border-width: 0; border-radius: 0; }#EHcoXRAZHJTV8yq3UX8QzhhTIhFhDKIB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#EHcoXRAZHJTV8yq3UX8QzhhTIhFhDKIB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BkwQehqR1CmMmWGKfSaS3dcygcRptUMN { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:9.75rem;top:0.78125rem;left:0.5625rem;overflow:hidden;display:block; }
#lBzmUFuiNtLv053JbDiIrGfbTgeQVhGx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #6097d8, #396296);background-image: -moz-linear-gradient(180deg, #6097d8, #396296);background-image: -ms-linear-gradient(180deg, #6097d8, #396296);background-image: -o-linear-gradient(180deg, #6097d8, #396296);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6097d8', endColorstr='#396296' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6097d8', endColorstr='#396296' );";background-image: linear-gradient(180deg, #6097d8, #396296);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lBzmUFuiNtLv053JbDiIrGfbTgeQVhGx > .row .container { background-color: transparent; background-image: none; }#lBzmUFuiNtLv053JbDiIrGfbTgeQVhGx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lBzmUFuiNtLv053JbDiIrGfbTgeQVhGx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lBzmUFuiNtLv053JbDiIrGfbTgeQVhGx > .row .container > .video-iframe-container { display: none; }#lBzmUFuiNtLv053JbDiIrGfbTgeQVhGx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lBzmUFuiNtLv053JbDiIrGfbTgeQVhGx > .row > .video-iframe-container { display: none; }#lBzmUFuiNtLv053JbDiIrGfbTgeQVhGx > .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); }#lBzmUFuiNtLv053JbDiIrGfbTgeQVhGx > .row .container { border-width: 0; border-radius: 0; }#lBzmUFuiNtLv053JbDiIrGfbTgeQVhGx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lBzmUFuiNtLv053JbDiIrGfbTgeQVhGx > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;position:relative;display:block; }#H8lWrDmH8xa34JEBb4JiUaTmgpzhDavZ { color:#ffffff;display:block;width:31.9375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.099609375rem;left:0.625rem;height:1.29980625rem;display:block; }
#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bb42b753-e79c-4475-8893-d0753890ce1b/top.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ.adaptive-delivery-prevent-bg, #xpnEO553p5geJ72mMNWRpH4OG42mOfJQ.lazyload, #xpnEO553p5geJ72mMNWRpH4OG42mOfJQ.lazyloading { background-image: none; }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .row .container { background-color: transparent; background-image: none; }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .row .container > .video-iframe-container { display: none; }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .row > .video-iframe-container { display: none; }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .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); }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .row .container { border-width: 0; border-radius: 0; }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .row .container { font-size:0.875rem;font-family:"open sans";height:39rem;width:75rem;position:relative;display:block; }#Je00FNIS3mlUP8XTzXdwOzi4MPeHRe4U { color:#121212;display:block;width:36.5rem;position:absolute;font-family:poppins;font-size:1.9375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3rem;left:2.125rem;height:5.0371125rem;font-style:normal;display:block; }
#Gz0SX4baBHkD09CpkTpSCfXQBzHiHECs { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd9c3e, #c78910);background-image: -moz-linear-gradient(180deg, #dd9c3e, #c78910);background-image: -ms-linear-gradient(180deg, #dd9c3e, #c78910);background-image: -o-linear-gradient(180deg, #dd9c3e, #c78910);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd9c3e', endColorstr='#c78910' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd9c3e', endColorstr='#c78910' );";background-image: linear-gradient(180deg, #dd9c3e, #c78910);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.8125rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:20rem;left:2.125rem;display:block; }
#KTJdcGxv4bwQ4yP46MmPdhg4I0SvCtu5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lUrS74067OW18gbdbTgX205Di9FM67x8 { 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:1.875rem;width:1.875rem;top:27.25rem;left:2.0625rem;overflow:hidden;display:block; }
#vg7n0Ga3nlnCnHDotldZ9w2slGgMayiF { color:#121212;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:27.0625rem;left:4.5625rem;height:1.13671875rem;font-style:normal;display:block; }
#Tv7kwJXMN9vTbo50pHdNx6KVAZK7ZJOb { color:#121212;display:block;width:7.1875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:28.375rem;left:4.5625rem;height:1.13671875rem;font-style:normal;display:block; }
#Uuob5T6uqlUUzOCeMkFE9eFIf7SwRLcn { color:#121212;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:27.0625rem;left:13rem;height:2.2734375rem;font-style:normal;display:block; }
#y7zhevdBhfZXuRAEUdw9aXTI3V6rfg5b { 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:1.6875rem;width:1.6875rem;top:27.8125rem;left:10.6875rem;overflow:hidden;display:block; }
#NAuipELyVXDb3kAwesIvVDa5T0eFk1yz { box-sizing:content-box;height:34.1875rem;width:40rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:0rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:0rem;display:block; }
#KtD3kUrAIlkXfT49n9mgLFsrBtn7lWTy { color:#000000;display:block;width:35.3125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:10.25rem;left:2.125rem;height:7.4375rem;display:block; }#KtD3kUrAIlkXfT49n9mgLFsrBtn7lWTy li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KtD3kUrAIlkXfT49n9mgLFsrBtn7lWTy li:before{  }
#I5STQeqP7bkVomfLNy6G4Br75imWw704 { box-sizing:content-box;height:9.0625rem;width:32.125rem;position:absolute;display:block;z-index:15018;background-color:#e29a2c;background-image:none;top:29.9375rem;left:42.875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:1.25rem;display:block; }
#L08mcs2W1l3oMsDppNJ5v9oPGFhWh7a6 { color:#ffffff;display:block;width:8.375rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:32.88671875rem;left:43.34375rem;height:2.8125rem;text-align:right;text-align-last:right;display:block; }
#PIAJuQ0p6ytxaOwpQ4T4dzsShs1ukMLb { box-sizing:content-box;height:4.375rem;width:0.1875rem;position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:none;top:32.25rem;left:53.34375rem;display:block; }
#L9Sqi8wnwHVmOWnsFqCxMVzgPmveEumR .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#L9Sqi8wnwHVmOWnsFqCxMVzgPmveEumR .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#ffffff;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:poppins;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#L9Sqi8wnwHVmOWnsFqCxMVzgPmveEumR .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:poppins;font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#L9Sqi8wnwHVmOWnsFqCxMVzgPmveEumR { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:31.32421875rem;left:54.21875rem;z-index:15021; }
#L9Sqi8wnwHVmOWnsFqCxMVzgPmveEumR #gWTTUy7iFeJgTgx7zvHmzl6Vwwrd2MuM { display:flex;position:relative;top:0rem;left:0rem; }
#L9Sqi8wnwHVmOWnsFqCxMVzgPmveEumR #AXpUn0GvrFQ7Ud1vZnyAPx9FFiGOF98P { width:auto; }
#L9Sqi8wnwHVmOWnsFqCxMVzgPmveEumR #SsPOQRws775hBMLTMI3bTq3Z32Ps911e {  }
#L9Sqi8wnwHVmOWnsFqCxMVzgPmveEumR #uLN9km7TKGc9oiUItehneSQlwnSZ6BQb { display:flex;position:relative;top:0rem;left:0rem; }
#L9Sqi8wnwHVmOWnsFqCxMVzgPmveEumR #c31KLpNwKkBVHdu2FbrsK2EuVdcGqmhG {  }
#L9Sqi8wnwHVmOWnsFqCxMVzgPmveEumR #MTfAqN5wmC5vd2mncH9xkc370Tza8buV {  }
#L9Sqi8wnwHVmOWnsFqCxMVzgPmveEumR #xa3GB77vTXGGDieXmm1psPcNX9Ogxe3H { display:flex;position:relative;top:0rem;left:0rem; }
#L9Sqi8wnwHVmOWnsFqCxMVzgPmveEumR #CmA5XLJJZsl8Q14nvuIHv0TBTQNiTQlO {  }
#L9Sqi8wnwHVmOWnsFqCxMVzgPmveEumR #RaUESyGu6q8MmDmmKXSFbvwZNUwiHsU2 {  }
#L9Sqi8wnwHVmOWnsFqCxMVzgPmveEumR #e5ksK5L87yG4Sldod6SbdOpSzFr0CT8T { display:flex;position:relative;top:0rem;left:0rem; }
#L9Sqi8wnwHVmOWnsFqCxMVzgPmveEumR #qNa0pfcEbdqNh11oI5utLwdT151M5S1h {  }
#L9Sqi8wnwHVmOWnsFqCxMVzgPmveEumR #fcX5ADZTLzGnXGMTpVD0FTDD8UTWVhm5 {  }
#ChbTHEzeb4rAGaPyV0vMXzC0tmMPxkz9 { position:relative;display:block; }#ChbTHEzeb4rAGaPyV0vMXzC0tmMPxkz9 { background-color: transparent; background-image: none; }#ChbTHEzeb4rAGaPyV0vMXzC0tmMPxkz9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ChbTHEzeb4rAGaPyV0vMXzC0tmMPxkz9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ChbTHEzeb4rAGaPyV0vMXzC0tmMPxkz9 > .row .container > .video-iframe-container { display: none; }#ChbTHEzeb4rAGaPyV0vMXzC0tmMPxkz9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ChbTHEzeb4rAGaPyV0vMXzC0tmMPxkz9 > .row > .video-iframe-container { display: none; }#ChbTHEzeb4rAGaPyV0vMXzC0tmMPxkz9 > .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); }#ChbTHEzeb4rAGaPyV0vMXzC0tmMPxkz9 { border-width: 0; border-radius: 0; }#ChbTHEzeb4rAGaPyV0vMXzC0tmMPxkz9 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ChbTHEzeb4rAGaPyV0vMXzC0tmMPxkz9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:29.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Z06VJTcTtO1hxpHyg9hHfLzspaZcZs08 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd9c3e, #c78910);background-image: -moz-linear-gradient(180deg, #dd9c3e, #c78910);background-image: -ms-linear-gradient(180deg, #dd9c3e, #c78910);background-image: -o-linear-gradient(180deg, #dd9c3e, #c78910);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd9c3e', endColorstr='#c78910' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd9c3e', endColorstr='#c78910' );";background-image: linear-gradient(180deg, #dd9c3e, #c78910);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.2480625rem;height:3.4375rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:21.998046875rem;left:1.25rem;display:block; }
#ZhX0sT7VeO7EpoeIozswDfxtDUF15cvf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GHceAgTCIQrky5NwiQ7W0WGzfuRrhqqc { color:#000000;display:block;width:73rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:1.9990234375rem;left:1.25rem;height:2.03125rem;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;font-style:normal;display:block; }
#OxgD2pTsTMseNLQxBx7I0lTTKvQTFkUt { color:#000000;display:block;width:71.125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:5.6865234375rem;left:1.25rem;height:14.16796875rem;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;font-style:normal;display:block; }
#ZbOGhiigUcacwQPNwAKTixsxIJ2lsMJd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#ZbOGhiigUcacwQPNwAKTixsxIJ2lsMJd > .row .container { background-color: transparent; background-image: none; }#ZbOGhiigUcacwQPNwAKTixsxIJ2lsMJd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZbOGhiigUcacwQPNwAKTixsxIJ2lsMJd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZbOGhiigUcacwQPNwAKTixsxIJ2lsMJd > .row .container > .video-iframe-container { display: none; }#ZbOGhiigUcacwQPNwAKTixsxIJ2lsMJd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZbOGhiigUcacwQPNwAKTixsxIJ2lsMJd > .row > .video-iframe-container { display: none; }#ZbOGhiigUcacwQPNwAKTixsxIJ2lsMJd > .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); }#ZbOGhiigUcacwQPNwAKTixsxIJ2lsMJd > .row .container { border-width: 0; border-radius: 0; }#ZbOGhiigUcacwQPNwAKTixsxIJ2lsMJd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZbOGhiigUcacwQPNwAKTixsxIJ2lsMJd > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:75rem;position:relative;display:block; }#Sg2yPf1dmkBiANk6DFqMoUuLI6KqwzaS { color:#000000;display:block;width:73rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:2.0625rem;left:2rem;height:2.03125rem;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;font-style:normal;display:block; }
#nicIT8kO7ozdemki8nW2OtDv3VTRBx35 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#nicIT8kO7ozdemki8nW2OtDv3VTRBx35 > .row .container { background-color: transparent; background-image: none; }#nicIT8kO7ozdemki8nW2OtDv3VTRBx35::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nicIT8kO7ozdemki8nW2OtDv3VTRBx35 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nicIT8kO7ozdemki8nW2OtDv3VTRBx35 > .row .container > .video-iframe-container { display: none; }#nicIT8kO7ozdemki8nW2OtDv3VTRBx35 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nicIT8kO7ozdemki8nW2OtDv3VTRBx35 > .row > .video-iframe-container { display: none; }#nicIT8kO7ozdemki8nW2OtDv3VTRBx35 > .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); }#nicIT8kO7ozdemki8nW2OtDv3VTRBx35 > .row .container { border-width: 0; border-radius: 0; }#nicIT8kO7ozdemki8nW2OtDv3VTRBx35 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nicIT8kO7ozdemki8nW2OtDv3VTRBx35 > .row .container { font-size:0.875rem;font-family:arial;height:16.9375rem;width:75rem;position:relative;display:block; }#h5VwyxCsosGoHowQfMLvl9TrhfOPpxZq { box-sizing:content-box;height:12.5rem;width:21.8125rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:3.125rem;left:1.59375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0rem 0rem 0.4375rem rgba(0,0,0,0.25) ;display:block; }
#a3bhTK64oQ2l6fCMtpAikK36BVBXtDa6 { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.6748046875rem;left:2.84375rem;height:8.77148125rem;text-align:center;text-align-last:center;display:block; }
#FXdm4w6OTDMvAlrdo7lWrtMM0XSXC0fN { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:2.1875rem;left:2.84375rem;overflow:hidden;display:block; }
#UnkusiRTJbg9vNx3ys8tXB0g7BAT2CTm { box-sizing:content-box;height:12.5rem;width:21.8125rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:3.25rem;left:26.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0rem 0rem 0.4375rem rgba(0,0,0,0.25) ;display:block; }
#ERquGSVIQzkbP0nenOXg85a2dZGA1sed { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:5.6728515625rem;left:27.84375rem;height:8.77148125rem;text-align:center;text-align-last:center;display:block; }
#vDPbNPAf9Dz767lwEoAkg6dS03qqUVMg { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:2.1875rem;left:27.84375rem;overflow:hidden;display:block; }
#Nee9mTHZyoyI6QTHqON6MzLwCT8IAhfB { box-sizing:content-box;height:12.5rem;width:21.8125rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:3.1875rem;left:51.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0rem 0rem 0.4375rem rgba(0,0,0,0.25) ;display:block; }
#gxM95AqNfy4DsVRBpnFE76XJ9PPh21pv { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:5.625rem;left:52.8125rem;height:8.77148125rem;text-align:center;text-align-last:center;display:block; }
#HNG4vT3eFatOsOK1u7dLkx38LWVkXmTD { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:2.125rem;left:52.8125rem;overflow:hidden;display:block; }
#uD1iCfmPRnLy48ElxNQld3gi3yVeBngh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#uD1iCfmPRnLy48ElxNQld3gi3yVeBngh > .row .container { background-color: transparent; background-image: none; }#uD1iCfmPRnLy48ElxNQld3gi3yVeBngh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uD1iCfmPRnLy48ElxNQld3gi3yVeBngh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uD1iCfmPRnLy48ElxNQld3gi3yVeBngh > .row .container > .video-iframe-container { display: none; }#uD1iCfmPRnLy48ElxNQld3gi3yVeBngh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uD1iCfmPRnLy48ElxNQld3gi3yVeBngh > .row > .video-iframe-container { display: none; }#uD1iCfmPRnLy48ElxNQld3gi3yVeBngh > .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); }#uD1iCfmPRnLy48ElxNQld3gi3yVeBngh > .row .container { border-width: 0; border-radius: 0; }#uD1iCfmPRnLy48ElxNQld3gi3yVeBngh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uD1iCfmPRnLy48ElxNQld3gi3yVeBngh > .row .container { font-size:0.875rem;font-family:arial;height:17.125rem;width:75rem;position:relative;display:block; }#w70rMn8idF0pmNrPIiau13FM03RFxX7I { box-sizing:content-box;height:12.5rem;width:21.8125rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:1.875rem;left:1.59375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0rem 0rem 0.4375rem rgba(0,0,0,0.25) ;display:block; }
#BGaF1sTEOcSlCg194ERfmycvubmm1U9H { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.484375rem;left:2.84375rem;height:8.77148125rem;text-align:center;text-align-last:center;display:block; }
#VMUHU46IPsE3AxyIKpzwK6fvTbu3Bnh7 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:0.9375rem;left:2.84375rem;overflow:hidden;display:block; }
#SnTw2UUd2Qflcn1KheXiGyX7H1ai7iZy { box-sizing:content-box;height:12.5rem;width:21.8125rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:2rem;left:26.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0rem 0rem 0.4375rem rgba(0,0,0,0.25) ;display:block; }
#pwXIlhANE7mydwPVUB0BulahzVaSq8Ko { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:4.4228515625rem;left:27.84375rem;height:8.77148125rem;text-align:center;text-align-last:center;display:block; }
#QXCVTIFgT9PlGzn7MbZVlnlJ4MFJwI3R { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:0.9375rem;left:27.84375rem;overflow:hidden;display:block; }
#BKigJNX7dyNcgc6gzTntXpiEIgaGXDw6 { box-sizing:content-box;height:12.5rem;width:21.8125rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:1.9375rem;left:51.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0rem 0rem 0.4375rem rgba(0,0,0,0.25) ;display:block; }
#dcM2rfchTgHK5iTDFJ2lJ1Qbs9tQpSas { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:4.375rem;left:52.8125rem;height:7.30956875rem;text-align:center;text-align-last:center;display:block; }
#fRT53i7fz6VWWsnGzpyPUyNAeXcVtsS7 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:0.875rem;left:52.8125rem;overflow:hidden;display:block; }
#ocQRAH1cBdcgIa3WVQAqOt7befCJwze7 { position:relative;display:block; }#ocQRAH1cBdcgIa3WVQAqOt7befCJwze7 { background-color: transparent; background-image: none; }#ocQRAH1cBdcgIa3WVQAqOt7befCJwze7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocQRAH1cBdcgIa3WVQAqOt7befCJwze7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocQRAH1cBdcgIa3WVQAqOt7befCJwze7 > .row .container > .video-iframe-container { display: none; }#ocQRAH1cBdcgIa3WVQAqOt7befCJwze7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocQRAH1cBdcgIa3WVQAqOt7befCJwze7 > .row > .video-iframe-container { display: none; }#ocQRAH1cBdcgIa3WVQAqOt7befCJwze7 > .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); }#ocQRAH1cBdcgIa3WVQAqOt7befCJwze7 { border-width: 0; border-radius: 0; }#ocQRAH1cBdcgIa3WVQAqOt7befCJwze7 > .row .container > .video-iframe-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#ocQRAH1cBdcgIa3WVQAqOt7befCJwze7 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #6299da, #1a1732);background-image: -moz-linear-gradient(180deg, #6299da, #1a1732);background-image: -ms-linear-gradient(180deg, #6299da, #1a1732);background-image: -o-linear-gradient(180deg, #6299da, #1a1732);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6299da', endColorstr='#1a1732' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6299da', endColorstr='#1a1732' );";background-image: linear-gradient(180deg, #6299da, #1a1732);background-size:auto !important;font-size:0.875rem;font-family:arial;height:57.625rem;width:75rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:relative;display:block; }#HKaBlz21H1TsPv2t2EsIxyLg71yKuIvF { color:#ffffff;display:block;width:75rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.4375rem;left:0rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#vMF9WJJyM2EfUZdcfT7wppGIhAmRFq1c { color:#ffffff;display:block;width:52.375rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:5.5625rem;left:11.3125rem;height:4.6875rem;text-align:center;text-align-last:center;display:block; }
#y5cZiBSlEngfJXZFdmCm2pTkQhlEK0XK { 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:16.8125rem;width:30.5rem;top:12.4375rem;left:22.25rem;overflow:hidden;display:block; }
#csAm5k2DOE6VlxAa5TFvsVd33sOxu1c8 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:5.0625rem;top:32.625rem;left:18.75rem;overflow:hidden;display:block; }
#z7G1nn5Nup37lO7uZmGBJ9gi7Fa1oGfi { color:#ffffff;display:block;width:35.625rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:34.078125rem;left:25.6875rem;height:2.03125rem;display:block; }
#N5MouqFuB0FSVUBTVynsLdyHqmad5fxh { box-sizing:content-box;height:12.5rem;width:17.375rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:42.4375rem;left:0.6875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#Z2opzdIPkaV584NeWaDUgaaT7pAlzpEx { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:44.375rem;left:1.78125rem;height:1.625rem;font-style:normal;display:block; }
#CD1KnZkErk8ZkwXL5eUafxasXLaoRJxw { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:48rem;left:1.78125rem;height:4.38574375rem;display:block; }
#Tu8NnLPsQtFO61lS3SAJCyELxwGXZVuO { box-sizing:content-box;height:12.5rem;width:17.375rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:42.4375rem;left:19.4375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#aPbZVGTw3RJlv9vV4cltTJ11semCGtld { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:48rem;left:20.5625rem;height:2.923825rem;display:block; }
#ro9n5hncQmFVAJyfi7efpT2ULwmplzWo { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:44.375rem;left:20.5625rem;height:1.625rem;font-style:normal;display:block; }
#w59RtMDMvFzTZ6L7Mm5XSHfSLriLhQva { box-sizing:content-box;height:12.5rem;width:17.375rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;top:42.4375rem;left:38.1875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#V2rTyDzfmmg7SclAQGRtqHWcKx9a8zPn { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:48rem;left:39.5625rem;height:4.38574375rem;display:block; }
#RgtMdxreH0HrTDrUE0URT8DiGSmaZ5Gy { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:44.375rem;left:39.5625rem;height:1.625rem;font-style:normal;display:block; }
#wAJWqLqHFfkXFi2Syp3itSOtuwZwIZhm { box-sizing:content-box;height:12.5rem;width:17.375rem;position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;top:42.4375rem;left:56.9375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#ah2JAJVV6byzLiRedALrkwDs0vfLMHw9 { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:48rem;left:58.28125rem;height:4.38574375rem;display:block; }
#RUUXkbNEz1FzhwSi4unUvIBXKhQiIzCz { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:44.375rem;left:58.28125rem;height:1.625rem;font-style:normal;display:block; }
#bG7KUMX85cCPF8RN97MlDv175l80AyC5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#bG7KUMX85cCPF8RN97MlDv175l80AyC5 > .row .container { background-color: transparent; background-image: none; }#bG7KUMX85cCPF8RN97MlDv175l80AyC5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bG7KUMX85cCPF8RN97MlDv175l80AyC5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bG7KUMX85cCPF8RN97MlDv175l80AyC5 > .row .container > .video-iframe-container { display: none; }#bG7KUMX85cCPF8RN97MlDv175l80AyC5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bG7KUMX85cCPF8RN97MlDv175l80AyC5 > .row > .video-iframe-container { display: none; }#bG7KUMX85cCPF8RN97MlDv175l80AyC5 > .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); }#bG7KUMX85cCPF8RN97MlDv175l80AyC5 > .row .container { border-width: 0; border-radius: 0; }#bG7KUMX85cCPF8RN97MlDv175l80AyC5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bG7KUMX85cCPF8RN97MlDv175l80AyC5 > .row .container { font-size:0.875rem;font-family:arial;height:43.1875rem;width:75rem;position:relative;display:block; }#qBnzbRpPuphJp15u8XNT1Qbi0cBmXSKV { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:19.5625rem;width:31.25rem;top:3.875rem;left:42.28125rem;overflow:hidden;display:block; }
#W7MBtHJzf6wzINZKvykX0XVSHbF1f1mw { box-sizing:content-box;height:30.25rem;width:40.125rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fcfdff, #689fdf);background-image: -moz-linear-gradient(180deg, #fcfdff, #689fdf);background-image: -ms-linear-gradient(180deg, #fcfdff, #689fdf);background-image: -o-linear-gradient(180deg, #fcfdff, #689fdf);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfdff', endColorstr='#689fdf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfdff', endColorstr='#689fdf' );";background-image: linear-gradient(180deg, #fcfdff, #689fdf);background-size:auto !important;top:3.875rem;left:1.0625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.25) ;display:block; }
#N3uOD7zPmhEURodrekV0dw5F5NqVsTgq { color:#000000;display:block;width:34.9375rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7rem;left:2.53125rem;height:2.03125rem;display:block; }
#bFRJnQxK6zNOOdwkrhbQhzivPWliRlpT { color:#000000;display:block;width:37.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:10.125rem;left:3rem;height:;display:block; }#bFRJnQxK6zNOOdwkrhbQhzivPWliRlpT li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#bFRJnQxK6zNOOdwkrhbQhzivPWliRlpT li:before{  }
#HgcGNq23VtVtXTcSvRSWnIZ879yaJwMg { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd9c3e, #c78910);background-image: -moz-linear-gradient(180deg, #dd9c3e, #c78910);background-image: -ms-linear-gradient(180deg, #dd9c3e, #c78910);background-image: -o-linear-gradient(180deg, #dd9c3e, #c78910);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd9c3e', endColorstr='#c78910' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd9c3e', endColorstr='#c78910' );";background-image: linear-gradient(180deg, #dd9c3e, #c78910);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.2480625rem;height:3.4375rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:37.4375rem;left:22.875rem;display:block; }
#R5xwTwFG5mDSJ4q1K4Cx0A8PFrQm2gFf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HApTxZ5TbnE6Fx47Vl6oAkVVy6aDvKac { position:relative;display:block; }#HApTxZ5TbnE6Fx47Vl6oAkVVy6aDvKac { background-color: transparent; background-image: none; }#HApTxZ5TbnE6Fx47Vl6oAkVVy6aDvKac::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HApTxZ5TbnE6Fx47Vl6oAkVVy6aDvKac > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HApTxZ5TbnE6Fx47Vl6oAkVVy6aDvKac > .row .container > .video-iframe-container { display: none; }#HApTxZ5TbnE6Fx47Vl6oAkVVy6aDvKac > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HApTxZ5TbnE6Fx47Vl6oAkVVy6aDvKac > .row > .video-iframe-container { display: none; }#HApTxZ5TbnE6Fx47Vl6oAkVVy6aDvKac > .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); }#HApTxZ5TbnE6Fx47Vl6oAkVVy6aDvKac { border-width: 0; border-radius: 0; }#HApTxZ5TbnE6Fx47Vl6oAkVVy6aDvKac > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#HApTxZ5TbnE6Fx47Vl6oAkVVy6aDvKac > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#d8tDQ6ASKXJBAUADr5GF2mmiKxGZEnyg { color:#000000;display:block;width:73rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:1.453125rem;left:2rem;height:2.03125rem;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;font-style:normal;display:block; }
#z0tupqXd30ZnX2na3KPDmgUL4MZHBLlF { position:relative;display:block; }#z0tupqXd30ZnX2na3KPDmgUL4MZHBLlF { background-color: transparent; background-image: none; }#z0tupqXd30ZnX2na3KPDmgUL4MZHBLlF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z0tupqXd30ZnX2na3KPDmgUL4MZHBLlF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z0tupqXd30ZnX2na3KPDmgUL4MZHBLlF > .row .container > .video-iframe-container { display: none; }#z0tupqXd30ZnX2na3KPDmgUL4MZHBLlF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z0tupqXd30ZnX2na3KPDmgUL4MZHBLlF > .row > .video-iframe-container { display: none; }#z0tupqXd30ZnX2na3KPDmgUL4MZHBLlF > .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); }#z0tupqXd30ZnX2na3KPDmgUL4MZHBLlF { border-width: 0; border-radius: 0; }#z0tupqXd30ZnX2na3KPDmgUL4MZHBLlF > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#z0tupqXd30ZnX2na3KPDmgUL4MZHBLlF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:24.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HRrvFnxn9ITrLcvHAlSp02SsuMyMT8Q5 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:11.5rem;width:11.5rem;top:1.9375rem;left:3.625rem;overflow:hidden;display:block; }
#L750BLaFTNiKMtNmLvv2em63nie7u56m { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:14.5rem;left:3.125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pWtK4KE9CP0e8RoyxbT7B3vaBc0kvagg { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:16.8125rem;left:3.125rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rZC2OqM90BLPNzv3G3xDBTgNTaVFimEx { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:14.5rem;left:21.875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eVIsmfBfONh1t8zJQ6qrqTPRKLvBXU7q { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:16.8125rem;left:21.875rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tMDtoTVvWm6AIq2Bf6lWBW7vB9KOuTGu { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:11.3125rem;width:11.5rem;top:2.03125rem;left:22.375rem;overflow:hidden;display:block; }
#A6C2NEqD6ri71Swrvs9wTCOdTmQX2hhT { color:#000000;display:block;width:14.5rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:16.8125rem;left:39.625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OgVmCtBoWiTWRfDe0AV9v4wWkTcfdVFK { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:14.4375rem;left:40.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f20VfhKnNnUXGMicVz6SiWSZ5KnP1F9U { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:11.3125rem;width:11.3125rem;top:1.9375rem;left:41.125rem;overflow:hidden;display:block; }
#Ly2TGRweyR4eqsW5XO87M3XR0DM98waR { color:#000000;display:block;width:16.75rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:18.09375rem;left:57.25rem;height:6.09375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wTklUnTli4Vw2iPsHrul0eCxBSuG3Nlz { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:14.4375rem;left:59.375rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#skDHzLE4DEvI2XRpR9VQcpwVTk8wm419 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:11.3125rem;width:12.8125rem;top:2.03125rem;left:59.21875rem;overflow:hidden;display:block; }
#oQm7OtTQS7dho26DoCr9ImIHR7Gvf2M7 { position:relative;display:block; }#oQm7OtTQS7dho26DoCr9ImIHR7Gvf2M7 { background-color: transparent; background-image: none; }#oQm7OtTQS7dho26DoCr9ImIHR7Gvf2M7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oQm7OtTQS7dho26DoCr9ImIHR7Gvf2M7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oQm7OtTQS7dho26DoCr9ImIHR7Gvf2M7 > .row .container > .video-iframe-container { display: none; }#oQm7OtTQS7dho26DoCr9ImIHR7Gvf2M7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oQm7OtTQS7dho26DoCr9ImIHR7Gvf2M7 > .row > .video-iframe-container { display: none; }#oQm7OtTQS7dho26DoCr9ImIHR7Gvf2M7 > .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); }#oQm7OtTQS7dho26DoCr9ImIHR7Gvf2M7 { border-width: 0; border-radius: 0; }#oQm7OtTQS7dho26DoCr9ImIHR7Gvf2M7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#oQm7OtTQS7dho26DoCr9ImIHR7Gvf2M7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:27.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LK9cVslZw9lLfu3fdgcNmwgtWkFf3sp2 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:11.5rem;width:11.5rem;top:1.9375rem;left:3.625rem;overflow:hidden;display:block; }
#PvtqkPaZDys0BfkDgA5hC4WCN9HnZJcM { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:14.5rem;left:3.125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Iu0dFPGWsNg2BJMV4IvlClTbUTQDSiqu { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:16.8125rem;left:3.125rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y9v1t7sEKEesGvUfarTCFclLnnkTAhHV { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:14.5rem;left:21.875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vkKU8ufsbpUAGCStnOpELMAKeg5rA0bL { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:16.8125rem;left:20.46875rem;height:8.53125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Rg3Vnfm0GavuKFz3R37MnbaTHLEhV5aB { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:11.5rem;width:13.6875rem;top:1.9375rem;left:21.28125rem;overflow:hidden;display:block; }
#xUM3Aw1utXhRDdw4iMysgcc4GlqTq8ta { color:#000000;display:block;width:14.5rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:16.8125rem;left:39.625rem;height:7.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cbikRFDWaNK64FKTbzG0HcTmgJqFlnOB { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:14.4375rem;left:40.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T6AwUXTi0egnoTQdlTIdfC9odFV1aaD8 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:10.6875rem;width:11.3125rem;top:2.8125rem;left:41.21875rem;overflow:hidden;display:block; }
#ZfUGCSNyGJh7b0ymlJSDXPac71Kcg80d { color:#000000;display:block;width:16.75rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:16.8125rem;left:57.25rem;height:6.09375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Uafw5yvF4PhxarFvLIScEV6EWzfZTobH { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:14.4375rem;left:59.375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OIBguCOcUGky6K7BoKE2DwHVbPOWITTP { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:11.1875rem;width:11.1875rem;top:2.09375rem;left:60.03125rem;overflow:hidden;display:block; }
#NZRe6yBGZKzNFpBykJPTokqKLzPDx8kL { position:relative;display:block; }#NZRe6yBGZKzNFpBykJPTokqKLzPDx8kL { background-color: transparent; background-image: none; }#NZRe6yBGZKzNFpBykJPTokqKLzPDx8kL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NZRe6yBGZKzNFpBykJPTokqKLzPDx8kL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NZRe6yBGZKzNFpBykJPTokqKLzPDx8kL > .row .container > .video-iframe-container { display: none; }#NZRe6yBGZKzNFpBykJPTokqKLzPDx8kL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NZRe6yBGZKzNFpBykJPTokqKLzPDx8kL > .row > .video-iframe-container { display: none; }#NZRe6yBGZKzNFpBykJPTokqKLzPDx8kL > .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); }#NZRe6yBGZKzNFpBykJPTokqKLzPDx8kL { border-width: 0; border-radius: 0; }#NZRe6yBGZKzNFpBykJPTokqKLzPDx8kL > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#NZRe6yBGZKzNFpBykJPTokqKLzPDx8kL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:27.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Hiu5e2CRWROFpSO3vsF47UkmdconJDBL { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:11.5rem;width:11.5rem;top:1.9375rem;left:3.625rem;overflow:hidden;display:block; }
#BmZ30TqQ97tQesMnpyDHzDbeKrTkiTbA { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:14.5rem;left:3.125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#K5OqIJzBNlHuJZcaJK67F2dTcB8TAyB1 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:16.8125rem;left:3.125rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MhVHxqEGz9deDANw7VAA28gqHMHioAKS { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:14.5rem;left:21.875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B94fWnkvnlI9e3EXuLHtxbTbKI8u9nlg { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:16.8125rem;left:20.46875rem;height:6.09375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dHcrrQA5BsnGqG3LC56udAME9pAPcu6K { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:11rem;width:13.6875rem;top:2.1875rem;left:21.28125rem;overflow:hidden;display:block; }
#EgNlo00KL34XaiMeq6QJ6V7JpRLRJ1qd { color:#000000;display:block;width:14.5rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:16.8125rem;left:39.625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T6OBh6DKLnANqDTiwzoFhoDsaZBI5tA4 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:14.4375rem;left:40.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Qw4zhRJGX2L9gv9G1BcflHq682Q7iH8h { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:10.6875rem;width:10.6875rem;top:2.8125rem;left:41.21875rem;overflow:hidden;display:block; }
#OiTLmh0zy6n2TF2ARmSUm3XWMITAgITG { position:relative;display:block; }#OiTLmh0zy6n2TF2ARmSUm3XWMITAgITG { background-color: transparent; background-image: none; }#OiTLmh0zy6n2TF2ARmSUm3XWMITAgITG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OiTLmh0zy6n2TF2ARmSUm3XWMITAgITG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OiTLmh0zy6n2TF2ARmSUm3XWMITAgITG > .row .container > .video-iframe-container { display: none; }#OiTLmh0zy6n2TF2ARmSUm3XWMITAgITG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OiTLmh0zy6n2TF2ARmSUm3XWMITAgITG > .row > .video-iframe-container { display: none; }#OiTLmh0zy6n2TF2ARmSUm3XWMITAgITG > .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); }#OiTLmh0zy6n2TF2ARmSUm3XWMITAgITG { border-width: 0; border-radius: 0; }#OiTLmh0zy6n2TF2ARmSUm3XWMITAgITG > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#OiTLmh0zy6n2TF2ARmSUm3XWMITAgITG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:14rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vqNSJO1s8N8Xkh0kKJ8iHFnJtOPWTWKy { color:#000000;display:block;width:34.9375rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.0625rem;left:20.03125rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#vwPcnUt7oK0iFVXvSstFA88rtabUK1nv { 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:4.75rem;width:25rem;top:5.5rem;left:25rem;overflow:hidden;display:block; }
#IXrmhtIhBaFo9T4rCxJBkqACHPq0O3aL { position:relative;display:block; }#IXrmhtIhBaFo9T4rCxJBkqACHPq0O3aL { background-color: transparent; background-image: none; }#IXrmhtIhBaFo9T4rCxJBkqACHPq0O3aL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IXrmhtIhBaFo9T4rCxJBkqACHPq0O3aL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IXrmhtIhBaFo9T4rCxJBkqACHPq0O3aL > .row .container > .video-iframe-container { display: none; }#IXrmhtIhBaFo9T4rCxJBkqACHPq0O3aL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IXrmhtIhBaFo9T4rCxJBkqACHPq0O3aL > .row > .video-iframe-container { display: none; }#IXrmhtIhBaFo9T4rCxJBkqACHPq0O3aL > .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); }#IXrmhtIhBaFo9T4rCxJBkqACHPq0O3aL { border-width: 0; border-radius: 0; }#IXrmhtIhBaFo9T4rCxJBkqACHPq0O3aL > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#IXrmhtIhBaFo9T4rCxJBkqACHPq0O3aL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:38.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZWqED5VqkO6AB0GUsemP0Vpb30QoxspD { position:absolute;z-index:15028;top:2.25rem;left:39.03125rem;width:34.4375rem;height:23.625rem;display:block; }
#KsaWuHEw8PrMwbIXnTxqsATnB1JLzeJI { color:#000000;display:block;width:33.4375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:5.998046875rem;left:1.4677734375rem;height:9.75rem;display:block; }
#c5TtM9KIpLEl6eQqMVCXbN6sgA7VT6Vu { color:#000000;display:block;width:31.3748125rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:2.2493515014649rem;left:1.4680995941162rem;height:2.03125rem;font-style:normal;display:block; }
#ni214JVKBoq874uFsNGrtMgvnbudvxUu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#ni214JVKBoq874uFsNGrtMgvnbudvxUu > .row .container { background-color: transparent; background-image: none; }#ni214JVKBoq874uFsNGrtMgvnbudvxUu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ni214JVKBoq874uFsNGrtMgvnbudvxUu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ni214JVKBoq874uFsNGrtMgvnbudvxUu > .row .container > .video-iframe-container { display: none; }#ni214JVKBoq874uFsNGrtMgvnbudvxUu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ni214JVKBoq874uFsNGrtMgvnbudvxUu > .row > .video-iframe-container { display: none; }#ni214JVKBoq874uFsNGrtMgvnbudvxUu > .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); }#ni214JVKBoq874uFsNGrtMgvnbudvxUu > .row .container { border-width: 0; border-radius: 0; }#ni214JVKBoq874uFsNGrtMgvnbudvxUu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ni214JVKBoq874uFsNGrtMgvnbudvxUu > .row .container { font-size:0.875rem;font-family:"open sans";height:9.6875rem;width:75rem;position:relative;display:block; }#brWMCLcMJAOBNHOwuNImbNq6RIPumfPv { display:block;width:59.9375rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:1.96875rem;left:7.53125rem;height:4.6875rem;text-align:center;text-align-last:center;color:#000000;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #EHcoXRAZHJTV8yq3UX8QzhhTIhFhDKIB { display:block; }#EHcoXRAZHJTV8yq3UX8QzhhTIhFhDKIB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #BkwQehqR1CmMmWGKfSaS3dcygcRptUMN { width:9.75rem;height:3.5rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lBzmUFuiNtLv053JbDiIrGfbTgeQVhGx { display:block; }#lBzmUFuiNtLv053JbDiIrGfbTgeQVhGx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #H8lWrDmH8xa34JEBb4JiUaTmgpzhDavZ { width:31.9375rem;height:1.29980625rem;top:1.974609375rem;left:7.90625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #xpnEO553p5geJ72mMNWRpH4OG42mOfJQ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d0dd72bc-9967-4804-b92c-6bead248803f/bfa8aec1acc53fb41061bb2ef8bbc88468480e4951cab.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ.adaptive-delivery-prevent-bg, #xpnEO553p5geJ72mMNWRpH4OG42mOfJQ.lazyload, #xpnEO553p5geJ72mMNWRpH4OG42mOfJQ.lazyloading { background-image: none; }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .row .container { background-color: transparent; background-image: none; }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .row .container > .video-iframe-container { display: none; }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .row > .video-iframe-container { display: none; }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .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); }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .row .container { width:47.75rem;height:44.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Je00FNIS3mlUP8XTzXdwOzi4MPeHRe4U { width:39.625rem;height:9.26075rem;top:2rem;left:4.0625rem;font-size:2.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #Gz0SX4baBHkD09CpkTpSCfXQBzHiHECs { width:35.375rem;height:3.4375rem;top:20.9990234375rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KTJdcGxv4bwQ4yP46MmPdhg4I0SvCtu5 { display:block; }
 }@media only screen and (max-width: 1199px) { #lUrS74067OW18gbdbTgX205Di9FM67x8 { width:1.875rem;height:1.875rem;top:27.375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vg7n0Ga3nlnCnHDotldZ9w2slGgMayiF { width:12.5rem;height:1.13671875rem;top:27.0625rem;left:6.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tv7kwJXMN9vTbo50pHdNx6KVAZK7ZJOb { width:12.5rem;height:1.13671875rem;top:28.375rem;left:6.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Uuob5T6uqlUUzOCeMkFE9eFIf7SwRLcn { width:12.5rem;height:2.2734375rem;top:27.1875rem;left:18.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y7zhevdBhfZXuRAEUdw9aXTI3V6rfg5b { width:1.75rem;height:1.75rem;top:27.4375rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NAuipELyVXDb3kAwesIvVDa5T0eFk1yz { width:43.9375rem;height:32.5rem;top:0rem;left:1.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KtD3kUrAIlkXfT49n9mgLFsrBtn7lWTy { width:37.9375rem;height:6.13671875rem;top:13rem;left:4.90625rem;font-size:1rem;display:block; }#KtD3kUrAIlkXfT49n9mgLFsrBtn7lWTy li:before{  }
 }@media only screen and (max-width: 1199px) { #I5STQeqP7bkVomfLNy6G4Br75imWw704 { width:32.125rem;height:9.0625rem;top:35.1875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L08mcs2W1l3oMsDppNJ5v9oPGFhWh7a6 { width:8.375rem;height:2.8125rem;top:38.1875rem;left:9rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PIAJuQ0p6ytxaOwpQ4T4dzsShs1ukMLb { width:0.1875rem;height:4.375rem;top:37.5625rem;left:19rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L9Sqi8wnwHVmOWnsFqCxMVzgPmveEumR .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#L9Sqi8wnwHVmOWnsFqCxMVzgPmveEumR .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#L9Sqi8wnwHVmOWnsFqCxMVzgPmveEumR .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#L9Sqi8wnwHVmOWnsFqCxMVzgPmveEumR { display:flex;width:18rem;height:5.0625rem;top:36.5625rem;left:19.9375rem; }
 }@media only screen and (max-width: 1199px) { #L9Sqi8wnwHVmOWnsFqCxMVzgPmveEumR #gWTTUy7iFeJgTgx7zvHmzl6Vwwrd2MuM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #L9Sqi8wnwHVmOWnsFqCxMVzgPmveEumR #AXpUn0GvrFQ7Ud1vZnyAPx9FFiGOF98P {  }
 }@media only screen and (max-width: 1199px) { #L9Sqi8wnwHVmOWnsFqCxMVzgPmveEumR #SsPOQRws775hBMLTMI3bTq3Z32Ps911e {  }
 }@media only screen and (max-width: 1199px) { #L9Sqi8wnwHVmOWnsFqCxMVzgPmveEumR #uLN9km7TKGc9oiUItehneSQlwnSZ6BQb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #L9Sqi8wnwHVmOWnsFqCxMVzgPmveEumR #c31KLpNwKkBVHdu2FbrsK2EuVdcGqmhG {  }
 }@media only screen and (max-width: 1199px) { #L9Sqi8wnwHVmOWnsFqCxMVzgPmveEumR #MTfAqN5wmC5vd2mncH9xkc370Tza8buV {  }
 }@media only screen and (max-width: 1199px) { #L9Sqi8wnwHVmOWnsFqCxMVzgPmveEumR #xa3GB77vTXGGDieXmm1psPcNX9Ogxe3H { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #L9Sqi8wnwHVmOWnsFqCxMVzgPmveEumR #CmA5XLJJZsl8Q14nvuIHv0TBTQNiTQlO {  }
 }@media only screen and (max-width: 1199px) { #L9Sqi8wnwHVmOWnsFqCxMVzgPmveEumR #RaUESyGu6q8MmDmmKXSFbvwZNUwiHsU2 {  }
 }@media only screen and (max-width: 1199px) { #L9Sqi8wnwHVmOWnsFqCxMVzgPmveEumR #e5ksK5L87yG4Sldod6SbdOpSzFr0CT8T { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #L9Sqi8wnwHVmOWnsFqCxMVzgPmveEumR #qNa0pfcEbdqNh11oI5utLwdT151M5S1h {  }
 }@media only screen and (max-width: 1199px) { #L9Sqi8wnwHVmOWnsFqCxMVzgPmveEumR #fcX5ADZTLzGnXGMTpVD0FTDD8UTWVhm5 {  }
 }@media only screen and (max-width: 1199px) { #ChbTHEzeb4rAGaPyV0vMXzC0tmMPxkz9 { display:block; }#ChbTHEzeb4rAGaPyV0vMXzC0tmMPxkz9 > .row .container { width:47.75rem;height:35.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Z06VJTcTtO1hxpHyg9hHfLzspaZcZs08 { width:28.125rem;height:3.4375rem;top:29.5556640625rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZhX0sT7VeO7EpoeIozswDfxtDUF15cvf { display:block; }
 }@media only screen and (max-width: 1199px) { #GHceAgTCIQrky5NwiQ7W0WGzfuRrhqqc { width:43.0625rem;height:3.57421875rem;top:1.4375rem;left:1.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OxgD2pTsTMseNLQxBx7I0lTTKvQTFkUt { width:44.375rem;height:22.03903125rem;top:6.3115234375rem;left:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZbOGhiigUcacwQPNwAKTixsxIJ2lsMJd { display:block; }#ZbOGhiigUcacwQPNwAKTixsxIJ2lsMJd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Sg2yPf1dmkBiANk6DFqMoUuLI6KqwzaS { width:43.0625rem;height:1.7871125rem;top:1.4375rem;left:1.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nicIT8kO7ozdemki8nW2OtDv3VTRBx35 { display:block; }#nicIT8kO7ozdemki8nW2OtDv3VTRBx35 > .row .container { width:47.75rem;height:43.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #h5VwyxCsosGoHowQfMLvl9TrhfOPpxZq { width:21.8125rem;height:12.5rem;top:3rem;left:13rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a3bhTK64oQ2l6fCMtpAikK36BVBXtDa6 { width:19.3125rem;height:8.77148125rem;top:5.6875rem;left:14.21875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FXdm4w6OTDMvAlrdo7lWrtMM0XSXC0fN { width:2.3125rem;height:2.3125rem;top:2.375rem;left:14.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UnkusiRTJbg9vNx3ys8tXB0g7BAT2CTm { width:21.8125rem;height:12.5rem;top:16.75rem;left:13rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ERquGSVIQzkbP0nenOXg85a2dZGA1sed { width:19.3125rem;height:8.77148125rem;top:19.4375rem;left:14.21875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vDPbNPAf9Dz767lwEoAkg6dS03qqUVMg { width:2.3125rem;height:2.3125rem;top:16.125rem;left:14.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Nee9mTHZyoyI6QTHqON6MzLwCT8IAhfB { width:21.8125rem;height:12.5rem;top:30.125rem;left:13rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gxM95AqNfy4DsVRBpnFE76XJ9PPh21pv { width:19.3125rem;height:8.77148125rem;top:32.8125rem;left:14.21875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HNG4vT3eFatOsOK1u7dLkx38LWVkXmTD { width:2.3125rem;height:2.3125rem;top:29.5rem;left:14.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uD1iCfmPRnLy48ElxNQld3gi3yVeBngh { display:block; }#uD1iCfmPRnLy48ElxNQld3gi3yVeBngh > .row .container { width:47.75rem;height:42.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #w70rMn8idF0pmNrPIiau13FM03RFxX7I { width:21.8125rem;height:12.5rem;top:1.125rem;left:13rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BGaF1sTEOcSlCg194ERfmycvubmm1U9H { width:19.3125rem;height:8.77148125rem;top:3.8125rem;left:14.21875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VMUHU46IPsE3AxyIKpzwK6fvTbu3Bnh7 { width:2.3125rem;height:2.3125rem;top:0.5rem;left:14.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SnTw2UUd2Qflcn1KheXiGyX7H1ai7iZy { width:21.8125rem;height:12.5rem;top:14.875rem;left:13rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pwXIlhANE7mydwPVUB0BulahzVaSq8Ko { width:19.3125rem;height:8.77148125rem;top:17.5625rem;left:14.21875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QXCVTIFgT9PlGzn7MbZVlnlJ4MFJwI3R { width:2.3125rem;height:2.3125rem;top:14.25rem;left:14.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BKigJNX7dyNcgc6gzTntXpiEIgaGXDw6 { width:21.8125rem;height:12.5rem;top:28.25rem;left:13rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dcM2rfchTgHK5iTDFJ2lJ1Qbs9tQpSas { width:19.3125rem;height:7.30956875rem;top:30.9375rem;left:14.21875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fRT53i7fz6VWWsnGzpyPUyNAeXcVtsS7 { width:2.3125rem;height:2.3125rem;top:27.625rem;left:14.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ocQRAH1cBdcgIa3WVQAqOt7befCJwze7 { display:block; }#ocQRAH1cBdcgIa3WVQAqOt7befCJwze7 > .row .container { width:47.75rem;height:94.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #HKaBlz21H1TsPv2t2EsIxyLg71yKuIvF { width:47.75rem;height:2.03125rem;top:2.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vMF9WJJyM2EfUZdcfT7wppGIhAmRFq1c { width:47.75rem;height:4.6875rem;top:5.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y5cZiBSlEngfJXZFdmCm2pTkQhlEK0XK { width:30.5rem;height:16.8125rem;top:12.75rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #csAm5k2DOE6VlxAa5TFvsVd33sOxu1c8 { width:5.0625rem;height:4.9375rem;top:32.625rem;left:6.15625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z7G1nn5Nup37lO7uZmGBJ9gi7Fa1oGfi { width:35.625rem;height:2.03125rem;top:34.078125rem;left:12.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N5MouqFuB0FSVUBTVynsLdyHqmad5fxh { width:17.375rem;height:12.5rem;top:39.0625rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z2opzdIPkaV584NeWaDUgaaT7pAlzpEx { width:12.5rem;height:1.625rem;top:40.9375rem;left:16.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CD1KnZkErk8ZkwXL5eUafxasXLaoRJxw { width:14.6875rem;height:4.38574375rem;top:44.4375rem;left:16.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tu8NnLPsQtFO61lS3SAJCyELxwGXZVuO { width:17.375rem;height:12.5rem;top:52.1875rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aPbZVGTw3RJlv9vV4cltTJ11semCGtld { width:14.6875rem;height:2.923825rem;top:57.5625rem;left:16.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ro9n5hncQmFVAJyfi7efpT2ULwmplzWo { width:12.5rem;height:1.625rem;top:54.0625rem;left:16.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w59RtMDMvFzTZ6L7Mm5XSHfSLriLhQva { width:17.375rem;height:12.5rem;top:65.5rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V2rTyDzfmmg7SclAQGRtqHWcKx9a8zPn { width:14.6875rem;height:4.38574375rem;top:70.875rem;left:16.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RgtMdxreH0HrTDrUE0URT8DiGSmaZ5Gy { width:12.5rem;height:1.625rem;top:67.375rem;left:16.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wAJWqLqHFfkXFi2Syp3itSOtuwZwIZhm { width:17.375rem;height:12.5rem;top:79.125rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ah2JAJVV6byzLiRedALrkwDs0vfLMHw9 { width:14.6875rem;height:4.38574375rem;top:84.5rem;left:16.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RUUXkbNEz1FzhwSi4unUvIBXKhQiIzCz { width:12.5rem;height:1.625rem;top:81rem;left:16.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bG7KUMX85cCPF8RN97MlDv175l80AyC5 { display:block; }#bG7KUMX85cCPF8RN97MlDv175l80AyC5 > .row .container { width:47.75rem;height:63rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #qBnzbRpPuphJp15u8XNT1Qbi0cBmXSKV { width:31.25rem;height:19.5625rem;top:1.875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W7MBtHJzf6wzINZKvykX0XVSHbF1f1mw { width:40.125rem;height:30.1875rem;top:22.75rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N3uOD7zPmhEURodrekV0dw5F5NqVsTgq { width:34.9375rem;height:2.03125rem;top:25.3125rem;left:5.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bFRJnQxK6zNOOdwkrhbQhzivPWliRlpT { width:37.5rem;height:22.015625rem;top:28.4375rem;left:5.125rem;font-size:1.125rem;display:block; }#bFRJnQxK6zNOOdwkrhbQhzivPWliRlpT li:before{  }
 }@media only screen and (max-width: 1199px) { #HgcGNq23VtVtXTcSvRSWnIZ879yaJwMg { width:28.125rem;height:3.4375rem;top:55.4375rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R5xwTwFG5mDSJ4q1K4Cx0A8PFrQm2gFf { display:block; }
 }@media only screen and (max-width: 1199px) { #HApTxZ5TbnE6Fx47Vl6oAkVVy6aDvKac { display:block; }#HApTxZ5TbnE6Fx47Vl6oAkVVy6aDvKac > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #d8tDQ6ASKXJBAUADr5GF2mmiKxGZEnyg { width:43.0625rem;height:1.7871125rem;top:1.4375rem;left:1.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z0tupqXd30ZnX2na3KPDmgUL4MZHBLlF { display:block; }#z0tupqXd30ZnX2na3KPDmgUL4MZHBLlF > .row .container { width:47.75rem;height:29rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #HRrvFnxn9ITrLcvHAlSp02SsuMyMT8Q5 { width:11.5rem;height:11.5rem;top:1.9375rem;left:0.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L750BLaFTNiKMtNmLvv2em63nie7u56m { width:12.5rem;height:1.625rem;top:14.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pWtK4KE9CP0e8RoyxbT7B3vaBc0kvagg { width:10.375rem;height:3.41015625rem;top:16.9375rem;left:0.78125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rZC2OqM90BLPNzv3G3xDBTgNTaVFimEx { width:12.5rem;height:1.625rem;top:14.5rem;left:11.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eVIsmfBfONh1t8zJQ6qrqTPRKLvBXU7q { width:10.375rem;height:3.41015625rem;top:16.9375rem;left:12.71875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tMDtoTVvWm6AIq2Bf6lWBW7vB9KOuTGu { width:11.5rem;height:11.3125rem;top:2rem;left:12.15625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A6C2NEqD6ri71Swrvs9wTCOdTmQX2hhT { width:10.375rem;height:3.41015625rem;top:16.9375rem;left:24.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OgVmCtBoWiTWRfDe0AV9v4wWkTcfdVFK { width:12.5rem;height:1.625rem;top:14.4375rem;left:23.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f20VfhKnNnUXGMicVz6SiWSZ5KnP1F9U { width:11.3125rem;height:11.3125rem;top:1.9375rem;left:24.09375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ly2TGRweyR4eqsW5XO87M3XR0DM98waR { width:10.375rem;height:9.09375rem;top:18.6875rem;left:36.59375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wTklUnTli4Vw2iPsHrul0eCxBSuG3Nlz { width:12.5rem;height:3.25rem;top:14.4375rem;left:35.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #skDHzLE4DEvI2XRpR9VQcpwVTk8wm419 { width:11.0625rem;height:9.75rem;top:1.9375rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oQm7OtTQS7dho26DoCr9ImIHR7Gvf2M7 { display:block; }#oQm7OtTQS7dho26DoCr9ImIHR7Gvf2M7 > .row .container { width:47.75rem;height:29rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #LK9cVslZw9lLfu3fdgcNmwgtWkFf3sp2 { width:11.5rem;height:11.5rem;top:1.9375rem;left:0.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PvtqkPaZDys0BfkDgA5hC4WCN9HnZJcM { width:12.5rem;height:1.625rem;top:14.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Iu0dFPGWsNg2BJMV4IvlClTbUTQDSiqu { width:10.375rem;height:3.41015625rem;top:16.9375rem;left:0.78125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y9v1t7sEKEesGvUfarTCFclLnnkTAhHV { width:12.5rem;height:1.625rem;top:14.5rem;left:11.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vkKU8ufsbpUAGCStnOpELMAKeg5rA0bL { width:10.375rem;height:11.3671875rem;top:16.9375rem;left:12.71875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Rg3Vnfm0GavuKFz3R37MnbaTHLEhV5aB { width:13.6875rem;height:11.5rem;top:1.9375rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xUM3Aw1utXhRDdw4iMysgcc4GlqTq8ta { width:10.375rem;height:7.957rem;top:16.9375rem;left:24.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cbikRFDWaNK64FKTbzG0HcTmgJqFlnOB { width:12.5rem;height:1.625rem;top:14.4375rem;left:23.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T6AwUXTi0egnoTQdlTIdfC9odFV1aaD8 { width:11.3125rem;height:10.6875rem;top:2.8125rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZfUGCSNyGJh7b0ymlJSDXPac71Kcg80d { width:10.375rem;height:9.09375rem;top:16.9375rem;left:36.59375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Uafw5yvF4PhxarFvLIScEV6EWzfZTobH { width:12.5rem;height:1.625rem;top:14.4375rem;left:35.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OIBguCOcUGky6K7BoKE2DwHVbPOWITTP { width:9.75rem;height:9.75rem;top:1.9375rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NZRe6yBGZKzNFpBykJPTokqKLzPDx8kL { display:block; }#NZRe6yBGZKzNFpBykJPTokqKLzPDx8kL > .row .container { width:47.75rem;height:29rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Hiu5e2CRWROFpSO3vsF47UkmdconJDBL { width:11.5rem;height:11.5rem;top:2.3125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BmZ30TqQ97tQesMnpyDHzDbeKrTkiTbA { width:12.5rem;height:1.625rem;top:14.875rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K5OqIJzBNlHuJZcaJK67F2dTcB8TAyB1 { width:10.375rem;height:3.41015625rem;top:17.3125rem;left:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MhVHxqEGz9deDANw7VAA28gqHMHioAKS { width:12.5rem;height:1.625rem;top:14.875rem;left:17.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B94fWnkvnlI9e3EXuLHtxbTbKI8u9nlg { width:10.375rem;height:7.957rem;top:17.3125rem;left:18.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dHcrrQA5BsnGqG3LC56udAME9pAPcu6K { width:13.6875rem;height:11rem;top:2.5625rem;left:16.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EgNlo00KL34XaiMeq6QJ6V7JpRLRJ1qd { width:10.375rem;height:3.41015625rem;top:16.4375rem;left:35rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T6OBh6DKLnANqDTiwzoFhoDsaZBI5tA4 { width:12.5rem;height:1.625rem;top:13.9375rem;left:33.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Qw4zhRJGX2L9gv9G1BcflHq682Q7iH8h { width:10.6875rem;height:10.6875rem;top:2.3125rem;left:34.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OiTLmh0zy6n2TF2ARmSUm3XWMITAgITG { display:block; }#OiTLmh0zy6n2TF2ARmSUm3XWMITAgITG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #vqNSJO1s8N8Xkh0kKJ8iHFnJtOPWTWKy { width:34.9375rem;height:2.03125rem;top:2.0625rem;left:6.40625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vwPcnUt7oK0iFVXvSstFA88rtabUK1nv { width:25rem;height:4.75rem;top:5.5rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IXrmhtIhBaFo9T4rCxJBkqACHPq0O3aL { display:block; }#IXrmhtIhBaFo9T4rCxJBkqACHPq0O3aL > .row .container { width:47.75rem;height:50.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ZWqED5VqkO6AB0GUsemP0Vpb30QoxspD { width:47.1230625rem;height:20.625rem;top:10.904296875rem;left:0.3759765625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KsaWuHEw8PrMwbIXnTxqsATnB1JLzeJI { width:47.749rem;height:5.84765rem;top:4.248046875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #c5TtM9KIpLEl6eQqMVCXbN6sgA7VT6Vu { width:31.8120625rem;height:1.94921875rem;top:1.3704433441162rem;left:7.967665195465rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #ni214JVKBoq874uFsNGrtMgvnbudvxUu { display:block; }#ni214JVKBoq874uFsNGrtMgvnbudvxUu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #brWMCLcMJAOBNHOwuNImbNq6RIPumfPv { width:47.5625rem;height:4.6875rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #EHcoXRAZHJTV8yq3UX8QzhhTIhFhDKIB { display:block; }#EHcoXRAZHJTV8yq3UX8QzhhTIhFhDKIB > .row .container { width:20rem;height:6.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BkwQehqR1CmMmWGKfSaS3dcygcRptUMN { width:8.3125rem;height:3.0625rem;top:1.5rem;left:5.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBzmUFuiNtLv053JbDiIrGfbTgeQVhGx { display:block; }#lBzmUFuiNtLv053JbDiIrGfbTgeQVhGx > .row .container { width:20rem;height:5.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H8lWrDmH8xa34JEBb4JiUaTmgpzhDavZ { width:20rem;height:2.6rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpnEO553p5geJ72mMNWRpH4OG42mOfJQ { background-color:transparent;background-image:none;display:block; }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .row .container { background-color: transparent; background-image: none; }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .row .container > .video-iframe-container { display: none; }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .row > .video-iframe-container { display: none; }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .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); }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .row .container { width:20rem;height:50.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Je00FNIS3mlUP8XTzXdwOzi4MPeHRe4U { width:20rem;height:12.59275rem;top:1.25rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gz0SX4baBHkD09CpkTpSCfXQBzHiHECs { width:19.625rem;height:3.4375rem;top:25.9375rem;left:0.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTJdcGxv4bwQ4yP46MmPdhg4I0SvCtu5 { display:block; }
 }@media only screen and (max-width: 763px) { #lUrS74067OW18gbdbTgX205Di9FM67x8 { width:1.875rem;height:1.875rem;top:31.375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vg7n0Ga3nlnCnHDotldZ9w2slGgMayiF { width:12.5rem;height:1.13671875rem;top:31.375rem;left:2.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tv7kwJXMN9vTbo50pHdNx6KVAZK7ZJOb { width:12.5rem;height:1.13671875rem;top:32.5rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uuob5T6uqlUUzOCeMkFE9eFIf7SwRLcn { width:12.5rem;height:2.2734375rem;top:34.8125rem;left:2.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7zhevdBhfZXuRAEUdw9aXTI3V6rfg5b { width:1.625rem;height:1.625rem;top:35.125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAuipELyVXDb3kAwesIvVDa5T0eFk1yz { width:20rem;height:44.1875rem;top:6.6634125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KtD3kUrAIlkXfT49n9mgLFsrBtn7lWTy { width:20rem;height:8.7363125rem;top:16.0234375rem;left:0rem;font-size:1rem;display:block; }#KtD3kUrAIlkXfT49n9mgLFsrBtn7lWTy li:before{  }
 }@media only screen and (max-width: 763px) { #I5STQeqP7bkVomfLNy6G4Br75imWw704 { width:20rem;height:10.6875rem;top:39.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L08mcs2W1l3oMsDppNJ5v9oPGFhWh7a6 { width:14.375rem;height:1.40625rem;top:40.9375rem;left:2.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PIAJuQ0p6ytxaOwpQ4T4dzsShs1ukMLb { width:0.1875rem;height:4.375rem;top:67.40725rem;left:11.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #L9Sqi8wnwHVmOWnsFqCxMVzgPmveEumR .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#L9Sqi8wnwHVmOWnsFqCxMVzgPmveEumR .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#L9Sqi8wnwHVmOWnsFqCxMVzgPmveEumR .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#L9Sqi8wnwHVmOWnsFqCxMVzgPmveEumR { display:flex;width:18rem;height:5.0625rem;top:42.25rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #L9Sqi8wnwHVmOWnsFqCxMVzgPmveEumR #gWTTUy7iFeJgTgx7zvHmzl6Vwwrd2MuM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #L9Sqi8wnwHVmOWnsFqCxMVzgPmveEumR #AXpUn0GvrFQ7Ud1vZnyAPx9FFiGOF98P {  }
 }@media only screen and (max-width: 763px) { #L9Sqi8wnwHVmOWnsFqCxMVzgPmveEumR #SsPOQRws775hBMLTMI3bTq3Z32Ps911e {  }
 }@media only screen and (max-width: 763px) { #L9Sqi8wnwHVmOWnsFqCxMVzgPmveEumR #uLN9km7TKGc9oiUItehneSQlwnSZ6BQb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #L9Sqi8wnwHVmOWnsFqCxMVzgPmveEumR #c31KLpNwKkBVHdu2FbrsK2EuVdcGqmhG {  }
 }@media only screen and (max-width: 763px) { #L9Sqi8wnwHVmOWnsFqCxMVzgPmveEumR #MTfAqN5wmC5vd2mncH9xkc370Tza8buV {  }
 }@media only screen and (max-width: 763px) { #L9Sqi8wnwHVmOWnsFqCxMVzgPmveEumR #xa3GB77vTXGGDieXmm1psPcNX9Ogxe3H { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #L9Sqi8wnwHVmOWnsFqCxMVzgPmveEumR #CmA5XLJJZsl8Q14nvuIHv0TBTQNiTQlO {  }
 }@media only screen and (max-width: 763px) { #L9Sqi8wnwHVmOWnsFqCxMVzgPmveEumR #RaUESyGu6q8MmDmmKXSFbvwZNUwiHsU2 {  }
 }@media only screen and (max-width: 763px) { #L9Sqi8wnwHVmOWnsFqCxMVzgPmveEumR #e5ksK5L87yG4Sldod6SbdOpSzFr0CT8T { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #L9Sqi8wnwHVmOWnsFqCxMVzgPmveEumR #qNa0pfcEbdqNh11oI5utLwdT151M5S1h {  }
 }@media only screen and (max-width: 763px) { #L9Sqi8wnwHVmOWnsFqCxMVzgPmveEumR #fcX5ADZTLzGnXGMTpVD0FTDD8UTWVhm5 {  }
 }@media only screen and (max-width: 763px) { #ChbTHEzeb4rAGaPyV0vMXzC0tmMPxkz9 { display:block; }#ChbTHEzeb4rAGaPyV0vMXzC0tmMPxkz9 > .row .container { width:20rem;height:51.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z06VJTcTtO1hxpHyg9hHfLzspaZcZs08 { width:18.996125rem;height:3.4375rem;top:46.4091875rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhX0sT7VeO7EpoeIozswDfxtDUF15cvf { display:block; }
 }@media only screen and (max-width: 763px) { #GHceAgTCIQrky5NwiQ7W0WGzfuRrhqqc { width:20rem;height:4.875rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OxgD2pTsTMseNLQxBx7I0lTTKvQTFkUt { width:20rem;height:37.784225rem;top:7.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZbOGhiigUcacwQPNwAKTixsxIJ2lsMJd { display:block; }#ZbOGhiigUcacwQPNwAKTixsxIJ2lsMJd > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sg2yPf1dmkBiANk6DFqMoUuLI6KqwzaS { width:20rem;height:3.25rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nicIT8kO7ozdemki8nW2OtDv3VTRBx35 { display:block; }#nicIT8kO7ozdemki8nW2OtDv3VTRBx35 > .row .container { width:20rem;height:42.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h5VwyxCsosGoHowQfMLvl9TrhfOPpxZq { width:20rem;height:12.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3bhTK64oQ2l6fCMtpAikK36BVBXtDa6 { width:19.3125rem;height:8.77148125rem;top:3.9375rem;left:0.34375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXdm4w6OTDMvAlrdo7lWrtMM0XSXC0fN { width:2.3125rem;height:2.3125rem;top:0.625rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnkusiRTJbg9vNx3ys8tXB0g7BAT2CTm { width:20rem;height:12.5rem;top:15rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERquGSVIQzkbP0nenOXg85a2dZGA1sed { width:19.3125rem;height:8.77148125rem;top:17.6875rem;left:0.34375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDPbNPAf9Dz767lwEoAkg6dS03qqUVMg { width:2.3125rem;height:2.3125rem;top:14.375rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nee9mTHZyoyI6QTHqON6MzLwCT8IAhfB { width:20rem;height:12.5rem;top:28.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxM95AqNfy4DsVRBpnFE76XJ9PPh21pv { width:19.3125rem;height:8.77148125rem;top:31.5rem;left:0.34375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNG4vT3eFatOsOK1u7dLkx38LWVkXmTD { width:2.3125rem;height:2.3125rem;top:28.125rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uD1iCfmPRnLy48ElxNQld3gi3yVeBngh { display:block; }#uD1iCfmPRnLy48ElxNQld3gi3yVeBngh > .row .container { width:20rem;height:42.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w70rMn8idF0pmNrPIiau13FM03RFxX7I { width:20rem;height:12.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGaF1sTEOcSlCg194ERfmycvubmm1U9H { width:19.3125rem;height:8.77148125rem;top:3.9375rem;left:0.34375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMUHU46IPsE3AxyIKpzwK6fvTbu3Bnh7 { width:2.3125rem;height:2.3125rem;top:0.625rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnTw2UUd2Qflcn1KheXiGyX7H1ai7iZy { width:20rem;height:12.5rem;top:15rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwXIlhANE7mydwPVUB0BulahzVaSq8Ko { width:19.3125rem;height:8.77148125rem;top:17.6875rem;left:0.34375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXCVTIFgT9PlGzn7MbZVlnlJ4MFJwI3R { width:2.3125rem;height:2.3125rem;top:14.375rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKigJNX7dyNcgc6gzTntXpiEIgaGXDw6 { width:20rem;height:12.5rem;top:28.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcM2rfchTgHK5iTDFJ2lJ1Qbs9tQpSas { width:19.3125rem;height:7.30956875rem;top:31.5rem;left:0.34375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRT53i7fz6VWWsnGzpyPUyNAeXcVtsS7 { width:2.3125rem;height:2.3125rem;top:28.125rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocQRAH1cBdcgIa3WVQAqOt7befCJwze7 { display:block; }#ocQRAH1cBdcgIa3WVQAqOt7befCJwze7 > .row .container { width:20rem;height:96.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HKaBlz21H1TsPv2t2EsIxyLg71yKuIvF { width:20rem;height:2.03125rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vMF9WJJyM2EfUZdcfT7wppGIhAmRFq1c { width:20rem;height:11.71875rem;top:4.53125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y5cZiBSlEngfJXZFdmCm2pTkQhlEK0XK { width:20rem;height:11.024590163934rem;top:17.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #csAm5k2DOE6VlxAa5TFvsVd33sOxu1c8 { width:5.0625rem;height:4.9375rem;top:29.7744375rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7G1nn5Nup37lO7uZmGBJ9gi7Fa1oGfi { width:20rem;height:4.0625rem;top:35.9619375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N5MouqFuB0FSVUBTVynsLdyHqmad5fxh { width:17.375rem;height:12.5rem;top:41.2744375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2opzdIPkaV584NeWaDUgaaT7pAlzpEx { width:12.5rem;height:1.625rem;top:43.1494375rem;left:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CD1KnZkErk8ZkwXL5eUafxasXLaoRJxw { width:14.6875rem;height:4.38574375rem;top:46.6494375rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tu8NnLPsQtFO61lS3SAJCyELxwGXZVuO { width:17.375rem;height:12.5rem;top:55.0244140625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPbZVGTw3RJlv9vV4cltTJ11semCGtld { width:14.6875rem;height:2.923825rem;top:60.3994140625rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ro9n5hncQmFVAJyfi7efpT2ULwmplzWo { width:12.5rem;height:1.625rem;top:56.8994140625rem;left:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w59RtMDMvFzTZ6L7Mm5XSHfSLriLhQva { width:17.375rem;height:12.5rem;top:68.7744140625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2rTyDzfmmg7SclAQGRtqHWcKx9a8zPn { width:14.6875rem;height:4.38574375rem;top:74.1494140625rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgtMdxreH0HrTDrUE0URT8DiGSmaZ5Gy { width:12.5rem;height:1.625rem;top:70.6494140625rem;left:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAJWqLqHFfkXFi2Syp3itSOtuwZwIZhm { width:17.375rem;height:12.5rem;top:82.5244140625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ah2JAJVV6byzLiRedALrkwDs0vfLMHw9 { width:14.6875rem;height:4.38574375rem;top:87.8994140625rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUUXkbNEz1FzhwSi4unUvIBXKhQiIzCz { width:12.5rem;height:1.625rem;top:84.3994140625rem;left:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bG7KUMX85cCPF8RN97MlDv175l80AyC5 { display:block; }#bG7KUMX85cCPF8RN97MlDv175l80AyC5 > .row .container { width:20rem;height:68.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qBnzbRpPuphJp15u8XNT1Qbi0cBmXSKV { width:20rem;height:12.5195rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7MBtHJzf6wzINZKvykX0XVSHbF1f1mw { width:20rem;height:45.9375rem;top:15.0185625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3uOD7zPmhEURodrekV0dw5F5NqVsTgq { width:18.4375rem;height:4.0625rem;top:16.7060546875rem;left:0.78125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFRJnQxK6zNOOdwkrhbQhzivPWliRlpT { width:19.1875rem;height:37.7578125rem;top:21.5810546875rem;left:0.40625rem;font-size:1.125rem;display:block; }#bFRJnQxK6zNOOdwkrhbQhzivPWliRlpT li:before{  }
 }@media only screen and (max-width: 763px) { #HgcGNq23VtVtXTcSvRSWnIZ879yaJwMg { width:19rem;height:3.4375rem;top:63.1513671875rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5xwTwFG5mDSJ4q1K4Cx0A8PFrQm2gFf { display:block; }
 }@media only screen and (max-width: 763px) { #HApTxZ5TbnE6Fx47Vl6oAkVVy6aDvKac { display:block; }#HApTxZ5TbnE6Fx47Vl6oAkVVy6aDvKac > .row .container { width:20rem;height:4.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d8tDQ6ASKXJBAUADr5GF2mmiKxGZEnyg { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z0tupqXd30ZnX2na3KPDmgUL4MZHBLlF { display:block; }#z0tupqXd30ZnX2na3KPDmgUL4MZHBLlF > .row .container { width:20rem;height:82.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HRrvFnxn9ITrLcvHAlSp02SsuMyMT8Q5 { width:11.5rem;height:11.5rem;top:1.25rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L750BLaFTNiKMtNmLvv2em63nie7u56m { width:12.5rem;height:1.625rem;top:14rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWtK4KE9CP0e8RoyxbT7B3vaBc0kvagg { width:12.5rem;height:3.41015625rem;top:16.3125rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZC2OqM90BLPNzv3G3xDBTgNTaVFimEx { width:12.5rem;height:1.625rem;top:33.59765625rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVIsmfBfONh1t8zJQ6qrqTPRKLvBXU7q { width:12.5rem;height:3.41015625rem;top:35.84765625rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMDtoTVvWm6AIq2Bf6lWBW7vB9KOuTGu { width:11.5rem;height:11.3125rem;top:21.59765625rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6C2NEqD6ri71Swrvs9wTCOdTmQX2hhT { width:14.5rem;height:2.2734375rem;top:55.1328125rem;left:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgVmCtBoWiTWRfDe0AV9v4wWkTcfdVFK { width:12.5rem;height:1.625rem;top:52.7578125rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f20VfhKnNnUXGMicVz6SiWSZ5KnP1F9U { width:11.3125rem;height:11.3125rem;top:40.4453125rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ly2TGRweyR4eqsW5XO87M3XR0DM98waR { width:16.75rem;height:5.68359375rem;top:75.71875rem;left:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTklUnTli4Vw2iPsHrul0eCxBSuG3Nlz { width:12.5rem;height:3.25rem;top:70.90625rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #skDHzLE4DEvI2XRpR9VQcpwVTk8wm419 { width:12.8125rem;height:11.3125rem;top:58.40625rem;left:3.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQm7OtTQS7dho26DoCr9ImIHR7Gvf2M7 { display:block; }#oQm7OtTQS7dho26DoCr9ImIHR7Gvf2M7 > .row .container { width:20rem;height:85.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LK9cVslZw9lLfu3fdgcNmwgtWkFf3sp2 { width:11.5rem;height:11.5rem;top:1.25rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvtqkPaZDys0BfkDgA5hC4WCN9HnZJcM { width:12.5rem;height:1.625rem;top:14rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iu0dFPGWsNg2BJMV4IvlClTbUTQDSiqu { width:12.5rem;height:2.2734375rem;top:16.3125rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9v1t7sEKEesGvUfarTCFclLnnkTAhHV { width:12.5rem;height:1.625rem;top:31.375rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkKU8ufsbpUAGCStnOpELMAKeg5rA0bL { width:12.5rem;height:9.09375rem;top:33.625rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rg3Vnfm0GavuKFz3R37MnbaTHLEhV5aB { width:11.5rem;height:9.625rem;top:19.375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUM3Aw1utXhRDdw4iMysgcc4GlqTq8ta { width:14.5rem;height:5.68359375rem;top:57.9375rem;left:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbikRFDWaNK64FKTbzG0HcTmgJqFlnOB { width:12.5rem;height:1.625rem;top:55.5625rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6AwUXTi0egnoTQdlTIdfC9odFV1aaD8 { width:11.3125rem;height:10.6875rem;top:43.25rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfUGCSNyGJh7b0ymlJSDXPac71Kcg80d { width:16.75rem;height:4.546875rem;top:80rem;left:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uafw5yvF4PhxarFvLIScEV6EWzfZTobH { width:12.5rem;height:1.625rem;top:77.875rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIBguCOcUGky6K7BoKE2DwHVbPOWITTP { width:11.1875rem;height:11.1875rem;top:65.875rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZRe6yBGZKzNFpBykJPTokqKLzPDx8kL { display:block; }#NZRe6yBGZKzNFpBykJPTokqKLzPDx8kL > .row .container { width:20rem;height:61rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hiu5e2CRWROFpSO3vsF47UkmdconJDBL { width:11.5rem;height:11.5rem;top:1.25rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmZ30TqQ97tQesMnpyDHzDbeKrTkiTbA { width:12.5rem;height:1.625rem;top:14rem;left:3.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K5OqIJzBNlHuJZcaJK67F2dTcB8TAyB1 { width:12.5rem;height:3.41015625rem;top:16.875rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MhVHxqEGz9deDANw7VAA28gqHMHioAKS { width:12.5rem;height:1.625rem;top:32.41015625rem;left:3.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B94fWnkvnlI9e3EXuLHtxbTbKI8u9nlg { width:12.5rem;height:6.8203125rem;top:34.84765625rem;left:4.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dHcrrQA5BsnGqG3LC56udAME9pAPcu6K { width:11.5rem;height:9.25rem;top:21.53515625rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgNlo00KL34XaiMeq6QJ6V7JpRLRJ1qd { width:14.5rem;height:2.2734375rem;top:57.41796875rem;left:2.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T6OBh6DKLnANqDTiwzoFhoDsaZBI5tA4 { width:12.5rem;height:1.625rem;top:55.04296875rem;left:3.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qw4zhRJGX2L9gv9G1BcflHq682Q7iH8h { width:10.6875rem;height:10.6875rem;top:43.04296875rem;left:4.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiTLmh0zy6n2TF2ARmSUm3XWMITAgITG { display:block; }#OiTLmh0zy6n2TF2ARmSUm3XWMITAgITG > .row .container { width:20rem;height:14rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vqNSJO1s8N8Xkh0kKJ8iHFnJtOPWTWKy { width:20rem;height:2.03125rem;top:1.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwPcnUt7oK0iFVXvSstFA88rtabUK1nv { width:20rem;height:3.8rem;top:4.53125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXrmhtIhBaFo9T4rCxJBkqACHPq0O3aL { display:block; }#IXrmhtIhBaFo9T4rCxJBkqACHPq0O3aL > .row .container { width:20rem;height:52.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZWqED5VqkO6AB0GUsemP0Vpb30QoxspD { width:19.1845625rem;height:23.6220625rem;top:15.4375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsaWuHEw8PrMwbIXnTxqsATnB1JLzeJI { width:20rem;height:10.3984375rem;top:3.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c5TtM9KIpLEl6eQqMVCXbN6sgA7VT6Vu { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ni214JVKBoq874uFsNGrtMgvnbudvxUu { display:block; }#ni214JVKBoq874uFsNGrtMgvnbudvxUu > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #brWMCLcMJAOBNHOwuNImbNq6RIPumfPv { width:20rem;height:7.21875rem;top:3.890625rem;left:0rem;font-size:0.6875rem;display:block; }
 }