.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;
}
.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-input-select option {
  color: #000;
}
.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 {
  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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#ilHZmWOVJh1XTOltPpZm6dJ9Rse1SA6V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ilHZmWOVJh1XTOltPpZm6dJ9Rse1SA6V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ilHZmWOVJh1XTOltPpZm6dJ9Rse1SA6V > .row > .video-iframe-container { display: none; }#ilHZmWOVJh1XTOltPpZm6dJ9Rse1SA6V > .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); }#OXuCvZsuB8e3OuVGOV5rharWGvT5hsdQ { position:relative;display:block; }#OXuCvZsuB8e3OuVGOV5rharWGvT5hsdQ { background-color: transparent; background-image: none; }#OXuCvZsuB8e3OuVGOV5rharWGvT5hsdQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OXuCvZsuB8e3OuVGOV5rharWGvT5hsdQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OXuCvZsuB8e3OuVGOV5rharWGvT5hsdQ > .row .container > .video-iframe-container { display: none; }#OXuCvZsuB8e3OuVGOV5rharWGvT5hsdQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OXuCvZsuB8e3OuVGOV5rharWGvT5hsdQ > .row > .video-iframe-container { display: none; }#OXuCvZsuB8e3OuVGOV5rharWGvT5hsdQ > .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); }#OXuCvZsuB8e3OuVGOV5rharWGvT5hsdQ { border-width: 0; border-radius: 0; }#OXuCvZsuB8e3OuVGOV5rharWGvT5hsdQ > .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:6.8125rem;width:60rem;position:relative;display:block; }#G6DD1qni8b6cANRph19Vqq94QnXhXy3G { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.75rem;width:15.625rem;top:0rem;left:22.1875rem;overflow:hidden;display:block; }
#luAEKt35elt7GQqS0U1T4OcOqCTnwGf6 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#luAEKt35elt7GQqS0U1T4OcOqCTnwGf6 > .row .container { background-color: transparent; background-image: none; }#luAEKt35elt7GQqS0U1T4OcOqCTnwGf6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#luAEKt35elt7GQqS0U1T4OcOqCTnwGf6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#luAEKt35elt7GQqS0U1T4OcOqCTnwGf6 > .row .container > .video-iframe-container { display: none; }#luAEKt35elt7GQqS0U1T4OcOqCTnwGf6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#luAEKt35elt7GQqS0U1T4OcOqCTnwGf6 > .row > .video-iframe-container { display: none; }#luAEKt35elt7GQqS0U1T4OcOqCTnwGf6 > .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); }#luAEKt35elt7GQqS0U1T4OcOqCTnwGf6 > .row .container { border-width: 0; border-radius: 0; }#luAEKt35elt7GQqS0U1T4OcOqCTnwGf6 > .row .container { width:60rem;height:2rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#yr9XLnVSLueaDuVl4EA4qoMdqpUKyymf { position:relative;display:block; }#yr9XLnVSLueaDuVl4EA4qoMdqpUKyymf { background-color: transparent; background-image: none; }#yr9XLnVSLueaDuVl4EA4qoMdqpUKyymf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yr9XLnVSLueaDuVl4EA4qoMdqpUKyymf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yr9XLnVSLueaDuVl4EA4qoMdqpUKyymf > .row .container > .video-iframe-container { display: none; }#yr9XLnVSLueaDuVl4EA4qoMdqpUKyymf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yr9XLnVSLueaDuVl4EA4qoMdqpUKyymf > .row > .video-iframe-container { display: none; }#yr9XLnVSLueaDuVl4EA4qoMdqpUKyymf > .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); }#yr9XLnVSLueaDuVl4EA4qoMdqpUKyymf { border-width: 0; border-radius: 0; }#yr9XLnVSLueaDuVl4EA4qoMdqpUKyymf > .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:36.875rem;width:60rem;position:relative;display:block; }#sV0KfiVNzQMynnNN6DhyPikpXg6381V7 { background-color:#2acdad;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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:rubik;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.311rem;height:3.4375rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:31.810982704163rem;left:2.8439674377441rem;display:block; }
#LlBQuJHS8GZOdWO2JqPHh33QJbkTCJZ8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#F3bCtLJl2TwJLlPmqXK5eFQfMuCXsnrE { color:#000000;display:block;width:30.0625rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#IImbBTgtnrLgN2DiPg1nBNaTVrGprg6F { box-sizing:content-box;color:#2acdad;font-size:1.6875rem;font-weight:400;line-height:1;height:2.43706875rem;width:2.43706875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:7.1875rem;left:0rem;display:block; }
#QGN9RrGnbw8GVV5lhXzaDWZZq4we40pC { box-sizing:content-box;color:#2acdad;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:11.875rem;left:0rem;display:block; }
#mM4KQL2z72pgyTmyqNBCbo82cHF6Mi8O { box-sizing:content-box;color:#2acdad;font-size:1.6875rem;font-weight:400;line-height:1;height:2.43706875rem;width:2.43706875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:16.562500357628rem;left:0rem;display:block; }
#pfSarsrDDxfLrPdEHo6R6OMBLLbW4i4v { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.375rem;width:5.3125rem;top:30.9375rem;left:33.25rem;overflow:hidden;display:block; }
#F7370uVmCGlRChK2hNuBEfpLNh3FW8BF { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:7.125rem;top:31.375rem;left:41.25rem;overflow:hidden;display:block; }
#T23aP0G3rfKc3K9RsSLTbbom2cAKxvZQ { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:6rem;top:31.25rem;left:50.75rem;overflow:hidden;display:block; }
#idqeUw7sbL2DTS60AoLVElDcOEHpThMq { background-color:#2acdad;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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:rubik;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.3125rem;height:3.625rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:15rem;left:0.5625rem;display:none; }
#O10A8gz8yc1LObyGvDUV9xOeSPI5SSFn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#cR27WCsR3aZZb2ccZZIQkyePcPKbiIho { color:#000000;display:block;width:30.0625rem;position:absolute;font-family:rubik;font-size:1.75rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:2.275rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#JW7W738PvXST4oz0hlLqvqxvMlOE5nvQ { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.75rem;width:18.75rem;top:4.860032081604rem;left:35.625003814698rem;overflow:hidden;display:block; }
#A0HTFqyBL3kpgLawJGLatVnzaM0RHlF9 { color:#000000;display:block;width:27.5625rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:6.791015625rem;left:2.5rem;height:3.4121125rem;display:block; }
#AzlsVGe9so6HZAki9myCSrFM5TMGhZBk { color:#000000;display:block;width:27.5625rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:11.498699188233rem;left:2.5rem;height:3.4121125rem;display:block; }
#OT2tP44dNXMiSDTae7bexvbh8swZh35o { color:#000000;display:block;width:27.625rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:16.114366531372rem;left:2.5rem;height:3.4121125rem;display:block; }
#BSgHki6Z2v1m0grUA3Z4pK2sRoP2sK65 { box-sizing:content-box;color:#2acdad;font-size:1.6875rem;font-weight:400;line-height:1;height:2.43706875rem;width:2.43706875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:21.26844727993rem;left:0rem;display:block; }
#smXvgksw3tTlW3FSeSq5ATeLmalSyFsl { color:#000000;display:block;width:27.4375rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:20.822700500488rem;left:2.437068939209rem;height:1.70605625rem;display:block; }
#L6TI82HMxXtC0A2i4nzhXouqpv8uFOQN { box-sizing:content-box;color:#2acdad;font-size:1.6875rem;font-weight:400;line-height:1;height:2.43706875rem;width:2.43706875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:25.9375rem;left:0rem;display:block; }
#GJeHs60KRBtLnDKo6BFvwLDRnoFu4MZ5 { color:#000000;display:block;width:27.5rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:25.485678076744rem;left:2.437068939209rem;height:3.4121125rem;display:block; }
#BFnrGeTH2D8mdeUZ0aWqQmRqqb6sLfwK { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#BFnrGeTH2D8mdeUZ0aWqQmRqqb6sLfwK > .row .container { background-color: transparent; background-image: none; }#BFnrGeTH2D8mdeUZ0aWqQmRqqb6sLfwK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BFnrGeTH2D8mdeUZ0aWqQmRqqb6sLfwK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BFnrGeTH2D8mdeUZ0aWqQmRqqb6sLfwK > .row .container > .video-iframe-container { display: none; }#BFnrGeTH2D8mdeUZ0aWqQmRqqb6sLfwK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BFnrGeTH2D8mdeUZ0aWqQmRqqb6sLfwK > .row > .video-iframe-container { display: none; }#BFnrGeTH2D8mdeUZ0aWqQmRqqb6sLfwK > .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); }#BFnrGeTH2D8mdeUZ0aWqQmRqqb6sLfwK > .row .container { border-width: 0; border-radius: 0; }#BFnrGeTH2D8mdeUZ0aWqQmRqqb6sLfwK > .row .container { width:60rem;height:2rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#DW2CFhMHHNMw418RIiWPwTO4vcppR9CA { background-color:#f9f9f9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#DW2CFhMHHNMw418RIiWPwTO4vcppR9CA > .row .container { border-width: 0; border-radius: 0; }#DW2CFhMHHNMw418RIiWPwTO4vcppR9CA > .row .container { width:60rem;height:25rem;font-size:0.875rem;font-family:arial;position:relative;display:none; }#XCh8Umsy2kuX9MoPp9VMXWoHwrWLdax1 { color:#3a3a3a;display:block;width:21.3125rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:9.5625rem;left:1.0625rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LmFuUl7oqQwz3ba8p1v60l1mrlN2es2k { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.125rem;width:8.125rem;top:11.512499809265rem;left:10.625rem;overflow:hidden;display:block; }
#bXU0NuaRvH8Ellr98aKZnOltL2JwGubo { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.9375rem;width:7.9375rem;top:11.512499809265rem;left:0.625rem;overflow:hidden;display:block; }
#tTtwmAsANOTCALCSpBpUfThvUpS6N6vA { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.9375rem;width:7.9375rem;top:11.512499809265rem;left:20.625rem;overflow:hidden;display:block; }
#FAglF3lpPPiXBCcoARcLV2hza2DJgkWn { color:#000000;display:block;width:21.3125rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:9.5625rem;left:1.0625rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .row .container { background-color: transparent; background-image: none; }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .row .container > .video-iframe-container { display: none; }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .row > .video-iframe-container { display: none; }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .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); }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .row .container { border-width: 0; border-radius: 0; }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .row .container { width:60rem;height:9.375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#FzCqMVsAOZbRtQ3bIZwlo4vgv9CshkR6 { color:#3a3a3a;display:block;width:21.3125rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:0.625rem;left:1.375rem;height:1.54296875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#V4xt3Pim7uP4NLHdcp1ErZHHoZQyBAWN { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.125rem;width:8.125rem;top:0.625rem;left:11.375rem;overflow:hidden;display:block; }
#NaMZxK4kfw2TqFEUiHB6iBAqA3kHT236 { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.9375rem;width:7.9375rem;top:0.625rem;left:1.375rem;overflow:hidden;display:block; }
#wiuST7Cmxm2kQNvnwM42NdnSV3UXTaPN { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.9375rem;width:7.9375rem;top:0.625rem;left:30.75rem;overflow:hidden;display:block; }
#Er0lCFnm3ePEdBIXZlt4xC0qoUJBI2En { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.9375rem;width:7.9375rem;top:0.625rem;left:21.375rem;overflow:hidden;display:block; }
#d0scQy3NFJwrqTNkQna9RHoqffSgR7i4 { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.9375rem;width:7.9375rem;top:0.625rem;left:50.125rem;overflow:hidden;display:block; }
#PsTPJt9TmIHTa6HSlmuwFG985qPMn4mQ { color:#000000;display:block;width:21.3125rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:9.5625rem;left:1.0625rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#iCgHSyrXXhP4ePX4P3AKaZlXcsbsEv5K { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.1875rem;width:7.1875rem;top:1.125rem;left:39.9375rem;overflow:hidden;display:block; }
#rl3UMQgHrPkrlIoe0qbpXXEC6fGGAalg { position:relative;display:block; }#rl3UMQgHrPkrlIoe0qbpXXEC6fGGAalg { background-color: transparent; background-image: none; }#rl3UMQgHrPkrlIoe0qbpXXEC6fGGAalg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rl3UMQgHrPkrlIoe0qbpXXEC6fGGAalg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rl3UMQgHrPkrlIoe0qbpXXEC6fGGAalg > .row .container > .video-iframe-container { display: none; }#rl3UMQgHrPkrlIoe0qbpXXEC6fGGAalg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rl3UMQgHrPkrlIoe0qbpXXEC6fGGAalg > .row > .video-iframe-container { display: none; }#rl3UMQgHrPkrlIoe0qbpXXEC6fGGAalg > .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); }#rl3UMQgHrPkrlIoe0qbpXXEC6fGGAalg { border-width: 0; border-radius: 0; }#rl3UMQgHrPkrlIoe0qbpXXEC6fGGAalg > .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:20.8125rem;width:60rem;position:relative;display:block; }#AUUbl0QJELIvbR80isJQ0Hvw8DC5bJWN { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.0625rem;width:9.0625rem;top:4.625rem;left:10.3125rem;overflow:hidden;display:block; }
#oXd4WzgA8nUAUsJ8PK1JITf48DWBi3Cw { color:#000000;display:block;width:39.3115rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:15.611328125rem;left:10.3427734375rem;height:3.9rem;display:block; }
#d6y0nxoT4nlJw0ORw8HruvlVwa6u9SSl { color:#000000;display:block;width:59.8125rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:0.070746421813962rem;left:0.11002731323242rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hVVBbaqO9r5n3Zuu0wZoF0FeHweWLJDK { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:9.375rem;top:4.5rem;left:40.3125rem;overflow:hidden;display:block; }
#vvDJBv7J4KlZcP2Zt72GXAkSDoTa699p { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.8125rem;width:17.6875rem;top:4.75rem;left:21.1875rem;overflow:hidden;display:block; }
#wciTxiimh2xVllLvAPuMa5fXX5HbmAZg { position:relative;display:block; }#wciTxiimh2xVllLvAPuMa5fXX5HbmAZg { background-color: transparent; background-image: none; }#wciTxiimh2xVllLvAPuMa5fXX5HbmAZg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wciTxiimh2xVllLvAPuMa5fXX5HbmAZg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wciTxiimh2xVllLvAPuMa5fXX5HbmAZg > .row .container > .video-iframe-container { display: none; }#wciTxiimh2xVllLvAPuMa5fXX5HbmAZg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wciTxiimh2xVllLvAPuMa5fXX5HbmAZg > .row > .video-iframe-container { display: none; }#wciTxiimh2xVllLvAPuMa5fXX5HbmAZg > .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); }#wciTxiimh2xVllLvAPuMa5fXX5HbmAZg { border-width: 0; border-radius: 0; }#wciTxiimh2xVllLvAPuMa5fXX5HbmAZg > .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:2.5rem;width:60rem;position:relative;display:block; }#KT4B0Cw9MT1QMcTuFTFaORnPudr60w9f { position:relative;display:block; }#KT4B0Cw9MT1QMcTuFTFaORnPudr60w9f { background-color: transparent; background-image: none; }#KT4B0Cw9MT1QMcTuFTFaORnPudr60w9f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KT4B0Cw9MT1QMcTuFTFaORnPudr60w9f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KT4B0Cw9MT1QMcTuFTFaORnPudr60w9f > .row .container > .video-iframe-container { display: none; }#KT4B0Cw9MT1QMcTuFTFaORnPudr60w9f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KT4B0Cw9MT1QMcTuFTFaORnPudr60w9f > .row > .video-iframe-container { display: none; }#KT4B0Cw9MT1QMcTuFTFaORnPudr60w9f > .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); }#KT4B0Cw9MT1QMcTuFTFaORnPudr60w9f { border-width: 0; border-radius: 0; }#KT4B0Cw9MT1QMcTuFTFaORnPudr60w9f > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:25.1875rem;width:60rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;position:relative;display:block; }#kgmfdn40ar5pCdWtPbltgAaBec4nS9qB { color:#000000;display:block;width:60rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:1.5625rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XN0KNAqOtEf9fydNp2KHfTLTkHqAAZHG { position:absolute;display:block;z-index:100004;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25rem;width:60rem;top:0rem;left:0rem;display:block; }
#KzMdbzuqvNsFruRf2gJe8DmBm1ToEk7b { color:#000000;display:block;width:1.875rem;position:absolute;font-family:rubik;font-size:2.375rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:6.25rem;left:1.5625rem;height:3.0869125rem;display:block; }
#nkr1oUkQHq9ukRLBa5m7ETsLUEQJ4iUq { color:#000000;display:block;width:1.875rem;position:absolute;font-family:rubik;font-size:2.375rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:6.25rem;left:37.8125rem;height:3.0869125rem;display:block; }
#DNm0Srxdg7bLMTLJKWsqdcTp6PcNT574 { color:#000000;display:block;width:1.875rem;position:absolute;font-family:rubik;font-size:2.375rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:6.25rem;left:20.625rem;height:3.0869125rem;display:block; }
#sDg1ncXNKCrIO78IuSoaZwhlMRDttKT2 { color:#000000;display:block;width:10.125rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:6.53125rem;left:3.5rem;height:3.89941875rem;display:block; }
#pJv024XCRfA5ToUCtwH7oBTdMsbL6U3X { color:#000000;display:block;width:13.0625rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:6.5rem;left:23.46875rem;height:3.89941875rem;display:block; }
#E8kHTJnFChuiLTskLz6XRJDThD6HeAr5 { color:#000000;display:block;width:18.375rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:6.53125rem;left:41.0634765625rem;height:2.6rem;display:block; }
#PUutEt9HnVxbkNfZLLeBR1SoLRlQUTHs { color:#000000;display:block;width:55.25rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:12.15625rem;left:1.625rem;height:5.199225rem;display:block; }
#ydQfHbDXL4OmV3VsCO2nThlmuFAyrcr9 { background-color:#2acdad;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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:rubik;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.3115rem;height:3.4375rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:19.8125rem;left:17.8427734375rem;display:block; }
#ve2HXSKzE76URxTDxDuChFvFVkb7xen8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#kw3q9VUkC2hXxqVb9247Tx4qqAcC7bsz { position:relative;display:block; }#kw3q9VUkC2hXxqVb9247Tx4qqAcC7bsz { background-color: transparent; background-image: none; }#kw3q9VUkC2hXxqVb9247Tx4qqAcC7bsz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kw3q9VUkC2hXxqVb9247Tx4qqAcC7bsz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kw3q9VUkC2hXxqVb9247Tx4qqAcC7bsz > .row .container > .video-iframe-container { display: none; }#kw3q9VUkC2hXxqVb9247Tx4qqAcC7bsz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kw3q9VUkC2hXxqVb9247Tx4qqAcC7bsz > .row > .video-iframe-container { display: none; }#kw3q9VUkC2hXxqVb9247Tx4qqAcC7bsz > .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); }#kw3q9VUkC2hXxqVb9247Tx4qqAcC7bsz { border-width: 0; border-radius: 0; }#kw3q9VUkC2hXxqVb9247Tx4qqAcC7bsz > .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:5rem;width:60rem;position:relative;display:block; }#ZTEU0WleymEAbsW5R52gQ09PUiStKlrF { position:relative;display:block; }#ZTEU0WleymEAbsW5R52gQ09PUiStKlrF { background-color: transparent; background-image: none; }#ZTEU0WleymEAbsW5R52gQ09PUiStKlrF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTEU0WleymEAbsW5R52gQ09PUiStKlrF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTEU0WleymEAbsW5R52gQ09PUiStKlrF > .row .container > .video-iframe-container { display: none; }#ZTEU0WleymEAbsW5R52gQ09PUiStKlrF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTEU0WleymEAbsW5R52gQ09PUiStKlrF > .row > .video-iframe-container { display: none; }#ZTEU0WleymEAbsW5R52gQ09PUiStKlrF > .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); }#ZTEU0WleymEAbsW5R52gQ09PUiStKlrF { border-width: 0; border-radius: 0; }#ZTEU0WleymEAbsW5R52gQ09PUiStKlrF > .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:35.4375rem;width:60rem;position:relative;display:block; }#q2vtCZeZyvzLckzersHnzTTUechOEchX { color:#000000;display:block;width:60rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:4.3125rem;left:0rem;height:2.6rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JAJGDSCVvTSEi078HPb6ZPvNNkSrycW7 { color:#000000;display:block;width:60rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ysDnPHI4DGT5LgnaINoCWQPsVtf0o8Xy { color:#000000;display:block;width:60rem;position:absolute;font-family:rubik;font-size:0.75rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:30.6875rem;left:0rem;height:4.87305rem;font-style:normal;display:block; }
#U104hWAwaPhvqdur6ckpwxJlpPqkDL8D { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:14.8125rem;left:3.75rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DsyAACnBun7e07HZ7Z32nGVr1Vzo6fEv { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:14.8125rem;left:23.6875rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BpTVSZJADwTIwhcFGJ61ia4b0XqsxfNh { color:#000000;display:block;width:14.375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:14.8125rem;left:42.8125rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JnfESuQrA5xhZsmV3NQ1SkaQglyzaS3q { color:#000000;display:block;width:3.75rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:19.0625rem;left:6.5625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#QxdVVbOcQZlq6r423ZhN0eHAkhCIzXeH { background-color:#2acdad;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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:rubik;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.3105625rem;height:3.4375rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:24.5rem;left:17.84375rem;display:block; }
#XhWuXqfpmqKEkXOyapGV68J5UkiTHddP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#DoViuev8vDr3KoswHGkqHQ9V9witKw7T { color:#000000;display:block;width:16.3125rem;position:absolute;font-family:rubik;font-size:0.75rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:16.25rem;left:1.84375rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#eTEnEQNBzt2devV0DpioeoSNwWVdCIb3 { color:#000000;display:block;width:16.3125rem;position:absolute;font-family:rubik;font-size:0.75rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:16.25rem;left:21.84375rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#WWyyi2rkahrwmpuuFOTLdze6i05CH6ya { color:#000000;display:block;width:16.3125rem;position:absolute;font-family:rubik;font-size:0.75rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:16.25rem;left:41.84375rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#mqxJs3XXuk8XN7dPvSME843KSLygWdIN { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5rem;width:3.5rem;top:11.375rem;left:34.6875rem;overflow:hidden;display:block; }
#rXD8LTpl7MPN1tVRJ41L7273oAwTAERd { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.625rem;width:3.625rem;top:11.25rem;left:54.625rem;overflow:hidden;display:block; }
#ANac0pSGKEngO4PhT5wQHxvhoT1NE2Zl { color:#000000;display:block;width:5.625rem;position:absolute;font-family:rubik;font-size:0.6875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:0.875rem;top:19.125rem;left:7.1875rem;display:none; }
#GCH8h64O1oVpeRREglsTNHbNvGqaE02K { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#udKulELzw65fMARL4unOv78Inpv61L3K { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#GdDBo5CQiyJTkZgItRRbvSMLxExGPhrx { color:#000000;display:block;width:5.625rem;position:absolute;font-family:rubik;font-size:0.6875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:0.875rem;top:19.125rem;left:13.875rem;display:none; }
#K1OVk1wpoDNalIHdkFxkh6EZAAoq5RFh { color:#000000;display:block;width:2.8125rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:19.0625rem;left:4rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#ta3405kH4cRluFrJMxMN1RnDHFTbdSKL { color:#000000;display:block;width:5.625rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:19.0625rem;left:10.4375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#vO656J21sIFsTGokGG071RANLlG0IiOp { color:#000000;display:block;width:3.75rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:19.0625rem;left:26.5625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#rJvpgov2sWGsmey6HpZ9KklpJtTXIyHO { color:#000000;display:block;width:2.8125rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:19.0625rem;left:24rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#NkFyMPO11TpQ00kXgzCovT8EX1UGpT5N { color:#000000;display:block;width:5.625rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:19.0625rem;left:30.4375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#umlyTPcVlVMrLp3btBAyyRygdWxtcAMT { color:#000000;display:block;width:4.0625rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:19.0625rem;left:46.4375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#POJiHHlC68zGp3dZD7kFoFbiUEDVbqaz { color:#000000;display:block;width:2.8125rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:19.0625rem;left:44rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#VuUXX04T3qbRExSTIrR0ZQc7HWAEZB3h { color:#000000;display:block;width:6.1875rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:19.0625rem;left:50.4375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#JluItpxClZTRNPd5XyDR1nuo6EbLslVR { position:relative;display:block; }#JluItpxClZTRNPd5XyDR1nuo6EbLslVR { background-color: transparent; background-image: none; }#JluItpxClZTRNPd5XyDR1nuo6EbLslVR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JluItpxClZTRNPd5XyDR1nuo6EbLslVR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JluItpxClZTRNPd5XyDR1nuo6EbLslVR > .row .container > .video-iframe-container { display: none; }#JluItpxClZTRNPd5XyDR1nuo6EbLslVR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JluItpxClZTRNPd5XyDR1nuo6EbLslVR > .row > .video-iframe-container { display: none; }#JluItpxClZTRNPd5XyDR1nuo6EbLslVR > .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); }#JluItpxClZTRNPd5XyDR1nuo6EbLslVR { border-width: 0; border-radius: 0; }#JluItpxClZTRNPd5XyDR1nuo6EbLslVR > .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:2.5rem;width:60rem;position:relative;display:block; }#pmtZEXuPnta5g4liW12DNMsfeJqPxXe5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2acdad;background-image:none;position:relative;display:block; }#pmtZEXuPnta5g4liW12DNMsfeJqPxXe5 > .row .container { background-color: transparent; background-image: none; }#pmtZEXuPnta5g4liW12DNMsfeJqPxXe5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmtZEXuPnta5g4liW12DNMsfeJqPxXe5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmtZEXuPnta5g4liW12DNMsfeJqPxXe5 > .row .container > .video-iframe-container { display: none; }#pmtZEXuPnta5g4liW12DNMsfeJqPxXe5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmtZEXuPnta5g4liW12DNMsfeJqPxXe5 > .row > .video-iframe-container { display: none; }#pmtZEXuPnta5g4liW12DNMsfeJqPxXe5 > .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); }#pmtZEXuPnta5g4liW12DNMsfeJqPxXe5 > .row .container { border-width: 0; border-radius: 0; }#pmtZEXuPnta5g4liW12DNMsfeJqPxXe5 > .row .container { font-size:0.875rem;font-family:arial;height:37.1875rem;width:60rem;position:relative;display:block; }#sQQefwJ2JuZds8B9h9P5vU7il2NTtXCS { color:#000000;display:block;width:60rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:2.4375rem;left:0rem;height:2.4375rem;font-style:normal;display:block; }
#uAM3mT8oifvT4XAS3TXJWoBL0Hr8lyU6 { color:#000000;display:block;width:20.9375rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:7.9375rem;left:2.5625rem;height:;display:block; }#uAM3mT8oifvT4XAS3TXJWoBL0Hr8lyU6 li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#uAM3mT8oifvT4XAS3TXJWoBL0Hr8lyU6 li:before{  }
#VeprPvEhcrgaGTb5pJzdwqV9DZDQNf8x { color:#000000;display:block;width:20.9375rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:7.9375rem;left:31.25rem;height:8.374rem;display:block; }#VeprPvEhcrgaGTb5pJzdwqV9DZDQNf8x li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#VeprPvEhcrgaGTb5pJzdwqV9DZDQNf8x li:before{  }
#yTUASmy302XTgGrOTmhurte1zphNC328 { color:#000000;display:block;width:21.7480625rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:19.6875rem;left:4.3125rem;height:1.3rem;display:block; }
#mNUckWfi8AyMzvwO5T0ZOb9lAk0tOZ3s { color:#000000;display:block;width:27.1875rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:21.875rem;left:4.3125rem;height:2.6rem;display:block; }
#Th8aPdoTNqsqxRTs3BDbRiSgOqiLfOlB { box-sizing:content-box;color:#000000;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:18.75rem;left:1.2565116882324rem;display:block; }
#AxmLcpR1d4DyLE0aaAvDF2TKN9cpiwlr { color:#000000;display:block;width:51.1875rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:28rem;left:2.5625rem;height:1.3rem;display:block; }
#ST6NFHzAhXBzuycQb7HCTe3ESdDFCUmy { background-color:#2acdad;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.375rem;height:3.4375rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:31.0625rem;left:13.3125rem;display:block; }
#Vp7CraxNu2XRes82sZrnSnVPdnysQipS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xXaywQMvCcyFVsMsonZO60B94g8QwzCf { position:relative;display:block; }#xXaywQMvCcyFVsMsonZO60B94g8QwzCf { background-color: transparent; background-image: none; }#xXaywQMvCcyFVsMsonZO60B94g8QwzCf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xXaywQMvCcyFVsMsonZO60B94g8QwzCf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xXaywQMvCcyFVsMsonZO60B94g8QwzCf > .row .container > .video-iframe-container { display: none; }#xXaywQMvCcyFVsMsonZO60B94g8QwzCf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xXaywQMvCcyFVsMsonZO60B94g8QwzCf > .row > .video-iframe-container { display: none; }#xXaywQMvCcyFVsMsonZO60B94g8QwzCf > .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); }#xXaywQMvCcyFVsMsonZO60B94g8QwzCf { border-width: 0; border-radius: 0; }#xXaywQMvCcyFVsMsonZO60B94g8QwzCf > .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:2.5rem;width:60rem;position:relative;display:block; }#wApzTQGnDKoXnD66eR4v84KRX22dnqs6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#wApzTQGnDKoXnD66eR4v84KRX22dnqs6 > .row .container { background-color: transparent; background-image: none; }#wApzTQGnDKoXnD66eR4v84KRX22dnqs6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wApzTQGnDKoXnD66eR4v84KRX22dnqs6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wApzTQGnDKoXnD66eR4v84KRX22dnqs6 > .row .container > .video-iframe-container { display: none; }#wApzTQGnDKoXnD66eR4v84KRX22dnqs6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wApzTQGnDKoXnD66eR4v84KRX22dnqs6 > .row > .video-iframe-container { display: none; }#wApzTQGnDKoXnD66eR4v84KRX22dnqs6 > .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); }#wApzTQGnDKoXnD66eR4v84KRX22dnqs6 > .row .container { border-width: 0; border-radius: 0; }#wApzTQGnDKoXnD66eR4v84KRX22dnqs6 > .row .container { font-size:0.875rem;font-family:arial;height:29rem;width:60rem;position:relative;display:block; }#Ugke3ZIcIFtntrtqoGE2NCy9wiB0Dgyw { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;top:7.6866321563719rem;left:44.373920440674rem;overflow:hidden;display:block; }
#COEIpSKwhQpm1T9tJSGmFUa9tggshIgX { color:#000000;display:block;width:60rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:5rem;left:0rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FTz82xvtx3wKA4dDRJ5KcZKd6k421r4s { color:#000000;display:block;width:38.75rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:8.75rem;left:0rem;height:1.3rem;display:block; }
#npDQE7ZMJbMnFyEzPC2tkwOqULh4Ure3 { color:#000000;display:block;width:38.75rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:11.25rem;left:0rem;height:1.3rem;display:block; }
#EKDGCUAPDy1d8pmvJSyJL1DmqRgvrKru { color:#000000;display:block;width:38.75rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:13.75rem;left:0rem;height:1.3rem;display:block; }
#MFNLomoAbWJ8l6vz7lxLJ2Si6TJkrHFh { color:#000000;display:block;width:38.75rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:16.25rem;left:0rem;height:2.6rem;display:block; }
#Gs8PDkCto0vJI2O7Nk1dcc2zFfzJHH2T { color:#000000;display:block;width:38.875rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:20.9375rem;left:0rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ngFHEJ3RZkmxacwgcUFnwH3SDb3xGnQC { position:absolute;display:block;z-index:100011;background-color:#2acdad;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;height:0.3125rem;width:38.4375rem;top:10.125001907349rem;left:0rem;display:block; }
#fQ4CBQH9BSNCbkFZuF9aJNeJlkkDJT1a { position:absolute;display:block;z-index:100012;background-color:#2acdad;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;height:0.3125rem;width:38.4375rem;top:12.625001907349rem;left:0rem;display:block; }
#vi09mkvXeLmRi8QVhisLa2L8NgLiWKZ4 { position:absolute;display:block;z-index:100013;background-color:#2acdad;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;height:0.3125rem;width:38.4375rem;top:15.125001907349rem;left:0rem;display:block; }
#s7ggOl2AlBDlkLHTmtxGMslpEnc2Dypm { position:absolute;display:block;z-index:100014;background-color:#2acdad;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;height:0.3125rem;width:38.4375rem;top:18.875002861023rem;left:0rem;display:block; }
#etDkquIJGl0SJF2LDhd28FtOT8Zb46Eu { color:#000000;display:block;width:60rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:1.5625rem;left:0rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gAP2aFmOUJe4lyvFoa2tFhrKogeyl0Hb { background-color:#2acdad;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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:rubik;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.3115rem;height:3.4375rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:25.3125rem;left:17.8427734375rem;display:block; }
#BnGoVy0fLsOT8uKlJuUQ86LmQJQEtH6C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gSPD5FrInlNps3Ubeai4I4gMZ4GkANg8 { position:relative;display:block; }#gSPD5FrInlNps3Ubeai4I4gMZ4GkANg8 { background-color: transparent; background-image: none; }#gSPD5FrInlNps3Ubeai4I4gMZ4GkANg8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gSPD5FrInlNps3Ubeai4I4gMZ4GkANg8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gSPD5FrInlNps3Ubeai4I4gMZ4GkANg8 > .row .container > .video-iframe-container { display: none; }#gSPD5FrInlNps3Ubeai4I4gMZ4GkANg8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gSPD5FrInlNps3Ubeai4I4gMZ4GkANg8 > .row > .video-iframe-container { display: none; }#gSPD5FrInlNps3Ubeai4I4gMZ4GkANg8 > .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); }#gSPD5FrInlNps3Ubeai4I4gMZ4GkANg8 { border-width: 0; border-radius: 0; }#gSPD5FrInlNps3Ubeai4I4gMZ4GkANg8 > .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:2.5rem;width:60rem;position:relative;display:block; }#egNRfKZiiB14hzAoAnax4k5havpoiFIL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(63,63,63,0.08);background-image:none;position:relative;display:block; }#egNRfKZiiB14hzAoAnax4k5havpoiFIL > .row .container { background-color: transparent; background-image: none; }#egNRfKZiiB14hzAoAnax4k5havpoiFIL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#egNRfKZiiB14hzAoAnax4k5havpoiFIL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#egNRfKZiiB14hzAoAnax4k5havpoiFIL > .row .container > .video-iframe-container { display: none; }#egNRfKZiiB14hzAoAnax4k5havpoiFIL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#egNRfKZiiB14hzAoAnax4k5havpoiFIL > .row > .video-iframe-container { display: none; }#egNRfKZiiB14hzAoAnax4k5havpoiFIL > .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); }#egNRfKZiiB14hzAoAnax4k5havpoiFIL > .row .container { border-width: 0; border-radius: 0; }#egNRfKZiiB14hzAoAnax4k5havpoiFIL > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:60rem;position:relative;display:block; }#o67b8p062i2OFZTfJuTIMq3DLTZzO85M { color:#000000;display:block;width:30rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:2.375rem;left:30rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DfTy61nX0AK00MSkEFMgqQCAvHJHxGHk { color:#000000;display:block;width:30.125rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:9.375rem;left:29.875rem;height:5.2rem;display:block; }
#MaL327lkyH1rKSSN851c77WJ7HRfOgce { color:#000000;display:block;width:30.1855625rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:15.625rem;left:29.8125rem;height:3.9rem;display:block; }
#newdJDfuAA9CxCGCpifT7OX2TmE9PVmg { color:#000000;display:block;width:30.061875rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:20.625rem;left:29.8125rem;height:3.9rem;display:block; }
#dkGBETxyOcu2dXdWSnm3Q3JbtCDo3sL3 { color:#000000;display:block;width:30.061875rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:27.1875rem;left:29.8125rem;height:6.499rem;display:block; }
#MEbOSs4qbTlPafx2FJmAT1kkwczappRE { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20rem;width:20rem;top:11.3125rem;left:5rem;overflow:hidden;display:block; }
#MSVIBdPBsztBlQmOilc3RTmG5tpy3TiF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.08);background-image:none;position:relative;display:block; }#MSVIBdPBsztBlQmOilc3RTmG5tpy3TiF > .row .container { background-color: transparent; background-image: none; }#MSVIBdPBsztBlQmOilc3RTmG5tpy3TiF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MSVIBdPBsztBlQmOilc3RTmG5tpy3TiF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MSVIBdPBsztBlQmOilc3RTmG5tpy3TiF > .row .container > .video-iframe-container { display: none; }#MSVIBdPBsztBlQmOilc3RTmG5tpy3TiF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MSVIBdPBsztBlQmOilc3RTmG5tpy3TiF > .row > .video-iframe-container { display: none; }#MSVIBdPBsztBlQmOilc3RTmG5tpy3TiF > .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); }#MSVIBdPBsztBlQmOilc3RTmG5tpy3TiF > .row .container { border-width: 0; border-radius: 0; }#MSVIBdPBsztBlQmOilc3RTmG5tpy3TiF > .row .container { font-size:0.875rem;font-family:arial;height:16.125rem;width:60rem;position:relative;display:block; }#whcQcnSriTDGO6PJA2yhLniW6vZU3RwV { color:#212121;display:block;width:54.1873125rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:3.5625rem;left:2.9375rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Qn73d4c7VTGaiO2W4hvAaccqrgUSrLww { background-color:#2acdad;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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:rubik;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.3120625rem;height:3.4375rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:10.0625rem;left:17.875rem;display:block; }
#Bga7X56hlRUxGnSRndEDXZ7WWfxS1r67 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UUuBdkQtuTf2Gb9UTXhrQNlnmzbVnG1M { background-color:#2acdad;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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:rubik;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.3125rem;height:3.625rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:15rem;left:0.5625rem;display:none; }
#umyWmOUepVgosQAZpHtS0LEE63vRleJH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#v1keoO8zuyAgIf3h10m3V0QkJJVRL5Um { color:#000000;display:block;width:29rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:6.875rem;left:15.312503814698rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#k85H6N8sqQBbsa0nHBzDHm8ANxgtTneh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(31,31,31,0.4);background-image:none;position:relative;display:block; }#k85H6N8sqQBbsa0nHBzDHm8ANxgtTneh > .row .container { background-color: transparent; background-image: none; }#k85H6N8sqQBbsa0nHBzDHm8ANxgtTneh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k85H6N8sqQBbsa0nHBzDHm8ANxgtTneh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k85H6N8sqQBbsa0nHBzDHm8ANxgtTneh > .row .container > .video-iframe-container { display: none; }#k85H6N8sqQBbsa0nHBzDHm8ANxgtTneh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k85H6N8sqQBbsa0nHBzDHm8ANxgtTneh > .row > .video-iframe-container { display: none; }#k85H6N8sqQBbsa0nHBzDHm8ANxgtTneh > .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); }#k85H6N8sqQBbsa0nHBzDHm8ANxgtTneh > .row .container { border-width: 0; border-radius: 0; }#k85H6N8sqQBbsa0nHBzDHm8ANxgtTneh > .row .container { font-size:0.875rem;font-family:arial;height:11.5rem;width:60rem;position:relative;display:block; }#xBMFIQ53hLBKovIRnWeJ7iFdwvx2tdUt { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.375rem;width:7.875rem;top:4.0625rem;left:0rem;overflow:hidden;display:block; }
#VTIQ7ZqEmBalWGho6dkIQxgCWSdfPkKB { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1.375rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:4.875rem;left:13.0625rem;height:1.7871125rem;display:block; }
#ziiKaFLPFkI4CotI1rJvXE9PfKbuSIxN { color:#000000;display:block;width:3.25rem;position:absolute;font-family:rubik;font-size:1.375rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:4.875rem;left:30.5625rem;height:1.7871125rem;display:block; }
#OT2EGAv4JftfiITgTQk0p2FH0zTkigEN { color:#000000;display:block;width:8.3125rem;position:absolute;font-family:rubik;font-size:1.375rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:4.875rem;left:46rem;height:1.7871125rem;display:block; }
#TRIrW7acLT3LP3az9N6kEpLB8934oTXX { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:1.25rem;top:9.8125rem;left:8.3125rem;display:none; }
#edRTghFqJoi7QIPCrR32zR12DInhVKJc { color:#000000;display:block;width:7.5625rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:1.6875rem;top:7.25rem;left:6.1875rem;display:none; }
#z68T1TqBOONT899IhcLo5ICfWDpTKJfX { color:#000000;display:block;width:7.5625rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:1.6875rem;top:3.375rem;left:12.4375rem;display:none; }
#TVkVt2lIXv2ABpufRL4yQO46FAxcQ1c6 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26rem;width:60rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OXuCvZsuB8e3OuVGOV5rharWGvT5hsdQ { display:block; }#OXuCvZsuB8e3OuVGOV5rharWGvT5hsdQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G6DD1qni8b6cANRph19Vqq94QnXhXy3G { width:15.625rem;height:6.75rem;top:0rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #luAEKt35elt7GQqS0U1T4OcOqCTnwGf6 { display:block; }#luAEKt35elt7GQqS0U1T4OcOqCTnwGf6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yr9XLnVSLueaDuVl4EA4qoMdqpUKyymf { display:block; }#yr9XLnVSLueaDuVl4EA4qoMdqpUKyymf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sV0KfiVNzQMynnNN6DhyPikpXg6381V7 { width:24.25rem;height:3.4375rem;top:31.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlBQuJHS8GZOdWO2JqPHh33QJbkTCJZ8 { display:block; }
 }@media only screen and (max-width: 763px) { #F3bCtLJl2TwJLlPmqXK5eFQfMuCXsnrE { top:0rem;left:0rem;width:30.0625rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IImbBTgtnrLgN2DiPg1nBNaTVrGprg6F { top:7.1875rem;left:0rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGN9RrGnbw8GVV5lhXzaDWZZq4we40pC { top:11.875rem;left:0rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mM4KQL2z72pgyTmyqNBCbo82cHF6Mi8O { top:16.5625rem;left:0rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfSarsrDDxfLrPdEHo6R6OMBLLbW4i4v { top:30.9375rem;left:24.0625rem;width:5.3125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7370uVmCGlRChK2hNuBEfpLNh3FW8BF { top:31.375rem;left:32.0625rem;width:7.0625rem;height:3.7173335204793rem;display:block; }
 }@media only screen and (max-width: 763px) { #T23aP0G3rfKc3K9RsSLTbbom2cAKxvZQ { top:31.25rem;left:41.5625rem;width:5.9375rem;height:3.7113395617859rem;display:block; }
 }@media only screen and (max-width: 763px) { #idqeUw7sbL2DTS60AoLVElDcOEHpThMq { width:24.3125rem;height:3.625rem;top:15rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #O10A8gz8yc1LObyGvDUV9xOeSPI5SSFn { display:block; }
 }@media only screen and (max-width: 763px) { #cR27WCsR3aZZb2ccZZIQkyePcPKbiIho { top:0rem;left:0rem;width:20rem;height:6rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JW7W738PvXST4oz0hlLqvqxvMlOE5nvQ { top:4.8125rem;left:26.437503814698rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0HTFqyBL3kpgLawJGLatVnzaM0RHlF9 { top:6.75rem;left:0rem;width:27.5625rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzlsVGe9so6HZAki9myCSrFM5TMGhZBk { top:11.4375rem;left:0rem;width:27.5625rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OT2tP44dNXMiSDTae7bexvbh8swZh35o { top:16.0625rem;left:0rem;width:27.625rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSgHki6Z2v1m0grUA3Z4pK2sRoP2sK65 { top:21.25rem;left:0rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #smXvgksw3tTlW3FSeSq5ATeLmalSyFsl { top:20.8125rem;left:0rem;width:27.4375rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6TI82HMxXtC0A2i4nzhXouqpv8uFOQN { top:25.9375rem;left:0rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJeHs60KRBtLnDKo6BFvwLDRnoFu4MZ5 { top:25.4375rem;left:0rem;width:27.5rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFnrGeTH2D8mdeUZ0aWqQmRqqb6sLfwK { display:block; }#BFnrGeTH2D8mdeUZ0aWqQmRqqb6sLfwK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DW2CFhMHHNMw418RIiWPwTO4vcppR9CA { display:none; }#DW2CFhMHHNMw418RIiWPwTO4vcppR9CA > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XCh8Umsy2kuX9MoPp9VMXWoHwrWLdax1 { top:9.5625rem;left:0rem;width:21.3125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmFuUl7oqQwz3ba8p1v60l1mrlN2es2k { top:11.5rem;left:4.5rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXU0NuaRvH8Ellr98aKZnOltL2JwGubo { top:11.5rem;left:0rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTtwmAsANOTCALCSpBpUfThvUpS6N6vA { top:11.5rem;left:14.5rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAglF3lpPPiXBCcoARcLV2hza2DJgkWn { top:9.5625rem;left:0rem;width:21.3125rem;height:1.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O { display:block; }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FzCqMVsAOZbRtQ3bIZwlo4vgv9CshkR6 { top:0.625rem;left:0rem;width:21.3125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4xt3Pim7uP4NLHdcp1ErZHHoZQyBAWN { top:0.625rem;left:5.25rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaMZxK4kfw2TqFEUiHB6iBAqA3kHT236 { top:0.625rem;left:0rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiuST7Cmxm2kQNvnwM42NdnSV3UXTaPN { top:0.625rem;left:24.625rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Er0lCFnm3ePEdBIXZlt4xC0qoUJBI2En { top:0.625rem;left:15.25rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0scQy3NFJwrqTNkQna9RHoqffSgR7i4 { top:0.625rem;left:39.8125rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsTPJt9TmIHTa6HSlmuwFG985qPMn4mQ { top:9.5625rem;left:0rem;width:21.3125rem;height:1.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #iCgHSyrXXhP4ePX4P3AKaZlXcsbsEv5K { top:1.125rem;left:33.8125rem;width:7.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rl3UMQgHrPkrlIoe0qbpXXEC6fGGAalg { display:block; }#rl3UMQgHrPkrlIoe0qbpXXEC6fGGAalg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AUUbl0QJELIvbR80isJQ0Hvw8DC5bJWN { top:4.625rem;left:4.1875rem;width:9.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXd4WzgA8nUAUsJ8PK1JITf48DWBi3Cw { top:15.5625rem;left:4.2177734375rem;width:39.25rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6y0nxoT4nlJw0ORw8HruvlVwa6u9SSl { top:0.0625rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVVBbaqO9r5n3Zuu0wZoF0FeHweWLJDK { top:4.5rem;left:34.1875rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvDJBv7J4KlZcP2Zt72GXAkSDoTa699p { top:4.75rem;left:15.0625rem;width:17.6875rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wciTxiimh2xVllLvAPuMa5fXX5HbmAZg { display:block; }#wciTxiimh2xVllLvAPuMa5fXX5HbmAZg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KT4B0Cw9MT1QMcTuFTFaORnPudr60w9f { display:block; }#KT4B0Cw9MT1QMcTuFTFaORnPudr60w9f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kgmfdn40ar5pCdWtPbltgAaBec4nS9qB { top:1.5625rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XN0KNAqOtEf9fydNp2KHfTLTkHqAAZHG { top:0rem;left:0rem;width:47.75rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzMdbzuqvNsFruRf2gJe8DmBm1ToEk7b { top:6.25rem;left:0rem;width:1.875rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkr1oUkQHq9ukRLBa5m7ETsLUEQJ4iUq { top:6.25rem;left:28.625rem;width:1.875rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNm0Srxdg7bLMTLJKWsqdcTp6PcNT574 { top:6.25rem;left:17.5625rem;width:1.875rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDg1ncXNKCrIO78IuSoaZwhlMRDttKT2 { top:6.5rem;left:0.4375rem;width:10.125rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJv024XCRfA5ToUCtwH7oBTdMsbL6U3X { top:6.5rem;left:10.8125rem;width:13.0625rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8kHTJnFChuiLTskLz6XRJDThD6HeAr5 { top:6.5rem;left:29.375rem;width:18.375rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUutEt9HnVxbkNfZLLeBR1SoLRlQUTHs { top:12.125rem;left:0rem;width:47.75rem;height:5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydQfHbDXL4OmV3VsCO2nThlmuFAyrcr9 { width:24.3125rem;height:3.4375rem;top:19.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ve2HXSKzE76URxTDxDuChFvFVkb7xen8 { display:block; }
 }@media only screen and (max-width: 763px) { #kw3q9VUkC2hXxqVb9247Tx4qqAcC7bsz { display:block; }#kw3q9VUkC2hXxqVb9247Tx4qqAcC7bsz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZTEU0WleymEAbsW5R52gQ09PUiStKlrF { display:block; }#ZTEU0WleymEAbsW5R52gQ09PUiStKlrF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q2vtCZeZyvzLckzersHnzTTUechOEchX { top:4.3125rem;left:0rem;width:47.75rem;height:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAJGDSCVvTSEi078HPb6ZPvNNkSrycW7 { top:0rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysDnPHI4DGT5LgnaINoCWQPsVtf0o8Xy { top:30.6875rem;left:0rem;width:47.75rem;height:4.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U104hWAwaPhvqdur6ckpwxJlpPqkDL8D { top:14.8125rem;left:1.6875rem;width:12.5rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsyAACnBun7e07HZ7Z32nGVr1Vzo6fEv { top:14.8125rem;left:17.5rem;width:12.5rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpTVSZJADwTIwhcFGJ61ia4b0XqsxfNh { top:14.8125rem;left:32.5rem;width:14.375rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnfESuQrA5xhZsmV3NQ1SkaQglyzaS3q { top:19.0625rem;left:4.5rem;width:3.75rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxdVVbOcQZlq6r423ZhN0eHAkhCIzXeH { width:24.25rem;height:3.4375rem;top:24.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhWuXqfpmqKEkXOyapGV68J5UkiTHddP { display:block; }
 }@media only screen and (max-width: 763px) { #DoViuev8vDr3KoswHGkqHQ9V9witKw7T { top:16.25rem;left:0rem;width:16.3125rem;height:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTEnEQNBzt2devV0DpioeoSNwWVdCIb3 { top:16.25rem;left:15.4375rem;width:16.3125rem;height:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWyyi2rkahrwmpuuFOTLdze6i05CH6ya { top:16.25rem;left:31.3125rem;width:16.3125rem;height:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqxJs3XXuk8XN7dPvSME843KSLygWdIN { top:11.375rem;left:28.25rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXD8LTpl7MPN1tVRJ41L7273oAwTAERd { top:11.25rem;left:44rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANac0pSGKEngO4PhT5wQHxvhoT1NE2Zl { top:19.125rem;left:5.125rem;width:5.625rem;height:0.875rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GCH8h64O1oVpeRREglsTNHbNvGqaE02K { display:none; }
 }@media only screen and (max-width: 763px) { #udKulELzw65fMARL4unOv78Inpv61L3K { display:none; }
 }@media only screen and (max-width: 763px) { #GdDBo5CQiyJTkZgItRRbvSMLxExGPhrx { top:19.125rem;left:10.25rem;width:5.625rem;height:0.875rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #K1OVk1wpoDNalIHdkFxkh6EZAAoq5RFh { top:19.0625rem;left:1.9375rem;width:2.8125rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ta3405kH4cRluFrJMxMN1RnDHFTbdSKL { top:19.0625rem;left:8.375rem;width:5.625rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vO656J21sIFsTGokGG071RANLlG0IiOp { top:19.0625rem;left:20.375rem;width:3.75rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJvpgov2sWGsmey6HpZ9KklpJtTXIyHO { top:19.0625rem;left:17.8125rem;width:2.8125rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkFyMPO11TpQ00kXgzCovT8EX1UGpT5N { top:19.0625rem;left:24.25rem;width:5.625rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #umlyTPcVlVMrLp3btBAyyRygdWxtcAMT { top:19.0625rem;left:36.125rem;width:4.0625rem;height:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #POJiHHlC68zGp3dZD7kFoFbiUEDVbqaz { top:19.0625rem;left:33.6875rem;width:2.8125rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuUXX04T3qbRExSTIrR0ZQc7HWAEZB3h { top:19.0625rem;left:40.125rem;width:6.1875rem;height:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JluItpxClZTRNPd5XyDR1nuo6EbLslVR { display:block; }#JluItpxClZTRNPd5XyDR1nuo6EbLslVR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pmtZEXuPnta5g4liW12DNMsfeJqPxXe5 { display:block; }#pmtZEXuPnta5g4liW12DNMsfeJqPxXe5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sQQefwJ2JuZds8B9h9P5vU7il2NTtXCS { top:2.4375rem;left:0rem;width:47.75rem;height:4.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAM3mT8oifvT4XAS3TXJWoBL0Hr8lyU6 { top:7.875rem;left:0rem;width:20.9375rem;height:;font-size:1rem;display:block; }#uAM3mT8oifvT4XAS3TXJWoBL0Hr8lyU6 li:before{  }
 }@media only screen and (max-width: 763px) { #VeprPvEhcrgaGTb5pJzdwqV9DZDQNf8x { top:7.9375rem;left:25.125rem;width:20.9375rem;height:8.125rem;font-size:1rem;display:block; }#VeprPvEhcrgaGTb5pJzdwqV9DZDQNf8x li:before{  }
 }@media only screen and (max-width: 763px) { #yTUASmy302XTgGrOTmhurte1zphNC328 { top:19.6875rem;left:0rem;width:21.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNUckWfi8AyMzvwO5T0ZOb9lAk0tOZ3s { top:21.875rem;left:0rem;width:27.1875rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Th8aPdoTNqsqxRTs3BDbRiSgOqiLfOlB { top:18.75rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxmLcpR1d4DyLE0aaAvDF2TKN9cpiwlr { top:28rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ST6NFHzAhXBzuycQb7HCTe3ESdDFCUmy { width:33.375rem;height:3.4375rem;top:31.0625rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vp7CraxNu2XRes82sZrnSnVPdnysQipS { display:block; }
 }@media only screen and (max-width: 763px) { #xXaywQMvCcyFVsMsonZO60B94g8QwzCf { display:block; }#xXaywQMvCcyFVsMsonZO60B94g8QwzCf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wApzTQGnDKoXnD66eR4v84KRX22dnqs6 { display:block; }#wApzTQGnDKoXnD66eR4v84KRX22dnqs6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ugke3ZIcIFtntrtqoGE2NCy9wiB0Dgyw { top:7.625rem;left:35.186420440674rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #COEIpSKwhQpm1T9tJSGmFUa9tggshIgX { top:5rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTz82xvtx3wKA4dDRJ5KcZKd6k421r4s { top:8.75rem;left:0rem;width:38.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #npDQE7ZMJbMnFyEzPC2tkwOqULh4Ure3 { top:11.25rem;left:0rem;width:38.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKDGCUAPDy1d8pmvJSyJL1DmqRgvrKru { top:13.75rem;left:0rem;width:38.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFNLomoAbWJ8l6vz7lxLJ2Si6TJkrHFh { top:16.25rem;left:0rem;width:38.75rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gs8PDkCto0vJI2O7Nk1dcc2zFfzJHH2T { top:20.9375rem;left:0rem;width:38.8125rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngFHEJ3RZkmxacwgcUFnwH3SDb3xGnQC { top:10.125rem;left:0rem;width:38.4375rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQ4CBQH9BSNCbkFZuF9aJNeJlkkDJT1a { top:12.625rem;left:0rem;width:38.4375rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vi09mkvXeLmRi8QVhisLa2L8NgLiWKZ4 { top:15.125rem;left:0rem;width:38.4375rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7ggOl2AlBDlkLHTmtxGMslpEnc2Dypm { top:18.875rem;left:0rem;width:38.4375rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #etDkquIJGl0SJF2LDhd28FtOT8Zb46Eu { top:1.5625rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAP2aFmOUJe4lyvFoa2tFhrKogeyl0Hb { width:24.25rem;height:3.4375rem;top:25.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnGoVy0fLsOT8uKlJuUQ86LmQJQEtH6C { display:block; }
 }@media only screen and (max-width: 763px) { #gSPD5FrInlNps3Ubeai4I4gMZ4GkANg8 { display:block; }#gSPD5FrInlNps3Ubeai4I4gMZ4GkANg8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #egNRfKZiiB14hzAoAnax4k5havpoiFIL { display:block; }#egNRfKZiiB14hzAoAnax4k5havpoiFIL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o67b8p062i2OFZTfJuTIMq3DLTZzO85M { top:2.375rem;left:17.75rem;width:30rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfTy61nX0AK00MSkEFMgqQCAvHJHxGHk { top:9.375rem;left:0rem;width:30.125rem;height:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaL327lkyH1rKSSN851c77WJ7HRfOgce { top:15.625rem;left:0rem;width:30.125rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #newdJDfuAA9CxCGCpifT7OX2TmE9PVmg { top:20.625rem;left:0rem;width:30rem;height:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkGBETxyOcu2dXdWSnm3Q3JbtCDo3sL3 { top:27.1875rem;left:0rem;width:30rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEbOSs4qbTlPafx2FJmAT1kkwczappRE { top:11.3125rem;left:1.9375rem;width:20rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSVIBdPBsztBlQmOilc3RTmG5tpy3TiF { display:block; }#MSVIBdPBsztBlQmOilc3RTmG5tpy3TiF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #whcQcnSriTDGO6PJA2yhLniW6vZU3RwV { width:47.75rem;height:2.375rem;top:3.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qn73d4c7VTGaiO2W4hvAaccqrgUSrLww { width:24.3125rem;height:3.4375rem;top:10.0625rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bga7X56hlRUxGnSRndEDXZ7WWfxS1r67 { display:block; }
 }@media only screen and (max-width: 763px) { #UUuBdkQtuTf2Gb9UTXhrQNlnmzbVnG1M { width:24.3125rem;height:3.625rem;top:15rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #umyWmOUepVgosQAZpHtS0LEE63vRleJH { display:block; }
 }@media only screen and (max-width: 763px) { #v1keoO8zuyAgIf3h10m3V0QkJJVRL5Um { top:6.875rem;left:9.1875038146975rem;width:29rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k85H6N8sqQBbsa0nHBzDHm8ANxgtTneh { display:block; }#k85H6N8sqQBbsa0nHBzDHm8ANxgtTneh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xBMFIQ53hLBKovIRnWeJ7iFdwvx2tdUt { top:4.0625rem;left:0rem;width:7.875rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTIQ7ZqEmBalWGho6dkIQxgCWSdfPkKB { top:4.875rem;left:6.9375rem;width:12.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziiKaFLPFkI4CotI1rJvXE9PfKbuSIxN { top:4.875rem;left:24.4375rem;width:3.25rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OT2EGAv4JftfiITgTQk0p2FH0zTkigEN { top:4.875rem;left:39.4375rem;width:8.3125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRIrW7acLT3LP3az9N6kEpLB8934oTXX { top:9.8125rem;left:2.21875rem;width:12.5rem;height:1.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #edRTghFqJoi7QIPCrR32zR12DInhVKJc { top:7.25rem;left:0.09375rem;width:7.5625rem;height:1.6875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #z68T1TqBOONT899IhcLo5ICfWDpTKJfX { top:3.375rem;left:6.3125rem;width:7.5625rem;height:1.6875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TVkVt2lIXv2ABpufRL4yQO46FAxcQ1c6 { width:47.75rem;height:20.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OXuCvZsuB8e3OuVGOV5rharWGvT5hsdQ { display:block; }#OXuCvZsuB8e3OuVGOV5rharWGvT5hsdQ > .row .container { width:20rem;height:3.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G6DD1qni8b6cANRph19Vqq94QnXhXy3G { width:9.375rem;height:3.8125rem;top:0rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #luAEKt35elt7GQqS0U1T4OcOqCTnwGf6 { display:none; }#luAEKt35elt7GQqS0U1T4OcOqCTnwGf6 > .row .container { width:20rem;height:102.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yr9XLnVSLueaDuVl4EA4qoMdqpUKyymf { display:block; }#yr9XLnVSLueaDuVl4EA4qoMdqpUKyymf > .row .container { width:20rem;height:45.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sV0KfiVNzQMynnNN6DhyPikpXg6381V7 { width:17.75rem;height:5.0625rem;top:21.28125rem;left:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LlBQuJHS8GZOdWO2JqPHh33QJbkTCJZ8 { display:block; }
 }@media only screen and (max-width: 763px) { #F3bCtLJl2TwJLlPmqXK5eFQfMuCXsnrE { width:20rem;height:0;top:0rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #IImbBTgtnrLgN2DiPg1nBNaTVrGprg6F { width:2.43706875rem;height:2.43706875rem;top:24.4375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGN9RrGnbw8GVV5lhXzaDWZZq4we40pC { width:2.43706875rem;height:2.43706875rem;top:18.1875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mM4KQL2z72pgyTmyqNBCbo82cHF6Mi8O { width:2.43706875rem;height:2.43706875rem;top:27.5625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfSarsrDDxfLrPdEHo6R6OMBLLbW4i4v { width:3.625rem;height:2.8125rem;top:41.1875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7370uVmCGlRChK2hNuBEfpLNh3FW8BF { width:5.3125rem;height:2.8125rem;top:41.1875rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T23aP0G3rfKc3K9RsSLTbbom2cAKxvZQ { width:4.5rem;height:2.8125rem;top:41.1875rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #idqeUw7sbL2DTS60AoLVElDcOEHpThMq { width:17.7485rem;height:3.4375rem;top:36rem;left:1.125rem;z-index:100007;font-weight:400;font-style:normal;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O10A8gz8yc1LObyGvDUV9xOeSPI5SSFn { display:block; }
 }@media only screen and (max-width: 763px) { #cR27WCsR3aZZb2ccZZIQkyePcPKbiIho { width:20rem;height:7.3125rem;top:0rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;z-index:100008;color:#212121;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #JW7W738PvXST4oz0hlLqvqxvMlOE5nvQ { width:10.186625rem;height:10.186625rem;top:7.2916669845581rem;left:4.9055991768837rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0HTFqyBL3kpgLawJGLatVnzaM0RHlF9 { width:17.375rem;height:2.5rem;top:18.1875rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzlsVGe9so6HZAki9myCSrFM5TMGhZBk { width:17.375rem;height:2.5rem;top:21.3125rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OT2tP44dNXMiSDTae7bexvbh8swZh35o { width:17.5rem;height:3.75rem;top:30.6875rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSgHki6Z2v1m0grUA3Z4pK2sRoP2sK65 { width:2.375rem;height:2.375rem;top:21.3125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #smXvgksw3tTlW3FSeSq5ATeLmalSyFsl { width:17.4370625rem;height:2.5rem;top:24.4375rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6TI82HMxXtC0A2i4nzhXouqpv8uFOQN { width:2.375rem;height:2.375rem;top:30.6875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJeHs60KRBtLnDKo6BFvwLDRnoFu4MZ5 { width:17.374125rem;height:2.5rem;top:27.5625rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFnrGeTH2D8mdeUZ0aWqQmRqqb6sLfwK { display:none; }#BFnrGeTH2D8mdeUZ0aWqQmRqqb6sLfwK > .row .container { width:20rem;height:102.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DW2CFhMHHNMw418RIiWPwTO4vcppR9CA { background-color:transparent;background-image:none;display:block; }#DW2CFhMHHNMw418RIiWPwTO4vcppR9CA > .row .container { background-color: transparent; background-image: none; }#DW2CFhMHHNMw418RIiWPwTO4vcppR9CA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DW2CFhMHHNMw418RIiWPwTO4vcppR9CA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DW2CFhMHHNMw418RIiWPwTO4vcppR9CA > .row .container > .video-iframe-container { display: none; }#DW2CFhMHHNMw418RIiWPwTO4vcppR9CA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DW2CFhMHHNMw418RIiWPwTO4vcppR9CA > .row > .video-iframe-container { display: none; }#DW2CFhMHHNMw418RIiWPwTO4vcppR9CA > .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); }#DW2CFhMHHNMw418RIiWPwTO4vcppR9CA > .row .container { width:20rem;height:8.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XCh8Umsy2kuX9MoPp9VMXWoHwrWLdax1 { width:12.5rem;height:0;top:4rem;left:3.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #LmFuUl7oqQwz3ba8p1v60l1mrlN2es2k { width:6.75rem;height:6.75rem;top:1.625rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXU0NuaRvH8Ellr98aKZnOltL2JwGubo { width:6.0625rem;height:6.0625rem;top:1.9375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTtwmAsANOTCALCSpBpUfThvUpS6N6vA { width:6.8125rem;height:6.8125rem;top:1.5625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAglF3lpPPiXBCcoARcLV2hza2DJgkWn { width:14.0625rem;height:1.25rem;top:1.625rem;left:0.125rem;font-size:1rem;z-index:100008;display:block; }
 }@media only screen and (max-width: 763px) { #aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O { display:none; }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .row .container { width:20rem;height:102.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FzCqMVsAOZbRtQ3bIZwlo4vgv9CshkR6 { width:20rem;height:auto;top:0.625rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #V4xt3Pim7uP4NLHdcp1ErZHHoZQyBAWN { width:8.125rem;height:8.125rem;top:15.7375rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NaMZxK4kfw2TqFEUiHB6iBAqA3kHT236 { width:7.9375rem;height:7.9375rem;top:6.55rem;left:6rem;display:none; }
 }@media only screen and (max-width: 763px) { #wiuST7Cmxm2kQNvnwM42NdnSV3UXTaPN { width:7.9375rem;height:7.9375rem;top:34.3rem;left:6rem;display:none; }
 }@media only screen and (max-width: 763px) { #Er0lCFnm3ePEdBIXZlt4xC0qoUJBI2En { width:7.9375rem;height:7.9375rem;top:25.1125rem;left:6rem;display:none; }
 }@media only screen and (max-width: 763px) { #d0scQy3NFJwrqTNkQna9RHoqffSgR7i4 { width:7.9375rem;height:7.9375rem;top:52.675rem;left:6rem;display:none; }
 }@media only screen and (max-width: 763px) { #PsTPJt9TmIHTa6HSlmuwFG985qPMn4mQ { width:14.0625rem;height:1.3rem;top:4rem;left:2.9375rem;font-size:1rem;z-index:100008;display:block; }
 }@media only screen and (max-width: 763px) { #iCgHSyrXXhP4ePX4P3AKaZlXcsbsEv5K { width:7.1875rem;height:7.1875rem;top:6.5498046875rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rl3UMQgHrPkrlIoe0qbpXXEC6fGGAalg { display:block; }#rl3UMQgHrPkrlIoe0qbpXXEC6fGGAalg > .row .container { width:20rem;height:19.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AUUbl0QJELIvbR80isJQ0Hvw8DC5bJWN { width:5.75rem;height:5.75rem;top:5.3125rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXd4WzgA8nUAUsJ8PK1JITf48DWBi3Cw { width:20rem;height:7.5rem;top:11.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6y0nxoT4nlJw0ORw8HruvlVwa6u9SSl { width:20rem;height:2.4375rem;top:1.361328125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVVBbaqO9r5n3Zuu0wZoF0FeHweWLJDK { width:5.4375rem;height:5.4375rem;top:5.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvDJBv7J4KlZcP2Zt72GXAkSDoTa699p { width:11.75rem;height:5.8125rem;top:5.25rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wciTxiimh2xVllLvAPuMa5fXX5HbmAZg { display:block; }#wciTxiimh2xVllLvAPuMa5fXX5HbmAZg > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KT4B0Cw9MT1QMcTuFTFaORnPudr60w9f { display:block; }#KT4B0Cw9MT1QMcTuFTFaORnPudr60w9f > .row .container { width:20rem;height:33.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kgmfdn40ar5pCdWtPbltgAaBec4nS9qB { width:20rem;height:4.5rem;top:0rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XN0KNAqOtEf9fydNp2KHfTLTkHqAAZHG { width:20rem;height:25rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KzMdbzuqvNsFruRf2gJe8DmBm1ToEk7b { width:1.875rem;height:2.5625rem;top:6.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkr1oUkQHq9ukRLBa5m7ETsLUEQJ4iUq { width:1.875rem;height:2.5625rem;top:14.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNm0Srxdg7bLMTLJKWsqdcTp6PcNT574 { width:1.875rem;height:2.5625rem;top:10.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDg1ncXNKCrIO78IuSoaZwhlMRDttKT2 { width:16.875rem;height:3.75rem;top:6.5625rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJv024XCRfA5ToUCtwH7oBTdMsbL6U3X { width:16.749125rem;height:3.75rem;top:10.375rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8kHTJnFChuiLTskLz6XRJDThD6HeAr5 { width:16.749125rem;height:2.5rem;top:14.6875rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUutEt9HnVxbkNfZLLeBR1SoLRlQUTHs { width:20rem;height:8.3125rem;top:19.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydQfHbDXL4OmV3VsCO2nThlmuFAyrcr9 { width:20rem;height:3.4375rem;top:29.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ve2HXSKzE76URxTDxDuChFvFVkb7xen8 { display:block; }
 }@media only screen and (max-width: 763px) { #kw3q9VUkC2hXxqVb9247Tx4qqAcC7bsz { display:block; }#kw3q9VUkC2hXxqVb9247Tx4qqAcC7bsz > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZTEU0WleymEAbsW5R52gQ09PUiStKlrF { display:block; }#ZTEU0WleymEAbsW5R52gQ09PUiStKlrF > .row .container { width:20rem;height:39.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q2vtCZeZyvzLckzersHnzTTUechOEchX { width:20rem;height:4.5rem;top:8.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAJGDSCVvTSEi078HPb6ZPvNNkSrycW7 { width:20rem;height:6.75rem;top:0rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysDnPHI4DGT5LgnaINoCWQPsVtf0o8Xy { width:20rem;height:9.75rem;top:30.125rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U104hWAwaPhvqdur6ckpwxJlpPqkDL8D { width:5.6875rem;height:1.875rem;top:15.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsyAACnBun7e07HZ7Z32nGVr1Vzo6fEv { width:5.625rem;height:1.875rem;top:15.6875rem;left:7.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpTVSZJADwTIwhcFGJ61ia4b0XqsxfNh { width:6.125rem;height:1.875rem;top:15.6875rem;left:13.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnfESuQrA5xhZsmV3NQ1SkaQglyzaS3q { width:4.5rem;height:1.1875rem;top:20.1875rem;left:1.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxdVVbOcQZlq6r423ZhN0eHAkhCIzXeH { width:16.0625rem;height:3.4375rem;top:24.625rem;left:1.96875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhWuXqfpmqKEkXOyapGV68J5UkiTHddP { display:block; }
 }@media only screen and (max-width: 763px) { #DoViuev8vDr3KoswHGkqHQ9V9witKw7T { width:6.0625rem;height:0.875rem;top:17.5625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTEnEQNBzt2devV0DpioeoSNwWVdCIb3 { width:6.875rem;height:0.875rem;top:17.5625rem;left:6.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWyyi2rkahrwmpuuFOTLdze6i05CH6ya { width:6rem;height:0.875rem;top:17.5625rem;left:14rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqxJs3XXuk8XN7dPvSME843KSLygWdIN { width:3.5rem;height:3.5rem;top:16.4375rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rXD8LTpl7MPN1tVRJ41L7273oAwTAERd { width:3.625rem;height:3.625rem;top:16.375rem;left:16.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ANac0pSGKEngO4PhT5wQHxvhoT1NE2Zl { top:14.3125rem;left:7.1875rem;width:5.625rem;height:0.875rem;z-index:100018;font-size:0.6875rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #GCH8h64O1oVpeRREglsTNHbNvGqaE02K { top:14.125rem;left:7.1875rem;width:5.625rem;height:1.25rem;z-index:100017;background-color:#2acdad;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #udKulELzw65fMARL4unOv78Inpv61L3K { top:14.125rem;left:14.125rem;width:5.625rem;height:1.25rem;z-index:100018;background-color:#2acdad;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #GdDBo5CQiyJTkZgItRRbvSMLxExGPhrx { top:14.3125rem;left:14.125rem;width:5.625rem;height:0.875rem;z-index:100019;font-size:0.6875rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #K1OVk1wpoDNalIHdkFxkh6EZAAoq5RFh { width:2.8125rem;height:1.1875rem;top:20.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ta3405kH4cRluFrJMxMN1RnDHFTbdSKL { width:5.625rem;height:0.9375rem;top:21.375rem;left:0.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vO656J21sIFsTGokGG071RANLlG0IiOp { width:3.75rem;height:1.1875rem;top:20.1875rem;left:9.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJvpgov2sWGsmey6HpZ9KklpJtTXIyHO { width:2.8125rem;height:1.1875rem;top:20.1875rem;left:6.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkFyMPO11TpQ00kXgzCovT8EX1UGpT5N { width:5.625rem;height:0.9375rem;top:21.375rem;left:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #umlyTPcVlVMrLp3btBAyyRygdWxtcAMT { width:4.0625rem;height:1.1875rem;top:20.1875rem;left:15.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #POJiHHlC68zGp3dZD7kFoFbiUEDVbqaz { width:2.8125rem;height:1.1875rem;top:20.1875rem;left:13.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuUXX04T3qbRExSTIrR0ZQc7HWAEZB3h { width:6.1875rem;height:0.9375rem;top:21.375rem;left:13.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JluItpxClZTRNPd5XyDR1nuo6EbLslVR { display:block; }#JluItpxClZTRNPd5XyDR1nuo6EbLslVR > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pmtZEXuPnta5g4liW12DNMsfeJqPxXe5 { display:block; }#pmtZEXuPnta5g4liW12DNMsfeJqPxXe5 > .row .container { width:20rem;height:53rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sQQefwJ2JuZds8B9h9P5vU7il2NTtXCS { width:20rem;height:7.3125rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAM3mT8oifvT4XAS3TXJWoBL0Hr8lyU6 { width:20rem;height:8.75rem;top:10.622829914093rem;left:0rem;font-size:1rem;display:block; }#uAM3mT8oifvT4XAS3TXJWoBL0Hr8lyU6 li:before{  }
 }@media only screen and (max-width: 763px) { #VeprPvEhcrgaGTb5pJzdwqV9DZDQNf8x { width:20rem;height:8.125rem;top:20rem;left:0rem;font-size:1rem;display:block; }#VeprPvEhcrgaGTb5pJzdwqV9DZDQNf8x li:before{  }
 }@media only screen and (max-width: 763px) { #yTUASmy302XTgGrOTmhurte1zphNC328 { width:15.8735rem;height:2.5rem;top:29.881727695465rem;left:3.6241322159767rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNUckWfi8AyMzvwO5T0ZOb9lAk0tOZ3s { width:17.3125rem;height:3.75rem;top:33.935546875rem;left:1.34375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Th8aPdoTNqsqxRTs3BDbRiSgOqiLfOlB { width:3.125rem;height:3.125rem;top:29.569227695465rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxmLcpR1d4DyLE0aaAvDF2TKN9cpiwlr { width:20rem;height:3.75rem;top:40.935546875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ST6NFHzAhXBzuycQb7HCTe3ESdDFCUmy { width:19rem;height:3.4375rem;top:46.748046875rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vp7CraxNu2XRes82sZrnSnVPdnysQipS { display:block; }
 }@media only screen and (max-width: 763px) { #xXaywQMvCcyFVsMsonZO60B94g8QwzCf { display:block; }#xXaywQMvCcyFVsMsonZO60B94g8QwzCf > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wApzTQGnDKoXnD66eR4v84KRX22dnqs6 { display:block; }#wApzTQGnDKoXnD66eR4v84KRX22dnqs6 > .row .container { width:20rem;height:44.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ugke3ZIcIFtntrtqoGE2NCy9wiB0Dgyw { width:10.3125rem;height:10.3125rem;top:6.9542102813719rem;left:4.8111982941628rem;display:block; }
 }@media only screen and (max-width: 763px) { #COEIpSKwhQpm1T9tJSGmFUa9tggshIgX { width:20rem;height:2.5rem;top:22.625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #FTz82xvtx3wKA4dDRJ5KcZKd6k421r4s { width:20rem;height:2.5rem;top:18.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #npDQE7ZMJbMnFyEzPC2tkwOqULh4Ure3 { width:20rem;height:2.5rem;top:22.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKDGCUAPDy1d8pmvJSyJL1DmqRgvrKru { width:20rem;height:2.5rem;top:26.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFNLomoAbWJ8l6vz7lxLJ2Si6TJkrHFh { width:20rem;height:5rem;top:30rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gs8PDkCto0vJI2O7Nk1dcc2zFfzJHH2T { width:20rem;height:3.75rem;top:36.248917046934rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngFHEJ3RZkmxacwgcUFnwH3SDb3xGnQC { width:20rem;height:0.3125rem;top:21.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQ4CBQH9BSNCbkFZuF9aJNeJlkkDJT1a { width:20rem;height:0.3125rem;top:25.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vi09mkvXeLmRi8QVhisLa2L8NgLiWKZ4 { width:20rem;height:0.3125rem;top:28.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7ggOl2AlBDlkLHTmtxGMslpEnc2Dypm { width:20rem;height:0.3125rem;top:35.186431884766rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #etDkquIJGl0SJF2LDhd28FtOT8Zb46Eu { width:20rem;height:4.875rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAP2aFmOUJe4lyvFoa2tFhrKogeyl0Hb { width:19rem;height:3.4375rem;top:41.248046875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnGoVy0fLsOT8uKlJuUQ86LmQJQEtH6C { display:block; }
 }@media only screen and (max-width: 763px) { #gSPD5FrInlNps3Ubeai4I4gMZ4GkANg8 { display:block; }#gSPD5FrInlNps3Ubeai4I4gMZ4GkANg8 > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #egNRfKZiiB14hzAoAnax4k5havpoiFIL { display:block; }#egNRfKZiiB14hzAoAnax4k5havpoiFIL > .row .container { width:20rem;height:46.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o67b8p062i2OFZTfJuTIMq3DLTZzO85M { width:20rem;height:4.875rem;top:2.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfTy61nX0AK00MSkEFMgqQCAvHJHxGHk { width:20rem;height:7.5rem;top:9.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaL327lkyH1rKSSN851c77WJ7HRfOgce { width:20rem;height:6.25rem;top:18.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #newdJDfuAA9CxCGCpifT7OX2TmE9PVmg { width:20rem;height:7.5rem;top:26.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkGBETxyOcu2dXdWSnm3Q3JbtCDo3sL3 { width:20rem;height:10rem;top:35.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEbOSs4qbTlPafx2FJmAT1kkwczappRE { width:8.9375rem;height:8.9375rem;top:8.3125rem;left:5.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MSVIBdPBsztBlQmOilc3RTmG5tpy3TiF { display:block; }#MSVIBdPBsztBlQmOilc3RTmG5tpy3TiF > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #whcQcnSriTDGO6PJA2yhLniW6vZU3RwV { width:19.25rem;height:7.3125rem;top:2rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1.875rem;color:#212121;display:block; }
 }@media only screen and (max-width: 763px) { #Qn73d4c7VTGaiO2W4hvAaccqrgUSrLww { width:19rem;height:3.4375rem;top:10.0625rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bga7X56hlRUxGnSRndEDXZ7WWfxS1r67 { display:block; }
 }@media only screen and (max-width: 763px) { #UUuBdkQtuTf2Gb9UTXhrQNlnmzbVnG1M { width:17.75rem;height:3.4375rem;top:15.09375rem;left:1.125rem;z-index:100008;font-weight:400;font-style:normal;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #umyWmOUepVgosQAZpHtS0LEE63vRleJH { display:block; }
 }@media only screen and (max-width: 763px) { #v1keoO8zuyAgIf3h10m3V0QkJJVRL5Um { width:17.5rem;height:2.5rem;top:10.34375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k85H6N8sqQBbsa0nHBzDHm8ANxgtTneh { display:block; }#k85H6N8sqQBbsa0nHBzDHm8ANxgtTneh > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xBMFIQ53hLBKovIRnWeJ7iFdwvx2tdUt { width:7.875rem;height:3.375rem;top:4.25rem;left:12.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VTIQ7ZqEmBalWGho6dkIQxgCWSdfPkKB { width:12.5rem;height:1.7875rem;top:2.5250015258789rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ziiKaFLPFkI4CotI1rJvXE9PfKbuSIxN { width:3.25rem;height:1.7875rem;top:5.0437507629394rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OT2EGAv4JftfiITgTQk0p2FH0zTkigEN { width:8.3125rem;height:1.7875rem;top:2.5250015258789rem;left:11.6875rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TRIrW7acLT3LP3az9N6kEpLB8934oTXX { top:3.375rem;left:0.125rem;width:7.5625rem;height:1.4375rem;z-index:100010;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #edRTghFqJoi7QIPCrR32zR12DInhVKJc { top:3.375rem;left:8.5rem;width:3rem;height:1.4375rem;z-index:100011;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z68T1TqBOONT899IhcLo5ICfWDpTKJfX { top:3.375rem;left:12.9375rem;width:7.0625rem;height:1.4375rem;z-index:100011;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVkVt2lIXv2ABpufRL4yQO46FAxcQ1c6 { top:7.3125rem;left:6.125rem;width:7.75rem;height:3.25rem;z-index:100012;overflow:hidden;display:block; }
 }