.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#uR2FpqWgJucxff37gFWoQ7M4ZKxNfk5h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#uR2FpqWgJucxff37gFWoQ7M4ZKxNfk5h > .row .container { background-color: transparent; background-image: none; }#uR2FpqWgJucxff37gFWoQ7M4ZKxNfk5h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uR2FpqWgJucxff37gFWoQ7M4ZKxNfk5h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uR2FpqWgJucxff37gFWoQ7M4ZKxNfk5h > .row .container > .video-iframe-container { display: none; }#uR2FpqWgJucxff37gFWoQ7M4ZKxNfk5h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uR2FpqWgJucxff37gFWoQ7M4ZKxNfk5h > .row > .video-iframe-container { display: none; }#uR2FpqWgJucxff37gFWoQ7M4ZKxNfk5h > .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); }#uR2FpqWgJucxff37gFWoQ7M4ZKxNfk5h > .row .container { border-width: 0; border-radius: 0; }#uR2FpqWgJucxff37gFWoQ7M4ZKxNfk5h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uR2FpqWgJucxff37gFWoQ7M4ZKxNfk5h > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:75rem;position:relative;display:block; }#dLMNT6zTSlLw7O16TO0Nbf4o5AtvPP3P { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:6rem;top:0.65625rem;left:0rem;overflow:hidden;display:block; }
#X0zJ7tJ8cqB9vzKTonIgndhS4Lsdt8DT { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:17.4375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#m62pJ3UAqenuhPSD92ciwEJiuHzaPkoz { color:#252525;display:block;width:15.06125rem;position:absolute;font-family:ubuntu;font-size:2rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.23046875rem;left:57.620733261108rem;height:2.59943125rem;font-style:normal;display:block; }
#v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.5);background-image:url("https://images.assets-landingi.com/uc/4e503c9a-c938-412b-8fa2-4096cf79e4f9/HeroShot.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh.adaptive-delivery-prevent-bg, #v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh.lazyload, #v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh.lazyloading { background-image: none; }#v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh > .row .container { background-color: transparent; background-image: none; }#v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh > .row .container > .video-iframe-container { display: none; }#v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh > .row > .video-iframe-container { display: none; }#v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh > .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); }#v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh > .row .container { border-width: 0; border-radius: 0; }#v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh > .row .container { font-size:0.875rem;font-family:arial;height:32.875rem;width:75rem;position:relative;display:block; }#NtZ9pksDyzfLWlKBO0IcwhA3Q3o4RDKn { color:#ffffff;display:block;width:73rem;position:absolute;font-family:ubuntu;font-size:3.125rem;font-weight:normal;z-index:15010;line-height:1.1;letter-spacing:0;top:4.99786901474rem;left:0.99964523315431rem;height:3.4375rem;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; }
#pgyfFA6xaBeBQc0IbJH42rn5KMZ87thW { box-sizing:content-box;height:3.25rem;width:75rem;position:absolute;display:block;z-index:15009;background-color:#212121;background-image:none;top:5.0596590042114rem;left:-0.035511016845703rem;display:block; }
#gDfO5gzm7NC19ZeeMSHLc3ynV4UV4Lee { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#gDfO5gzm7NC19ZeeMSHLc3ynV4UV4Lee > .row .container { background-color: transparent; background-image: none; }#gDfO5gzm7NC19ZeeMSHLc3ynV4UV4Lee::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gDfO5gzm7NC19ZeeMSHLc3ynV4UV4Lee > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gDfO5gzm7NC19ZeeMSHLc3ynV4UV4Lee > .row .container > .video-iframe-container { display: none; }#gDfO5gzm7NC19ZeeMSHLc3ynV4UV4Lee > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gDfO5gzm7NC19ZeeMSHLc3ynV4UV4Lee > .row > .video-iframe-container { display: none; }#gDfO5gzm7NC19ZeeMSHLc3ynV4UV4Lee > .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); }#gDfO5gzm7NC19ZeeMSHLc3ynV4UV4Lee > .row .container { border-width: 0; border-radius: 0; }#gDfO5gzm7NC19ZeeMSHLc3ynV4UV4Lee > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#gDfO5gzm7NC19ZeeMSHLc3ynV4UV4Lee > .row .container { font-size:0.875rem;font-family:arial;height:50.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#yqMEc7dKqMwcTz8FFz1BF7GBOtTD8Rbw { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:23.125rem;width:34.6875rem;top:13.1875rem;left:40.25rem;overflow:hidden;display:block; }
#BgtAw4H7n3HVCakrVuMnCt5OvUTfAl0x { color:#000000;display:block;width:36.4375rem;position:absolute;font-family:ubuntu;font-size:2.125rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:13.1875rem;left:0rem;height:11.899875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BJL3HWstOwNh2VaBqtER7u90lxJ9sLt0 { background-color:#b2d278;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22rem;height:5rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:31.374298095703rem;left:0.0625rem;display:block; }
#JwyBspSqZX0bvltFr9C0FNCrBT4wH3So { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IzVAQwIDM0kcqCXJTybmgTAG8FhX8TiZ { color:#000000;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:4rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:0rem;left:0rem;height:8.7996875rem;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;font-style:normal;display:block; }
#ghg2Oeuq1UbpuAztoK0Bf9R3yT8sdxTR { color:#000000;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:4rem;font-weight:normal;z-index:15010;line-height:1.1;letter-spacing:0;top:46.2265625rem;left:0rem;height:4.39985625rem;text-align:right;text-align-last:right;display:block; }
#JOaowDpnN9S3GRCMR54DOrWxXaww1pl5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JOaowDpnN9S3GRCMR54DOrWxXaww1pl5 > .row .container { background-color: transparent; background-image: none; }#JOaowDpnN9S3GRCMR54DOrWxXaww1pl5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JOaowDpnN9S3GRCMR54DOrWxXaww1pl5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JOaowDpnN9S3GRCMR54DOrWxXaww1pl5 > .row .container > .video-iframe-container { display: none; }#JOaowDpnN9S3GRCMR54DOrWxXaww1pl5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JOaowDpnN9S3GRCMR54DOrWxXaww1pl5 > .row > .video-iframe-container { display: none; }#JOaowDpnN9S3GRCMR54DOrWxXaww1pl5 > .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); }#JOaowDpnN9S3GRCMR54DOrWxXaww1pl5 > .row .container { border-width: 0; border-radius: 0; }#JOaowDpnN9S3GRCMR54DOrWxXaww1pl5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JOaowDpnN9S3GRCMR54DOrWxXaww1pl5 > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;position:relative;display:block; }#T3K4HZsFDkIhiZhHozM3JikFI1hmD2o2 { box-sizing:content-box;height:0.625rem;width:17.1875rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;top:17.1875rem;left:57.8125rem;display:block; }
#nQQfXDp74ozu1T2zsMN7JTbptVMbS2RU { color:#ffffff;display:block;width:17.1875rem;position:absolute;font-family:ubuntu;font-size:2.125rem;font-weight:normal;z-index:15011;line-height:1;letter-spacing:0;top:19.375rem;left:57.8125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#prh9Q5sMW0SBpnvUF2MTy0fQVgkVEsmk { color:#ffffff;display:block;width:17.1875rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:22.875rem;left:57.8125rem;height:9.6235625rem;font-style:normal;display:block; }
#IIDB3HO0DfukNKftOUwim4D3KzuppE0S { box-sizing:content-box;height:0.625rem;width:17.1875rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:17.1875rem;left:38.625rem;display:block; }
#ArFiTth0QnKu3Mv321AshQ6tVXRlqKlh { color:#ffffff;display:block;width:17.1875rem;position:absolute;font-family:ubuntu;font-size:2.125rem;font-weight:normal;z-index:15008;line-height:1;letter-spacing:0;top:19.375rem;left:38.625rem;height:2.12535625rem;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; }
#D0BpBdSCIZN28GXJRHt45S28aDNNQV32 { color:#ffffff;display:block;width:17.1875rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:22.875rem;left:38.625rem;height:7.698875rem;font-style:normal;display:block; }
#A8T8GUGmOWyasBnaXXUHOhMAguhbU75c { box-sizing:content-box;height:0.625rem;width:17.1875rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:17.1875rem;left:19.375rem;display:block; }
#zL0fzXDPBFkvwX3a1IySIT2e3tNzFUBL { color:#ffffff;display:block;width:17.1875rem;position:absolute;font-family:ubuntu;font-size:2.125rem;font-weight:normal;z-index:15005;line-height:1;letter-spacing:0;top:19.375rem;left:19.375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T1DI0k9rFhZlr5KbuQWTpVnfsztLBn3m { color:#ffffff;display:block;width:17.1875rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:22.875rem;left:19.375rem;height:7.698875rem;font-style:normal;display:block; }
#sJ1g2RGPNd1d66M3zuuEt53MuBL09tOL { box-sizing:content-box;height:0.625rem;width:17.1875rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:17.1875rem;left:0rem;display:block; }
#XsuTSaID1f4XZvl205l4XyIz0I7D6PLU { color:#ffffff;display:block;width:17.1875rem;position:absolute;font-family:ubuntu;font-size:2.125rem;font-weight:normal;z-index:15002;line-height:1;letter-spacing:0;top:19.375rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ASRpU58L2VWWciZCQ7fbiBGbsMisoFr0 { color:#ffffff;display:block;width:17.1875rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:22.875rem;left:0rem;height:5.77415rem;font-style:normal;display:block; }
#B013II8IKmqbVi3aPBAONFyCPHBJ6WKi { color:#ffffff;display:block;width:63.5625rem;position:absolute;font-family:ubuntu;font-size:4rem;font-weight:normal;z-index:15009;line-height:1.1;letter-spacing:0;top:0rem;left:11.4375rem;height:13.1995625rem;text-align:right;text-align-last:right;display:block; }
#GM1cgsq1uG8XH7G6AmF7puZVwVLUHdZz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GM1cgsq1uG8XH7G6AmF7puZVwVLUHdZz > .row .container { background-color: transparent; background-image: none; }#GM1cgsq1uG8XH7G6AmF7puZVwVLUHdZz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GM1cgsq1uG8XH7G6AmF7puZVwVLUHdZz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GM1cgsq1uG8XH7G6AmF7puZVwVLUHdZz > .row .container > .video-iframe-container { display: none; }#GM1cgsq1uG8XH7G6AmF7puZVwVLUHdZz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GM1cgsq1uG8XH7G6AmF7puZVwVLUHdZz > .row > .video-iframe-container { display: none; }#GM1cgsq1uG8XH7G6AmF7puZVwVLUHdZz > .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); }#GM1cgsq1uG8XH7G6AmF7puZVwVLUHdZz > .row .container { border-width: 0; border-radius: 0; }#GM1cgsq1uG8XH7G6AmF7puZVwVLUHdZz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GM1cgsq1uG8XH7G6AmF7puZVwVLUHdZz > .row .container { font-size:0.875rem;font-family:arial;height:47.375rem;width:75rem;position:relative;display:block; }#llK8XnTxknLfg7AZTLUMWZDV7fbhsT46 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.5rem;width:47.3125rem;top:12.4375rem;left:0rem;overflow:hidden;display:block; }
#eoD7Wu4kCSBu0GEzm42QvlC3fT6tThKK { color:#000000;display:block;width:38.0625rem;position:absolute;font-family:ubuntu;font-size:4rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:4.8994140625rem;left:10.125rem;height:4.80025rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#TQPlRTb0WibCdpgiJ6GKbLokgpEnDgEp { box-sizing:content-box;height:0.625rem;width:17.1875rem;position:absolute;display:block;z-index:15005;background-color:#000000;background-image:none;top:12.4375rem;left:51.5rem;display:block; }
#tzncLMhQuky0uGu5DhOM1GwgWOssWr97 { color:#000000;display:block;width:17.8125rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:15.3125rem;left:51.5rem;height:13.473rem;font-style:normal;display:block; }
#drlN73gIeS90K7SLHAmZh9gFH65WuEW3 { background-color:#b2d278;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.875rem;height:4.1875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:39.875rem;left:51.5rem;display:block; }
#b07AJw31R05TBs4Rovz0ZxAEqqDeBUSd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R0nLHAH1Z4fvIowTpAqswTdTvhHivAZV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#R0nLHAH1Z4fvIowTpAqswTdTvhHivAZV > .row .container { background-color: transparent; background-image: none; }#R0nLHAH1Z4fvIowTpAqswTdTvhHivAZV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R0nLHAH1Z4fvIowTpAqswTdTvhHivAZV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R0nLHAH1Z4fvIowTpAqswTdTvhHivAZV > .row .container > .video-iframe-container { display: none; }#R0nLHAH1Z4fvIowTpAqswTdTvhHivAZV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R0nLHAH1Z4fvIowTpAqswTdTvhHivAZV > .row > .video-iframe-container { display: none; }#R0nLHAH1Z4fvIowTpAqswTdTvhHivAZV > .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); }#R0nLHAH1Z4fvIowTpAqswTdTvhHivAZV > .row .container { border-width: 0; border-radius: 0; }#R0nLHAH1Z4fvIowTpAqswTdTvhHivAZV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R0nLHAH1Z4fvIowTpAqswTdTvhHivAZV > .row .container { font-size:0.875rem;font-family:arial;height:50.875rem;width:75rem;position:relative;display:block; }#okeeoCoewvLW9v57Bh8KtImtFHwlieI3 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.875rem;width:47.8125rem;top:12.4375rem;left:26.875rem;overflow:hidden;display:block; }
#cZm3SoPI63VUQyHqihhn2pdurqttBU5z { color:#000000;display:block;width:38.0625rem;position:absolute;font-family:ubuntu;font-size:4rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:5.8994140625rem;left:26.875rem;height:4.80025rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lNm01zo5SlRCx5RIBODoDaAEO4l0n0VB { box-sizing:content-box;height:0.625rem;width:17.1875rem;position:absolute;display:block;z-index:15005;background-color:#000000;background-image:none;top:12.4375rem;left:0rem;display:block; }
#w5T9W4ulQn2B42FZnftnLzGW0gsWd9gP { color:#000000;display:block;width:17.8125rem;position:absolute;font-family:ubuntu;font-size:1.3125rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:13.485620975494rem;left:0rem;height:25.7155375rem;font-style:normal;display:block; }
#vLq06ZLUTtT78OWBq6DaXVNWFVTRWraB { background-color:#b2d278;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.875rem;height:4.1875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:40.18733215332rem;left:0.0625rem;display:block; }
#UeipcNPAJRWShN4XvodA1ILP5O2ChVaT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RaITOr8kG9NxGhBTEUUvSTF6zTlVvIac { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RaITOr8kG9NxGhBTEUUvSTF6zTlVvIac > .row .container { background-color: transparent; background-image: none; }#RaITOr8kG9NxGhBTEUUvSTF6zTlVvIac::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RaITOr8kG9NxGhBTEUUvSTF6zTlVvIac > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RaITOr8kG9NxGhBTEUUvSTF6zTlVvIac > .row .container > .video-iframe-container { display: none; }#RaITOr8kG9NxGhBTEUUvSTF6zTlVvIac > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RaITOr8kG9NxGhBTEUUvSTF6zTlVvIac > .row > .video-iframe-container { display: none; }#RaITOr8kG9NxGhBTEUUvSTF6zTlVvIac > .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); }#RaITOr8kG9NxGhBTEUUvSTF6zTlVvIac > .row .container { border-width: 0; border-radius: 0; }#RaITOr8kG9NxGhBTEUUvSTF6zTlVvIac > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RaITOr8kG9NxGhBTEUUvSTF6zTlVvIac > .row .container { font-size:0.875rem;font-family:arial;height:53.375rem;width:75rem;position:relative;display:block; }#mS39xrn4MKOaLznqlF8ooVpht1hTDAn1 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.9375rem;width:47.9375rem;top:3.875rem;left:0rem;overflow:hidden;display:block; }
#NPD6xzQdG1gFzn8upAU9nD2ZiVecNWFs { color:#000000;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3.875rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:38.2314453125rem;left:0rem;height:9.3004375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#v57zEVePTJpnPw1p1sPvsGzUOU2piT3m { box-sizing:content-box;height:0.625rem;width:17.1875rem;position:absolute;display:block;z-index:15005;background-color:#000000;background-image:none;top:12.186611175537rem;left:51.185194015503rem;display:block; }
#rEaJp3yzdlTGczJZHpIc7ApiFaH3uUUn { color:#000000;display:block;width:18.6860625rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:15.119850158691rem;left:50.060194015503rem;height:20.8096875rem;font-style:normal;display:block; }#rEaJp3yzdlTGczJZHpIc7ApiFaH3uUUn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rEaJp3yzdlTGczJZHpIc7ApiFaH3uUUn li:before{  }
#doPpJM5ROwsOlSNg1ryDV1LpA6LrobHL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#doPpJM5ROwsOlSNg1ryDV1LpA6LrobHL > .row .container { background-color: transparent; background-image: none; }#doPpJM5ROwsOlSNg1ryDV1LpA6LrobHL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#doPpJM5ROwsOlSNg1ryDV1LpA6LrobHL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#doPpJM5ROwsOlSNg1ryDV1LpA6LrobHL > .row .container > .video-iframe-container { display: none; }#doPpJM5ROwsOlSNg1ryDV1LpA6LrobHL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#doPpJM5ROwsOlSNg1ryDV1LpA6LrobHL > .row > .video-iframe-container { display: none; }#doPpJM5ROwsOlSNg1ryDV1LpA6LrobHL > .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); }#doPpJM5ROwsOlSNg1ryDV1LpA6LrobHL > .row .container { border-width: 0; border-radius: 0; }#doPpJM5ROwsOlSNg1ryDV1LpA6LrobHL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#doPpJM5ROwsOlSNg1ryDV1LpA6LrobHL > .row .container { font-size:0.875rem;font-family:arial;height:29.0625rem;width:75rem;position:relative;display:block; }#O8ebWp9ZCXRy2kAgMgnq3zTRbOL50pK0 { color:#ffffff;display:block;width:35.5625rem;position:absolute;font-family:ubuntu;font-size:3.625rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:7.5623226165769rem;left:0rem;height:18.845875rem;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; }
#AeBxPGERbKodNFqozIJb0gROuKXigZEf { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.8125rem;width:14.4375rem;top:7.1875rem;left:39.062498092651rem;overflow:hidden;display:block; }
#RQt61sprNedyH7xFGvqwma21Zd3MZq5V { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15044;line-height:1.5;letter-spacing:0;top:7.0625rem;left:56.25rem;height:5.99786875rem;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;font-style:normal;display:block; }
#vm80c8TQk56BmLo5evDTpmnTsLhPxe5z { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15045;line-height:1.5;letter-spacing:0;top:14.9375rem;left:56.25rem;height:5.99786875rem;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;font-style:normal;display:block; }
#Mc1MAmMQ48xeTra8ozZNvMGRCypmrnxa { color:#ffffff;display:block;width:12.6873125rem;position:absolute;font-family:"source sans pro";font-size:1.75rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:0.74769163131713rem;left:0rem;height:4.199225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zAu5hAN2nC4KovvMf1bxMqVXvvZctW89 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zAu5hAN2nC4KovvMf1bxMqVXvvZctW89 > .row .container { background-color: transparent; background-image: none; }#zAu5hAN2nC4KovvMf1bxMqVXvvZctW89::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zAu5hAN2nC4KovvMf1bxMqVXvvZctW89 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zAu5hAN2nC4KovvMf1bxMqVXvvZctW89 > .row .container > .video-iframe-container { display: none; }#zAu5hAN2nC4KovvMf1bxMqVXvvZctW89 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zAu5hAN2nC4KovvMf1bxMqVXvvZctW89 > .row > .video-iframe-container { display: none; }#zAu5hAN2nC4KovvMf1bxMqVXvvZctW89 > .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); }#zAu5hAN2nC4KovvMf1bxMqVXvvZctW89 > .row .container { border-width: 0; border-radius: 0; }#zAu5hAN2nC4KovvMf1bxMqVXvvZctW89 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zAu5hAN2nC4KovvMf1bxMqVXvvZctW89 > .row .container { font-size:0.875rem;font-family:arial;height:43.3125rem;width:60rem;position:relative;display:block; }#NbfMAXt6yJdE131Ci2z5t41xTQCFfEk5 { color:#545454;display:block;width:46.25rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:4.0625rem;left:6.5rem;height:7.1484375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#faXSLeDGJHrlefFdhCgTAWOTDXcxJRhS { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2.8125rem;top:4.0625rem;left:3rem;overflow:hidden;display:block; }
#Hr7K2P1mQp4sVgQ3bX7IiU4nOzZcOrfe { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2.8125rem;top:9.125rem;left:54.375rem;overflow:hidden;display:block; }
#TT34yFrpFW328R3BxV2zHykgUVnraH95 { color:#222222;display:block;width:28.5625rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:12.5625rem;left:15.71875rem;height:2.75035rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zihTxA44cKdDzJcUhnf29dtFqWXJTKtG { position:absolute;display:block;z-index:15008;background-color:rgba(255,255,255,0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.5625rem;width:60rem;top:18.875rem;left:0rem;display:block; }
#f8MDIAgbrR6GkIDn3FET4Eox4RJ6EcUp { color:#545454;display:block;width:25.6875rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:21.1875rem;left:2.625rem;height:10.722625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gnnw3eXiqJ8hJdXhNK9M1LdyFdxlPi8M { color:#222222;display:block;width:28.75rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:33.3125rem;left:0rem;height:3.574225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zITqtnQmoV6Tl4d4gP8MJX023Ho99TON { color:#545454;display:block;width:22.6875rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:21.1875rem;left:34.6875rem;height:8.9355625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#arAxCTWkqepKXRFr1lGlD6pT7Jk3uJkN { color:#222222;display:block;width:24.75rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:33.3125rem;left:32.375rem;height:3.574225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q9dAyApeTRndILggU6QTHZpJeItmCJ0u { box-sizing:content-box;height:21.625rem;width:0.4375rem;position:absolute;display:block;z-index:15012;background-color:#fbfaff;background-image:none;top:18.625rem;left:29.631677350427rem;display:block; }
#Oz1sxD416IzRFOMxy7vbQrIltaHzc38s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Oz1sxD416IzRFOMxy7vbQrIltaHzc38s > .row .container { background-color: transparent; background-image: none; }#Oz1sxD416IzRFOMxy7vbQrIltaHzc38s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oz1sxD416IzRFOMxy7vbQrIltaHzc38s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oz1sxD416IzRFOMxy7vbQrIltaHzc38s > .row .container > .video-iframe-container { display: none; }#Oz1sxD416IzRFOMxy7vbQrIltaHzc38s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oz1sxD416IzRFOMxy7vbQrIltaHzc38s > .row > .video-iframe-container { display: none; }#Oz1sxD416IzRFOMxy7vbQrIltaHzc38s > .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); }#Oz1sxD416IzRFOMxy7vbQrIltaHzc38s > .row .container { border-width: 0; border-radius: 0; }#Oz1sxD416IzRFOMxy7vbQrIltaHzc38s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Oz1sxD416IzRFOMxy7vbQrIltaHzc38s > .row .container { font-size:0.875rem;font-family:arial;height:50.625rem;width:75rem;position:relative;display:block; }#wsmBGbDSoGgBuDxvrrDUekfbnHbEcBX2 { color:#000000;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:4rem;font-weight:normal;z-index:15011;line-height:1.2;letter-spacing:0;top:6.3125rem;left:0rem;height:4.80025rem;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; }
#ysmUfZtANiXKDGp5656W2tU334LaB0fT { color:#000000;display:block;width:47.9375rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:14.625rem;left:0rem;height:13.473025rem;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;font-style:normal;display:block; }
#ckbiwOR4fWbBMwo8UzuoKJBQFp4kIwn4 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5625rem;width:24.875rem;top:17.125rem;left:50.0625rem;overflow:hidden;display:block; }
#iB0ZVsd9xUlx4PPEiNklFvQg2Tec3xDR { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.9375rem;width:20.9375rem;top:32.25rem;left:37rem;overflow:hidden;display:block; }
#MlOa2aE0CXaseCVkLKN2folIGy23uoWT { box-sizing:content-box;height:13.375rem;width:38.0625rem;position:absolute;display:block;z-index:15001;background-color:#b2d278;background-image:none;top:30.6875rem;left:0rem;display:block; }
#ncCE6rwyTG7uFi2SW6HN6dKMS6OgpgT2 { color:#000000;display:block;width:30.875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:32.65234375rem;left:2.125rem;height:13.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eqa817TgaBMxdDz4RQHfMkRreRWFGd77 { position:relative;display:block; }#eqa817TgaBMxdDz4RQHfMkRreRWFGd77 { background-color: transparent; background-image: none; }#eqa817TgaBMxdDz4RQHfMkRreRWFGd77::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eqa817TgaBMxdDz4RQHfMkRreRWFGd77 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eqa817TgaBMxdDz4RQHfMkRreRWFGd77 > .row .container > .video-iframe-container { display: none; }#eqa817TgaBMxdDz4RQHfMkRreRWFGd77 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eqa817TgaBMxdDz4RQHfMkRreRWFGd77 > .row > .video-iframe-container { display: none; }#eqa817TgaBMxdDz4RQHfMkRreRWFGd77 > .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); }#eqa817TgaBMxdDz4RQHfMkRreRWFGd77 { border-width: 0; border-radius: 0; }#eqa817TgaBMxdDz4RQHfMkRreRWFGd77 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eqa817TgaBMxdDz4RQHfMkRreRWFGd77 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b2d278;background-image:none;font-size:0.875rem;font-family:arial;height:15.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#tpwXg0TAB669b0u8uLIGUFaWazoa5xTm { color:#5d5d5d;display:block;width:11.8125rem;position:absolute;font-family:ubuntu;font-size:2.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:5.810546875rem;left:2.5603694915771rem;height:6.17365rem;font-style:normal;display:block; }
#wFaSRWwTA6wiyQDPcUgqTWKnCuMWVeH6 { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:ubuntu;font-size:2.125rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:6.4595031738281rem;left:13.435724258423rem;height:2.12535625rem;font-style:normal;display:block; }
#Z75ks8tv3TDPMHMnMwP0614ZwgxoGoHs { box-sizing:content-box;height:0.625rem;width:25.5625rem;position:absolute;display:block;z-index:15010;background-color:#6b6b6b;background-image:none;top:9.4140625rem;left:2.6234016418457rem;display:block; }
#QFf76Dy4lzELkUVaHsWaJ9ZfMF5Xpfqx { color:#333333;display:block;width:37.247875rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:400;z-index:15008;line-height:2;letter-spacing:0;top:1.7471580505371rem;left:34.93874168396rem;height:12.00285rem;font-style:normal;display:block; }
#ipsSsMRrISAGsCXtso47ETNST4PvbOwa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ipsSsMRrISAGsCXtso47ETNST4PvbOwa > .row .container { background-color: transparent; background-image: none; }#ipsSsMRrISAGsCXtso47ETNST4PvbOwa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ipsSsMRrISAGsCXtso47ETNST4PvbOwa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ipsSsMRrISAGsCXtso47ETNST4PvbOwa > .row .container > .video-iframe-container { display: none; }#ipsSsMRrISAGsCXtso47ETNST4PvbOwa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ipsSsMRrISAGsCXtso47ETNST4PvbOwa > .row > .video-iframe-container { display: none; }#ipsSsMRrISAGsCXtso47ETNST4PvbOwa > .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); }#ipsSsMRrISAGsCXtso47ETNST4PvbOwa > .row .container { border-width: 0; border-radius: 0; }#ipsSsMRrISAGsCXtso47ETNST4PvbOwa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ipsSsMRrISAGsCXtso47ETNST4PvbOwa > .row .container { font-size:0.875rem;font-family:arial;height:4.3125rem;width:75rem;position:relative;display:block; }#msFuGfE6PyP8HWB5NkSFFdf7btuFeBKs { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:1.5062503814698rem;left:0rem;height:1.298825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #uR2FpqWgJucxff37gFWoQ7M4ZKxNfk5h { display:block; }#uR2FpqWgJucxff37gFWoQ7M4ZKxNfk5h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dLMNT6zTSlLw7O16TO0Nbf4o5AtvPP3P { width:6rem;height:3.75rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0zJ7tJ8cqB9vzKTonIgndhS4Lsdt8DT { width:17.4375rem;height:5.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m62pJ3UAqenuhPSD92ciwEJiuHzaPkoz { top:1.1875rem;left:32.75rem;width:15rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh { display:block; }#v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NtZ9pksDyzfLWlKBO0IcwhA3Q3o4RDKn { width:47.75rem;height:3.4375rem;top:4.9375rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgyfFA6xaBeBQc0IbJH42rn5KMZ87thW { top:5rem;left:0rem;width:47.75rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDfO5gzm7NC19ZeeMSHLc3ynV4UV4Lee { display:block; }#gDfO5gzm7NC19ZeeMSHLc3ynV4UV4Lee > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yqMEc7dKqMwcTz8FFz1BF7GBOtTD8Rbw { width:34.6875rem;height:23.125rem;top:13.1875rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgtAw4H7n3HVCakrVuMnCt5OvUTfAl0x { width:36.375rem;height:11.875rem;top:13.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJL3HWstOwNh2VaBqtER7u90lxJ9sLt0 { width:22rem;height:5rem;top:31.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwyBspSqZX0bvltFr9C0FNCrBT4wH3So { display:block; }
 }@media only screen and (max-width: 763px) { #IzVAQwIDM0kcqCXJTybmgTAG8FhX8TiZ { width:47.75rem;height:8.75rem;top:0rem;left:0rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghg2Oeuq1UbpuAztoK0Bf9R3yT8sdxTR { width:47.75rem;height:4.375rem;top:46.1875rem;left:0rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOaowDpnN9S3GRCMR54DOrWxXaww1pl5 { display:block; }#JOaowDpnN9S3GRCMR54DOrWxXaww1pl5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T3K4HZsFDkIhiZhHozM3JikFI1hmD2o2 { width:17.1875rem;height:0.625rem;top:17.1875rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQQfXDp74ozu1T2zsMN7JTbptVMbS2RU { width:17.1875rem;height:;top:19.375rem;left:30.5625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #prh9Q5sMW0SBpnvUF2MTy0fQVgkVEsmk { width:17.1875rem;height:9.5625rem;top:22.8125rem;left:30.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIDB3HO0DfukNKftOUwim4D3KzuppE0S { width:17.1875rem;height:0.625rem;top:17.1875rem;left:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArFiTth0QnKu3Mv321AshQ6tVXRlqKlh { width:17.1875rem;height:;top:19.375rem;left:24.999822616577rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0BpBdSCIZN28GXJRHt45S28aDNNQV32 { width:17.1875rem;height:7.6875rem;top:22.8125rem;left:24.999822616577rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8T8GUGmOWyasBnaXXUHOhMAguhbU75c { width:17.1875rem;height:0.625rem;top:17.1875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zL0fzXDPBFkvwX3a1IySIT2e3tNzFUBL { width:17.1875rem;height:;top:19.375rem;left:5.7499980926514rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1DI0k9rFhZlr5KbuQWTpVnfsztLBn3m { width:17.1875rem;height:7.6875rem;top:22.8125rem;left:5.7499980926514rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJ1g2RGPNd1d66M3zuuEt53MuBL09tOL { width:17.1875rem;height:0.625rem;top:17.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsuTSaID1f4XZvl205l4XyIz0I7D6PLU { width:17.1875rem;height:;top:19.375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASRpU58L2VWWciZCQ7fbiBGbsMisoFr0 { width:17.1875rem;height:5.75rem;top:22.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B013II8IKmqbVi3aPBAONFyCPHBJ6WKi { width:47.75rem;height:13.1875rem;top:0rem;left:0rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #GM1cgsq1uG8XH7G6AmF7puZVwVLUHdZz { display:block; }#GM1cgsq1uG8XH7G6AmF7puZVwVLUHdZz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #llK8XnTxknLfg7AZTLUMWZDV7fbhsT46 { width:47.3125rem;height:31.5rem;top:12.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoD7Wu4kCSBu0GEzm42QvlC3fT6tThKK { width:38rem;height:4.75rem;top:4.875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQPlRTb0WibCdpgiJ6GKbLokgpEnDgEp { width:17.1875rem;height:0.625rem;top:12.4375rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzncLMhQuky0uGu5DhOM1GwgWOssWr97 { width:17.8125rem;height:13.4375rem;top:15.3125rem;left:29.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #drlN73gIeS90K7SLHAmZh9gFH65WuEW3 { width:17.875rem;height:4.1875rem;top:39.875rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b07AJw31R05TBs4Rovz0ZxAEqqDeBUSd { display:block; }
 }@media only screen and (max-width: 763px) { #R0nLHAH1Z4fvIowTpAqswTdTvhHivAZV { display:block; }#R0nLHAH1Z4fvIowTpAqswTdTvhHivAZV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #okeeoCoewvLW9v57Bh8KtImtFHwlieI3 { width:47.75rem;height:31.833333333333rem;top:12.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZm3SoPI63VUQyHqihhn2pdurqttBU5z { width:38rem;height:4.75rem;top:5.875rem;left:9.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNm01zo5SlRCx5RIBODoDaAEO4l0n0VB { width:17.1875rem;height:0.625rem;top:12.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5T9W4ulQn2B42FZnftnLzGW0gsWd9gP { width:17.8125rem;height:25.6875rem;top:13.4375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLq06ZLUTtT78OWBq6DaXVNWFVTRWraB { width:17.875rem;height:4.1875rem;top:40.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeipcNPAJRWShN4XvodA1ILP5O2ChVaT { display:block; }
 }@media only screen and (max-width: 763px) { #RaITOr8kG9NxGhBTEUUvSTF6zTlVvIac { display:block; }#RaITOr8kG9NxGhBTEUUvSTF6zTlVvIac > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mS39xrn4MKOaLznqlF8ooVpht1hTDAn1 { width:47.75rem;height:31.81258148631rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPD6xzQdG1gFzn8upAU9nD2ZiVecNWFs { width:47.75rem;height:9.25rem;top:38.1875rem;left:0rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v57zEVePTJpnPw1p1sPvsGzUOU2piT3m { width:17.1875rem;height:0.625rem;top:12.125rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEaJp3yzdlTGczJZHpIc7ApiFaH3uUUn { width:18.625rem;height:20.75rem;top:15.0625rem;left:29.125rem;font-size:1.375rem;display:block; }#rEaJp3yzdlTGczJZHpIc7ApiFaH3uUUn li:before{  }
 }@media only screen and (max-width: 763px) { #doPpJM5ROwsOlSNg1ryDV1LpA6LrobHL { display:block; }#doPpJM5ROwsOlSNg1ryDV1LpA6LrobHL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O8ebWp9ZCXRy2kAgMgnq3zTRbOL50pK0 { width:35.5rem;height:18.8125rem;top:7.5rem;left:0rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeBxPGERbKodNFqozIJb0gROuKXigZEf { width:14.4375rem;height:21.8125rem;top:7.1875rem;left:25.437498092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQt61sprNedyH7xFGvqwma21Zd3MZq5V { width:18.75rem;height:5.9375rem;top:7rem;left:29rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vm80c8TQk56BmLo5evDTpmnTsLhPxe5z { width:18.75rem;height:5.9375rem;top:14.875rem;left:29rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mc1MAmMQ48xeTra8ozZNvMGRCypmrnxa { width:12.625rem;height:4.1875rem;top:0.6875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAu5hAN2nC4KovvMf1bxMqVXvvZctW89 { display:block; }#zAu5hAN2nC4KovvMf1bxMqVXvvZctW89 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NbfMAXt6yJdE131Ci2z5t41xTQCFfEk5 { width:46.25rem;height:7rem;top:4.0625rem;left:0.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #faXSLeDGJHrlefFdhCgTAWOTDXcxJRhS { width:2.8125rem;height:2rem;top:4.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hr7K2P1mQp4sVgQ3bX7IiU4nOzZcOrfe { width:2.8125rem;height:2rem;top:9.125rem;left:44.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT34yFrpFW328R3BxV2zHykgUVnraH95 { width:28.5625rem;height:2.75rem;top:12.5625rem;left:9.59375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zihTxA44cKdDzJcUhnf29dtFqWXJTKtG { width:47.625rem;height:20.5625rem;top:18.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8MDIAgbrR6GkIDn3FET4Eox4RJ6EcUp { width:25.6875rem;height:10.5rem;top:21.1875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnnw3eXiqJ8hJdXhNK9M1LdyFdxlPi8M { width:28.75rem;height:3.5rem;top:33.3125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zITqtnQmoV6Tl4d4gP8MJX023Ho99TON { width:22.6875rem;height:10.5rem;top:21.1875rem;left:25.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #arAxCTWkqepKXRFr1lGlD6pT7Jk3uJkN { width:24.75rem;height:3.5rem;top:33.3125rem;left:23rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9dAyApeTRndILggU6QTHZpJeItmCJ0u { top:18.625rem;left:23.506677350427rem;width:0.4375rem;height:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oz1sxD416IzRFOMxy7vbQrIltaHzc38s { display:block; }#Oz1sxD416IzRFOMxy7vbQrIltaHzc38s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wsmBGbDSoGgBuDxvrrDUekfbnHbEcBX2 { width:47.75rem;height:4.75rem;top:6.25rem;left:0rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysmUfZtANiXKDGp5656W2tU334LaB0fT { width:47.75rem;height:13.4375rem;top:14.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckbiwOR4fWbBMwo8UzuoKJBQFp4kIwn4 { width:24.875rem;height:16.5625rem;top:17.125rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iB0ZVsd9xUlx4PPEiNklFvQg2Tec3xDR { width:20.9375rem;height:13.9375rem;top:32.25rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlOa2aE0CXaseCVkLKN2folIGy23uoWT { width:38.0625rem;height:13.375rem;top:30.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncCE6rwyTG7uFi2SW6HN6dKMS6OgpgT2 { width:30.8125rem;height:13.125rem;top:32.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqa817TgaBMxdDz4RQHfMkRreRWFGd77 { display:block; }#eqa817TgaBMxdDz4RQHfMkRreRWFGd77 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tpwXg0TAB669b0u8uLIGUFaWazoa5xTm { width:11.8125rem;height:6.1875rem;top:5.75rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFaSRWwTA6wiyQDPcUgqTWKnCuMWVeH6 { width:15.625rem;height:2.125rem;top:6.4375rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z75ks8tv3TDPMHMnMwP0614ZwgxoGoHs { top:9.375rem;left:0rem;width:25.5625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFf76Dy4lzELkUVaHsWaJ9ZfMF5Xpfqx { width:37.1875rem;height:12rem;top:1.6875rem;left:10.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipsSsMRrISAGsCXtso47ETNST4PvbOwa { display:block; }#ipsSsMRrISAGsCXtso47ETNST4PvbOwa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #msFuGfE6PyP8HWB5NkSFFdf7btuFeBKs { width:12.5rem;height:1.25rem;top:1.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #uR2FpqWgJucxff37gFWoQ7M4ZKxNfk5h { position:relative;z-index:auto;display:block; }#uR2FpqWgJucxff37gFWoQ7M4ZKxNfk5h > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dLMNT6zTSlLw7O16TO0Nbf4o5AtvPP3P { width:6rem;height:3.75rem;top:7.375rem;left:7rem;display:none; }
 }@media only screen and (max-width: 763px) { #X0zJ7tJ8cqB9vzKTonIgndhS4Lsdt8DT { width:10.9375rem;height:3.25rem;top:0rem;left:4.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m62pJ3UAqenuhPSD92ciwEJiuHzaPkoz { width:14.6875rem;height:2.43696875rem;top:3.3117897510529rem;left:2.6562498807907rem;font-size:1.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh { display:block; }#v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh > .row .container { width:20rem;height:27.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NtZ9pksDyzfLWlKBO0IcwhA3Q3o4RDKn { width:20rem;height:6.5998125rem;top:0rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #pgyfFA6xaBeBQc0IbJH42rn5KMZ87thW { width:20rem;height:6.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDfO5gzm7NC19ZeeMSHLc3ynV4UV4Lee { display:block; }#gDfO5gzm7NC19ZeeMSHLc3ynV4UV4Lee > .row .container { width:20rem;height:51.476364135742rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yqMEc7dKqMwcTz8FFz1BF7GBOtTD8Rbw { width:20rem;height:13.3125rem;top:29.224609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgtAw4H7n3HVCakrVuMnCt5OvUTfAl0x { width:20rem;height:9.6235625rem;top:10.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJL3HWstOwNh2VaBqtER7u90lxJ9sLt0 { width:20rem;height:4.25rem;top:22.037109375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwyBspSqZX0bvltFr9C0FNCrBT4wH3So { display:block; }
 }@media only screen and (max-width: 763px) { #IzVAQwIDM0kcqCXJTybmgTAG8FhX8TiZ { width:20rem;height:8.8rem;top:0rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghg2Oeuq1UbpuAztoK0Bf9R3yT8sdxTR { width:20rem;height:4.39985625rem;top:47.1015625rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JOaowDpnN9S3GRCMR54DOrWxXaww1pl5 { display:block; }#JOaowDpnN9S3GRCMR54DOrWxXaww1pl5 > .row .container { width:20rem;height:64.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T3K4HZsFDkIhiZhHozM3JikFI1hmD2o2 { width:17.1875rem;height:0.625rem;top:49.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQQfXDp74ozu1T2zsMN7JTbptVMbS2RU { width:20rem;height:1.75rem;top:51.375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #prh9Q5sMW0SBpnvUF2MTy0fQVgkVEsmk { width:20rem;height:4.722125rem;top:53.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIDB3HO0DfukNKftOUwim4D3KzuppE0S { width:17.1875rem;height:0.625rem;top:38.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArFiTth0QnKu3Mv321AshQ6tVXRlqKlh { width:20rem;height:1.75rem;top:40.1875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0BpBdSCIZN28GXJRHt45S28aDNNQV32 { width:20rem;height:4.722125rem;top:42.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8T8GUGmOWyasBnaXXUHOhMAguhbU75c { width:17.1875rem;height:0.625rem;top:27.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zL0fzXDPBFkvwX3a1IySIT2e3tNzFUBL { width:20rem;height:1.75rem;top:29.125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1DI0k9rFhZlr5KbuQWTpVnfsztLBn3m { width:20rem;height:4.722125rem;top:31.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJ1g2RGPNd1d66M3zuuEt53MuBL09tOL { width:17.1875rem;height:0.625rem;top:16.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsuTSaID1f4XZvl205l4XyIz0I7D6PLU { width:20rem;height:1.75rem;top:18.125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASRpU58L2VWWciZCQ7fbiBGbsMisoFr0 { width:20rem;height:3.14808125rem;top:20.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B013II8IKmqbVi3aPBAONFyCPHBJ6WKi { width:20rem;height:10.999625rem;top:1.6867895126343rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GM1cgsq1uG8XH7G6AmF7puZVwVLUHdZz { display:block; }#GM1cgsq1uG8XH7G6AmF7puZVwVLUHdZz > .row .container { width:20rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #llK8XnTxknLfg7AZTLUMWZDV7fbhsT46 { width:20rem;height:13.125rem;top:0rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoD7Wu4kCSBu0GEzm42QvlC3fT6tThKK { width:20rem;height:2.1rem;top:14.7373046875rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TQPlRTb0WibCdpgiJ6GKbLokgpEnDgEp { width:17.1875rem;height:0.625rem;top:17.7744140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzncLMhQuky0uGu5DhOM1GwgWOssWr97 { width:20rem;height:7.8701875rem;top:19.33984375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #drlN73gIeS90K7SLHAmZh9gFH65WuEW3 { width:20rem;height:4.1875rem;top:30.03515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b07AJw31R05TBs4Rovz0ZxAEqqDeBUSd { display:block; }
 }@media only screen and (max-width: 763px) { #R0nLHAH1Z4fvIowTpAqswTdTvhHivAZV { display:block; }#R0nLHAH1Z4fvIowTpAqswTdTvhHivAZV > .row .container { width:20rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #okeeoCoewvLW9v57Bh8KtImtFHwlieI3 { width:19.875rem;height:13.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZm3SoPI63VUQyHqihhn2pdurqttBU5z { width:20rem;height:2.1rem;top:14.8125rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lNm01zo5SlRCx5RIBODoDaAEO4l0n0VB { width:17.1875rem;height:0.625rem;top:17.849609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5T9W4ulQn2B42FZnftnLzGW0gsWd9gP { width:20rem;height:18.88851875rem;top:19.412109375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLq06ZLUTtT78OWBq6DaXVNWFVTRWraB { width:20rem;height:4.1875rem;top:29.794921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeipcNPAJRWShN4XvodA1ILP5O2ChVaT { display:block; }
 }@media only screen and (max-width: 763px) { #RaITOr8kG9NxGhBTEUUvSTF6zTlVvIac { display:block; }#RaITOr8kG9NxGhBTEUUvSTF6zTlVvIac > .row .container { width:20rem;height:47.224433898926rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mS39xrn4MKOaLznqlF8ooVpht1hTDAn1 { width:19.8739375rem;height:13.2493125rem;top:24.245376586914rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPD6xzQdG1gFzn8upAU9nD2ZiVecNWFs { width:20rem;height:8.3984375rem;top:38.849435806274rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #v57zEVePTJpnPw1p1sPvsGzUOU2piT3m { width:17.1875rem;height:0.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEaJp3yzdlTGczJZHpIc7ApiFaH3uUUn { width:20rem;height:20.8096875rem;top:2.25rem;left:0rem;font-size:1.375rem;z-index:14999;display:block; }#rEaJp3yzdlTGczJZHpIc7ApiFaH3uUUn li:before{  }
 }@media only screen and (max-width: 763px) { #doPpJM5ROwsOlSNg1ryDV1LpA6LrobHL { display:block; }#doPpJM5ROwsOlSNg1ryDV1LpA6LrobHL > .row .container { width:20rem;height:55.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O8ebWp9ZCXRy2kAgMgnq3zTRbOL50pK0 { width:20rem;height:10.39775rem;top:3.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeBxPGERbKodNFqozIJb0gROuKXigZEf { width:9.5625rem;height:14.4375rem;top:13.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQt61sprNedyH7xFGvqwma21Zd3MZq5V { width:20rem;height:8.4339375rem;top:30.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vm80c8TQk56BmLo5evDTpmnTsLhPxe5z { width:20rem;height:6.7471875rem;top:40.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mc1MAmMQ48xeTra8ozZNvMGRCypmrnxa { width:12.625rem;height:4.199225rem;top:48.624282836914rem;left:3.686967253685rem;text-align:left;text-align-last:left;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAu5hAN2nC4KovvMf1bxMqVXvvZctW89 { display:block; }#zAu5hAN2nC4KovvMf1bxMqVXvvZctW89 > .row .container { width:20rem;height:64.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NbfMAXt6yJdE131Ci2z5t41xTQCFfEk5 { width:20rem;height:12.350875rem;top:5.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #faXSLeDGJHrlefFdhCgTAWOTDXcxJRhS { width:2.875rem;height:2rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hr7K2P1mQp4sVgQ3bX7IiU4nOzZcOrfe { width:2.875rem;height:2rem;top:17.125rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT34yFrpFW328R3BxV2zHykgUVnraH95 { width:20rem;height:2.3757125rem;top:20.125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zihTxA44cKdDzJcUhnf29dtFqWXJTKtG { width:20.0625rem;height:12.1875rem;top:24.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #f8MDIAgbrR6GkIDn3FET4Eox4RJ6EcUp { width:20rem;height:10.807rem;top:28.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnnw3eXiqJ8hJdXhNK9M1LdyFdxlPi8M { width:20rem;height:3.0877125rem;top:40.625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zITqtnQmoV6Tl4d4gP8MJX023Ho99TON { width:20rem;height:7.7193125rem;top:48.1875rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #arAxCTWkqepKXRFr1lGlD6pT7Jk3uJkN { width:20rem;height:3.0877125rem;top:57.4375rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #q9dAyApeTRndILggU6QTHZpJeItmCJ0u { width:0.4375rem;height:14.75rem;top:45.8125rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Oz1sxD416IzRFOMxy7vbQrIltaHzc38s { display:block; }#Oz1sxD416IzRFOMxy7vbQrIltaHzc38s > .row .container { width:20rem;height:64.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wsmBGbDSoGgBuDxvrrDUekfbnHbEcBX2 { width:20rem;height:4.7993625rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ysmUfZtANiXKDGp5656W2tU334LaB0fT { width:20rem;height:17.3144375rem;top:7.2993625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ckbiwOR4fWbBMwo8UzuoKJBQFp4kIwn4 { width:14.4993125rem;height:9.6244375rem;top:53.8103625rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iB0ZVsd9xUlx4PPEiNklFvQg2Tec3xDR { width:11.4373125rem;height:7.562125rem;top:44.9991125rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlOa2aE0CXaseCVkLKN2folIGy23uoWT { width:20rem;height:16.312125rem;top:27.4378625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncCE6rwyTG7uFi2SW6HN6dKMS6OgpgT2 { width:17.1244375rem;height:13.4951875rem;top:29.402528628159rem;left:2.1244678497314rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqa817TgaBMxdDz4RQHfMkRreRWFGd77 { display:block; }#eqa817TgaBMxdDz4RQHfMkRreRWFGd77 > .row .container { width:20rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tpwXg0TAB669b0u8uLIGUFaWazoa5xTm { width:20rem;height:3.574225rem;top:3.1489639282226rem;left:0rem;font-size:1.625rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wFaSRWwTA6wiyQDPcUgqTWKnCuMWVeH6 { width:14.749625rem;height:2.000175rem;top:6.220703125rem;left:2.6242896318436rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z75ks8tv3TDPMHMnMwP0614ZwgxoGoHs { width:20rem;height:0.625rem;top:10.098543167114rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFf76Dy4lzELkUVaHsWaJ9ZfMF5Xpfqx { width:20rem;height:20rem;top:14.847301483154rem;left:0rem;font-size:1.25rem;line-height:2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ipsSsMRrISAGsCXtso47ETNST4PvbOwa { display:block; }#ipsSsMRrISAGsCXtso47ETNST4PvbOwa > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #msFuGfE6PyP8HWB5NkSFFdf7btuFeBKs { width:20rem;height:1.298825rem;top:1.224609375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }