.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;
}
html,
body {
  font-size: 16px;
}
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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
@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:transparent;background-image:url("https://images.assets-landingi.com/uc/58f51896-f428-4f77-a45b-ac630c52888b/zenCELLowl_2019022119.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(59,148,139,0.59); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(59,148,139,0.59); }#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); }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn { position:relative;display:block; }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn { background-color: transparent; background-image: none; }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .row .container > .video-iframe-container { display: none; }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .row > .video-iframe-container { display: none; }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .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); }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn { border-width: 0; border-radius: 0; }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .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:38rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Jz4TsATATDaTW441VRuJX5sL4pktQm5Z { color:#000000;display:block;width:28.8125rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.4;letter-spacing:0;top:17.91562461853rem;left:0.59375rem;height:9.1875rem;font-style:normal;display:block; }
#ETTcx7iRoQ8RtTEE78T07gXN0XT6puQf { color:#3b948b;display:block;width:26.8120625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:26.381294250488rem;left:31.592880249024rem;height:8.4375rem;display:block; }
#NZa28dzBx5lRZ66Sd4yu2IP3s0yFQra2 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.749125rem;width:29.874125rem;top:7.6236982345581rem;left:30rem;display:block; }
#f0wCuPceqVTxCCTyOW7xO1TPXXHRCZAd { 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:7.249375rem;width:26.8120625rem;top:9.248046875rem;left:0.810546875rem;overflow:hidden;display:block; }
#Sg8IBXZckCgwfQ62Kod7L8cpyOtkWACy { box-sizing:content-box;height:0.1875rem;width:60rem;position:absolute;display:block;z-index:15006;background-color:#3b948b;background-image:none;top:37.8125rem;left:0rem;display:block; }
#psviZbd6X7RTDchIXoUluLGnmDJaQT5P { background-color:#3b948b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.811625rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:31.449653625488rem;left:2.060546875rem;display:block; }
#icgJQN7Lnus2zz1uOP9e7hJH7pyJwK2T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#twkOcvAZdsqrE9xycNMp79PllzKTCxQx { background-color:#3b948b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.811625rem;height:3.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:31.449653625488rem;left:15.810546875rem;display:block; }
#Ts9zoNayMdTr9Q1Mv5yTeow9aNVbqJ06 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k4rTGgHT2u4v11oIeW054zaMkSTqf3kp { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:22.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/58f51896-f428-4f77-a45b-ac630c52888b/zenCELLowl_2019022119.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV.adaptive-delivery-prevent-bg, #IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV.lazyload, #IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV.lazyloading { background-image: none; }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row .container { background-color: transparent; background-image: none; }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(59,148,139,0.59); }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row .container > .video-iframe-container { display: none; }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(59,148,139,0.59); }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row > .video-iframe-container { display: none; }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .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); }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row .container { border-width: 0; border-radius: 0; }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row .container { font-size:0.875rem;font-family:arial;height:68.1875rem;width:60rem;position:relative;display:block; }#Z7qktRl7abI9A8derbxiTy974OTTWC08 { position:absolute;display:block;z-index:14999;background-color:#3b948b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 0.75rem rgba(59,148,139,0.16) ;height:29.0625rem;width:28.25rem;top:2.75rem;left:0rem;display:block; }
#P3khNtl9uQRgm68QHFOKcp2QZ9o46saP { color:#000000;display:block;width:39rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:2.75rem;left:20.25rem;height:6.125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#I9CkXXq87WkqL7gkhFJHhMSvQCJc3Twv { color:#3b948b;display:block;width:26.8125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:10.625rem;left:32.5rem;height:2.25rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#MwlWOXmZBuqmucAIq855LBZgKUMWXLTN { color:#000000;display:block;width:27.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:13.375rem;left:31.375rem;height:4.8rem;text-align:right;text-align-last:right;display:block; }
#kATlRpOTApbJBvtms5A2p6AaPwO4kShS { 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:14.9375rem;width:28.3125rem;top:9.8125rem;left:0rem;overflow:hidden;display:block; }
#KsEI51MxSeU8iRswoxaZuUgttdKfbMgg { color:#3b948b;display:block;width:28.4375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:19.8125rem;left:30.625rem;height:4.5rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#sQG5GTFeyQ6zZ1szprlL6QsnzW6F9BbL { color:#000000;display:block;width:27.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:24.625rem;left:32.112499237061rem;height:4.8rem;text-align:right;text-align-last:right;display:block; }
#XerkfcsufJGaqFiQTOHXu5dGeGKI0yX7 { box-sizing:content-box;height:68.1875rem;width:60rem;position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;top:0rem;left:0rem;display:block; }
#ZK1gk2BCMbTyD82Tmd7mb4SQhcITSzVW { color:#000000;display:block;width:27.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:47.375rem;left:0.75rem;height:16rem;text-align:left;text-align-last:left;display:block; }
#ZVRCJ09ghoHGRkfEvekdAuTyiroQsbuD { color:#3b948b;display:block;width:26.8125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:44.5rem;left:0.8125rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gkuku9dzUEOA6cPpbbLTgTnafZCmw4OT { color:#000000;display:block;width:39rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:36.125rem;left:0.8125rem;height:6.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LKOEdvzX1ebnRKL6R2TSCNLhzZcAyQVB { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.3125rem;width:28.25rem;top:44.5rem;left:31.75rem;overflow:hidden;display:block; }
#cxSJ0x1Hfp32w88hmwisvvQcV9HOTZmT { position:absolute;display:block;z-index:14999;background-color:#3b948b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 0.75rem rgba(59,148,139,0.16) ;height:29.0625rem;width:28.25rem;top:36.125rem;left:31.6875rem;display:block; }
#WaIXuUxUEUi4DBhfUuXminI6TyeA31ui { box-sizing:content-box;height:0.1875rem;width:60rem;position:absolute;display:block;z-index:15007;background-color:#3b948b;background-image:none;top:68rem;left:0rem;display:block; }
#Qtp8wKhqNzhZhIffuVAAX1N3b3qTTcxr { position:relative;display:block; }#Qtp8wKhqNzhZhIffuVAAX1N3b3qTTcxr { background-color: transparent; background-image: none; }#Qtp8wKhqNzhZhIffuVAAX1N3b3qTTcxr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qtp8wKhqNzhZhIffuVAAX1N3b3qTTcxr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qtp8wKhqNzhZhIffuVAAX1N3b3qTTcxr > .row .container > .video-iframe-container { display: none; }#Qtp8wKhqNzhZhIffuVAAX1N3b3qTTcxr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qtp8wKhqNzhZhIffuVAAX1N3b3qTTcxr > .row > .video-iframe-container { display: none; }#Qtp8wKhqNzhZhIffuVAAX1N3b3qTTcxr > .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); }#Qtp8wKhqNzhZhIffuVAAX1N3b3qTTcxr { border-width: 0; border-radius: 0; }#Qtp8wKhqNzhZhIffuVAAX1N3b3qTTcxr > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Qtp8wKhqNzhZhIffuVAAX1N3b3qTTcxr > .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:132.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Kx3gSvGxLVRxGvqz1GWCBu3rHFZgMvub { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:2.9375rem;left:0rem;height:3.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZJnA3uz7smJ7fAT5soOr2Gfq1yNTZ85R { color:#000000;display:block;width:9.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:19.6875rem;left:7.8125rem;height:0;font-style:normal;display:block; }
#I7ENkDS8lVexQZrxQPsICfLtNFxDJSJX { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:19.125rem;left:4.6875rem;height:12.1875rem;font-style:normal;display:block; }#I7ENkDS8lVexQZrxQPsICfLtNFxDJSJX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#I7ENkDS8lVexQZrxQPsICfLtNFxDJSJX li:before{  }
#AELrdl9QHnNDrM1f3SezOnqTqQfQ36ux { color:#000000;display:block;width:16.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:75.875rem;left:4.375rem;height:11.875rem;font-style:normal;display:block; }#AELrdl9QHnNDrM1f3SezOnqTqQfQ36ux li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#AELrdl9QHnNDrM1f3SezOnqTqQfQ36ux li:before{  }
#DDcm6peG5OlVw7yw8VQgkqvVa4ILR4dK { color:#3b948b;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:70.9375rem;left:3.75rem;height:3.7375rem;font-style:normal;display:block; }
#QUSZ9IUgU3OzUTu6Lt9rQqmKo6KxENy8 { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:46.875rem;left:39.125rem;height:14.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#QUSZ9IUgU3OzUTu6Lt9rQqmKo6KxENy8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QUSZ9IUgU3OzUTu6Lt9rQqmKo6KxENy8 li:before{  }
#EQEVFfeewamnc7Z7UdICZICyi9d1zyyk { color:#3b948b;display:block;width:17.3125rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:43.875rem;left:38.3125rem;height:1.86875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hLFVxbipSa9RqeEuniweU8fQiiITd1VI { color:#000000;display:block;width:15.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:103.0625rem;left:39.875rem;height:10.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#hLFVxbipSa9RqeEuniweU8fQiiITd1VI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hLFVxbipSa9RqeEuniweU8fQiiITd1VI li:before{  }
#QuvKgxFFReBtrNE0xFepJIrP0v7rzMf5 { color:#3b948b;display:block;width:19.1875rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:100.1875rem;left:37.8125rem;height:1.86875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#sLib7R7DsHrgLTRW6arBrCbCNndvqJ9N { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.1875rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:15.5625rem;width:20.9375rem;top:14.5rem;left:38.9375rem;overflow:hidden;display:block; }
#RXBKgbOlCm7TSJfuQg4SeefpvsgqIZB7 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.1875rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:14.1875rem;width:22.8125rem;top:25.4375rem;left:29.1875rem;overflow:hidden;display:block; }
#TlUB03w6wpbzKXryvcFo4Lo8Rt3d2H3P { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.1875rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:12.6875rem;width:22rem;top:51.8125rem;left:7.25rem;overflow:hidden;display:block; }
#EfLBbXG8BKvSxu9dgRG6a17vJH4AOp1w { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.1875rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:15.125rem;width:20.1875rem;top:43.875rem;left:0rem;overflow:hidden;display:block; }
#U9EAtgvBicw3kQm2SvZLkytfUuoavCIR { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:30.8125rem;top:70.9375rem;left:29.1875rem;overflow:hidden;display:block; }
#hnhu7PmgOtrWl0i66ktNerlqF69WZ5t3 { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:30.9375rem;top:83.1875rem;left:29.0625rem;overflow:hidden;display:block; }
#BlVDSx5QHseuXZ0iRVXzKbIDH0k43Dti { position:absolute;display:block;z-index:15034;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:12.0625rem;width:16.0625rem;top:100.15625rem;left:0rem;overflow:hidden;display:block; }
#PfBMbBQUw7rGfqOu5kfpD6pJiSUJFieu { position:absolute;display:block;z-index:15035;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:12.0625rem;width:16.0625rem;top:100.21875rem;left:17.125rem;overflow:hidden;display:block; }
#NOwi231kI8S58CwKaJ3osQM6ZaSi6cyJ { position:absolute;display:block;z-index:15036;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:12.0625rem;width:16.125rem;top:115.375rem;left:0rem;overflow:hidden;display:block; }
#MIRBTNad7Pf75ouEcNmhxHbGlvPVUZhk { position:absolute;display:block;z-index:15037;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:12.125rem;width:16.3125rem;top:115.3125rem;left:17.125rem;overflow:hidden;display:block; }
#hJFPIXZkphuPQKkgTk4zGUwTvPOnkTBV { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:98.9189453125rem;left:0rem;height:1.3rem;display:block; }
#fRpx0fd4ZmtH6wMBTr5Jki0cl5fP3i8k { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:98.9189453125rem;left:17.125rem;height:1.3rem;display:block; }
#AdSdlc0zcHr853oHTTGRtZ6g0iVlZKza { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:114.1376953125rem;left:0rem;height:1.3rem;display:block; }
#FTcrCoTiOK4MsWJnf5ST7QTbnID8CQuz { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:114.1376953125rem;left:17.125rem;height:1.3rem;display:block; }
#sU5S6tSP0BUbucVb0yJCDKtlZydR7GZG { color:#3b948b;display:block;width:21.5rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:14.5rem;left:3.9375rem;height:3.7375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T7A4ZQ7TNeurweGy0y55HLVM2LH6XTtE { color:#3b948b;display:block;width:47.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:6.69921875rem;left:6.4375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LTc2ZXMDqIcu0QmC5D7KxJp0MzSN85x4 { box-sizing:content-box;height:0.1875rem;width:60rem;position:absolute;display:block;z-index:15008;background-color:#3b948b;background-image:none;top:132.625rem;left:0rem;display:block; }
#cXVBDua1smLSO1BXfNzsTTWtPVLvN9cv { background-color:#3b948b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:33.3125rem;left:4.6875rem;display:block; }
#NnxbdzOVF1RpCVZaxpZu09Eq3XB7NU5F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H2cx2K2iIqAzx31OTp39ZUeXFxxSUVOX { background-color:#3b948b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:62.6875rem;left:39.125rem;display:block; }
#MXUO4Hxw8l0E9MHUSu9VeEr3SmDipFAm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbzIn2CgMlZ5ks2s15qtH0ZRKK0FDoTQ { background-color:#3b948b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:3.4375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:89.9375rem;left:4.375rem;display:block; }
#kC8tLJQiH4lolUn2UgLxu71RcsPoSCXE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GW5meituOV4dTePT03DulPTAbyroOKuL { background-color:#3b948b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:3.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:115.375rem;left:39.5625rem;display:block; }
#I7TZE27wSZ2Su6xnIXTUtUJJOeEVFMrF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pS9XUAny0fRswSdDRmceRtQbypIQF1Px { position:relative;display:block; }#pS9XUAny0fRswSdDRmceRtQbypIQF1Px { background-color: transparent; background-image: none; }#pS9XUAny0fRswSdDRmceRtQbypIQF1Px::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pS9XUAny0fRswSdDRmceRtQbypIQF1Px > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pS9XUAny0fRswSdDRmceRtQbypIQF1Px > .row .container > .video-iframe-container { display: none; }#pS9XUAny0fRswSdDRmceRtQbypIQF1Px > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pS9XUAny0fRswSdDRmceRtQbypIQF1Px > .row > .video-iframe-container { display: none; }#pS9XUAny0fRswSdDRmceRtQbypIQF1Px > .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); }#pS9XUAny0fRswSdDRmceRtQbypIQF1Px { border-width: 0; border-radius: 0; }#pS9XUAny0fRswSdDRmceRtQbypIQF1Px > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#pS9XUAny0fRswSdDRmceRtQbypIQF1Px > .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:58.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#p6SfNZmAz3NZzSDtlQQcoRFfmSUC7QGd { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:2.625rem;left:0rem;height:3.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v8Rkr5G3sztRUROXTTPQJeM8QxgpFBJS { color:#ee3162;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:6.38671875rem;left:0rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kMxqpmHgOc3mRgpNPrk4yV663XFupH21 { 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:21.0625rem;width:28.25rem;top:24.3125rem;left:30.80859375rem;overflow:hidden;display:block; }
#vEziliBio4fqp05VzmDpBxswIoXf9JWK { 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:24.9375rem;width:28.75rem;top:14.65625rem;left:0rem;overflow:hidden;display:block; }
#PR87tFbVvTDtJl5obFWDJ4lkSFHrThR7 { color:#000000;display:block;width:28.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:12.375rem;left:30.74609375rem;height:10.4rem;display:block; }
#USyiwyZ4fhvr9hNADkSJISP2qhgQqC5V { background-color:#3b948b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:3.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:51.875rem;left:24.59375rem;display:block; }
#ZTNWuqwkzTTwtnC6Eggs9ywfzAkDNfQI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3b948b;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; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { background-color: transparent; background-image: none; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container > .video-iframe-container { display: none; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row > .video-iframe-container { display: none; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .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); }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { border-width: 0; border-radius: 0; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { font-size:0.875rem;font-family:arial;height:18.4375rem;width:60rem;position:relative;display:block; }#CMDBSk9G0TdiizE38Gq1UHLGxt7kvp4C { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:10.5rem;left:0rem;height:6rem;text-align:center;text-align-last:center;display:block; }
#uzJVLI1ragNgeTXaL5E90mLnGgJM97Mo { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.8125rem;width:30.6875rem;top:0rem;left:14.34375rem;overflow:hidden;display:block; }
#M34xsdCGBMpwyMPuLSm5sSr2tXxsIEy3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:15.125rem;left:53.375rem; }
#M34xsdCGBMpwyMPuLSm5sSr2tXxsIEy3 > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#keO2BzDPm5P6iMCuUCfz9nLfpcwWMnz1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:15rem;left:50.5rem; }
#keO2BzDPm5P6iMCuUCfz9nLfpcwWMnz1 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#Ll6nXg61X6PcMDq2pJsaoSEPyFWK3E9R { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:15rem;left:47.5625rem; }
#Ll6nXg61X6PcMDq2pJsaoSEPyFWK3E9R > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#ZOcHi9J0Gz83QDeX3tLfCgRV1kC8AKxZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:flex;z-index:15011;opacity:1;top:14.875rem;left:55.875rem; }
#ZOcHi9J0Gz83QDeX3tLfCgRV1kC8AKxZ > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn { display:block; }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jz4TsATATDaTW441VRuJX5sL4pktQm5Z { top:17.875rem;left:0rem;width:28.8125rem;height:9.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETTcx7iRoQ8RtTEE78T07gXN0XT6puQf { top:26.375rem;left:20.9375rem;width:26.75rem;height:8.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZa28dzBx5lRZ66Sd4yu2IP3s0yFQra2 { top:7.5625rem;left:17.875rem;width:29.8125rem;height:16.714574537748rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0wCuPceqVTxCCTyOW7xO1TPXXHRCZAd { top:9.1875rem;left:0rem;width:26.75rem;height:7.2325947043425rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sg8IBXZckCgwfQ62Kod7L8cpyOtkWACy { top:37.8125rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #psviZbd6X7RTDchIXoUluLGnmDJaQT5P { width:10.75rem;height:3.4375rem;top:31.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #icgJQN7Lnus2zz1uOP9e7hJH7pyJwK2T { display:block; }
 }@media only screen and (max-width: 763px) { #twkOcvAZdsqrE9xycNMp79PllzKTCxQx { width:10.75rem;height:3.4375rem;top:31.4375rem;left:12.748046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ts9zoNayMdTr9Q1Mv5yTeow9aNVbqJ06 { display:block; }
 }@media only screen and (max-width: 763px) { #k4rTGgHT2u4v11oIeW054zaMkSTqf3kp { top:0rem;left:0rem;width:22.5rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV { display:block; }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z7qktRl7abI9A8derbxiTy974OTTWC08 { width:28.25rem;height:29.0625rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3khNtl9uQRgm68QHFOKcp2QZ9o46saP { top:2.75rem;left:8.75rem;width:39rem;height:6.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9CkXXq87WkqL7gkhFJHhMSvQCJc3Twv { top:10.625rem;left:20.9375rem;width:26.8125rem;height:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwlWOXmZBuqmucAIq855LBZgKUMWXLTN { top:13.375rem;left:20.0625rem;width:27.6875rem;height:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kATlRpOTApbJBvtms5A2p6AaPwO4kShS { width:28.3125rem;height:14.9375rem;top:9.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsEI51MxSeU8iRswoxaZuUgttdKfbMgg { top:19.8125rem;left:19.3125rem;width:28.4375rem;height:4.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQG5GTFeyQ6zZ1szprlL6QsnzW6F9BbL { top:24.625rem;left:20.5625rem;width:27.1875rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XerkfcsufJGaqFiQTOHXu5dGeGKI0yX7 { top:0rem;left:0rem;width:47.75rem;height:68.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZK1gk2BCMbTyD82Tmd7mb4SQhcITSzVW { top:47.375rem;left:0rem;width:27.5rem;height:16rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVRCJ09ghoHGRkfEvekdAuTyiroQsbuD { top:44.5rem;left:0rem;width:26.8125rem;height:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkuku9dzUEOA6cPpbbLTgTnafZCmw4OT { top:36.125rem;left:0rem;width:39rem;height:6.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKOEdvzX1ebnRKL6R2TSCNLhzZcAyQVB { top:44.5rem;left:19.5rem;width:28.25rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxSJ0x1Hfp32w88hmwisvvQcV9HOTZmT { width:28.25rem;height:29.0625rem;top:36.125rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaIXuUxUEUi4DBhfUuXminI6TyeA31ui { top:68rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qtp8wKhqNzhZhIffuVAAX1N3b3qTTcxr { display:block; }#Qtp8wKhqNzhZhIffuVAAX1N3b3qTTcxr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kx3gSvGxLVRxGvqz1GWCBu3rHFZgMvub { top:2.9375rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJnA3uz7smJ7fAT5soOr2Gfq1yNTZ85R { width:9.3125rem;height:0.125rem;top:19.6875rem;left:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7ENkDS8lVexQZrxQPsICfLtNFxDJSJX { width:15.9375rem;height:12.1875rem;top:19.125rem;left:0rem;font-size:1.25rem;display:block; }#I7ENkDS8lVexQZrxQPsICfLtNFxDJSJX li:before{  }
 }@media only screen and (max-width: 763px) { #AELrdl9QHnNDrM1f3SezOnqTqQfQ36ux { width:16.8125rem;height:11.875rem;top:75.875rem;left:0rem;font-size:1.25rem;display:block; }#AELrdl9QHnNDrM1f3SezOnqTqQfQ36ux li:before{  }
 }@media only screen and (max-width: 763px) { #DDcm6peG5OlVw7yw8VQgkqvVa4ILR4dK { width:12.5rem;height:3.6875rem;top:70.9375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUSZ9IUgU3OzUTu6Lt9rQqmKo6KxENy8 { width:16.5625rem;height:14.0625rem;top:46.875rem;left:31.1875rem;font-size:1.25rem;display:block; }#QUSZ9IUgU3OzUTu6Lt9rQqmKo6KxENy8 li:before{  }
 }@media only screen and (max-width: 763px) { #EQEVFfeewamnc7Z7UdICZICyi9d1zyyk { width:17.3125rem;height:1.8125rem;top:43.875rem;left:30.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLFVxbipSa9RqeEuniweU8fQiiITd1VI { width:15.75rem;height:10.3125rem;top:103.0625rem;left:32rem;font-size:1.25rem;display:block; }#hLFVxbipSa9RqeEuniweU8fQiiITd1VI li:before{  }
 }@media only screen and (max-width: 763px) { #QuvKgxFFReBtrNE0xFepJIrP0v7rzMf5 { width:19.1875rem;height:1.8125rem;top:100.1875rem;left:28.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLib7R7DsHrgLTRW6arBrCbCNndvqJ9N { width:20.9375rem;height:15.5625rem;top:14.5rem;left:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXBKgbOlCm7TSJfuQg4SeefpvsgqIZB7 { top:25.4375rem;left:23.0625rem;width:22.8125rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlUB03w6wpbzKXryvcFo4Lo8Rt3d2H3P { top:51.8125rem;left:1.125rem;width:22rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfLBbXG8BKvSxu9dgRG6a17vJH4AOp1w { width:20.1875rem;height:15.125rem;top:43.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9EAtgvBicw3kQm2SvZLkytfUuoavCIR { width:30.8125rem;height:10.9375rem;top:70.9375rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnhu7PmgOtrWl0i66ktNerlqF69WZ5t3 { top:83.1875rem;left:16.8125rem;width:30.9375rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlVDSx5QHseuXZ0iRVXzKbIDH0k43Dti { top:100.125rem;left:0rem;width:16.0625rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfBMbBQUw7rGfqOu5kfpD6pJiSUJFieu { top:100.1875rem;left:11rem;width:16.0625rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOwi231kI8S58CwKaJ3osQM6ZaSi6cyJ { top:115.375rem;left:0rem;width:16.125rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIRBTNad7Pf75ouEcNmhxHbGlvPVUZhk { top:115.3125rem;left:11rem;width:16.3125rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJFPIXZkphuPQKkgTk4zGUwTvPOnkTBV { top:98.875rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRpx0fd4ZmtH6wMBTr5Jki0cl5fP3i8k { top:98.875rem;left:11rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdSdlc0zcHr853oHTTGRtZ6g0iVlZKza { top:114.125rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTcrCoTiOK4MsWJnf5ST7QTbnID8CQuz { top:114.125rem;left:11rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sU5S6tSP0BUbucVb0yJCDKtlZydR7GZG { width:21.5rem;height:3.6875rem;top:14.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7A4ZQ7TNeurweGy0y55HLVM2LH6XTtE { top:6.6875rem;left:0.3125rem;width:47.125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTc2ZXMDqIcu0QmC5D7KxJp0MzSN85x4 { top:132.625rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXVBDua1smLSO1BXfNzsTTWtPVLvN9cv { width:10.8125rem;height:3.4375rem;top:33.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnxbdzOVF1RpCVZaxpZu09Eq3XB7NU5F { display:block; }
 }@media only screen and (max-width: 763px) { #H2cx2K2iIqAzx31OTp39ZUeXFxxSUVOX { width:10.8125rem;height:3.4375rem;top:62.6875rem;left:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXUO4Hxw8l0E9MHUSu9VeEr3SmDipFAm { display:block; }
 }@media only screen and (max-width: 763px) { #VbzIn2CgMlZ5ks2s15qtH0ZRKK0FDoTQ { width:10.8125rem;height:3.4375rem;top:89.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kC8tLJQiH4lolUn2UgLxu71RcsPoSCXE { display:block; }
 }@media only screen and (max-width: 763px) { #GW5meituOV4dTePT03DulPTAbyroOKuL { width:10.8125rem;height:3.4375rem;top:115.375rem;left:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7TZE27wSZ2Su6xnIXTUtUJJOeEVFMrF { display:block; }
 }@media only screen and (max-width: 763px) { #pS9XUAny0fRswSdDRmceRtQbypIQF1Px { display:block; }#pS9XUAny0fRswSdDRmceRtQbypIQF1Px > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p6SfNZmAz3NZzSDtlQQcoRFfmSUC7QGd { top:2.625rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8Rkr5G3sztRUROXTTPQJeM8QxgpFBJS { top:6.375rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMxqpmHgOc3mRgpNPrk4yV663XFupH21 { top:24.3125rem;left:19.5rem;width:28.25rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEziliBio4fqp05VzmDpBxswIoXf9JWK { top:14.625rem;left:0rem;width:28.75rem;height:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PR87tFbVvTDtJl5obFWDJ4lkSFHrThR7 { top:12.375rem;left:19.375rem;width:28.375rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #USyiwyZ4fhvr9hNADkSJISP2qhgQqC5V { width:10.8125rem;height:3.4375rem;top:51.875rem;left:18.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTNWuqwkzTTwtnC6Eggs9ywfzAkDNfQI { display:block; }
 }@media only screen and (max-width: 763px) { #O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS { display:block; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CMDBSk9G0TdiizE38Gq1UHLGxt7kvp4C { width:47.75rem;height:6rem;top:10.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzJVLI1ragNgeTXaL5E90mLnGgJM97Mo { top:0rem;left:8.21875rem;width:30.6875rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M34xsdCGBMpwyMPuLSm5sSr2tXxsIEy3 { top:15.125rem;left:45.75rem;width:1.9375rem;height:1.9375rem;display:block; }
#M34xsdCGBMpwyMPuLSm5sSr2tXxsIEy3 > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #keO2BzDPm5P6iMCuUCfz9nLfpcwWMnz1 { top:15rem;left:44.375rem;width:2.1875rem;height:2.1875rem;display:block; }
#keO2BzDPm5P6iMCuUCfz9nLfpcwWMnz1 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #Ll6nXg61X6PcMDq2pJsaoSEPyFWK3E9R { top:15rem;left:41.4375rem;width:2.1875rem;height:2.1875rem;display:block; }
#Ll6nXg61X6PcMDq2pJsaoSEPyFWK3E9R > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #ZOcHi9J0Gz83QDeX3tLfCgRV1kC8AKxZ { top:14.875rem;left:45.3125rem;width:2.375rem;height:2.375rem;display:block; }
#ZOcHi9J0Gz83QDeX3tLfCgRV1kC8AKxZ > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn { display:block; }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .row .container { width:20rem;height:62.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jz4TsATATDaTW441VRuJX5sL4pktQm5Z { width:20rem;height:10.5rem;top:15.844184875488rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ETTcx7iRoQ8RtTEE78T07gXN0XT6puQf { width:20rem;height:9rem;top:40.786678314209rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NZa28dzBx5lRZ66Sd4yu2IP3s0yFQra2 { height:11.213125rem;width:20rem;top:27.892796039581rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0wCuPceqVTxCCTyOW7xO1TPXXHRCZAd { width:20rem;height:5.4069rem;top:9.3750004768369rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sg8IBXZckCgwfQ62Kod7L8cpyOtkWACy { width:20rem;height:0.186631875rem;top:62.094184875488rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #psviZbd6X7RTDchIXoUluLGnmDJaQT5P { width:10.811625rem;height:3.4375rem;top:52.031251907349rem;left:4.5941842198372rem;display:block; }
 }@media only screen and (max-width: 763px) { #icgJQN7Lnus2zz1uOP9e7hJH7pyJwK2T { display:block; }
 }@media only screen and (max-width: 763px) { #twkOcvAZdsqrE9xycNMp79PllzKTCxQx { width:10.811625rem;height:3.4375rem;top:57.124567031861rem;left:4.5941842198372rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ts9zoNayMdTr9Q1Mv5yTeow9aNVbqJ06 { display:block; }
 }@media only screen and (max-width: 763px) { #k4rTGgHT2u4v11oIeW054zaMkSTqf3kp { width:20rem;height:8.3333333333331rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV { display:block; }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row .container { width:20rem;height:103.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z7qktRl7abI9A8derbxiTy974OTTWC08 { width:18.75rem;height:13.75rem;top:35.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3khNtl9uQRgm68QHFOKcp2QZ9o46saP { width:17.9373125rem;height:5.25rem;top:3.8125rem;left:1rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I9CkXXq87WkqL7gkhFJHhMSvQCJc3Twv { width:20rem;height:2.0625rem;top:11.6875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MwlWOXmZBuqmucAIq855LBZgKUMWXLTN { width:20rem;height:6.4rem;top:13.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kATlRpOTApbJBvtms5A2p6AaPwO4kShS { width:18.75rem;height:9.8123125rem;top:37.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsEI51MxSeU8iRswoxaZuUgttdKfbMgg { width:20rem;height:4.125rem;top:23.1875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sQG5GTFeyQ6zZ1szprlL6QsnzW6F9BbL { width:20rem;height:4.8rem;top:27.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XerkfcsufJGaqFiQTOHXu5dGeGKI0yX7 { width:20rem;height:100.9375rem;top:1.9976119995118rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZK1gk2BCMbTyD82Tmd7mb4SQhcITSzVW { width:20rem;height:19.2rem;top:65.248439311981rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZVRCJ09ghoHGRkfEvekdAuTyiroQsbuD { width:20rem;height:4.125rem;top:58.9375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gkuku9dzUEOA6cPpbbLTgTnafZCmw4OT { width:17.9373125rem;height:5.25rem;top:52.8125rem;left:1rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LKOEdvzX1ebnRKL6R2TSCNLhzZcAyQVB { width:18.624125rem;height:7.999125rem;top:89.125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxSJ0x1Hfp32w88hmwisvvQcV9HOTZmT { width:18.75rem;height:13.2498125rem;top:86.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaIXuUxUEUi4DBhfUuXminI6TyeA31ui { width:20rem;height:0.186631875rem;top:102.81684875488rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qtp8wKhqNzhZhIffuVAAX1N3b3qTTcxr { display:block; }#Qtp8wKhqNzhZhIffuVAAX1N3b3qTTcxr > .row .container { width:20rem;height:177.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kx3gSvGxLVRxGvqz1GWCBu3rHFZgMvub { width:20rem;height:7.875rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZJnA3uz7smJ7fAT5soOr2Gfq1yNTZ85R { width:12.5rem;height:0;top:19.125rem;left:5.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7ENkDS8lVexQZrxQPsICfLtNFxDJSJX { width:13.2498125rem;height:9.9375rem;top:23.229168653488rem;left:2.1907554268837rem;font-size:1rem;display:block; }#I7ENkDS8lVexQZrxQPsICfLtNFxDJSJX li:before{  }
 }@media only screen and (max-width: 763px) { #AELrdl9QHnNDrM1f3SezOnqTqQfQ36ux { width:13.2498125rem;height:9.625rem;top:96.25rem;left:2.1875rem;font-size:1rem;display:block; }#AELrdl9QHnNDrM1f3SezOnqTqQfQ36ux li:before{  }
 }@media only screen and (max-width: 763px) { #DDcm6peG5OlVw7yw8VQgkqvVa4ILR4dK { width:12.5rem;height:2.925rem;top:92.3125rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QUSZ9IUgU3OzUTu6Lt9rQqmKo6KxENy8 { width:12.8125rem;height:12.9375rem;top:58.6875rem;left:2.375rem;font-size:1rem;display:block; }#QUSZ9IUgU3OzUTu6Lt9rQqmKo6KxENy8 li:before{  }
 }@media only screen and (max-width: 763px) { #EQEVFfeewamnc7Z7UdICZICyi9d1zyyk { width:12.5rem;height:1.4625rem;top:56.25rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLFVxbipSa9RqeEuniweU8fQiiITd1VI { width:12.87425rem;height:8.4375rem;top:135.00000190735rem;left:2.3781249523163rem;font-size:1rem;display:block; }#hLFVxbipSa9RqeEuniweU8fQiiITd1VI li:before{  }
 }@media only screen and (max-width: 763px) { #QuvKgxFFReBtrNE0xFepJIrP0v7rzMf5 { width:14.75rem;height:1.4625rem;top:132.43750190735rem;left:2.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sLib7R7DsHrgLTRW6arBrCbCNndvqJ9N { width:11.3748125rem;height:8.499375rem;top:34.024521350861rem;left:8.1857646107675rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXBKgbOlCm7TSJfuQg4SeefpvsgqIZB7 { width:11.624375rem;height:7.1875rem;top:37.858074665069rem;left:0.59353297948838rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlUB03w6wpbzKXryvcFo4Lo8Rt3d2H3P { width:11.75rem;height:6.625rem;top:75.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfLBbXG8BKvSxu9dgRG6a17vJH4AOp1w { width:11.625rem;height:8.6875rem;top:72.3125rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9EAtgvBicw3kQm2SvZLkytfUuoavCIR { width:18.8125rem;height:6.625rem;top:106.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnhu7PmgOtrWl0i66ktNerlqF69WZ5t3 { width:18.5625rem;height:6.5rem;top:115rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlVDSx5QHseuXZ0iRVXzKbIDH0k43Dti { width:9.4375rem;height:7.0625rem;top:146.625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfBMbBQUw7rGfqOu5kfpD6pJiSUJFieu { width:9.5rem;height:7.0625rem;top:146.625rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOwi231kI8S58CwKaJ3osQM6ZaSi6cyJ { width:9.4375rem;height:6.9375rem;top:155.875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIRBTNad7Pf75ouEcNmhxHbGlvPVUZhk { width:9.3125rem;height:6.875rem;top:155.9375rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJFPIXZkphuPQKkgTk4zGUwTvPOnkTBV { width:12.5rem;height:1.3rem;top:145.375rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRpx0fd4ZmtH6wMBTr5Jki0cl5fP3i8k { width:7.5rem;height:1.3rem;top:145.375rem;left:10.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdSdlc0zcHr853oHTTGRtZ6g0iVlZKza { width:7.375rem;height:1.3rem;top:154.8125rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTcrCoTiOK4MsWJnf5ST7QTbnID8CQuz { width:8.25rem;height:1.3rem;top:154.8125rem;left:10.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sU5S6tSP0BUbucVb0yJCDKtlZydR7GZG { width:20rem;height:1.462675rem;top:20.704210996627rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T7A4ZQ7TNeurweGy0y55HLVM2LH6XTtE { width:20rem;height:8.125rem;top:9.8133611679075rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTc2ZXMDqIcu0QmC5D7KxJp0MzSN85x4 { width:20rem;height:0.1875rem;top:173.85704040528rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXVBDua1smLSO1BXfNzsTTWtPVLvN9cv { width:10.8109375rem;height:3.4375rem;top:46.117979049683rem;left:4.5945315361023rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnxbdzOVF1RpCVZaxpZu09Eq3XB7NU5F { display:block; }
 }@media only screen and (max-width: 763px) { #H2cx2K2iIqAzx31OTp39ZUeXFxxSUVOX { width:10.8109375rem;height:3.4375rem;top:83.0625rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXUO4Hxw8l0E9MHUSu9VeEr3SmDipFAm { display:block; }
 }@media only screen and (max-width: 763px) { #VbzIn2CgMlZ5ks2s15qtH0ZRKK0FDoTQ { width:10.8109375rem;height:3.4375rem;top:123.1875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kC8tLJQiH4lolUn2UgLxu71RcsPoSCXE { display:block; }
 }@media only screen and (max-width: 763px) { #GW5meituOV4dTePT03DulPTAbyroOKuL { width:10.8125rem;height:3.4375rem;top:164.48204040528rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7TZE27wSZ2Su6xnIXTUtUJJOeEVFMrF { display:block; }
 }@media only screen and (max-width: 763px) { #pS9XUAny0fRswSdDRmceRtQbypIQF1Px { display:block; }#pS9XUAny0fRswSdDRmceRtQbypIQF1Px > .row .container { width:20rem;height:67.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p6SfNZmAz3NZzSDtlQQcoRFfmSUC7QGd { width:20rem;height:5.25rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v8Rkr5G3sztRUROXTTPQJeM8QxgpFBJS { width:20rem;height:4.125rem;top:7.74956875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kMxqpmHgOc3mRgpNPrk4yV663XFupH21 { width:20rem;height:14.911470651354rem;top:47.2678125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEziliBio4fqp05VzmDpBxswIoXf9JWK { width:20rem;height:17.347521739131rem;top:13.12175rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PR87tFbVvTDtJl5obFWDJ4lkSFHrThR7 { width:20rem;height:14.3rem;top:31.71875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #USyiwyZ4fhvr9hNADkSJISP2qhgQqC5V { width:10.8125rem;height:3.4375rem;top:63.4288125rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTNWuqwkzTTwtnC6Eggs9ywfzAkDNfQI { display:block; }
 }@media only screen and (max-width: 763px) { #O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS { display:block; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { width:20rem;height:26.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CMDBSk9G0TdiizE38Gq1UHLGxt7kvp4C { width:20rem;height:6rem;top:14.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzJVLI1ragNgeTXaL5E90mLnGgJM97Mo { width:20rem;height:8.35rem;top:6.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M34xsdCGBMpwyMPuLSm5sSr2tXxsIEy3 { display:flex;width:1.9375rem;height:1.9375rem;top:21.4375rem;left:10.6875rem; }
#M34xsdCGBMpwyMPuLSm5sSr2tXxsIEy3 > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #keO2BzDPm5P6iMCuUCfz9nLfpcwWMnz1 { display:flex;width:2.1875rem;height:2.1875rem;top:21.3125rem;left:7.375rem;font-size:2.625rem; }
#keO2BzDPm5P6iMCuUCfz9nLfpcwWMnz1 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #Ll6nXg61X6PcMDq2pJsaoSEPyFWK3E9R { display:flex;width:2.1875rem;height:2.1875rem;top:21.3125rem;left:4.25rem;font-size:2.625rem; }
#Ll6nXg61X6PcMDq2pJsaoSEPyFWK3E9R > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #ZOcHi9J0Gz83QDeX3tLfCgRV1kC8AKxZ { display:flex;width:2.375rem;height:2.375rem;top:21.1875rem;left:13.6875rem;font-size:2.625rem; }
#ZOcHi9J0Gz83QDeX3tLfCgRV1kC8AKxZ > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }