.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: 763px) {
    html {
        width: 764px;
    }
}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); }#JT7AIrnnbNX6cPdwFpeTgBgdgfx2sNH6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8fafc;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; }#JT7AIrnnbNX6cPdwFpeTgBgdgfx2sNH6 > .row .container { background-color: transparent; background-image: none; }#JT7AIrnnbNX6cPdwFpeTgBgdgfx2sNH6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JT7AIrnnbNX6cPdwFpeTgBgdgfx2sNH6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JT7AIrnnbNX6cPdwFpeTgBgdgfx2sNH6 > .row .container > .video-iframe-container { display: none; }#JT7AIrnnbNX6cPdwFpeTgBgdgfx2sNH6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JT7AIrnnbNX6cPdwFpeTgBgdgfx2sNH6 > .row > .video-iframe-container { display: none; }#JT7AIrnnbNX6cPdwFpeTgBgdgfx2sNH6 > .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); }#JT7AIrnnbNX6cPdwFpeTgBgdgfx2sNH6 > .row .container { border-width: 0; border-radius: 0; }#JT7AIrnnbNX6cPdwFpeTgBgdgfx2sNH6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JT7AIrnnbNX6cPdwFpeTgBgdgfx2sNH6 > .row .container { font-size:0.875rem;font-family:arial;height:0.9375rem;width:47.75rem;position:relative;display:block; }#vni1ZBVnIPpXVk2VSd5rDzhbTEp2i0w9 { position:absolute;display:block;z-index:15000;height:0.625rem;width:0.625rem;top:0rem;left:20.5rem;display:block; }
#iPmqfdSpZaRBKWU4518rtnkio9L8ndEX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8fafc;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; }#iPmqfdSpZaRBKWU4518rtnkio9L8ndEX > .row .container { background-color: transparent; background-image: none; }#iPmqfdSpZaRBKWU4518rtnkio9L8ndEX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iPmqfdSpZaRBKWU4518rtnkio9L8ndEX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iPmqfdSpZaRBKWU4518rtnkio9L8ndEX > .row .container > .video-iframe-container { display: none; }#iPmqfdSpZaRBKWU4518rtnkio9L8ndEX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iPmqfdSpZaRBKWU4518rtnkio9L8ndEX > .row > .video-iframe-container { display: none; }#iPmqfdSpZaRBKWU4518rtnkio9L8ndEX > .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); }#iPmqfdSpZaRBKWU4518rtnkio9L8ndEX > .row .container { border-width: 0; border-radius: 0; }#iPmqfdSpZaRBKWU4518rtnkio9L8ndEX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iPmqfdSpZaRBKWU4518rtnkio9L8ndEX > .row .container { font-size:0.875rem;font-family:arial;height:58.5625rem;width:47.75rem;position:relative;display:block; }#pSkLIyRcWeLevVinr68isHafleKCTktS { box-sizing:content-box;height:33.625rem;width:43.75rem;position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;top:5.4375rem;left:2rem;box-shadow: 0rem 0rem 0.0625rem rgba(136,136,136,0.5) ;display:block; }
#ZC3z0qM1zLrOO5EF8gNTtfkl1G8CgXn5 { color:#0f1729;display:block;width:36.375rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:12.3125rem;left:5.6875rem;height:2.75rem;text-align:center;text-align-last:center;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; }
#Tpf1DTNGbqqa4nIQS46K8eOI7W58lKep { background-color:#16a249;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #16a249;border-left:0.1875rem solid #16a249;border-right:0.1875rem solid #16a249;border-bottom:0.1875rem solid #16a249;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.5;overflow:hidden;position:absolute;width:15.75rem;height:4rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:28.375rem;left:7.6875rem;display:block; }
#eIsnf9tLDNR6Am0rxW3ART9QsfO5lFfC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dq8Nn3AgiWQqkCNepfA5x1AWeOoSVenK { background-color:transparent;background-image:none;border-top:0.1875rem solid #006be6;border-left:0.1875rem solid #006be6;border-right:0.1875rem solid #006be6;border-bottom:0.1875rem solid #006be6;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#006be6;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.5;overflow:hidden;position:absolute;width:15.75rem;height:4rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:28.375rem;left:25rem;display:block; }
#t4OJCd8TzHN5STvscCRA52Wzn9D3UIsM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gxUgzKSPuioH78czToFMa9mLkpWmJszz { color:#65758b;display:block;width:35.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:15.875rem;left:6.125rem;height:3.125rem;text-align:center;text-align-last:center;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; }
#BoLi4btgzkdsX3vh5CpKMsnOI88ZNHCa { color:#0f1729;display:block;width:36rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:21.5625rem;left:5.875rem;height:2.4375rem;text-align:center;text-align-last:center;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; }
#mQ9ViyLfTwHawcyrhkS0MWXTNRdU9aAo { color:#65758b;display:block;width:36rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:24.4375rem;left:5.875rem;height:1.5625rem;text-align:center;text-align-last:center;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; }
#SE5MU7kAtgOE4QeWsHGGvO0zZCNGgPvq { 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: none;height:1.5rem;width:1.5rem;top:1.875rem;left:11.875rem;overflow:hidden;display:block; }
#OvRITLAhMGWiCKuWD2MAXGCTaORoTu2R { color:#65758b;display:block;width:6.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:2.0625rem;left:12.125rem;height:1.125rem;text-align:right;text-align-last:right;display:block; }
#eicb9qIFSOzERVMBaEtRkJPnboN3NFXn { position:absolute;display:block;z-index:15031;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:1.5rem;width:1.5rem;top:1.875rem;left:20rem;overflow:hidden;display:block; }
#WhZpG4qhCbIytHI6M9klF16Tn4ULO84H { color:#65758b;display:block;width:5.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:2.0625rem;left:20.4375rem;height:1.125rem;text-align:right;text-align-last:right;display:block; }
#uH9CxcrM28dtP4OVTDZSqSRv78Ds89mJ { color:#65758b;display:block;width:8.5625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:2.0625rem;left:27.3125rem;height:1.125rem;text-align:right;text-align-last:right;display:block; }
#sqouXX69yaeh0x2dPRJIJokm1BEnI8Lc { 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:1.5rem;width:1.5rem;top:1.875rem;left:27rem;overflow:hidden;display:block; }
#wQTpZdvqgEa6XTWRV61Rt13TNWcv06Il { color:#65758b;display:block;width:36rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15026;line-height:1.4;letter-spacing:0;top:34.9375rem;left:5.875rem;height:1.1875rem;text-align:center;text-align-last:center;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; }
#pMamcTTgTzmvTzVhBTtqaxOTue8HXvID { position:absolute;display:block;z-index:15033;height:3.75rem;width:27.5rem;top:8.625rem;left:10.125rem;display:block; }
#Q59grAeCZAggU8qSrV23yZeEU6FqKAAz { color:#65758b;display:block;width:36rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15026;line-height:1.4;letter-spacing:0;top:34.9375rem;left:5.875rem;height:1.2246125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#HTI7xsIFRNwrQJxCfuPDqRaUuUrVZR9o { color:#65758b;display:block;width:43.75rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:48.1875rem;left:2rem;height:7.875rem;text-align:center;text-align-last:center;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; }
#OMwz43Azkr3RPeKopJJsPVd4tFdmwlcv { color:#65758b;display:block;width:43.75rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:41.25rem;left:2rem;height:5.25rem;text-align:center;text-align-last:center;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; }
#l8ZazRHgyxz61wf8m4zXefL9ChT41H9E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8fafc;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; }#l8ZazRHgyxz61wf8m4zXefL9ChT41H9E > .row .container { background-color: transparent; background-image: none; }#l8ZazRHgyxz61wf8m4zXefL9ChT41H9E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l8ZazRHgyxz61wf8m4zXefL9ChT41H9E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l8ZazRHgyxz61wf8m4zXefL9ChT41H9E > .row .container > .video-iframe-container { display: none; }#l8ZazRHgyxz61wf8m4zXefL9ChT41H9E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l8ZazRHgyxz61wf8m4zXefL9ChT41H9E > .row > .video-iframe-container { display: none; }#l8ZazRHgyxz61wf8m4zXefL9ChT41H9E > .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); }#l8ZazRHgyxz61wf8m4zXefL9ChT41H9E > .row .container { border-width: 0; border-radius: 0; }#l8ZazRHgyxz61wf8m4zXefL9ChT41H9E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l8ZazRHgyxz61wf8m4zXefL9ChT41H9E > .row .container { font-size:0.875rem;font-family:arial;height:62.9375rem;width:47.75rem;position:relative;display:block; }#OtaRrWbdcS5y4gf85URRW30DO8aBefFS { box-sizing:content-box;height:37.9375rem;width:43.75rem;position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;top:5.4375rem;left:2rem;box-shadow: 0rem 0rem 0.0625rem rgba(136,136,136,0.5) ;display:block; }
#UNAOTFTSiefD59JzWXCbvqkta2hhSRe5 { color:#0f1729;display:block;width:36.375rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:12.3125rem;left:5.6875rem;height:2.75rem;text-align:center;text-align-last:center;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; }
#raOQ4MzU9sSLgoI154cG0E7qqMzttXtS { background-color:#16a249;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #16a249;border-left:0.1875rem solid #16a249;border-right:0.1875rem solid #16a249;border-bottom:0.1875rem solid #16a249;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.5;overflow:hidden;position:absolute;width:15.75rem;height:4rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:33.75rem;left:16rem;display:block; }
#r3sdGTDXXHQyTmEeL5TNTGLEkuNOy1Pc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JefBdpkOeV9zHbswZzWRco6IlhGDzJAk { color:#65758b;display:block;width:35.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:15.875rem;left:6.125rem;height:3.125rem;text-align:center;text-align-last:center;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; }
#WuyemT9BVKXkUNwQq0U4OOniFNNIFuTu { color:#0f1729;display:block;width:36rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:21.03125rem;left:5.875rem;height:2.4375rem;text-align:center;text-align-last:center;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; }
#cLQvwVuJVNbWyMyqX480PQdy0cCZQXZQ { color:#65758b;display:block;width:36rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:24rem;left:5.875rem;height:1.5625rem;text-align:center;text-align-last:center;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; }
#xDJshMPfy1ZtAiE1odOSNeAH2SUVqgJp { color:#65758b;display:block;width:36rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15026;line-height:1.4;letter-spacing:0;top:39.5625rem;left:5.875rem;height:1.1875rem;text-align:center;text-align-last:center;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; }
#gbHL5tlrweJpKTTaHeWIwGTAMWKr9niy { position:absolute;display:block;z-index:15033;height:3.75rem;width:27.5rem;top:8.625rem;left:10.125rem;display:block; }
#q1WuRE9KKodwFqWvxcIIaVLl7EQXlifB { position:absolute;display:block;z-index:15034;height:3.125rem;width:27.5rem;top:27.5625rem;left:10.125rem;display:block; }
#Hie1yNSXlRoZuCNPMcQeegkkP2InCyEQ { 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:1.5rem;width:1.5rem;top:1.6875rem;left:11.875rem;overflow:hidden;display:block; }
#cqcf9neJLBBTMiJiGfaWygDRWUeItiq9 { color:#65758b;display:block;width:6.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:1.875rem;left:12.125rem;height:1.125rem;text-align:right;text-align-last:right;display:block; }
#mZMcxiAEJ7egQGTH0m9SFAawQCMATlpe { 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:1.5rem;width:1.5rem;top:1.6875rem;left:20rem;overflow:hidden;display:block; }
#VAAzPVAbunCKcMPLeVDCBN3TFs588oyW { color:#65758b;display:block;width:5.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:1.875rem;left:20.4375rem;height:1.125rem;text-align:right;text-align-last:right;display:block; }
#EaK3RDHHp2GFrRz4Qs8cQGD44PfQHeZH { position:absolute;display:block;z-index:15038;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:1.5rem;width:1.5rem;top:1.6875rem;left:27rem;overflow:hidden;display:block; }
#hH1CIBcy6qpw9nSaUpvZU61nH4cT5GsA { color:#65758b;display:block;width:8.5625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:1.875rem;left:27.3125rem;height:1.125rem;text-align:right;text-align-last:right;display:block; }
#EU6haeu37lrPlTXivxANflMv3TFzwlEh { color:#65758b;display:block;width:36rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15026;line-height:1.4;letter-spacing:0;top:34.9375rem;left:5.875rem;height:1.2246125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#yV7snETcFfo4lS8kbHEellKHfUHd4wi7 { 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: none;height:1.5rem;width:1.5rem;top:1.875rem;left:11.875rem;overflow:hidden;display:none; }
#LGSoGy3XMNCWN93xibWcGspD4Q84Oz9O { color:#65758b;display:block;width:6.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:2.0625rem;left:12.125rem;height:1.13671875rem;text-align:right;text-align-last:right;display:none; }
#y3QGAw0nnXmH4p8HQWpn0OIdK9wzlgsg { color:#65758b;display:block;width:5.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:2.0625rem;left:20.4375rem;height:1.13671875rem;text-align:right;text-align-last:right;display:none; }
#EU2OTw8Lbed8nleWwmCrGGmxlgoQ5DTn { position:absolute;display:block;z-index:15031;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:1.5rem;width:1.5rem;top:1.875rem;left:20rem;overflow:hidden;display:none; }
#oMb0MsBdsNewfTMxLLJw7hNoKRhGDgym { 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:1.5rem;width:1.5rem;top:1.875rem;left:27rem;overflow:hidden;display:none; }
#QyDimB1o7eGHGD3T6Xy7EnRDnHFTHdHy { color:#65758b;display:block;width:8.5625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:2.0625rem;left:27.3125rem;height:1.13671875rem;text-align:right;text-align-last:right;display:none; }
#m24TO2cx8dsygrl0KR2EGHkhHtKgUo4y { color:#65758b;display:block;width:43.75rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:52.5625rem;left:2rem;height:7.875rem;text-align:center;text-align-last:center;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; }
#UQMFn2cBC7HlbH3TpAbkR5S3JXZ7ZRW9 { color:#65758b;display:block;width:43.75rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:45.625rem;left:2rem;height:5.25rem;text-align:center;text-align-last:center;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; }
#HdrdaJvia2Xq0BPg0HD5rrsI0xVW5LED { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8fafc;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; }#HdrdaJvia2Xq0BPg0HD5rrsI0xVW5LED > .row .container { background-color: transparent; background-image: none; }#HdrdaJvia2Xq0BPg0HD5rrsI0xVW5LED::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HdrdaJvia2Xq0BPg0HD5rrsI0xVW5LED > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HdrdaJvia2Xq0BPg0HD5rrsI0xVW5LED > .row .container > .video-iframe-container { display: none; }#HdrdaJvia2Xq0BPg0HD5rrsI0xVW5LED > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HdrdaJvia2Xq0BPg0HD5rrsI0xVW5LED > .row > .video-iframe-container { display: none; }#HdrdaJvia2Xq0BPg0HD5rrsI0xVW5LED > .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); }#HdrdaJvia2Xq0BPg0HD5rrsI0xVW5LED > .row .container { border-width: 0; border-radius: 0; }#HdrdaJvia2Xq0BPg0HD5rrsI0xVW5LED > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HdrdaJvia2Xq0BPg0HD5rrsI0xVW5LED > .row .container { font-size:0.875rem;font-family:arial;height:74rem;width:47.75rem;position:relative;display:block; }#a5Xv01dnkokS7b1cikKggoXVoinbhzMc { box-sizing:content-box;height:49.0625rem;width:43.75rem;position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;top:5.4375rem;left:2rem;box-shadow: 0rem 0rem 0.0625rem rgba(136,136,136,0.5) ;display:block; }
#OZcPSEvT8O1LRmuZ5qFw3HG8NMQETTBX { color:#0f1729;display:block;width:36.375rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:17.125rem;left:5.6875rem;height:2.75rem;text-align:center;text-align-last:center;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; }
#Dy2JPxUktfkrWCeB5ZLwdBgIXpiI0XEI { background-color:#16a249;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #16a249;border-left:0.1875rem solid #16a249;border-right:0.1875rem solid #16a249;border-bottom:0.1875rem solid #16a249;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.5;overflow:hidden;position:absolute;width:15.75rem;height:4rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:44.1875rem;left:7.6875rem;display:block; }
#kWMZAyt4q3LdWwiB0SAHXF29EGUWhJWw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZkdqzrPTH27DWQJ7rCeb3SWhKTuxULNT { background-color:transparent;background-image:none;border-top:0.1875rem solid #006be6;border-left:0.1875rem solid #006be6;border-right:0.1875rem solid #006be6;border-bottom:0.1875rem solid #006be6;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#006be6;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.5;overflow:hidden;position:absolute;width:15.75rem;height:4rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:44.1875rem;left:25rem;display:block; }
#SnUvHtlBPOF1mJEOfz75rRNcF8KOPB7F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cO6lTihqy5KUCzrCwkCNoqT3Rok0ysOb { color:#65758b;display:block;width:35.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:20.6875rem;left:6.125rem;height:3.125rem;text-align:center;text-align-last:center;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; }
#ZCUICD1qnFpcRQwGwDWHDzyIQAPt3UoH { color:#0f1729;display:block;width:36rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:26.375rem;left:5.875rem;height:4.875rem;text-align:center;text-align-last:center;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; }
#DTJa4CQIhrSe83H7a2RlHx3IWTOlHR21 { color:#65758b;display:block;width:36rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:32.3125rem;left:5.875rem;height:3.125rem;text-align:center;text-align-last:center;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; }
#CDpkSbVKSvr6JNyBsV7BFQaeOmdb1gGD { color:#65758b;display:block;width:36rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15026;line-height:1.4;letter-spacing:0;top:50.75rem;left:5.875rem;height:1.1875rem;text-align:center;text-align-last:center;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; }
#zSL4y2iPhKBfXQow1iK1H264O2knlDXL { position:absolute;display:block;z-index:15033;height:3.75rem;width:27.5rem;top:8.625rem;left:10.125rem;display:block; }
#fZy2pT1U8EGnPXxRhqL4yK0IoRxeMRhl { 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:1.5rem;width:1.5rem;top:38.65625rem;left:16.1875rem;overflow:hidden;display:block; }
#KCUdgIRioGhnrvhbIF3EBgQOwzxiJmVd { box-sizing:content-box;height:4.0625rem;width:23.4375rem;position:absolute;display:block;z-index:15026;background-color:rgba(22,162,73,0.05);background-image:none;top:37.3125rem;left:12.125rem;box-shadow: 0rem 0rem 0.0625rem rgba(136,136,136,0.5) ;border-top:0.0625rem solid #e1e7ef;border-left:0.0625rem solid #e1e7ef;border-right:0.0625rem solid #e1e7ef;border-bottom:0.0625rem solid #e1e7ef;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#WSWz0MD54alTZKTEEdV1R15LciQQvwJi { color:#16a249;display:block;width:14.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:38.70703125rem;left:17.8125rem;height:1.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qQGspTVAM8UzTZDNrt81tLCXHkaLCQgP { position:absolute;display:block;z-index:15042;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:1.5rem;width:1.5rem;top:2.125rem;left:11.875rem;overflow:hidden;display:block; }
#yVznMTo5W4b7WxpUMz0CNXtoKeAgDh9J { color:#65758b;display:block;width:6.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:2.3125rem;left:12.125rem;height:1.125rem;text-align:right;text-align-last:right;display:block; }
#OAeMT7VvUNI01xDDf03vHFJy4u8XmErL { 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:1.5rem;width:1.5rem;top:2.125rem;left:20rem;overflow:hidden;display:block; }
#osekF0CyTwtuSaeeACWcDrsKzfIATPz0 { color:#65758b;display:block;width:5.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:2.3125rem;left:20.4375rem;height:1.125rem;text-align:right;text-align-last:right;display:block; }
#ILc7G0OUIA1RNqIuypm0NWB68Gz8ylc6 { position:absolute;display:block;z-index:15044;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:1.5rem;width:1.5rem;top:2.125rem;left:27rem;overflow:hidden;display:block; }
#q7ir44U8xqRui4SIyKD9Q96VpRsq7d3x { color:#65758b;display:block;width:8.5625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:2.3125rem;left:27.3125rem;height:1.125rem;text-align:right;text-align-last:right;display:block; }
#Ho7nENgwLTUfift332hCkcbUK4DRLABk { 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: none;height:1.5rem;width:1.5rem;top:1.875rem;left:11.875rem;overflow:hidden;display:none; }
#PqZoIdNf3viJ3TccAQBG7gaDTbyxr692 { position:absolute;display:block;z-index:15031;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:1.5rem;width:1.5rem;top:1.875rem;left:20rem;overflow:hidden;display:none; }
#T1ItPeSZJzErNKHcAXL3Zfm1wg4QMQJ8 { 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:1.5rem;width:1.5rem;top:1.875rem;left:27rem;overflow:hidden;display:none; }
#ea2TX5A4vzFFyKgGGo8xkb4u7wwLs73P { color:#65758b;display:block;width:8.5625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:2.0625rem;left:27.3125rem;height:1.13671875rem;text-align:right;text-align-last:right;display:none; }
#vO0bBJQKXGKc7K3xSNyf397ICBPHXzW3 { color:#65758b;display:block;width:5.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:2.0625rem;left:20.4375rem;height:1.13671875rem;text-align:right;text-align-last:right;display:none; }
#keXloD858sLvGEcKaOIZmEtsKCNPx4N2 { color:#65758b;display:block;width:6.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:2.0625rem;left:12.125rem;height:1.13671875rem;text-align:right;text-align-last:right;display:none; }
#dgmAJGfPUP0LF7mSinSoCQlGg1n08auy { color:#65758b;display:block;width:36rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15026;line-height:1.4;letter-spacing:0;top:34.9375rem;left:5.875rem;height:1.2246125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#kmn4cbJGpqaKVTCgkqD6FMGI6ohQ12aF { color:#65758b;display:block;width:43.75rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:56.6875rem;left:2rem;height:5.25rem;text-align:center;text-align-last:center;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; }
#obFa3AiFSGQ1TFaItAx9L1nEfmt6Hckp { color:#65758b;display:block;width:43.75rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:63.625rem;left:2rem;height:7.875rem;text-align:center;text-align-last:center;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; }
#oxspahsiFD8VWec7fJxTEmeGfkVBupMr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8fafc;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; }#oxspahsiFD8VWec7fJxTEmeGfkVBupMr > .row .container { background-color: transparent; background-image: none; }#oxspahsiFD8VWec7fJxTEmeGfkVBupMr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oxspahsiFD8VWec7fJxTEmeGfkVBupMr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oxspahsiFD8VWec7fJxTEmeGfkVBupMr > .row .container > .video-iframe-container { display: none; }#oxspahsiFD8VWec7fJxTEmeGfkVBupMr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oxspahsiFD8VWec7fJxTEmeGfkVBupMr > .row > .video-iframe-container { display: none; }#oxspahsiFD8VWec7fJxTEmeGfkVBupMr > .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); }#oxspahsiFD8VWec7fJxTEmeGfkVBupMr > .row .container { border-width: 0; border-radius: 0; }#oxspahsiFD8VWec7fJxTEmeGfkVBupMr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oxspahsiFD8VWec7fJxTEmeGfkVBupMr > .row .container { font-size:0.875rem;font-family:arial;height:100.8125rem;width:47.75rem;position:relative;display:block; }#a0ez0QSPQpILqhqyTDceOVPUi2RECoyG { box-sizing:content-box;height:76.375rem;width:43.75rem;position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;top:5.4375rem;left:2rem;box-shadow: 0rem 0rem 0.0625rem rgba(136,136,136,0.5) ;display:block; }
#ctBJksVl8u33oBlZpXTOXgX0c6wLBBXs { color:#0f1729;display:block;width:36.375rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:20.75rem;left:5.6875rem;height:2.75rem;text-align:center;text-align-last:center;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; }
#Ee83XUu1LDK0KiVco8iBiScvEhsaOuyW { color:#65758b;display:block;width:37.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:24.375rem;left:4.875rem;height:3.125rem;text-align:center;text-align-last:center;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; }
#iJmbTqTiOKd1C87lhsEkHZF6KPqTzhms { color:#65758b;display:block;width:37.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15026;line-height:1.4;letter-spacing:0;top:78.5625rem;left:5.125rem;height:1.1875rem;text-align:center;text-align-last:center;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; }
#Hfh5LWJXgThaghowb4r2B9CSLi3MGZGo { position:absolute;display:block;z-index:15033;height:3.75rem;width:27.5rem;top:8.625rem;left:10.125rem;display:block; }
#JoK8xaWCzqJlgf2QXM2nDnUMZsh2d4sM { box-sizing:content-box;height:5.625rem;width:11.5625rem;position:absolute;display:block;z-index:15023;background-color:rgba(22,162,73,0.05);background-image:none;top:28.875rem;left:5.0625rem;box-shadow: 0rem 0rem 0.0625rem rgba(136,136,136,0.5) ;border-top:0.0625rem solid #e1e7ef;border-left:0.0625rem solid #e1e7ef;border-right:0.0625rem solid #e1e7ef;border-bottom:0.0625rem solid #e1e7ef;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#tgJPysOreLcH8LPnpMx90P13T0ip5bCI { box-sizing:content-box;height:5.625rem;width:11.5625rem;position:absolute;display:block;z-index:15024;background-color:rgba(0,107,230,0.05);background-image:none;top:28.875rem;left:17.75rem;box-shadow: 0rem 0rem 0.0625rem rgba(136,136,136,0.5) ;border-top:0.0625rem solid #e1e7ef;border-left:0.0625rem solid #e1e7ef;border-right:0.0625rem solid #e1e7ef;border-bottom:0.0625rem solid #e1e7ef;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#MJPy013lJXAJsu0RTiNRzA9po3pTIDdZ { box-sizing:content-box;height:5.625rem;width:11.5625rem;position:absolute;display:block;z-index:15024;background-color:rgba(249,116,21,0.05);background-image:none;top:28.875rem;left:30.3125rem;box-shadow: 0rem 0rem 0.0625rem rgba(136,136,136,0.5) ;border-top:0.0625rem solid #e1e7ef;border-left:0.0625rem solid #e1e7ef;border-right:0.0625rem solid #e1e7ef;border-bottom:0.0625rem solid #e1e7ef;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#BHgotL8OTxOiNkPtqfR4dB0ocOQ4umcz { color:#16a249;display:block;width:11.5625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:29.75rem;left:5.125rem;height:1.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e4vNTRWDBRDbNCVvf4out6S7B3Ny5kGK { color:#65758b;display:block;width:11.5625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:32.26171875rem;left:5.125rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#xSCzqwcZP7k2OT2764oGlM3aVtOrJNRz { color:#006be6;display:block;width:11.5625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:29.75rem;left:17.8125rem;height:1.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RU1Uq1bZU0m1KLTqLB4GcI4aOsEz29Kv { color:#f97415;display:block;width:11.5625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:29.75rem;left:30.375rem;height:1.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vBPIUBxWJDFgpymvmclERXakF59G3lUg { color:#65758b;display:block;width:11.5625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:32.26171875rem;left:17.8125rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#Z2KtUT1mxW2gXeCGfkdvCd81hyfupsOK { color:#65758b;display:block;width:11.5625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:32.26171875rem;left:30.375rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#qw7FR4Dagel6DNw5Tkvd8wTGScTkEhbw { box-sizing:content-box;height:21.5rem;width:37.5rem;position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(274deg, rgba(22,162,73,0.1), rgba(0,107,230,0.1));background-image: -moz-linear-gradient(274deg, rgba(22,162,73,0.1), rgba(0,107,230,0.1));background-image: -ms-linear-gradient(274deg, rgba(22,162,73,0.1), rgba(0,107,230,0.1));background-image: -o-linear-gradient(274deg, rgba(22,162,73,0.1), rgba(0,107,230,0.1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1916a249', endColorstr='#19006be6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1916a249', endColorstr='#19006be6' );";background-image: linear-gradient(274deg, rgba(22,162,73,0.1), rgba(0,107,230,0.1));background-size:auto !important;top:37.1875rem;left:5.0625rem;box-shadow: 0rem 0rem 0.0625rem rgba(136,136,136,0.5) ;border-top:0.0625rem solid #e1e7ef;border-left:0.0625rem solid #e1e7ef;border-right:0.0625rem solid #e1e7ef;border-bottom:0.0625rem solid #e1e7ef;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#wKybxBcD2sT5UOpLKd5x6Ou6BTyWgLQt { color:#0f1729;display:block;width:37.5rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:38.5625rem;left:5.125rem;height:2.4375rem;text-align:center;text-align-last:center;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; }
#i3wM8EDWbWb5X7Fw2PV8daFf0JEsKSDR { box-sizing:content-box;height:6.875rem;width:31.25rem;position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:none;top:42.75rem;left:8.1875rem;box-shadow: 0rem 0rem 0.0625rem rgba(136,136,136,0.5) ;border-top:0.0625rem solid rgba(0,107,230,0.25);border-left:0.0625rem solid rgba(0,107,230,0.25);border-right:0.0625rem solid rgba(0,107,230,0.25);border-bottom:0.0625rem solid rgba(0,107,230,0.25);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#cwto9TiIkU3EQZbr2psZ8kpbzxSsu3o7 { color:#006be6;display:block;width:29.1875rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:44.3125rem;left:10.125rem;height:2.4375rem;text-align:center;text-align-last:center;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; }
#ilDkecnigNnK5TE6IONM7aD4SFRXzW0Q { position:absolute;display:block;z-index:15039;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:1.875rem;width:1.875rem;top:44.5625rem;left:16.3125rem;overflow:hidden;display:block; }
#rQzgcVa5zERKL3nVqnLh6SR8dQzK1o3w { color:#65758b;display:block;width:31.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:47.25rem;left:8.25rem;height:1.1875rem;text-align:center;text-align-last:center;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; }
#OuJpb6eU95Z4y24k7WOcsivhmUNF9tyv { background-color:#16a249;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #16a249;border-left:0.1875rem solid #16a249;border-right:0.1875rem solid #16a249;border-bottom:0.1875rem solid #16a249;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.5;overflow:hidden;position:absolute;width:18.625rem;height:4rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:52.3125rem;left:14.5625rem;display:block; }
#Tk48y0EXLJoe6t0h5GFZtXC7co7H7ux2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZwIpK0AH9MLirAoATNOJAqrXbVaH3uC9 { box-sizing:content-box;height:4.75rem;width:18.125rem;position:absolute;display:block;z-index:15024;background-color:rgba(22,162,73,0.05);background-image:none;top:61.75rem;left:24.625rem;box-shadow: 0rem 0rem 0.0625rem rgba(136,136,136,0.5) ;border-top:0.0625rem solid #e1e7ef;border-left:0.0625rem solid #e1e7ef;border-right:0.0625rem solid #e1e7ef;border-bottom:0.0625rem solid #e1e7ef;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#BkEOo2b2ToFl0cu3dgamrhR3tLQWq9FW { box-sizing:content-box;height:4.75rem;width:18.125rem;position:absolute;display:block;z-index:15025;background-color:rgba(249,116,21,0.05);background-image:none;top:61.75rem;left:4.9375rem;box-shadow: 0rem 0rem 0.0625rem rgba(136,136,136,0.5) ;border-top:0.0625rem solid #e1e7ef;border-left:0.0625rem solid #e1e7ef;border-right:0.0625rem solid #e1e7ef;border-bottom:0.0625rem solid #e1e7ef;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#QCLmWwIQAdWPP1qFfIQTukrqura6p2B0 { color:#16a249;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:62.6875rem;left:27.8125rem;height:1.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x1Jfo8Rp23FFL95cHsaK0U5huw2nvcSG { color:#65758b;display:block;width:13.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:64.3125rem;left:27.875rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#TATrrs9TakDOyR22OqVnNDyyavNqPW0P { color:#f97415;display:block;width:10.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:62.6875rem;left:8.5625rem;height:1.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A4xnTTImgPDR0o1fZ7FpV88G3EwPUJsU { color:#65758b;display:block;width:10.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:64.375rem;left:8.375rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#iKwJXtJNgNFkWzIHCTyhsOzBFAOUhqu1 { position:absolute;display:block;z-index:15040;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:1.875rem;width:1.875rem;top:63.25rem;left:6.125rem;overflow:hidden;display:block; }
#XVCsA3biPWbPfaNlfc2rr3Pa3b5G7cTa { position:absolute;display:block;z-index:15041;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:1.875rem;width:1.875rem;top:63.25rem;left:25.625rem;overflow:hidden;display:block; }
#WdtmhKkzZbrtb3pQTQNNvrrZZFqBPFoE { position:absolute;display:block;z-index:15042;height:7.125rem;width:37.5rem;top:69.3125rem;left:5.125rem;display:block; }
#PrJsTqVOL9XFheov5RcDL4K0dfBA1kDn { position:absolute;display:block;z-index:15048;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:1.5rem;width:1.5rem;top:1.875rem;left:11.875rem;overflow:hidden;display:block; }
#mcZKCCBtTEdf5EBDWWf3FH3Xnkt3bbQm { color:#65758b;display:block;width:6.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:2.0625rem;left:12.125rem;height:1.125rem;text-align:right;text-align-last:right;display:block; }
#V85egHt9Zyh7gmswiUgkqy20IVxz7uHC { position:absolute;display:block;z-index:15049;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:1.5rem;width:1.5rem;top:1.875rem;left:20rem;overflow:hidden;display:block; }
#O82Vigo2zJIX7f9rC5S8re7DNImSypJD { color:#65758b;display:block;width:5.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:2.0625rem;left:20.4375rem;height:1.125rem;text-align:right;text-align-last:right;display:block; }
#lpDCRA35aGoQBWpFN6ggBGHuMh9qKapE { position:absolute;display:block;z-index:15050;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:1.5rem;width:1.5rem;top:1.875rem;left:27rem;overflow:hidden;display:block; }
#e2Apx74GJTTLCunP6a47y2hDtNhwOT79 { color:#65758b;display:block;width:8.5625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:2.0625rem;left:27.3125rem;height:1.125rem;text-align:right;text-align-last:right;display:block; }
#XEHO6hdrOc5RgkSUKIVFMAxGGF2JPP3q { 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: none;height:1.5rem;width:1.5rem;top:1.875rem;left:11.875rem;overflow:hidden;display:none; }
#GPUOEHTOFuKGgGMbVqMayXeCE66WNIgH { color:#65758b;display:block;width:6.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:2.0625rem;left:12.125rem;height:1.13671875rem;text-align:right;text-align-last:right;display:none; }
#hvA6h7qXBgmcHPecpIEbKti0LJAKgTya { position:absolute;display:block;z-index:15031;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:1.5rem;width:1.5rem;top:1.875rem;left:20rem;overflow:hidden;display:none; }
#RxM8gFr6KJ6eBGTuo4qNkFLRzxnuzKHI { 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:1.5rem;width:1.5rem;top:1.875rem;left:27rem;overflow:hidden;display:none; }
#tToG0MDNkKcpgdHi7N3UB3zkm16ry1KC { color:#65758b;display:block;width:8.5625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:2.0625rem;left:27.3125rem;height:1.13671875rem;text-align:right;text-align-last:right;display:none; }
#kcqTRUp2D2RXxcTXatoqoQu3y4VsZLkV { color:#65758b;display:block;width:5.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:2.0625rem;left:20.4375rem;height:1.13671875rem;text-align:right;text-align-last:right;display:none; }
#D1BSfDtVRVVdteXHsfXF9PCb38GERP5R { color:#65758b;display:block;width:36rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15026;line-height:1.4;letter-spacing:0;top:78.625rem;left:5.875rem;height:1.2246125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#oDGlLTcV7XXs1TN1DmHATWVBV75mbw7H { color:#65758b;display:block;width:43.75rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:83.75rem;left:2rem;height:5.25rem;text-align:center;text-align-last:center;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; }
#X1WaXux22pR4XZL4kLaW44JMIpEi2FzW { color:#65758b;display:block;width:43.75rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:90.6875rem;left:2rem;height:7.875rem;text-align:center;text-align-last:center;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; }
#sxvvTUT26iGC6xdTmQ7rRM51cELUp43O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8fafc;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; }#sxvvTUT26iGC6xdTmQ7rRM51cELUp43O > .row .container { background-color: transparent; background-image: none; }#sxvvTUT26iGC6xdTmQ7rRM51cELUp43O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sxvvTUT26iGC6xdTmQ7rRM51cELUp43O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sxvvTUT26iGC6xdTmQ7rRM51cELUp43O > .row .container > .video-iframe-container { display: none; }#sxvvTUT26iGC6xdTmQ7rRM51cELUp43O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sxvvTUT26iGC6xdTmQ7rRM51cELUp43O > .row > .video-iframe-container { display: none; }#sxvvTUT26iGC6xdTmQ7rRM51cELUp43O > .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); }#sxvvTUT26iGC6xdTmQ7rRM51cELUp43O > .row .container { border-width: 0; border-radius: 0; }#sxvvTUT26iGC6xdTmQ7rRM51cELUp43O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sxvvTUT26iGC6xdTmQ7rRM51cELUp43O > .row .container { font-size:0.875rem;font-family:arial;height:69.9375rem;width:47.75rem;position:relative;display:block; }#ffzC3Fzqem7hk26NDqo3MKx4w5CqVEWs { box-sizing:content-box;height:44.75rem;width:43.75rem;position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;top:5.4375rem;left:2rem;box-shadow: 0rem 0rem 0.0625rem rgba(136,136,136,0.5) ;display:block; }
#INkk37vHfisvZZSHc2REmRI4rfxvaMZH { color:#0f1729;display:block;width:36.375rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:14.9375rem;left:5.6875rem;height:2.75rem;text-align:center;text-align-last:center;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; }
#Vbi3yTqHtGdC82tI8noTspTggKAR7ab3 { color:#65758b;display:block;width:37.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:18.625rem;left:5.125rem;height:4.6875rem;text-align:center;text-align-last:center;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; }
#nfqvAoN436OzwSanyPp4Z8xFGBmt2rdl { color:#65758b;display:block;width:37.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15026;line-height:2;letter-spacing:0;top:45.3125rem;left:5.125rem;height:3.5rem;text-align:center;text-align-last:center;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; }
#RCIooimooxZqaZNsK8rFXfyTfdbbPIQp { color:#65758b;display:block;width:43.75rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:59.1494140625rem;left:2rem;height:7.875rem;text-align:center;text-align-last:center;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; }
#gGwtv1vvHquAnKzPfwKpIBd3ViTsFJCR { position:absolute;display:block;z-index:15033;height:3.75rem;width:27.5rem;top:8.625rem;left:10.125rem;display:block; }
#avE4AR6Pddhv5MDIUiDFiF5niroxsTU4 { position:absolute;display:block;z-index:15048;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:1.5rem;width:1.5rem;top:2.005859375rem;left:5.75rem;overflow:hidden;display:block; }
#HLCLt3NNz2VUFVxTRiRFMyhOvTdTg31W { color:#65758b;display:block;width:16.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:2.1875rem;left:7.3125rem;height:1.125rem;text-align:right;text-align-last:right;display:block; }
#VCJJiHeC0Hd4SdewEE5mlCoR16v4st1D { position:absolute;display:block;z-index:15049;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:1.5rem;width:1.5rem;top:2rem;left:24.6875rem;overflow:hidden;display:block; }
#IXRMrLEJfH1yr8T7xwJO6ArsmOuhvwBa { color:#65758b;display:block;width:5.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:2.1875rem;left:25.125rem;height:1.125rem;text-align:right;text-align-last:right;display:block; }
#cOLwIJPJc4OZVx306JXWQZgTIUwrVNNM { position:absolute;display:block;z-index:15050;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:1.5rem;width:1.5rem;top:2rem;left:31.6875rem;overflow:hidden;display:block; }
#S6gbWRrxfym8ieOTdpHpur9a6LXs39fe { color:#65758b;display:block;width:8.5625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:2.1875rem;left:32rem;height:1.125rem;text-align:right;text-align-last:right;display:block; }
#bslLOD8iBQCPJDT3V55wwRuoGIz0zvo4 { color:#16a249;display:block;width:11.5625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:26.4375rem;left:5.5rem;height:1.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sPoHKaJVPMzxk7UrSAOPkZ3caNE9cWeT { color:#65758b;display:block;width:11.5625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:28.9375rem;left:5.5rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#FhNFWowStCCDkIGH6cMp3URR5NUdkpaK { box-sizing:content-box;height:5.625rem;width:11.5625rem;position:absolute;display:block;z-index:15032;background-color:rgba(22,162,73,0.05);background-image:none;top:25.5625rem;left:5.4375rem;box-shadow: 0rem 0rem 0.0625rem rgba(136,136,136,0.5) ;border-top:0.0625rem solid #e1e7ef;border-left:0.0625rem solid #e1e7ef;border-right:0.0625rem solid #e1e7ef;border-bottom:0.0625rem solid #e1e7ef;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#kH6HnIfsQQce2Tw2eDyeTCPlsCcGne10 { color:#006be6;display:block;width:11.5625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:26.4375rem;left:18.1875rem;height:1.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yyfKSoZzQILMFJ7znX6swsgpkLaaEXaW { color:#65758b;display:block;width:11.5625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:28.9375rem;left:18.1875rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#VVBduoVpccfruJx0E0XAewLtHOXZ5G3P { box-sizing:content-box;height:5.625rem;width:11.5625rem;position:absolute;display:block;z-index:15033;background-color:rgba(0,107,230,0.05);background-image:none;top:25.5625rem;left:18.125rem;box-shadow: 0rem 0rem 0.0625rem rgba(136,136,136,0.5) ;border-top:0.0625rem solid #e1e7ef;border-left:0.0625rem solid #e1e7ef;border-right:0.0625rem solid #e1e7ef;border-bottom:0.0625rem solid #e1e7ef;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#OQnXATrqnOSL8sxPytRIGHhbO4T9rahK { color:#f97415;display:block;width:11.5625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:26.4375rem;left:30.75rem;height:1.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tOsyqT7DkFfKhWgXKeps7UrfJisGyhIR { color:#65758b;display:block;width:11.5625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:28.9375rem;left:30.75rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#uEQqETPgFkFTg6kCFB6noDlEuMhEskWb { box-sizing:content-box;height:5.625rem;width:11.5625rem;position:absolute;display:block;z-index:15033;background-color:rgba(249,116,21,0.05);background-image:none;top:25.5625rem;left:30.6875rem;box-shadow: 0rem 0rem 0.0625rem rgba(136,136,136,0.5) ;border-top:0.0625rem solid #e1e7ef;border-left:0.0625rem solid #e1e7ef;border-right:0.0625rem solid #e1e7ef;border-bottom:0.0625rem solid #e1e7ef;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#ascKune6cFgeRFMS90ipr4VJWUy1z6fm { 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: none;height:1.5rem;width:1.5rem;top:1.875rem;left:11.875rem;overflow:hidden;display:none; }
#AoZS0Hay4FBrXHTo2WOXgeL9vTAKZkFU { position:absolute;display:block;z-index:15031;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:1.5rem;width:1.5rem;top:1.875rem;left:20rem;overflow:hidden;display:none; }
#pEVNBq0LGKIETXEU7UltfiT4adLSRTlh { 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:1.5rem;width:1.5rem;top:1.875rem;left:27rem;overflow:hidden;display:none; }
#VUFEm0Pp1OzpGLI8wtXTRVaGPfJ7KV8r { color:#65758b;display:block;width:8.5625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:2.0625rem;left:27.3125rem;height:1.13671875rem;text-align:right;text-align-last:right;display:none; }
#sxmw3NZEF9uZWy6mg6Mk8Igeyg34usg3 { color:#65758b;display:block;width:5.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:2.0625rem;left:20.4375rem;height:1.13671875rem;text-align:right;text-align-last:right;display:none; }
#OL65TJvMRk0L1ydELTgNLf6BIm4cTXON { color:#65758b;display:block;width:6.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:2.0625rem;left:12.125rem;height:1.13671875rem;text-align:right;text-align-last:right;display:none; }
#KDQL61QyyBmQ43FaIrdzJ9Cezv7AId9q { color:#65758b;display:block;width:36rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15026;line-height:1.4;letter-spacing:0;top:78.625rem;left:5.875rem;height:1.2246125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#l8Vln9fx2K8DCMlpDHeuCB3calxsdJ0t { color:#65758b;display:block;width:43.75rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:83.2744140625rem;left:2rem;height:1.13671875rem;text-align:center;text-align-last:center;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:none; }
#haOgNtTlhL7NdsaQCMCmXufVJsnNQtEo { box-sizing:content-box;height:10.4375rem;width:37.5rem;position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(274deg, rgba(22,162,73,0.1), rgba(0,107,230,0.1));background-image: -moz-linear-gradient(274deg, rgba(22,162,73,0.1), rgba(0,107,230,0.1));background-image: -ms-linear-gradient(274deg, rgba(22,162,73,0.1), rgba(0,107,230,0.1));background-image: -o-linear-gradient(274deg, rgba(22,162,73,0.1), rgba(0,107,230,0.1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1916a249', endColorstr='#19006be6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1916a249', endColorstr='#19006be6' );";background-image: linear-gradient(274deg, rgba(22,162,73,0.1), rgba(0,107,230,0.1));background-size:auto !important;top:32.9375rem;left:5.0625rem;box-shadow: 0rem 0rem 0.0625rem rgba(136,136,136,0.5) ;border-top:0.0625rem solid #e1e7ef;border-left:0.0625rem solid #e1e7ef;border-right:0.0625rem solid #e1e7ef;border-bottom:0.0625rem solid #e1e7ef;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#KCgPhTtX45aBO2QpXKuFSp8HXgWrrZgF { color:#0f1729;display:block;width:37.5rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:34.75rem;left:5.125rem;height:2.4375rem;text-align:center;text-align-last:center;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; }
#HHBA72HLKf5zAPGJ7nTQEb8ryB5FGscM { background-color:#16a249;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #16a249;border-left:0.1875rem solid #16a249;border-right:0.1875rem solid #16a249;border-bottom:0.1875rem solid #16a249;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.5;overflow:hidden;position:absolute;width:18.625rem;height:4rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:37.75rem;left:14.5625rem;display:block; }
#TOwJKxmUlTx2cJdSQXlv5C83feGp1Hv2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KQBzenEAEebXzo9KlBXlAOVsDrX810V2 { color:#65758b;display:block;width:43.75rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:52.2119140625rem;left:2rem;height:5.25rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JT7AIrnnbNX6cPdwFpeTgBgdgfx2sNH6 { display:block; }#JT7AIrnnbNX6cPdwFpeTgBgdgfx2sNH6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vni1ZBVnIPpXVk2VSd5rDzhbTEp2i0w9 { top:0rem;left:20.5rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPmqfdSpZaRBKWU4518rtnkio9L8ndEX { display:block; }#iPmqfdSpZaRBKWU4518rtnkio9L8ndEX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pSkLIyRcWeLevVinr68isHafleKCTktS { top:5.4375rem;left:2rem;width:43.75rem;height:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZC3z0qM1zLrOO5EF8gNTtfkl1G8CgXn5 { top:12.3125rem;left:5.6875rem;width:36.375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tpf1DTNGbqqa4nIQS46K8eOI7W58lKep { width:15.75rem;height:4rem;top:28.375rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIsnf9tLDNR6Am0rxW3ART9QsfO5lFfC { display:block; }
 }@media only screen and (max-width: 763px) { #dq8Nn3AgiWQqkCNepfA5x1AWeOoSVenK { width:15.75rem;height:4rem;top:28.375rem;left:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4OJCd8TzHN5STvscCRA52Wzn9D3UIsM { display:block; }
 }@media only screen and (max-width: 763px) { #gxUgzKSPuioH78czToFMa9mLkpWmJszz { top:15.875rem;left:6.125rem;width:35.4375rem;height:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoLi4btgzkdsX3vh5CpKMsnOI88ZNHCa { top:21.5625rem;left:5.875rem;width:36rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQ9ViyLfTwHawcyrhkS0MWXTNRdU9aAo { top:24.4375rem;left:5.875rem;width:36rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SE5MU7kAtgOE4QeWsHGGvO0zZCNGgPvq { top:1.875rem;left:11.875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvRITLAhMGWiCKuWD2MAXGCTaORoTu2R { top:2.0625rem;left:12.125rem;width:6.875rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eicb9qIFSOzERVMBaEtRkJPnboN3NFXn { top:1.875rem;left:20rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhZpG4qhCbIytHI6M9klF16Tn4ULO84H { top:2.0625rem;left:20.4375rem;width:5.25rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uH9CxcrM28dtP4OVTDZSqSRv78Ds89mJ { top:2.0625rem;left:27.3125rem;width:8.5625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqouXX69yaeh0x2dPRJIJokm1BEnI8Lc { top:1.875rem;left:27rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQTpZdvqgEa6XTWRV61Rt13TNWcv06Il { top:34.9375rem;left:5.875rem;width:36rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMamcTTgTzmvTzVhBTtqaxOTue8HXvID { top:8.625rem;left:10.125rem;width:27.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q59grAeCZAggU8qSrV23yZeEU6FqKAAz { top:34.9375rem;left:5.875rem;width:20rem;height:2.4375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #HTI7xsIFRNwrQJxCfuPDqRaUuUrVZR9o { top:48.1875rem;left:2rem;width:43.75rem;height:7.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMwz43Azkr3RPeKopJJsPVd4tFdmwlcv { top:41.25rem;left:2rem;width:43.75rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8ZazRHgyxz61wf8m4zXefL9ChT41H9E { display:block; }#l8ZazRHgyxz61wf8m4zXefL9ChT41H9E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OtaRrWbdcS5y4gf85URRW30DO8aBefFS { top:5.4375rem;left:2rem;width:43.75rem;height:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNAOTFTSiefD59JzWXCbvqkta2hhSRe5 { top:12.3125rem;left:5.6875rem;width:36.375rem;height:2.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #raOQ4MzU9sSLgoI154cG0E7qqMzttXtS { width:15.75rem;height:4rem;top:33.75rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3sdGTDXXHQyTmEeL5TNTGLEkuNOy1Pc { display:block; }
 }@media only screen and (max-width: 763px) { #JefBdpkOeV9zHbswZzWRco6IlhGDzJAk { top:15.875rem;left:6.125rem;width:35.4375rem;height:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuyemT9BVKXkUNwQq0U4OOniFNNIFuTu { top:21rem;left:5.875rem;width:36rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLQvwVuJVNbWyMyqX480PQdy0cCZQXZQ { top:24rem;left:5.875rem;width:36rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDJshMPfy1ZtAiE1odOSNeAH2SUVqgJp { top:39.5625rem;left:5.875rem;width:36rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbHL5tlrweJpKTTaHeWIwGTAMWKr9niy { top:8.625rem;left:10.125rem;width:27.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1WuRE9KKodwFqWvxcIIaVLl7EQXlifB { top:27.5625rem;left:10.125rem;width:27.5rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hie1yNSXlRoZuCNPMcQeegkkP2InCyEQ { top:1.6875rem;left:11.875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqcf9neJLBBTMiJiGfaWygDRWUeItiq9 { top:1.875rem;left:12.125rem;width:6.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZMcxiAEJ7egQGTH0m9SFAawQCMATlpe { top:1.6875rem;left:20rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAAzPVAbunCKcMPLeVDCBN3TFs588oyW { top:1.875rem;left:20.4375rem;width:5.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaK3RDHHp2GFrRz4Qs8cQGD44PfQHeZH { top:1.6875rem;left:27rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hH1CIBcy6qpw9nSaUpvZU61nH4cT5GsA { top:1.875rem;left:27.3125rem;width:8.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EU6haeu37lrPlTXivxANflMv3TFzwlEh { top:34.9375rem;left:5.875rem;width:20rem;height:2.4375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #yV7snETcFfo4lS8kbHEellKHfUHd4wi7 { top:1.875rem;left:11.875rem;width:1.5rem;height:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #LGSoGy3XMNCWN93xibWcGspD4Q84Oz9O { top:2.0625rem;left:12.125rem;width:6.875rem;height:1.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #y3QGAw0nnXmH4p8HQWpn0OIdK9wzlgsg { top:2.0625rem;left:20.4375rem;width:5.25rem;height:1.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #EU2OTw8Lbed8nleWwmCrGGmxlgoQ5DTn { top:1.875rem;left:20rem;width:1.5rem;height:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #oMb0MsBdsNewfTMxLLJw7hNoKRhGDgym { top:1.875rem;left:27rem;width:1.5rem;height:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #QyDimB1o7eGHGD3T6Xy7EnRDnHFTHdHy { top:2.0625rem;left:27.3125rem;width:8.5625rem;height:1.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #m24TO2cx8dsygrl0KR2EGHkhHtKgUo4y { top:52.5625rem;left:2rem;width:43.75rem;height:7.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQMFn2cBC7HlbH3TpAbkR5S3JXZ7ZRW9 { top:45.625rem;left:2rem;width:43.75rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdrdaJvia2Xq0BPg0HD5rrsI0xVW5LED { display:block; }#HdrdaJvia2Xq0BPg0HD5rrsI0xVW5LED > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a5Xv01dnkokS7b1cikKggoXVoinbhzMc { top:5.4375rem;left:2rem;width:43.75rem;height:49.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZcPSEvT8O1LRmuZ5qFw3HG8NMQETTBX { top:17.125rem;left:5.6875rem;width:36.375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dy2JPxUktfkrWCeB5ZLwdBgIXpiI0XEI { width:15.75rem;height:4rem;top:44.1875rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWMZAyt4q3LdWwiB0SAHXF29EGUWhJWw { display:block; }
 }@media only screen and (max-width: 763px) { #ZkdqzrPTH27DWQJ7rCeb3SWhKTuxULNT { width:15.75rem;height:4rem;top:44.1875rem;left:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnUvHtlBPOF1mJEOfz75rRNcF8KOPB7F { display:block; }
 }@media only screen and (max-width: 763px) { #cO6lTihqy5KUCzrCwkCNoqT3Rok0ysOb { top:20.6875rem;left:6.125rem;width:35.4375rem;height:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCUICD1qnFpcRQwGwDWHDzyIQAPt3UoH { top:26.375rem;left:5.875rem;width:36rem;height:4.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTJa4CQIhrSe83H7a2RlHx3IWTOlHR21 { top:32.3125rem;left:5.875rem;width:36rem;height:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDpkSbVKSvr6JNyBsV7BFQaeOmdb1gGD { top:50.75rem;left:5.875rem;width:36rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSL4y2iPhKBfXQow1iK1H264O2knlDXL { top:8.625rem;left:10.125rem;width:27.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZy2pT1U8EGnPXxRhqL4yK0IoRxeMRhl { top:38.625rem;left:16.1875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCUdgIRioGhnrvhbIF3EBgQOwzxiJmVd { top:37.3125rem;left:12.125rem;width:23.4375rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSWz0MD54alTZKTEEdV1R15LciQQvwJi { top:38.6875rem;left:17.8125rem;width:14.75rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQGspTVAM8UzTZDNrt81tLCXHkaLCQgP { top:2.125rem;left:11.875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVznMTo5W4b7WxpUMz0CNXtoKeAgDh9J { top:2.3125rem;left:12.125rem;width:6.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAeMT7VvUNI01xDDf03vHFJy4u8XmErL { top:2.125rem;left:20rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #osekF0CyTwtuSaeeACWcDrsKzfIATPz0 { top:2.3125rem;left:20.4375rem;width:5.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILc7G0OUIA1RNqIuypm0NWB68Gz8ylc6 { top:2.125rem;left:27rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7ir44U8xqRui4SIyKD9Q96VpRsq7d3x { top:2.3125rem;left:27.3125rem;width:8.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ho7nENgwLTUfift332hCkcbUK4DRLABk { top:1.875rem;left:11.875rem;width:1.5rem;height:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #PqZoIdNf3viJ3TccAQBG7gaDTbyxr692 { top:1.875rem;left:20rem;width:1.5rem;height:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #T1ItPeSZJzErNKHcAXL3Zfm1wg4QMQJ8 { top:1.875rem;left:27rem;width:1.5rem;height:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ea2TX5A4vzFFyKgGGo8xkb4u7wwLs73P { top:2.0625rem;left:27.3125rem;width:8.5625rem;height:1.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #vO0bBJQKXGKc7K3xSNyf397ICBPHXzW3 { top:2.0625rem;left:20.4375rem;width:5.25rem;height:1.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #keXloD858sLvGEcKaOIZmEtsKCNPx4N2 { top:2.0625rem;left:12.125rem;width:6.875rem;height:1.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #dgmAJGfPUP0LF7mSinSoCQlGg1n08auy { top:46.1875rem;left:0rem;width:20rem;height:2.0625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kmn4cbJGpqaKVTCgkqD6FMGI6ohQ12aF { top:56.6875rem;left:2rem;width:43.75rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #obFa3AiFSGQ1TFaItAx9L1nEfmt6Hckp { top:63.625rem;left:2rem;width:43.75rem;height:7.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxspahsiFD8VWec7fJxTEmeGfkVBupMr { display:block; }#oxspahsiFD8VWec7fJxTEmeGfkVBupMr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a0ez0QSPQpILqhqyTDceOVPUi2RECoyG { top:5.4375rem;left:2rem;width:43.75rem;height:76.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctBJksVl8u33oBlZpXTOXgX0c6wLBBXs { top:20.75rem;left:5.6875rem;width:36.375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ee83XUu1LDK0KiVco8iBiScvEhsaOuyW { top:24.375rem;left:4.875rem;width:37.5rem;height:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJmbTqTiOKd1C87lhsEkHZF6KPqTzhms { top:78.5625rem;left:5.125rem;width:37.5rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hfh5LWJXgThaghowb4r2B9CSLi3MGZGo { top:8.625rem;left:10.125rem;width:27.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoK8xaWCzqJlgf2QXM2nDnUMZsh2d4sM { top:28.875rem;left:5.0625rem;width:11.5625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgJPysOreLcH8LPnpMx90P13T0ip5bCI { top:28.875rem;left:17.75rem;width:11.5625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJPy013lJXAJsu0RTiNRzA9po3pTIDdZ { top:28.875rem;left:30.3125rem;width:11.5625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHgotL8OTxOiNkPtqfR4dB0ocOQ4umcz { top:29.75rem;left:5.125rem;width:11.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4vNTRWDBRDbNCVvf4out6S7B3Ny5kGK { top:32.25rem;left:5.125rem;width:11.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSCzqwcZP7k2OT2764oGlM3aVtOrJNRz { top:29.75rem;left:17.8125rem;width:11.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RU1Uq1bZU0m1KLTqLB4GcI4aOsEz29Kv { top:29.75rem;left:30.375rem;width:11.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBPIUBxWJDFgpymvmclERXakF59G3lUg { top:32.25rem;left:17.8125rem;width:11.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2KtUT1mxW2gXeCGfkdvCd81hyfupsOK { top:32.25rem;left:30.375rem;width:11.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qw7FR4Dagel6DNw5Tkvd8wTGScTkEhbw { top:37.1875rem;left:5.0625rem;width:37.5rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKybxBcD2sT5UOpLKd5x6Ou6BTyWgLQt { top:38.5625rem;left:5.125rem;width:37.5rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3wM8EDWbWb5X7Fw2PV8daFf0JEsKSDR { top:42.75rem;left:8.1875rem;width:31.25rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwto9TiIkU3EQZbr2psZ8kpbzxSsu3o7 { top:44.3125rem;left:10.125rem;width:29.1875rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilDkecnigNnK5TE6IONM7aD4SFRXzW0Q { top:44.5625rem;left:16.3125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQzgcVa5zERKL3nVqnLh6SR8dQzK1o3w { top:47.25rem;left:8.25rem;width:31.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuJpb6eU95Z4y24k7WOcsivhmUNF9tyv { width:18.625rem;height:4rem;top:52.3125rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tk48y0EXLJoe6t0h5GFZtXC7co7H7ux2 { display:block; }
 }@media only screen and (max-width: 763px) { #ZwIpK0AH9MLirAoATNOJAqrXbVaH3uC9 { top:61.75rem;left:24.625rem;width:18.125rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkEOo2b2ToFl0cu3dgamrhR3tLQWq9FW { top:61.75rem;left:4.9375rem;width:18.125rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCLmWwIQAdWPP1qFfIQTukrqura6p2B0 { top:62.6875rem;left:27.8125rem;width:14.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1Jfo8Rp23FFL95cHsaK0U5huw2nvcSG { top:64.3125rem;left:27.875rem;width:13.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TATrrs9TakDOyR22OqVnNDyyavNqPW0P { top:62.6875rem;left:8.5625rem;width:10.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4xnTTImgPDR0o1fZ7FpV88G3EwPUJsU { top:64.375rem;left:8.375rem;width:10.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKwJXtJNgNFkWzIHCTyhsOzBFAOUhqu1 { top:63.25rem;left:6.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVCsA3biPWbPfaNlfc2rr3Pa3b5G7cTa { top:63.25rem;left:25.625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdtmhKkzZbrtb3pQTQNNvrrZZFqBPFoE { top:69.3125rem;left:5.125rem;width:37.5rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrJsTqVOL9XFheov5RcDL4K0dfBA1kDn { top:1.875rem;left:11.875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcZKCCBtTEdf5EBDWWf3FH3Xnkt3bbQm { top:2.0625rem;left:12.125rem;width:6.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V85egHt9Zyh7gmswiUgkqy20IVxz7uHC { top:1.875rem;left:20rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O82Vigo2zJIX7f9rC5S8re7DNImSypJD { top:2.0625rem;left:20.4375rem;width:5.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpDCRA35aGoQBWpFN6ggBGHuMh9qKapE { top:1.875rem;left:27rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2Apx74GJTTLCunP6a47y2hDtNhwOT79 { top:2.0625rem;left:27.3125rem;width:8.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEHO6hdrOc5RgkSUKIVFMAxGGF2JPP3q { top:1.875rem;left:11.875rem;width:1.5rem;height:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #GPUOEHTOFuKGgGMbVqMayXeCE66WNIgH { top:2.0625rem;left:12.125rem;width:6.875rem;height:1.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #hvA6h7qXBgmcHPecpIEbKti0LJAKgTya { top:1.875rem;left:20rem;width:1.5rem;height:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #RxM8gFr6KJ6eBGTuo4qNkFLRzxnuzKHI { top:1.875rem;left:27rem;width:1.5rem;height:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #tToG0MDNkKcpgdHi7N3UB3zkm16ry1KC { top:2.0625rem;left:27.3125rem;width:8.5625rem;height:1.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kcqTRUp2D2RXxcTXatoqoQu3y4VsZLkV { top:2.0625rem;left:20.4375rem;width:5.25rem;height:1.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #D1BSfDtVRVVdteXHsfXF9PCb38GERP5R { top:67.375rem;left:0rem;width:20rem;height:2.0625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #oDGlLTcV7XXs1TN1DmHATWVBV75mbw7H { top:83.75rem;left:2rem;width:43.75rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1WaXux22pR4XZL4kLaW44JMIpEi2FzW { top:90.6875rem;left:2rem;width:43.75rem;height:7.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxvvTUT26iGC6xdTmQ7rRM51cELUp43O { display:block; }#sxvvTUT26iGC6xdTmQ7rRM51cELUp43O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ffzC3Fzqem7hk26NDqo3MKx4w5CqVEWs { top:5.4375rem;left:2rem;width:43.75rem;height:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #INkk37vHfisvZZSHc2REmRI4rfxvaMZH { top:14.9375rem;left:5.6875rem;width:36.375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vbi3yTqHtGdC82tI8noTspTggKAR7ab3 { top:18.625rem;left:5.125rem;width:37.5rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfqvAoN436OzwSanyPp4Z8xFGBmt2rdl { top:45.3125rem;left:5.125rem;width:37.5rem;height:3.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCIooimooxZqaZNsK8rFXfyTfdbbPIQp { top:59.125rem;left:2rem;width:43.75rem;height:7.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGwtv1vvHquAnKzPfwKpIBd3ViTsFJCR { top:8.625rem;left:10.125rem;width:27.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #avE4AR6Pddhv5MDIUiDFiF5niroxsTU4 { top:2rem;left:5.75rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLCLt3NNz2VUFVxTRiRFMyhOvTdTg31W { top:2.1875rem;left:7.3125rem;width:16.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCJJiHeC0Hd4SdewEE5mlCoR16v4st1D { top:2rem;left:24.6875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXRMrLEJfH1yr8T7xwJO6ArsmOuhvwBa { top:2.1875rem;left:25.125rem;width:5.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOLwIJPJc4OZVx306JXWQZgTIUwrVNNM { top:2rem;left:31.6875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6gbWRrxfym8ieOTdpHpur9a6LXs39fe { top:2.1875rem;left:32rem;width:8.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bslLOD8iBQCPJDT3V55wwRuoGIz0zvo4 { top:26.4375rem;left:5.5rem;width:11.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPoHKaJVPMzxk7UrSAOPkZ3caNE9cWeT { top:28.9375rem;left:5.5rem;width:11.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhNFWowStCCDkIGH6cMp3URR5NUdkpaK { top:25.5625rem;left:5.4375rem;width:11.5625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kH6HnIfsQQce2Tw2eDyeTCPlsCcGne10 { top:26.4375rem;left:18.1875rem;width:11.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyfKSoZzQILMFJ7znX6swsgpkLaaEXaW { top:28.9375rem;left:18.1875rem;width:11.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVBduoVpccfruJx0E0XAewLtHOXZ5G3P { top:25.5625rem;left:18.125rem;width:11.5625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQnXATrqnOSL8sxPytRIGHhbO4T9rahK { top:26.4375rem;left:30.75rem;width:11.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOsyqT7DkFfKhWgXKeps7UrfJisGyhIR { top:28.9375rem;left:30.75rem;width:11.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEQqETPgFkFTg6kCFB6noDlEuMhEskWb { top:25.5625rem;left:30.6875rem;width:11.5625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ascKune6cFgeRFMS90ipr4VJWUy1z6fm { top:1.875rem;left:11.875rem;width:1.5rem;height:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #AoZS0Hay4FBrXHTo2WOXgeL9vTAKZkFU { top:1.875rem;left:20rem;width:1.5rem;height:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #pEVNBq0LGKIETXEU7UltfiT4adLSRTlh { top:1.875rem;left:27rem;width:1.5rem;height:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #VUFEm0Pp1OzpGLI8wtXTRVaGPfJ7KV8r { top:2.0625rem;left:27.3125rem;width:8.5625rem;height:1.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #sxmw3NZEF9uZWy6mg6Mk8Igeyg34usg3 { top:2.0625rem;left:20.4375rem;width:5.25rem;height:1.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #OL65TJvMRk0L1ydELTgNLf6BIm4cTXON { top:2.125rem;left:1.5625rem;width:5.9375rem;height:2.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #KDQL61QyyBmQ43FaIrdzJ9Cezv7AId9q { top:61.9375rem;left:0rem;width:20rem;height:4.5rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #l8Vln9fx2K8DCMlpDHeuCB3calxsdJ0t { top:83.25rem;left:2rem;width:43.75rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #haOgNtTlhL7NdsaQCMCmXufVJsnNQtEo { top:32.9375rem;left:5.0625rem;width:37.5rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCgPhTtX45aBO2QpXKuFSp8HXgWrrZgF { top:34.75rem;left:5.125rem;width:37.5rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHBA72HLKf5zAPGJ7nTQEb8ryB5FGscM { width:18.625rem;height:4rem;top:37.75rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOwJKxmUlTx2cJdSQXlv5C83feGp1Hv2 { display:block; }
 }@media only screen and (max-width: 763px) { #KQBzenEAEebXzo9KlBXlAOVsDrX810V2 { top:52.1875rem;left:2rem;width:43.75rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JT7AIrnnbNX6cPdwFpeTgBgdgfx2sNH6 { display:block; }#JT7AIrnnbNX6cPdwFpeTgBgdgfx2sNH6 > .row .container { width:20rem;height:2rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vni1ZBVnIPpXVk2VSd5rDzhbTEp2i0w9 { width:0.625rem;height:0.625rem;top:1.25rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPmqfdSpZaRBKWU4518rtnkio9L8ndEX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iPmqfdSpZaRBKWU4518rtnkio9L8ndEX > .row .container { background-color: transparent; background-image: none; }#iPmqfdSpZaRBKWU4518rtnkio9L8ndEX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iPmqfdSpZaRBKWU4518rtnkio9L8ndEX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iPmqfdSpZaRBKWU4518rtnkio9L8ndEX > .row .container > .video-iframe-container { display: none; }#iPmqfdSpZaRBKWU4518rtnkio9L8ndEX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iPmqfdSpZaRBKWU4518rtnkio9L8ndEX > .row > .video-iframe-container { display: none; }#iPmqfdSpZaRBKWU4518rtnkio9L8ndEX > .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); }#iPmqfdSpZaRBKWU4518rtnkio9L8ndEX > .row .container { border-width: 0; border-radius: 0; }#iPmqfdSpZaRBKWU4518rtnkio9L8ndEX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iPmqfdSpZaRBKWU4518rtnkio9L8ndEX > .row .container { width:20rem;height:66.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pSkLIyRcWeLevVinr68isHafleKCTktS { width:20rem;height:35.0625rem;top:3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZC3z0qM1zLrOO5EF8gNTtfkl1G8CgXn5 { width:17.8125rem;height:3.5rem;top:10.5rem;left:1.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tpf1DTNGbqqa4nIQS46K8eOI7W58lKep { width:16.8105625rem;height:3.061525rem;top:27.75rem;left:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eIsnf9tLDNR6Am0rxW3ART9QsfO5lFfC { display:block; }
 }@media only screen and (max-width: 763px) { #dq8Nn3AgiWQqkCNepfA5x1AWeOoSVenK { width:16.8125rem;height:3rem;top:32.125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4OJCd8TzHN5STvscCRA52Wzn9D3UIsM { display:block; }
 }@media only screen and (max-width: 763px) { #gxUgzKSPuioH78czToFMa9mLkpWmJszz { width:17.8125rem;height:3.5625rem;top:14.3125rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoLi4btgzkdsX3vh5CpKMsnOI88ZNHCa { width:17.8125rem;height:3.5rem;top:19.375rem;left:1.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQ9ViyLfTwHawcyrhkS0MWXTNRdU9aAo { width:17.8125rem;height:2.375rem;top:23.5625rem;left:1.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SE5MU7kAtgOE4QeWsHGGvO0zZCNGgPvq { width:1.25rem;height:1.25rem;top:0.375rem;left:3.8759765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvRITLAhMGWiCKuWD2MAXGCTaORoTu2R { width:5.9375rem;height:0.9375rem;top:2rem;left:1.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eicb9qIFSOzERVMBaEtRkJPnboN3NFXn { width:1.25rem;height:1.25rem;top:0.4375rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhZpG4qhCbIytHI6M9klF16Tn4ULO84H { width:4.3125rem;height:0.9375rem;top:2rem;left:7.875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uH9CxcrM28dtP4OVTDZSqSRv78Ds89mJ { width:6.125rem;height:0.9375rem;top:2rem;left:12.53125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqouXX69yaeh0x2dPRJIJokm1BEnI8Lc { width:1.25rem;height:1.25rem;top:0.375rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQTpZdvqgEa6XTWRV61Rt13TNWcv06Il { width:20rem;height:0;top:39.09765625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #pMamcTTgTzmvTzVhBTtqaxOTue8HXvID { width:17.8125rem;height:3.75rem;top:6rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q59grAeCZAggU8qSrV23yZeEU6FqKAAz { width:20rem;height:1rem;top:36.5rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #HTI7xsIFRNwrQJxCfuPDqRaUuUrVZR9o { width:18.4375rem;height:13.75rem;top:51.125rem;left:0.8125rem;font-size:0.6875rem;text-align:justify;text-align-last:initial;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #OMwz43Azkr3RPeKopJJsPVd4tFdmwlcv { width:18.4375rem;height:9.625rem;top:40.25rem;left:0.8125rem;font-size:0.6875rem;text-align:justify;text-align-last:initial;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #l8ZazRHgyxz61wf8m4zXefL9ChT41H9E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;background-image:none;display:block; }#l8ZazRHgyxz61wf8m4zXefL9ChT41H9E > .row .container { background-color: transparent; background-image: none; }#l8ZazRHgyxz61wf8m4zXefL9ChT41H9E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l8ZazRHgyxz61wf8m4zXefL9ChT41H9E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l8ZazRHgyxz61wf8m4zXefL9ChT41H9E > .row .container > .video-iframe-container { display: none; }#l8ZazRHgyxz61wf8m4zXefL9ChT41H9E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l8ZazRHgyxz61wf8m4zXefL9ChT41H9E > .row > .video-iframe-container { display: none; }#l8ZazRHgyxz61wf8m4zXefL9ChT41H9E > .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); }#l8ZazRHgyxz61wf8m4zXefL9ChT41H9E > .row .container { border-width: 0; border-radius: 0; }#l8ZazRHgyxz61wf8m4zXefL9ChT41H9E > .row .container { width:20rem;height:64.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OtaRrWbdcS5y4gf85URRW30DO8aBefFS { width:20rem;height:33rem;top:3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNAOTFTSiefD59JzWXCbvqkta2hhSRe5 { width:20rem;height:3.5rem;top:9.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #raOQ4MzU9sSLgoI154cG0E7qqMzttXtS { width:17.8125rem;height:3.061525rem;top:30.1875rem;left:1.09375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r3sdGTDXXHQyTmEeL5TNTGLEkuNOy1Pc { display:block; }
 }@media only screen and (max-width: 763px) { #JefBdpkOeV9zHbswZzWRco6IlhGDzJAk { width:20rem;height:2.375rem;top:14.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuyemT9BVKXkUNwQq0U4OOniFNNIFuTu { width:20rem;height:1.75rem;top:18.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLQvwVuJVNbWyMyqX480PQdy0cCZQXZQ { width:20rem;height:2.375rem;top:20.875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xDJshMPfy1ZtAiE1odOSNeAH2SUVqgJp { width:20rem;height:0;top:38.22265625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #gbHL5tlrweJpKTTaHeWIwGTAMWKr9niy { width:17.8125rem;height:2.5rem;top:6rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1WuRE9KKodwFqWvxcIIaVLl7EQXlifB { width:17.8125rem;height:3.125rem;top:25.0625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hie1yNSXlRoZuCNPMcQeegkkP2InCyEQ { width:1.5rem;height:1.5rem;top:1.25rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #cqcf9neJLBBTMiJiGfaWygDRWUeItiq9 { width:6.875rem;height:0;top:4rem;left:6.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #mZMcxiAEJ7egQGTH0m9SFAawQCMATlpe { width:1.5rem;height:1.5rem;top:6.38671875rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #VAAzPVAbunCKcMPLeVDCBN3TFs588oyW { width:5.25rem;height:0;top:9.13671875rem;left:7.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #EaK3RDHHp2GFrRz4Qs8cQGD44PfQHeZH { width:1.5rem;height:1.5rem;top:11.5234375rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #hH1CIBcy6qpw9nSaUpvZU61nH4cT5GsA { width:8.5625rem;height:0;top:14.2734375rem;left:5.6875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EU6haeu37lrPlTXivxANflMv3TFzwlEh { width:20rem;height:1rem;top:34.8125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #yV7snETcFfo4lS8kbHEellKHfUHd4wi7 { width:1.25rem;height:1.25rem;top:0.375rem;left:3.6875rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #LGSoGy3XMNCWN93xibWcGspD4Q84Oz9O { width:5.9375rem;height:0.9375rem;top:2rem;left:1.5625rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #y3QGAw0nnXmH4p8HQWpn0OIdK9wzlgsg { width:4.3125rem;height:0.9375rem;top:2rem;left:7.6875rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #EU2OTw8Lbed8nleWwmCrGGmxlgoQ5DTn { width:1.25rem;height:1.25rem;top:0.4375rem;left:9rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #oMb0MsBdsNewfTMxLLJw7hNoKRhGDgym { width:1.25rem;height:1.25rem;top:0.375rem;left:15.125rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #QyDimB1o7eGHGD3T6Xy7EnRDnHFTHdHy { width:6.125rem;height:0.9375rem;top:2rem;left:12.3125rem;font-size:0.75rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #m24TO2cx8dsygrl0KR2EGHkhHtKgUo4y { width:18.4375rem;height:13.75rem;top:49.4375rem;left:0.8125rem;font-size:0.6875rem;text-align:justify;text-align-last:initial;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #UQMFn2cBC7HlbH3TpAbkR5S3JXZ7ZRW9 { width:18.4375rem;height:9.625rem;top:38.5625rem;left:0.8125rem;font-size:0.6875rem;text-align:justify;text-align-last:initial;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #HdrdaJvia2Xq0BPg0HD5rrsI0xVW5LED { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;background-image:none;display:block; }#HdrdaJvia2Xq0BPg0HD5rrsI0xVW5LED > .row .container { background-color: transparent; background-image: none; }#HdrdaJvia2Xq0BPg0HD5rrsI0xVW5LED::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HdrdaJvia2Xq0BPg0HD5rrsI0xVW5LED > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HdrdaJvia2Xq0BPg0HD5rrsI0xVW5LED > .row .container > .video-iframe-container { display: none; }#HdrdaJvia2Xq0BPg0HD5rrsI0xVW5LED > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HdrdaJvia2Xq0BPg0HD5rrsI0xVW5LED > .row > .video-iframe-container { display: none; }#HdrdaJvia2Xq0BPg0HD5rrsI0xVW5LED > .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); }#HdrdaJvia2Xq0BPg0HD5rrsI0xVW5LED > .row .container { border-width: 0; border-radius: 0; }#HdrdaJvia2Xq0BPg0HD5rrsI0xVW5LED > .row .container { width:20rem;height:77.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a5Xv01dnkokS7b1cikKggoXVoinbhzMc { width:20rem;height:45.6875rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZcPSEvT8O1LRmuZ5qFw3HG8NMQETTBX { width:20rem;height:1.75rem;top:15.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dy2JPxUktfkrWCeB5ZLwdBgIXpiI0XEI { width:17.8125rem;height:3.061525rem;top:37.375rem;left:1.09375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kWMZAyt4q3LdWwiB0SAHXF29EGUWhJWw { display:block; }
 }@media only screen and (max-width: 763px) { #ZkdqzrPTH27DWQJ7rCeb3SWhKTuxULNT { width:17.8125rem;height:3rem;top:41.4375rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnUvHtlBPOF1mJEOfz75rRNcF8KOPB7F { display:block; }
 }@media only screen and (max-width: 763px) { #cO6lTihqy5KUCzrCwkCNoqT3Rok0ysOb { width:20rem;height:2.375rem;top:17.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCUICD1qnFpcRQwGwDWHDzyIQAPt3UoH { width:20rem;height:3.5rem;top:22.375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DTJa4CQIhrSe83H7a2RlHx3IWTOlHR21 { width:20rem;height:2.375rem;top:27.125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CDpkSbVKSvr6JNyBsV7BFQaeOmdb1gGD { width:20rem;height:0;top:50.375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #zSL4y2iPhKBfXQow1iK1H264O2knlDXL { width:17.8125rem;height:2.4375rem;top:6rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZy2pT1U8EGnPXxRhqL4yK0IoRxeMRhl { width:1rem;height:1rem;top:32.96875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCUdgIRioGhnrvhbIF3EBgQOwzxiJmVd { width:17.8125rem;height:4.0625rem;top:31.3125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSWz0MD54alTZKTEEdV1R15LciQQvwJi { width:12.8125rem;height:1.25rem;top:32.869140625rem;left:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQGspTVAM8UzTZDNrt81tLCXHkaLCQgP { width:1.5rem;height:1.5rem;top:1.25rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #yVznMTo5W4b7WxpUMz0CNXtoKeAgDh9J { width:6.875rem;height:0;top:6.375rem;left:10.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OAeMT7VvUNI01xDDf03vHFJy4u8XmErL { width:1.5rem;height:1.5rem;top:4rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #osekF0CyTwtuSaeeACWcDrsKzfIATPz0 { width:5.25rem;height:0;top:6.375rem;left:14.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ILc7G0OUIA1RNqIuypm0NWB68Gz8ylc6 { width:1.5rem;height:1.5rem;top:6.75rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #q7ir44U8xqRui4SIyKD9Q96VpRsq7d3x { width:8.5625rem;height:0;top:6.375rem;left:11.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Ho7nENgwLTUfift332hCkcbUK4DRLABk { width:1.25rem;height:1.25rem;top:0.375rem;left:3.6875rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #PqZoIdNf3viJ3TccAQBG7gaDTbyxr692 { width:1.25rem;height:1.25rem;top:0.4375rem;left:9rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #T1ItPeSZJzErNKHcAXL3Zfm1wg4QMQJ8 { width:1.25rem;height:1.25rem;top:0.375rem;left:15.125rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #ea2TX5A4vzFFyKgGGo8xkb4u7wwLs73P { width:6.125rem;height:0.9375rem;top:2rem;left:12.3125rem;font-size:0.75rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #vO0bBJQKXGKc7K3xSNyf397ICBPHXzW3 { width:4.3125rem;height:0.9375rem;top:2rem;left:7.6875rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #keXloD858sLvGEcKaOIZmEtsKCNPx4N2 { width:5.9375rem;height:0.9375rem;top:2rem;left:1.5625rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #dgmAJGfPUP0LF7mSinSoCQlGg1n08auy { width:20rem;height:3rem;top:45.8125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15029;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #kmn4cbJGpqaKVTCgkqD6FMGI6ohQ12aF { width:18.4375rem;height:9.625rem;top:51rem;left:0.8125rem;font-size:0.6875rem;text-align:justify;text-align-last:initial;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #obFa3AiFSGQ1TFaItAx9L1nEfmt6Hckp { width:18.4375rem;height:13.75rem;top:61.875rem;left:0.8125rem;font-size:0.6875rem;text-align:justify;text-align-last:initial;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #oxspahsiFD8VWec7fJxTEmeGfkVBupMr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;background-image:none;display:block; }#oxspahsiFD8VWec7fJxTEmeGfkVBupMr > .row .container { background-color: transparent; background-image: none; }#oxspahsiFD8VWec7fJxTEmeGfkVBupMr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oxspahsiFD8VWec7fJxTEmeGfkVBupMr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oxspahsiFD8VWec7fJxTEmeGfkVBupMr > .row .container > .video-iframe-container { display: none; }#oxspahsiFD8VWec7fJxTEmeGfkVBupMr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oxspahsiFD8VWec7fJxTEmeGfkVBupMr > .row > .video-iframe-container { display: none; }#oxspahsiFD8VWec7fJxTEmeGfkVBupMr > .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); }#oxspahsiFD8VWec7fJxTEmeGfkVBupMr > .row .container { border-width: 0; border-radius: 0; }#oxspahsiFD8VWec7fJxTEmeGfkVBupMr > .row .container { width:20rem;height:120.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a0ez0QSPQpILqhqyTDceOVPUi2RECoyG { width:20rem;height:88.75rem;top:3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctBJksVl8u33oBlZpXTOXgX0c6wLBBXs { width:20rem;height:3.5rem;top:11.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ee83XUu1LDK0KiVco8iBiScvEhsaOuyW { width:20rem;height:3.5625rem;top:16.375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iJmbTqTiOKd1C87lhsEkHZF6KPqTzhms { width:20rem;height:0;top:95.59765625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Hfh5LWJXgThaghowb4r2B9CSLi3MGZGo { width:17.8125rem;height:3.75rem;top:6.5rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoK8xaWCzqJlgf2QXM2nDnUMZsh2d4sM { width:17.8125rem;height:5.625rem;top:22.1875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgJPysOreLcH8LPnpMx90P13T0ip5bCI { width:17.8125rem;height:5.625rem;top:28.875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJPy013lJXAJsu0RTiNRzA9po3pTIDdZ { width:17.8125rem;height:5.625rem;top:35.3125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHgotL8OTxOiNkPtqfR4dB0ocOQ4umcz { width:17.8125rem;height:1.9375rem;top:22.8125rem;left:1.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4vNTRWDBRDbNCVvf4out6S7B3Ny5kGK { width:17.8125rem;height:1.125rem;top:25.4375rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSCzqwcZP7k2OT2764oGlM3aVtOrJNRz { width:17.8125rem;height:1.9375rem;top:29.75rem;left:1.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RU1Uq1bZU0m1KLTqLB4GcI4aOsEz29Kv { width:17.8125rem;height:1.9375rem;top:36.1875rem;left:1.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBPIUBxWJDFgpymvmclERXakF59G3lUg { width:17.8125rem;height:1.125rem;top:32.25rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2KtUT1mxW2gXeCGfkdvCd81hyfupsOK { width:17.8125rem;height:1.125rem;top:38.75rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qw7FR4Dagel6DNw5Tkvd8wTGScTkEhbw { width:17.8125rem;height:20.875rem;top:42.75rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKybxBcD2sT5UOpLKd5x6Ou6BTyWgLQt { width:17.8125rem;height:2.875rem;top:44.5625rem;left:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3wM8EDWbWb5X7Fw2PV8daFf0JEsKSDR { width:16.5625rem;height:6.875rem;top:48.75rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwto9TiIkU3EQZbr2psZ8kpbzxSsu3o7 { width:14.4375rem;height:2.4375rem;top:49.625rem;left:3.8125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ilDkecnigNnK5TE6IONM7aD4SFRXzW0Q { width:1.875rem;height:1.875rem;top:50.0625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQzgcVa5zERKL3nVqnLh6SR8dQzK1o3w { width:16.5625rem;height:2.375rem;top:52.4375rem;left:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuJpb6eU95Z4y24k7WOcsivhmUNF9tyv { width:16.5625rem;height:4rem;top:57.4375rem;left:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tk48y0EXLJoe6t0h5GFZtXC7co7H7ux2 { display:block; }
 }@media only screen and (max-width: 763px) { #ZwIpK0AH9MLirAoATNOJAqrXbVaH3uC9 { width:17.8125rem;height:4.75rem;top:65.4375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkEOo2b2ToFl0cu3dgamrhR3tLQWq9FW { width:17.8125rem;height:4.75rem;top:71.375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCLmWwIQAdWPP1qFfIQTukrqura6p2B0 { width:14.375rem;height:1.4375rem;top:66.6875rem;left:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1Jfo8Rp23FFL95cHsaK0U5huw2nvcSG { width:13.625rem;height:1.125rem;top:74rem;left:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TATrrs9TakDOyR22OqVnNDyyavNqPW0P { width:10.9375rem;height:1.4375rem;top:72.5rem;left:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4xnTTImgPDR0o1fZ7FpV88G3EwPUJsU { width:10.3125rem;height:1.125rem;top:68.1875rem;left:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKwJXtJNgNFkWzIHCTyhsOzBFAOUhqu1 { width:1.875rem;height:1.875rem;top:72.875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVCsA3biPWbPfaNlfc2rr3Pa3b5G7cTa { width:1.875rem;height:1.875rem;top:67rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdtmhKkzZbrtb3pQTQNNvrrZZFqBPFoE { width:17.8125rem;height:7.125rem;top:77.91015625rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrJsTqVOL9XFheov5RcDL4K0dfBA1kDn { width:1.5rem;height:1.5rem;top:1.25rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #mcZKCCBtTEdf5EBDWWf3FH3Xnkt3bbQm { width:6.875rem;height:0;top:4rem;left:6.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #V85egHt9Zyh7gmswiUgkqy20IVxz7uHC { width:1.5rem;height:1.5rem;top:6.38671875rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #O82Vigo2zJIX7f9rC5S8re7DNImSypJD { width:5.25rem;height:0;top:9.13671875rem;left:7.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #lpDCRA35aGoQBWpFN6ggBGHuMh9qKapE { width:1.5rem;height:1.5rem;top:11.5234375rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #e2Apx74GJTTLCunP6a47y2hDtNhwOT79 { width:8.5625rem;height:0;top:14.2734375rem;left:5.6875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XEHO6hdrOc5RgkSUKIVFMAxGGF2JPP3q { width:1.25rem;height:1.25rem;top:0.375rem;left:3.6875rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #GPUOEHTOFuKGgGMbVqMayXeCE66WNIgH { width:5.9375rem;height:0.9375rem;top:2rem;left:1.5625rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #hvA6h7qXBgmcHPecpIEbKti0LJAKgTya { width:1.25rem;height:1.25rem;top:0.4375rem;left:9rem;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #RxM8gFr6KJ6eBGTuo4qNkFLRzxnuzKHI { width:1.25rem;height:1.25rem;top:0.375rem;left:15.125rem;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #tToG0MDNkKcpgdHi7N3UB3zkm16ry1KC { width:6.125rem;height:0.9375rem;top:2rem;left:12.3125rem;font-size:0.75rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #kcqTRUp2D2RXxcTXatoqoQu3y4VsZLkV { width:4.3125rem;height:0.9375rem;top:2rem;left:7.6875rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #D1BSfDtVRVVdteXHsfXF9PCb38GERP5R { width:20rem;height:3rem;top:88.974609375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15028;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #oDGlLTcV7XXs1TN1DmHATWVBV75mbw7H { width:18.4375rem;height:9.625rem;top:94.0625rem;left:0.8125rem;font-size:0.6875rem;text-align:justify;text-align-last:initial;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #X1WaXux22pR4XZL4kLaW44JMIpEi2FzW { width:18.4375rem;height:13.75rem;top:104.9375rem;left:0.8125rem;font-size:0.6875rem;text-align:justify;text-align-last:initial;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #sxvvTUT26iGC6xdTmQ7rRM51cELUp43O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;background-image:none;display:block; }#sxvvTUT26iGC6xdTmQ7rRM51cELUp43O > .row .container { background-color: transparent; background-image: none; }#sxvvTUT26iGC6xdTmQ7rRM51cELUp43O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sxvvTUT26iGC6xdTmQ7rRM51cELUp43O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sxvvTUT26iGC6xdTmQ7rRM51cELUp43O > .row .container > .video-iframe-container { display: none; }#sxvvTUT26iGC6xdTmQ7rRM51cELUp43O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sxvvTUT26iGC6xdTmQ7rRM51cELUp43O > .row > .video-iframe-container { display: none; }#sxvvTUT26iGC6xdTmQ7rRM51cELUp43O > .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); }#sxvvTUT26iGC6xdTmQ7rRM51cELUp43O > .row .container { border-width: 0; border-radius: 0; }#sxvvTUT26iGC6xdTmQ7rRM51cELUp43O > .row .container { width:20rem;height:97.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ffzC3Fzqem7hk26NDqo3MKx4w5CqVEWs { width:20rem;height:62.6875rem;top:5.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #INkk37vHfisvZZSHc2REmRI4rfxvaMZH { width:20rem;height:1.75rem;top:12rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vbi3yTqHtGdC82tI8noTspTggKAR7ab3 { width:17.8125rem;height:10.9375rem;top:14.9375rem;left:1.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nfqvAoN436OzwSanyPp4Z8xFGBmt2rdl { width:20rem;height:0;top:72.66015625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #RCIooimooxZqaZNsK8rFXfyTfdbbPIQp { width:18.4375rem;height:13.75rem;top:69.671875rem;left:0.78125rem;font-size:0.6875rem;text-align:justify;text-align-last:initial;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #gGwtv1vvHquAnKzPfwKpIBd3ViTsFJCR { width:17.8125rem;height:3.75rem;top:6.9375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #avE4AR6Pddhv5MDIUiDFiF5niroxsTU4 { width:1.5rem;height:1.5rem;top:1.25rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #HLCLt3NNz2VUFVxTRiRFMyhOvTdTg31W { width:6.875rem;height:0;top:4rem;left:6.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #VCJJiHeC0Hd4SdewEE5mlCoR16v4st1D { width:1.5rem;height:1.5rem;top:6.38671875rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #IXRMrLEJfH1yr8T7xwJO6ArsmOuhvwBa { width:5.25rem;height:0;top:9.13671875rem;left:7.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #cOLwIJPJc4OZVx306JXWQZgTIUwrVNNM { width:1.5rem;height:1.5rem;top:11.5234375rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #S6gbWRrxfym8ieOTdpHpur9a6LXs39fe { width:8.5625rem;height:0;top:14.2734375rem;left:5.6875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bslLOD8iBQCPJDT3V55wwRuoGIz0zvo4 { width:17.8125rem;height:1.9375rem;top:29.1875rem;left:1.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPoHKaJVPMzxk7UrSAOPkZ3caNE9cWeT { width:17.8125rem;height:1.125rem;top:31.4375rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhNFWowStCCDkIGH6cMp3URR5NUdkpaK { width:17.8125rem;height:5.625rem;top:28.1875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kH6HnIfsQQce2Tw2eDyeTCPlsCcGne10 { width:17.8125rem;height:1.9375rem;top:36.5625rem;left:1.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyfKSoZzQILMFJ7znX6swsgpkLaaEXaW { width:17.8125rem;height:1.125rem;top:38.875rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVBduoVpccfruJx0E0XAewLtHOXZ5G3P { width:17.8125rem;height:5.625rem;top:35.3125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQnXATrqnOSL8sxPytRIGHhbO4T9rahK { width:17.8125rem;height:1.9375rem;top:43.3125rem;left:1.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOsyqT7DkFfKhWgXKeps7UrfJisGyhIR { width:17.8125rem;height:1.125rem;top:45.8125rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEQqETPgFkFTg6kCFB6noDlEuMhEskWb { width:17.8125rem;height:5.625rem;top:42.4375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ascKune6cFgeRFMS90ipr4VJWUy1z6fm { width:1.25rem;height:1.25rem;top:0.875rem;left:1.875rem;z-index:15054;display:block; }
 }@media only screen and (max-width: 763px) { #AoZS0Hay4FBrXHTo2WOXgeL9vTAKZkFU { width:1.25rem;height:1.25rem;top:2.8125rem;left:1.875rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #pEVNBq0LGKIETXEU7UltfiT4adLSRTlh { width:1.25rem;height:1.25rem;top:2.8125rem;left:8.1875rem;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #VUFEm0Pp1OzpGLI8wtXTRVaGPfJ7KV8r { width:6.125rem;height:0.9375rem;top:2.9375rem;left:9.4375rem;font-size:0.75rem;z-index:15053;display:block; }
 }@media only screen and (max-width: 763px) { #sxmw3NZEF9uZWy6mg6Mk8Igeyg34usg3 { width:4.3125rem;height:0.9375rem;top:2.9375rem;left:3.125rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #OL65TJvMRk0L1ydELTgNLf6BIm4cTXON { width:15.5625rem;height:0.9375rem;top:1rem;left:2.625rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #KDQL61QyyBmQ43FaIrdzJ9Cezv7AId9q { width:20rem;height:4.5rem;top:61.9375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15027;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #l8Vln9fx2K8DCMlpDHeuCB3calxsdJ0t { width:20rem;height:0;top:66.046875rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #haOgNtTlhL7NdsaQCMCmXufVJsnNQtEo { width:17.8125rem;height:9.5625rem;top:50.5rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCgPhTtX45aBO2QpXKuFSp8HXgWrrZgF { width:17.8125rem;height:1.4375rem;top:51.8125rem;left:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHBA72HLKf5zAPGJ7nTQEb8ryB5FGscM { width:16.25rem;height:4rem;top:54.5rem;left:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TOwJKxmUlTx2cJdSQXlv5C83feGp1Hv2 { display:block; }
 }@media only screen and (max-width: 763px) { #KQBzenEAEebXzo9KlBXlAOVsDrX810V2 { width:18.4375rem;height:9.625rem;top:85.34375rem;left:0.78125rem;font-size:0.6875rem;text-align:justify;text-align-last:initial;line-height:2;display:block; }
 }