.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#oP9fHRTEooKIHzqNdEcVGJfOsMMLRQXr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2c3241;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#oP9fHRTEooKIHzqNdEcVGJfOsMMLRQXr > .row .container { background-color: transparent; background-image: none; }#oP9fHRTEooKIHzqNdEcVGJfOsMMLRQXr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oP9fHRTEooKIHzqNdEcVGJfOsMMLRQXr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oP9fHRTEooKIHzqNdEcVGJfOsMMLRQXr > .row .container > .video-iframe-container { display: none; }#oP9fHRTEooKIHzqNdEcVGJfOsMMLRQXr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oP9fHRTEooKIHzqNdEcVGJfOsMMLRQXr > .row > .video-iframe-container { display: none; }#oP9fHRTEooKIHzqNdEcVGJfOsMMLRQXr > .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); }#oP9fHRTEooKIHzqNdEcVGJfOsMMLRQXr > .row .container { border-width: 0; border-radius: 0; }#oP9fHRTEooKIHzqNdEcVGJfOsMMLRQXr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oP9fHRTEooKIHzqNdEcVGJfOsMMLRQXr > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:60rem;position:relative;display:block; }#PTKBigSbZHvK2cTeCCXbgilHihgMmD8A { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:11.9375rem;top:1.125rem;left:2.6875rem;overflow:hidden;display:block; }
#iTzB6Sf6RO250PMTLwFt2iXbKoruohUq { color:#ffffff;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.765625rem;left:20.0625rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#tKInfht3usyDJcPO2I850bXJsDQlPBGu .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;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#tKInfht3usyDJcPO2I850bXJsDQlPBGu .widget-text.counter-number { border-top:0.15875rem solid #ffffff;border-left:0.16rem solid #ffffff;border-right:0.16rem solid #ffffff;border-bottom:0.15875rem solid #ffffff;background-color:transparent;background-image:none;color:#ffffff;padding-top:0.505625rem;padding-right:0.450625rem;padding-bottom:0.505625rem;padding-left:0.450625rem;display:block;align-items:center;width:2.705625rem;min-width:2.705625rem;height:2.7175rem;position:relative;font-family:arial;font-size:2.023125rem;font-weight:700;line-height:43.48px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tKInfht3usyDJcPO2I850bXJsDQlPBGu .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.31625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.6075rem;height:1.074375rem;position:relative;font-family:arial;font-size:0.758125rem;font-weight:700;line-height:17.19px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#tKInfht3usyDJcPO2I850bXJsDQlPBGu { 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:10rem;height:5.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:1.3125rem;left:43.62890625rem;z-index:15002; }
#tKInfht3usyDJcPO2I850bXJsDQlPBGu #zuKignQ8mgP8S3Rnd3P55slpFvpMTQ1U { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#tKInfht3usyDJcPO2I850bXJsDQlPBGu #MwQJJcSILVqSb72FWIABCs2c8G4zlBFA { width:auto; }
#tKInfht3usyDJcPO2I850bXJsDQlPBGu #E2Fb1SvzkbT8q9l2JVrbSixDq0gFOlbZ {  }
#tKInfht3usyDJcPO2I850bXJsDQlPBGu #ze0ZE3UoDSobiVWTQuAKPnI33xqtqqm9 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#tKInfht3usyDJcPO2I850bXJsDQlPBGu #vtcLTOh7D2u7uy2k27A6rcSOK6KbWMaT {  }
#tKInfht3usyDJcPO2I850bXJsDQlPBGu #ODzxzJAapwSzbWh62bebOT4oDD92w5FR {  }
#tKInfht3usyDJcPO2I850bXJsDQlPBGu #MyTmxJuwI9sHgTiCcBiXo1QSpXbIBzpI { display:flex;position:relative;top:0rem;left:0rem; }
#tKInfht3usyDJcPO2I850bXJsDQlPBGu #cm9dtl9I8aRnmb06NzfH2QXhzIyKiFF5 {  }
#tKInfht3usyDJcPO2I850bXJsDQlPBGu #XlwfnGFZiNDtpBNTvikX2ablKLWDnLHO {  }
#tKInfht3usyDJcPO2I850bXJsDQlPBGu #KZsilFhwtKi5eJf8y1i0IK1TQsNhiuH6 { display:flex;position:relative;top:0rem;left:0rem; }
#tKInfht3usyDJcPO2I850bXJsDQlPBGu #fLdF36fGiSWiw7wPdEWhvqdtaGlBTh8B {  }
#tKInfht3usyDJcPO2I850bXJsDQlPBGu #LRvDKG09CVCR4OenAEnSue7LPSoxkPgn {  }
#DitzK9iaxlT2Z2mNRJFXqZ6Fvue9Bft3 { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#DitzK9iaxlT2Z2mNRJFXqZ6Fvue9Bft3 > .row .container { background-color: transparent; background-image: none; }#DitzK9iaxlT2Z2mNRJFXqZ6Fvue9Bft3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DitzK9iaxlT2Z2mNRJFXqZ6Fvue9Bft3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DitzK9iaxlT2Z2mNRJFXqZ6Fvue9Bft3 > .row .container > .video-iframe-container { display: none; }#DitzK9iaxlT2Z2mNRJFXqZ6Fvue9Bft3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DitzK9iaxlT2Z2mNRJFXqZ6Fvue9Bft3 > .row > .video-iframe-container { display: none; }#DitzK9iaxlT2Z2mNRJFXqZ6Fvue9Bft3 > .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); }#DitzK9iaxlT2Z2mNRJFXqZ6Fvue9Bft3 > .row .container { border-width: 0; border-radius: 0; }#DitzK9iaxlT2Z2mNRJFXqZ6Fvue9Bft3 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#DitzK9iaxlT2Z2mNRJFXqZ6Fvue9Bft3 > .row .container { font-size:0.875rem;font-family:arial;height:58.6875rem;width:60rem;overflow:visible;position:relative;display:block; }#BFJVCbxESl0nrSmHxwe5gVPgPKhouJaP { color:#717171;display:block;width:39.5rem;position:absolute;font-family:raleway;font-size:1.75rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:12.26171875rem;left:10.25rem;height:1.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pewSHbyuuCgmuO1O8TvP9xDzKrWfccvT { color:#4f4f4f;display:block;width:50.5rem;position:absolute;font-family:roboto;font-size:2.9375rem;font-weight:400;z-index:15021;line-height:.9;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem #ffffff;top:16.6875rem;left:4.28125rem;height:7.9306875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NsU7oJ98ADEm8lHi6cTSpqppX7120IOD { position:absolute;display:block;z-index:15022;background-color:#ee0e69;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:21.5625rem;top:28.0625rem;left:18.75rem;display:block; }
#F9ylfWdtWVPu3DaBfRCqcVT2WbFRWIgW { color:#4f4f4f;display:block;width:32.375rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:29.4375rem;left:13.3125rem;height:5.15625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yCNWpBOw5BwSUmH3lNawvtSvEpnw2oEN { position:absolute;display:block;z-index:15023;height:8.0625rem;width:34rem;top:36.875rem;left:12.75rem;display:block; }
#x5ohssAThZ1UwTvM3S3LqmI1iL8cDgBq { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.5rem;width:29.5rem;top:29.4375rem;left:-4.0625rem;overflow:hidden;display:block; }
#oi3bsfyLoTPqM5UgXv9kMLbcsMpHUtTs { color:#000000;display:block;width:16.5rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:43.625rem;left:21.75rem;height:3.0859375rem;text-align:center;text-align-last:center;display:block; }
#nBircPlXJK076oZJx7fhCS6aJKUNRT5p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nBircPlXJK076oZJx7fhCS6aJKUNRT5p > .row .container { background-color: transparent; background-image: none; }#nBircPlXJK076oZJx7fhCS6aJKUNRT5p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nBircPlXJK076oZJx7fhCS6aJKUNRT5p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nBircPlXJK076oZJx7fhCS6aJKUNRT5p > .row .container > .video-iframe-container { display: none; }#nBircPlXJK076oZJx7fhCS6aJKUNRT5p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nBircPlXJK076oZJx7fhCS6aJKUNRT5p > .row > .video-iframe-container { display: none; }#nBircPlXJK076oZJx7fhCS6aJKUNRT5p > .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); }#nBircPlXJK076oZJx7fhCS6aJKUNRT5p > .row .container { border-width: 0; border-radius: 0; }#nBircPlXJK076oZJx7fhCS6aJKUNRT5p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nBircPlXJK076oZJx7fhCS6aJKUNRT5p > .row .container { font-size:0.875rem;font-family:arial;height:9.25rem;width:60rem;position:relative;display:block; }#cZSawhppG5k5RMGdduxQBrQm96AP9OFJ { color:#2c3241;display:block;width:45.25rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3rem;left:7.375rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#KAwSFqflO6yhTLoTIVwpJ29iWZP9ucQ1 { box-sizing:content-box;height:2.9375rem;width:60rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:0rem;left:4.1875rem;border-top:0.125rem solid #2c3241;border-left:0;border-right:0;border-bottom:0;display:block; }
#V0ar2ILJvTQF2Q0UT9s0VxyQqX5GqGSh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#V0ar2ILJvTQF2Q0UT9s0VxyQqX5GqGSh > .row .container { background-color: transparent; background-image: none; }#V0ar2ILJvTQF2Q0UT9s0VxyQqX5GqGSh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0ar2ILJvTQF2Q0UT9s0VxyQqX5GqGSh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0ar2ILJvTQF2Q0UT9s0VxyQqX5GqGSh > .row .container > .video-iframe-container { display: none; }#V0ar2ILJvTQF2Q0UT9s0VxyQqX5GqGSh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0ar2ILJvTQF2Q0UT9s0VxyQqX5GqGSh > .row > .video-iframe-container { display: none; }#V0ar2ILJvTQF2Q0UT9s0VxyQqX5GqGSh > .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); }#V0ar2ILJvTQF2Q0UT9s0VxyQqX5GqGSh > .row .container { border-width: 0; border-radius: 0; }#V0ar2ILJvTQF2Q0UT9s0VxyQqX5GqGSh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V0ar2ILJvTQF2Q0UT9s0VxyQqX5GqGSh > .row .container { font-size:0.875rem;font-family:arial;height:27.5625rem;width:60rem;position:relative;display:block; }#mvTQft4uweG61mCk1oTPTtJAlwinWB1x { color:#2c3241;display:block;width:54rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.7;letter-spacing:0;top:1.6484375rem;left:3rem;height:23.90625rem;display:block; }
#qCT09HkBbQWSO4yHu5zKMc4Cr3unz9kh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qCT09HkBbQWSO4yHu5zKMc4Cr3unz9kh > .row .container { background-color: transparent; background-image: none; }#qCT09HkBbQWSO4yHu5zKMc4Cr3unz9kh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qCT09HkBbQWSO4yHu5zKMc4Cr3unz9kh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qCT09HkBbQWSO4yHu5zKMc4Cr3unz9kh > .row .container > .video-iframe-container { display: none; }#qCT09HkBbQWSO4yHu5zKMc4Cr3unz9kh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qCT09HkBbQWSO4yHu5zKMc4Cr3unz9kh > .row > .video-iframe-container { display: none; }#qCT09HkBbQWSO4yHu5zKMc4Cr3unz9kh > .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); }#qCT09HkBbQWSO4yHu5zKMc4Cr3unz9kh > .row .container { border-width: 0; border-radius: 0; }#qCT09HkBbQWSO4yHu5zKMc4Cr3unz9kh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qCT09HkBbQWSO4yHu5zKMc4Cr3unz9kh > .row .container { font-size:0.875rem;font-family:arial;height:49.0625rem;width:60rem;position:relative;display:block; }#aJ2h9IcQQQaVvcD7Kn3ruqXWrxhCU4UL { color:#ee0e69;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:19.3125rem;left:0rem;height:3.44921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yDPovsUvsPkAeWcBITOIKHlQszNslXte { color:#2c3241;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:25.0625rem;left:0rem;height:12.796875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kHzNVVMvtOMW3ovShzbPms2ib7asiC9D { color:#2c3241;display:block;width:18.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:26.109375rem;left:20.4375rem;height:12.796875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OTbSXc5825CKxd52xnCHn55DpAWifFA1 { color:#ee0e69;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:19.375rem;left:20.625rem;height:5.173825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nPCGzAXTZyuIuofnW6gynPQh4zFLu5Ab { color:#2c3241;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:25.0625rem;left:40.625rem;height:11.19725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OkoeArpElt77FPvuZ0wAlECUIwVUTMIo { color:#ee0e69;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:19.375rem;left:41.25rem;height:3.1621125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TT2SnHTaP1DTEWwH4lVAyh7ToX1Iz3Nn { position:absolute;display:block;z-index:15013;background-color:rgba(88,88,88,0.3);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5.375rem;top:13.8125rem;left:17.3125rem;display:block; }
#uru2EOAJw1VgH2OsT87s5GQ5UO9nX2Ty { position:absolute;display:block;z-index:15014;background-color:rgba(88,88,88,0.3);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5.375rem;top:13.8125rem;left:37.375rem;display:block; }
#G7x01xZBQWdTJO4ZKUb0zCXeFdQZCbPE { color:#2c3241;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2.9375rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eGyWvydp8Chzs7UpuoVKXuEC1DtPzzDN { position:absolute;display:block;z-index:15015;background-color:rgba(221,221,221,0.26);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:8.125rem;width:8.125rem;top:9.875rem;left:5.3125rem;display:block; }
#pIt7m5JqqJrJgHG2lSVoVXUca7Hxu6u0 { position:absolute;display:block;z-index:15016;background-color:rgba(221,221,221,0.26);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.5625rem;width:6.5625rem;top:10.625rem;left:6.125rem;display:block; }
#tgNNhZGlQh6ZbkofzJGyQrM9rRnkuATg { position:absolute;display:block;z-index:15018;background-color:rgba(221,221,221,0.26);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:8.125rem;width:8.125rem;top:9.875rem;left:25.9375rem;display:block; }
#vr0rbPdlKKyZhneO8RAqwAnrUTAC3app { position:absolute;display:block;z-index:15019;background-color:rgba(221,221,221,0.26);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.5625rem;width:6.5625rem;top:10.625rem;left:26.75rem;display:block; }
#I8IX4fytqF9S2D6ah7T212yZSZ2Dlxe7 { position:absolute;display:block;z-index:15021;background-color:rgba(221,221,221,0.26);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:8.125rem;width:8.125rem;top:9.8125rem;left:46.5625rem;display:block; }
#aBfZubryeLEZV1wpcHbFQKtELUDI8JXC { position:absolute;display:block;z-index:15022;background-color:rgba(221,221,221,0.26);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.5625rem;width:6.5625rem;top:10.5625rem;left:47.375rem;display:block; }
#mOH6hr3LTSnKrb4dpKWEsKSUFAORHPAp { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:4.4375rem;width:4.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:11.65625rem;left:48.40625rem; }
#dFnU6PlwGTu1Heiwh1QU4Ke0Lm1PAdQZ { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:8.5625rem;width:8.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:9.5625rem;left:25.6875rem; }
#HIQpbrcIVPKJ5OeVCCZzAEH8gK0uT0ut { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:4.4375rem;width:4.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;top:11.625rem;left:7rem; }
#fMbnB7Daw18PQzpO6oEe6TuiS74PAOVI { color:#000000;display:block;width:16.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:42.75rem;left:1.625rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#aG0iyTMukb8rJMGH3e3Vu4JG7yhy9V1J { color:#000000;display:block;width:16.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:42.75rem;left:21.625rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#mdHuse6Hekq6lk8KyMNFnFWtkRCt4gJX { color:#000000;display:block;width:16.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:42.75rem;left:41.625rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#wvE7mGXCTzkEoFLc1sHuLraRhvNGKJ26 { position:relative;display:block; }#wvE7mGXCTzkEoFLc1sHuLraRhvNGKJ26 { background-color: transparent; background-image: none; }#wvE7mGXCTzkEoFLc1sHuLraRhvNGKJ26::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wvE7mGXCTzkEoFLc1sHuLraRhvNGKJ26 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wvE7mGXCTzkEoFLc1sHuLraRhvNGKJ26 > .row .container > .video-iframe-container { display: none; }#wvE7mGXCTzkEoFLc1sHuLraRhvNGKJ26 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wvE7mGXCTzkEoFLc1sHuLraRhvNGKJ26 > .row > .video-iframe-container { display: none; }#wvE7mGXCTzkEoFLc1sHuLraRhvNGKJ26 > .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); }#wvE7mGXCTzkEoFLc1sHuLraRhvNGKJ26 { border-width: 0; border-radius: 0; }#wvE7mGXCTzkEoFLc1sHuLraRhvNGKJ26 > .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; }#wvE7mGXCTzkEoFLc1sHuLraRhvNGKJ26 > .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:10.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CSPAmnzQ2aKOZUCbRh0gzmO0Oy47Mewr { color:#2c3241;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:3.375rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#s5mTD1hkTTy56zrA6ErZrBUyGESBTEKZ { position:relative;display:block; }#s5mTD1hkTTy56zrA6ErZrBUyGESBTEKZ { background-color: transparent; background-image: none; }#s5mTD1hkTTy56zrA6ErZrBUyGESBTEKZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s5mTD1hkTTy56zrA6ErZrBUyGESBTEKZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s5mTD1hkTTy56zrA6ErZrBUyGESBTEKZ > .row .container > .video-iframe-container { display: none; }#s5mTD1hkTTy56zrA6ErZrBUyGESBTEKZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s5mTD1hkTTy56zrA6ErZrBUyGESBTEKZ > .row > .video-iframe-container { display: none; }#s5mTD1hkTTy56zrA6ErZrBUyGESBTEKZ > .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); }#s5mTD1hkTTy56zrA6ErZrBUyGESBTEKZ { border-width: 0; border-radius: 0; }#s5mTD1hkTTy56zrA6ErZrBUyGESBTEKZ > .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; }#s5mTD1hkTTy56zrA6ErZrBUyGESBTEKZ > .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:48.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CpuBgO3g871goDspPrCat13ZKQ5ZR8QU { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.75rem;width:20.1875rem;top:0rem;left:4.90625rem;overflow:hidden;display:block; }
#mXsWiPhoyTaSTsVXxrmwApOKziw0Jc6d { color:#2c3241;display:block;width:25rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:27.7373046875rem;left:2.5rem;height:15.35446875rem;text-align:center;text-align-last:center;display:block; }
#A2KyTElZNw3IL7AtW9PsOAbU3Zb7mTFm { color:#000000;display:block;width:28.25rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:27.7373046875rem;left:30.875rem;height:5.36133125rem;text-align:center;text-align-last:center;display:block; }
#zxMbK69Gfzs76nc5nNP4PiiIMxrOWz1u { color:#2c3241;display:block;width:28.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:33.09765625rem;left:30.875rem;height:13rem;text-align:center;text-align-last:center;display:block; }
#UT3Qq3S1ssoWAd3WCVK5UqWQV27ah3nV { color:#ee0e69;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:20.890625rem;left:8.75rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#T7D5RLZHBZ2hc1ueel74OZ6a03hHNOIo { box-sizing:content-box;height:3.0625rem;width:12.5rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:20.66015625rem;left:8.75rem;display:block; }
#G41vpDG0W2kEMJNMVTGTzXCVfzdKFpld { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.6875rem;width:11.8125rem;top:2.375rem;left:9.09375rem;overflow:hidden;display:block; }
#WZHI14GzhR5MAGbND18qk35spGc1kaHI { 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:26.4375rem;width:26.4375rem;top:0rem;left:32.625rem;overflow:hidden;display:block; }
#LV0DfxvNodEHn0C7Mkrf1EvRS4WBa4cb { position:absolute;display:block;z-index:15009;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:24.625rem;width:18.25rem;top:0.78125rem;left:36.486972506394rem;overflow:hidden;display:block; }
#PMZvmEW0ydogCl7SPAqf0JrRAdyWfCvC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PMZvmEW0ydogCl7SPAqf0JrRAdyWfCvC > .row .container { background-color: transparent; background-image: none; }#PMZvmEW0ydogCl7SPAqf0JrRAdyWfCvC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PMZvmEW0ydogCl7SPAqf0JrRAdyWfCvC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PMZvmEW0ydogCl7SPAqf0JrRAdyWfCvC > .row .container > .video-iframe-container { display: none; }#PMZvmEW0ydogCl7SPAqf0JrRAdyWfCvC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PMZvmEW0ydogCl7SPAqf0JrRAdyWfCvC > .row > .video-iframe-container { display: none; }#PMZvmEW0ydogCl7SPAqf0JrRAdyWfCvC > .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); }#PMZvmEW0ydogCl7SPAqf0JrRAdyWfCvC > .row .container { border-width: 0; border-radius: 0; }#PMZvmEW0ydogCl7SPAqf0JrRAdyWfCvC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PMZvmEW0ydogCl7SPAqf0JrRAdyWfCvC > .row .container { font-size:0.875rem;font-family:arial;height:13.6875rem;width:60rem;position:relative;display:block; }#dKThlSiaAUpDXTPrMTKJ1BI1lvKxqxGv { position:absolute;display:block;z-index:15024;height:8.0625rem;width:37.3125rem;top:3.875rem;left:11.34375rem;display:block; }
#KAV0kyOF750zBMSLR7rGu0yrHPtVyX4p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KAV0kyOF750zBMSLR7rGu0yrHPtVyX4p > .row .container { background-color: transparent; background-image: none; }#KAV0kyOF750zBMSLR7rGu0yrHPtVyX4p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KAV0kyOF750zBMSLR7rGu0yrHPtVyX4p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KAV0kyOF750zBMSLR7rGu0yrHPtVyX4p > .row .container > .video-iframe-container { display: none; }#KAV0kyOF750zBMSLR7rGu0yrHPtVyX4p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KAV0kyOF750zBMSLR7rGu0yrHPtVyX4p > .row > .video-iframe-container { display: none; }#KAV0kyOF750zBMSLR7rGu0yrHPtVyX4p > .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); }#KAV0kyOF750zBMSLR7rGu0yrHPtVyX4p > .row .container { border-width: 0; border-radius: 0; }#KAV0kyOF750zBMSLR7rGu0yrHPtVyX4p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KAV0kyOF750zBMSLR7rGu0yrHPtVyX4p > .row .container { font-size:0.875rem;font-family:arial;height:8rem;width:60rem;position:relative;display:block; }#gcK7pyI4zt1f5ZdkDR4iG0W4FuRXoI5g { color:#2c3241;display:block;width:34.25rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:2.375rem;left:12.875rem;height:3.25rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#CNpsPenhGxztIXdqoxvF9tBQSf6NmnWu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CNpsPenhGxztIXdqoxvF9tBQSf6NmnWu > .row .container { background-color: transparent; background-image: none; }#CNpsPenhGxztIXdqoxvF9tBQSf6NmnWu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CNpsPenhGxztIXdqoxvF9tBQSf6NmnWu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CNpsPenhGxztIXdqoxvF9tBQSf6NmnWu > .row .container > .video-iframe-container { display: none; }#CNpsPenhGxztIXdqoxvF9tBQSf6NmnWu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CNpsPenhGxztIXdqoxvF9tBQSf6NmnWu > .row > .video-iframe-container { display: none; }#CNpsPenhGxztIXdqoxvF9tBQSf6NmnWu > .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); }#CNpsPenhGxztIXdqoxvF9tBQSf6NmnWu > .row .container { border-width: 0; border-radius: 0; }#CNpsPenhGxztIXdqoxvF9tBQSf6NmnWu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CNpsPenhGxztIXdqoxvF9tBQSf6NmnWu > .row .container { font-size:0.875rem;font-family:arial;height:47.25rem;width:60rem;position:relative;display:block; }#idlO027G8Tu0PDKTirqanRu7DaCEMpfc { color:#2c3241;display:block;width:30.5rem;position:absolute;font-family:roboto;font-size:2.8125rem;font-weight:400;z-index:15031;line-height:.9;letter-spacing:0;top:3.0625rem;left:24.0234375rem;height:2.53125rem;font-style:normal;display:block; }
#IekfKGLBQlOWcSJiXIbcr48q3MmEP4en { position:absolute;display:block;z-index:15032;background-color:#ee0e69;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:13.75rem;top:6.6749992370606rem;left:24.0234375rem;display:block; }
#yUUUwzI12L6nGr3hWdTwGET4RuM3RLnL { color:#2c3241;display:block;width:45.875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:33.25rem;left:7.9609375rem;height:9.75rem;font-style:normal;display:block; }
#hZfkFb6Ttwgw2uGRGK4aE6RWT4pKCfQ5 { box-sizing:content-box;color:#ee0e69;font-size:2rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15034;top:3.8125rem;left:1.375rem;display:block; }
#xTtm4ST75tQKtVcquOA34N7GPHxwuOlL { box-sizing:content-box;color:#ee0e69;font-size:2.25rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15035;top:8.1875rem;left:1.125rem;display:block; }
#nVuILd6BS6axtLuHoUxbo7IuZVItpzRG { box-sizing:content-box;color:#ee0e69;font-size:2.125rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15029;top:13rem;left:1.3125rem;display:block; }
#xuOQr3hEvxwTIo93XvzvmguxmIK4PdSK { position:absolute;display:block;z-index:15028;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:3.4375rem;width:3.4375rem;top:12.8125rem;left:1.125rem;display:block; }
#e1Tg5OdGpkF4NdCxW2Ws4am54UZJSUrL { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.5) ;height:27.6875rem;width:20.75rem;top:3.0625rem;left:1.125rem;overflow:hidden;display:block; }
#QPmIoCMHPDR8W6GfGkBUoI5tZcnOJ7KQ { color:#000000;display:block;width:31.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:8.1875rem;left:24.0234375rem;height:20.46679375rem;display:block; }
#lvR3PtuZocLbbsDUrxOp7EJ16b7vOyhe { position:absolute;display:block;z-index:15029;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:3.4375rem;width:3.4375rem;top:8.125rem;left:1.125rem;display:block; }
#v6CFHZ378sw5Onu3N2y16GJsxcsSymhB { position:absolute;display:block;z-index:15030;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:3.4375rem;width:3.4375rem;top:3.5625rem;left:1.125rem;display:block; }
#dGOyEnD0BJWOLG1Juw9U39vxxA2rlCux { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dGOyEnD0BJWOLG1Juw9U39vxxA2rlCux > .row .container { background-color: transparent; background-image: none; }#dGOyEnD0BJWOLG1Juw9U39vxxA2rlCux::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGOyEnD0BJWOLG1Juw9U39vxxA2rlCux > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGOyEnD0BJWOLG1Juw9U39vxxA2rlCux > .row .container > .video-iframe-container { display: none; }#dGOyEnD0BJWOLG1Juw9U39vxxA2rlCux > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGOyEnD0BJWOLG1Juw9U39vxxA2rlCux > .row > .video-iframe-container { display: none; }#dGOyEnD0BJWOLG1Juw9U39vxxA2rlCux > .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); }#dGOyEnD0BJWOLG1Juw9U39vxxA2rlCux > .row .container { border-width: 0; border-radius: 0; }#dGOyEnD0BJWOLG1Juw9U39vxxA2rlCux > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dGOyEnD0BJWOLG1Juw9U39vxxA2rlCux > .row .container { font-size:0.875rem;font-family:arial;height:13.6875rem;width:60rem;position:relative;display:block; }#xA1TyMpOTKKLiPkWQR5AT0MZrv9pQTQI { position:absolute;display:block;z-index:15024;height:8.0625rem;width:37.3125rem;top:3.875rem;left:11.34375rem;display:block; }
#UTXxrDSyCGMNKE3MxeWfxqwl1Etm5dFV { position:relative;display:block; }#UTXxrDSyCGMNKE3MxeWfxqwl1Etm5dFV { background-color: transparent; background-image: none; }#UTXxrDSyCGMNKE3MxeWfxqwl1Etm5dFV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTXxrDSyCGMNKE3MxeWfxqwl1Etm5dFV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTXxrDSyCGMNKE3MxeWfxqwl1Etm5dFV > .row .container > .video-iframe-container { display: none; }#UTXxrDSyCGMNKE3MxeWfxqwl1Etm5dFV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTXxrDSyCGMNKE3MxeWfxqwl1Etm5dFV > .row > .video-iframe-container { display: none; }#UTXxrDSyCGMNKE3MxeWfxqwl1Etm5dFV > .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); }#UTXxrDSyCGMNKE3MxeWfxqwl1Etm5dFV { border-width: 0; border-radius: 0; }#UTXxrDSyCGMNKE3MxeWfxqwl1Etm5dFV > .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; }#UTXxrDSyCGMNKE3MxeWfxqwl1Etm5dFV > .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:10.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NROXo2C1fuTwiLROU4nVGBadT1e5zfSW { color:#2c3241;display:block;width:28.5625rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.1;letter-spacing:0;top:2.1875rem;left:15.71875rem;height:5.5rem;text-align:center;text-align-last:center;display:block; }
#XNLll3gsha73p7hkrmnQHvgMFRsv2OXT { position:relative;display:block; }#XNLll3gsha73p7hkrmnQHvgMFRsv2OXT { background-color: transparent; background-image: none; }#XNLll3gsha73p7hkrmnQHvgMFRsv2OXT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XNLll3gsha73p7hkrmnQHvgMFRsv2OXT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XNLll3gsha73p7hkrmnQHvgMFRsv2OXT > .row .container > .video-iframe-container { display: none; }#XNLll3gsha73p7hkrmnQHvgMFRsv2OXT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XNLll3gsha73p7hkrmnQHvgMFRsv2OXT > .row > .video-iframe-container { display: none; }#XNLll3gsha73p7hkrmnQHvgMFRsv2OXT > .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); }#XNLll3gsha73p7hkrmnQHvgMFRsv2OXT { border-width: 0; border-radius: 0; }#XNLll3gsha73p7hkrmnQHvgMFRsv2OXT > .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; }#XNLll3gsha73p7hkrmnQHvgMFRsv2OXT > .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:25.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Lg25xGG5XuPCJososBaz09uFJ58wOHAq { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.375rem;width:35.8125rem;top:0rem;left:-0.56128133704736rem;overflow:hidden;display:block; }
#RH2XyuJTwTUp65wMsMumtLB1vPpNWfNe { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:25.1875rem;top:0rem;left:34.694711538461rem;overflow:hidden;display:block; }
#SCinQLsXhMDzcPNNKTADXySTaJaSn37W { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.6875rem;width:24.9375rem;top:14.0625rem;left:34.789790965696rem;overflow:hidden;display:block; }
#QUZMqcLQT1zSwzNv99nozi3PFmStK8uS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QUZMqcLQT1zSwzNv99nozi3PFmStK8uS > .row .container { background-color: transparent; background-image: none; }#QUZMqcLQT1zSwzNv99nozi3PFmStK8uS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QUZMqcLQT1zSwzNv99nozi3PFmStK8uS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QUZMqcLQT1zSwzNv99nozi3PFmStK8uS > .row .container > .video-iframe-container { display: none; }#QUZMqcLQT1zSwzNv99nozi3PFmStK8uS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QUZMqcLQT1zSwzNv99nozi3PFmStK8uS > .row > .video-iframe-container { display: none; }#QUZMqcLQT1zSwzNv99nozi3PFmStK8uS > .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); }#QUZMqcLQT1zSwzNv99nozi3PFmStK8uS > .row .container { border-width: 0; border-radius: 0; }#QUZMqcLQT1zSwzNv99nozi3PFmStK8uS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QUZMqcLQT1zSwzNv99nozi3PFmStK8uS > .row .container { font-size:0.875rem;font-family:arial;height:20.25rem;width:60rem;position:relative;display:block; }#sA64am9mPhMpzpSIm8aymr6K2oleTMOs { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.625rem;width:30.875rem;top:0.6875rem;left:29.125rem;overflow:hidden;display:block; }
#sGXTqlrQqatXmeFDSSMAgQFAolAxbGmO { 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:5.125rem;width:29.25rem;top:1.5625rem;left:0rem;overflow:hidden;display:block; }
#DTI1MQ30dDuy59IkWOdxyPutXvmRSdWz { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:29.0625rem;top:7.75rem;left:-0.098684210526325rem;overflow:hidden;display:block; }
#sEzl4SBugiPKn5PrCnaNTT4EFGTuKxTD { 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:6.8125rem;width:30.875rem;top:10.6875rem;left:29.125rem;overflow:hidden;display:block; }
#TFWQ1SPX3GgwyuVgDf99ueoad0cZdfVW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TFWQ1SPX3GgwyuVgDf99ueoad0cZdfVW > .row .container { background-color: transparent; background-image: none; }#TFWQ1SPX3GgwyuVgDf99ueoad0cZdfVW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFWQ1SPX3GgwyuVgDf99ueoad0cZdfVW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFWQ1SPX3GgwyuVgDf99ueoad0cZdfVW > .row .container > .video-iframe-container { display: none; }#TFWQ1SPX3GgwyuVgDf99ueoad0cZdfVW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFWQ1SPX3GgwyuVgDf99ueoad0cZdfVW > .row > .video-iframe-container { display: none; }#TFWQ1SPX3GgwyuVgDf99ueoad0cZdfVW > .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); }#TFWQ1SPX3GgwyuVgDf99ueoad0cZdfVW > .row .container { border-width: 0; border-radius: 0; }#TFWQ1SPX3GgwyuVgDf99ueoad0cZdfVW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TFWQ1SPX3GgwyuVgDf99ueoad0cZdfVW > .row .container { font-size:0.875rem;font-family:arial;height:11.6875rem;width:60rem;position:relative;display:block; }#TDzyCZgdCzREgRVthMyWHInvLzy1LatV { position:absolute;display:block;z-index:15025;height:9.625rem;width:28.5625rem;top:0.96875rem;left:15.71875rem;display:block; }
#u6RcuhEGUADTXntzT3NmGP3vrEGcgynz { position:relative;display:block; }#u6RcuhEGUADTXntzT3NmGP3vrEGcgynz { background-color: transparent; background-image: none; }#u6RcuhEGUADTXntzT3NmGP3vrEGcgynz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u6RcuhEGUADTXntzT3NmGP3vrEGcgynz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u6RcuhEGUADTXntzT3NmGP3vrEGcgynz > .row .container > .video-iframe-container { display: none; }#u6RcuhEGUADTXntzT3NmGP3vrEGcgynz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u6RcuhEGUADTXntzT3NmGP3vrEGcgynz > .row > .video-iframe-container { display: none; }#u6RcuhEGUADTXntzT3NmGP3vrEGcgynz > .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); }#u6RcuhEGUADTXntzT3NmGP3vrEGcgynz { border-width: 0; border-radius: 0; }#u6RcuhEGUADTXntzT3NmGP3vrEGcgynz > .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; }#u6RcuhEGUADTXntzT3NmGP3vrEGcgynz > .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:8.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#r3r6UhUXX48fKPzG32OEzyeoA3EdzqJw { color:#2c3241;display:block;width:40.0625rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.1;letter-spacing:0;top:3.0625rem;left:9.96875rem;height:2.75rem;text-align:center;text-align-last:center;display:block; }
#xMtMT41mx7cauUVosUq9nriKnCpnaPBF { position:relative;display:block; }#xMtMT41mx7cauUVosUq9nriKnCpnaPBF { background-color: transparent; background-image: none; }#xMtMT41mx7cauUVosUq9nriKnCpnaPBF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xMtMT41mx7cauUVosUq9nriKnCpnaPBF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xMtMT41mx7cauUVosUq9nriKnCpnaPBF > .row .container > .video-iframe-container { display: none; }#xMtMT41mx7cauUVosUq9nriKnCpnaPBF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xMtMT41mx7cauUVosUq9nriKnCpnaPBF > .row > .video-iframe-container { display: none; }#xMtMT41mx7cauUVosUq9nriKnCpnaPBF > .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); }#xMtMT41mx7cauUVosUq9nriKnCpnaPBF { border-width: 0; border-radius: 0; }#xMtMT41mx7cauUVosUq9nriKnCpnaPBF > .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; }#xMtMT41mx7cauUVosUq9nriKnCpnaPBF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:13.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SNhaFiDOkGi1BnONTauJorSAWwE3bcha { color:#000000;display:block;width:20.1875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.25rem;left:1.46875rem;height:1.7871125rem;display:block; }
#zQ0Lh3nnA2ZbAZ7rSqgtbN3TL3SrbnNf { color:#000000;display:block;width:27.0625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.5625rem;left:1.46875rem;height:3.25rem;display:block; }
#p6Q84tkXOfzqgMLlmotLJous6JeFx2GQ { color:#000000;display:block;width:25.1875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.25rem;left:31.59375rem;height:3.57421875rem;display:block; }
#M6XmTEtaywEldIh7M44T6JfQiWJQtBxt { color:#000000;display:block;width:27.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.5625rem;left:31.46875rem;height:4.875rem;display:block; }
#PcQcz6JxRZAA6TeVa9vKtB1TiLOPgF5a { position:relative;display:block; }#PcQcz6JxRZAA6TeVa9vKtB1TiLOPgF5a { background-color: transparent; background-image: none; }#PcQcz6JxRZAA6TeVa9vKtB1TiLOPgF5a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PcQcz6JxRZAA6TeVa9vKtB1TiLOPgF5a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PcQcz6JxRZAA6TeVa9vKtB1TiLOPgF5a > .row .container > .video-iframe-container { display: none; }#PcQcz6JxRZAA6TeVa9vKtB1TiLOPgF5a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PcQcz6JxRZAA6TeVa9vKtB1TiLOPgF5a > .row > .video-iframe-container { display: none; }#PcQcz6JxRZAA6TeVa9vKtB1TiLOPgF5a > .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); }#PcQcz6JxRZAA6TeVa9vKtB1TiLOPgF5a { border-width: 0; border-radius: 0; }#PcQcz6JxRZAA6TeVa9vKtB1TiLOPgF5a > .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; }#PcQcz6JxRZAA6TeVa9vKtB1TiLOPgF5a > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:14.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vx7bZ2h7TiN5m2VhrBF1UaCRb0qgZftC { color:#000000;display:block;width:23.5rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.25rem;left:1.59375rem;height:3.57421875rem;display:block; }
#aEkT42RXSCRXBVQnxylr8Puuho6LWDpO { color:#000000;display:block;width:27.0625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.375rem;left:1.46875rem;height:3.25rem;display:block; }
#TVgnnOavo7kNfllq9vuLTDh2m3rXTMV1 { color:#000000;display:block;width:25.1875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.25rem;left:31.59375rem;height:1.7871125rem;display:block; }
#OMpgHuXJIBdP89lbmE6hchbWXEz2hnuN { color:#000000;display:block;width:27.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.82421875rem;left:31.59375rem;height:6.5rem;display:block; }
#t1Pq0FJHKBBZrrKtiLffHVsl4Qur9MZM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#t1Pq0FJHKBBZrrKtiLffHVsl4Qur9MZM > .row .container { background-color: transparent; background-image: none; }#t1Pq0FJHKBBZrrKtiLffHVsl4Qur9MZM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t1Pq0FJHKBBZrrKtiLffHVsl4Qur9MZM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t1Pq0FJHKBBZrrKtiLffHVsl4Qur9MZM > .row .container > .video-iframe-container { display: none; }#t1Pq0FJHKBBZrrKtiLffHVsl4Qur9MZM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t1Pq0FJHKBBZrrKtiLffHVsl4Qur9MZM > .row > .video-iframe-container { display: none; }#t1Pq0FJHKBBZrrKtiLffHVsl4Qur9MZM > .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); }#t1Pq0FJHKBBZrrKtiLffHVsl4Qur9MZM > .row .container { border-width: 0; border-radius: 0; }#t1Pq0FJHKBBZrrKtiLffHVsl4Qur9MZM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t1Pq0FJHKBBZrrKtiLffHVsl4Qur9MZM > .row .container { font-size:0.875rem;font-family:arial;height:15.1875rem;width:60rem;position:relative;display:block; }#rSwO0JR5J84DUah5gmcOmZevfeTSUmhI { position:absolute;display:block;z-index:15025;height:11.25rem;width:28.5625rem;top:1.65625rem;left:15.71875rem;display:block; }
#G2DeXbTTzwvO4n9ni5mumNh7XAktZE4x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2c3241;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; }#G2DeXbTTzwvO4n9ni5mumNh7XAktZE4x > .row .container { background-color: transparent; background-image: none; }#G2DeXbTTzwvO4n9ni5mumNh7XAktZE4x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G2DeXbTTzwvO4n9ni5mumNh7XAktZE4x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G2DeXbTTzwvO4n9ni5mumNh7XAktZE4x > .row .container > .video-iframe-container { display: none; }#G2DeXbTTzwvO4n9ni5mumNh7XAktZE4x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G2DeXbTTzwvO4n9ni5mumNh7XAktZE4x > .row > .video-iframe-container { display: none; }#G2DeXbTTzwvO4n9ni5mumNh7XAktZE4x > .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); }#G2DeXbTTzwvO4n9ni5mumNh7XAktZE4x > .row .container { border-width: 0; border-radius: 0; }#G2DeXbTTzwvO4n9ni5mumNh7XAktZE4x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G2DeXbTTzwvO4n9ni5mumNh7XAktZE4x > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#duUvPxsHPZi4Z5Vkg7KXQXPqk88ZThEC { box-sizing:content-box;color:#ffffff;font-size:3.5rem;font-weight:400;line-height:1;height:5.0625rem;width:5.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;top:6.84375rem;left:19.625rem;display:block; }
#coPCEO71vSihD6LUwZ6W80dZ9Q0eWJFX { box-sizing:content-box;color:#ffffff;font-size:3.875rem;font-weight:400;line-height:1;height:5.625rem;width:5.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:6.5625rem;left:24.625rem;display:block; }
#k7aRHwSRqi2JdoBAJh6lQrFQCI3tgIT6 { box-sizing:content-box;color:#ffffff;font-size:3.625rem;font-weight:400;line-height:1;height:5.1875rem;width:5.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:6.78125rem;left:30.1875rem;display:block; }
#gnLLEtZiuEoELlJiP9T8yd3aWRxbImfy { box-sizing:content-box;color:#ffffff;font-size:3.75rem;font-weight:400;line-height:1;height:5.375rem;width:5.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:6.6875rem;left:35.375rem;display:block; }
#vgK6eM3DEHKkDkPJp6q8mK0GNDvoDmQJ { color:#ffffff;display:block;width:21.125rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.7734375rem;left:19.4375rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#SqrESoXxBQUQarwLvRHBOTs7zfTElAg5 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:15.3984375rem;left:0.5625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#vxyk5GHSnd9mm9ILKMsNX9fedD5K18MV { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:15.3984375rem;left:23.75rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#lyO96imKtwTT55qQERtPvlvLDU1AUD4E { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:15.3984375rem;left:45rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #oP9fHRTEooKIHzqNdEcVGJfOsMMLRQXr { display:block; }#oP9fHRTEooKIHzqNdEcVGJfOsMMLRQXr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PTKBigSbZHvK2cTeCCXbgilHihgMmD8A { top:1.125rem;left:0rem;width:11.9375rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTzB6Sf6RO250PMTLwFt2iXbKoruohUq { top:2.75rem;left:13.9375rem;width:19.875rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKInfht3usyDJcPO2I850bXJsDQlPBGu .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tKInfht3usyDJcPO2I850bXJsDQlPBGu .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; }
#tKInfht3usyDJcPO2I850bXJsDQlPBGu .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; }
#tKInfht3usyDJcPO2I850bXJsDQlPBGu { width:9.5rem;height:5.3125rem;display:flex;top:4.0625rem;left:28.5rem;z-index:15002; }
 }@media only screen and (max-width: 763px) { #tKInfht3usyDJcPO2I850bXJsDQlPBGu #zuKignQ8mgP8S3Rnd3P55slpFvpMTQ1U { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tKInfht3usyDJcPO2I850bXJsDQlPBGu #MwQJJcSILVqSb72FWIABCs2c8G4zlBFA {  }
 }@media only screen and (max-width: 763px) { #tKInfht3usyDJcPO2I850bXJsDQlPBGu #E2Fb1SvzkbT8q9l2JVrbSixDq0gFOlbZ {  }
 }@media only screen and (max-width: 763px) { #tKInfht3usyDJcPO2I850bXJsDQlPBGu #ze0ZE3UoDSobiVWTQuAKPnI33xqtqqm9 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tKInfht3usyDJcPO2I850bXJsDQlPBGu #vtcLTOh7D2u7uy2k27A6rcSOK6KbWMaT {  }
 }@media only screen and (max-width: 763px) { #tKInfht3usyDJcPO2I850bXJsDQlPBGu #ODzxzJAapwSzbWh62bebOT4oDD92w5FR {  }
 }@media only screen and (max-width: 763px) { #tKInfht3usyDJcPO2I850bXJsDQlPBGu #MyTmxJuwI9sHgTiCcBiXo1QSpXbIBzpI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tKInfht3usyDJcPO2I850bXJsDQlPBGu #cm9dtl9I8aRnmb06NzfH2QXhzIyKiFF5 {  }
 }@media only screen and (max-width: 763px) { #tKInfht3usyDJcPO2I850bXJsDQlPBGu #XlwfnGFZiNDtpBNTvikX2ablKLWDnLHO {  }
 }@media only screen and (max-width: 763px) { #tKInfht3usyDJcPO2I850bXJsDQlPBGu #KZsilFhwtKi5eJf8y1i0IK1TQsNhiuH6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tKInfht3usyDJcPO2I850bXJsDQlPBGu #fLdF36fGiSWiw7wPdEWhvqdtaGlBTh8B {  }
 }@media only screen and (max-width: 763px) { #tKInfht3usyDJcPO2I850bXJsDQlPBGu #LRvDKG09CVCR4OenAEnSue7LPSoxkPgn {  }
 }@media only screen and (max-width: 763px) { #DitzK9iaxlT2Z2mNRJFXqZ6Fvue9Bft3 { display:block; }#DitzK9iaxlT2Z2mNRJFXqZ6Fvue9Bft3 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BFJVCbxESl0nrSmHxwe5gVPgPKhouJaP { width:39.5rem;height:1.875rem;top:12.25rem;left:4.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pewSHbyuuCgmuO1O8TvP9xDzKrWfccvT { width:47.75rem;height:7.875rem;top:16.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsU7oJ98ADEm8lHi6cTSpqppX7120IOD { width:21.5625rem;height:0.125rem;top:28.0625rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9ylfWdtWVPu3DaBfRCqcVT2WbFRWIgW { width:32.375rem;height:5.125rem;top:29.4375rem;left:7.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCNWpBOw5BwSUmH3lNawvtSvEpnw2oEN { top:36.875rem;left:6.625rem;width:34rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5ohssAThZ1UwTvM3S3LqmI1iL8cDgBq { top:29.4375rem;left:0rem;width:29.5rem;height:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oi3bsfyLoTPqM5UgXv9kMLbcsMpHUtTs { top:43.625rem;left:15.625rem;width:16.5rem;height:3.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBircPlXJK076oZJx7fhCS6aJKUNRT5p { display:block; }#nBircPlXJK076oZJx7fhCS6aJKUNRT5p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cZSawhppG5k5RMGdduxQBrQm96AP9OFJ { top:3rem;left:1.25rem;width:45.25rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAwSFqflO6yhTLoTIVwpJ29iWZP9ucQ1 { top:0rem;left:0rem;width:47.75rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0ar2ILJvTQF2Q0UT9s0VxyQqX5GqGSh { display:block; }#V0ar2ILJvTQF2Q0UT9s0VxyQqX5GqGSh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mvTQft4uweG61mCk1oTPTtJAlwinWB1x { top:1.625rem;left:0rem;width:47.75rem;height:23.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCT09HkBbQWSO4yHu5zKMc4Cr3unz9kh { display:block; }#qCT09HkBbQWSO4yHu5zKMc4Cr3unz9kh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aJ2h9IcQQQaVvcD7Kn3ruqXWrxhCU4UL { width:18.75rem;height:3.4375rem;top:19.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDPovsUvsPkAeWcBITOIKHlQszNslXte { width:18.75rem;height:12.75rem;top:25.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHzNVVMvtOMW3ovShzbPms2ib7asiC9D { width:18.9375rem;height:12.75rem;top:26.0625rem;left:12.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTbSXc5825CKxd52xnCHn55DpAWifFA1 { width:18.75rem;height:5.125rem;top:19.375rem;left:13rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPCGzAXTZyuIuofnW6gynPQh4zFLu5Ab { width:18.75rem;height:11.1875rem;top:25.0625rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkoeArpElt77FPvuZ0wAlECUIwVUTMIo { width:18.75rem;height:3.125rem;top:19.375rem;left:28.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT2SnHTaP1DTEWwH4lVAyh7ToX1Iz3Nn { width:5.375rem;height:0.125rem;top:13.8125rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uru2EOAJw1VgH2OsT87s5GQ5UO9nX2Ty { width:5.375rem;height:0.125rem;top:13.8125rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7x01xZBQWdTJO4ZKUb0zCXeFdQZCbPE { width:47.75rem;height:3.25rem;top:2.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGyWvydp8Chzs7UpuoVKXuEC1DtPzzDN { top:9.875rem;left:3.25rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIt7m5JqqJrJgHG2lSVoVXUca7Hxu6u0 { top:10.625rem;left:4.0625rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgNNhZGlQh6ZbkofzJGyQrM9rRnkuATg { top:9.875rem;left:19.75rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vr0rbPdlKKyZhneO8RAqwAnrUTAC3app { top:10.625rem;left:20.5625rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8IX4fytqF9S2D6ah7T212yZSZ2Dlxe7 { top:9.8125rem;left:36.25rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBfZubryeLEZV1wpcHbFQKtELUDI8JXC { top:10.5625rem;left:37.0625rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOH6hr3LTSnKrb4dpKWEsKSUFAORHPAp { top:11.625rem;left:38.09375rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFnU6PlwGTu1Heiwh1QU4Ke0Lm1PAdQZ { top:9.5625rem;left:19.5rem;width:8.5625rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIQpbrcIVPKJ5OeVCCZzAEH8gK0uT0ut { top:11.625rem;left:4.9375rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMbnB7Daw18PQzpO6oEe6TuiS74PAOVI { top:42.75rem;left:0rem;width:16.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aG0iyTMukb8rJMGH3e3Vu4JG7yhy9V1J { top:42.75rem;left:15rem;width:16.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdHuse6Hekq6lk8KyMNFnFWtkRCt4gJX { top:42.75rem;left:30.875rem;width:16.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvE7mGXCTzkEoFLc1sHuLraRhvNGKJ26 { display:block; }#wvE7mGXCTzkEoFLc1sHuLraRhvNGKJ26 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CSPAmnzQ2aKOZUCbRh0gzmO0Oy47Mewr { width:47.75rem;height:3.25rem;top:3.375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5mTD1hkTTy56zrA6ErZrBUyGESBTEKZ { display:block; }#s5mTD1hkTTy56zrA6ErZrBUyGESBTEKZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CpuBgO3g871goDspPrCat13ZKQ5ZR8QU { top:0rem;left:1.84375rem;width:20.1875rem;height:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXsWiPhoyTaSTsVXxrmwApOKziw0Jc6d { top:27.6875rem;left:0rem;width:25rem;height:15.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2KyTElZNw3IL7AtW9PsOAbU3Zb7mTFm { top:27.6875rem;left:19.5rem;width:28.25rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxMbK69Gfzs76nc5nNP4PiiIMxrOWz1u { top:33.0625rem;left:19.5rem;width:28.25rem;height:13rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UT3Qq3S1ssoWAd3WCVK5UqWQV27ah3nV { top:20.875rem;left:5.6875rem;width:12.5rem;height:2.5625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7D5RLZHBZ2hc1ueel74OZ6a03hHNOIo { top:20.625rem;left:5.6875rem;width:12.5rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G41vpDG0W2kEMJNMVTGTzXCVfzdKFpld { top:2.375rem;left:6.03125rem;width:11.8125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZHI14GzhR5MAGbND18qk35spGc1kaHI { top:0rem;left:21.3125rem;width:26.4375rem;height:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LV0DfxvNodEHn0C7Mkrf1EvRS4WBa4cb { top:0.75rem;left:27.299472506394rem;width:18.25rem;height:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMZvmEW0ydogCl7SPAqf0JrRAdyWfCvC { display:block; }#PMZvmEW0ydogCl7SPAqf0JrRAdyWfCvC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dKThlSiaAUpDXTPrMTKJ1BI1lvKxqxGv { top:3.875rem;left:5.21875rem;width:37.3125rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAV0kyOF750zBMSLR7rGu0yrHPtVyX4p { display:block; }#KAV0kyOF750zBMSLR7rGu0yrHPtVyX4p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gcK7pyI4zt1f5ZdkDR4iG0W4FuRXoI5g { width:34.25rem;height:3.25rem;top:2.375rem;left:6.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNpsPenhGxztIXdqoxvF9tBQSf6NmnWu { display:block; }#CNpsPenhGxztIXdqoxvF9tBQSf6NmnWu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #idlO027G8Tu0PDKTirqanRu7DaCEMpfc { width:30.5rem;height:2.5rem;top:3.0625rem;left:17.25rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IekfKGLBQlOWcSJiXIbcr48q3MmEP4en { width:13.75rem;height:0.125rem;top:6.625rem;left:17.8984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUUUwzI12L6nGr3hWdTwGET4RuM3RLnL { width:45.875rem;height:9.75rem;top:33.25rem;left:1.8359375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZfkFb6Ttwgw2uGRGK4aE6RWT4pKCfQ5 { width:2.9375rem;height:2.9375rem;top:3.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTtm4ST75tQKtVcquOA34N7GPHxwuOlL { width:3.25rem;height:3.25rem;top:8.1875rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVuILd6BS6axtLuHoUxbo7IuZVItpzRG { width:3.0625rem;height:3.0625rem;top:13rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuOQr3hEvxwTIo93XvzvmguxmIK4PdSK { width:3.4375rem;height:3.4375rem;top:12.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1Tg5OdGpkF4NdCxW2Ws4am54UZJSUrL { top:3.0625rem;left:0rem;width:20.75rem;height:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPmIoCMHPDR8W6GfGkBUoI5tZcnOJ7KQ { top:8.1875rem;left:16.3125rem;width:31.4375rem;height:20.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvR3PtuZocLbbsDUrxOp7EJ16b7vOyhe { width:3.4375rem;height:3.4375rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6CFHZ378sw5Onu3N2y16GJsxcsSymhB { width:3.4375rem;height:3.4375rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGOyEnD0BJWOLG1Juw9U39vxxA2rlCux { display:block; }#dGOyEnD0BJWOLG1Juw9U39vxxA2rlCux > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xA1TyMpOTKKLiPkWQR5AT0MZrv9pQTQI { top:3.875rem;left:5.21875rem;width:37.3125rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTXxrDSyCGMNKE3MxeWfxqwl1Etm5dFV { display:block; }#UTXxrDSyCGMNKE3MxeWfxqwl1Etm5dFV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NROXo2C1fuTwiLROU4nVGBadT1e5zfSW { top:2.1875rem;left:9.59375rem;width:28.5625rem;height:5.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNLll3gsha73p7hkrmnQHvgMFRsv2OXT { display:block; }#XNLll3gsha73p7hkrmnQHvgMFRsv2OXT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lg25xGG5XuPCJososBaz09uFJ58wOHAq { top:0rem;left:0rem;width:35.8125rem;height:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RH2XyuJTwTUp65wMsMumtLB1vPpNWfNe { top:0rem;left:21.4375rem;width:25.1875rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCinQLsXhMDzcPNNKTADXySTaJaSn37W { top:14.0625rem;left:22.8125rem;width:24.9375rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUZMqcLQT1zSwzNv99nozi3PFmStK8uS { display:block; }#QUZMqcLQT1zSwzNv99nozi3PFmStK8uS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sA64am9mPhMpzpSIm8aymr6K2oleTMOs { top:0.6875rem;left:16.875rem;width:30.875rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGXTqlrQqatXmeFDSSMAgQFAolAxbGmO { top:1.5625rem;left:0rem;width:29.25rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTI1MQ30dDuy59IkWOdxyPutXvmRSdWz { top:7.75rem;left:0rem;width:29.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEzl4SBugiPKn5PrCnaNTT4EFGTuKxTD { top:10.6875rem;left:16.875rem;width:30.875rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFWQ1SPX3GgwyuVgDf99ueoad0cZdfVW { display:block; }#TFWQ1SPX3GgwyuVgDf99ueoad0cZdfVW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TDzyCZgdCzREgRVthMyWHInvLzy1LatV { top:0.9375rem;left:9.59375rem;width:28.5625rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6RcuhEGUADTXntzT3NmGP3vrEGcgynz { display:block; }#u6RcuhEGUADTXntzT3NmGP3vrEGcgynz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r3r6UhUXX48fKPzG32OEzyeoA3EdzqJw { top:3.0625rem;left:3.84375rem;width:40.0625rem;height:2.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMtMT41mx7cauUVosUq9nriKnCpnaPBF { display:block; }#xMtMT41mx7cauUVosUq9nriKnCpnaPBF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SNhaFiDOkGi1BnONTauJorSAWwE3bcha { top:2.25rem;left:0rem;width:20.1875rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQ0Lh3nnA2ZbAZ7rSqgtbN3TL3SrbnNf { top:5.5625rem;left:0rem;width:27.0625rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6Q84tkXOfzqgMLlmotLJous6JeFx2GQ { top:2.25rem;left:22.5625rem;width:25.1875rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6XmTEtaywEldIh7M44T6JfQiWJQtBxt { top:6.5625rem;left:20.125rem;width:27.625rem;height:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcQcz6JxRZAA6TeVa9vKtB1TiLOPgF5a { display:block; }#PcQcz6JxRZAA6TeVa9vKtB1TiLOPgF5a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vx7bZ2h7TiN5m2VhrBF1UaCRb0qgZftC { top:2.25rem;left:0rem;width:23.5rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEkT42RXSCRXBVQnxylr8Puuho6LWDpO { top:7.375rem;left:0rem;width:27.0625rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVgnnOavo7kNfllq9vuLTDh2m3rXTMV1 { top:2.25rem;left:22.5625rem;width:25.1875rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMpgHuXJIBdP89lbmE6hchbWXEz2hnuN { top:5.8125rem;left:20.125rem;width:27.625rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1Pq0FJHKBBZrrKtiLffHVsl4Qur9MZM { display:block; }#t1Pq0FJHKBBZrrKtiLffHVsl4Qur9MZM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rSwO0JR5J84DUah5gmcOmZevfeTSUmhI { top:1.625rem;left:9.59375rem;width:28.5625rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2DeXbTTzwvO4n9ni5mumNh7XAktZE4x { display:block; }#G2DeXbTTzwvO4n9ni5mumNh7XAktZE4x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #duUvPxsHPZi4Z5Vkg7KXQXPqk88ZThEC { top:6.8125rem;left:13.5rem;width:5.0625rem;height:5.0625rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #coPCEO71vSihD6LUwZ6W80dZ9Q0eWJFX { top:6.5625rem;left:18.5rem;width:5.625rem;height:5.625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7aRHwSRqi2JdoBAJh6lQrFQCI3tgIT6 { top:6.75rem;left:24.0625rem;width:5.1875rem;height:5.1875rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnLLEtZiuEoELlJiP9T8yd3aWRxbImfy { top:6.6875rem;left:29.25rem;width:5.375rem;height:5.375rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgK6eM3DEHKkDkPJp6q8mK0GNDvoDmQJ { top:3.75rem;left:13.3125rem;width:21.125rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqrESoXxBQUQarwLvRHBOTs7zfTElAg5 { top:15.375rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxyk5GHSnd9mm9ILKMsNX9fedD5K18MV { top:15.375rem;left:17.625rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyO96imKtwTT55qQERtPvlvLDU1AUD4E { top:15.375rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #oP9fHRTEooKIHzqNdEcVGJfOsMMLRQXr { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#oP9fHRTEooKIHzqNdEcVGJfOsMMLRQXr > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PTKBigSbZHvK2cTeCCXbgilHihgMmD8A { width:5.25rem;height:2.3125rem;top:0.5625rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTzB6Sf6RO250PMTLwFt2iXbKoruohUq { width:19.875rem;height:1.29980625rem;top:3.599609375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tKInfht3usyDJcPO2I850bXJsDQlPBGu .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#tKInfht3usyDJcPO2I850bXJsDQlPBGu .widget-text.counter-number { padding-top:0.2875rem;padding-right:0.25375rem;padding-bottom:0.2875rem;padding-left:0.25375rem;width:1.524375rem;min-width:1.524375rem;height:1.544375rem;font-size:1.149375rem;line-height:24.71px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.071875rem solid #ffffff;border-right:0.0725rem solid #ffffff;border-bottom:0.071875rem solid #ffffff;border-left:0.0725rem solid #ffffff; }
#tKInfht3usyDJcPO2I850bXJsDQlPBGu .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.179375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.0325rem;height:0.610625rem;font-size:0.43125rem;line-height:9.77px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#tKInfht3usyDJcPO2I850bXJsDQlPBGu { width:5.6875rem;height:3.125rem;display:flex;top:5.921875rem;left:7.15625rem;z-index:15002;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #tKInfht3usyDJcPO2I850bXJsDQlPBGu #zuKignQ8mgP8S3Rnd3P55slpFvpMTQ1U { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tKInfht3usyDJcPO2I850bXJsDQlPBGu #MwQJJcSILVqSb72FWIABCs2c8G4zlBFA {  }
 }@media only screen and (max-width: 763px) { #tKInfht3usyDJcPO2I850bXJsDQlPBGu #E2Fb1SvzkbT8q9l2JVrbSixDq0gFOlbZ {  }
 }@media only screen and (max-width: 763px) { #tKInfht3usyDJcPO2I850bXJsDQlPBGu #ze0ZE3UoDSobiVWTQuAKPnI33xqtqqm9 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tKInfht3usyDJcPO2I850bXJsDQlPBGu #vtcLTOh7D2u7uy2k27A6rcSOK6KbWMaT {  }
 }@media only screen and (max-width: 763px) { #tKInfht3usyDJcPO2I850bXJsDQlPBGu #ODzxzJAapwSzbWh62bebOT4oDD92w5FR {  }
 }@media only screen and (max-width: 763px) { #tKInfht3usyDJcPO2I850bXJsDQlPBGu #MyTmxJuwI9sHgTiCcBiXo1QSpXbIBzpI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tKInfht3usyDJcPO2I850bXJsDQlPBGu #cm9dtl9I8aRnmb06NzfH2QXhzIyKiFF5 {  }
 }@media only screen and (max-width: 763px) { #tKInfht3usyDJcPO2I850bXJsDQlPBGu #XlwfnGFZiNDtpBNTvikX2ablKLWDnLHO {  }
 }@media only screen and (max-width: 763px) { #tKInfht3usyDJcPO2I850bXJsDQlPBGu #KZsilFhwtKi5eJf8y1i0IK1TQsNhiuH6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tKInfht3usyDJcPO2I850bXJsDQlPBGu #fLdF36fGiSWiw7wPdEWhvqdtaGlBTh8B {  }
 }@media only screen and (max-width: 763px) { #tKInfht3usyDJcPO2I850bXJsDQlPBGu #LRvDKG09CVCR4OenAEnSue7LPSoxkPgn {  }
 }@media only screen and (max-width: 763px) { #DitzK9iaxlT2Z2mNRJFXqZ6Fvue9Bft3 { display:block; }#DitzK9iaxlT2Z2mNRJFXqZ6Fvue9Bft3 > .row .container { width:20rem;height:46.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BFJVCbxESl0nrSmHxwe5gVPgPKhouJaP { width:18.5rem;height:1.23730625rem;top:11.9375rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pewSHbyuuCgmuO1O8TvP9xDzKrWfccvT { width:18.75rem;height:5.3984375rem;top:14.8759765625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsU7oJ98ADEm8lHi6cTSpqppX7120IOD { width:9.375rem;height:0.125rem;top:21.75rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9ylfWdtWVPu3DaBfRCqcVT2WbFRWIgW { width:16rem;height:4.94921875rem;top:22.625rem;left:2rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#717171;display:block; }
 }@media only screen and (max-width: 763px) { #yCNWpBOw5BwSUmH3lNawvtSvEpnw2oEN { width:20rem;height:3.625rem;top:28.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5ohssAThZ1UwTvM3S3LqmI1iL8cDgBq { width:10.5625rem;height:10.5625rem;top:35.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oi3bsfyLoTPqM5UgXv9kMLbcsMpHUtTs { width:16.5rem;height:2.2734375rem;top:34.1875rem;left:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBircPlXJK076oZJx7fhCS6aJKUNRT5p { display:block; }#nBircPlXJK076oZJx7fhCS6aJKUNRT5p > .row .container { width:20rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cZSawhppG5k5RMGdduxQBrQm96AP9OFJ { width:20rem;height:3rem;top:1.4125001430511rem;left:0rem;font-size:1.5rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #KAwSFqflO6yhTLoTIVwpJ29iWZP9ucQ1 { width:20rem;height:1.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0ar2ILJvTQF2Q0UT9s0VxyQqX5GqGSh { display:block; }#V0ar2ILJvTQF2Q0UT9s0VxyQqX5GqGSh > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mvTQft4uweG61mCk1oTPTtJAlwinWB1x { width:18.5rem;height:30.5859375rem;top:1.25rem;left:0.9375rem;font-size:1.0625rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #qCT09HkBbQWSO4yHu5zKMc4Cr3unz9kh { display:block; }#qCT09HkBbQWSO4yHu5zKMc4Cr3unz9kh > .row .container { width:20rem;height:93.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aJ2h9IcQQQaVvcD7Kn3ruqXWrxhCU4UL { width:13.4375rem;height:2.69921875rem;top:5.619140625rem;left:5.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDPovsUvsPkAeWcBITOIKHlQszNslXte { width:18.75rem;height:12.796875rem;top:10.484375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHzNVVMvtOMW3ovShzbPms2ib7asiC9D { width:18.75rem;height:14.3965rem;top:39.0625rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTbSXc5825CKxd52xnCHn55DpAWifFA1 { width:13.6875rem;height:5.3984375rem;top:31.625rem;left:6.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPCGzAXTZyuIuofnW6gynPQh4zFLu5Ab { width:18.75rem;height:11.19725rem;top:71.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkoeArpElt77FPvuZ0wAlECUIwVUTMIo { width:12.4375rem;height:3.7119125rem;top:65.3125rem;left:7rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT2SnHTaP1DTEWwH4lVAyh7ToX1Iz3Nn { width:5.375rem;height:0.125rem;top:10.9375rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uru2EOAJw1VgH2OsT87s5GQ5UO9nX2Ty { width:5.375rem;height:0.125rem;top:31.125rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #G7x01xZBQWdTJO4ZKUb0zCXeFdQZCbPE { width:20rem;height:1.625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGyWvydp8Chzs7UpuoVKXuEC1DtPzzDN { width:5.5625rem;height:5.5625rem;top:4.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIt7m5JqqJrJgHG2lSVoVXUca7Hxu6u0 { width:4.0625rem;height:4.0625rem;top:4.9375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgNNhZGlQh6ZbkofzJGyQrM9rRnkuATg { width:6.1875rem;height:6.1875rem;top:31.25rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vr0rbPdlKKyZhneO8RAqwAnrUTAC3app { width:4.6875rem;height:4.6875rem;top:31.875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8IX4fytqF9S2D6ah7T212yZSZ2Dlxe7 { width:7.0625rem;height:7.0625rem;top:63.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBfZubryeLEZV1wpcHbFQKtELUDI8JXC { width:5.375rem;height:5.375rem;top:64.5rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOH6hr3LTSnKrb4dpKWEsKSUFAORHPAp { width:3.375rem;height:3.375rem;top:65.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFnU6PlwGTu1Heiwh1QU4Ke0Lm1PAdQZ { width:5.625rem;height:5.625rem;top:31.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIQpbrcIVPKJ5OeVCCZzAEH8gK0uT0ut { width:2.5rem;height:2.5rem;top:5.71875rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMbnB7Daw18PQzpO6oEe6TuiS74PAOVI { width:16.75rem;height:3.8994125rem;top:25.322265625rem;left:1.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aG0iyTMukb8rJMGH3e3Vu4JG7yhy9V1J { width:16.75rem;height:3.8994125rem;top:56.1875rem;left:1.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mdHuse6Hekq6lk8KyMNFnFWtkRCt4gJX { width:16.75rem;height:3.8994125rem;top:86.9375rem;left:1.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wvE7mGXCTzkEoFLc1sHuLraRhvNGKJ26 { display:block; }#wvE7mGXCTzkEoFLc1sHuLraRhvNGKJ26 > .row .container { width:20rem;height:4.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CSPAmnzQ2aKOZUCbRh0gzmO0Oy47Mewr { width:20rem;height:2.03125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5mTD1hkTTy56zrA6ErZrBUyGESBTEKZ { display:block; }#s5mTD1hkTTy56zrA6ErZrBUyGESBTEKZ > .row .container { width:20rem;height:66rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CpuBgO3g871goDspPrCat13ZKQ5ZR8QU { width:8.8125rem;height:11.6875rem;top:0.6875rem;left:5.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXsWiPhoyTaSTsVXxrmwApOKziw0Jc6d { width:18.8125rem;height:11.69821875rem;top:13.47265625rem;left:0.59375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A2KyTElZNw3IL7AtW9PsOAbU3Zb7mTFm { width:18.4375rem;height:5.5234375rem;top:43.8876953125rem;left:0.78125rem;font-size:1.0625rem;color:#2c3241;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zxMbK69Gfzs76nc5nNP4PiiIMxrOWz1u { width:18.5rem;height:15.1894375rem;top:49.4111328125rem;left:0.75rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UT3Qq3S1ssoWAd3WCVK5UqWQV27ah3nV { width:12.5rem;height:1.298825rem;top:9.8369140625rem;left:3.75rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7D5RLZHBZ2hc1ueel74OZ6a03hHNOIo { width:6.75rem;height:1.875rem;top:9.625rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G41vpDG0W2kEMJNMVTGTzXCVfzdKFpld { width:5.125rem;height:4.625rem;top:1.5625rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZHI14GzhR5MAGbND18qk35spGc1kaHI { width:16.125rem;height:16.125rem;top:26.7626953125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LV0DfxvNodEHn0C7Mkrf1EvRS4WBa4cb { width:11.25rem;height:15.3125rem;top:27.2626953125rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMZvmEW0ydogCl7SPAqf0JrRAdyWfCvC { display:block; }#PMZvmEW0ydogCl7SPAqf0JrRAdyWfCvC > .row .container { width:20rem;height:10.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dKThlSiaAUpDXTPrMTKJ1BI1lvKxqxGv { width:20rem;height:8.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAV0kyOF750zBMSLR7rGu0yrHPtVyX4p { display:block; }#KAV0kyOF750zBMSLR7rGu0yrHPtVyX4p > .row .container { width:20rem;height:4.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gcK7pyI4zt1f5ZdkDR4iG0W4FuRXoI5g { width:20rem;height:2.03125rem;top:1.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;color:#2c3241;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #CNpsPenhGxztIXdqoxvF9tBQSf6NmnWu { display:block; }#CNpsPenhGxztIXdqoxvF9tBQSf6NmnWu > .row .container { width:20rem;height:61.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #idlO027G8Tu0PDKTirqanRu7DaCEMpfc { width:20rem;height:1.6875rem;top:19.1484375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;color:#2c3241;display:block; }
 }@media only screen and (max-width: 763px) { #IekfKGLBQlOWcSJiXIbcr48q3MmEP4en { width:13.75rem;height:0.125rem;top:21.760936737061rem;left:3.1250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUUUwzI12L6nGr3hWdTwGET4RuM3RLnL { width:18.4375rem;height:13.40625rem;top:44.46249961853rem;left:0.78125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZfkFb6Ttwgw2uGRGK4aE6RWT4pKCfQ5 { width:2.8125rem;height:2.8125rem;top:6.0617189407349rem;left:0.78125rem;font-size:1.9375rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #xTtm4ST75tQKtVcquOA34N7GPHxwuOlL { width:2.75rem;height:2.75rem;top:9.8429679870606rem;left:0.78125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVuILd6BS6axtLuHoUxbo7IuZVItpzRG { width:2.5rem;height:2.5rem;top:2.9679689407349rem;left:0.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuOQr3hEvxwTIo93XvzvmguxmIK4PdSK { width:3.375rem;height:3.375rem;top:23.405467987061rem;left:7.0937498807906rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #e1Tg5OdGpkF4NdCxW2Ws4am54UZJSUrL { width:12.9375rem;height:17.25rem;top:0.625rem;left:4.2812498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPmIoCMHPDR8W6GfGkBUoI5tZcnOJ7KQ { width:18.6875rem;height:20.4609375rem;top:22.835939407349rem;left:0.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvR3PtuZocLbbsDUrxOp7EJ16b7vOyhe { width:3.4375rem;height:3.4375rem;top:23.374217987061rem;left:2.8742188215256rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #v6CFHZ378sw5Onu3N2y16GJsxcsSymhB { width:3.4375rem;height:3.4375rem;top:23.374217987061rem;left:11.406250357628rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #dGOyEnD0BJWOLG1Juw9U39vxxA2rlCux { display:block; }#dGOyEnD0BJWOLG1Juw9U39vxxA2rlCux > .row .container { width:20rem;height:10.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xA1TyMpOTKKLiPkWQR5AT0MZrv9pQTQI { width:20rem;height:8.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTXxrDSyCGMNKE3MxeWfxqwl1Etm5dFV { display:block; }#UTXxrDSyCGMNKE3MxeWfxqwl1Etm5dFV > .row .container { width:20rem;height:5.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NROXo2C1fuTwiLROU4nVGBadT1e5zfSW { width:20rem;height:3.4375rem;top:1.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNLll3gsha73p7hkrmnQHvgMFRsv2OXT { display:block; }#XNLll3gsha73p7hkrmnQHvgMFRsv2OXT > .row .container { width:20rem;height:34.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lg25xGG5XuPCJososBaz09uFJ58wOHAq { width:20rem;height:13.054101221641rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RH2XyuJTwTUp65wMsMumtLB1vPpNWfNe { width:20rem;height:11.2109375rem;top:15.5536875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCinQLsXhMDzcPNNKTADXySTaJaSn37W { width:20rem;height:7.878875rem;top:26.763671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUZMqcLQT1zSwzNv99nozi3PFmStK8uS { display:block; }#QUZMqcLQT1zSwzNv99nozi3PFmStK8uS > .row .container { width:20rem;height:25.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sA64am9mPhMpzpSIm8aymr6K2oleTMOs { width:20rem;height:5.83828125rem;top:17.5234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGXTqlrQqatXmeFDSSMAgQFAolAxbGmO { width:20rem;height:3.834375rem;top:6.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTI1MQ30dDuy59IkWOdxyPutXvmRSdWz { width:20rem;height:4.5640625rem;top:11.709375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEzl4SBugiPKn5PrCnaNTT4EFGTuKxTD { width:20rem;height:4.51074375rem;top:0.9912109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFWQ1SPX3GgwyuVgDf99ueoad0cZdfVW { display:block; }#TFWQ1SPX3GgwyuVgDf99ueoad0cZdfVW > .row .container { width:20rem;height:11.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TDzyCZgdCzREgRVthMyWHInvLzy1LatV { width:20rem;height:6.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6RcuhEGUADTXntzT3NmGP3vrEGcgynz { display:block; }#u6RcuhEGUADTXntzT3NmGP3vrEGcgynz > .row .container { width:20rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r3r6UhUXX48fKPzG32OEzyeoA3EdzqJw { width:20rem;height:3.4375rem;top:1.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMtMT41mx7cauUVosUq9nriKnCpnaPBF { display:block; }#xMtMT41mx7cauUVosUq9nriKnCpnaPBF > .row .container { width:20rem;height:21.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SNhaFiDOkGi1BnONTauJorSAWwE3bcha { width:19.25rem;height:1.4619125rem;top:1.25rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQ0Lh3nnA2ZbAZ7rSqgtbN3TL3SrbnNf { width:18.75rem;height:3.8994125rem;top:3.599609375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6Q84tkXOfzqgMLlmotLJous6JeFx2GQ { width:19.1875rem;height:2.923825rem;top:10.4121125rem;left:0.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6XmTEtaywEldIh7M44T6JfQiWJQtBxt { width:18.3125rem;height:5.19921875rem;top:14.548828125rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcQcz6JxRZAA6TeVa9vKtB1TiLOPgF5a { display:block; }#PcQcz6JxRZAA6TeVa9vKtB1TiLOPgF5a > .row .container { width:20rem;height:20.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vx7bZ2h7TiN5m2VhrBF1UaCRb0qgZftC { width:19.0625rem;height:2.923825rem;top:1.25rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEkT42RXSCRXBVQnxylr8Puuho6LWDpO { width:19.1875rem;height:2.5996125rem;top:5.19921875rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVgnnOavo7kNfllq9vuLTDh2m3rXTMV1 { width:18.9375rem;height:2.923825rem;top:9.63671875rem;left:0.53125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMpgHuXJIBdP89lbmE6hchbWXEz2hnuN { width:19.25rem;height:5.19921875rem;top:13.3359375rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1Pq0FJHKBBZrrKtiLffHVsl4Qur9MZM { display:block; }#t1Pq0FJHKBBZrrKtiLffHVsl4Qur9MZM > .row .container { width:20rem;height:11.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rSwO0JR5J84DUah5gmcOmZevfeTSUmhI { width:20rem;height:6.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2DeXbTTzwvO4n9ni5mumNh7XAktZE4x { display:block; }#G2DeXbTTzwvO4n9ni5mumNh7XAktZE4x > .row .container { width:20rem;height:16.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #duUvPxsHPZi4Z5Vkg7KXQXPqk88ZThEC { width:3.5rem;height:3.5rem;top:4.15625rem;left:2.9367188215256rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #coPCEO71vSihD6LUwZ6W80dZ9Q0eWJFX { width:4.125rem;height:4.125rem;top:3.84375rem;left:6.3749998807906rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7aRHwSRqi2JdoBAJh6lQrFQCI3tgIT6 { width:4rem;height:4rem;top:3.90625rem;left:10.437500357628rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnLLEtZiuEoELlJiP9T8yd3aWRxbImfy { width:4.0625rem;height:4.0625rem;top:3.875rem;left:14.375000357628rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgK6eM3DEHKkDkPJp6q8mK0GNDvoDmQJ { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqrESoXxBQUQarwLvRHBOTs7zfTElAg5 { width:12.5rem;height:1.1375rem;top:9.5312004089356rem;left:3.7499998807907rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxyk5GHSnd9mm9ILKMsNX9fedD5K18MV { width:12.5rem;height:1.1375rem;top:11.518750190735rem;left:3.7499998807907rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyO96imKtwTT55qQERtPvlvLDU1AUD4E { width:12.5rem;height:1.1375rem;top:13.818749427796rem;left:3.7499998807907rem;font-size:0.875rem;display:block; }
 }