.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-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/731aeead-6c3c-4b04-ba3b-cf2cc419b4c6/header.jpg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container {  }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:24.625rem;width:60rem;position:relative;display:block; }#OVxJC3TVNqEEG8F6xZNWRVBtZekaw0Gh { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:12.75rem;top:20.3125rem;left:23.625rem;overflow:hidden;display:block; }
#PHUdRLoWSAlb2bT1mUf57z3PMzfETZWg { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.625rem;width:15.25rem;top:19.5rem;left:22.375rem;display:block; }
#qUB3d2toOEdJgqf8THrUR6bqLW9kFnTc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#95c11f;background-image:none;position:relative;display:block; }#qUB3d2toOEdJgqf8THrUR6bqLW9kFnTc > .row .container { background-color: transparent; background-image: none; }#qUB3d2toOEdJgqf8THrUR6bqLW9kFnTc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qUB3d2toOEdJgqf8THrUR6bqLW9kFnTc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qUB3d2toOEdJgqf8THrUR6bqLW9kFnTc > .row .container > .video-iframe-container { display: none; }#qUB3d2toOEdJgqf8THrUR6bqLW9kFnTc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qUB3d2toOEdJgqf8THrUR6bqLW9kFnTc > .row > .video-iframe-container { display: none; }#qUB3d2toOEdJgqf8THrUR6bqLW9kFnTc > .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); }#qUB3d2toOEdJgqf8THrUR6bqLW9kFnTc > .row .container { border-width: 0; border-radius: 0; }#qUB3d2toOEdJgqf8THrUR6bqLW9kFnTc > .row > .video-iframe-container {  }#qUB3d2toOEdJgqf8THrUR6bqLW9kFnTc > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:60rem;position:relative;display:block; }#rCW3LQlghqSl0d4FnKzSHCutxgv9Rwt9 { color:#ffffff;display:block;width:37.5625rem;position:absolute;font-family:"a merriweather";font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.28125rem;left:11.21875rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bEVJl2uT5AAQhfAxbVX3gcCuxqTxziCr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dee8c0;background-image:none;position:relative;display:block; }#bEVJl2uT5AAQhfAxbVX3gcCuxqTxziCr > .row .container { background-color: transparent; background-image: none; }#bEVJl2uT5AAQhfAxbVX3gcCuxqTxziCr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bEVJl2uT5AAQhfAxbVX3gcCuxqTxziCr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bEVJl2uT5AAQhfAxbVX3gcCuxqTxziCr > .row .container > .video-iframe-container { display: none; }#bEVJl2uT5AAQhfAxbVX3gcCuxqTxziCr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bEVJl2uT5AAQhfAxbVX3gcCuxqTxziCr > .row > .video-iframe-container { display: none; }#bEVJl2uT5AAQhfAxbVX3gcCuxqTxziCr > .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); }#bEVJl2uT5AAQhfAxbVX3gcCuxqTxziCr > .row .container { border-width: 0; border-radius: 0; }#bEVJl2uT5AAQhfAxbVX3gcCuxqTxziCr > .row > .video-iframe-container {  }#bEVJl2uT5AAQhfAxbVX3gcCuxqTxziCr > .row .container { font-size:0.875rem;font-family:arial;height:66rem;width:60rem;position:relative;display:block; }#aZIWTG4lAKWM6sXeHMCi7CapTmxsS0Wq { color:#00964f;display:block;width:22rem;position:absolute;font-family:"a merriweather";font-size:1.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:24.25rem;left:2.4375rem;height:3.57421875rem;font-style:normal;display:block; }
#liTARr1AgTbeSlJqe6TCS19JrkRtrEs3 { color:#000000;display:block;width:25.1875rem;position:absolute;font-family:"a merriweather sans";font-size:1rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:31.125rem;left:2.4375rem;height:18.19235rem;font-style:normal;display:block; }
#RdXOntEELbTQqJTD9mtqhRmHthg8BNl9 { background-color:#e6007e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;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:"a merriweather sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.1875rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:57.375rem;left:11.96875rem;display:block; }
#FXAt6MyriGrgUQ8Dr3Ix2z88Ir4Beh4C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Dz5RaCEESTrL9r9wabdmPszwvRP1CJXw { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:50.4375rem;width:28.1875rem;top:2rem;left:0.78125rem;display:block; }
#tqITqx9Kpodufu4bskIaE1eDCgfDFtv4 { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:50.4375rem;width:28.1875rem;top:2rem;left:30.9375rem;display:block; }
#ANfsA8MkaXTJFwN7iskIVhM6EsSxtGBQ { color:#000000;display:block;width:24.75rem;position:absolute;font-family:"a merriweather sans";font-size:1rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:28.625rem;left:32.5625rem;height:8.3965rem;font-style:normal;display:block; }
#sAcNqGk11f1TwdmuiZSXCEZnwzZGAfLz { color:#00964f;display:block;width:24.9375rem;position:absolute;font-family:"a merriweather";font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:24.25rem;left:32.5625rem;height:3.57421875rem;font-style:normal;display:block; }
#yKiotM1b4nle5f6w22SuDlFIypaN3tJC { color:#000000;display:block;width:25.1875rem;position:absolute;font-family:"a merriweather sans";font-size:1rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:28.625rem;left:2.4375rem;height:1.3994125rem;font-style:normal;display:block; }
#qiVwWqsyO5ta0tXVlRqvzKW7USsfwquo { color:#000000;display:block;width:24.75rem;position:absolute;font-family:"a merriweather sans";font-size:1rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:43.875rem;left:32.625rem;height:2.798825rem;font-style:normal;display:block; }
#xP3oJ1oxwZiH2dzyv6O322E5qIAl7Fcm { color:#00964f;display:block;width:24rem;position:absolute;font-family:"a merriweather";font-size:1rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:40.4375rem;left:32.5625rem;height:2.798825rem;font-style:normal;display:block; }
#g3T0zRTnJcH6S4QV2dOpyEOUaduS6uci { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.75rem;width:24.6875rem;top:3.75rem;left:2.4375rem;overflow:hidden;display:block; }
#XIU2TgOIigquxoMErCFZykGTAJpt4BaW { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.75rem;width:24.6875rem;top:3.75rem;left:32.65625rem;overflow:hidden;display:block; }
#sWp22wnzEo3xvNxia9HCy82lMxtJTlHa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#8abd0d;background-image:none;position:relative;display:block; }#sWp22wnzEo3xvNxia9HCy82lMxtJTlHa > .row .container { background-color: transparent; background-image: none; }#sWp22wnzEo3xvNxia9HCy82lMxtJTlHa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sWp22wnzEo3xvNxia9HCy82lMxtJTlHa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sWp22wnzEo3xvNxia9HCy82lMxtJTlHa > .row .container > .video-iframe-container { display: none; }#sWp22wnzEo3xvNxia9HCy82lMxtJTlHa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sWp22wnzEo3xvNxia9HCy82lMxtJTlHa > .row > .video-iframe-container { display: none; }#sWp22wnzEo3xvNxia9HCy82lMxtJTlHa > .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); }#sWp22wnzEo3xvNxia9HCy82lMxtJTlHa > .row .container { border-width: 0; border-radius: 0; }#sWp22wnzEo3xvNxia9HCy82lMxtJTlHa > .row > .video-iframe-container {  }#sWp22wnzEo3xvNxia9HCy82lMxtJTlHa > .row .container { font-size:0.875rem;font-family:arial;height:20.9375rem;width:60rem;position:relative;display:block; }#nTC1hoyLNgXzVkkSZknkc6emOOrQecwB { color:#ffffff;display:block;width:26.25rem;position:absolute;font-family:"a merriweather";font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:4.625rem;left:32rem;height:1.57421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NMqmDGoUaWcdyh4S62t2qdS3GVRot8dF { color:#ffffff;display:block;width:24.9375rem;position:absolute;font-family:"a merriweather sans";font-size:1rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:6.8125rem;left:32rem;height:5.59765625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sGqvLF54BOKuPNOtu4zTTl0pudMUIswc { color:#ffffff;display:block;width:27.25rem;position:absolute;font-family:"a merriweather sans";font-size:1rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:13.5625rem;left:32rem;height:2.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AEwLTGcQV82WAhadmNl9zp3uQzTKiuh2 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.75rem;width:16.25rem;top:1.09375rem;left:6.28125rem;overflow:hidden;display:block; }
#mFTW5dJI5q430yzTmrvle4JkOu8aWQeU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dee8c0;background-image:none;position:relative;display:block; }#mFTW5dJI5q430yzTmrvle4JkOu8aWQeU > .row .container { background-color: transparent; background-image: none; }#mFTW5dJI5q430yzTmrvle4JkOu8aWQeU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mFTW5dJI5q430yzTmrvle4JkOu8aWQeU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mFTW5dJI5q430yzTmrvle4JkOu8aWQeU > .row .container > .video-iframe-container { display: none; }#mFTW5dJI5q430yzTmrvle4JkOu8aWQeU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mFTW5dJI5q430yzTmrvle4JkOu8aWQeU > .row > .video-iframe-container { display: none; }#mFTW5dJI5q430yzTmrvle4JkOu8aWQeU > .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); }#mFTW5dJI5q430yzTmrvle4JkOu8aWQeU > .row .container { border-width: 0; border-radius: 0; }#mFTW5dJI5q430yzTmrvle4JkOu8aWQeU > .row > .video-iframe-container {  }#mFTW5dJI5q430yzTmrvle4JkOu8aWQeU > .row .container { font-size:0.875rem;font-family:arial;height:75.125rem;width:60rem;position:relative;display:block; }#Ro08HtMc21GUBNMptInooN4FxarE6dkT { color:#00964f;display:block;width:23.25rem;position:absolute;font-family:"a merriweather";font-size:1.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:29.28125rem;left:2.6875rem;height:3.57421875rem;font-style:normal;display:block; }
#LB7TcKFGFZ5RoyZAveMeRK4ynVlZO6Nq { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:57.4375rem;width:28.1875rem;top:6.6875rem;left:0.78125rem;display:block; }
#wp2ApUlfr90cCfa1Jq11QqcIankudS8P { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:57.4375rem;width:28.1875rem;top:6.6875rem;left:30.9375rem;display:block; }
#srlEWhTvxDtgvnngeSO7J4LE8ubOuvGH { color:#00964f;display:block;width:20rem;position:absolute;font-family:"a merriweather";font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.4375rem;left:19.75rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WdnC3XvQoTO5Bugpl6TGMTM6G13MxHMD { color:#00964f;display:block;width:19.6875rem;position:absolute;font-family:"a merriweather sans";font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:34.375rem;left:2.6875rem;height:1.29980625rem;font-style:normal;display:block; }
#VpWHEC3XQerQFRzAmRTHZ49ZWaolyu0i { color:#000000;display:block;width:22.3125rem;position:absolute;font-family:"a merriweather sans";font-size:1rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:36.36328125rem;left:4.9375rem;height:1.3994125rem;font-style:normal;display:block; }
#bwmkScE1HtxR9WaltgLXaf67gxxxrKFl { color:#000000;display:block;width:24.25rem;position:absolute;font-family:"a merriweather sans";font-size:1rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:28.740234375rem;left:32.625rem;height:5.59765625rem;font-style:normal;display:block; }
#qHbNiDslTERkHUPyPg350NULRUsEfDmv { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.75rem;width:24.6875rem;top:8.625rem;left:2.65625rem;overflow:hidden;display:block; }
#WKqI99VXq8ghHN3tsWmTT5cBz5NBV216 { background-color:#e6007e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;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:"a merriweather sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.1875rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:67.9375rem;left:11.96875rem;display:block; }
#Zt11ZhhATyeODPJQ7msAzvS7THHwN6uU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RbzFBW3JnSDHdqFVoefKTCmh9WN6PHvx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:36.03125rem;left:2.6875rem; }
#zIfy3qn6dX4NQ1KWvdfHTvo8E6ib2NV1 { color:#000000;display:block;width:8.6875rem;position:absolute;font-family:"a merriweather sans";font-size:1rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:38.53125rem;left:4.9375rem;height:1.3994125rem;font-style:normal;display:block; }
#h9QGfSuITDCp2TdIwbwpAVRWn93oSRli { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:38.26171875rem;left:2.6875rem; }
#kqXsTXKTAZOKTv6IzG5orsT3WTTFgkf5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:40.5625rem;left:2.6875rem; }
#CKhKarLX7XHdlDcLULuz800NBuI9B9Cy { color:#000000;display:block;width:8.6875rem;position:absolute;font-family:"a merriweather sans";font-size:1rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:40.8125rem;left:4.9375rem;height:1.3994125rem;font-style:normal;display:block; }
#cXK94R7ATpd2e6ff51HBMIA9XbuEcmmc { color:#00964f;display:block;width:24.3125rem;position:absolute;font-family:"a merriweather sans";font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:44.1875rem;left:2.75rem;height:1.29980625rem;font-style:normal;display:block; }
#gAtQmfiHF6BNJZN83DDOfoAgkzTWW7TQ { color:#000000;display:block;width:22.3125rem;position:absolute;font-family:"a merriweather sans";font-size:1rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:46.1875rem;left:5rem;height:1.3994125rem;font-style:normal;display:block; }
#RXFxIGyFrfllcePrAEctncdydKVxZK6u { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:45.875rem;left:2.75rem; }
#rVm4ogTTh9HE1nhJU6uplESWFVv8CgR5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:48.0625rem;left:2.75rem; }
#btO8E7TBfTMO76N7pGmT2FgkuhCbtJ57 { color:#000000;display:block;width:13.0625rem;position:absolute;font-family:"a merriweather sans";font-size:1rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:48.375rem;left:5rem;height:1.3994125rem;font-style:normal;display:block; }
#xIA4UoOXkaCpTqdFyQT9kWTSTz1bK4aw { color:#000000;display:block;width:15.75rem;position:absolute;font-family:"a merriweather sans";font-size:1rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:50.625rem;left:5rem;height:1.3994125rem;font-style:normal;display:block; }
#iOGlpC2X5JCiwZS9Ayg6UZqy2DH7xnhb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:50.375rem;left:2.75rem; }
#hp6sxfyKpJiqfSKsbJ9qxFzswtzf2rWx { color:#00964f;display:block;width:21.75rem;position:absolute;font-family:"a merriweather sans";font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:53.9375rem;left:2.75rem;height:1.29980625rem;font-style:normal;display:block; }
#MV4XfRRn928ydcyxukq2MDZolwf40WJR { color:#000000;display:block;width:22.3125rem;position:absolute;font-family:"a merriweather sans";font-size:1rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:55.9375rem;left:5rem;height:1.3994125rem;font-style:normal;display:block; }
#wmWWaXBBuFOn8MTI8T16p44Ikftla65f { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:55.625rem;left:2.75rem; }
#twxlaEbkxDVxPbQNorRTw0GXbThZ7QS0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:57.8125rem;left:2.75rem; }
#cDbgunCxF5l2Dt6gMUZh2s5tM9b1cb7x { color:#000000;display:block;width:21.5625rem;position:absolute;font-family:"a merriweather sans";font-size:1rem;font-weight:300;z-index:15019;line-height:1.4;letter-spacing:0;top:58.125rem;left:5rem;height:1.3994125rem;font-style:normal;display:block; }
#L27ybs5A6pRIrWnawAnWmM7dFQcx44r4 { color:#000000;display:block;width:20rem;position:absolute;font-family:"a merriweather sans";font-size:1rem;font-weight:300;z-index:15021;line-height:1.4;letter-spacing:0;top:60.375rem;left:5rem;height:1.3994125rem;font-style:normal;display:block; }
#NlUKLgSrh56CuLnJxiaE0BJwIOX8bhdV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:60.125rem;left:2.75rem; }
#QDgFIKPFHZ2mS9zJ3PLtZReO313uz77F { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.75rem;width:14.375rem;top:8.625rem;left:32.625rem;overflow:hidden;display:block; }
#yE7iLf9DB4OV0SaIgem90npEDo5hLnJT { color:#ffffff;display:block;width:5.125rem;position:absolute;font-family:"a merriweather";font-size:1.1875rem;font-weight:400;z-index:15029;line-height:1.4;letter-spacing:0;top:21.212890625rem;left:49.25rem;height:3.32421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Inq7UyZdLTqiXPsC6bcmCKbkgGMmRpTJ { color:#000000;display:block;width:25.1875rem;position:absolute;font-family:"a merriweather sans";font-size:1rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:59.3125rem;left:32.625rem;height:2.798825rem;font-style:normal;display:block; }
#dGn6UiCtns0Vk0RcpFeqn5NLFzXOhZuH { color:#ffffff;display:block;width:5.125rem;position:absolute;font-family:"a merriweather";font-size:1.1875rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:51.837890625rem;left:35.5625rem;height:3.32421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W4gxbwfoeKKPxNSss0x1a0aacPaqct4u { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.75rem;width:14.375rem;top:39.65625rem;left:42.75rem;overflow:hidden;display:block; }
#yHftvkVGXki2eVnX1ytcZa3Eg0C3XdLa { position:absolute;display:block;z-index:15028;background-color:#95c11f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:12.5rem;top:20.375rem;left:44.6875rem;display:block; }
#MNE2e3bwmHF8lzB2zLRVqyzigekosZTv { position:absolute;display:block;z-index:15029;background-color:#95c11f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:12.5rem;top:51rem;left:32.625rem;display:block; }
#TqPmTiOhdWTeqB15GMnZIFBLZQf1pW5n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#8abd0d;background-image:none;position:relative;display:block; }#TqPmTiOhdWTeqB15GMnZIFBLZQf1pW5n > .row .container { background-color: transparent; background-image: none; }#TqPmTiOhdWTeqB15GMnZIFBLZQf1pW5n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TqPmTiOhdWTeqB15GMnZIFBLZQf1pW5n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TqPmTiOhdWTeqB15GMnZIFBLZQf1pW5n > .row .container > .video-iframe-container { display: none; }#TqPmTiOhdWTeqB15GMnZIFBLZQf1pW5n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TqPmTiOhdWTeqB15GMnZIFBLZQf1pW5n > .row > .video-iframe-container { display: none; }#TqPmTiOhdWTeqB15GMnZIFBLZQf1pW5n > .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); }#TqPmTiOhdWTeqB15GMnZIFBLZQf1pW5n > .row .container { border-width: 0; border-radius: 0; }#TqPmTiOhdWTeqB15GMnZIFBLZQf1pW5n > .row > .video-iframe-container {  }#TqPmTiOhdWTeqB15GMnZIFBLZQf1pW5n > .row .container { font-size:0.875rem;font-family:arial;height:39.625rem;width:60rem;position:relative;display:block; }#PlyX7br1OdVv3WTvh1Qs4pvc22eKQ8wl { color:#ffffff;display:block;width:38.9375rem;position:absolute;font-family:"a merriweather sans";font-size:1rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:26.5rem;left:10.53125rem;height:2.798825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xy1nCTacDrTm4itmyJhDKaOWwM0HSITR { color:#ffffff;display:block;width:24.25rem;position:absolute;font-family:"a merriweather";font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.53125rem;left:17.875rem;height:2.76171875rem;font-style:normal;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; }
#h8HvWuFQqWL0U3RgUuD00HQ25oN2rup7 { color:#ffffff;display:block;width:24.25rem;position:absolute;font-family:"a merriweather sans";font-size:1.4375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:7.03125rem;left:17.875rem;height:1.8681625rem;font-style:normal;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; }
#e2dXTFiwBdvZzykb3N3OOK4UMh01HABT { color:#000000;display:block;width:16.6875rem;position:absolute;font-family:"a merriweather sans";font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:14.71875rem;left:21.65625rem;height:2.5996125rem;font-style:normal;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; }
#vXq4w98Dh4HFmkt2ZCaTLipzG9DTAVc7 { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:60rem;top:11.21875rem;left:0.03125rem;display:block; }
#w4BilarhB4sUmWvVrLXLyMyfqWtUpSnZ { color:#000000;display:block;width:23.3125rem;position:absolute;font-family:"a merriweather sans";font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:19rem;left:18.875rem;height:1.625rem;font-style:normal;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; }
#XWPQFfcMxiTUFkT4yJEshVMPLoiANdlG { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.6875rem;width:9.125rem;top:14.71875rem;left:45.65625rem;overflow:hidden;display:block; }
#ZsxVvqHHZCKCzlyp4lUThcxTeIN8H2Dk { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:15.625rem;top:12.65625rem;left:1.25rem;overflow:hidden;display:block; }
#QJTNCXUNhhlRzarffkWMXTJM9DJm4OLl { background-color:#e6007e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;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:"a merriweather sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.1875rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:31.9375rem;left:11.90625rem;display:block; }
#XfsTHxLJQbUf5fAEZkzELH0opaTOwSZT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SKCnCMnotFnBZR0Xu2OK9bp5VcXrTLXZ { position:relative;display:block; }#SKCnCMnotFnBZR0Xu2OK9bp5VcXrTLXZ { background-color: transparent; background-image: none; }#SKCnCMnotFnBZR0Xu2OK9bp5VcXrTLXZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SKCnCMnotFnBZR0Xu2OK9bp5VcXrTLXZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SKCnCMnotFnBZR0Xu2OK9bp5VcXrTLXZ > .row .container > .video-iframe-container { display: none; }#SKCnCMnotFnBZR0Xu2OK9bp5VcXrTLXZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SKCnCMnotFnBZR0Xu2OK9bp5VcXrTLXZ > .row > .video-iframe-container { display: none; }#SKCnCMnotFnBZR0Xu2OK9bp5VcXrTLXZ > .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); }#SKCnCMnotFnBZR0Xu2OK9bp5VcXrTLXZ { border-width: 0; border-radius: 0; }#SKCnCMnotFnBZR0Xu2OK9bp5VcXrTLXZ > .row .container > .video-iframe-container {  }#SKCnCMnotFnBZR0Xu2OK9bp5VcXrTLXZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.8125rem;width:60rem;position:relative;display:block; }#Pf9xOrqsk0c0yFpsQ6Lrok5yBD0EvXvT { color:#00964f;display:block;width:16.0625rem;position:absolute;font-family:"a merriweather";font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.75rem;left:1.8125rem;height:1.7871125rem;font-style:normal;display:block; }
#EKZIIxZGcCQnDF02mSc3TNxgI8hS3iI7 { color:#000000;display:block;width:16.375rem;position:absolute;font-family:"a merriweather sans";font-size:1rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:9.3125rem;left:1.8125rem;height:6.9970625rem;font-style:normal;display:block; }
#g3B5sNxcPtg7Ha92xvqDGGonPium328L { color:#000000;display:block;width:15.1875rem;position:absolute;font-family:"a merriweather sans";font-size:1rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:18.125rem;left:1.8125rem;height:2.798825rem;font-style:normal;display:block; }
#I0mQ8cBHnGs1SIfFkhoDnzuesd8R50pw { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.4375rem;width:16.875rem;top:3.75rem;left:21.5625rem;overflow:hidden;display:block; }
#HxADOe4GNtpCrwSQNyIcPIdkQJZkTH3k { box-sizing:content-box;color:#00964f;font-size:2.6875rem;font-weight:400;line-height:1;height:3.875rem;width:3.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:3.5rem;left:40.625rem;display:block; }
#msigGQIV6B7iozkyOMKpOusD8M701Kyk { color:#000000;display:block;width:18.5625rem;position:absolute;font-family:"a merriweather sans";font-size:1rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:7.375rem;left:41.3427734375rem;height:5.59765rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JdrNn0HCLTqOPmQtpiMMiJ6Xfa4sqTkG { color:#00964f;display:block;width:10.875rem;position:absolute;font-family:"a merriweather";font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:15.8125rem;left:41.3125rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zTCVN2NV1Awh7FWWUBwL0Xa9CrrvTPfS { color:#000000;display:block;width:18.8125rem;position:absolute;font-family:"a merriweather sans";font-size:1rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:18.1875rem;left:41.3125rem;height:4.19824375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OZ1I0oiakuXyo6pDdFHTIDldmvQTfBXO { color:#00964f;display:block;width:10.875rem;position:absolute;font-family:"a merriweather";font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.642578125rem;left:44.5625rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EiAOTIHDUiNxyTQ6mhPIvsClhRdVeGqw { position:relative;display:block; }#EiAOTIHDUiNxyTQ6mhPIvsClhRdVeGqw { background-color: transparent; background-image: none; }#EiAOTIHDUiNxyTQ6mhPIvsClhRdVeGqw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EiAOTIHDUiNxyTQ6mhPIvsClhRdVeGqw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EiAOTIHDUiNxyTQ6mhPIvsClhRdVeGqw > .row .container > .video-iframe-container { display: none; }#EiAOTIHDUiNxyTQ6mhPIvsClhRdVeGqw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EiAOTIHDUiNxyTQ6mhPIvsClhRdVeGqw > .row > .video-iframe-container { display: none; }#EiAOTIHDUiNxyTQ6mhPIvsClhRdVeGqw > .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); }#EiAOTIHDUiNxyTQ6mhPIvsClhRdVeGqw { border-width: 0; border-radius: 0; }#EiAOTIHDUiNxyTQ6mhPIvsClhRdVeGqw > .row .container > .video-iframe-container {  }#EiAOTIHDUiNxyTQ6mhPIvsClhRdVeGqw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:12.125rem;width:60rem;position:relative;display:block; }#Mn80FPl0PR8g3auUqIQzdsTc5t0l3acc { color:#000000;display:block;width:19.125rem;position:absolute;font-family:"a merriweather sans";font-size:1rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:1.88671875rem;left:1.8125rem;height:5.59765rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ytZ789q0Bun5lonIuTfXbBD9zCAMg7pc { box-sizing:content-box;color:#000000;font-size:2.625rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15013;top:4.15625rem;left:20.9375rem;display:block; }
#GAigTidh2xfBPivkPqEXAGCS2twanT5N { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7rem;width:18.8125rem;top:1.1875rem;left:38.34375rem;overflow:hidden;display:block; }
#WXSN3fiaTQ7XlPg5mEOTPpUr8rKdO77W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cacaca;background-image:none;position:relative;z-index:auto;display:block; }#WXSN3fiaTQ7XlPg5mEOTPpUr8rKdO77W > .row .container { background-color: transparent; background-image: none; }#WXSN3fiaTQ7XlPg5mEOTPpUr8rKdO77W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXSN3fiaTQ7XlPg5mEOTPpUr8rKdO77W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXSN3fiaTQ7XlPg5mEOTPpUr8rKdO77W > .row .container > .video-iframe-container { display: none; }#WXSN3fiaTQ7XlPg5mEOTPpUr8rKdO77W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXSN3fiaTQ7XlPg5mEOTPpUr8rKdO77W > .row > .video-iframe-container { display: none; }#WXSN3fiaTQ7XlPg5mEOTPpUr8rKdO77W > .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); }#WXSN3fiaTQ7XlPg5mEOTPpUr8rKdO77W > .row .container { border-width: 0; border-radius: 0; }#WXSN3fiaTQ7XlPg5mEOTPpUr8rKdO77W > .row > .video-iframe-container {  }#WXSN3fiaTQ7XlPg5mEOTPpUr8rKdO77W > .row .container { font-size:0.875rem;font-family:arial;height:3.25rem;width:60rem;position:relative;display:block; }#LHcEFwGXHp2igNsls450mhywrwKT4TZJ { color:#000000;display:block;width:36.5625rem;position:absolute;font-family:"a open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:0.8125rem;left:1.25rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#HlpcclDVxqW8vThb9CTIhowd2TeRZaDq { z-index:15008;top:0.6875rem;left:46.875rem;background-color:#535353;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;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:"a open sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:1.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#dsBRHx1PkXQFf3lZKokpqF7u8qVWsOM0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OVxJC3TVNqEEG8F6xZNWRVBtZekaw0Gh { top:20.3125rem;left:17.5rem;width:12.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHUdRLoWSAlb2bT1mUf57z3PMzfETZWg { top:19.5rem;left:16.25rem;width:15.25rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUB3d2toOEdJgqf8THrUR6bqLW9kFnTc { display:block; }#qUB3d2toOEdJgqf8THrUR6bqLW9kFnTc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rCW3LQlghqSl0d4FnKzSHCutxgv9Rwt9 { top:2.25rem;left:5.09375rem;width:37.5625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEVJl2uT5AAQhfAxbVX3gcCuxqTxziCr { display:block; }#bEVJl2uT5AAQhfAxbVX3gcCuxqTxziCr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aZIWTG4lAKWM6sXeHMCi7CapTmxsS0Wq { top:24.25rem;left:0rem;width:22rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #liTARr1AgTbeSlJqe6TCS19JrkRtrEs3 { top:31.125rem;left:0rem;width:25.1875rem;height:19.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdXOntEELbTQqJTD9mtqhRmHthg8BNl9 { width:36.1875rem;height:3.4375rem;top:57.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXAt6MyriGrgUQ8Dr3Ix2z88Ir4Beh4C { display:block; }
 }@media only screen and (max-width: 763px) { #Dz5RaCEESTrL9r9wabdmPszwvRP1CJXw { top:2rem;left:0rem;width:28.1875rem;height:50.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqITqx9Kpodufu4bskIaE1eDCgfDFtv4 { top:2rem;left:19.5625rem;width:28.1875rem;height:50.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANfsA8MkaXTJFwN7iskIVhM6EsSxtGBQ { top:28.625rem;left:23rem;width:24.75rem;height:9.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAcNqGk11f1TwdmuiZSXCEZnwzZGAfLz { top:24.25rem;left:22.8125rem;width:24.9375rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKiotM1b4nle5f6w22SuDlFIypaN3tJC { top:28.625rem;left:0rem;width:25.1875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiVwWqsyO5ta0tXVlRqvzKW7USsfwquo { top:43.875rem;left:23rem;width:24.75rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xP3oJ1oxwZiH2dzyv6O322E5qIAl7Fcm { top:40.4375rem;left:23.75rem;width:24rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3T0zRTnJcH6S4QV2dOpyEOUaduS6uci { top:3.75rem;left:0rem;width:24.6875rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIU2TgOIigquxoMErCFZykGTAJpt4BaW { top:3.75rem;left:23.0625rem;width:24.6875rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWp22wnzEo3xvNxia9HCy82lMxtJTlHa { display:block; }#sWp22wnzEo3xvNxia9HCy82lMxtJTlHa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nTC1hoyLNgXzVkkSZknkc6emOOrQecwB { top:4.625rem;left:21.5rem;width:26.25rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMqmDGoUaWcdyh4S62t2qdS3GVRot8dF { top:6.8125rem;left:22.8125rem;width:24.9375rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGqvLF54BOKuPNOtu4zTTl0pudMUIswc { top:13.5625rem;left:20.5rem;width:27.25rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEwLTGcQV82WAhadmNl9zp3uQzTKiuh2 { top:1.0625rem;left:0.15625rem;width:16.25rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFTW5dJI5q430yzTmrvle4JkOu8aWQeU { display:block; }#mFTW5dJI5q430yzTmrvle4JkOu8aWQeU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ro08HtMc21GUBNMptInooN4FxarE6dkT { top:29.25rem;left:0rem;width:23.25rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LB7TcKFGFZ5RoyZAveMeRK4ynVlZO6Nq { top:6.6875rem;left:0rem;width:28.1875rem;height:57.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wp2ApUlfr90cCfa1Jq11QqcIankudS8P { top:6.6875rem;left:19.5625rem;width:28.1875rem;height:57.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #srlEWhTvxDtgvnngeSO7J4LE8ubOuvGH { top:2.4375rem;left:3.875rem;width:20rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdnC3XvQoTO5Bugpl6TGMTM6G13MxHMD { top:34.375rem;left:0rem;width:19.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpWHEC3XQerQFRzAmRTHZ49ZWaolyu0i { top:36.3125rem;left:1.5625rem;width:22.3125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwmkScE1HtxR9WaltgLXaf67gxxxrKFl { top:28.6875rem;left:23.5rem;width:24.25rem;height:7rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHbNiDslTERkHUPyPg350NULRUsEfDmv { top:8.625rem;left:0rem;width:24.6875rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKqI99VXq8ghHN3tsWmTT5cBz5NBV216 { width:36.1875rem;height:3.4375rem;top:67.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zt11ZhhATyeODPJQ7msAzvS7THHwN6uU { display:block; }
 }@media only screen and (max-width: 763px) { #RbzFBW3JnSDHdqFVoefKTCmh9WN6PHvx { top:36rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIfy3qn6dX4NQ1KWvdfHTvo8E6ib2NV1 { top:38.5rem;left:1.875rem;width:8.6875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9QGfSuITDCp2TdIwbwpAVRWn93oSRli { top:38.25rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqXsTXKTAZOKTv6IzG5orsT3WTTFgkf5 { top:40.5625rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKhKarLX7XHdlDcLULuz800NBuI9B9Cy { top:40.8125rem;left:1.875rem;width:8.6875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXK94R7ATpd2e6ff51HBMIA9XbuEcmmc { top:44.1875rem;left:0rem;width:24.3125rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAtQmfiHF6BNJZN83DDOfoAgkzTWW7TQ { top:46.1875rem;left:1.5625rem;width:22.3125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXFxIGyFrfllcePrAEctncdydKVxZK6u { top:45.875rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVm4ogTTh9HE1nhJU6uplESWFVv8CgR5 { top:48.0625rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #btO8E7TBfTMO76N7pGmT2FgkuhCbtJ57 { top:48.375rem;left:1.9375rem;width:13.0625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIA4UoOXkaCpTqdFyQT9kWTSTz1bK4aw { top:50.625rem;left:1.9375rem;width:15.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOGlpC2X5JCiwZS9Ayg6UZqy2DH7xnhb { top:50.375rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hp6sxfyKpJiqfSKsbJ9qxFzswtzf2rWx { top:53.9375rem;left:0rem;width:21.75rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MV4XfRRn928ydcyxukq2MDZolwf40WJR { top:55.9375rem;left:1.5625rem;width:22.3125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmWWaXBBuFOn8MTI8T16p44Ikftla65f { top:55.625rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #twxlaEbkxDVxPbQNorRTw0GXbThZ7QS0 { top:57.8125rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDbgunCxF5l2Dt6gMUZh2s5tM9b1cb7x { top:58.125rem;left:1.9375rem;width:21.5625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L27ybs5A6pRIrWnawAnWmM7dFQcx44r4 { top:60.375rem;left:1.9375rem;width:20rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlUKLgSrh56CuLnJxiaE0BJwIOX8bhdV { top:60.125rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDgFIKPFHZ2mS9zJ3PLtZReO313uz77F { top:8.625rem;left:23.875rem;width:14.375rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yE7iLf9DB4OV0SaIgem90npEDo5hLnJT { top:21.1875rem;left:40.0625rem;width:5.125rem;height:3.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Inq7UyZdLTqiXPsC6bcmCKbkgGMmRpTJ { top:59.3125rem;left:22.5625rem;width:25.1875rem;height:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGn6UiCtns0Vk0RcpFeqn5NLFzXOhZuH { top:51.8125rem;left:26.375rem;width:5.125rem;height:3.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4gxbwfoeKKPxNSss0x1a0aacPaqct4u { top:39.625rem;left:33.375rem;width:14.375rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHftvkVGXki2eVnX1ytcZa3Eg0C3XdLa { top:20.375rem;left:35.25rem;width:12.5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNE2e3bwmHF8lzB2zLRVqyzigekosZTv { top:51rem;left:23.875rem;width:12.5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqPmTiOhdWTeqB15GMnZIFBLZQf1pW5n { display:block; }#TqPmTiOhdWTeqB15GMnZIFBLZQf1pW5n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PlyX7br1OdVv3WTvh1Qs4pvc22eKQ8wl { top:26.5rem;left:4.40625rem;width:38.9375rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xy1nCTacDrTm4itmyJhDKaOWwM0HSITR { top:3.5rem;left:11.75rem;width:24.25rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8HvWuFQqWL0U3RgUuD00HQ25oN2rup7 { top:7rem;left:11.75rem;width:24.25rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2dXTFiwBdvZzykb3N3OOK4UMh01HABT { top:14.6875rem;left:15.53125rem;width:16.6875rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXq4w98Dh4HFmkt2ZCaTLipzG9DTAVc7 { top:11.1875rem;left:0rem;width:47.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4BilarhB4sUmWvVrLXLyMyfqWtUpSnZ { top:19rem;left:12.75rem;width:23.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWPQFfcMxiTUFkT4yJEshVMPLoiANdlG { top:14.6875rem;left:38.625rem;width:9.125rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsxVvqHHZCKCzlyp4lUThcxTeIN8H2Dk { top:12.625rem;left:0rem;width:15.625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJTNCXUNhhlRzarffkWMXTJM9DJm4OLl { width:36.1875rem;height:3.4375rem;top:31.9375rem;left:5.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfsTHxLJQbUf5fAEZkzELH0opaTOwSZT { display:block; }
 }@media only screen and (max-width: 763px) { #SKCnCMnotFnBZR0Xu2OK9bp5VcXrTLXZ { display:block; }#SKCnCMnotFnBZR0Xu2OK9bp5VcXrTLXZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pf9xOrqsk0c0yFpsQ6Lrok5yBD0EvXvT { top:3.75rem;left:0rem;width:16.0625rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKZIIxZGcCQnDF02mSc3TNxgI8hS3iI7 { top:9.3125rem;left:0rem;width:16.375rem;height:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3B5sNxcPtg7Ha92xvqDGGonPium328L { top:18.125rem;left:0rem;width:15.1875rem;height:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0mQ8cBHnGs1SIfFkhoDnzuesd8R50pw { top:3.75rem;left:14.875rem;width:16.875rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxADOe4GNtpCrwSQNyIcPIdkQJZkTH3k { top:3.5rem;left:31.75rem;width:3.875rem;height:3.875rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #msigGQIV6B7iozkyOMKpOusD8M701Kyk { top:7.375rem;left:29.0625rem;width:18.5625rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdrNn0HCLTqOPmQtpiMMiJ6Xfa4sqTkG { top:15.8125rem;left:31.75rem;width:10.875rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTCVN2NV1Awh7FWWUBwL0Xa9CrrvTPfS { top:18.1875rem;left:28.9375rem;width:18.8125rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZ1I0oiakuXyo6pDdFHTIDldmvQTfBXO { top:4.625rem;left:34.25rem;width:10.875rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiAOTIHDUiNxyTQ6mhPIvsClhRdVeGqw { display:block; }#EiAOTIHDUiNxyTQ6mhPIvsClhRdVeGqw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mn80FPl0PR8g3auUqIQzdsTc5t0l3acc { top:1.875rem;left:0rem;width:19.125rem;height:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytZ789q0Bun5lonIuTfXbBD9zCAMg7pc { top:4.125rem;left:14.8125rem;width:3.8125rem;height:3.8125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAigTidh2xfBPivkPqEXAGCS2twanT5N { top:1.1875rem;left:28.9375rem;width:18.8125rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXSN3fiaTQ7XlPg5mEOTPpUr8rKdO77W { display:block; }#WXSN3fiaTQ7XlPg5mEOTPpUr8rKdO77W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LHcEFwGXHp2igNsls450mhywrwKT4TZJ { top:0.8125rem;left:0rem;width:36.5625rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlpcclDVxqW8vThb9CTIhowd2TeRZaDq { top:0.6875rem;left:35.875rem;width:11.875rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsBRHx1PkXQFf3lZKokpqF7u8qVWsOM0 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:20.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OVxJC3TVNqEEG8F6xZNWRVBtZekaw0Gh { width:10.25rem;height:3.9375rem;top:15.3125rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHUdRLoWSAlb2bT1mUf57z3PMzfETZWg { width:13.0625rem;height:5.5625rem;top:14.5rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUB3d2toOEdJgqf8THrUR6bqLW9kFnTc { display:block; }#qUB3d2toOEdJgqf8THrUR6bqLW9kFnTc > .row .container { width:20rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rCW3LQlghqSl0d4FnKzSHCutxgv9Rwt9 { width:18.6875rem;height:4.38671875rem;top:0.744140625rem;left:0.65625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEVJl2uT5AAQhfAxbVX3gcCuxqTxziCr { display:block; }#bEVJl2uT5AAQhfAxbVX3gcCuxqTxziCr > .row .container { width:20rem;height:124.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aZIWTG4lAKWM6sXeHMCi7CapTmxsS0Wq { width:14.3125rem;height:5.361325rem;top:19.5rem;left:1.875rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #liTARr1AgTbeSlJqe6TCS19JrkRtrEs3 { width:16.5625rem;height:29.387725rem;top:28.4375rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdXOntEELbTQqJTD9mtqhRmHthg8BNl9 { width:19rem;height:3.4375rem;top:62.44921875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXAt6MyriGrgUQ8Dr3Ix2z88Ir4Beh4C { display:block; }
 }@media only screen and (max-width: 763px) { #Dz5RaCEESTrL9r9wabdmPszwvRP1CJXw { width:19.3125rem;height:55.9375rem;top:3.5625rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqITqx9Kpodufu4bskIaE1eDCgfDFtv4 { width:19.3125rem;height:50.75rem;top:69.76171875rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANfsA8MkaXTJFwN7iskIVhM6EsSxtGBQ { width:17rem;height:13.994125rem;top:92.51171875rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAcNqGk11f1TwdmuiZSXCEZnwzZGAfLz { width:16.5rem;height:5.361325rem;top:86.19921875rem;left:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKiotM1b4nle5f6w22SuDlFIypaN3tJC { width:13.75rem;height:1.3994125rem;top:25.5rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiVwWqsyO5ta0tXVlRqvzKW7USsfwquo { width:16.75rem;height:4.19824375rem;top:113.51171875rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xP3oJ1oxwZiH2dzyv6O322E5qIAl7Fcm { width:17.25rem;height:4.19824375rem;top:108.82421875rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3T0zRTnJcH6S4QV2dOpyEOUaduS6uci { width:19.3125rem;height:14.625rem;top:3.5625rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIU2TgOIigquxoMErCFZykGTAJpt4BaW { width:19.375rem;height:14.625rem;top:69.76171875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWp22wnzEo3xvNxia9HCy82lMxtJTlHa { display:block; }#sWp22wnzEo3xvNxia9HCy82lMxtJTlHa > .row .container { width:20rem;height:43.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nTC1hoyLNgXzVkkSZknkc6emOOrQecwB { width:18.0625rem;height:3.5rem;top:1.25rem;left:0.96875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NMqmDGoUaWcdyh4S62t2qdS3GVRot8dF { width:19rem;height:8.3965rem;top:25.421875rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGqvLF54BOKuPNOtu4zTTl0pudMUIswc { width:18.8125rem;height:4.19824375rem;top:35.2333984375rem;left:0.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEwLTGcQV82WAhadmNl9zp3uQzTKiuh2 { width:15.3125rem;height:17.6875rem;top:5.984375rem;left:2.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFTW5dJI5q430yzTmrvle4JkOu8aWQeU { display:block; }#mFTW5dJI5q430yzTmrvle4JkOu8aWQeU > .row .container { width:20rem;height:149.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ro08HtMc21GUBNMptInooN4FxarE6dkT { width:17.0625rem;height:5.361325rem;top:22.59375rem;left:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LB7TcKFGFZ5RoyZAveMeRK4ynVlZO6Nq { width:19.3125rem;height:61.1875rem;top:6.625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wp2ApUlfr90cCfa1Jq11QqcIankudS8P { width:19.3125rem;height:66.8125rem;top:78.3125rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #srlEWhTvxDtgvnngeSO7J4LE8ubOuvGH { width:20rem;height:2.03125rem;top:2.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdnC3XvQoTO5Bugpl6TGMTM6G13MxHMD { width:14.1875rem;height:2.5996125rem;top:29.75rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpWHEC3XQerQFRzAmRTHZ49ZWaolyu0i { width:10rem;height:1.3994125rem;top:33.26171875rem;left:4.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwmkScE1HtxR9WaltgLXaf67gxxxrKFl { width:16.125rem;height:9.795875rem;top:102rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHbNiDslTERkHUPyPg350NULRUsEfDmv { width:19.3125rem;height:14.625rem;top:6.625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKqI99VXq8ghHN3tsWmTT5cBz5NBV216 { width:19rem;height:3.4375rem;top:71.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zt11ZhhATyeODPJQ7msAzvS7THHwN6uU { display:block; }
 }@media only screen and (max-width: 763px) { #RbzFBW3JnSDHdqFVoefKTCmh9WN6PHvx { width:1.9375rem;height:1.9375rem;top:32.9921875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIfy3qn6dX4NQ1KWvdfHTvo8E6ib2NV1 { width:8.6875rem;height:1.3994125rem;top:35.39453125rem;left:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9QGfSuITDCp2TdIwbwpAVRWn93oSRli { width:1.9375rem;height:1.9375rem;top:35.125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqXsTXKTAZOKTv6IzG5orsT3WTTFgkf5 { width:1.9375rem;height:1.9375rem;top:37.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKhKarLX7XHdlDcLULuz800NBuI9B9Cy { width:8.6875rem;height:1.3994125rem;top:37.51953125rem;left:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXK94R7ATpd2e6ff51HBMIA9XbuEcmmc { width:15.5rem;height:2.5996125rem;top:41.25rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAtQmfiHF6BNJZN83DDOfoAgkzTWW7TQ { width:10.1875rem;height:1.3994125rem;top:45.01953125rem;left:4.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXFxIGyFrfllcePrAEctncdydKVxZK6u { width:1.9375rem;height:1.9375rem;top:44.75rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVm4ogTTh9HE1nhJU6uplESWFVv8CgR5 { width:1.9375rem;height:1.9375rem;top:46.6875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #btO8E7TBfTMO76N7pGmT2FgkuhCbtJ57 { width:13.0625rem;height:1.3994125rem;top:46.95703125rem;left:4.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIA4UoOXkaCpTqdFyQT9kWTSTz1bK4aw { width:11.6875rem;height:1.3994125rem;top:48.89453125rem;left:4.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOGlpC2X5JCiwZS9Ayg6UZqy2DH7xnhb { width:1.9375rem;height:1.9375rem;top:48.625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hp6sxfyKpJiqfSKsbJ9qxFzswtzf2rWx { width:15.0625rem;height:2.5996125rem;top:52.8369140625rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MV4XfRRn928ydcyxukq2MDZolwf40WJR { width:13.5rem;height:1.3994125rem;top:56.23046875rem;left:4.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmWWaXBBuFOn8MTI8T16p44Ikftla65f { width:1.9375rem;height:1.9375rem;top:56.0859375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #twxlaEbkxDVxPbQNorRTw0GXbThZ7QS0 { width:1.9375rem;height:1.9375rem;top:58.4609375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDbgunCxF5l2Dt6gMUZh2s5tM9b1cb7x { width:13.6875rem;height:2.798825rem;top:58.7109375rem;left:4.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L27ybs5A6pRIrWnawAnWmM7dFQcx44r4 { width:9.25rem;height:2.798825rem;top:62.1875rem;left:4.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlUKLgSrh56CuLnJxiaE0BJwIOX8bhdV { width:1.9375rem;height:1.9375rem;top:62rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDgFIKPFHZ2mS9zJ3PLtZReO313uz77F { width:15.5625rem;height:20.3125rem;top:80.1875rem;left:2.21875rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #yE7iLf9DB4OV0SaIgem90npEDo5hLnJT { width:5.125rem;height:3.32421875rem;top:93.900390625rem;left:12.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Inq7UyZdLTqiXPsC6bcmCKbkgGMmRpTJ { width:15.5rem;height:5.59765625rem;top:137.4375rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGn6UiCtns0Vk0RcpFeqn5NLFzXOhZuH { width:5.125rem;height:3.32421875rem;top:130.337890625rem;left:12.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4gxbwfoeKKPxNSss0x1a0aacPaqct4u { width:15.5625rem;height:20.25rem;top:115.57421875rem;left:2.21875rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #yHftvkVGXki2eVnX1ytcZa3Eg0C3XdLa { width:9.1875rem;height:5rem;top:93.0625rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNE2e3bwmHF8lzB2zLRVqyzigekosZTv { width:9.1875rem;height:5rem;top:129.5rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqPmTiOhdWTeqB15GMnZIFBLZQf1pW5n { display:block; }#TqPmTiOhdWTeqB15GMnZIFBLZQf1pW5n > .row .container { width:20rem;height:56.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PlyX7br1OdVv3WTvh1Qs4pvc22eKQ8wl { width:15rem;height:6.9970625rem;top:40.94921875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xy1nCTacDrTm4itmyJhDKaOWwM0HSITR { width:20rem;height:2.03125rem;top:1.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8HvWuFQqWL0U3RgUuD00HQ25oN2rup7 { width:20rem;height:1.29980625rem;top:4.037109375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2dXTFiwBdvZzykb3N3OOK4UMh01HABT { width:16.6875rem;height:2.5996125rem;top:20.625rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXq4w98Dh4HFmkt2ZCaTLipzG9DTAVc7 { width:19.3125rem;height:31.875rem;top:6.625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4BilarhB4sUmWvVrLXLyMyfqWtUpSnZ { width:17.125rem;height:3.25rem;top:25.44921875rem;left:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWPQFfcMxiTUFkT4yJEshVMPLoiANdlG { width:9.125rem;height:4.6875rem;top:31.375rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsxVvqHHZCKCzlyp4lUThcxTeIN8H2Dk { width:19.3125rem;height:11.375rem;top:6.625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJTNCXUNhhlRzarffkWMXTJM9DJm4OLl { width:19rem;height:3.4375rem;top:49.82421875rem;left:0.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfsTHxLJQbUf5fAEZkzELH0opaTOwSZT { display:block; }
 }@media only screen and (max-width: 763px) { #SKCnCMnotFnBZR0Xu2OK9bp5VcXrTLXZ { display:block; }#SKCnCMnotFnBZR0Xu2OK9bp5VcXrTLXZ > .row .container { width:20rem;height:63.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pf9xOrqsk0c0yFpsQ6Lrok5yBD0EvXvT { width:12.75rem;height:3.57421875rem;top:1.9375rem;left:1.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKZIIxZGcCQnDF02mSc3TNxgI8hS3iI7 { width:16.875rem;height:6.9970625rem;top:6.625rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3B5sNxcPtg7Ha92xvqDGGonPium328L { width:17.25rem;height:2.798825rem;top:15.5rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0mQ8cBHnGs1SIfFkhoDnzuesd8R50pw { width:16.875rem;height:18.4375rem;top:20.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxADOe4GNtpCrwSQNyIcPIdkQJZkTH3k { width:3.875rem;height:3.875rem;top:39.625rem;left:7.625rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #msigGQIV6B7iozkyOMKpOusD8M701Kyk { width:18.375rem;height:5.59765rem;top:46.625rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdrNn0HCLTqOPmQtpiMMiJ6Xfa4sqTkG { width:12.4375rem;height:1.7871125rem;top:54.375rem;left:0.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTCVN2NV1Awh7FWWUBwL0Xa9CrrvTPfS { width:18.625rem;height:4.19824375rem;top:56.5rem;left:0.8125rem;font-size:1rem;font-family:"a merriweather sans";font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #OZ1I0oiakuXyo6pDdFHTIDldmvQTfBXO { width:7.375rem;height:2.03125rem;top:43.4375rem;left:5.875rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EiAOTIHDUiNxyTQ6mhPIvsClhRdVeGqw { display:block; }#EiAOTIHDUiNxyTQ6mhPIvsClhRdVeGqw > .row .container { width:20rem;height:22.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mn80FPl0PR8g3auUqIQzdsTc5t0l3acc { width:18.5rem;height:5.59765rem;top:9.388671875rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytZ789q0Bun5lonIuTfXbBD9zCAMg7pc { width:4.0625rem;height:4.0625rem;top:16.5rem;left:7.96875rem;font-size:2.8125rem;color:#2e2e2e;display:block; }
 }@media only screen and (max-width: 763px) { #GAigTidh2xfBPivkPqEXAGCS2twanT5N { width:17.75rem;height:6.375rem;top:1.3125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXSN3fiaTQ7XlPg5mEOTPpUr8rKdO77W { background-color:#cacaca;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;z-index:auto;display:block; }#WXSN3fiaTQ7XlPg5mEOTPpUr8rKdO77W > .row .container { background-color: transparent; background-image: none; }#WXSN3fiaTQ7XlPg5mEOTPpUr8rKdO77W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXSN3fiaTQ7XlPg5mEOTPpUr8rKdO77W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXSN3fiaTQ7XlPg5mEOTPpUr8rKdO77W > .row .container > .video-iframe-container { display: none; }#WXSN3fiaTQ7XlPg5mEOTPpUr8rKdO77W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXSN3fiaTQ7XlPg5mEOTPpUr8rKdO77W > .row > .video-iframe-container { display: none; }#WXSN3fiaTQ7XlPg5mEOTPpUr8rKdO77W > .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); }#WXSN3fiaTQ7XlPg5mEOTPpUr8rKdO77W > .row .container { border-width: 0; border-radius: 0; }#WXSN3fiaTQ7XlPg5mEOTPpUr8rKdO77W > .row > .video-iframe-container {  }#WXSN3fiaTQ7XlPg5mEOTPpUr8rKdO77W > .row .container { width:20rem;height:6.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LHcEFwGXHp2igNsls450mhywrwKT4TZJ { width:20rem;height:2.8125rem;top:0.625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HlpcclDVxqW8vThb9CTIhowd2TeRZaDq { top:4.0498046875rem;left:4.125rem;width:11.7484375rem;height:1.6234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsBRHx1PkXQFf3lZKokpqF7u8qVWsOM0 { display:block; }
 }