.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#2c3241;background-image:url("https://old.assets-landingi.com/3bdc07ab6e93c9c38c5a/pictures/be55f33e8ad881d67d4a4f034f296945.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#uIgrH6qCphDpLGh8ueMZTbbMJw6ZsD8m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uIgrH6qCphDpLGh8ueMZTbbMJw6ZsD8m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uIgrH6qCphDpLGh8ueMZTbbMJw6ZsD8m > .row > .video-iframe-container { display: none; }#uIgrH6qCphDpLGh8ueMZTbbMJw6ZsD8m > .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); }#twiN0F9i6wDotbz9KVOCNAyfTe6fFtaE { 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; }#twiN0F9i6wDotbz9KVOCNAyfTe6fFtaE > .row .container { background-color: transparent; background-image: none; }#twiN0F9i6wDotbz9KVOCNAyfTe6fFtaE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#twiN0F9i6wDotbz9KVOCNAyfTe6fFtaE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#twiN0F9i6wDotbz9KVOCNAyfTe6fFtaE > .row .container > .video-iframe-container { display: none; }#twiN0F9i6wDotbz9KVOCNAyfTe6fFtaE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#twiN0F9i6wDotbz9KVOCNAyfTe6fFtaE > .row > .video-iframe-container { display: none; }#twiN0F9i6wDotbz9KVOCNAyfTe6fFtaE > .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); }#twiN0F9i6wDotbz9KVOCNAyfTe6fFtaE > .row .container { border-width: 0; border-radius: 0; }#twiN0F9i6wDotbz9KVOCNAyfTe6fFtaE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#twiN0F9i6wDotbz9KVOCNAyfTe6fFtaE > .row .container { font-size:0.875rem;font-family:arial;height:8.9375rem;width:75rem;position:relative;display:block; }#ef0baiAFUigsShpMxAe8IZTtAaD4bTCT { 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:5.4375rem;width:12.375rem;top:1.75rem;left:4.0625rem;overflow:hidden;display:block; }
#OyOQ6QADhrTezvAMqANQen2xJr0F5gTF { color:#ffffff;display:block;width:4.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:3.8187501430511rem;left:28.89999961853rem;height:1.3rem;display:block; }
#t5trI8iNm5Prpiedn0k35UoTPaPThbJi { color:#ffffff;display:block;width:11.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:3.8187501430511rem;left:33.83749961853rem;height:1.29980625rem;display:block; }
#HxTrdnaqRq8oLfVaLhJtKJsWiOPZ183w { color:#ffffff;display:block;width:4.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:3.8187501430511rem;left:50.71249961853rem;height:1.3rem;display:block; }
#SlvKag4rvLyF7uV267RFfhasZWAe5dTv { color:#ffffff;display:block;width:5.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:3.8187501430511rem;left:56.02499961853rem;height:1.3rem;display:block; }
#xmTp6p1bnihSClRCVhKxlox1FXE87bcG { background-color:#ee0e69;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.8125rem;height:3rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:2.96875rem;left:62.588285446169rem;display:block; }
#T1HXIzyWNEu62JKaHLlqhnhrnWpo8wBo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qt7IitG78lRKceGFIOyBJmeZvNL4x6rp { color:#ffffff;display:block;width:3.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:3.8187501430511rem;left:46.33749961853rem;height:1.3rem;display:block; }
#r219lt89Q6EAmN1BUCAwEeX64JqSJPf9 { 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; }#r219lt89Q6EAmN1BUCAwEeX64JqSJPf9 > .row .container { background-color: transparent; background-image: none; }#r219lt89Q6EAmN1BUCAwEeX64JqSJPf9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r219lt89Q6EAmN1BUCAwEeX64JqSJPf9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r219lt89Q6EAmN1BUCAwEeX64JqSJPf9 > .row .container > .video-iframe-container { display: none; }#r219lt89Q6EAmN1BUCAwEeX64JqSJPf9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r219lt89Q6EAmN1BUCAwEeX64JqSJPf9 > .row > .video-iframe-container { display: none; }#r219lt89Q6EAmN1BUCAwEeX64JqSJPf9 > .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); }#r219lt89Q6EAmN1BUCAwEeX64JqSJPf9 > .row .container { border-width: 0; border-radius: 0; }#r219lt89Q6EAmN1BUCAwEeX64JqSJPf9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r219lt89Q6EAmN1BUCAwEeX64JqSJPf9 > .row .container { font-size:0.875rem;font-family:arial;height:30.5rem;width:75rem;position:relative;display:block; }#csEdaDsALAd5W5nXWAEUguG11RpVGoEA { 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.0625rem;width:29.8125rem;top:0.8125rem;left:1.625rem;overflow:hidden;display:block; }
#XnCgmAbv1qVrnVS2iU6GMDVcrQdWILlF { color:#2c3241;display:block;width:28rem;position:absolute;font-family:lato;font-size:3.0625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.8125rem;left:36.561719894409rem;height:7.9609375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GoyPlEhUdSBbOzO9qkW97Ey4X6H5krHf { color:#000000;display:block;width:34.4375rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:7.86874961853rem;left:33.342969894409rem;height:17.87111875rem;text-align:center;text-align-last:center;display:block; }
#X7RyZvARiIrJuv2BOzqGxwnCmTAfT0xy { 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; }#X7RyZvARiIrJuv2BOzqGxwnCmTAfT0xy > .row .container { background-color: transparent; background-image: none; }#X7RyZvARiIrJuv2BOzqGxwnCmTAfT0xy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X7RyZvARiIrJuv2BOzqGxwnCmTAfT0xy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X7RyZvARiIrJuv2BOzqGxwnCmTAfT0xy > .row .container > .video-iframe-container { display: none; }#X7RyZvARiIrJuv2BOzqGxwnCmTAfT0xy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X7RyZvARiIrJuv2BOzqGxwnCmTAfT0xy > .row > .video-iframe-container { display: none; }#X7RyZvARiIrJuv2BOzqGxwnCmTAfT0xy > .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); }#X7RyZvARiIrJuv2BOzqGxwnCmTAfT0xy > .row .container { border-width: 0; border-radius: 0; }#X7RyZvARiIrJuv2BOzqGxwnCmTAfT0xy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X7RyZvARiIrJuv2BOzqGxwnCmTAfT0xy > .row .container { font-size:0.875rem;font-family:arial;height:36.4375rem;width:75rem;position:relative;display:block; }#ol7VfWwTo8eTX8Gd9cB0qpB4ZClGsc4c { background-color:#ee0e69;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.0625rem;height:3.125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:30.1875rem;left:29.0625rem;display:block; }
#u6LO1pwT97TEbz3F9DznwSo77uEPeOpx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aDg0TgtaTwzxAfoiISy9OUViB1RoXOWf { position:absolute;display:block;z-index:15013;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:22.25rem;width:22.25rem;top:0.6875rem;left:1.375rem;overflow:hidden;display:block; }
#B0VZFVhknMCzsaFotCMkp0gWCgX8E2XV { background-color:#ee0e69;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.0625rem;height:3.125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:30.1875rem;left:4.0625rem;display:block; }
#AJdgwqB5w74uwStJEkpkG31vlxCXk7Ir { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kJN9EBUTqyi9yXESaVZEHVuOhZ8HbiwR { background-color:#ee0e69;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.0625rem;height:3.125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:30.1875rem;left:54.0625rem;display:block; }
#pCoDoDI81oS7WbyNxfZocKH8J6Ne9vCJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cmLHPxsWwX2aaZsh3sRzA2TlRtVohqTx { position:absolute;display:block;z-index:15015;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.8125rem;width:15.75rem;top:0rem;left:54.625rem;overflow:hidden;display:block; }
#OD3wqHR2mOftzHTLBvyImmsq2l2dRMbt { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.5625rem;width:16.3125rem;top:0rem;left:29.34375rem;overflow:hidden;display:block; }
#DCNsSXthXaq5yir9GQOdkMJ2NplXaMPh { color:#000000;display:block;width:18.25rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:25rem;left:3.4375rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#AJavdlM3xgom1EUfR2WXzKPzBHVSLeZL { color:#000000;display:block;width:18.25rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:15018;line-height:1.2;letter-spacing:0;top:24.25rem;left:28.4375rem;height:4.94824375rem;text-align:center;text-align-last:center;display:block; }
#ipSd9TdkxNoiTLBefMfv66UZ8QRyfrqd { color:#000000;display:block;width:24.75rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:15018;line-height:1.2;letter-spacing:0;top:24.25rem;left:50.25rem;height:4.72265625rem;text-align:center;text-align-last:center;display:block; }
#R9u0Aq1A8zppC2p9PPbGf26vJR18PDuU { border-bottom:0;border-left:0;border-right:0;border-top: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; }#R9u0Aq1A8zppC2p9PPbGf26vJR18PDuU > .row .container { background-color: transparent; background-image: none; }#R9u0Aq1A8zppC2p9PPbGf26vJR18PDuU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R9u0Aq1A8zppC2p9PPbGf26vJR18PDuU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R9u0Aq1A8zppC2p9PPbGf26vJR18PDuU > .row .container > .video-iframe-container { display: none; }#R9u0Aq1A8zppC2p9PPbGf26vJR18PDuU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R9u0Aq1A8zppC2p9PPbGf26vJR18PDuU > .row > .video-iframe-container { display: none; }#R9u0Aq1A8zppC2p9PPbGf26vJR18PDuU > .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); }#R9u0Aq1A8zppC2p9PPbGf26vJR18PDuU > .row .container { border-width: 0; border-radius: 0; }#R9u0Aq1A8zppC2p9PPbGf26vJR18PDuU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R9u0Aq1A8zppC2p9PPbGf26vJR18PDuU > .row .container { font-size:0.875rem;font-family:arial;height:44.8125rem;width:75rem;position:relative;display:block; }#lvhgTOmrDTav0czmgDS1o4MDmzDyNuTE { color:#2c3241;display:block;width:24.375rem;position:absolute;font-family:lato;font-size:3.0625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.25rem;left:25.437501907349rem;height:11.94140625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DEs6eQm3qh3ThotMQz05VApJlXHU2NJn { color:#000000;display:block;width:40.75rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:7.059374809265rem;left:17.250001907349rem;height:3.575rem;text-align:center;text-align-last:center;display:block; }
#Vn7cpf4sl5FHbGQtgKtNkgCVB41T5xlW { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.3125rem;width:19.3125rem;top:14.1875rem;left:38.75rem;overflow:hidden;display:block; }
#eWNHPyk2I24nMu6N7pE43JbTeTkCk6Tp { background-color:#ee0e69;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:2.62421875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:39.1875rem;left:41.5625rem;display:block; }
#zUTQcQyT2tVrcABleP5bhvMWBZCgRMgn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i4CwMU59qveWGaB5ocBPT4av3l2J1TdZ { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:34.1875rem;left:40.125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#nv8QIJw7ti7tNX72IcwPDBt0q5LadXkx { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.9375rem;width:13.9375rem;top:13.4453125rem;left:20.03125rem;overflow:hidden;display:block; }
#DqgTiPlarZJckKDF0bKP8Q2VyCZC18qF { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:34.1875rem;left:18.625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#AaQXUHzqrIe0qMZ2h0foAvvsxJxd05XS { background-color:#ee0e69;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:2.624025rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:39.1875rem;left:20.03125rem;display:block; }
#cEOsO2UMv676FmiozHPqmQyRyLu5wneh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zlThX1VRDCEe4F914boHtAQ4nXq0ZQEI { 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; }#zlThX1VRDCEe4F914boHtAQ4nXq0ZQEI > .row .container { background-color: transparent; background-image: none; }#zlThX1VRDCEe4F914boHtAQ4nXq0ZQEI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zlThX1VRDCEe4F914boHtAQ4nXq0ZQEI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zlThX1VRDCEe4F914boHtAQ4nXq0ZQEI > .row .container > .video-iframe-container { display: none; }#zlThX1VRDCEe4F914boHtAQ4nXq0ZQEI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zlThX1VRDCEe4F914boHtAQ4nXq0ZQEI > .row > .video-iframe-container { display: none; }#zlThX1VRDCEe4F914boHtAQ4nXq0ZQEI > .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); }#zlThX1VRDCEe4F914boHtAQ4nXq0ZQEI > .row .container { border-width: 0; border-radius: 0; }#zlThX1VRDCEe4F914boHtAQ4nXq0ZQEI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zlThX1VRDCEe4F914boHtAQ4nXq0ZQEI > .row .container { font-size:0.875rem;font-family:arial;height:33.1875rem;width:75rem;position:relative;display:block; }#PTPLIeb4HxrTCJHmunizXt7X4Ddn1aFf { 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:18.9375rem;width:18.9375rem;top:1.4375rem;left:16.875rem;overflow:hidden;display:block; }
#nKhpT1Iebm4EluOsaDftT3Ap0ZihhHTD { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.0625rem;width:19.125rem;top:1.375rem;left:39rem;overflow:hidden;display:block; }
#wgJaI5lZo2XXh5iSVzyqWhrovmPi60bL { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:21.25rem;left:18.0625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#ZfD1gxmyBOwBy5WBIdR8U1TVEgw0QTIx { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:21.25rem;left:40.3125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#CBH1zH9hKaIgt7AD6pBlSQbwewO2BJ7K { background-color:#ee0e69;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:2.624025rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:26.25rem;left:19.4375rem;display:block; }
#XZR9JnODEMEVRLi0WgnR2F0PSyGy6ZhW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LUA8N501us4gJKqK8IuSKcTr6zqSyQG6 { background-color:#ee0e69;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:2.624025rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:26.25rem;left:41.6875rem;display:block; }
#uUowexdtXnCt93ip82fFv8MNZATEqXfm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#exoVnNc0Xw0ZgdlHTCQOXSM16cAAHk3A { 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; }#exoVnNc0Xw0ZgdlHTCQOXSM16cAAHk3A > .row .container { background-color: transparent; background-image: none; }#exoVnNc0Xw0ZgdlHTCQOXSM16cAAHk3A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exoVnNc0Xw0ZgdlHTCQOXSM16cAAHk3A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exoVnNc0Xw0ZgdlHTCQOXSM16cAAHk3A > .row .container > .video-iframe-container { display: none; }#exoVnNc0Xw0ZgdlHTCQOXSM16cAAHk3A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exoVnNc0Xw0ZgdlHTCQOXSM16cAAHk3A > .row > .video-iframe-container { display: none; }#exoVnNc0Xw0ZgdlHTCQOXSM16cAAHk3A > .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); }#exoVnNc0Xw0ZgdlHTCQOXSM16cAAHk3A > .row .container { border-width: 0; border-radius: 0; }#exoVnNc0Xw0ZgdlHTCQOXSM16cAAHk3A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#exoVnNc0Xw0ZgdlHTCQOXSM16cAAHk3A > .row .container { font-size:0.875rem;font-family:arial;height:46.8125rem;width:75rem;position:relative;display:block; }#Sn4SHfV9LATVoy7AKsloEipyxIQNPetf { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.8125rem;width:18.8125rem;top:15.52968788147rem;left:28.093751907349rem;overflow:hidden;display:block; }
#z1hFvbvbwAPErQ7yJvVGG0Uz2Kmnt78z { 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:18.875rem;width:18.875rem;top:15.49843788147rem;left:51.812498092651rem;overflow:hidden;display:block; }
#meJhIXdM0vuT7OJxD84c1tciAPgpT9qz { color:#2c3241;display:block;width:45.8125rem;position:absolute;font-family:lato;font-size:3.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:2.4085941314698rem;left:14.593751907349rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hF5e5ygzdVZGQZ2nTuebTkLtGbsGkfVo { 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:18.9375rem;width:18.9375rem;top:15.46718788147rem;left:4.24609375rem;overflow:hidden;display:block; }
#puTOaZco3BVcETfHHbACMyXAisNONM2c { background-color:#ee0e69;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:2.625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:40.208595275879rem;left:6.8398456573488rem;display:block; }
#LkAJbbL8GReLTLn1r7MvNwBA0GeG1ZMM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lZX10BVxcB9SNH0zUzdbq9NMACLSPt9B { background-color:#ee0e69;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:2.62421875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:40.208595275879rem;left:30.625001907349rem;display:block; }
#Am63vCCCtzGgA0vsi1qPaQ6ul8qBRerE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PsK087JgPLsKN0xdGLypPCBTor5UcBJT { background-color:#ee0e69;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:2.62421875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:40.208595275879rem;left:54.374998092651rem;display:block; }
#Kcs0XMIuuIRTxml7Hc77O6LUNW1OD8GM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h4MRA4AZ2W1w0mwmWT4SNbZZOzSrR1vx { color:#000000;display:block;width:30.1875rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:7.125rem;left:22.406251907349rem;height:3.575rem;text-align:center;text-align-last:center;display:block; }
#lRMFTMwMhf3Z2eUveFfEimhR4PQ6BNty { color:#000000;display:block;width:17.875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:34.34218788147rem;left:4.77734375rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#zVrpFEDZgMrhOCElwPDTXUbLAmip3VXh { color:#000000;display:block;width:17.875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:34.34218788147rem;left:28.562501907349rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#S5i1xQaD8Og7DMF2HALT2TlV3NwZtH9h { color:#000000;display:block;width:17.875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:34.40468788147rem;left:52.312498092651rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#IsqMpU1qDJ2T9TbXspOp2bNhZJaur1tQ { border-bottom:0;border-left:0;border-right:0;border-top: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; }#IsqMpU1qDJ2T9TbXspOp2bNhZJaur1tQ > .row .container { background-color: transparent; background-image: none; }#IsqMpU1qDJ2T9TbXspOp2bNhZJaur1tQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IsqMpU1qDJ2T9TbXspOp2bNhZJaur1tQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IsqMpU1qDJ2T9TbXspOp2bNhZJaur1tQ > .row .container > .video-iframe-container { display: none; }#IsqMpU1qDJ2T9TbXspOp2bNhZJaur1tQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IsqMpU1qDJ2T9TbXspOp2bNhZJaur1tQ > .row > .video-iframe-container { display: none; }#IsqMpU1qDJ2T9TbXspOp2bNhZJaur1tQ > .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); }#IsqMpU1qDJ2T9TbXspOp2bNhZJaur1tQ > .row .container { border-width: 0; border-radius: 0; }#IsqMpU1qDJ2T9TbXspOp2bNhZJaur1tQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IsqMpU1qDJ2T9TbXspOp2bNhZJaur1tQ > .row .container { font-size:0.875rem;font-family:arial;height:83rem;width:75rem;position:relative;display:block; }#OQzcMbuRufpi7gRTR45qoOMPew7sXBOL { position:absolute;display:block;z-index:15013;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:18.8125rem;width:18.8125rem;top:12.21875rem;left:14.827344894409rem;overflow:hidden;display:block; }
#y4dlTl7eH2ZCxlwE9GVSAzbSAmlN8sgg { position:absolute;display:block;z-index:15015;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:19.125rem;width:19.125rem;top:12.0625rem;left:40.965627670288rem;overflow:hidden;display:block; }
#sm0RnA9Hu5TIXzZWQve66WioeGLQM1ng { color:#2c3241;display:block;width:17.8125rem;position:absolute;font-family:lato;font-size:3.1875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:0.81232237815856rem;left:28.184478759766rem;height:4.14375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#USFkBLDT2MfADXycp1wdTxprWMmpBtiN { background-color:#ee0e69;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.375rem;height:2.5625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:39.03125rem;left:17.546094894409rem;display:block; }
#TT8oJ4CZLUONgwZlKoNtZbNlXEhHG1p6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w5VpbDKPUItQZ7JDZ8pRM38Fb6KEteTn { background-color:#ee0e69;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5625rem;height:2.5625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:39.03125rem;left:43.746877670288rem;display:block; }
#iiJeEOHTaKaPxBTK2N2wTvzdGy03eo6J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZrGG9PxyXGcuCxsDyDyIaTx2Wn1J7r7E { background-color:#ee0e69;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:2.5625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:75.529689788819rem;left:17.389844894409rem;display:block; }
#ZpgETBkzReuMKIodd0ShVHdR8SDDd4Jx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ko4ZUHm9xqiLeu5oCEuDXhMiE6ZEqE01 { color:#000000;display:block;width:33.25rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:5.5749998092651rem;left:20.464845657349rem;height:3.575rem;text-align:center;text-align-last:center;display:block; }
#lL7RUsedz6IzSZTITb2TE6E99cBlEWxF { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23rem;width:19.125rem;top:46.42343711853rem;left:14.671094894409rem;overflow:hidden;display:block; }
#vNTAFzeedkR45wW8Gg34eR57hqZk55e3 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5625rem;width:23.9375rem;top:44.14218711853rem;left:38.559377670288rem;overflow:hidden;display:block; }
#UVrM9OP1HU2GGthIJNkBnk7exxaZrUB6 { background-color:#ee0e69;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:2.5625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:75.529689788819rem;left:43.684377670288rem;display:block; }
#knUUmTKhnNZ7OCsNhNUG3WT6xJPHe90y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WEATVbmo0AQuedFbzW8F0E10uu1uC6Pu { color:#000000;display:block;width:17.875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:31.904689788818rem;left:15.296094894409rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#MiqiHgW6XMa3naE3kU0XRyZd5LwAWWDE { color:#000000;display:block;width:17.875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:31.90468788147rem;left:41.590627670288rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#ibdesEQv6cvlLlvgtwdl6PkfqmVyhxGT { color:#000000;display:block;width:17.875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:69.423439025881rem;left:15.296094894409rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#zyBnbsx41GXswO6TDNOdasRPOtbA3WpT { color:#000000;display:block;width:17.875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:69.423439025881rem;left:41.590627670288rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#p0oBvxtgG0FItMAgM6Z3dw5Zux8yMOq8 { 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; }#p0oBvxtgG0FItMAgM6Z3dw5Zux8yMOq8 > .row .container { background-color: transparent; background-image: none; }#p0oBvxtgG0FItMAgM6Z3dw5Zux8yMOq8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p0oBvxtgG0FItMAgM6Z3dw5Zux8yMOq8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p0oBvxtgG0FItMAgM6Z3dw5Zux8yMOq8 > .row .container > .video-iframe-container { display: none; }#p0oBvxtgG0FItMAgM6Z3dw5Zux8yMOq8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p0oBvxtgG0FItMAgM6Z3dw5Zux8yMOq8 > .row > .video-iframe-container { display: none; }#p0oBvxtgG0FItMAgM6Z3dw5Zux8yMOq8 > .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); }#p0oBvxtgG0FItMAgM6Z3dw5Zux8yMOq8 > .row .container { border-width: 0; border-radius: 0; }#p0oBvxtgG0FItMAgM6Z3dw5Zux8yMOq8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p0oBvxtgG0FItMAgM6Z3dw5Zux8yMOq8 > .row .container { font-size:0.875rem;font-family:arial;height:8.625rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #twiN0F9i6wDotbz9KVOCNAyfTe6fFtaE { display:block; }#twiN0F9i6wDotbz9KVOCNAyfTe6fFtaE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ef0baiAFUigsShpMxAe8IZTtAaD4bTCT { top:1.75rem;left:0rem;width:12.375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyOQ6QADhrTezvAMqANQen2xJr0F5gTF { top:3.8125rem;left:15.27499961853rem;width:4.1875rem;height:1.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5trI8iNm5Prpiedn0k35UoTPaPThbJi { top:3.8125rem;left:20.21249961853rem;width:11.3125rem;height:1.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxTrdnaqRq8oLfVaLhJtKJsWiOPZ183w { top:3.8125rem;left:37.08749961853rem;width:4.1875rem;height:1.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlvKag4rvLyF7uV267RFfhasZWAe5dTv { top:3.8125rem;left:42.39999961853rem;width:5.1875rem;height:1.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmTp6p1bnihSClRCVhKxlox1FXE87bcG { width:7.8125rem;height:3rem;top:2.9375rem;left:39.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1HXIzyWNEu62JKaHLlqhnhrnWpo8wBo { display:block; }
 }@media only screen and (max-width: 763px) { #qt7IitG78lRKceGFIOyBJmeZvNL4x6rp { top:3.8125rem;left:32.71249961853rem;width:3.8125rem;height:1.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r219lt89Q6EAmN1BUCAwEeX64JqSJPf9 { display:block; }#r219lt89Q6EAmN1BUCAwEeX64JqSJPf9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #csEdaDsALAd5W5nXWAEUguG11RpVGoEA { top:0.8125rem;left:0rem;width:29.8125rem;height:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnCgmAbv1qVrnVS2iU6GMDVcrQdWILlF { top:2.8125rem;left:19.75rem;width:28rem;height:7.9375rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoyPlEhUdSBbOzO9qkW97Ey4X6H5krHf { top:7.8125rem;left:13.3125rem;width:34.4375rem;height:17.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7RyZvARiIrJuv2BOzqGxwnCmTAfT0xy { display:block; }#X7RyZvARiIrJuv2BOzqGxwnCmTAfT0xy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ol7VfWwTo8eTX8Gd9cB0qpB4ZClGsc4c { width:17.0625rem;height:3.125rem;top:30.1875rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6LO1pwT97TEbz3F9DznwSo77uEPeOpx { display:block; }
 }@media only screen and (max-width: 763px) { #aDg0TgtaTwzxAfoiISy9OUViB1RoXOWf { top:0.6875rem;left:0rem;width:22.25rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0VZFVhknMCzsaFotCMkp0gWCgX8E2XV { width:17.0625rem;height:3.125rem;top:30.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJdgwqB5w74uwStJEkpkG31vlxCXk7Ir { display:block; }
 }@media only screen and (max-width: 763px) { #kJN9EBUTqyi9yXESaVZEHVuOhZ8HbiwR { width:17.0625rem;height:3.125rem;top:30.1875rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCoDoDI81oS7WbyNxfZocKH8J6Ne9vCJ { display:block; }
 }@media only screen and (max-width: 763px) { #cmLHPxsWwX2aaZsh3sRzA2TlRtVohqTx { top:0rem;left:31.8125rem;width:15.75rem;height:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OD3wqHR2mOftzHTLBvyImmsq2l2dRMbt { top:0rem;left:15.4375rem;width:16.3125rem;height:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCNsSXthXaq5yir9GQOdkMJ2NplXaMPh { top:25rem;left:0rem;width:18.25rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJavdlM3xgom1EUfR2WXzKPzBHVSLeZL { top:24.25rem;left:13.5rem;width:18.25rem;height:4.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipSd9TdkxNoiTLBefMfv66UZ8QRyfrqd { top:24.25rem;left:22.875rem;width:24.75rem;height:4.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9u0Aq1A8zppC2p9PPbGf26vJR18PDuU { display:block; }#R9u0Aq1A8zppC2p9PPbGf26vJR18PDuU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lvhgTOmrDTav0czmgDS1o4MDmzDyNuTE { top:2.25rem;left:0rem;width:24.375rem;height:11.9375rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEs6eQm3qh3ThotMQz05VApJlXHU2NJn { top:7rem;left:0rem;width:40.75rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vn7cpf4sl5FHbGQtgKtNkgCVB41T5xlW { top:14.1875rem;left:23.875rem;width:19.3125rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWNHPyk2I24nMu6N7pE43JbTeTkCk6Tp { width:13.75rem;height:2.5625rem;top:39.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUTQcQyT2tVrcABleP5bhvMWBZCgRMgn { display:block; }
 }@media only screen and (max-width: 763px) { #i4CwMU59qveWGaB5ocBPT4av3l2J1TdZ { top:34.1875rem;left:23.875rem;width:16.5625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nv8QIJw7ti7tNX72IcwPDBt0q5LadXkx { top:13.4375rem;left:9.9375rem;width:13.9375rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqgTiPlarZJckKDF0bKP8Q2VyCZC18qF { top:34.1875rem;left:7.3125rem;width:16.5625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaQXUHzqrIe0qMZ2h0foAvvsxJxd05XS { width:13.75rem;height:2.5625rem;top:39.1875rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEOsO2UMv676FmiozHPqmQyRyLu5wneh { display:block; }
 }@media only screen and (max-width: 763px) { #zlThX1VRDCEe4F914boHtAQ4nXq0ZQEI { display:block; }#zlThX1VRDCEe4F914boHtAQ4nXq0ZQEI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PTPLIeb4HxrTCJHmunizXt7X4Ddn1aFf { top:1.4375rem;left:3.25rem;width:18.9375rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKhpT1Iebm4EluOsaDftT3Ap0ZihhHTD { top:1.375rem;left:25.375rem;width:19.125rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgJaI5lZo2XXh5iSVzyqWhrovmPi60bL { top:21.25rem;left:4.4375rem;width:16.5625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfD1gxmyBOwBy5WBIdR8U1TVEgw0QTIx { top:21.25rem;left:26.6875rem;width:16.5625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBH1zH9hKaIgt7AD6pBlSQbwewO2BJ7K { width:13.75rem;height:2.5625rem;top:26.25rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZR9JnODEMEVRLi0WgnR2F0PSyGy6ZhW { display:block; }
 }@media only screen and (max-width: 763px) { #LUA8N501us4gJKqK8IuSKcTr6zqSyQG6 { width:13.75rem;height:2.5625rem;top:26.25rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUowexdtXnCt93ip82fFv8MNZATEqXfm { display:block; }
 }@media only screen and (max-width: 763px) { #exoVnNc0Xw0ZgdlHTCQOXSM16cAAHk3A { display:block; }#exoVnNc0Xw0ZgdlHTCQOXSM16cAAHk3A > .row .container { width:47.75rem;height:22.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sn4SHfV9LATVoy7AKsloEipyxIQNPetf { top:15.5rem;left:14.468751907349rem;width:18.8125rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1hFvbvbwAPErQ7yJvVGG0Uz2Kmnt78z { top:15.4375rem;left:28.875rem;width:18.875rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #meJhIXdM0vuT7OJxD84c1tciAPgpT9qz { top:2.375rem;left:0.96875190734863rem;width:45.8125rem;height:4.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hF5e5ygzdVZGQZ2nTuebTkLtGbsGkfVo { top:15.4375rem;left:0rem;width:18.9375rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #puTOaZco3BVcETfHHbACMyXAisNONM2c { width:13.75rem;height:2.625rem;top:40.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkAJbbL8GReLTLn1r7MvNwBA0GeG1ZMM { display:block; }
 }@media only screen and (max-width: 763px) { #lZX10BVxcB9SNH0zUzdbq9NMACLSPt9B { width:13.75rem;height:2.5625rem;top:40.1875rem;left:17.000001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #Am63vCCCtzGgA0vsi1qPaQ6ul8qBRerE { display:block; }
 }@media only screen and (max-width: 763px) { #PsK087JgPLsKN0xdGLypPCBTor5UcBJT { width:13.75rem;height:2.5625rem;top:40.1875rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kcs0XMIuuIRTxml7Hc77O6LUNW1OD8GM { display:block; }
 }@media only screen and (max-width: 763px) { #h4MRA4AZ2W1w0mwmWT4SNbZZOzSrR1vx { top:7.125rem;left:8.7812519073488rem;width:30.1875rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRMFTMwMhf3Z2eUveFfEimhR4PQ6BNty { top:34.3125rem;left:0rem;width:17.875rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVrpFEDZgMrhOCElwPDTXUbLAmip3VXh { top:34.3125rem;left:14.937501907349rem;width:17.875rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5i1xQaD8Og7DMF2HALT2TlV3NwZtH9h { top:34.375rem;left:29.875rem;width:17.875rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsqMpU1qDJ2T9TbXspOp2bNhZJaur1tQ { display:block; }#IsqMpU1qDJ2T9TbXspOp2bNhZJaur1tQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OQzcMbuRufpi7gRTR45qoOMPew7sXBOL { top:12.1875rem;left:5.0625rem;width:18.8125rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4dlTl7eH2ZCxlwE9GVSAzbSAmlN8sgg { top:12.0625rem;left:23.875rem;width:19.125rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sm0RnA9Hu5TIXzZWQve66WioeGLQM1ng { top:0.75rem;left:6.0625rem;width:17.8125rem;height:4.125rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #USFkBLDT2MfADXycp1wdTxprWMmpBtiN { width:13.375rem;height:2.5625rem;top:39rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT8oJ4CZLUONgwZlKoNtZbNlXEhHG1p6 { display:block; }
 }@media only screen and (max-width: 763px) { #w5VpbDKPUItQZ7JDZ8pRM38Fb6KEteTn { width:13.5625rem;height:2.5625rem;top:39rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiJeEOHTaKaPxBTK2N2wTvzdGy03eo6J { display:block; }
 }@media only screen and (max-width: 763px) { #ZrGG9PxyXGcuCxsDyDyIaTx2Wn1J7r7E { width:13.6875rem;height:2.5625rem;top:75.5rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpgETBkzReuMKIodd0ShVHdR8SDDd4Jx { display:block; }
 }@media only screen and (max-width: 763px) { #Ko4ZUHm9xqiLeu5oCEuDXhMiE6ZEqE01 { top:5.5625rem;left:0rem;width:33.25rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lL7RUsedz6IzSZTITb2TE6E99cBlEWxF { top:46.375rem;left:4.75rem;width:19.125rem;height:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNTAFzeedkR45wW8Gg34eR57hqZk55e3 { top:44.125rem;left:23.8125rem;width:23.9375rem;height:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVrM9OP1HU2GGthIJNkBnk7exxaZrUB6 { width:13.6875rem;height:2.5625rem;top:75.5rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #knUUmTKhnNZ7OCsNhNUG3WT6xJPHe90y { display:block; }
 }@media only screen and (max-width: 763px) { #WEATVbmo0AQuedFbzW8F0E10uu1uC6Pu { top:31.875rem;left:6rem;width:17.875rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiqiHgW6XMa3naE3kU0XRyZd5LwAWWDE { top:31.875rem;left:23.875rem;width:17.875rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibdesEQv6cvlLlvgtwdl6PkfqmVyhxGT { top:69.375rem;left:6rem;width:17.875rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyBnbsx41GXswO6TDNOdasRPOtbA3WpT { top:69.375rem;left:23.875rem;width:17.875rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0oBvxtgG0FItMAgM6Z3dw5Zux8yMOq8 { display:block; }#p0oBvxtgG0FItMAgM6Z3dw5Zux8yMOq8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #twiN0F9i6wDotbz9KVOCNAyfTe6fFtaE { display:block; }#twiN0F9i6wDotbz9KVOCNAyfTe6fFtaE > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ef0baiAFUigsShpMxAe8IZTtAaD4bTCT { width:7.25rem;height:3.125rem;top:0.6875rem;left:6.3749998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyOQ6QADhrTezvAMqANQen2xJr0F5gTF { width:4.1875rem;height:0.65rem;top:5.0687499046326rem;left:0.21796876192093rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5trI8iNm5Prpiedn0k35UoTPaPThbJi { width:5.875rem;height:0.65rem;top:5.0687499046326rem;left:2.1875001192093rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxTrdnaqRq8oLfVaLhJtKJsWiOPZ183w { width:2.625rem;height:0.65rem;top:5.0687499046326rem;left:10.468750357628rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlvKag4rvLyF7uV267RFfhasZWAe5dTv { width:3.375rem;height:0.65rem;top:5.0687499046326rem;left:13.031250357628rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmTp6p1bnihSClRCVhKxlox1FXE87bcG { width:4rem;height:1.5rem;top:4.6437501907349rem;left:16.000000357628rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1HXIzyWNEu62JKaHLlqhnhrnWpo8wBo { display:block; }
 }@media only screen and (max-width: 763px) { #qt7IitG78lRKceGFIOyBJmeZvNL4x6rp { width:1.875rem;height:0.65rem;top:5.0687499046326rem;left:8.5000003576281rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r219lt89Q6EAmN1BUCAwEeX64JqSJPf9 { display:block; }#r219lt89Q6EAmN1BUCAwEeX64JqSJPf9 > .row .container { width:20rem;height:35.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #csEdaDsALAd5W5nXWAEUguG11RpVGoEA { width:20rem;height:15.495145631068rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnCgmAbv1qVrnVS2iU6GMDVcrQdWILlF { width:20rem;height:5.199225rem;top:15.49453163147rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoyPlEhUdSBbOzO9qkW97Ey4X6H5krHf { width:20rem;height:15.59764375rem;top:18.619532108307rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7RyZvARiIrJuv2BOzqGxwnCmTAfT0xy { display:block; }#X7RyZvARiIrJuv2BOzqGxwnCmTAfT0xy > .row .container { width:20rem;height:77.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ol7VfWwTo8eTX8Gd9cB0qpB4ZClGsc4c { width:15.125rem;height:3.125rem;top:44.532032012939rem;left:2.4375001192093rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6LO1pwT97TEbz3F9DznwSo77uEPeOpx { display:block; }
 }@media only screen and (max-width: 763px) { #aDg0TgtaTwzxAfoiISy9OUViB1RoXOWf { width:14.5rem;height:14.5rem;top:0.10703125rem;left:2.7437501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0VZFVhknMCzsaFotCMkp0gWCgX8E2XV { width:14.0625rem;height:3.125rem;top:17.63125038147rem;left:2.9687501192093rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJdgwqB5w74uwStJEkpkG31vlxCXk7Ir { display:block; }
 }@media only screen and (max-width: 763px) { #kJN9EBUTqyi9yXESaVZEHVuOhZ8HbiwR { width:14.9375rem;height:3.125rem;top:73.232292175294rem;left:2.53125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCoDoDI81oS7WbyNxfZocKH8J6Ne9vCJ { display:block; }
 }@media only screen and (max-width: 763px) { #cmLHPxsWwX2aaZsh3sRzA2TlRtVohqTx { width:11.0625rem;height:17.4375rem;top:47.65625rem;left:4.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OD3wqHR2mOftzHTLBvyImmsq2l2dRMbt { width:12.25rem;height:19.3125rem;top:21.53125rem;left:3.5967987804878rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCNsSXthXaq5yir9GQOdkMJ2NplXaMPh { width:18.25rem;height:1.4625rem;top:15.469531059265rem;left:0.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJavdlM3xgom1EUfR2WXzKPzBHVSLeZL { width:17.125rem;height:2.7rem;top:41.069532394409rem;left:1.4375001192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipSd9TdkxNoiTLBefMfv66UZ8QRyfrqd { width:15.75rem;height:6.7480625rem;top:65.594791412356rem;left:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9u0Aq1A8zppC2p9PPbGf26vJR18PDuU { display:block; }#R9u0Aq1A8zppC2p9PPbGf26vJR18PDuU > .row .container { width:20rem;height:71.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lvhgTOmrDTav0czmgDS1o4MDmzDyNuTE { width:20rem;height:7.7988375rem;top:0.59765625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DEs6eQm3qh3ThotMQz05VApJlXHU2NJn { width:20rem;height:5.84765625rem;top:3.75rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vn7cpf4sl5FHbGQtgKtNkgCVB41T5xlW { width:19.3125rem;height:19.3125rem;top:41.7705078125rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWNHPyk2I24nMu6N7pE43JbTeTkCk6Tp { width:13.75rem;height:2.5625rem;top:66.5830078125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUTQcQyT2tVrcABleP5bhvMWBZCgRMgn { display:block; }
 }@media only screen and (max-width: 763px) { #i4CwMU59qveWGaB5ocBPT4av3l2J1TdZ { width:16.5625rem;height:3.25rem;top:62.2705078125rem;left:1.71875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nv8QIJw7ti7tNX72IcwPDBt0q5LadXkx { width:13.9375rem;height:21.9375rem;top:11.66015625rem;left:3.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqgTiPlarZJckKDF0bKP8Q2VyCZC18qF { width:16.5625rem;height:3.25rem;top:32.53515625rem;left:1.71875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AaQXUHzqrIe0qMZ2h0foAvvsxJxd05XS { width:13.75rem;height:2.5625rem;top:36.9580078125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEOsO2UMv676FmiozHPqmQyRyLu5wneh { display:block; }
 }@media only screen and (max-width: 763px) { #zlThX1VRDCEe4F914boHtAQ4nXq0ZQEI { display:block; }#zlThX1VRDCEe4F914boHtAQ4nXq0ZQEI > .row .container { width:20rem;height:58.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PTPLIeb4HxrTCJHmunizXt7X4Ddn1aFf { width:18.9375rem;height:18.9375rem;top:1.0869140625rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKhpT1Iebm4EluOsaDftT3Ap0ZihhHTD { width:19.125rem;height:19.0625rem;top:29.1875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgJaI5lZo2XXh5iSVzyqWhrovmPi60bL { width:16.5625rem;height:3.25rem;top:20.9375rem;left:1.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZfD1gxmyBOwBy5WBIdR8U1TVEgw0QTIx { width:16.5625rem;height:3.25rem;top:49.1875rem;left:1.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CBH1zH9hKaIgt7AD6pBlSQbwewO2BJ7K { width:13.75rem;height:2.5625rem;top:24.9375rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZR9JnODEMEVRLi0WgnR2F0PSyGy6ZhW { display:block; }
 }@media only screen and (max-width: 763px) { #LUA8N501us4gJKqK8IuSKcTr6zqSyQG6 { width:13.75rem;height:2.5625rem;top:53.25rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUowexdtXnCt93ip82fFv8MNZATEqXfm { display:block; }
 }@media only screen and (max-width: 763px) { #exoVnNc0Xw0ZgdlHTCQOXSM16cAAHk3A { display:block; }#exoVnNc0Xw0ZgdlHTCQOXSM16cAAHk3A > .row .container { width:20rem;height:103.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sn4SHfV9LATVoy7AKsloEipyxIQNPetf { width:18.8125rem;height:18.8125rem;top:43.200000762939rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1hFvbvbwAPErQ7yJvVGG0Uz2Kmnt78z { width:18.875rem;height:18.875rem;top:73.325002670288rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #meJhIXdM0vuT7OJxD84c1tciAPgpT9qz { width:20rem;height:4.875rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hF5e5ygzdVZGQZ2nTuebTkLtGbsGkfVo { width:18.9375rem;height:18.9375rem;top:13.0125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #puTOaZco3BVcETfHHbACMyXAisNONM2c { width:13.75rem;height:2.625rem;top:38.637502670288rem;left:3.1250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkAJbbL8GReLTLn1r7MvNwBA0GeG1ZMM { display:block; }
 }@media only screen and (max-width: 763px) { #lZX10BVxcB9SNH0zUzdbq9NMACLSPt9B { width:13.75rem;height:2.5625rem;top:68.637502670288rem;left:3.1250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Am63vCCCtzGgA0vsi1qPaQ6ul8qBRerE { display:block; }
 }@media only screen and (max-width: 763px) { #PsK087JgPLsKN0xdGLypPCBTor5UcBJT { width:13.75rem;height:2.5625rem;top:99.45rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kcs0XMIuuIRTxml7Hc77O6LUNW1OD8GM { display:block; }
 }@media only screen and (max-width: 763px) { #h4MRA4AZ2W1w0mwmWT4SNbZZOzSrR1vx { width:20rem;height:4.38574375rem;top:7.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lRMFTMwMhf3Z2eUveFfEimhR4PQ6BNty { width:17.875rem;height:4.875rem;top:32.450000762939rem;left:1.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zVrpFEDZgMrhOCElwPDTXUbLAmip3VXh { width:17.875rem;height:4.875rem;top:62.012500762939rem;left:1.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S5i1xQaD8Og7DMF2HALT2TlV3NwZtH9h { width:17.875rem;height:4.875rem;top:93.075004577638rem;left:1.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IsqMpU1qDJ2T9TbXspOp2bNhZJaur1tQ { display:block; }#IsqMpU1qDJ2T9TbXspOp2bNhZJaur1tQ > .row .container { width:20rem;height:133.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OQzcMbuRufpi7gRTR45qoOMPew7sXBOL { width:15.625rem;height:15.625rem;top:10.7375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4dlTl7eH2ZCxlwE9GVSAzbSAmlN8sgg { width:15.625rem;height:15.625rem;top:71.6125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sm0RnA9Hu5TIXzZWQve66WioeGLQM1ng { width:17.8125rem;height:2.6rem;top:1.25rem;left:1.0625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #USFkBLDT2MfADXycp1wdTxprWMmpBtiN { width:12.0625rem;height:2.5rem;top:33.7375rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT8oJ4CZLUONgwZlKoNtZbNlXEhHG1p6 { display:block; }
 }@media only screen and (max-width: 763px) { #w5VpbDKPUItQZ7JDZ8pRM38Fb6KEteTn { width:12.0625rem;height:2.5rem;top:94.6125rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiJeEOHTaKaPxBTK2N2wTvzdGy03eo6J { display:block; }
 }@media only screen and (max-width: 763px) { #ZrGG9PxyXGcuCxsDyDyIaTx2Wn1J7r7E { width:12.0625rem;height:2.5rem;top:66.112501144406rem;left:3.9687498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpgETBkzReuMKIodd0ShVHdR8SDDd4Jx { display:block; }
 }@media only screen and (max-width: 763px) { #Ko4ZUHm9xqiLeu5oCEuDXhMiE6ZEqE01 { width:20rem;height:4.38574375rem;top:5.1rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lL7RUsedz6IzSZTITb2TE6E99cBlEWxF { width:19.125rem;height:23rem;top:37.4875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNTAFzeedkR45wW8Gg34eR57hqZk55e3 { width:20rem;height:23.028720626632rem;top:98.3625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVrM9OP1HU2GGthIJNkBnk7exxaZrUB6 { width:13.6875rem;height:2.5625rem;top:125.83125305176rem;left:3.1562501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #knUUmTKhnNZ7OCsNhNUG3WT6xJPHe90y { display:block; }
 }@media only screen and (max-width: 763px) { #WEATVbmo0AQuedFbzW8F0E10uu1uC6Pu { width:17.875rem;height:4.875rem;top:27.6125rem;left:1.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MiqiHgW6XMa3naE3kU0XRyZd5LwAWWDE { width:17.875rem;height:4.875rem;top:88.4875rem;left:1.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ibdesEQv6cvlLlvgtwdl6PkfqmVyhxGT { width:17.875rem;height:4.875rem;top:59.799999237061rem;left:1.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zyBnbsx41GXswO6TDNOdasRPOtbA3WpT { width:17.875rem;height:4.875rem;top:119.76875114441rem;left:1.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p0oBvxtgG0FItMAgM6Z3dw5Zux8yMOq8 { display:block; }#p0oBvxtgG0FItMAgM6Z3dw5Zux8yMOq8 > .row .container { width:20rem;height:8.625rem;position:relative;display:block; } }