.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: 959px) {
    html {
        width: 960px;
    }
}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); }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/83ea8f37-6329-47db-b865-476ccb8950a1/1.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn.adaptive-delivery-prevent-bg, #rSOeuSfXgUJcsfM1OxGbee101fKRfzGn.lazyload, #rSOeuSfXgUJcsfM1OxGbee101fKRfzGn.lazyloading { background-image: none; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row .container { background-color: transparent; background-image: none; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row .container > .video-iframe-container { display: none; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row > .video-iframe-container { display: none; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .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); }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row .container { border-width: 0; border-radius: 0; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row .container { font-size:0.875rem;font-family:arial;height:35.375rem;width:60rem;position:relative;display:block; }#mGuJHzuwKcwVsMKQ2qatT6CuVJGwmyHz { color:#ffffff;display:block;width:46.875rem;position:absolute;font-family:lato;font-size:2.6875rem;font-weight:normal;z-index:15000;line-height:.9;letter-spacing:0;top:5.55078125rem;left:1.375rem;height:2.41796875rem;display:block; }
#efTAKqRir5GfT7QHMGx6yWuliULXgsdl { color:#ffffff;display:block;width:46rem;position:absolute;font-family:lato;font-size:3.125rem;font-weight:300;z-index:15001;line-height:.9;letter-spacing:0;top:11.09375rem;left:1.375rem;height:8.4375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#OAkvHhFcBd7Q1gqMe2GbieDickJNGBoi { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.3125rem;height:2.5625rem;text-decoration:none;z-index:15005;text-align:right;text-align-last:right;top:23.96249961853rem;left:50.687501907349rem;display:block; }
#hkXCXhAd3AF1tBAoIRpT46pWkqZ2cvoM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#herrQ9QVhwe3pZ2xAnMSp5DKSGBPEFPl { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:2.5625rem;text-decoration:none;z-index:15006;text-align:right;text-align-last:right;top:29rem;left:46.875rem;display:block; }
#AxgFbnTPZrqmlI8Mk3DQ1T4XvFGbyoqr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BAiysCTtAdewo011O5cRTxV2TPD9U9KN { background-color:#a20000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4375rem;height:3.25rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:31.5rem;left:45.437501907349rem;display:block; }
#KsVxhVkhL8zPItOKUm9CUDdrnqThIQ5F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XiSwChvmLeES7HsDVbpda2valnrLGGf0 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5625rem;height:2.5625rem;text-decoration:none;z-index:15006;text-align:right;text-align-last:right;top:26.47500038147rem;left:46.437501907349rem;display:block; }
#QntRG2OAguHknfysy6cTbL92kk5AseTF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LQ4bu97p1grt1N001qi0PEWrvPixkKQd { position:absolute;display:block;z-index:14999;background-color:rgba(35,18,18,0.5);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-shadow: 0.0625rem 0.0625rem 0.1875rem #231212 ;height:17.4375rem;width:48.1875rem;top:4.04296875rem;left:0rem;display:block; }
#opqWE5vccJ4AS2ItKQBo8mUZcnXRE2qm { position:absolute;display:block;z-index:15011;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:4.75rem;width:11.125rem;top:1.73046875rem;left:48.875rem;overflow:hidden;display:block; }
#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .row .container { background-color: transparent; background-image: none; }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .row .container > .video-iframe-container { display: none; }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .row > .video-iframe-container { display: none; }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .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); }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .row .container { border-width: 0; border-radius: 0; }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .row .container { font-size:0.875rem;font-family:arial;height:69.1875rem;width:60rem;position:relative;display:block; }#N3740k9suoZFCXgrDBaPJDa0Mg3gTlQu { color:#ffffff;display:block;width:32.8125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:13.386719703674rem;left:27.062501907349rem;height:14.4453125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#duIc2gTvkP5yRH9FcA5tt9o27q8CXLoM { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.1875rem;width:23.5625rem;top:13.38671875rem;left:1.1875rem;overflow:hidden;display:block; }
#cJmTQKIw5r7s8TQow2gGnTXT81yKruCV { position:absolute;display:block;z-index:15000;background-color:rgba(35,18,18,0.63);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.4375rem;width:25.6875rem;top:11.028125762939rem;left:0rem;display:block; }
#Jrzst5nHV6TLRHc6p6wIk8RgoE6NBP4t { color:#ffffff;display:block;width:31.9375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:39.375rem;left:1rem;height:16.251rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#mcVh0kR0i4Hns6RfX1BFFCBrVxmANbr5 { position:absolute;display:block;z-index:15001;background-color:rgba(35,18,18,0.59);background-image:url("https://images.assets-landingi.com/uc/db18f546-2e0f-417e-84a0-2fde398fe9fa/2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17rem;width:23.9375rem;top:38.0625rem;left:35.0625rem;display:block; }#mcVh0kR0i4Hns6RfX1BFFCBrVxmANbr5.adaptive-delivery-prevent-bg, #mcVh0kR0i4Hns6RfX1BFFCBrVxmANbr5.lazyload, #mcVh0kR0i4Hns6RfX1BFFCBrVxmANbr5.lazyloading { background-image: none; }
#iThArXvSrbkIDra9oPC1o158TzHOrc4N { color:#ffffff;display:block;width:58.8125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.7;letter-spacing:0;top:56rem;left:0.625rem;height:5.41699375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#Wb9g3bQTt4e0WqAoBCy3sPlky49McHDE { color:#ffffff;display:block;width:40.75rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1;letter-spacing:0;top:10.44921875rem;left:19.250001907349rem;height:2.25rem;text-align:right;text-align-last:right;display:block; }
#fkAyLgVlkFz2ewqXg0iSCP5moaVFh7iS { color:#ffffff;display:block;width:40.75rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:.9;letter-spacing:0;top:6.524218559265rem;left:19.250001907349rem;height:1.125rem;text-align:right;text-align-last:right;display:block; }
#QVTo7ZMsBuFzEgBoK4GWtDi2kGIgDATk { color:#ffffff;display:block;width:36.625rem;position:absolute;font-family:lato;font-size:4.5rem;font-weight:normal;z-index:15001;line-height:.9;letter-spacing:0;top:1.21875rem;left:23.375001907349rem;height:4.04980625rem;text-align:right;text-align-last:right;display:block; }
#KC9S3fvb5v4sS4A2cQTu6u42udo9IiRQ { color:#ffffff;display:block;width:58.25rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:63.3125rem;left:0.875rem;height:4.142575rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#UT6qfzWlEZdrUtkCM45GR2GhydD0am7q { color:#ffffff;display:block;width:5.625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:.9;letter-spacing:0;top:8.715624809265rem;left:54.375001907349rem;height:1.125rem;text-align:right;text-align-last:right;display:block; }
#TOlp3z6Uw2w0Woms1GExgZeVGzhSB186 { color:#ffffff;display:block;width:47.625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.7;letter-spacing:0;top:28.465625762939rem;left:6.8000011444094rem;height:9.0283125rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#MXe1cWQhvhB5pro8kPzu0qEbBW1lf6ch { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MXe1cWQhvhB5pro8kPzu0qEbBW1lf6ch > .row .container { background-color: transparent; background-image: none; }#MXe1cWQhvhB5pro8kPzu0qEbBW1lf6ch::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MXe1cWQhvhB5pro8kPzu0qEbBW1lf6ch > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MXe1cWQhvhB5pro8kPzu0qEbBW1lf6ch > .row .container > .video-iframe-container { display: none; }#MXe1cWQhvhB5pro8kPzu0qEbBW1lf6ch > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MXe1cWQhvhB5pro8kPzu0qEbBW1lf6ch > .row > .video-iframe-container { display: none; }#MXe1cWQhvhB5pro8kPzu0qEbBW1lf6ch > .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); }#MXe1cWQhvhB5pro8kPzu0qEbBW1lf6ch > .row .container { border-width: 0; border-radius: 0; }#MXe1cWQhvhB5pro8kPzu0qEbBW1lf6ch > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MXe1cWQhvhB5pro8kPzu0qEbBW1lf6ch > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:60rem;position:relative;display:block; }#ucQKNCSQeWi0Gn3sDCSBvyTBlHwiwz0A { color:#000000;display:block;width:54.25rem;position:absolute;font-family:lato;font-size:3.5rem;font-weight:normal;z-index:15002;line-height:.9;letter-spacing:0;top:0.62890625rem;left:0rem;height:3.1494125rem;text-align:left;text-align-last:left;display:block; }
#PMmsSTNUe78QTx9MAm5Pn1xBPxx4ua66 { position:relative;display:block; }#PMmsSTNUe78QTx9MAm5Pn1xBPxx4ua66 { background-color: transparent; background-image: none; }#PMmsSTNUe78QTx9MAm5Pn1xBPxx4ua66::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PMmsSTNUe78QTx9MAm5Pn1xBPxx4ua66 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PMmsSTNUe78QTx9MAm5Pn1xBPxx4ua66 > .row .container > .video-iframe-container { display: none; }#PMmsSTNUe78QTx9MAm5Pn1xBPxx4ua66 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PMmsSTNUe78QTx9MAm5Pn1xBPxx4ua66 > .row > .video-iframe-container { display: none; }#PMmsSTNUe78QTx9MAm5Pn1xBPxx4ua66 > .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); }#PMmsSTNUe78QTx9MAm5Pn1xBPxx4ua66 { border-width: 0; border-radius: 0; }#PMmsSTNUe78QTx9MAm5Pn1xBPxx4ua66 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#PMmsSTNUe78QTx9MAm5Pn1xBPxx4ua66 > .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:4.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ftFScZT4VMx1LykHZ7J2ZXZ6O7Dze46b { color:#231212;display:block;width:6rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.8;letter-spacing:0;top:1.6484375rem;left:14.25rem;height:1.79980625rem;text-align:left;text-align-last:left;display:block; }
#uo4VT5gz9otf6OSRtEnCfMetGXHC6Mc7 { color:#231212;display:block;width:14.4375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.8;letter-spacing:0;top:1.5921878814698rem;left:21.187501907349rem;height:1.9121125rem;text-align:left;text-align-last:left;display:block; }
#ZoTay9nHcZhdhc6Kq41VKV3bpVcIHFDx { position:relative;display:block; }#ZoTay9nHcZhdhc6Kq41VKV3bpVcIHFDx { background-color: transparent; background-image: none; }#ZoTay9nHcZhdhc6Kq41VKV3bpVcIHFDx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZoTay9nHcZhdhc6Kq41VKV3bpVcIHFDx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZoTay9nHcZhdhc6Kq41VKV3bpVcIHFDx > .row .container > .video-iframe-container { display: none; }#ZoTay9nHcZhdhc6Kq41VKV3bpVcIHFDx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZoTay9nHcZhdhc6Kq41VKV3bpVcIHFDx > .row > .video-iframe-container { display: none; }#ZoTay9nHcZhdhc6Kq41VKV3bpVcIHFDx > .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); }#ZoTay9nHcZhdhc6Kq41VKV3bpVcIHFDx { border-width: 0; border-radius: 0; }#ZoTay9nHcZhdhc6Kq41VKV3bpVcIHFDx > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ZoTay9nHcZhdhc6Kq41VKV3bpVcIHFDx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#V7WzCPsnbVkUGHvoGLo8ZQKFGU1crhSe { color:#231212;display:block;width:6rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.8;letter-spacing:0;top:2.599609375rem;left:14.125rem;height:;text-align:left;text-align-last:left;display:block; }
#iHa2JEMMWLaIhiPLLKnUgCBIF1VT2iWZ { color:#231212;display:block;width:26.5625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.8;letter-spacing:0;top:1.4304695129394rem;left:21.187501907349rem;height:3.824225rem;text-align:left;text-align-last:left;display:block; }
#IrmmzppgtWpiAuVXGu6VnRwZI64xtgmg { color:#1f333b;display:block;width:33.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.8;letter-spacing:0;top:0rem;left:21.1875rem;height:;text-align:left;text-align-last:left;display:block; }
#FUsa3rxJf1T29XUvtUR7vAOEccTg9gT8 { position:relative;display:block; }#FUsa3rxJf1T29XUvtUR7vAOEccTg9gT8 { background-color: transparent; background-image: none; }#FUsa3rxJf1T29XUvtUR7vAOEccTg9gT8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FUsa3rxJf1T29XUvtUR7vAOEccTg9gT8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FUsa3rxJf1T29XUvtUR7vAOEccTg9gT8 > .row .container > .video-iframe-container { display: none; }#FUsa3rxJf1T29XUvtUR7vAOEccTg9gT8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FUsa3rxJf1T29XUvtUR7vAOEccTg9gT8 > .row > .video-iframe-container { display: none; }#FUsa3rxJf1T29XUvtUR7vAOEccTg9gT8 > .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); }#FUsa3rxJf1T29XUvtUR7vAOEccTg9gT8 { border-width: 0; border-radius: 0; }#FUsa3rxJf1T29XUvtUR7vAOEccTg9gT8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#FUsa3rxJf1T29XUvtUR7vAOEccTg9gT8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kzQPC5fwko2Nu8PBmMIaIHot7aP3KRVL { color:#231212;display:block;width:6rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.8;letter-spacing:0;top:2.599609375rem;left:14.125rem;height:1.79980625rem;text-align:left;text-align-last:left;display:block; }
#ZMCBMPsw8C0VnlgWXV2em7isDQ9QlP1h { color:#231212;display:block;width:35.875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.8;letter-spacing:0;top:0.95000076293944rem;left:21.187501907349rem;height:5.73633125rem;text-align:left;text-align-last:left;display:block; }
#tXbA4Vw7kdGwQIWJCtXTyoNUqKKRPJyp { color:#1f333b;display:block;width:33.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.8;letter-spacing:0;top:0rem;left:21.1875rem;height:;text-align:left;text-align-last:left;display:block; }
#G2iaXt5KxCr1GpTyeoazxgb5pt5qk70r { position:relative;display:block; }#G2iaXt5KxCr1GpTyeoazxgb5pt5qk70r { background-color: transparent; background-image: none; }#G2iaXt5KxCr1GpTyeoazxgb5pt5qk70r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G2iaXt5KxCr1GpTyeoazxgb5pt5qk70r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G2iaXt5KxCr1GpTyeoazxgb5pt5qk70r > .row .container > .video-iframe-container { display: none; }#G2iaXt5KxCr1GpTyeoazxgb5pt5qk70r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G2iaXt5KxCr1GpTyeoazxgb5pt5qk70r > .row > .video-iframe-container { display: none; }#G2iaXt5KxCr1GpTyeoazxgb5pt5qk70r > .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); }#G2iaXt5KxCr1GpTyeoazxgb5pt5qk70r { border-width: 0; border-radius: 0; }#G2iaXt5KxCr1GpTyeoazxgb5pt5qk70r > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#G2iaXt5KxCr1GpTyeoazxgb5pt5qk70r > .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:7.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dKEc0cdbw4AF4o4hXU8XI5PF7Iq9Q7ly { color:#231212;display:block;width:6rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.8;letter-spacing:0;top:2.599609375rem;left:14.125rem;height:1.79980625rem;text-align:left;text-align-last:left;display:block; }
#tWMetKUcLAW4MMX9kygJirCHD9zlv3oD { color:#231212;display:block;width:28.6875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.8;letter-spacing:0;top:2.599609375rem;left:21.1875rem;height:1.9121125rem;text-align:left;text-align-last:left;display:block; }
#rWBnTKeGhxN08LpNhZzCQFlUOtzuQBTI { color:#1f333b;display:block;width:33.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.8;letter-spacing:0;top:0rem;left:21.1875rem;height:;text-align:left;text-align-last:left;display:block; }
#nSyN2FOdyK9sSI9B1cEv4AryxoCbNkqP { color:#231212;display:block;width:36.25rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.8;letter-spacing:0;top:1.7437496185302rem;left:21.187501907349rem;height:3.824225rem;text-align:left;text-align-last:left;display:block; }
#Or6ufE1nJxSP5FZnztKfRzKb9ii17Tdc { position:relative;display:block; }#Or6ufE1nJxSP5FZnztKfRzKb9ii17Tdc { background-color: transparent; background-image: none; }#Or6ufE1nJxSP5FZnztKfRzKb9ii17Tdc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Or6ufE1nJxSP5FZnztKfRzKb9ii17Tdc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Or6ufE1nJxSP5FZnztKfRzKb9ii17Tdc > .row .container > .video-iframe-container { display: none; }#Or6ufE1nJxSP5FZnztKfRzKb9ii17Tdc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Or6ufE1nJxSP5FZnztKfRzKb9ii17Tdc > .row > .video-iframe-container { display: none; }#Or6ufE1nJxSP5FZnztKfRzKb9ii17Tdc > .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); }#Or6ufE1nJxSP5FZnztKfRzKb9ii17Tdc { border-width: 0; border-radius: 0; }#Or6ufE1nJxSP5FZnztKfRzKb9ii17Tdc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Or6ufE1nJxSP5FZnztKfRzKb9ii17Tdc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#T4NTpilfWvrImvBcQ2ITicK5wP9sPkRB { color:#231212;display:block;width:6rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.8;letter-spacing:0;top:2.599609375rem;left:14.125rem;height:1.79980625rem;text-align:left;text-align-last:left;display:block; }
#eGkfKLFqUAeTiq6z9fdACDxkM4wCPvrE { color:#1f333b;display:block;width:33.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.8;letter-spacing:0;top:0rem;left:21.1875rem;height:;text-align:left;text-align-last:left;display:block; }
#H7ddnwnp7W4fLEwtHo7lkL9nWgaJVIkE { color:#231212;display:block;width:34.6875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.8;letter-spacing:0;top:1.5562429428101rem;left:21.187501907349rem;height:5.73633125rem;text-align:left;text-align-last:left;display:block; }
#CdGUhlTT0Al4HnXphcoobr9XVyQa8hcr { position:relative;display:block; }#CdGUhlTT0Al4HnXphcoobr9XVyQa8hcr { background-color: transparent; background-image: none; }#CdGUhlTT0Al4HnXphcoobr9XVyQa8hcr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CdGUhlTT0Al4HnXphcoobr9XVyQa8hcr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CdGUhlTT0Al4HnXphcoobr9XVyQa8hcr > .row .container > .video-iframe-container { display: none; }#CdGUhlTT0Al4HnXphcoobr9XVyQa8hcr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CdGUhlTT0Al4HnXphcoobr9XVyQa8hcr > .row > .video-iframe-container { display: none; }#CdGUhlTT0Al4HnXphcoobr9XVyQa8hcr > .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); }#CdGUhlTT0Al4HnXphcoobr9XVyQa8hcr { border-width: 0; border-radius: 0; }#CdGUhlTT0Al4HnXphcoobr9XVyQa8hcr > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#CdGUhlTT0Al4HnXphcoobr9XVyQa8hcr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XeZsTrGAIwC1eOCRnbnuUTTXez0zXuXo { color:#231212;display:block;width:6rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.8;letter-spacing:0;top:2.599609375rem;left:14.125rem;height:1.79980625rem;text-align:left;text-align-last:left;display:block; }
#dJbMm5lBds4KHr81Sxf4M7tgxAvBowdE { color:#1f333b;display:block;width:33.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.8;letter-spacing:0;top:0rem;left:21.1875rem;height:;text-align:left;text-align-last:left;display:block; }
#wftDkiN5fNvSq7cZm22Vv4GUR7w1JHrG { color:#231212;display:block;width:37rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.8;letter-spacing:0;top:1.4624929428101rem;left:21.187501907349rem;height:3.824225rem;text-align:left;text-align-last:left;display:block; }
#SwCoQLHQoHCyWyyui2dtnu9h7f7Nu37n { position:relative;display:block; }#SwCoQLHQoHCyWyyui2dtnu9h7f7Nu37n { background-color: transparent; background-image: none; }#SwCoQLHQoHCyWyyui2dtnu9h7f7Nu37n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SwCoQLHQoHCyWyyui2dtnu9h7f7Nu37n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SwCoQLHQoHCyWyyui2dtnu9h7f7Nu37n > .row .container > .video-iframe-container { display: none; }#SwCoQLHQoHCyWyyui2dtnu9h7f7Nu37n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SwCoQLHQoHCyWyyui2dtnu9h7f7Nu37n > .row > .video-iframe-container { display: none; }#SwCoQLHQoHCyWyyui2dtnu9h7f7Nu37n > .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); }#SwCoQLHQoHCyWyyui2dtnu9h7f7Nu37n { border-width: 0; border-radius: 0; }#SwCoQLHQoHCyWyyui2dtnu9h7f7Nu37n > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#SwCoQLHQoHCyWyyui2dtnu9h7f7Nu37n > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RocLnTvZSzZZzfbt46hpD4EP4QrlJweF { color:#231212;display:block;width:6rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.8;letter-spacing:0;top:2.599609375rem;left:14.125rem;height:1.79980625rem;text-align:left;text-align-last:left;display:block; }
#MeEKRlzFfVqWkfmggv8SmJ6QxMDgQyd1 { color:#1f333b;display:block;width:33.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.8;letter-spacing:0;top:0rem;left:21.1875rem;height:;text-align:left;text-align-last:left;display:block; }
#lkfX6GRePNnb0cZ9Kk6rRcgZIvzq2zyw { color:#231212;display:block;width:35.875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.8;letter-spacing:0;top:1.4624929428101rem;left:21.187501907349rem;height:5.73633125rem;text-align:left;text-align-last:left;display:block; }
#kMWxMa6L4bN6w0n5FeCdyaSEExlJCT0T { position:relative;display:block; }#kMWxMa6L4bN6w0n5FeCdyaSEExlJCT0T { background-color: transparent; background-image: none; }#kMWxMa6L4bN6w0n5FeCdyaSEExlJCT0T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMWxMa6L4bN6w0n5FeCdyaSEExlJCT0T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMWxMa6L4bN6w0n5FeCdyaSEExlJCT0T > .row .container > .video-iframe-container { display: none; }#kMWxMa6L4bN6w0n5FeCdyaSEExlJCT0T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMWxMa6L4bN6w0n5FeCdyaSEExlJCT0T > .row > .video-iframe-container { display: none; }#kMWxMa6L4bN6w0n5FeCdyaSEExlJCT0T > .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); }#kMWxMa6L4bN6w0n5FeCdyaSEExlJCT0T { border-width: 0; border-radius: 0; }#kMWxMa6L4bN6w0n5FeCdyaSEExlJCT0T > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#kMWxMa6L4bN6w0n5FeCdyaSEExlJCT0T > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WDMfQkkna0AnrWGpIdPWZP4z2Ddrc6RB { color:#231212;display:block;width:6rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.8;letter-spacing:0;top:2.3179683685302rem;left:14.0625rem;height:1.79980625rem;text-align:left;text-align-last:left;display:block; }
#V2RHcyGJAXyhkCi2Zgoh0izc07g3uBhB { color:#1f333b;display:block;width:33.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.8;letter-spacing:0;top:0rem;left:21.1875rem;height:;text-align:left;text-align-last:left;display:block; }
#V5AWqv3DfQLTqbT7k47JdFTTZyHLK4Uf { color:#231212;display:block;width:37.375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.8;letter-spacing:0;top:0.34921264648438rem;left:21.187501907349rem;height:5.73633125rem;text-align:left;text-align-last:left;display:block; }
#AsTki6gIl8fiVNAOM8s7ExMQo6Pffq9J { position:relative;display:block; }#AsTki6gIl8fiVNAOM8s7ExMQo6Pffq9J { background-color: transparent; background-image: none; }#AsTki6gIl8fiVNAOM8s7ExMQo6Pffq9J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AsTki6gIl8fiVNAOM8s7ExMQo6Pffq9J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AsTki6gIl8fiVNAOM8s7ExMQo6Pffq9J > .row .container > .video-iframe-container { display: none; }#AsTki6gIl8fiVNAOM8s7ExMQo6Pffq9J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AsTki6gIl8fiVNAOM8s7ExMQo6Pffq9J > .row > .video-iframe-container { display: none; }#AsTki6gIl8fiVNAOM8s7ExMQo6Pffq9J > .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); }#AsTki6gIl8fiVNAOM8s7ExMQo6Pffq9J { border-width: 0; border-radius: 0; }#AsTki6gIl8fiVNAOM8s7ExMQo6Pffq9J > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#AsTki6gIl8fiVNAOM8s7ExMQo6Pffq9J > .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:4.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DPHgxx7MalxRiRkk7HlrV8vRikdBtwET { color:#231212;display:block;width:6rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.8;letter-spacing:0;top:1.5062503814698rem;left:14.125rem;height:1.79980625rem;text-align:left;text-align-last:left;display:block; }
#a3E5LEPayRq9vuWokXkCrnIIPNx5PVwm { color:#1f333b;display:block;width:33.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.8;letter-spacing:0;top:0rem;left:21.1875rem;height:;text-align:left;text-align-last:left;display:block; }
#DdL5oIAsDLDRZWPgw2CmwtJGpQHMnQdf { color:#231212;display:block;width:30.5rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.8;letter-spacing:0;top:1.4500007629394rem;left:21.812501907349rem;height:1.9121125rem;text-align:left;text-align-last:left;display:block; }
#nMJgGScXkLFORZwnZFkUTKuTGgsLiOyA { position:relative;display:block; }#nMJgGScXkLFORZwnZFkUTKuTGgsLiOyA { background-color: transparent; background-image: none; }#nMJgGScXkLFORZwnZFkUTKuTGgsLiOyA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nMJgGScXkLFORZwnZFkUTKuTGgsLiOyA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nMJgGScXkLFORZwnZFkUTKuTGgsLiOyA > .row .container > .video-iframe-container { display: none; }#nMJgGScXkLFORZwnZFkUTKuTGgsLiOyA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nMJgGScXkLFORZwnZFkUTKuTGgsLiOyA > .row > .video-iframe-container { display: none; }#nMJgGScXkLFORZwnZFkUTKuTGgsLiOyA > .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); }#nMJgGScXkLFORZwnZFkUTKuTGgsLiOyA { border-width: 0; border-radius: 0; }#nMJgGScXkLFORZwnZFkUTKuTGgsLiOyA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#nMJgGScXkLFORZwnZFkUTKuTGgsLiOyA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TaPL45hyAQX85SbcL3nLgLxHk96BV9EX { color:#231212;display:block;width:6rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.8;letter-spacing:0;top:1.5062503814698rem;left:14.125rem;height:1.79980625rem;text-align:left;text-align-last:left;display:block; }
#iEBVhWEBqa6sSlnfZ8Uq3K61mRKkGyaa { color:#1f333b;display:block;width:33.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.8;letter-spacing:0;top:0rem;left:21.1875rem;height:;text-align:left;text-align-last:left;display:block; }
#vSFvJoTpfzs22ECU42U6i94TRglVdyST { color:#231212;display:block;width:37rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.8;letter-spacing:0;top:1.2125062942505rem;left:21.187501907349rem;height:3.824225rem;text-align:left;text-align-last:left;display:block; }
#BXbH7MT3Qv09pFpcV89hQtCyeWd67iyv { position:relative;display:block; }#BXbH7MT3Qv09pFpcV89hQtCyeWd67iyv { background-color: transparent; background-image: none; }#BXbH7MT3Qv09pFpcV89hQtCyeWd67iyv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BXbH7MT3Qv09pFpcV89hQtCyeWd67iyv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BXbH7MT3Qv09pFpcV89hQtCyeWd67iyv > .row .container > .video-iframe-container { display: none; }#BXbH7MT3Qv09pFpcV89hQtCyeWd67iyv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BXbH7MT3Qv09pFpcV89hQtCyeWd67iyv > .row > .video-iframe-container { display: none; }#BXbH7MT3Qv09pFpcV89hQtCyeWd67iyv > .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); }#BXbH7MT3Qv09pFpcV89hQtCyeWd67iyv { border-width: 0; border-radius: 0; }#BXbH7MT3Qv09pFpcV89hQtCyeWd67iyv > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#BXbH7MT3Qv09pFpcV89hQtCyeWd67iyv > .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:7.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#M0XRKbWpcIcw46UzUTeGWwUcA8QNtC03 { color:#231212;display:block;width:6rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.8;letter-spacing:0;top:2.599609375rem;left:14.125rem;height:1.79980625rem;text-align:left;text-align-last:left;display:block; }
#OZb6pOi4fgIfr1EQlqNtM2lk3JXKmdOd { color:#1f333b;display:block;width:33.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.8;letter-spacing:0;top:0rem;left:21.1875rem;height:;text-align:left;text-align-last:left;display:block; }
#VuNMifo5lx15A4XsTTHnlllEaVsWTJCc { color:#231212;display:block;width:38.25rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.8;letter-spacing:0;top:0.9117250442505rem;left:21.187501907349rem;height:5.73633125rem;text-align:left;text-align-last:left;display:block; }
#f7CJ0OF9axP0fVkrOOdmX2zPp0ZHG9gn { position:relative;display:block; }#f7CJ0OF9axP0fVkrOOdmX2zPp0ZHG9gn { background-color: transparent; background-image: none; }#f7CJ0OF9axP0fVkrOOdmX2zPp0ZHG9gn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f7CJ0OF9axP0fVkrOOdmX2zPp0ZHG9gn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f7CJ0OF9axP0fVkrOOdmX2zPp0ZHG9gn > .row .container > .video-iframe-container { display: none; }#f7CJ0OF9axP0fVkrOOdmX2zPp0ZHG9gn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f7CJ0OF9axP0fVkrOOdmX2zPp0ZHG9gn > .row > .video-iframe-container { display: none; }#f7CJ0OF9axP0fVkrOOdmX2zPp0ZHG9gn > .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); }#f7CJ0OF9axP0fVkrOOdmX2zPp0ZHG9gn { border-width: 0; border-radius: 0; }#f7CJ0OF9axP0fVkrOOdmX2zPp0ZHG9gn > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#f7CJ0OF9axP0fVkrOOdmX2zPp0ZHG9gn > .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:7.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#IlRIIVHTqQEByzTpBuuJ4xHOqLPknV1u { color:#231212;display:block;width:6rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.8;letter-spacing:0;top:2.599609375rem;left:14.125rem;height:1.79980625rem;text-align:left;text-align-last:left;display:block; }
#PpbNUQMFwfXKDP9sphQisZbKbmidRane { color:#1f333b;display:block;width:33.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.8;letter-spacing:0;top:0rem;left:21.1875rem;height:;text-align:left;text-align-last:left;display:block; }
#uRlmIunZfOABv3XFMeICeDscRJaTDPgn { color:#231212;display:block;width:37rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.8;letter-spacing:0;top:0.91171646118162rem;left:21.187501907349rem;height:5.73633125rem;text-align:left;text-align-last:left;display:block; }
#BWycPaxZCVKqv6qw85M6ITpm4oWIVyfW { position:relative;display:block; }#BWycPaxZCVKqv6qw85M6ITpm4oWIVyfW { background-color: transparent; background-image: none; }#BWycPaxZCVKqv6qw85M6ITpm4oWIVyfW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWycPaxZCVKqv6qw85M6ITpm4oWIVyfW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWycPaxZCVKqv6qw85M6ITpm4oWIVyfW > .row .container > .video-iframe-container { display: none; }#BWycPaxZCVKqv6qw85M6ITpm4oWIVyfW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWycPaxZCVKqv6qw85M6ITpm4oWIVyfW > .row > .video-iframe-container { display: none; }#BWycPaxZCVKqv6qw85M6ITpm4oWIVyfW > .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); }#BWycPaxZCVKqv6qw85M6ITpm4oWIVyfW { border-width: 0; border-radius: 0; }#BWycPaxZCVKqv6qw85M6ITpm4oWIVyfW > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#BWycPaxZCVKqv6qw85M6ITpm4oWIVyfW > .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:7.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ryq3ETNeconBSTahO5UJaKvvVh7KibHv { color:#231212;display:block;width:6rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.8;letter-spacing:0;top:2.599609375rem;left:14.125rem;height:1.79980625rem;text-align:left;text-align-last:left;display:block; }
#pd1MoS1TEnfIOfQdM6iC2VF2cHqSx7lh { color:#1f333b;display:block;width:33.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.8;letter-spacing:0;top:0rem;left:21.1875rem;height:;text-align:left;text-align-last:left;display:block; }
#LTieLltGdEmTdcvDKD0COpsgBzhUO13n { color:#231212;display:block;width:37rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.8;letter-spacing:0;top:1.8687477111816rem;left:21.187501907349rem;height:3.824225rem;text-align:left;text-align-last:left;display:block; }
#svTaUyB0r8XRHP8O7HwQKF8kzSLCKRTP { position:relative;display:block; }#svTaUyB0r8XRHP8O7HwQKF8kzSLCKRTP { background-color: transparent; background-image: none; }#svTaUyB0r8XRHP8O7HwQKF8kzSLCKRTP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#svTaUyB0r8XRHP8O7HwQKF8kzSLCKRTP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#svTaUyB0r8XRHP8O7HwQKF8kzSLCKRTP > .row .container > .video-iframe-container { display: none; }#svTaUyB0r8XRHP8O7HwQKF8kzSLCKRTP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#svTaUyB0r8XRHP8O7HwQKF8kzSLCKRTP > .row > .video-iframe-container { display: none; }#svTaUyB0r8XRHP8O7HwQKF8kzSLCKRTP > .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); }#svTaUyB0r8XRHP8O7HwQKF8kzSLCKRTP { border-width: 0; border-radius: 0; }#svTaUyB0r8XRHP8O7HwQKF8kzSLCKRTP > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#svTaUyB0r8XRHP8O7HwQKF8kzSLCKRTP > .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:7.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uzRi2zw80CBlMgw48qimuFC4ovxtvDJE { color:#231212;display:block;width:6rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.8;letter-spacing:0;top:2.599609375rem;left:14.125rem;height:1.79980625rem;text-align:left;text-align-last:left;display:block; }
#t6mIL1fTtoWnyWOB057KH53cPZGMVGr7 { color:#1f333b;display:block;width:33.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.8;letter-spacing:0;top:0rem;left:21.1875rem;height:;text-align:left;text-align-last:left;display:block; }
#K4ptCASo5Lxost8MbkaipOTe7kRCwHm3 { color:#231212;display:block;width:37rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.8;letter-spacing:0;top:1.8679676055908rem;left:21.187501907349rem;height:5.73633125rem;text-align:left;text-align-last:left;display:block; }
#GOm2VLrIvecAD4iTsPbNKzyaA2XTh2pc { position:relative;display:block; }#GOm2VLrIvecAD4iTsPbNKzyaA2XTh2pc { background-color: transparent; background-image: none; }#GOm2VLrIvecAD4iTsPbNKzyaA2XTh2pc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GOm2VLrIvecAD4iTsPbNKzyaA2XTh2pc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GOm2VLrIvecAD4iTsPbNKzyaA2XTh2pc > .row .container > .video-iframe-container { display: none; }#GOm2VLrIvecAD4iTsPbNKzyaA2XTh2pc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GOm2VLrIvecAD4iTsPbNKzyaA2XTh2pc > .row > .video-iframe-container { display: none; }#GOm2VLrIvecAD4iTsPbNKzyaA2XTh2pc > .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); }#GOm2VLrIvecAD4iTsPbNKzyaA2XTh2pc { border-width: 0; border-radius: 0; }#GOm2VLrIvecAD4iTsPbNKzyaA2XTh2pc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#GOm2VLrIvecAD4iTsPbNKzyaA2XTh2pc > .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:7.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#F5IzoODR3P102QVRb7s39eQsTWZENr1M { color:#231212;display:block;width:6rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.8;letter-spacing:0;top:2.599609375rem;left:14.125rem;height:1.79980625rem;text-align:left;text-align-last:left;display:block; }
#sfZzQg5Q8UzuCSGkssVx90bfJ1gkNPHr { color:#1f333b;display:block;width:33.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.8;letter-spacing:0;top:0rem;left:21.1875rem;height:;text-align:left;text-align-last:left;display:block; }
#mBEydDPG3QeiVQfRTk1yvIymt64bTfIa { color:#231212;display:block;width:37rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.8;letter-spacing:0;top:1.8679637908936rem;left:21.187501907349rem;height:5.73633125rem;text-align:left;text-align-last:left;display:block; }
#ooetWmVy6tC8s5AdF0ZFuPDAEPGUnMk0 { position:relative;display:block; }#ooetWmVy6tC8s5AdF0ZFuPDAEPGUnMk0 { background-color: transparent; background-image: none; }#ooetWmVy6tC8s5AdF0ZFuPDAEPGUnMk0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ooetWmVy6tC8s5AdF0ZFuPDAEPGUnMk0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ooetWmVy6tC8s5AdF0ZFuPDAEPGUnMk0 > .row .container > .video-iframe-container { display: none; }#ooetWmVy6tC8s5AdF0ZFuPDAEPGUnMk0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ooetWmVy6tC8s5AdF0ZFuPDAEPGUnMk0 > .row > .video-iframe-container { display: none; }#ooetWmVy6tC8s5AdF0ZFuPDAEPGUnMk0 > .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); }#ooetWmVy6tC8s5AdF0ZFuPDAEPGUnMk0 { border-width: 0; border-radius: 0; }#ooetWmVy6tC8s5AdF0ZFuPDAEPGUnMk0 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ooetWmVy6tC8s5AdF0ZFuPDAEPGUnMk0 > .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:4.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#eyA7VOEn82ri50N4ebQKcP7SpWTQMwLa { color:#231212;display:block;width:6rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.8;letter-spacing:0;top:1.5367183685302rem;left:14.125rem;height:1.79980625rem;text-align:left;text-align-last:left;display:block; }
#fV8aQ6BudBQCt6lQ76eFqgg1oc1VKa2U { color:#1f333b;display:block;width:33.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.8;letter-spacing:0;top:0rem;left:21.1875rem;height:;text-align:left;text-align-last:left;display:block; }
#ExuxsuAQPDZLiCFazcda4Cugpceo1RPe { color:#231212;display:block;width:37rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.8;letter-spacing:0;top:1.48046875rem;left:21.187501907349rem;height:1.9121125rem;text-align:left;text-align-last:left;display:block; }
#uF5OCegtiaJi8LgBCgESNv6LZTTbsfGU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);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; }#uF5OCegtiaJi8LgBCgESNv6LZTTbsfGU > .row .container { background-color: transparent; background-image: none; }#uF5OCegtiaJi8LgBCgESNv6LZTTbsfGU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uF5OCegtiaJi8LgBCgESNv6LZTTbsfGU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uF5OCegtiaJi8LgBCgESNv6LZTTbsfGU > .row .container > .video-iframe-container { display: none; }#uF5OCegtiaJi8LgBCgESNv6LZTTbsfGU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uF5OCegtiaJi8LgBCgESNv6LZTTbsfGU > .row > .video-iframe-container { display: none; }#uF5OCegtiaJi8LgBCgESNv6LZTTbsfGU > .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); }#uF5OCegtiaJi8LgBCgESNv6LZTTbsfGU > .row .container { border-width: 0; border-radius: 0; }#uF5OCegtiaJi8LgBCgESNv6LZTTbsfGU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uF5OCegtiaJi8LgBCgESNv6LZTTbsfGU > .row .container { font-size:0.875rem;font-family:arial;height:252.9375rem;width:60rem;position:relative;display:block; }#fME8ZTTarLkaf9ZhsJQCdElp5psfTd5S { color:#a20000;display:block;width:26rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.64845180511475rem;left:34.000001907349rem;height:3.4121125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#tzbg4MgQqrJ4VTinSoTzTZdEwhDn7xAK { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #a20000, #000000);background-image: -moz-linear-gradient(339deg, #a20000, #000000);background-image: -ms-linear-gradient(339deg, #a20000, #000000);background-image: -o-linear-gradient(339deg, #a20000, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a20000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a20000', endColorstr='#000000' );";background-image: linear-gradient(339deg, #a20000, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:5.8750002384186rem;left:51.750001907349rem;display:block; }
#ukbJ23wq1TbloaUQsPVXFWEUQUFubI4r { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c55858, #000000);background-image: -moz-linear-gradient(180deg, #c55858, #000000);background-image: -ms-linear-gradient(180deg, #c55858, #000000);background-image: -o-linear-gradient(180deg, #c55858, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c55858', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c55858', endColorstr='#000000' );";background-image: linear-gradient(180deg, #c55858, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:39.625rem;width:28.8125rem;top:10.310943603516rem;left:0rem;display:block; }
#Df7SQ5rgEpLMWWZT7zBRAGLcwqvszcFk { color:#ffffff;display:block;width:21.6875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:15.005474090576rem;left:36.156251907349rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZsOo53hErKKnm1TlKlTpd7SqGGgrdpP1 { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #50a0a5, #000000);background-image: -moz-linear-gradient(180deg, #50a0a5, #000000);background-image: -ms-linear-gradient(180deg, #50a0a5, #000000);background-image: -o-linear-gradient(180deg, #50a0a5, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#50a0a5', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#50a0a5', endColorstr='#000000' );";background-image: linear-gradient(180deg, #50a0a5, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:51.9375rem;width:27.25rem;top:7.4984381198881rem;left:32.750001907349rem;display:block; }
#SnC0upAuNooJ3rWg2DeqlWHyTqRpwmEu { color:#ffffff;display:block;width:24.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:18.035942077637rem;left:34.937501907349rem;height:44.193375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#TBPWQdGSbta7UobBBi6zAOuunTcR0vJf { color:#ffffff;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:16.110156059265rem;left:7.2375011444094rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PQbplMLuzMJqIcSze06eZiRan2Z442SV { color:#ffffff;display:block;width:25.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:63.035936355594rem;left:2.25rem;height:35.09475rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#tPagskoa6RwOumrk2f6cBZJAokJNx74b { color:#ffffff;display:block;width:24.6875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:18.91797208786rem;left:2.65625rem;height:29.8955rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#y7Ic59HHLJZtyh64SnXrQ2GqGFqaDnsh { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c55858, #000000);background-image: -moz-linear-gradient(180deg, #c55858, #000000);background-image: -ms-linear-gradient(180deg, #c55858, #000000);background-image: -o-linear-gradient(180deg, #c55858, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c55858', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c55858', endColorstr='#000000' );";background-image: linear-gradient(180deg, #c55858, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:32rem;width:27.25rem;top:66.747656822206rem;left:32.750001907349rem;display:block; }
#bcu3poU7RCUZvFq4wzcTFBWUW1QI49cB { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #50a0a5, #000000);background-image: -moz-linear-gradient(180deg, #50a0a5, #000000);background-image: -ms-linear-gradient(180deg, #50a0a5, #000000);background-image: -o-linear-gradient(180deg, #50a0a5, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#50a0a5', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#50a0a5', endColorstr='#000000' );";background-image: linear-gradient(180deg, #50a0a5, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:41.5625rem;width:28.875rem;top:55.762500762939rem;left:0rem;display:block; }
#WqTNnoIvpbAehkZPRK2bLSJ9HDeFIAK3 { 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:9.5625rem;width:9.5625rem;top:5.8749942779541rem;left:17.893751144409rem;overflow:hidden;display:block; }
#WDzkGwGQAMMLfKbxumA6OOb3zzc8iS51 { color:#ffffff;display:block;width:12.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:170.43750667572rem;left:36.156251907349rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LcgNmE3fRtT9fryIpNTcnHLAgmZ07N4s { color:#ffffff;display:block;width:24.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:174.63750648499rem;left:32.562501907349rem;height:23.3965rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#ZwJVaDLcILGbo5UF0uDTknTFO1UTH9MX { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c55858, #000000);background-image: -moz-linear-gradient(180deg, #c55858, #000000);background-image: -ms-linear-gradient(180deg, #c55858, #000000);background-image: -o-linear-gradient(180deg, #c55858, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c55858', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c55858', endColorstr='#000000' );";background-image: linear-gradient(180deg, #c55858, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:21.625rem;width:28.125rem;top:103rem;left:0rem;display:block; }
#AMEAvsmfZqvlQDAISX4fHn1cznp47f5n { color:#ffffff;display:block;width:19.6875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:109.25rem;left:5.1875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#K3wQvouOmfgVrxe2JsIUEL9Asnppa3Gq { color:#ffffff;display:block;width:25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:111.6875rem;left:1.9375rem;height:12.9980625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#NlGkFzSmf66zQ246ehFT51pXQVnwiIfq { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #50a0a5, #000000);background-image: -moz-linear-gradient(180deg, #50a0a5, #000000);background-image: -ms-linear-gradient(180deg, #50a0a5, #000000);background-image: -o-linear-gradient(180deg, #50a0a5, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#50a0a5', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#50a0a5', endColorstr='#000000' );";background-image: linear-gradient(180deg, #50a0a5, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:23.625rem;width:27.25rem;top:106.8125rem;left:32.75rem;display:block; }
#HymD0tFRJ87IX35rkM0rzOzyq1vq9x0u { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:141.17266082764rem;left:45.062501907349rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#URn1ohIugUf4Or1GKCBLW0UKdSB4v2AJ { color:#ffffff;display:block;width:24.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:144.11174678802rem;left:33.331251144409rem;height:14.297875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#pQ9EDsHXDahwnslsXl2u8GkDcngQVfoG { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #50a0a5, #000000);background-image: -moz-linear-gradient(180deg, #50a0a5, #000000);background-image: -ms-linear-gradient(180deg, #50a0a5, #000000);background-image: -o-linear-gradient(180deg, #50a0a5, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#50a0a5', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#50a0a5', endColorstr='#000000' );";background-image: linear-gradient(180deg, #50a0a5, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:33.9375rem;width:28.3125rem;top:131.27967548371rem;left:0rem;display:block; }
#KKnJrnuChtL4NJTyt1uoaGBPNpsxiAhQ { color:#ffffff;display:block;width:17.625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:136.84295654297rem;left:6.1875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lEm6tp0Aqlyv5Bnx6Lp9ksbfmAF7m21t { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:9.5625rem;top:61.324993848801rem;left:49.362504959106rem;overflow:hidden;display:block; }
#LntrOFRPak0PJgUzvqqFrRT1qdNh8tzq { color:#ffffff;display:block;width:25.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:139.56248855591rem;left:1.59375rem;height:23.3965rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#N2UyZ0WEO50IbKerlnHVci7fkQpqzh0q { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c55858, #000000);background-image: -moz-linear-gradient(180deg, #c55858, #000000);background-image: -ms-linear-gradient(180deg, #c55858, #000000);background-image: -o-linear-gradient(180deg, #c55858, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c55858', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c55858', endColorstr='#000000' );";background-image: linear-gradient(180deg, #c55858, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:23.4375rem;width:27.25rem;top:137.3125rem;left:31.875rem;display:block; }
#gU0VRSS5gCoGAXucAkCVnTVIIN5P6OUI { color:#ffffff;display:block;width:21.6875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:70.88671875rem;left:36.156251907349rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mMNF4XLBSre8XM764UrwJFIFvrWXy0Ig { color:#ffffff;display:block;width:25.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:73.035150051119rem;left:34.406251907349rem;height:25.996125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#wv2pBTsOt7FzpmH2Qr1gGO6JgN6WUa62 { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c55858, #000000);background-image: -moz-linear-gradient(180deg, #c55858, #000000);background-image: -ms-linear-gradient(180deg, #c55858, #000000);background-image: -o-linear-gradient(180deg, #c55858, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c55858', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c55858', endColorstr='#000000' );";background-image: linear-gradient(180deg, #c55858, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:42.25rem;width:27.25rem;top:171.38671255112rem;left:0rem;display:block; }
#NvgTkcip2NNGcdZTUlZ4blqC6HkTMUel { color:#ffffff;display:block;width:17.25rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:176.31172561646rem;left:5.78125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RLyRNaxgDXUKLrd7odwKs2l8fUHUTCXm { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:9.625rem;width:9.9375rem;top:166.68671274185rem;left:16.112501144409rem;overflow:hidden;display:block; }
#LsC2nyDxl1zyVEsxmWfhTTSXQHoKhgPv { color:#ffffff;display:block;width:24.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:179.21953773499rem;left:1.59375rem;height:33.7949375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#WtFSMCd5gFqJmuakctVv8MKE0qpJrloX { color:#ffffff;display:block;width:21.9375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:111.68672180176rem;left:38.062501907349rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Cex2hlVDg9rmAMcr3i6vXL903Oi7U8JS { color:#ffffff;display:block;width:24.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:114.61250305176rem;left:34.000001907349rem;height:12.9980625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#RJKAZdmAw7RUtNk5Uy4TZrUibyolaG8s { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.1875rem;width:10.1875rem;top:132.56095886231rem;left:32.750001907349rem;overflow:hidden;display:block; }
#mreUrzPK11PC4XzZOvbhTr0vmQmaNT4c { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:8.4375rem;top:4.0601711273193rem;left:34.000001907349rem;overflow:hidden;display:block; }
#Lquulzq1WiQe0W9ziENrMAg8KRpJdl7N { 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:9.5625rem;width:9.5625rem;top:163.93438100815rem;left:47.750001907349rem;overflow:hidden;display:block; }
#JlpCwEwywzZblUhPCrvK6Ro6bZ0dyVdZ { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.1875rem;width:7.9375rem;top:51.298439979553rem;left:20.925001144409rem;overflow:hidden;display:block; }
#gBmBN5lbX8FzevURSFUW08Z0ukTUqvES { 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:9.875rem;width:9.875rem;top:98.4375rem;left:16.375rem;overflow:hidden;display:block; }
#v24e762xfTZbF9K6EiwndGInlNMT4CFU { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:10.25rem;width:10.25rem;top:126.29842567444rem;left:18.612501144409rem;overflow:hidden;display:block; }
#yM0PMi8UerRZ2vrr6H9I3r2OEieuSRT9 { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.5rem;border-top-right-radius:7.5rem;border-bottom-left-radius:7.5rem;border-bottom-right-radius:7.5rem;box-shadow: none;height:11.625rem;width:11.4375rem;top:99.300021357831rem;left:34.000001907349rem;overflow:hidden;display:block; }
#IWpHuvLrzHpizlW6uG87JniiATLWlPR2 { position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c55858, #000000);background-image: -moz-linear-gradient(180deg, #c55858, #000000);background-image: -ms-linear-gradient(180deg, #c55858, #000000);background-image: -o-linear-gradient(180deg, #c55858, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c55858', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c55858', endColorstr='#000000' );";background-image: linear-gradient(180deg, #c55858, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:28.75rem;width:27.25rem;top:207.85703468323rem;left:31.375001907349rem;display:block; }
#MtZOxs6RxkVLm5cfzI1407cuVQv0VlqJ { color:#ffffff;display:block;width:24.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:215.9062538147rem;left:32.843751907349rem;height:19.4970625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#M2mcpEq9UFBSQqJ4ggMyuyBZBfP2nHab { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:212.06015968323rem;left:40.750001907349rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CZhsUWqIrTWAmB8Fvp4FdhXTzuk9QAHN { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.1875rem;width:10.1875rem;top:201.58125305176rem;left:31.875001907349rem;overflow:hidden;display:block; }
#MFogC19JPdQV3kKICJHKlFcJHSyVbCtO { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #50a0a5, #000000);background-image: -moz-linear-gradient(180deg, #50a0a5, #000000);background-image: -ms-linear-gradient(180deg, #50a0a5, #000000);background-image: -o-linear-gradient(180deg, #50a0a5, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#50a0a5', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#50a0a5', endColorstr='#000000' );";background-image: linear-gradient(180deg, #50a0a5, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:26.4375rem;width:27.0625rem;top:222.10311889649rem;left:0rem;display:block; }
#Pryzqyigl0lLcwLRW03pVMS4M9tfw8ui { color:#ffffff;display:block;width:24.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:230.87501239777rem;left:1.375rem;height:14.297875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#A1DrXn4OhlTa9UEBU7sTxlvT20y8SNyu { color:#ffffff;display:block;width:16.6875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:228.06171226501rem;left:5.0500011444092rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cmimSakz3R7qtPlUdwyfUsWm7vKDzR8f { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.8125rem;width:10.8125rem;top:217.19764423371rem;left:16.581251144409rem;overflow:hidden;display:block; }
#i29cwcmf7JNSwPq2KWJkmb7PeakoOhau { color:#ffffff;display:block;width:19.6875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:59.947655677796rem;left:7.1125011444094rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yoWEvlO7nShKNQ87GlaBxcC6UMzbgV34 { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #50a0a5, #000000);background-image: -moz-linear-gradient(180deg, #50a0a5, #000000);background-image: -ms-linear-gradient(180deg, #50a0a5, #000000);background-image: -o-linear-gradient(180deg, #50a0a5, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#50a0a5', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#50a0a5', endColorstr='#000000' );";background-image: linear-gradient(180deg, #50a0a5, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:31.4375rem;width:28.3125rem;top:167.97500610351rem;left:30.843751907349rem;display:block; }
#ofPaPuyThpKpe37igdIE3fvCSu1Dd6x5 { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #50a0a5, #000000);background-image: -moz-linear-gradient(180deg, #50a0a5, #000000);background-image: -ms-linear-gradient(180deg, #50a0a5, #000000);background-image: -o-linear-gradient(180deg, #50a0a5, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#50a0a5', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#50a0a5', endColorstr='#000000' );";background-image: linear-gradient(180deg, #50a0a5, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:23.625rem;width:27.25rem;top:106.8125rem;left:32.75rem;display:none; }
#wBImOMp1ayefdWSPB8UrF4shf5zPLE1x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wBImOMp1ayefdWSPB8UrF4shf5zPLE1x > .row .container { background-color: transparent; background-image: none; }#wBImOMp1ayefdWSPB8UrF4shf5zPLE1x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wBImOMp1ayefdWSPB8UrF4shf5zPLE1x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wBImOMp1ayefdWSPB8UrF4shf5zPLE1x > .row .container > .video-iframe-container { display: none; }#wBImOMp1ayefdWSPB8UrF4shf5zPLE1x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wBImOMp1ayefdWSPB8UrF4shf5zPLE1x > .row > .video-iframe-container { display: none; }#wBImOMp1ayefdWSPB8UrF4shf5zPLE1x > .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); }#wBImOMp1ayefdWSPB8UrF4shf5zPLE1x > .row .container { border-width: 0; border-radius: 0; }#wBImOMp1ayefdWSPB8UrF4shf5zPLE1x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wBImOMp1ayefdWSPB8UrF4shf5zPLE1x > .row .container { font-size:0.875rem;font-family:arial;height:20.5625rem;width:60rem;position:relative;display:block; }#AlBcT8ZB6FuGJlWsfhX0IsPPlEBmJB1O { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:2.5625rem;left:23.96875rem;height:;display:block; }
#zsmnRTXpZk2tLsmdmAFRoDRSbPVIviIX { color:#0e8d95;display:block;width:29.5625rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0.85546875rem;left:0rem;height:3.4121125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I5NXV0COlOpJLH2DaC2apnFEeORSdSkr { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #ffffff, #000000);background-image: -moz-linear-gradient(339deg, #ffffff, #000000);background-image: -ms-linear-gradient(339deg, #ffffff, #000000);background-image: -o-linear-gradient(339deg, #ffffff, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000' );";background-image: linear-gradient(339deg, #ffffff, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:4.75rem;left:0rem;display:block; }
#hlea531EnmxzaWvXdNAXCN2izW26dUZc { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5rem;width:14.6875rem;top:6.59375rem;left:35.0625rem;overflow:hidden;display:block; }
#BxAGByT1z3bbZIKK2dd3t8XOrVi0gSfb { color:#0e8d95;display:block;width:24.1875rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:0.85546875rem;left:35.0625rem;height:3.4121125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rgnOl9ixsTCugfTqBxe1nDJo62a63lsG { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #ffffff, #000000);background-image: -moz-linear-gradient(339deg, #ffffff, #000000);background-image: -ms-linear-gradient(339deg, #ffffff, #000000);background-image: -o-linear-gradient(339deg, #ffffff, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000' );";background-image: linear-gradient(339deg, #ffffff, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:4.75rem;left:35.0625rem;display:block; }
#AMnO1WZlB8f8J4KLgIirriLQdUDFFasc { 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:16.1875rem;width:16.1875rem;top:4.375rem;left:9.03125rem;overflow:hidden;display:block; }
#WzroTMNq1WtXG3lVmwTddF4lPm4AJwUi { background-color:#007375;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.5625rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:16.71875rem;left:1.15625rem;display:block; }
#f9QVgclTOFwmByoqIDz0VqHwSp8TSqA5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nNTLouTTGPECNZqI0Cs1QRD5k9qhfP2P { background-color:#007375;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.5625rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:16.71875rem;left:35.0625rem;display:block; }
#mZzlNaUlwSmqKhNCCKThewcRoEmFZPXV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BTP1yq344BwBWu5ashZAlrxMxs9ev2xl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BTP1yq344BwBWu5ashZAlrxMxs9ev2xl > .row .container { background-color: transparent; background-image: none; }#BTP1yq344BwBWu5ashZAlrxMxs9ev2xl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTP1yq344BwBWu5ashZAlrxMxs9ev2xl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTP1yq344BwBWu5ashZAlrxMxs9ev2xl > .row .container > .video-iframe-container { display: none; }#BTP1yq344BwBWu5ashZAlrxMxs9ev2xl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTP1yq344BwBWu5ashZAlrxMxs9ev2xl > .row > .video-iframe-container { display: none; }#BTP1yq344BwBWu5ashZAlrxMxs9ev2xl > .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); }#BTP1yq344BwBWu5ashZAlrxMxs9ev2xl > .row .container { border-width: 0; border-radius: 0; }#BTP1yq344BwBWu5ashZAlrxMxs9ev2xl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BTP1yq344BwBWu5ashZAlrxMxs9ev2xl > .row .container { font-size:0.875rem;font-family:arial;height:49.9375rem;width:60rem;position:relative;display:block; }#ZvIq1OCH2WaUBe14550c7oTbShx3WfRX { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #867138);background-image: -moz-linear-gradient(180deg, #000000, #867138);background-image: -ms-linear-gradient(180deg, #000000, #867138);background-image: -o-linear-gradient(180deg, #000000, #867138);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#867138' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#867138' );";background-image: linear-gradient(180deg, #000000, #867138);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:2.5625rem;width:58.875rem;top:0.64218711853025rem;left:0.625rem;display:block; }
#uiAKEancl7fTGwvmqFlSLtoR0C94wskA { color:#ffffff;display:block;width:56.6875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:1.3734378814698rem;left:1.84375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Fmw5ehUgL8x4xsMQuqxCZKp26oiXfqmc { position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #867138);background-image: -moz-linear-gradient(180deg, #000000, #867138);background-image: -ms-linear-gradient(180deg, #000000, #867138);background-image: -o-linear-gradient(180deg, #000000, #867138);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#867138' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#867138' );";background-image: linear-gradient(180deg, #000000, #867138);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5.6875rem;width:29.375rem;top:3.8914070129394rem;left:0.5625rem;display:block; }
#EPwSWD8T9exIdloLJ45O77oPptb6atis { color:#ffffff;display:block;width:27.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:4.1351566314697rem;left:1.5rem;height:6.499rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#Iele4oqBldJKQCpTCILsNSoXoDv9SacL { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #867138);background-image: -moz-linear-gradient(180deg, #000000, #867138);background-image: -ms-linear-gradient(180deg, #000000, #867138);background-image: -o-linear-gradient(180deg, #000000, #867138);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#867138' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#867138' );";background-image: linear-gradient(180deg, #000000, #867138);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5.6875rem;width:29.375rem;top:3.8914070129394rem;left:30.175001144409rem;display:block; }
#WIg1qG2ZBJphSRdnfHlDTM3y4woqcM93 { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #867138);background-image: -moz-linear-gradient(180deg, #000000, #867138);background-image: -ms-linear-gradient(180deg, #000000, #867138);background-image: -o-linear-gradient(180deg, #000000, #867138);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#867138' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#867138' );";background-image: linear-gradient(180deg, #000000, #867138);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5.6875rem;width:29.3125rem;top:10.203906059265rem;left:0.625rem;display:block; }
#EZU9iS6uBG7V3ihIizpOs6e5RHDtqgli { position:absolute;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #867138);background-image: -moz-linear-gradient(180deg, #000000, #867138);background-image: -ms-linear-gradient(180deg, #000000, #867138);background-image: -o-linear-gradient(180deg, #000000, #867138);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#867138' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#867138' );";background-image: linear-gradient(180deg, #000000, #867138);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5.6875rem;width:29.375rem;top:10.203906059265rem;left:30.175001144409rem;display:block; }
#xkD2Dby66AEESsJOWEg6wfkTZUwVzeWq { position:absolute;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #867138);background-image: -moz-linear-gradient(180deg, #000000, #867138);background-image: -ms-linear-gradient(180deg, #000000, #867138);background-image: -o-linear-gradient(180deg, #000000, #867138);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#867138' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#867138' );";background-image: linear-gradient(180deg, #000000, #867138);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5.6875rem;width:29.3125rem;top:16.578906059265rem;left:0.625rem;display:block; }
#LaA4C34Pq25yGNvdKKMo8zAT3VITW98W { position:absolute;display:block;z-index:15032;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #867138);background-image: -moz-linear-gradient(180deg, #000000, #867138);background-image: -ms-linear-gradient(180deg, #000000, #867138);background-image: -o-linear-gradient(180deg, #000000, #867138);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#867138' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#867138' );";background-image: linear-gradient(180deg, #000000, #867138);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5.6875rem;width:29.375rem;top:16.578906059265rem;left:30.175001144409rem;display:block; }
#SFEp3cDoBFQ6atqQ2S0mUxq5KKal3FDm { color:#ffffff;display:block;width:27.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15038;line-height:1.3;letter-spacing:0;top:4.1351575851441rem;left:31.081251144409rem;height:5.19921875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#EB876UTrWOTo4Srq1NaZdIRXgwFXo7aB { color:#ffffff;display:block;width:27.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15038;line-height:1.3;letter-spacing:0;top:10.447657585144rem;left:1.5rem;height:3.8994125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#AsTJcKsaayXuDfu3eVaxGS0c7mfkzwTQ { color:#ffffff;display:block;width:27.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:10.447657585144rem;left:31.081251144409rem;height:5.19921875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#HKRUkIC5rQ5xCrMc8QtiEbRAkDX6Iwg9 { color:#ffffff;display:block;width:27.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:16.822657585144rem;left:1.5rem;height:3.8994125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#nVpCZMIp5kTsN6DCO6CoortEt2sidIV4 { color:#ffffff;display:block;width:27.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:16.822657585144rem;left:31.081251144409rem;height:3.8994125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#UcKhrmIQJwPPTviTTRX99m6EeaCplIlx { position:absolute;display:block;z-index:15044;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #867138);background-image: -moz-linear-gradient(180deg, #000000, #867138);background-image: -ms-linear-gradient(180deg, #000000, #867138);background-image: -o-linear-gradient(180deg, #000000, #867138);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#867138' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#867138' );";background-image: linear-gradient(180deg, #000000, #867138);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5.6875rem;width:29.0625rem;top:35.873046875rem;left:0.6875rem;display:block; }
#uWe34v2WUmiLvJad6ciEmrAreSGPFhNw { color:#ffffff;display:block;width:27.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15052;line-height:1.3;letter-spacing:0;top:36.767578125rem;left:1.84375rem;height:3.8994125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#TnWLKAHZWyXqZhm8LnGA0MiKlBuIpOL6 { position:absolute;display:block;z-index:15043;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #867138);background-image: -moz-linear-gradient(180deg, #000000, #867138);background-image: -ms-linear-gradient(180deg, #000000, #867138);background-image: -o-linear-gradient(180deg, #000000, #867138);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#867138' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#867138' );";background-image: linear-gradient(180deg, #000000, #867138);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5.6875rem;width:29.3125rem;top:39.5rem;left:30.25rem;display:block; }
#B9hwcsMQ50XlXqep2IU0lq3mb5l0BEoP { color:#ffffff;display:block;width:27.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:39.744140625rem;left:31.09375rem;height:6.499rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#DB40rlUhP3WxxmEpkfZfvbPgvEto0Jus { position:absolute;display:block;z-index:15042;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #867138);background-image: -moz-linear-gradient(180deg, #000000, #867138);background-image: -ms-linear-gradient(180deg, #000000, #867138);background-image: -o-linear-gradient(180deg, #000000, #867138);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#867138' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#867138' );";background-image: linear-gradient(180deg, #000000, #867138);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5.6875rem;width:29.3125rem;top:29.375rem;left:0.5625rem;display:block; }
#LXKnssUNTtoQ5X2z3QvniH574zbCez1i { position:absolute;display:block;z-index:15043;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #867138);background-image: -moz-linear-gradient(180deg, #000000, #867138);background-image: -ms-linear-gradient(180deg, #000000, #867138);background-image: -o-linear-gradient(180deg, #000000, #867138);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#867138' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#867138' );";background-image: linear-gradient(180deg, #000000, #867138);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:8.875rem;width:29.375rem;top:29.375rem;left:30.125rem;display:block; }
#VT6P7ttudZ3NQEC7mru2pNwGhzbTiGv1 { color:#ffffff;display:block;width:27.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:29.625rem;left:1.4375rem;height:5.19921875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#TgsfIEsXiG3dC4zb65OFBxlAl8HStXLE { color:#ffffff;display:block;width:27.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:29.625rem;left:31rem;height:9.098625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#qyu4rfEXQMDN4arMoTCBHJXlM0TFZraz { position:absolute;display:block;z-index:15041;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #867138);background-image: -moz-linear-gradient(180deg, #000000, #867138);background-image: -ms-linear-gradient(180deg, #000000, #867138);background-image: -o-linear-gradient(180deg, #000000, #867138);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#867138' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#867138' );";background-image: linear-gradient(180deg, #000000, #867138);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5.6875rem;width:29.375rem;top:23.0625rem;left:0.5rem;display:block; }
#STDbhiC01zZg2c2mprrT4bzs6oHNSSO1 { color:#ffffff;display:block;width:27.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15049;line-height:1.3;letter-spacing:0;top:23.3125rem;left:1.4375rem;height:2.5996125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#sGlZkVuTefcFB5FAqBgpiC9fcP236LEp { position:absolute;display:block;z-index:15042;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #867138);background-image: -moz-linear-gradient(180deg, #000000, #867138);background-image: -ms-linear-gradient(180deg, #000000, #867138);background-image: -o-linear-gradient(180deg, #000000, #867138);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#867138' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#867138' );";background-image: linear-gradient(180deg, #000000, #867138);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5.6875rem;width:29.375rem;top:23.0625rem;left:30.125rem;display:block; }
#U3NHWw5XMfxLbHkR8NB2siZ4KB9HhfIG { color:#ffffff;display:block;width:27.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:23.3125rem;left:31rem;height:6.499rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#O2XB9PhsrqoU1fUcEFXd8PTdRhvoyprp { position:absolute;display:block;z-index:15045;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #867138);background-image: -moz-linear-gradient(180deg, #000000, #867138);background-image: -ms-linear-gradient(180deg, #000000, #867138);background-image: -o-linear-gradient(180deg, #000000, #867138);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#867138' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#867138' );";background-image: linear-gradient(180deg, #000000, #867138);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5.6875rem;width:29.375rem;top:42.498046875rem;left:0.625rem;display:block; }
#IQOPTHyKBWqPk35DcJJKKKIsQ4AJOT9g { color:#ffffff;display:block;width:27.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:43.392578125rem;left:1.5rem;height:5.19921875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#ms5u0VFPKWf3PubDmMX7zq4bnRSQ4vIu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ms5u0VFPKWf3PubDmMX7zq4bnRSQ4vIu > .row .container { background-color: transparent; background-image: none; }#ms5u0VFPKWf3PubDmMX7zq4bnRSQ4vIu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ms5u0VFPKWf3PubDmMX7zq4bnRSQ4vIu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ms5u0VFPKWf3PubDmMX7zq4bnRSQ4vIu > .row .container > .video-iframe-container { display: none; }#ms5u0VFPKWf3PubDmMX7zq4bnRSQ4vIu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ms5u0VFPKWf3PubDmMX7zq4bnRSQ4vIu > .row > .video-iframe-container { display: none; }#ms5u0VFPKWf3PubDmMX7zq4bnRSQ4vIu > .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); }#ms5u0VFPKWf3PubDmMX7zq4bnRSQ4vIu > .row .container { border-width: 0; border-radius: 0; }#ms5u0VFPKWf3PubDmMX7zq4bnRSQ4vIu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ms5u0VFPKWf3PubDmMX7zq4bnRSQ4vIu > .row .container { font-size:0.875rem;font-family:arial;height:13.5625rem;width:60rem;position:relative;display:block; }#pRZUJDBV1qcKBn8Za1L5u5Pmap4iHLWp { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #c55858);background-image: -moz-linear-gradient(180deg, #000000, #c55858);background-image: -ms-linear-gradient(180deg, #000000, #c55858);background-image: -o-linear-gradient(180deg, #000000, #c55858);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#c55858' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#c55858' );";background-image: linear-gradient(180deg, #000000, #c55858);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:2.5625rem;width:58.875rem;top:0.64218711853025rem;left:0.625rem;display:block; }
#KLXon0x49OKAeDKbaUBXWFVwV3PT8oSl { color:#ffffff;display:block;width:56.6875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:1.3734378814698rem;left:1.84375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DEfo4hHKxyGhxz8FCsUhXP6SF0kQvfRH { position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #c55858);background-image: -moz-linear-gradient(180deg, #000000, #c55858);background-image: -ms-linear-gradient(180deg, #000000, #c55858);background-image: -o-linear-gradient(180deg, #000000, #c55858);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#c55858' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#c55858' );";background-image: linear-gradient(180deg, #000000, #c55858);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:7.25rem;width:29.375rem;top:3.8914070129394rem;left:0.5625rem;display:block; }
#v0K4ytcFfHZJsOr27qUbb5bk6veQlPZM { color:#ffffff;display:block;width:27.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:4.1351566314697rem;left:1.5rem;height:6.499rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#p77IZAw4uc3R3daL7OhLMTZ36r7BX3MZ { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #c55858);background-image: -moz-linear-gradient(180deg, #000000, #c55858);background-image: -ms-linear-gradient(180deg, #000000, #c55858);background-image: -o-linear-gradient(180deg, #000000, #c55858);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#c55858' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#c55858' );";background-image: linear-gradient(180deg, #000000, #c55858);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:7.25rem;width:29.375rem;top:3.8914070129394rem;left:30.175001144409rem;display:block; }
#oVdng7kICWeymFFk3H1n8rylXGNuSzbM { color:#ffffff;display:block;width:27.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15038;line-height:1.3;letter-spacing:0;top:4.1351575851441rem;left:31.081251144409rem;height:7.7988125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#UzmhTr5NC6oufGcP1AwWVDNAdv7BqSDc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UzmhTr5NC6oufGcP1AwWVDNAdv7BqSDc > .row .container { background-color: transparent; background-image: none; }#UzmhTr5NC6oufGcP1AwWVDNAdv7BqSDc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzmhTr5NC6oufGcP1AwWVDNAdv7BqSDc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzmhTr5NC6oufGcP1AwWVDNAdv7BqSDc > .row .container > .video-iframe-container { display: none; }#UzmhTr5NC6oufGcP1AwWVDNAdv7BqSDc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzmhTr5NC6oufGcP1AwWVDNAdv7BqSDc > .row > .video-iframe-container { display: none; }#UzmhTr5NC6oufGcP1AwWVDNAdv7BqSDc > .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); }#UzmhTr5NC6oufGcP1AwWVDNAdv7BqSDc > .row .container { border-width: 0; border-radius: 0; }#UzmhTr5NC6oufGcP1AwWVDNAdv7BqSDc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UzmhTr5NC6oufGcP1AwWVDNAdv7BqSDc > .row .container { font-size:0.875rem;font-family:arial;height:1.0625rem;width:60rem;position:relative;display:block; }#A0TziRkATdR6itGCSmWGR4nzcb6hZ8Sq { position:relative;display:block; }#A0TziRkATdR6itGCSmWGR4nzcb6hZ8Sq { background-color: transparent; background-image: none; }#A0TziRkATdR6itGCSmWGR4nzcb6hZ8Sq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A0TziRkATdR6itGCSmWGR4nzcb6hZ8Sq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A0TziRkATdR6itGCSmWGR4nzcb6hZ8Sq > .row .container > .video-iframe-container { display: none; }#A0TziRkATdR6itGCSmWGR4nzcb6hZ8Sq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A0TziRkATdR6itGCSmWGR4nzcb6hZ8Sq > .row > .video-iframe-container { display: none; }#A0TziRkATdR6itGCSmWGR4nzcb6hZ8Sq > .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); }#A0TziRkATdR6itGCSmWGR4nzcb6hZ8Sq { border-width: 0; border-radius: 0; }#A0TziRkATdR6itGCSmWGR4nzcb6hZ8Sq > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#A0TziRkATdR6itGCSmWGR4nzcb6hZ8Sq > .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:7.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QX8kU6Tw3laBLc9I1AnwMiglBCRZylgN { color:#000000;display:block;width:33.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.09375rem;left:3.03125rem;height:5.199225rem;display:block; }
#oM79AbE6Dgb3dKnOLSxAtd9JxfJyEGmu { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#384a59;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#oM79AbE6Dgb3dKnOLSxAtd9JxfJyEGmu > .row .container { background-color: transparent; background-image: none; }#oM79AbE6Dgb3dKnOLSxAtd9JxfJyEGmu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oM79AbE6Dgb3dKnOLSxAtd9JxfJyEGmu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oM79AbE6Dgb3dKnOLSxAtd9JxfJyEGmu > .row .container > .video-iframe-container { display: none; }#oM79AbE6Dgb3dKnOLSxAtd9JxfJyEGmu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oM79AbE6Dgb3dKnOLSxAtd9JxfJyEGmu > .row > .video-iframe-container { display: none; }#oM79AbE6Dgb3dKnOLSxAtd9JxfJyEGmu > .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); }#oM79AbE6Dgb3dKnOLSxAtd9JxfJyEGmu > .row .container { border-width: 0; border-radius: 0; }#oM79AbE6Dgb3dKnOLSxAtd9JxfJyEGmu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#oM79AbE6Dgb3dKnOLSxAtd9JxfJyEGmu > .row .container { font-size:0.875rem;font-family:"open sans";height:64.8125rem;width:60rem;position:relative;display:block; }#VpR6Fl7kIf4pefS6gmKdU4gXA5Dez79M { display:block;width:60rem;position:absolute;font-family:roboto;font-size:3rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.9375rem;left:0rem;height:3.8994125rem;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:block; }
#xxdtsZLIupOZ9rLt46IdVQsq169HqmNw .widget-form-header {  }
#xxdtsZLIupOZ9rLt46IdVQsq169HqmNw .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:52.4375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#xxdtsZLIupOZ9rLt46IdVQsq169HqmNw .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:52.4375rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#xxdtsZLIupOZ9rLt46IdVQsq169HqmNw .widget-input-text {padding-top: 0; padding-bottom: 0;}#xxdtsZLIupOZ9rLt46IdVQsq169HqmNw .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:52.4375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#xxdtsZLIupOZ9rLt46IdVQsq169HqmNw .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:52.4375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#xxdtsZLIupOZ9rLt46IdVQsq169HqmNw .widget-input-select {padding-top: 0; padding-bottom: 0;}#xxdtsZLIupOZ9rLt46IdVQsq169HqmNw .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#xxdtsZLIupOZ9rLt46IdVQsq169HqmNw .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#xxdtsZLIupOZ9rLt46IdVQsq169HqmNw .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#5f686b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:52.4375rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#xxdtsZLIupOZ9rLt46IdVQsq169HqmNw [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#xxdtsZLIupOZ9rLt46IdVQsq169HqmNw [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#xxdtsZLIupOZ9rLt46IdVQsq169HqmNw [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#xxdtsZLIupOZ9rLt46IdVQsq169HqmNw [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#xxdtsZLIupOZ9rLt46IdVQsq169HqmNw .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:51rem;overflow:hidden;font-style:normal; }
#xxdtsZLIupOZ9rLt46IdVQsq169HqmNw .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#xxdtsZLIupOZ9rLt46IdVQsq169HqmNw .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#xxdtsZLIupOZ9rLt46IdVQsq169HqmNw .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#xxdtsZLIupOZ9rLt46IdVQsq169HqmNw .widget-container:first-of-type{padding-top:0;}#xxdtsZLIupOZ9rLt46IdVQsq169HqmNw .widget-container:last-of-type{padding-bottom:0;}#xxdtsZLIupOZ9rLt46IdVQsq169HqmNw  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:52.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15002;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:10.3125rem;left:2.53125rem; }
#xxdtsZLIupOZ9rLt46IdVQsq169HqmNw .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:52.4375rem; }
#xxdtsZLIupOZ9rLt46IdVQsq169HqmNw .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xxdtsZLIupOZ9rLt46IdVQsq169HqmNw {display:block;}#xxdtsZLIupOZ9rLt46IdVQsq169HqmNw { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:52.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15002;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:10.3125rem;left:2.53125rem; }
#xxdtsZLIupOZ9rLt46IdVQsq169HqmNw #c4eWlwNawTQCdo8dbF0xnHrHblUizpdO { position:relative; }
#xxdtsZLIupOZ9rLt46IdVQsq169HqmNw #OmFsm3DeMwtJlbaRrfO7OUPF2DLQSuJM { position:relative;display:block; }
#xxdtsZLIupOZ9rLt46IdVQsq169HqmNw #rIUHeA4KbmonJip3JxWEBLIxFFmNihWa { position:relative; }
#xxdtsZLIupOZ9rLt46IdVQsq169HqmNw #kMBb4gtBH0exvPwQ51nc0b36dOJf6M8x { position:relative; }
#xxdtsZLIupOZ9rLt46IdVQsq169HqmNw #tdz8ktuwHWR6uyLraltNpUr7EFWVGywH { position:relative;display:block; }
#xxdtsZLIupOZ9rLt46IdVQsq169HqmNw #lilVZhiJ4MlVTBSTEAbckvqoHXEb8fwm { position:relative; }
#xxdtsZLIupOZ9rLt46IdVQsq169HqmNw #iWoPNEsDJEKd8EE0Oo7u7EqS20t45TVN { position:relative; }
#xxdtsZLIupOZ9rLt46IdVQsq169HqmNw #yk3TyQ4T4N9FN9x9Z6loN6y0gU76DV9d { position:relative;display:block; }
#xxdtsZLIupOZ9rLt46IdVQsq169HqmNw #VIifoWKT5XEK4tOT2orksTAyqg8KButC { position:relative; }
#xxdtsZLIupOZ9rLt46IdVQsq169HqmNw #JLDdAVF7SPqGzS4iKVXnnHT3Hd7hzWaU { position:relative; }
#xxdtsZLIupOZ9rLt46IdVQsq169HqmNw #AGVWQ3QKz7rQnQzFx3oxLRl2ZUmWKKTo { position:relative;display:block; }
#xxdtsZLIupOZ9rLt46IdVQsq169HqmNw #MP2kRbpOAGqTOiCVMhqm7zxTulMTTkWq { position:relative; }
#xxdtsZLIupOZ9rLt46IdVQsq169HqmNw #Z1hI0eZSMTIoR8nspdMZON1P7KhEQB77 { position:relative; }
#xxdtsZLIupOZ9rLt46IdVQsq169HqmNw #S6ZpBk3bzpBvTzubLADhKnBnasAAE37E { position:relative;display:block; }
#xxdtsZLIupOZ9rLt46IdVQsq169HqmNw #zCHOm00vekAkzVIACIu2pTwUzvft53pd { position:relative; }
#xxdtsZLIupOZ9rLt46IdVQsq169HqmNw #GZSOuTEA4tgTLgxiweudHmIIi6NonffH { position:relative; }
#xxdtsZLIupOZ9rLt46IdVQsq169HqmNw #sf4BTbo45OiGKRZKEABAfHiOsin459sD { position:relative;display:block; }
#xxdtsZLIupOZ9rLt46IdVQsq169HqmNw #TTHo3rJ2snssKSKBxIwAsT3IMJVQiEPf { position:relative; }
#xxdtsZLIupOZ9rLt46IdVQsq169HqmNw #f1hKUPIay2OQTKRPBiZ1G1p6eyRlsQuF { position:relative; }
#xxdtsZLIupOZ9rLt46IdVQsq169HqmNw #dnCeeisWyIm0eUlPO3BMTWpm1tOUS7rl { position:relative;z-index:2; }
#xxdtsZLIupOZ9rLt46IdVQsq169HqmNw #vw5z0brkp0CUSC0PKwmZ4LeE4e0xT6fK { position:relative; }
#xxdtsZLIupOZ9rLt46IdVQsq169HqmNw #TI9xcVJypx0qbl2GI3r4CRhNx1Kf41kH { position:relative; }
#xxdtsZLIupOZ9rLt46IdVQsq169HqmNw #R39qyeXqLNDgUW08b7Dc3qWmrzHD2X0T { position:relative;z-index:2; }
#xxdtsZLIupOZ9rLt46IdVQsq169HqmNw #wOMEzxD2R08EiApQsMOoOA7olEU6lBx0 { position:relative; }
#xxdtsZLIupOZ9rLt46IdVQsq169HqmNw #H9OMTimDzWx4TC7IaDoVan2eV6qC7z8J { position:relative; }
#xxdtsZLIupOZ9rLt46IdVQsq169HqmNw #s4hD1BOdeP8SThV51hlSanLBxnw3ile5 { position:relative;z-index:2; }
#xxdtsZLIupOZ9rLt46IdVQsq169HqmNw #BeglqqVrlamXClGwvyQo0N5mThstwyzX { position:relative; }
#xxdtsZLIupOZ9rLt46IdVQsq169HqmNw #auPZRyR6N8HvhDWLRgFM6pCWkaCTbetP { position:relative; }
#xxdtsZLIupOZ9rLt46IdVQsq169HqmNw #VHZpTH0tS7WNllwvakdNAgqif1RGtCdG { position:relative; }
#Gm0UnLrkiWB8DfcsVhy26HTnvLGUbdvh { display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.8374996185303rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:block; }
#gbM79ePySWELXlbNgH0wHP6IGa5k9fMH { background-color:#a6c7a8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:55.5rem;left:36.40625rem;display:block; }
#iaBSDtQZyLbV4tixTWtHAZRt8L3kG7Ni { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZDXxq0nJQgcQP97E6GFTXmXJzI8CGUGH { background-color:#a6c7a8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:55.5rem;left:2.53125rem;display:block; }
#nMNFDkbt2WV4yMJBx2CPsLiQVeu4Mf6m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Xn6ay54Hr29NkEILlL7Sx26nd2MzUlX4 { background-color:#a6c7a8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.125rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:60.0625rem;left:36.40625rem;display:block; }
#tkVO9Nd0ikshNm5r4hDygHsAP7gcDLVM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yh42v5QdLEAl9TELSDk94DO0FKDJxSy0 { background-color:#a6c7a8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.125rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:60.0625rem;left:2.53125rem;display:block; }
#NKtaelDTxhBu0hE7t3QGmyrw1tKFqTxn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob > .row .container { background-color: transparent; background-image: none; }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob > .row .container > .video-iframe-container { display: none; }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob > .row > .video-iframe-container { display: none; }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob > .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); }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob > .row .container { border-width: 0; border-radius: 0; }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:block; }#MWx2VfZwoKnBdMstBZcMHwUdMDTWQgdU { color:rgba(255,255,255,0.8);display:block;width:33.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:1.41796875rem;left:0.875rem;height:2.9746125rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rSOeuSfXgUJcsfM1OxGbee101fKRfzGn { display:block; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mGuJHzuwKcwVsMKQ2qatT6CuVJGwmyHz { width:46.875rem;height:2.375rem;top:5.5rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #efTAKqRir5GfT7QHMGx6yWuliULXgsdl { width:46rem;height:8.4375rem;top:11.0625rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAkvHhFcBd7Q1gqMe2GbieDickJNGBoi { width:9.3125rem;height:2.5625rem;top:23.9375rem;left:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkXCXhAd3AF1tBAoIRpT46pWkqZ2cvoM { display:block; }
 }@media only screen and (max-width: 763px) { #herrQ9QVhwe3pZ2xAnMSp5DKSGBPEFPl { width:13.125rem;height:2.5625rem;top:29rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxgFbnTPZrqmlI8Mk3DQ1T4XvFGbyoqr { display:block; }
 }@media only screen and (max-width: 763px) { #BAiysCTtAdewo011O5cRTxV2TPD9U9KN { width:14.4375rem;height:3.25rem;top:31.5rem;left:33.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsVxhVkhL8zPItOKUm9CUDdrnqThIQ5F { display:block; }
 }@media only screen and (max-width: 763px) { #XiSwChvmLeES7HsDVbpda2valnrLGGf0 { width:13.5625rem;height:2.5625rem;top:26.4375rem;left:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QntRG2OAguHknfysy6cTbL92kk5AseTF { display:block; }
 }@media only screen and (max-width: 763px) { #LQ4bu97p1grt1N001qi0PEWrvPixkKQd { width:47.75rem;height:17.4375rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #opqWE5vccJ4AS2ItKQBo8mUZcnXRE2qm { width:11.125rem;height:4.75rem;top:1.6875rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU { display:block; }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N3740k9suoZFCXgrDBaPJDa0Mg3gTlQu { width:32.8125rem;height:14.4375rem;top:13.375rem;left:14.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #duIc2gTvkP5yRH9FcA5tt9o27q8CXLoM { width:23.5625rem;height:13.1875rem;top:13.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJmTQKIw5r7s8TQow2gGnTXT81yKruCV { width:25.6875rem;height:17.4375rem;top:11rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jrzst5nHV6TLRHc6p6wIk8RgoE6NBP4t { width:31.9375rem;height:14.4375rem;top:39.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcVh0kR0i4Hns6RfX1BFFCBrVxmANbr5 { width:23.9375rem;height:17rem;top:38.0625rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iThArXvSrbkIDra9oPC1o158TzHOrc4N { width:47.75rem;height:5.375rem;top:56rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wb9g3bQTt4e0WqAoBCy3sPlky49McHDE { width:40.75rem;height:2.25rem;top:10.4375rem;left:7rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkAyLgVlkFz2ewqXg0iSCP5moaVFh7iS { width:40.75rem;height:1.125rem;top:6.5rem;left:7rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVTo7ZMsBuFzEgBoK4GWtDi2kGIgDATk { width:36.625rem;height:4rem;top:1.1875rem;left:11.125rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KC9S3fvb5v4sS4A2cQTu6u42udo9IiRQ { width:47.75rem;height:4.125rem;top:63.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UT6qfzWlEZdrUtkCM45GR2GhydD0am7q { width:5.625rem;height:1.125rem;top:8.6875rem;left:42.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOlp3z6Uw2w0Woms1GExgZeVGzhSB186 { width:47.625rem;height:9rem;top:28.4375rem;left:0.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXe1cWQhvhB5pro8kPzu0qEbBW1lf6ch { display:block; }#MXe1cWQhvhB5pro8kPzu0qEbBW1lf6ch > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ucQKNCSQeWi0Gn3sDCSBvyTBlHwiwz0A { width:47.75rem;height:3.125rem;top:0.625rem;left:0rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMmsSTNUe78QTx9MAm5Pn1xBPxx4ua66 { display:block; }#PMmsSTNUe78QTx9MAm5Pn1xBPxx4ua66 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ftFScZT4VMx1LykHZ7J2ZXZ6O7Dze46b { width:6rem;height:1.75rem;top:1.625rem;left:8.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uo4VT5gz9otf6OSRtEnCfMetGXHC6Mc7 { width:14.4375rem;height:1.875rem;top:1.5625rem;left:15.062501907349rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoTay9nHcZhdhc6Kq41VKV3bpVcIHFDx { display:block; }#ZoTay9nHcZhdhc6Kq41VKV3bpVcIHFDx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V7WzCPsnbVkUGHvoGLo8ZQKFGU1crhSe { width:6rem;height:;top:2.5625rem;left:8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHa2JEMMWLaIhiPLLKnUgCBIF1VT2iWZ { width:26.5625rem;height:3.8125rem;top:1.375rem;left:15.062501907349rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrmmzppgtWpiAuVXGu6VnRwZI64xtgmg { width:33.625rem;height:;top:0rem;left:14.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUsa3rxJf1T29XUvtUR7vAOEccTg9gT8 { display:block; }#FUsa3rxJf1T29XUvtUR7vAOEccTg9gT8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kzQPC5fwko2Nu8PBmMIaIHot7aP3KRVL { width:6rem;height:1.75rem;top:2.5625rem;left:8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMCBMPsw8C0VnlgWXV2em7isDQ9QlP1h { width:35.875rem;height:3.8125rem;top:0.9375rem;left:11.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXbA4Vw7kdGwQIWJCtXTyoNUqKKRPJyp { width:33.625rem;height:;top:0rem;left:14.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2iaXt5KxCr1GpTyeoazxgb5pt5qk70r { display:block; }#G2iaXt5KxCr1GpTyeoazxgb5pt5qk70r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dKEc0cdbw4AF4o4hXU8XI5PF7Iq9Q7ly { width:6rem;height:1.75rem;top:2.5625rem;left:8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWMetKUcLAW4MMX9kygJirCHD9zlv3oD { width:28.6875rem;height:1.875rem;top:2.5625rem;left:15.062501907349rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWBnTKeGhxN08LpNhZzCQFlUOtzuQBTI { width:33.625rem;height:;top:0rem;left:14.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSyN2FOdyK9sSI9B1cEv4AryxoCbNkqP { width:36.25rem;height:3.8125rem;top:1.6875rem;left:11.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Or6ufE1nJxSP5FZnztKfRzKb9ii17Tdc { display:block; }#Or6ufE1nJxSP5FZnztKfRzKb9ii17Tdc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4NTpilfWvrImvBcQ2ITicK5wP9sPkRB { width:6rem;height:1.75rem;top:2.5625rem;left:8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGkfKLFqUAeTiq6z9fdACDxkM4wCPvrE { width:33.625rem;height:;top:0rem;left:14.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7ddnwnp7W4fLEwtHo7lkL9nWgaJVIkE { width:34.6875rem;height:3.8125rem;top:1.5rem;left:13.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdGUhlTT0Al4HnXphcoobr9XVyQa8hcr { display:block; }#CdGUhlTT0Al4HnXphcoobr9XVyQa8hcr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XeZsTrGAIwC1eOCRnbnuUTTXez0zXuXo { width:6rem;height:1.75rem;top:2.5625rem;left:8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJbMm5lBds4KHr81Sxf4M7tgxAvBowdE { width:33.625rem;height:;top:0rem;left:14.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wftDkiN5fNvSq7cZm22Vv4GUR7w1JHrG { width:37rem;height:3.8125rem;top:1.4375rem;left:10.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwCoQLHQoHCyWyyui2dtnu9h7f7Nu37n { display:block; }#SwCoQLHQoHCyWyyui2dtnu9h7f7Nu37n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RocLnTvZSzZZzfbt46hpD4EP4QrlJweF { width:6rem;height:1.75rem;top:2.5625rem;left:8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeEKRlzFfVqWkfmggv8SmJ6QxMDgQyd1 { width:33.625rem;height:;top:0rem;left:14.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkfX6GRePNnb0cZ9Kk6rRcgZIvzq2zyw { width:35.875rem;height:3.8125rem;top:1.4375rem;left:11.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMWxMa6L4bN6w0n5FeCdyaSEExlJCT0T { display:block; }#kMWxMa6L4bN6w0n5FeCdyaSEExlJCT0T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WDMfQkkna0AnrWGpIdPWZP4z2Ddrc6RB { width:6rem;height:1.75rem;top:2.3125rem;left:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2RHcyGJAXyhkCi2Zgoh0izc07g3uBhB { width:33.625rem;height:;top:0rem;left:14.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5AWqv3DfQLTqbT7k47JdFTTZyHLK4Uf { width:37.375rem;height:5.6875rem;top:0.3125rem;left:10.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsTki6gIl8fiVNAOM8s7ExMQo6Pffq9J { display:block; }#AsTki6gIl8fiVNAOM8s7ExMQo6Pffq9J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DPHgxx7MalxRiRkk7HlrV8vRikdBtwET { width:6rem;height:1.75rem;top:1.5rem;left:8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3E5LEPayRq9vuWokXkCrnIIPNx5PVwm { width:33.625rem;height:;top:0rem;left:14.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdL5oIAsDLDRZWPgw2CmwtJGpQHMnQdf { width:30.5rem;height:1.875rem;top:1.4375rem;left:15.687501907349rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMJgGScXkLFORZwnZFkUTKuTGgsLiOyA { display:block; }#nMJgGScXkLFORZwnZFkUTKuTGgsLiOyA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TaPL45hyAQX85SbcL3nLgLxHk96BV9EX { width:6rem;height:1.75rem;top:1.5rem;left:8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEBVhWEBqa6sSlnfZ8Uq3K61mRKkGyaa { width:33.625rem;height:;top:0rem;left:14.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSFvJoTpfzs22ECU42U6i94TRglVdyST { width:37rem;height:3.8125rem;top:1.1875rem;left:10.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXbH7MT3Qv09pFpcV89hQtCyeWd67iyv { display:block; }#BXbH7MT3Qv09pFpcV89hQtCyeWd67iyv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M0XRKbWpcIcw46UzUTeGWwUcA8QNtC03 { width:6rem;height:1.75rem;top:2.5625rem;left:8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZb6pOi4fgIfr1EQlqNtM2lk3JXKmdOd { width:33.625rem;height:;top:0rem;left:14.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuNMifo5lx15A4XsTTHnlllEaVsWTJCc { width:38.25rem;height:5.6875rem;top:0.875rem;left:9.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7CJ0OF9axP0fVkrOOdmX2zPp0ZHG9gn { display:block; }#f7CJ0OF9axP0fVkrOOdmX2zPp0ZHG9gn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IlRIIVHTqQEByzTpBuuJ4xHOqLPknV1u { width:6rem;height:1.75rem;top:2.5625rem;left:8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpbNUQMFwfXKDP9sphQisZbKbmidRane { width:33.625rem;height:;top:0rem;left:14.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRlmIunZfOABv3XFMeICeDscRJaTDPgn { width:37rem;height:5.6875rem;top:0.875rem;left:10.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWycPaxZCVKqv6qw85M6ITpm4oWIVyfW { display:block; }#BWycPaxZCVKqv6qw85M6ITpm4oWIVyfW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ryq3ETNeconBSTahO5UJaKvvVh7KibHv { width:6rem;height:1.75rem;top:2.5625rem;left:8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pd1MoS1TEnfIOfQdM6iC2VF2cHqSx7lh { width:33.625rem;height:;top:0rem;left:14.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTieLltGdEmTdcvDKD0COpsgBzhUO13n { width:37rem;height:3.8125rem;top:1.8125rem;left:10.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #svTaUyB0r8XRHP8O7HwQKF8kzSLCKRTP { display:block; }#svTaUyB0r8XRHP8O7HwQKF8kzSLCKRTP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uzRi2zw80CBlMgw48qimuFC4ovxtvDJE { width:6rem;height:1.75rem;top:2.5625rem;left:8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6mIL1fTtoWnyWOB057KH53cPZGMVGr7 { width:33.625rem;height:;top:0rem;left:14.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4ptCASo5Lxost8MbkaipOTe7kRCwHm3 { width:37rem;height:3.75rem;top:1.8125rem;left:10.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOm2VLrIvecAD4iTsPbNKzyaA2XTh2pc { display:block; }#GOm2VLrIvecAD4iTsPbNKzyaA2XTh2pc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F5IzoODR3P102QVRb7s39eQsTWZENr1M { width:6rem;height:1.75rem;top:2.5625rem;left:8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfZzQg5Q8UzuCSGkssVx90bfJ1gkNPHr { width:33.625rem;height:;top:0rem;left:14.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBEydDPG3QeiVQfRTk1yvIymt64bTfIa { width:37rem;height:3.8125rem;top:1.8125rem;left:10.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooetWmVy6tC8s5AdF0ZFuPDAEPGUnMk0 { display:block; }#ooetWmVy6tC8s5AdF0ZFuPDAEPGUnMk0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eyA7VOEn82ri50N4ebQKcP7SpWTQMwLa { width:6rem;height:1.75rem;top:1.5rem;left:8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fV8aQ6BudBQCt6lQ76eFqgg1oc1VKa2U { width:33.625rem;height:;top:0rem;left:14.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExuxsuAQPDZLiCFazcda4Cugpceo1RPe { width:37rem;height:1.875rem;top:1.4375rem;left:10.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uF5OCegtiaJi8LgBCgESNv6LZTTbsfGU { display:block; }#uF5OCegtiaJi8LgBCgESNv6LZTTbsfGU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fME8ZTTarLkaf9ZhsJQCdElp5psfTd5S { top:0.625rem;left:21.75rem;width:26rem;height:3.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzbg4MgQqrJ4VTinSoTzTZdEwhDn7xAK { top:5.875rem;left:39.5rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukbJ23wq1TbloaUQsPVXFWEUQUFubI4r { top:10.25rem;left:0rem;width:28.8125rem;height:39.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Df7SQ5rgEpLMWWZT7zBRAGLcwqvszcFk { top:15rem;left:26.0625rem;width:21.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsOo53hErKKnm1TlKlTpd7SqGGgrdpP1 { top:7.4375rem;left:20.5rem;width:27.25rem;height:51.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnC0upAuNooJ3rWg2DeqlWHyTqRpwmEu { top:18rem;left:23.625rem;width:24.125rem;height:40.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBPWQdGSbta7UobBBi6zAOuunTcR0vJf { top:16.0625rem;left:4.1750011444092rem;width:19.4375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQbplMLuzMJqIcSze06eZiRan2Z442SV { top:63rem;left:0rem;width:25.5rem;height:33.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPagskoa6RwOumrk2f6cBZJAokJNx74b { top:18.875rem;left:0rem;width:24.6875rem;height:29.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7Ic59HHLJZtyh64SnXrQ2GqGFqaDnsh { top:66.6875rem;left:20.5rem;width:27.25rem;height:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcu3poU7RCUZvFq4wzcTFBWUW1QI49cB { top:55.75rem;left:0rem;width:28.875rem;height:41.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqTNnoIvpbAehkZPRK2bLSJ9HDeFIAK3 { top:5.8125rem;left:14.3125rem;width:9.5625rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDzkGwGQAMMLfKbxumA6OOb3zzc8iS51 { top:170.4375rem;left:26.968751907349rem;width:12.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcgNmE3fRtT9fryIpNTcnHLAgmZ07N4s { top:174.625rem;left:22.875rem;width:24.875rem;height:22.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwJVaDLcILGbo5UF0uDTknTFO1UTH9MX { top:103rem;left:0rem;width:28.125rem;height:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMEAvsmfZqvlQDAISX4fHn1cznp47f5n { top:109.25rem;left:2.125rem;width:19.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3wQvouOmfgVrxe2JsIUEL9Asnppa3Gq { top:111.6875rem;left:0rem;width:25rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlGkFzSmf66zQ246ehFT51pXQVnwiIfq { top:106.8125rem;left:20.5rem;width:27.25rem;height:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HymD0tFRJ87IX35rkM0rzOzyq1vq9x0u { top:141.125rem;left:32.8125rem;width:14.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #URn1ohIugUf4Or1GKCBLW0UKdSB4v2AJ { top:144.0625rem;left:23.1875rem;width:24.5625rem;height:14.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQ9EDsHXDahwnslsXl2u8GkDcngQVfoG { top:131.25rem;left:0rem;width:28.3125rem;height:33.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKnJrnuChtL4NJTyt1uoaGBPNpsxiAhQ { top:136.8125rem;left:3.125rem;width:17.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEm6tp0Aqlyv5Bnx6Lp9ksbfmAF7m21t { top:61.3125rem;left:38.1875rem;width:9.5625rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LntrOFRPak0PJgUzvqqFrRT1qdNh8tzq { top:139.5rem;left:0rem;width:25.625rem;height:23.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2UyZ0WEO50IbKerlnHVci7fkQpqzh0q { top:137.3125rem;left:20.5rem;width:27.25rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gU0VRSS5gCoGAXucAkCVnTVIIN5P6OUI { top:70.875rem;left:26.0625rem;width:21.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMNF4XLBSre8XM764UrwJFIFvrWXy0Ig { top:73rem;left:22.5625rem;width:25.1875rem;height:24.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wv2pBTsOt7FzpmH2Qr1gGO6JgN6WUa62 { top:171.375rem;left:0rem;width:27.25rem;height:42.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvgTkcip2NNGcdZTUlZ4blqC6HkTMUel { top:176.25rem;left:2.71875rem;width:17.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLyRNaxgDXUKLrd7odwKs2l8fUHUTCXm { top:166.625rem;left:13.050001144409rem;width:9.9375rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsC2nyDxl1zyVEsxmWfhTTSXQHoKhgPv { top:179.1875rem;left:0rem;width:24.5625rem;height:32.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtFSMCd5gFqJmuakctVv8MKE0qpJrloX { top:111.625rem;left:25.8125rem;width:21.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cex2hlVDg9rmAMcr3i6vXL903Oi7U8JS { top:114.5625rem;left:23.4375rem;width:24.3125rem;height:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJKAZdmAw7RUtNk5Uy4TZrUibyolaG8s { top:132.5rem;left:23.875rem;width:10.1875rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mreUrzPK11PC4XzZOvbhTr0vmQmaNT4c { top:4rem;left:24.812501907349rem;width:8.4375rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lquulzq1WiQe0W9ziENrMAg8KRpJdl7N { top:163.875rem;left:38.1875rem;width:9.5625rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlpCwEwywzZblUhPCrvK6Ro6bZ0dyVdZ { width:7.9375rem;height:9.1875rem;top:51.25rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBmBN5lbX8FzevURSFUW08Z0ukTUqvES { width:9.875rem;height:9.875rem;top:98.4375rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v24e762xfTZbF9K6EiwndGInlNMT4CFU { width:10.25rem;height:10.25rem;top:126.25rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yM0PMi8UerRZ2vrr6H9I3r2OEieuSRT9 { width:11.4375rem;height:11.625rem;top:99.25rem;left:24.812501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWpHuvLrzHpizlW6uG87JniiATLWlPR2 { top:207.8125rem;left:20.5rem;width:27.25rem;height:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtZOxs6RxkVLm5cfzI1407cuVQv0VlqJ { top:215.875rem;left:23.4375rem;width:24.3125rem;height:19.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2mcpEq9UFBSQqJ4ggMyuyBZBfP2nHab { top:212rem;left:31.562501907349rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZhsUWqIrTWAmB8Fvp4FdhXTzuk9QAHN { width:10.1875rem;height:10.1875rem;top:201.5625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFogC19JPdQV3kKICJHKlFcJHSyVbCtO { top:222.0625rem;left:0rem;width:27.0625rem;height:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pryzqyigl0lLcwLRW03pVMS4M9tfw8ui { top:230.875rem;left:0rem;width:24.3125rem;height:14.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1DrXn4OhlTa9UEBU7sTxlvT20y8SNyu { top:228rem;left:1.9875011444092rem;width:16.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmimSakz3R7qtPlUdwyfUsWm7vKDzR8f { width:10.8125rem;height:10.8125rem;top:217.1875rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i29cwcmf7JNSwPq2KWJkmb7PeakoOhau { top:59.9375rem;left:4.0500011444092rem;width:19.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoWEvlO7nShKNQ87GlaBxcC6UMzbgV34 { top:167.9375rem;left:19.4375rem;width:28.3125rem;height:31.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofPaPuyThpKpe37igdIE3fvCSu1Dd6x5 { top:106.8125rem;left:20.5rem;width:27.25rem;height:23.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wBImOMp1ayefdWSPB8UrF4shf5zPLE1x { display:block; }#wBImOMp1ayefdWSPB8UrF4shf5zPLE1x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AlBcT8ZB6FuGJlWsfhX0IsPPlEBmJB1O { width:12.5rem;height:;top:2.5625rem;left:17.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsmnRTXpZk2tLsmdmAFRoDRSbPVIviIX { top:0.8125rem;left:0rem;width:29.5625rem;height:3.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5NXV0COlOpJLH2DaC2apnFEeORSdSkr { top:4.75rem;left:0rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlea531EnmxzaWvXdNAXCN2izW26dUZc { width:14.6875rem;height:9.5rem;top:6.5625rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxAGByT1z3bbZIKK2dd3t8XOrVi0gSfb { top:0.8125rem;left:23.5625rem;width:24.1875rem;height:3.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgnOl9ixsTCugfTqBxe1nDJo62a63lsG { top:4.75rem;left:28.9375rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMnO1WZlB8f8J4KLgIirriLQdUDFFasc { width:16.1875rem;height:16.1875rem;top:4.375rem;left:2.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzroTMNq1WtXG3lVmwTddF4lPm4AJwUi { width:11.875rem;height:2.5625rem;top:16.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9QVgclTOFwmByoqIDz0VqHwSp8TSqA5 { display:block; }
 }@media only screen and (max-width: 763px) { #nNTLouTTGPECNZqI0Cs1QRD5k9qhfP2P { width:11.875rem;height:2.5625rem;top:16.6875rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZzlNaUlwSmqKhNCCKThewcRoEmFZPXV { display:block; }
 }@media only screen and (max-width: 763px) { #BTP1yq344BwBWu5ashZAlrxMxs9ev2xl { display:block; }#BTP1yq344BwBWu5ashZAlrxMxs9ev2xl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZvIq1OCH2WaUBe14550c7oTbShx3WfRX { top:0.625rem;left:0rem;width:47.75rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiAKEancl7fTGwvmqFlSLtoR0C94wskA { top:1.3125rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fmw5ehUgL8x4xsMQuqxCZKp26oiXfqmc { top:3.875rem;left:0rem;width:29.375rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPwSWD8T9exIdloLJ45O77oPptb6atis { top:4.125rem;left:0rem;width:27.5rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iele4oqBldJKQCpTCILsNSoXoDv9SacL { top:3.875rem;left:18.375rem;width:29.375rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIg1qG2ZBJphSRdnfHlDTM3y4woqcM93 { top:10.1875rem;left:0rem;width:29.3125rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZU9iS6uBG7V3ihIizpOs6e5RHDtqgli { top:10.1875rem;left:18.375rem;width:29.375rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkD2Dby66AEESsJOWEg6wfkTZUwVzeWq { top:16.5625rem;left:0rem;width:29.3125rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaA4C34Pq25yGNvdKKMo8zAT3VITW98W { top:16.5625rem;left:18.375rem;width:29.375rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFEp3cDoBFQ6atqQ2S0mUxq5KKal3FDm { top:4.125rem;left:20.25rem;width:27.5rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EB876UTrWOTo4Srq1NaZdIRXgwFXo7aB { top:10.4375rem;left:0rem;width:27.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsTJcKsaayXuDfu3eVaxGS0c7mfkzwTQ { top:10.4375rem;left:20.25rem;width:27.5rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKRUkIC5rQ5xCrMc8QtiEbRAkDX6Iwg9 { top:16.8125rem;left:0rem;width:27.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVpCZMIp5kTsN6DCO6CoortEt2sidIV4 { top:16.8125rem;left:20.25rem;width:27.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcKhrmIQJwPPTviTTRX99m6EeaCplIlx { top:35.8125rem;left:0rem;width:29.0625rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWe34v2WUmiLvJad6ciEmrAreSGPFhNw { top:36.75rem;left:0rem;width:27.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnWLKAHZWyXqZhm8LnGA0MiKlBuIpOL6 { top:39.5rem;left:18.4375rem;width:29.3125rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9hwcsMQ50XlXqep2IU0lq3mb5l0BEoP { top:39.6875rem;left:20.25rem;width:27.5rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DB40rlUhP3WxxmEpkfZfvbPgvEto0Jus { top:29.375rem;left:0rem;width:29.3125rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXKnssUNTtoQ5X2z3QvniH574zbCez1i { top:29.375rem;left:18.375rem;width:29.375rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VT6P7ttudZ3NQEC7mru2pNwGhzbTiGv1 { top:29.625rem;left:0rem;width:27.5rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgsfIEsXiG3dC4zb65OFBxlAl8HStXLE { top:29.625rem;left:20.25rem;width:27.5rem;height:7.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyu4rfEXQMDN4arMoTCBHJXlM0TFZraz { top:23.0625rem;left:0rem;width:29.375rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #STDbhiC01zZg2c2mprrT4bzs6oHNSSO1 { top:23.3125rem;left:0rem;width:27.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGlZkVuTefcFB5FAqBgpiC9fcP236LEp { top:23.0625rem;left:18.375rem;width:29.375rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3NHWw5XMfxLbHkR8NB2siZ4KB9HhfIG { top:23.3125rem;left:20.25rem;width:27.5rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2XB9PhsrqoU1fUcEFXd8PTdRhvoyprp { top:42.4375rem;left:0rem;width:29.375rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQOPTHyKBWqPk35DcJJKKKIsQ4AJOT9g { top:43.375rem;left:0rem;width:27.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ms5u0VFPKWf3PubDmMX7zq4bnRSQ4vIu { display:block; }#ms5u0VFPKWf3PubDmMX7zq4bnRSQ4vIu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pRZUJDBV1qcKBn8Za1L5u5Pmap4iHLWp { top:0.625rem;left:0rem;width:47.75rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLXon0x49OKAeDKbaUBXWFVwV3PT8oSl { top:1.3125rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEfo4hHKxyGhxz8FCsUhXP6SF0kQvfRH { top:3.875rem;left:0rem;width:29.375rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0K4ytcFfHZJsOr27qUbb5bk6veQlPZM { top:4.125rem;left:0rem;width:27.5rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p77IZAw4uc3R3daL7OhLMTZ36r7BX3MZ { top:3.875rem;left:18.375rem;width:29.375rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVdng7kICWeymFFk3H1n8rylXGNuSzbM { top:4.125rem;left:20.25rem;width:27.5rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzmhTr5NC6oufGcP1AwWVDNAdv7BqSDc { display:block; }#UzmhTr5NC6oufGcP1AwWVDNAdv7BqSDc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A0TziRkATdR6itGCSmWGR4nzcb6hZ8Sq { display:block; }#A0TziRkATdR6itGCSmWGR4nzcb6hZ8Sq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QX8kU6Tw3laBLc9I1AnwMiglBCRZylgN { width:33.6875rem;height:5.1875rem;top:1.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oM79AbE6Dgb3dKnOLSxAtd9JxfJyEGmu { display:block; }#oM79AbE6Dgb3dKnOLSxAtd9JxfJyEGmu > .row .container { width:47.75rem;height:74.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VpR6Fl7kIf4pefS6gmKdU4gXA5Dez79M { width:47.75rem;height:3.9rem;top:6.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxdtsZLIupOZ9rLt46IdVQsq169HqmNw .widget-regular-label { width:45.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#xxdtsZLIupOZ9rLt46IdVQsq169HqmNw .widget-input-text { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xxdtsZLIupOZ9rLt46IdVQsq169HqmNw .widget-input-text {padding-top: 0; padding-bottom: 0;}#xxdtsZLIupOZ9rLt46IdVQsq169HqmNw .widget-textarea { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xxdtsZLIupOZ9rLt46IdVQsq169HqmNw .widget-input-select { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xxdtsZLIupOZ9rLt46IdVQsq169HqmNw .widget-input-select {padding-top: 0; padding-bottom: 0;}#xxdtsZLIupOZ9rLt46IdVQsq169HqmNw .widget-input-button { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xxdtsZLIupOZ9rLt46IdVQsq169HqmNw .widget-checkbox-label { width:43.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xxdtsZLIupOZ9rLt46IdVQsq169HqmNw  { width:45.25rem;height:auto;top:10.3125rem;left:0rem; }
#xxdtsZLIupOZ9rLt46IdVQsq169HqmNw .radio-container { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xxdtsZLIupOZ9rLt46IdVQsq169HqmNw {display:block;}#xxdtsZLIupOZ9rLt46IdVQsq169HqmNw { width:45.25rem;height:auto;top:10.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xxdtsZLIupOZ9rLt46IdVQsq169HqmNw #c4eWlwNawTQCdo8dbF0xnHrHblUizpdO {  }
 }@media only screen and (max-width: 763px) { #xxdtsZLIupOZ9rLt46IdVQsq169HqmNw #OmFsm3DeMwtJlbaRrfO7OUPF2DLQSuJM { display:block; }
 }@media only screen and (max-width: 763px) { #xxdtsZLIupOZ9rLt46IdVQsq169HqmNw #rIUHeA4KbmonJip3JxWEBLIxFFmNihWa {  }
 }@media only screen and (max-width: 763px) { #xxdtsZLIupOZ9rLt46IdVQsq169HqmNw #kMBb4gtBH0exvPwQ51nc0b36dOJf6M8x {  }
 }@media only screen and (max-width: 763px) { #xxdtsZLIupOZ9rLt46IdVQsq169HqmNw #tdz8ktuwHWR6uyLraltNpUr7EFWVGywH { display:block; }
 }@media only screen and (max-width: 763px) { #xxdtsZLIupOZ9rLt46IdVQsq169HqmNw #lilVZhiJ4MlVTBSTEAbckvqoHXEb8fwm {  }
 }@media only screen and (max-width: 763px) { #xxdtsZLIupOZ9rLt46IdVQsq169HqmNw #iWoPNEsDJEKd8EE0Oo7u7EqS20t45TVN {  }
 }@media only screen and (max-width: 763px) { #xxdtsZLIupOZ9rLt46IdVQsq169HqmNw #yk3TyQ4T4N9FN9x9Z6loN6y0gU76DV9d { display:block; }
 }@media only screen and (max-width: 763px) { #xxdtsZLIupOZ9rLt46IdVQsq169HqmNw #VIifoWKT5XEK4tOT2orksTAyqg8KButC {  }
 }@media only screen and (max-width: 763px) { #xxdtsZLIupOZ9rLt46IdVQsq169HqmNw #JLDdAVF7SPqGzS4iKVXnnHT3Hd7hzWaU {  }
 }@media only screen and (max-width: 763px) { #xxdtsZLIupOZ9rLt46IdVQsq169HqmNw #AGVWQ3QKz7rQnQzFx3oxLRl2ZUmWKKTo { display:block; }
 }@media only screen and (max-width: 763px) { #xxdtsZLIupOZ9rLt46IdVQsq169HqmNw #MP2kRbpOAGqTOiCVMhqm7zxTulMTTkWq {  }
 }@media only screen and (max-width: 763px) { #xxdtsZLIupOZ9rLt46IdVQsq169HqmNw #Z1hI0eZSMTIoR8nspdMZON1P7KhEQB77 {  }
 }@media only screen and (max-width: 763px) { #xxdtsZLIupOZ9rLt46IdVQsq169HqmNw #S6ZpBk3bzpBvTzubLADhKnBnasAAE37E { display:block; }
 }@media only screen and (max-width: 763px) { #xxdtsZLIupOZ9rLt46IdVQsq169HqmNw #zCHOm00vekAkzVIACIu2pTwUzvft53pd {  }
 }@media only screen and (max-width: 763px) { #xxdtsZLIupOZ9rLt46IdVQsq169HqmNw #GZSOuTEA4tgTLgxiweudHmIIi6NonffH {  }
 }@media only screen and (max-width: 763px) { #xxdtsZLIupOZ9rLt46IdVQsq169HqmNw #sf4BTbo45OiGKRZKEABAfHiOsin459sD {  }
 }@media only screen and (max-width: 763px) { #xxdtsZLIupOZ9rLt46IdVQsq169HqmNw #TTHo3rJ2snssKSKBxIwAsT3IMJVQiEPf {  }
 }@media only screen and (max-width: 763px) { #xxdtsZLIupOZ9rLt46IdVQsq169HqmNw #f1hKUPIay2OQTKRPBiZ1G1p6eyRlsQuF {  }
 }@media only screen and (max-width: 763px) { #xxdtsZLIupOZ9rLt46IdVQsq169HqmNw #dnCeeisWyIm0eUlPO3BMTWpm1tOUS7rl {  }
 }@media only screen and (max-width: 763px) { #xxdtsZLIupOZ9rLt46IdVQsq169HqmNw #vw5z0brkp0CUSC0PKwmZ4LeE4e0xT6fK {  }
 }@media only screen and (max-width: 763px) { #xxdtsZLIupOZ9rLt46IdVQsq169HqmNw #TI9xcVJypx0qbl2GI3r4CRhNx1Kf41kH {  }
 }@media only screen and (max-width: 763px) { #xxdtsZLIupOZ9rLt46IdVQsq169HqmNw #R39qyeXqLNDgUW08b7Dc3qWmrzHD2X0T {  }
 }@media only screen and (max-width: 763px) { #xxdtsZLIupOZ9rLt46IdVQsq169HqmNw #wOMEzxD2R08EiApQsMOoOA7olEU6lBx0 {  }
 }@media only screen and (max-width: 763px) { #xxdtsZLIupOZ9rLt46IdVQsq169HqmNw #H9OMTimDzWx4TC7IaDoVan2eV6qC7z8J {  }
 }@media only screen and (max-width: 763px) { #xxdtsZLIupOZ9rLt46IdVQsq169HqmNw #s4hD1BOdeP8SThV51hlSanLBxnw3ile5 {  }
 }@media only screen and (max-width: 763px) { #xxdtsZLIupOZ9rLt46IdVQsq169HqmNw #BeglqqVrlamXClGwvyQo0N5mThstwyzX {  }
 }@media only screen and (max-width: 763px) { #xxdtsZLIupOZ9rLt46IdVQsq169HqmNw #auPZRyR6N8HvhDWLRgFM6pCWkaCTbetP {  }
 }@media only screen and (max-width: 763px) { #xxdtsZLIupOZ9rLt46IdVQsq169HqmNw #VHZpTH0tS7WNllwvakdNAgqif1RGtCdG {  }
 }@media only screen and (max-width: 763px) { #Gm0UnLrkiWB8DfcsVhy26HTnvLGUbdvh { width:47.75rem;height:3.9rem;top:6.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbM79ePySWELXlbNgH0wHP6IGa5k9fMH { width:17.5rem;height:3.4375rem;top:55.5rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaBSDtQZyLbV4tixTWtHAZRt8L3kG7Ni { display:block; }
 }@media only screen and (max-width: 763px) { #ZDXxq0nJQgcQP97E6GFTXmXJzI8CGUGH { width:17.5rem;height:3.4375rem;top:55.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMNFDkbt2WV4yMJBx2CPsLiQVeu4Mf6m { display:block; }
 }@media only screen and (max-width: 763px) { #Xn6ay54Hr29NkEILlL7Sx26nd2MzUlX4 { width:21.125rem;height:3.4375rem;top:60.0625rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkVO9Nd0ikshNm5r4hDygHsAP7gcDLVM { display:block; }
 }@media only screen and (max-width: 763px) { #yh42v5QdLEAl9TELSDk94DO0FKDJxSy0 { width:26.125rem;height:3.4375rem;top:60.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKtaelDTxhBu0hE7t3QGmyrw1tKFqTxn { display:block; }
 }@media only screen and (max-width: 763px) { #snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob { display:block; }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MWx2VfZwoKnBdMstBZcMHwUdMDTWQgdU { width:33.5625rem;height:2.9375rem;top:1.375rem;left:0rem;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) { #rSOeuSfXgUJcsfM1OxGbee101fKRfzGn { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/83ea8f37-6329-47db-b865-476ccb8950a1/1.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn.adaptive-delivery-prevent-bg, #rSOeuSfXgUJcsfM1OxGbee101fKRfzGn.lazyload, #rSOeuSfXgUJcsfM1OxGbee101fKRfzGn.lazyloading { background-image: none; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row .container { background-color: transparent; background-image: none; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row .container > .video-iframe-container { display: none; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row > .video-iframe-container { display: none; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .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); }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row .container { width:20rem;height:73.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mGuJHzuwKcwVsMKQ2qatT6CuVJGwmyHz { width:20rem;height:3.25rem;top:15.9375rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #efTAKqRir5GfT7QHMGx6yWuliULXgsdl { width:20rem;height:6.25rem;top:21.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAkvHhFcBd7Q1gqMe2GbieDickJNGBoi { width:9.75rem;height:2.5625rem;top:65.9296875rem;left:0rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hkXCXhAd3AF1tBAoIRpT46pWkqZ2cvoM { display:block; }
 }@media only screen and (max-width: 763px) { #herrQ9QVhwe3pZ2xAnMSp5DKSGBPEFPl { width:11.4375rem;height:2.5625rem;top:70.929748535156rem;left:0rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AxgFbnTPZrqmlI8Mk3DQ1T4XvFGbyoqr { display:block; }
 }@media only screen and (max-width: 763px) { #BAiysCTtAdewo011O5cRTxV2TPD9U9KN { width:10.0625rem;height:2.0625rem;top:63.917186737063rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsVxhVkhL8zPItOKUm9CUDdrnqThIQ5F { display:block; }
 }@media only screen and (max-width: 763px) { #XiSwChvmLeES7HsDVbpda2valnrLGGf0 { width:11.9375rem;height:2.5625rem;top:68.4296875rem;left:0rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QntRG2OAguHknfysy6cTbL92kk5AseTF { display:block; }
 }@media only screen and (max-width: 763px) { #LQ4bu97p1grt1N001qi0PEWrvPixkKQd { width:20rem;height:14.1875rem;top:15.51953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #opqWE5vccJ4AS2ItKQBo8mUZcnXRE2qm { width:17.75rem;height:7.3125rem;top:0rem;left:2.3574380165289rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU { display:block; }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .row .container { width:20rem;height:140.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N3740k9suoZFCXgrDBaPJDa0Mg3gTlQu { width:20rem;height:20.25rem;top:9.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #duIc2gTvkP5yRH9FcA5tt9o27q8CXLoM { width:20rem;height:11.1875rem;top:31.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJmTQKIw5r7s8TQow2gGnTXT81yKruCV { width:19.75rem;height:14rem;top:30.374999046326rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jrzst5nHV6TLRHc6p6wIk8RgoE6NBP4t { width:20rem;height:21.9375rem;top:45.687504768372rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcVh0kR0i4Hns6RfX1BFFCBrVxmANbr5 { width:20rem;height:18.3125rem;top:67.786719322206rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iThArXvSrbkIDra9oPC1o158TzHOrc4N { width:20rem;height:13.5rem;top:87.36718559265rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wb9g3bQTt4e0WqAoBCy3sPlky49McHDE { width:20rem;height:3.375rem;top:117.7392578125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkAyLgVlkFz2ewqXg0iSCP5moaVFh7iS { width:20rem;height:1.125rem;top:1.8359375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVTo7ZMsBuFzEgBoK4GWtDi2kGIgDATk { width:20rem;height:5.375rem;top:3.8374996185302rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #KC9S3fvb5v4sS4A2cQTu6u42udo9IiRQ { width:20rem;height:9.625rem;top:103.36797142029rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UT6qfzWlEZdrUtkCM45GR2GhydD0am7q { width:5.625rem;height:1.125rem;top:115.4892578125rem;left:14.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOlp3z6Uw2w0Woms1GExgZeVGzhSB186 { width:20rem;height:16.875rem;top:122.36406230926rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXe1cWQhvhB5pro8kPzu0qEbBW1lf6ch { display:block; }#MXe1cWQhvhB5pro8kPzu0qEbBW1lf6ch > .row .container { width:20rem;height:6.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ucQKNCSQeWi0Gn3sDCSBvyTBlHwiwz0A { width:17.8125rem;height:1.75rem;top:1.1875rem;left:1.0929687619209rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMmsSTNUe78QTx9MAm5Pn1xBPxx4ua66 { display:block; }#PMmsSTNUe78QTx9MAm5Pn1xBPxx4ua66 > .row .container { width:20rem;height:6.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ftFScZT4VMx1LykHZ7J2ZXZ6O7Dze46b { width:6rem;height:1.75rem;top:0.875rem;left:7rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uo4VT5gz9otf6OSRtEnCfMetGXHC6Mc7 { width:14.4375rem;height:2rem;top:2.6748046875rem;left:2.78125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZoTay9nHcZhdhc6Kq41VKV3bpVcIHFDx { display:block; }#ZoTay9nHcZhdhc6Kq41VKV3bpVcIHFDx > .row .container { width:20rem;height:10.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V7WzCPsnbVkUGHvoGLo8ZQKFGU1crhSe { width:6rem;height:1.75rem;top:0.7998046875rem;left:7rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHa2JEMMWLaIhiPLLKnUgCBIF1VT2iWZ { width:18.625rem;height:6rem;top:3.28515625rem;left:0.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IrmmzppgtWpiAuVXGu6VnRwZI64xtgmg { width:20rem;height:0;top:0.7998046875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FUsa3rxJf1T29XUvtUR7vAOEccTg9gT8 { display:block; }#FUsa3rxJf1T29XUvtUR7vAOEccTg9gT8 > .row .container { width:20rem;height:11.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kzQPC5fwko2Nu8PBmMIaIHot7aP3KRVL { width:6rem;height:1.75rem;top:0.7998046875rem;left:7rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMCBMPsw8C0VnlgWXV2em7isDQ9QlP1h { width:18.625rem;height:6rem;top:3.28515625rem;left:0.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tXbA4Vw7kdGwQIWJCtXTyoNUqKKRPJyp { width:20rem;height:0;top:0.7998046875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G2iaXt5KxCr1GpTyeoazxgb5pt5qk70r { display:block; }#G2iaXt5KxCr1GpTyeoazxgb5pt5qk70r > .row .container { width:20rem;height:13.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dKEc0cdbw4AF4o4hXU8XI5PF7Iq9Q7ly { width:6rem;height:1.75rem;top:1.5rem;left:7rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWMetKUcLAW4MMX9kygJirCHD9zlv3oD { width:18.625rem;height:2rem;top:4.22265625rem;left:1.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rWBnTKeGhxN08LpNhZzCQFlUOtzuQBTI { width:20rem;height:0;top:0.7998046875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nSyN2FOdyK9sSI9B1cEv4AryxoCbNkqP { width:18.625rem;height:6rem;top:4.22265625rem;left:0.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Or6ufE1nJxSP5FZnztKfRzKb9ii17Tdc { display:block; }#Or6ufE1nJxSP5FZnztKfRzKb9ii17Tdc > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4NTpilfWvrImvBcQ2ITicK5wP9sPkRB { width:6rem;height:1.75rem;top:1.5625rem;left:7rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGkfKLFqUAeTiq6z9fdACDxkM4wCPvrE { width:20rem;height:0;top:0.7998046875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H7ddnwnp7W4fLEwtHo7lkL9nWgaJVIkE { width:18.625rem;height:8rem;top:4.41015625rem;left:0.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CdGUhlTT0Al4HnXphcoobr9XVyQa8hcr { display:block; }#CdGUhlTT0Al4HnXphcoobr9XVyQa8hcr > .row .container { width:20rem;height:12.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XeZsTrGAIwC1eOCRnbnuUTTXez0zXuXo { width:6rem;height:1.75rem;top:0.7998046875rem;left:7rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJbMm5lBds4KHr81Sxf4M7tgxAvBowdE { width:20rem;height:0;top:0.7998046875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wftDkiN5fNvSq7cZm22Vv4GUR7w1JHrG { width:20rem;height:6rem;top:4.425rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SwCoQLHQoHCyWyyui2dtnu9h7f7Nu37n { display:block; }#SwCoQLHQoHCyWyyui2dtnu9h7f7Nu37n > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RocLnTvZSzZZzfbt46hpD4EP4QrlJweF { width:6rem;height:1.75rem;top:1.8125rem;left:7rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeEKRlzFfVqWkfmggv8SmJ6QxMDgQyd1 { width:20rem;height:0;top:0.7998046875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lkfX6GRePNnb0cZ9Kk6rRcgZIvzq2zyw { width:20rem;height:8rem;top:4.2210936546326rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kMWxMa6L4bN6w0n5FeCdyaSEExlJCT0T { display:block; }#kMWxMa6L4bN6w0n5FeCdyaSEExlJCT0T > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WDMfQkkna0AnrWGpIdPWZP4z2Ddrc6RB { width:6rem;height:1.75rem;top:0.7998046875rem;left:7rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2RHcyGJAXyhkCi2Zgoh0izc07g3uBhB { width:20rem;height:0;top:0.7998046875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V5AWqv3DfQLTqbT7k47JdFTTZyHLK4Uf { width:18.625rem;height:10rem;top:4.28515625rem;left:0.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AsTki6gIl8fiVNAOM8s7ExMQo6Pffq9J { display:block; }#AsTki6gIl8fiVNAOM8s7ExMQo6Pffq9J > .row .container { width:20rem;height:6.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DPHgxx7MalxRiRkk7HlrV8vRikdBtwET { width:6rem;height:1.75rem;top:1.625rem;left:7rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3E5LEPayRq9vuWokXkCrnIIPNx5PVwm { width:20rem;height:0;top:0.7998046875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DdL5oIAsDLDRZWPgw2CmwtJGpQHMnQdf { width:18.625rem;height:2rem;top:3.287109375rem;left:0.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nMJgGScXkLFORZwnZFkUTKuTGgsLiOyA { display:block; }#nMJgGScXkLFORZwnZFkUTKuTGgsLiOyA > .row .container { width:20rem;height:10.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TaPL45hyAQX85SbcL3nLgLxHk96BV9EX { width:6rem;height:1.75rem;top:1.375rem;left:7rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEBVhWEBqa6sSlnfZ8Uq3K61mRKkGyaa { width:20rem;height:0;top:0.7998046875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vSFvJoTpfzs22ECU42U6i94TRglVdyST { width:20rem;height:6rem;top:4.425rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BXbH7MT3Qv09pFpcV89hQtCyeWd67iyv { display:block; }#BXbH7MT3Qv09pFpcV89hQtCyeWd67iyv > .row .container { width:20rem;height:12.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M0XRKbWpcIcw46UzUTeGWwUcA8QNtC03 { width:6rem;height:1.75rem;top:1.375rem;left:7rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZb6pOi4fgIfr1EQlqNtM2lk3JXKmdOd { width:20rem;height:0;top:0.7998046875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VuNMifo5lx15A4XsTTHnlllEaVsWTJCc { width:18.625rem;height:8rem;top:3.22265625rem;left:0.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f7CJ0OF9axP0fVkrOOdmX2zPp0ZHG9gn { display:block; }#f7CJ0OF9axP0fVkrOOdmX2zPp0ZHG9gn > .row .container { width:20rem;height:14.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IlRIIVHTqQEByzTpBuuJ4xHOqLPknV1u { width:6rem;height:1.75rem;top:1.375rem;left:7rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpbNUQMFwfXKDP9sphQisZbKbmidRane { width:20rem;height:0;top:0.7998046875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uRlmIunZfOABv3XFMeICeDscRJaTDPgn { width:20rem;height:10rem;top:4.425rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BWycPaxZCVKqv6qw85M6ITpm4oWIVyfW { display:block; }#BWycPaxZCVKqv6qw85M6ITpm4oWIVyfW > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ryq3ETNeconBSTahO5UJaKvvVh7KibHv { width:6rem;height:1.75rem;top:1.375rem;left:7rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pd1MoS1TEnfIOfQdM6iC2VF2cHqSx7lh { width:20rem;height:0;top:0.7998046875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LTieLltGdEmTdcvDKD0COpsgBzhUO13n { width:20rem;height:6rem;top:4.425rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #svTaUyB0r8XRHP8O7HwQKF8kzSLCKRTP { display:block; }#svTaUyB0r8XRHP8O7HwQKF8kzSLCKRTP > .row .container { width:20rem;height:18.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uzRi2zw80CBlMgw48qimuFC4ovxtvDJE { width:6rem;height:1.75rem;top:1.375rem;left:7rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6mIL1fTtoWnyWOB057KH53cPZGMVGr7 { width:20rem;height:0;top:0.7998046875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K4ptCASo5Lxost8MbkaipOTe7kRCwHm3 { width:20rem;height:6rem;top:4.425rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GOm2VLrIvecAD4iTsPbNKzyaA2XTh2pc { display:block; }#GOm2VLrIvecAD4iTsPbNKzyaA2XTh2pc > .row .container { width:20rem;height:13.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F5IzoODR3P102QVRb7s39eQsTWZENr1M { width:6rem;height:1.75rem;top:1.375rem;left:7rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfZzQg5Q8UzuCSGkssVx90bfJ1gkNPHr { width:20rem;height:0;top:0.7998046875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mBEydDPG3QeiVQfRTk1yvIymt64bTfIa { width:20rem;height:8rem;top:4.675rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ooetWmVy6tC8s5AdF0ZFuPDAEPGUnMk0 { display:block; }#ooetWmVy6tC8s5AdF0ZFuPDAEPGUnMk0 > .row .container { width:20rem;height:13.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eyA7VOEn82ri50N4ebQKcP7SpWTQMwLa { width:6rem;height:1.75rem;top:1.375rem;left:7rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fV8aQ6BudBQCt6lQ76eFqgg1oc1VKa2U { width:20rem;height:0;top:0.7998046875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ExuxsuAQPDZLiCFazcda4Cugpceo1RPe { width:20rem;height:2rem;top:4.675rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uF5OCegtiaJi8LgBCgESNv6LZTTbsfGU { display:block; }#uF5OCegtiaJi8LgBCgESNv6LZTTbsfGU > .row .container { width:20rem;height:573.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fME8ZTTarLkaf9ZhsJQCdElp5psfTd5S { width:20rem;height:2.0625rem;top:1.0625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tzbg4MgQqrJ4VTinSoTzTZdEwhDn7xAK { width:8.25rem;height:0.375rem;top:3.8125rem;left:5.8750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukbJ23wq1TbloaUQsPVXFWEUQUFubI4r { width:20rem;height:60.75rem;top:14.40625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Df7SQ5rgEpLMWWZT7zBRAGLcwqvszcFk { width:13.6875rem;height:3.25rem;top:17.723437786103rem;left:3.1562500596046rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZsOo53hErKKnm1TlKlTpd7SqGGgrdpP1 { width:20rem;height:74.5625rem;top:80.217176437375rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #50a0a5, #000000);background-image: -moz-linear-gradient(180deg, #50a0a5, #000000);background-image: -ms-linear-gradient(180deg, #50a0a5, #000000);background-image: -o-linear-gradient(180deg, #50a0a5, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#50a0a5', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#50a0a5', endColorstr='#000000' );";background-image: linear-gradient(180deg, #50a0a5, #000000);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #SnC0upAuNooJ3rWg2DeqlWHyTqRpwmEu { width:18.9375rem;height:50rem;top:21.974200725556rem;left:0.53046876192093rem;font-size:1rem;text-align:justify;text-align-last:initial;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TBPWQdGSbta7UobBBi6zAOuunTcR0vJf { width:14.3125rem;height:3.25rem;top:165.38828468323rem;left:3.7992187142372rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQbplMLuzMJqIcSze06eZiRan2Z442SV { width:18.9375rem;height:45rem;top:98.966796875rem;left:0.53125rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #tPagskoa6RwOumrk2f6cBZJAokJNx74b { width:18.625rem;height:37.5rem;top:168.02579116821rem;left:0.68671876192094rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7Ic59HHLJZtyh64SnXrQ2GqGFqaDnsh { width:20rem;height:47.75rem;top:160.38597106934rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcu3poU7RCUZvFq4wzcTFBWUW1QI49cB { width:20rem;height:24.8125rem;top:316.70077514649rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqTNnoIvpbAehkZPRK2bLSJ9HDeFIAK3 { width:9.5625rem;height:9.5625rem;top:155.82652282715rem;left:5.2187500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDzkGwGQAMMLfKbxumA6OOb3zzc8iS51 { width:13.4375rem;height:1.625rem;top:219.70077896118rem;left:4.1742187142372rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcgNmE3fRtT9fryIpNTcnHLAgmZ07N4s { width:18.0625rem;height:30rem;top:222.26249694824rem;left:0.96796876192094rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwJVaDLcILGbo5UF0uDTknTFO1UTH9MX { width:20rem;height:50.5625rem;top:260.15547180176rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMEAvsmfZqvlQDAISX4fHn1cznp47f5n { width:16.5rem;height:1.625rem;top:480.31565570831rem;left:2.6875000596046rem;font-size:1.25rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #K3wQvouOmfgVrxe2JsIUEL9Asnppa3Gq { width:17.875rem;height:17.5rem;top:482.45468711853rem;left:1.0617187619209rem;font-size:1rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #NlGkFzSmf66zQ246ehFT51pXQVnwiIfq { width:20rem;height:29.6875rem;top:392.49377441406rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HymD0tFRJ87IX35rkM0rzOzyq1vq9x0u { width:13.3125rem;height:1.625rem;top:398.53515052796rem;left:5.8750000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #URn1ohIugUf4Or1GKCBLW0UKdSB4v2AJ { width:18.625rem;height:20rem;top:400.79141235351rem;left:0.68671876192094rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQ9EDsHXDahwnslsXl2u8GkDcngQVfoG { width:20rem;height:40.1875rem;top:214.23515319824rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKnJrnuChtL4NJTyt1uoaGBPNpsxiAhQ { width:16rem;height:1.625rem;top:352.43676185608rem;left:2.0000000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEm6tp0Aqlyv5Bnx6Lp9ksbfmAF7m21t { width:8.5625rem;height:8.5625rem;top:422.67814350128rem;left:5.7187500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #LntrOFRPak0PJgUzvqqFrRT1qdNh8tzq { width:19rem;height:30rem;top:354.6125125885rem;left:0.49921876192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2UyZ0WEO50IbKerlnHVci7fkQpqzh0q { width:20rem;height:39.9375rem;top:428.05470657349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gU0VRSS5gCoGAXucAkCVnTVIIN5P6OUI { width:19.25rem;height:1.625rem;top:432.26642417907rem;left:0.74921876192094rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMNF4XLBSre8XM764UrwJFIFvrWXy0Ig { width:18.6875rem;height:31.25rem;top:434.40705013275rem;left:0.65546876192094rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wv2pBTsOt7FzpmH2Qr1gGO6JgN6WUa62 { width:20rem;height:39.125rem;top:347.26328849792rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvgTkcip2NNGcdZTUlZ4blqC6HkTMUel { width:16.1875rem;height:1.625rem;top:263.41643714905rem;left:1.9062500596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLyRNaxgDXUKLrd7odwKs2l8fUHUTCXm { width:7.6875rem;height:7.4375rem;top:255.97892475128rem;left:6.1562500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsC2nyDxl1zyVEsxmWfhTTSXQHoKhgPv { width:18.75rem;height:42.5rem;top:265.77422142029rem;left:0.62421876192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtFSMCd5gFqJmuakctVv8MKE0qpJrloX { width:18.9375rem;height:1.625rem;top:320.93515014649rem;left:1.0624999403954rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cex2hlVDg9rmAMcr3i6vXL903Oi7U8JS { width:18.6875rem;height:16.25rem;top:323.51015090943rem;left:0.65546876192094rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJKAZdmAw7RUtNk5Uy4TZrUibyolaG8s { width:10.1875rem;height:10.1875rem;top:387.84765052796rem;left:4.9062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #mreUrzPK11PC4XzZOvbhTr0vmQmaNT4c { width:10.125rem;height:10.125rem;top:7.0234375rem;left:4.9375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lquulzq1WiQe0W9ziENrMAg8KRpJdl7N { width:9.5625rem;height:9.5625rem;top:209.31562232971rem;left:5.2187500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlpCwEwywzZblUhPCrvK6Ro6bZ0dyVdZ { width:7.9375rem;height:9.1875rem;top:81.03125rem;left:6.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBmBN5lbX8FzevURSFUW08Z0ukTUqvES { width:9.875rem;height:9.875rem;top:469.56639480591rem;left:5.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #v24e762xfTZbF9K6EiwndGInlNMT4CFU { width:9.125rem;height:9.125rem;top:342.50000572204rem;left:5.4375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #yM0PMi8UerRZ2vrr6H9I3r2OEieuSRT9 { width:9.0625rem;height:9.1875rem;top:311.74918270111rem;left:5.4687500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWpHuvLrzHpizlW6uG87JniiATLWlPR2 { width:20rem;height:26.6875rem;top:507.65704917907rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtZOxs6RxkVLm5cfzI1407cuVQv0VlqJ { width:18.5rem;height:23.75rem;top:546.2078371048rem;left:0.74921876192094rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2mcpEq9UFBSQqJ4ggMyuyBZBfP2nHab { width:12.5rem;height:1.625rem;top:543.99533700943rem;left:5.1117187142372rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZhsUWqIrTWAmB8Fvp4FdhXTzuk9QAHN { width:8.875rem;height:8.875rem;top:535.12183952331rem;left:5.8750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFogC19JPdQV3kKICJHKlFcJHSyVbCtO { width:20rem;height:32.1875rem;top:539.69145011902rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pryzqyigl0lLcwLRW03pVMS4M9tfw8ui { width:18.6875rem;height:17.5rem;top:515.15078735351rem;left:0.65546876192094rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1DrXn4OhlTa9UEBU7sTxlvT20y8SNyu { width:16.6875rem;height:1.625rem;top:513.01016235351rem;left:1.6562500596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmimSakz3R7qtPlUdwyfUsWm7vKDzR8f { width:9.8125rem;height:9.8125rem;top:502.12892436981rem;left:5.8750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #i29cwcmf7JNSwPq2KWJkmb7PeakoOhau { width:13.5625rem;height:1.625rem;top:93.7529296875rem;left:4.173828125rem;font-size:1.25rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #yoWEvlO7nShKNQ87GlaBxcC6UMzbgV34 { width:20rem;height:3.25rem;top:568.69140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofPaPuyThpKpe37igdIE3fvCSu1Dd6x5 { width:20rem;height:25.8125rem;top:475.41719436646rem;left:0rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #wBImOMp1ayefdWSPB8UrF4shf5zPLE1x { display:block; }#wBImOMp1ayefdWSPB8UrF4shf5zPLE1x > .row .container { width:20rem;height:51.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AlBcT8ZB6FuGJlWsfhX0IsPPlEBmJB1O { width:12.5rem;height:0;top:39.3125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsmnRTXpZk2tLsmdmAFRoDRSbPVIviIX { width:8.8125rem;height:4.125rem;top:1.375rem;left:5.59375rem;font-size:1.625rem;text-align:center;text-align-last:center;color:#07464a;display:block; }
 }@media only screen and (max-width: 763px) { #I5NXV0COlOpJLH2DaC2apnFEeORSdSkr { width:8.25rem;height:0.375rem;top:6.1123046875rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #ffffff, #000000);background-image: -moz-linear-gradient(339deg, #ffffff, #000000);background-image: -ms-linear-gradient(339deg, #ffffff, #000000);background-image: -o-linear-gradient(339deg, #ffffff, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000' );";background-image: linear-gradient(339deg, #ffffff, #000000);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #hlea531EnmxzaWvXdNAXCN2izW26dUZc { width:20rem;height:13.3125rem;top:29.724609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxAGByT1z3bbZIKK2dd3t8XOrVi0gSfb { width:20rem;height:2.0625rem;top:23.505859375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;color:#07464a;display:block; }
 }@media only screen and (max-width: 763px) { #rgnOl9ixsTCugfTqBxe1nDJo62a63lsG { width:8.25rem;height:0.375rem;top:26.537109375rem;left:5.875rem;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #ffffff, #000000);background-image: -moz-linear-gradient(339deg, #ffffff, #000000);background-image: -ms-linear-gradient(339deg, #ffffff, #000000);background-image: -o-linear-gradient(339deg, #ffffff, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000' );";background-image: linear-gradient(339deg, #ffffff, #000000);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #AMnO1WZlB8f8J4KLgIirriLQdUDFFasc { width:15.1875rem;height:15.1875rem;top:7.224609375rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzroTMNq1WtXG3lVmwTddF4lPm4AJwUi { width:11.875rem;height:2.5625rem;top:18.599609375rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9QVgclTOFwmByoqIDz0VqHwSp8TSqA5 { display:block; }
 }@media only screen and (max-width: 763px) { #nNTLouTTGPECNZqI0Cs1QRD5k9qhfP2P { width:11.875rem;height:2.5625rem;top:46.537109375rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZzlNaUlwSmqKhNCCKThewcRoEmFZPXV { display:block; }
 }@media only screen and (max-width: 763px) { #BTP1yq344BwBWu5ashZAlrxMxs9ev2xl { display:block; }#BTP1yq344BwBWu5ashZAlrxMxs9ev2xl > .row .container { width:20rem;height:106.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZvIq1OCH2WaUBe14550c7oTbShx3WfRX { width:20rem;height:2.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiAKEancl7fTGwvmqFlSLtoR0C94wskA { width:20rem;height:1.25rem;top:1.9812507629394rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fmw5ehUgL8x4xsMQuqxCZKp26oiXfqmc { width:20rem;height:5.6875rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPwSWD8T9exIdloLJ45O77oPptb6atis { width:20rem;height:6.25rem;top:5.3062496185303rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iele4oqBldJKQCpTCILsNSoXoDv9SacL { width:20rem;height:5.6875rem;top:13.05624961853rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIg1qG2ZBJphSRdnfHlDTM3y4woqcM93 { width:20rem;height:5.6875rem;top:21.050000190735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZU9iS6uBG7V3ihIizpOs6e5RHDtqgli { width:20rem;height:5.6875rem;top:27.987500190735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkD2Dby66AEESsJOWEg6wfkTZUwVzeWq { width:20rem;height:5.6875rem;top:35.981251716614rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaA4C34Pq25yGNvdKKMo8zAT3VITW98W { width:20rem;height:5.6875rem;top:42.918751716614rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFEp3cDoBFQ6atqQ2S0mUxq5KKal3FDm { width:20rem;height:6.25rem;top:13.300000190735rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EB876UTrWOTo4Srq1NaZdIRXgwFXo7aB { width:20rem;height:5rem;top:21.293751716614rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsTJcKsaayXuDfu3eVaxGS0c7mfkzwTQ { width:20rem;height:6.25rem;top:28.231251716614rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKRUkIC5rQ5xCrMc8QtiEbRAkDX6Iwg9 { width:20rem;height:5rem;top:36.225003242492rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVpCZMIp5kTsN6DCO6CoortEt2sidIV4 { width:20rem;height:5rem;top:43.162503242492rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcKhrmIQJwPPTviTTRX99m6EeaCplIlx { width:20rem;height:5.6875rem;top:94.5869140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWe34v2WUmiLvJad6ciEmrAreSGPFhNw { width:20rem;height:5rem;top:94.8310546875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnWLKAHZWyXqZhm8LnGA0MiKlBuIpOL6 { width:20rem;height:8.0625rem;top:86.134765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9hwcsMQ50XlXqep2IU0lq3mb5l0BEoP { width:20rem;height:7.5rem;top:86.3369140625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DB40rlUhP3WxxmEpkfZfvbPgvEto0Jus { width:20rem;height:7.4375rem;top:66.2744140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXKnssUNTtoQ5X2z3QvniH574zbCez1i { width:20rem;height:11.6875rem;top:74.0244140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VT6P7ttudZ3NQEC7mru2pNwGhzbTiGv1 { width:20rem;height:6.25rem;top:66.7431640625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgsfIEsXiG3dC4zb65OFBxlAl8HStXLE { width:19.25rem;height:10.6875rem;top:74.3837890625rem;left:0.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyu4rfEXQMDN4arMoTCBHJXlM0TFZraz { width:20rem;height:5.6875rem;top:49.8369140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #STDbhiC01zZg2c2mprrT4bzs6oHNSSO1 { width:20rem;height:3.75rem;top:50.7314453125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGlZkVuTefcFB5FAqBgpiC9fcP236LEp { width:20rem;height:8.875rem;top:56.7119140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3NHWw5XMfxLbHkR8NB2siZ4KB9HhfIG { width:20rem;height:7.5rem;top:57.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2XB9PhsrqoU1fUcEFXd8PTdRhvoyprp { width:20rem;height:6.125rem;top:100.7744140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQOPTHyKBWqPk35DcJJKKKIsQ4AJOT9g { width:20rem;height:5rem;top:100.79296875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ms5u0VFPKWf3PubDmMX7zq4bnRSQ4vIu { display:block; }#ms5u0VFPKWf3PubDmMX7zq4bnRSQ4vIu > .row .container { width:20rem;height:22.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pRZUJDBV1qcKBn8Za1L5u5Pmap4iHLWp { width:20rem;height:3.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLXon0x49OKAeDKbaUBXWFVwV3PT8oSl { width:20rem;height:2.5rem;top:1.9812507629394rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEfo4hHKxyGhxz8FCsUhXP6SF0kQvfRH { width:20rem;height:5.6875rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0K4ytcFfHZJsOr27qUbb5bk6veQlPZM { width:20rem;height:7.5rem;top:5.3062496185303rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p77IZAw4uc3R3daL7OhLMTZ36r7BX3MZ { width:20rem;height:5.6875rem;top:13.05624961853rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVdng7kICWeymFFk3H1n8rylXGNuSzbM { width:20rem;height:8.75rem;top:13.300000190735rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzmhTr5NC6oufGcP1AwWVDNAdv7BqSDc { display:block; }#UzmhTr5NC6oufGcP1AwWVDNAdv7BqSDc > .row .container { width:20rem;height:1.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A0TziRkATdR6itGCSmWGR4nzcb6hZ8Sq { display:block; }#A0TziRkATdR6itGCSmWGR4nzcb6hZ8Sq > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QX8kU6Tw3laBLc9I1AnwMiglBCRZylgN { width:20rem;height:8.75rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oM79AbE6Dgb3dKnOLSxAtd9JxfJyEGmu { display:block; }#oM79AbE6Dgb3dKnOLSxAtd9JxfJyEGmu > .row .container { width:20rem;height:90.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VpR6Fl7kIf4pefS6gmKdU4gXA5Dez79M { width:20rem;height:2rem;top:1.5625095367432rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxdtsZLIupOZ9rLt46IdVQsq169HqmNw .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#xxdtsZLIupOZ9rLt46IdVQsq169HqmNw .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xxdtsZLIupOZ9rLt46IdVQsq169HqmNw .widget-input-text {padding-top: 0; padding-bottom: 0;}#xxdtsZLIupOZ9rLt46IdVQsq169HqmNw .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xxdtsZLIupOZ9rLt46IdVQsq169HqmNw .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xxdtsZLIupOZ9rLt46IdVQsq169HqmNw .widget-input-select {padding-top: 0; padding-bottom: 0;}#xxdtsZLIupOZ9rLt46IdVQsq169HqmNw .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xxdtsZLIupOZ9rLt46IdVQsq169HqmNw .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xxdtsZLIupOZ9rLt46IdVQsq169HqmNw  { width:17.5rem;height:auto;top:8.671875rem;left:0rem; }
#xxdtsZLIupOZ9rLt46IdVQsq169HqmNw .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xxdtsZLIupOZ9rLt46IdVQsq169HqmNw {display:block;}#xxdtsZLIupOZ9rLt46IdVQsq169HqmNw { width:17.5rem;height:auto;top:8.671875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xxdtsZLIupOZ9rLt46IdVQsq169HqmNw #c4eWlwNawTQCdo8dbF0xnHrHblUizpdO {  }
 }@media only screen and (max-width: 763px) { #xxdtsZLIupOZ9rLt46IdVQsq169HqmNw #OmFsm3DeMwtJlbaRrfO7OUPF2DLQSuJM { display:block; }
 }@media only screen and (max-width: 763px) { #xxdtsZLIupOZ9rLt46IdVQsq169HqmNw #rIUHeA4KbmonJip3JxWEBLIxFFmNihWa {  }
 }@media only screen and (max-width: 763px) { #xxdtsZLIupOZ9rLt46IdVQsq169HqmNw #kMBb4gtBH0exvPwQ51nc0b36dOJf6M8x {  }
 }@media only screen and (max-width: 763px) { #xxdtsZLIupOZ9rLt46IdVQsq169HqmNw #tdz8ktuwHWR6uyLraltNpUr7EFWVGywH { display:block; }
 }@media only screen and (max-width: 763px) { #xxdtsZLIupOZ9rLt46IdVQsq169HqmNw #lilVZhiJ4MlVTBSTEAbckvqoHXEb8fwm {  }
 }@media only screen and (max-width: 763px) { #xxdtsZLIupOZ9rLt46IdVQsq169HqmNw #iWoPNEsDJEKd8EE0Oo7u7EqS20t45TVN {  }
 }@media only screen and (max-width: 763px) { #xxdtsZLIupOZ9rLt46IdVQsq169HqmNw #yk3TyQ4T4N9FN9x9Z6loN6y0gU76DV9d { display:block; }
 }@media only screen and (max-width: 763px) { #xxdtsZLIupOZ9rLt46IdVQsq169HqmNw #VIifoWKT5XEK4tOT2orksTAyqg8KButC {  }
 }@media only screen and (max-width: 763px) { #xxdtsZLIupOZ9rLt46IdVQsq169HqmNw #JLDdAVF7SPqGzS4iKVXnnHT3Hd7hzWaU {  }
 }@media only screen and (max-width: 763px) { #xxdtsZLIupOZ9rLt46IdVQsq169HqmNw #AGVWQ3QKz7rQnQzFx3oxLRl2ZUmWKKTo { display:block; }
 }@media only screen and (max-width: 763px) { #xxdtsZLIupOZ9rLt46IdVQsq169HqmNw #MP2kRbpOAGqTOiCVMhqm7zxTulMTTkWq {  }
 }@media only screen and (max-width: 763px) { #xxdtsZLIupOZ9rLt46IdVQsq169HqmNw #Z1hI0eZSMTIoR8nspdMZON1P7KhEQB77 {  }
 }@media only screen and (max-width: 763px) { #xxdtsZLIupOZ9rLt46IdVQsq169HqmNw #S6ZpBk3bzpBvTzubLADhKnBnasAAE37E { display:block; }
 }@media only screen and (max-width: 763px) { #xxdtsZLIupOZ9rLt46IdVQsq169HqmNw #zCHOm00vekAkzVIACIu2pTwUzvft53pd {  }
 }@media only screen and (max-width: 763px) { #xxdtsZLIupOZ9rLt46IdVQsq169HqmNw #GZSOuTEA4tgTLgxiweudHmIIi6NonffH {  }
 }@media only screen and (max-width: 763px) { #xxdtsZLIupOZ9rLt46IdVQsq169HqmNw #sf4BTbo45OiGKRZKEABAfHiOsin459sD {  }
 }@media only screen and (max-width: 763px) { #xxdtsZLIupOZ9rLt46IdVQsq169HqmNw #TTHo3rJ2snssKSKBxIwAsT3IMJVQiEPf {  }
 }@media only screen and (max-width: 763px) { #xxdtsZLIupOZ9rLt46IdVQsq169HqmNw #f1hKUPIay2OQTKRPBiZ1G1p6eyRlsQuF {  }
 }@media only screen and (max-width: 763px) { #xxdtsZLIupOZ9rLt46IdVQsq169HqmNw #dnCeeisWyIm0eUlPO3BMTWpm1tOUS7rl {  }
 }@media only screen and (max-width: 763px) { #xxdtsZLIupOZ9rLt46IdVQsq169HqmNw #vw5z0brkp0CUSC0PKwmZ4LeE4e0xT6fK {  }
 }@media only screen and (max-width: 763px) { #xxdtsZLIupOZ9rLt46IdVQsq169HqmNw #TI9xcVJypx0qbl2GI3r4CRhNx1Kf41kH {  }
 }@media only screen and (max-width: 763px) { #xxdtsZLIupOZ9rLt46IdVQsq169HqmNw #R39qyeXqLNDgUW08b7Dc3qWmrzHD2X0T {  }
 }@media only screen and (max-width: 763px) { #xxdtsZLIupOZ9rLt46IdVQsq169HqmNw #wOMEzxD2R08EiApQsMOoOA7olEU6lBx0 {  }
 }@media only screen and (max-width: 763px) { #xxdtsZLIupOZ9rLt46IdVQsq169HqmNw #H9OMTimDzWx4TC7IaDoVan2eV6qC7z8J {  }
 }@media only screen and (max-width: 763px) { #xxdtsZLIupOZ9rLt46IdVQsq169HqmNw #s4hD1BOdeP8SThV51hlSanLBxnw3ile5 {  }
 }@media only screen and (max-width: 763px) { #xxdtsZLIupOZ9rLt46IdVQsq169HqmNw #BeglqqVrlamXClGwvyQo0N5mThstwyzX {  }
 }@media only screen and (max-width: 763px) { #xxdtsZLIupOZ9rLt46IdVQsq169HqmNw #auPZRyR6N8HvhDWLRgFM6pCWkaCTbetP {  }
 }@media only screen and (max-width: 763px) { #xxdtsZLIupOZ9rLt46IdVQsq169HqmNw #VHZpTH0tS7WNllwvakdNAgqif1RGtCdG {  }
 }@media only screen and (max-width: 763px) { #Gm0UnLrkiWB8DfcsVhy26HTnvLGUbdvh { width:20rem;height:1.9375rem;top:4.1962890625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbM79ePySWELXlbNgH0wHP6IGa5k9fMH { width:17.5rem;height:3.4375rem;top:79.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaBSDtQZyLbV4tixTWtHAZRt8L3kG7Ni { display:block; }
 }@media only screen and (max-width: 763px) { #ZDXxq0nJQgcQP97E6GFTXmXJzI8CGUGH { width:17.5rem;height:3.4375rem;top:66.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMNFDkbt2WV4yMJBx2CPsLiQVeu4Mf6m { display:block; }
 }@media only screen and (max-width: 763px) { #Xn6ay54Hr29NkEILlL7Sx26nd2MzUlX4 { width:20rem;height:3.4375rem;top:84.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkVO9Nd0ikshNm5r4hDygHsAP7gcDLVM { display:block; }
 }@media only screen and (max-width: 763px) { #yh42v5QdLEAl9TELSDk94DO0FKDJxSy0 { width:19.8125rem;height:4.125rem;top:73.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKtaelDTxhBu0hE7t3QGmyrw1tKFqTxn { display:block; }
 }@media only screen and (max-width: 763px) { #snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob { display:block; }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob > .row .container { width:20rem;height:10.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MWx2VfZwoKnBdMstBZcMHwUdMDTWQgdU { width:20rem;height:4.3125rem;top:1.98681640625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }