.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#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); }#o5dTUDvte3hyDzNa7XdvV4CSoqqUWNG7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.62);background-image:url("https://images.assets-landingi.com/uc/b0d6207e-3ae4-4a08-876e-d2e6c34f9ce9/AdobeStock_665675951_2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#o5dTUDvte3hyDzNa7XdvV4CSoqqUWNG7.adaptive-delivery-prevent-bg, #o5dTUDvte3hyDzNa7XdvV4CSoqqUWNG7.lazyload, #o5dTUDvte3hyDzNa7XdvV4CSoqqUWNG7.lazyloading { background-image: none; }#o5dTUDvte3hyDzNa7XdvV4CSoqqUWNG7 > .row .container { background-color: transparent; background-image: none; }#o5dTUDvte3hyDzNa7XdvV4CSoqqUWNG7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o5dTUDvte3hyDzNa7XdvV4CSoqqUWNG7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o5dTUDvte3hyDzNa7XdvV4CSoqqUWNG7 > .row .container > .video-iframe-container { display: none; }#o5dTUDvte3hyDzNa7XdvV4CSoqqUWNG7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o5dTUDvte3hyDzNa7XdvV4CSoqqUWNG7 > .row > .video-iframe-container { display: none; }#o5dTUDvte3hyDzNa7XdvV4CSoqqUWNG7 > .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); }#o5dTUDvte3hyDzNa7XdvV4CSoqqUWNG7 > .row .container { border-width: 0; border-radius: 0; }#o5dTUDvte3hyDzNa7XdvV4CSoqqUWNG7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o5dTUDvte3hyDzNa7XdvV4CSoqqUWNG7 > .row .container { font-size:0.875rem;font-family:arial;height:41.6875rem;width:60rem;position:relative;display:block; }#hcI62rfvtR60b151r3MvqiIl4VITVPo3 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:18.75rem;top:2.8125rem;left:0rem;overflow:hidden;display:block; }
#GdFzJwVoemVeFP2rlD4hz53xybg8fXKK { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:3.21875rem;left:52.050001144409rem;overflow:hidden;display:block; }
#SFU1bRiRKSgd40B97wdACgnDQWim9bql { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:3.25rem;left:55rem;overflow:hidden;display:block; }
#cq859olHVwnpfXPgXNnwDFPRin2ewlTn { color:#ffffff;display:block;width:27.4375rem;position:absolute;font-family:montserrat;font-size:4rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:12.75rem;left:0rem;height:8rem;font-style:normal;display:block; }
#d5EwxofB9WWT32swzaLqJZM8kJLzG7aN { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:1.9375rem;top:32.0625rem;left:1.25rem;overflow:hidden;display:block; }
#vTsKEM1WmpzOtsR1MVw15DS6m9QebLDf { background-color:rgba(32,39,65,0.44);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;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:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:4.0625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:31.0625rem;left:0rem;display:block; }
#eX2RnwP1CcWtix6lP5Stx3wityNHyGSl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H5ETVV7wm4K4khWnTG89lx36v3sLwMfT { background-color:rgba(32,39,65,0.44);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;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:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:4.0625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:31.0625rem;left:21.8125rem;display:block; }
#cxyxWB12OPT4BMJAw7MTMU2JBBhqF0Hu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q48caApEd1TPqLTn5GWhJsMgugI52KKd { position:absolute;display:block;z-index:15015;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:2.3125rem;width:2.875rem;top:32rem;left:22.683595657349rem;overflow:hidden;display:block; }
#Gvg66dD0mo8xTSiivo7xSXfyg0dsidKP { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:3.21875rem;left:57.937498092651rem;overflow:hidden;display:block; }
#ERmnIqs00T2eN3lTpvHkd8LzQuTPlcnv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#202741;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; }#ERmnIqs00T2eN3lTpvHkd8LzQuTPlcnv > .row .container { background-color: transparent; background-image: none; }#ERmnIqs00T2eN3lTpvHkd8LzQuTPlcnv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERmnIqs00T2eN3lTpvHkd8LzQuTPlcnv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERmnIqs00T2eN3lTpvHkd8LzQuTPlcnv > .row .container > .video-iframe-container { display: none; }#ERmnIqs00T2eN3lTpvHkd8LzQuTPlcnv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERmnIqs00T2eN3lTpvHkd8LzQuTPlcnv > .row > .video-iframe-container { display: none; }#ERmnIqs00T2eN3lTpvHkd8LzQuTPlcnv > .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); }#ERmnIqs00T2eN3lTpvHkd8LzQuTPlcnv > .row .container { border-width: 0; border-radius: 0; }#ERmnIqs00T2eN3lTpvHkd8LzQuTPlcnv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ERmnIqs00T2eN3lTpvHkd8LzQuTPlcnv > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:60rem;position:relative;display:block; }#daUknV35leyq2pK6Wgzrgn3F1pVc4n6C { color:#ffffff;display:block;width:39.6875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.63671875rem;left:0rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VAe7Tfiyw39lzPuzzBJETCy36Rb3WZSp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d9ead3;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; }#VAe7Tfiyw39lzPuzzBJETCy36Rb3WZSp > .row .container { background-color: transparent; background-image: none; }#VAe7Tfiyw39lzPuzzBJETCy36Rb3WZSp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VAe7Tfiyw39lzPuzzBJETCy36Rb3WZSp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VAe7Tfiyw39lzPuzzBJETCy36Rb3WZSp > .row .container > .video-iframe-container { display: none; }#VAe7Tfiyw39lzPuzzBJETCy36Rb3WZSp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VAe7Tfiyw39lzPuzzBJETCy36Rb3WZSp > .row > .video-iframe-container { display: none; }#VAe7Tfiyw39lzPuzzBJETCy36Rb3WZSp > .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); }#VAe7Tfiyw39lzPuzzBJETCy36Rb3WZSp > .row .container { border-width: 0; border-radius: 0; }#VAe7Tfiyw39lzPuzzBJETCy36Rb3WZSp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VAe7Tfiyw39lzPuzzBJETCy36Rb3WZSp > .row .container { font-size:0.875rem;font-family:arial;height:47.9375rem;width:60rem;position:relative;display:block; }#r093b0ruuFIGTQ7J78Q4qcLuK0BmOd3Z { color:#4d4d4d;display:block;width:15.6875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:2.82421875rem;left:0rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PwNNwn1DUgQlInMDW3ggRIxTrwGD0yqt { background-color:transparent;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:#4d4d4d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.375rem;height:2.8125rem;text-decoration:none;z-index:15004;text-align:left;text-align-last:left;top:2.63671875rem;left:27.625001907349rem;display:block; }
#nGp8ry1THH8kNaBoTFFx63cffPxyhlBk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uExqL3L4XFdUmnHz0lm7ipQw1KZBAWi5 { background-color:transparent;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:#4d4d4d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.375rem;height:2.8125rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:5.38671875rem;left:27.625001907349rem;display:block; }
#HMNIaBerToZNyMTAqD4qmoPVVdIT5AT0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Qq02S7lHBhlMTanaL1kJ4Eqt7Zw38cyJ { background-color:transparent;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:#4d4d4d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.375rem;height:2.8125rem;text-decoration:none;z-index:15006;text-align:left;text-align-last:left;top:8.19921875rem;left:27.625001907349rem;display:block; }
#I5DyKh9Q1TuTB4b9k277JPPD0hmGLAA5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cDcaWW8IVTrgrEhsPmJW4s5K1lCLPVog { background-color:transparent;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:#4d4d4d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.375rem;height:2.8125rem;text-decoration:none;z-index:15007;text-align:left;text-align-last:left;top:11.01171875rem;left:27.625001907349rem;display:block; }
#CFXOeQHpBuZrMP2OCppDOaPnsTxkhvJ7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OmdPVHXbWhupAFInuelV1rRzIzkPWJ4U { background-color:transparent;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:#4d4d4d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.375rem;height:2.8125rem;text-decoration:none;z-index:15008;text-align:left;text-align-last:left;top:13.82421875rem;left:27.625001907349rem;display:block; }
#B9LSlei9s6c6wqoUUMTJBm4SHqzTt7w1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l5tyFJBid3iVPw0wi5tMSnMLzlZc6H8o { background-color:transparent;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:#4d4d4d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.375rem;height:2.8125rem;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:16.63671875rem;left:27.625001907349rem;display:block; }
#LyrN9BfhTIO8fbNBF9A1TaPBPvVo05Ju { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F6WmQTCuUFTTEXdgINPkIXZPWIp80HXB { background-color:transparent;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:#4d4d4d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.375rem;height:2.8125rem;text-decoration:none;z-index:15010;text-align:left;text-align-last:left;top:36.3125rem;left:27.625001907349rem;display:block; }
#ng5Ooz69VCAVtBG79CUHE2r8Gnmn1oqd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#egqrmxd6O1lgIgnHSd1EE4nuaou378ZP { background-color:transparent;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:#4d4d4d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.375rem;height:2.8125rem;text-decoration:none;z-index:15011;text-align:left;text-align-last:left;top:39.125rem;left:27.625001907349rem;display:block; }
#E7vBMnMtzaAaKFABq7W9G7uL4fIi4yPn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mxGVdLOTHSSQWMa3Mx2hfbAv6KrsGZPt { background-color:transparent;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:#4d4d4d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.375rem;height:2.8125rem;text-decoration:none;z-index:15012;text-align:left;text-align-last:left;top:41.9375rem;left:27.625001907349rem;display:block; }
#EbwkRTcdeLtkx0yMviCczWL64IbVh6A6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DxQADXxdcTSJ5tfWMTzSMrPp8CXuST8D { background-color:transparent;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:#4d4d4d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.375rem;height:2.8125rem;text-decoration:none;z-index:15015;text-align:left;text-align-last:left;top:19.4375rem;left:27.625001907349rem;display:block; }
#JhNeoemk4DHoN1erJ8uTWVTDFnKIZTRV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TiEvyDz2RNcCOu8f4TtT2TUa3FiyWiaw { background-color:transparent;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:#4d4d4d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.375rem;height:2.8125rem;text-decoration:none;z-index:15017;text-align:left;text-align-last:left;top:25.0625rem;left:27.625001907349rem;display:block; }
#XIRKX51ZkLiyX3Rb6gufg4UX1ZmqGph4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JAVKdoSlT9VOoTnxQ9murmZVPtBXdnHw { background-color:transparent;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:#4d4d4d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.375rem;height:2.8125rem;text-decoration:none;z-index:15017;text-align:left;text-align-last:left;top:27.875rem;left:27.625001907349rem;display:block; }
#N4CET8f5TZQuJg0WUPyndL1ZUrLCGF5V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GZ5a0Ivp2JfyxRTxmiduMHAncmQcZ80e { background-color:transparent;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:#4d4d4d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.375rem;height:2.8125rem;text-decoration:none;z-index:15018;text-align:left;text-align-last:left;top:30.6875rem;left:27.625001907349rem;display:block; }
#AQ5ttKL8PwQCR8lgJWqIVzhIMArmx3nL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HPxU9eZb60EDkr3MyJxbFSrpcc70LdBm { background-color:transparent;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:#4d4d4d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.375rem;height:2.8125rem;text-decoration:none;z-index:15019;text-align:left;text-align-last:left;top:33.5rem;left:27.625001907349rem;display:block; }
#fcQI3gB6ewGgs38dRcDnXSU5OkW897bg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mouV1ZMQPvWbZh5iUy0DAJXCohuzd0Fe { background-color:transparent;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:#4d4d4d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.375rem;height:2.8125rem;text-decoration:none;z-index:15007;text-align:left;text-align-last:left;top:22.26171875rem;left:27.625001907349rem;display:block; }
#JxTThR1zSidsu6FGs4BHleABWc2Nquye { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ENPFS5u5cCMdvxKU4HPTt5Mmd2xhlXqa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cfe1f3;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; }#ENPFS5u5cCMdvxKU4HPTt5Mmd2xhlXqa > .row .container { background-color: transparent; background-image: none; }#ENPFS5u5cCMdvxKU4HPTt5Mmd2xhlXqa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ENPFS5u5cCMdvxKU4HPTt5Mmd2xhlXqa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ENPFS5u5cCMdvxKU4HPTt5Mmd2xhlXqa > .row .container > .video-iframe-container { display: none; }#ENPFS5u5cCMdvxKU4HPTt5Mmd2xhlXqa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ENPFS5u5cCMdvxKU4HPTt5Mmd2xhlXqa > .row > .video-iframe-container { display: none; }#ENPFS5u5cCMdvxKU4HPTt5Mmd2xhlXqa > .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); }#ENPFS5u5cCMdvxKU4HPTt5Mmd2xhlXqa > .row .container { border-width: 0; border-radius: 0; }#ENPFS5u5cCMdvxKU4HPTt5Mmd2xhlXqa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ENPFS5u5cCMdvxKU4HPTt5Mmd2xhlXqa > .row .container { font-size:0.875rem;font-family:arial;height:52.25rem;width:60rem;position:relative;display:block; }#VwZy8TdAvvmwtNSwkMoMoRHqLlne7V70 { color:#4d4d4d;display:block;width:16.4375rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:2.57421875rem;left:0rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xgFxqc7JNanqhmeuXIl3sP8qTd3yhm2q { background-color:transparent;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:#4d4d4d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.5rem;height:5.875rem;text-decoration:none;z-index:15008;text-align:left;text-align-last:left;top:2.5625rem;left:27.5rem;display:block; }
#aOxh8OwHJ2XQt7HvUIiTJUZ56mMwdNSD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bX93eMo1LBUZ8oKKhxUiI4ELmg325BSE { background-color:transparent;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:#4d4d4d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.5rem;height:5.875rem;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:8.4375rem;left:27.5rem;display:block; }
#MAQ4l13DzTngacH9S2rOZxrHI0DkdI3v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KvqkdUFefvITVkeW3LTSldkEFvzw9tUI { background-color:transparent;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:#4d4d4d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.5rem;height:8rem;text-decoration:none;z-index:15010;text-align:left;text-align-last:left;top:14.3125rem;left:27.5rem;display:block; }
#vFgmtWuKyKWRpnxNkpWcexrSlSCiTXso { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nePurqK0yeMzeeGgeJTogOWnRWEQ4rcG { background-color:transparent;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:#4d4d4d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.5rem;height:4.375rem;text-decoration:none;z-index:15011;text-align:left;text-align-last:left;top:22.3125rem;left:27.5rem;display:block; }
#ORhdTET9PyEvWiUsZu5TQa0qcAN7afpc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aTlbIbSzB4iJsPTFiuDuogVO49vCwL5O { background-color:transparent;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:#4d4d4d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.5rem;height:4.375rem;text-decoration:none;z-index:15012;text-align:left;text-align-last:left;top:26.6875rem;left:27.5rem;display:block; }
#hyrwCgx9ZFc6EUGmQ7PssLf1IJJRwycy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R7O253svE6MleF2TrO5i6S2y0ukT9KQ4 { background-color:transparent;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:#4d4d4d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.5rem;height:2.8125rem;text-decoration:none;z-index:15013;text-align:left;text-align-last:left;top:31.0625rem;left:27.5rem;display:block; }
#CemUxtL2wzTuq008A6Pq75GIPVdsOs1a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eIW4nXa1v59R4Pt3P1ZWLe0iB9WPH1L5 { background-color:transparent;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:#4d4d4d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.5rem;height:2.8125rem;text-decoration:none;z-index:15014;text-align:left;text-align-last:left;top:33.875rem;left:27.5rem;display:block; }
#VHeep6XMDivUsZ1k5T0sVTU387HNH7yr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y20qTfTnkwRTOM8A3J19K6Adi6oVSt81 { background-color:transparent;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:#4d4d4d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.5rem;height:2.8125rem;text-decoration:none;z-index:15015;text-align:left;text-align-last:left;top:36.6875rem;left:27.5rem;display:block; }
#Ic0P3X8qJF7y0Pg7XgfqL84VbkDmUBMW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pr35TE2JwiP8M0SqVDnJlfw8984babAy { background-color:transparent;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:#4d4d4d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.5rem;height:2.8125rem;text-decoration:none;z-index:15016;text-align:left;text-align-last:left;top:39.5rem;left:27.5rem;display:block; }
#klk3QKmQs2c6akKMBaxsOm4gCktwArs2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DuGfBMrHsEbFTip5XKnmJx6PvbTHXrAn { background-color:transparent;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:#4d4d4d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.5rem;height:2.8125rem;text-decoration:none;z-index:15017;text-align:left;text-align-last:left;top:42.3125rem;left:27.5rem;display:block; }
#QZJPDyZl4OZRF1IAeKdnWUeFeIeaca4K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rrLTWs3Tx58ckNGF0T8m48WUFo1UG0Ek { background-color:transparent;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:#4d4d4d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.5rem;height:4.375rem;text-decoration:none;z-index:15012;text-align:left;text-align-last:left;top:45.125002384186rem;left:27.5rem;display:block; }
#pTAb9lyd86XDbdXn1ZDT5cXsLsVfumov { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WviQQEA4f10pxIeZMD2GusWD2aW4OHbC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fce4cd;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; }#WviQQEA4f10pxIeZMD2GusWD2aW4OHbC > .row .container { background-color: transparent; background-image: none; }#WviQQEA4f10pxIeZMD2GusWD2aW4OHbC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WviQQEA4f10pxIeZMD2GusWD2aW4OHbC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WviQQEA4f10pxIeZMD2GusWD2aW4OHbC > .row .container > .video-iframe-container { display: none; }#WviQQEA4f10pxIeZMD2GusWD2aW4OHbC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WviQQEA4f10pxIeZMD2GusWD2aW4OHbC > .row > .video-iframe-container { display: none; }#WviQQEA4f10pxIeZMD2GusWD2aW4OHbC > .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); }#WviQQEA4f10pxIeZMD2GusWD2aW4OHbC > .row .container { border-width: 0; border-radius: 0; }#WviQQEA4f10pxIeZMD2GusWD2aW4OHbC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WviQQEA4f10pxIeZMD2GusWD2aW4OHbC > .row .container { font-size:0.875rem;font-family:arial;height:41.625rem;width:60rem;position:relative;display:block; }#g0yrKiTb3PP4zsz8TpiEDut7uBZRLqWh { color:#4d4d4d;display:block;width:15.6875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:2.76171875rem;left:0rem;height:7.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ywz1w26SpWMwRWLFCVD79zAinSTpfDMm { background-color:transparent;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:#4d4d4d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.6875rem;height:4.375rem;text-decoration:none;z-index:15004;text-align:left;text-align-last:left;top:2.7617220878601rem;left:27.625001907349rem;display:block; }
#gLSfATXltpLSv1poigDTDS3kanx7Z4fl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xu4gNJ64GoyJ5cQe7Itt2eGGuATyi9AL { background-color:transparent;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:#4d4d4d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.6875rem;height:4.375rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:7.1367216110231rem;left:27.625001907349rem;display:block; }
#fTNvgyblodQt45hFdC9slUsmHqdJkNpO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zRDGX4DwPPsSO18DSr2nR9KmwIgNTF7r { background-color:transparent;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:#4d4d4d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.6875rem;height:4.375rem;text-decoration:none;z-index:15006;text-align:left;text-align-last:left;top:11.511718511581rem;left:27.625001907349rem;display:block; }
#mmT0GPRRzmd7XkByXm7BiF8J7RD3tqR6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GovNEMieJGKesUL4Q1r6Z6gfL3eXcH6L { background-color:transparent;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:#4d4d4d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.6875rem;height:4.375rem;text-decoration:none;z-index:15007;text-align:left;text-align-last:left;top:15.886719465256rem;left:27.625001907349rem;display:block; }
#A6hrogQtNtpMflTqkpN1QByr55pCNg0Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FTW9ZhfvmP9zzyboRzzQgyC9bxvmm8pF { background-color:transparent;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:#4d4d4d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.6875rem;height:4.375rem;text-decoration:none;z-index:15008;text-align:left;text-align-last:left;top:20.261719465256rem;left:27.625001907349rem;display:block; }
#AiC4RJbLoTqxfsMw3l7mFmgh7wtBpL3h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tpP8HJL2RnGXnPtTk7MO5TD40fUpPxft { background-color:transparent;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:#4d4d4d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.6875rem;height:2.8125rem;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:24.636719465256rem;left:27.625001907349rem;display:block; }
#kevTE1sswaghFAF1k6px5y3qFROc8rGT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i6WZPnIbudq2reKF1OghVwacxVqLS8w8 { background-color:transparent;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:#4d4d4d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.6875rem;height:4.375rem;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:27.449219465256rem;left:27.625001907349rem;display:block; }
#p8AZUHeoKNN3ybegXktBdIZFF7RJWpEL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vLIIlsxCmKkGtJmPLQUKqI2i2BIbNhiv { background-color:transparent;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:#4d4d4d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.6875rem;height:2.8125rem;text-decoration:none;z-index:15010;text-align:left;text-align-last:left;top:31.824219465256rem;left:27.625001907349rem;display:block; }
#d1ZkDeJ7hPh7f18NO72pRKECT6EGFtOb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Etn77KJQCPl8yXpNs7a1TggO80vuw6pU { background-color:transparent;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:#4d4d4d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.6875rem;height:4.375rem;text-decoration:none;z-index:15011;text-align:left;text-align-last:left;top:34.63671875rem;left:27.625001907349rem;display:block; }
#AZ38viQ6EBT4nUG8xirITRJ20RhrhAgO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lRoixgGEBBOFriFylVnIL1cbLPnd13LT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8d4e6;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; }#lRoixgGEBBOFriFylVnIL1cbLPnd13LT > .row .container { background-color: transparent; background-image: none; }#lRoixgGEBBOFriFylVnIL1cbLPnd13LT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lRoixgGEBBOFriFylVnIL1cbLPnd13LT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lRoixgGEBBOFriFylVnIL1cbLPnd13LT > .row .container > .video-iframe-container { display: none; }#lRoixgGEBBOFriFylVnIL1cbLPnd13LT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lRoixgGEBBOFriFylVnIL1cbLPnd13LT > .row > .video-iframe-container { display: none; }#lRoixgGEBBOFriFylVnIL1cbLPnd13LT > .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); }#lRoixgGEBBOFriFylVnIL1cbLPnd13LT > .row .container { border-width: 0; border-radius: 0; }#lRoixgGEBBOFriFylVnIL1cbLPnd13LT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lRoixgGEBBOFriFylVnIL1cbLPnd13LT > .row .container { font-size:0.875rem;font-family:arial;height:10.5625rem;width:60rem;position:relative;display:block; }#oH2fBOdtvPJpRVCTrTD915XNf2E2N69S { color:#4d4d4d;display:block;width:16.4375rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:2.57421875rem;left:0rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uWVTTOJM03EFymCguyHTmy46rg9UK9gQ { background-color:transparent;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:#4d4d4d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.5rem;height:2.8125rem;text-decoration:none;z-index:15006;text-align:left;text-align-last:left;top:2.38671875rem;left:27.5rem;display:block; }
#giyTh5NrwwWcKqHHITcsOn6UQT2fwgUz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zm2kVkBVcwVaN5hN7PfTdm5rw2SZZTh9 { background-color:transparent;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:#4d4d4d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.5rem;height:2.8125rem;text-decoration:none;z-index:15007;text-align:left;text-align-last:left;top:5.1992206573486rem;left:27.500001907349rem;display:block; }
#Ni0JmdbRO7crwHgZ3J4MDcgVACQJvRVw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wnM7cXETsfPWT2I0FybKnuNgOEbSk9P2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#202741;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; }#wnM7cXETsfPWT2I0FybKnuNgOEbSk9P2 > .row .container { background-color: transparent; background-image: none; }#wnM7cXETsfPWT2I0FybKnuNgOEbSk9P2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wnM7cXETsfPWT2I0FybKnuNgOEbSk9P2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wnM7cXETsfPWT2I0FybKnuNgOEbSk9P2 > .row .container > .video-iframe-container { display: none; }#wnM7cXETsfPWT2I0FybKnuNgOEbSk9P2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wnM7cXETsfPWT2I0FybKnuNgOEbSk9P2 > .row > .video-iframe-container { display: none; }#wnM7cXETsfPWT2I0FybKnuNgOEbSk9P2 > .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); }#wnM7cXETsfPWT2I0FybKnuNgOEbSk9P2 > .row .container { border-width: 0; border-radius: 0; }#wnM7cXETsfPWT2I0FybKnuNgOEbSk9P2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wnM7cXETsfPWT2I0FybKnuNgOEbSk9P2 > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:60rem;position:relative;display:block; }#riEsRpGEySCfBVd2cmDCVIreI0u6J0H0 { color:#ffffff;display:block;width:39.6875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.63671875rem;left:0rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BEhiXIFfpMyz5M7sgu8vqvTwCyBpbMqi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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; }#BEhiXIFfpMyz5M7sgu8vqvTwCyBpbMqi > .row .container { background-color: transparent; background-image: none; }#BEhiXIFfpMyz5M7sgu8vqvTwCyBpbMqi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BEhiXIFfpMyz5M7sgu8vqvTwCyBpbMqi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BEhiXIFfpMyz5M7sgu8vqvTwCyBpbMqi > .row .container > .video-iframe-container { display: none; }#BEhiXIFfpMyz5M7sgu8vqvTwCyBpbMqi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BEhiXIFfpMyz5M7sgu8vqvTwCyBpbMqi > .row > .video-iframe-container { display: none; }#BEhiXIFfpMyz5M7sgu8vqvTwCyBpbMqi > .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); }#BEhiXIFfpMyz5M7sgu8vqvTwCyBpbMqi > .row .container { border-width: 0; border-radius: 0; }#BEhiXIFfpMyz5M7sgu8vqvTwCyBpbMqi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BEhiXIFfpMyz5M7sgu8vqvTwCyBpbMqi > .row .container { font-size:0.875rem;font-family:arial;height:30.125rem;width:60rem;position:relative;display:block; }#TOZ5hAcJ6dWxVeWstgn4lHMDmp1OQd79 { color:#4d4d4d;display:block;width:13.375rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:2.57421875rem;left:0rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sFeTyWbhnTSuGmrFLn4ER1on0GJtw3m0 { background-color:transparent;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:#4d4d4d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.5rem;height:2.8125rem;text-decoration:none;z-index:15003;text-align:left;text-align-last:left;top:2.38671875rem;left:27.5rem;display:block; }
#FsGi0OKL3G7ns4Z53q3LHIrh7MhhBNLm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FiO2EaKW4CK1CnaIebTQcaNygGo1ELn7 { background-color:transparent;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:#4d4d4d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.5rem;height:2.8125rem;text-decoration:none;z-index:15027;text-align:left;text-align-last:left;top:13.46875rem;left:27.500001907349rem;display:block; }
#TxtSd8PNImcqzAzv2dEO3mu2VA7z9qMA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PZtXqckfWhDVAUVahJuJOtsCwJLVfyST { background-color:transparent;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:#4d4d4d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.5rem;height:2.8125rem;text-decoration:none;z-index:15026;text-align:left;text-align-last:left;top:24.6875rem;left:27.5rem;display:block; }
#bolneIiUNGRkVfMqxucHHph8RcRKaebA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TeF9PN7Lfftu1zDSBcOKDO6UAeS5ivMp { background-color:transparent;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:#4d4d4d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.5rem;height:2.8125rem;text-decoration:none;z-index:15025;text-align:left;text-align-last:left;top:21.875rem;left:27.5rem;display:block; }
#T5mic3ddJbGfs9T88XvcxUJJ5IZObNod { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XC0Eb8AEpmQdbI57d8pA23zTVyChWoXs { background-color:transparent;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:#4d4d4d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.5rem;height:2.8125rem;text-decoration:none;z-index:15024;text-align:left;text-align-last:left;top:19.0625rem;left:27.5rem;display:block; }
#CrXOicCCySM1g1WhAVQ45ddPCdl81qU5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sOypDPQOoS2ykeUVSP7WNA3wfpuwd7Tp { background-color:transparent;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:#4d4d4d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.5rem;height:2.8125rem;text-decoration:none;z-index:15023;text-align:left;text-align-last:left;top:16.25rem;left:27.5rem;display:block; }
#mo1EmxOm8TP0enmt8anyO6lrxAxrFyix { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iSAmkx0fXzxJoTiy0U8trDf0zrDeucvc { background-color:transparent;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:#4d4d4d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.5rem;height:2.8125rem;text-decoration:none;z-index:15022;text-align:left;text-align-last:left;top:10.6875rem;left:27.5rem;display:block; }
#vGuVSmzSRahrCrioyxhw4ehQ32LVlDv9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GNquyf5L2gSk2ctSC5E602M46PdNwyZU { background-color:transparent;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:#4d4d4d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5rem;height:2.8125rem;text-decoration:none;z-index:15022;text-align:left;text-align-last:left;top:7.875rem;left:27.5rem;display:block; }
#fE2CAcvTloUC2vtHBTNObky9FD9E7Gn0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FbuG0xf5WobBtglkEwk6GHzKNFs4JLUA { background-color:#ea1717;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.6875rem;border-top-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-bottom-right-radius:2.6875rem;box-shadow: none;box-sizing:border-box;color:#f2f2f2;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.5rem;height:1.8125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:8.5rem;left:39.375rem;display:block; }
#tztWZnFGEow5nq6QQv0idpTZNTO3JC9v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N7fksHq6vHuDyezikm2SxmvTPUDqTh5s { background-color:transparent;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:#4d4d4d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.5rem;height:2.8125rem;text-decoration:none;z-index:15020;text-align:left;text-align-last:left;top:5.0625rem;left:27.5rem;display:block; }
#wMelTDRD9LI61nCyTsKhbCohpHCCP1ZC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CCGCAOwCRKiJfoaoGDM8QcZoKX8WN9PT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cfe1f3;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; }#CCGCAOwCRKiJfoaoGDM8QcZoKX8WN9PT > .row .container { background-color: transparent; background-image: none; }#CCGCAOwCRKiJfoaoGDM8QcZoKX8WN9PT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CCGCAOwCRKiJfoaoGDM8QcZoKX8WN9PT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CCGCAOwCRKiJfoaoGDM8QcZoKX8WN9PT > .row .container > .video-iframe-container { display: none; }#CCGCAOwCRKiJfoaoGDM8QcZoKX8WN9PT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CCGCAOwCRKiJfoaoGDM8QcZoKX8WN9PT > .row > .video-iframe-container { display: none; }#CCGCAOwCRKiJfoaoGDM8QcZoKX8WN9PT > .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); }#CCGCAOwCRKiJfoaoGDM8QcZoKX8WN9PT > .row .container { border-width: 0; border-radius: 0; }#CCGCAOwCRKiJfoaoGDM8QcZoKX8WN9PT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CCGCAOwCRKiJfoaoGDM8QcZoKX8WN9PT > .row .container { font-size:0.875rem;font-family:arial;height:54.625rem;width:60rem;position:relative;display:block; }#gwNQ2h96WLU7MpusTEtGvkbDKIoIxazG { color:#4d4d4d;display:block;width:16.4375rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:2.57421875rem;left:0rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E9GfEPPSk4IMTCTozxhhngZip5wnqnnT { background-color:transparent;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:#4d4d4d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.5rem;height:5.875rem;text-decoration:none;z-index:15008;text-align:left;text-align-last:left;top:5.19921875rem;left:27.500001907349rem;display:block; }
#BzS5EvtveZCqcyXaqVIediNLCitF5m07 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TAZaqURVoF3cMHUTJhCgx3WsKRCLCg3g { background-color:transparent;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:#4d4d4d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.5rem;height:2.8125rem;text-decoration:none;z-index:15006;text-align:left;text-align-last:left;top:2.38671875rem;left:27.5rem;display:block; }
#A1Zx4JZrJy6T3S1tdBrJTLcp3NLbARnp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uaUBQy2DrC7m3Wof8Fkx8Tn6x6IBuF9z { background-color:transparent;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:#4d4d4d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.5rem;height:5.875rem;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:11.07421875rem;left:27.500001907349rem;display:block; }
#T3SiIFgVLiJ6itnQ8ztIxMFW5zmlaCkD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E0bDiCpy8JUSAxhPHR9yaWtyT9tVbQSF { background-color:transparent;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:#4d4d4d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.5rem;height:8rem;text-decoration:none;z-index:15010;text-align:left;text-align-last:left;top:16.94921875rem;left:27.500001907349rem;display:block; }
#E3SDredLTE3u90EugMF3z7ED7InbAOAd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IuLbl7VBxtxwTQPySOJeTLTB3TRPiSDP { background-color:transparent;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:#4d4d4d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.5rem;height:4.375rem;text-decoration:none;z-index:15011;text-align:left;text-align-last:left;top:24.94921875rem;left:27.500001907349rem;display:block; }
#hgNHwXkrLvcHD5iigZbtiks4TM4be7oF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yqyTtKDHJsgo6BovbQ6giyuCTqDBMSq9 { background-color:transparent;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:#4d4d4d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.5rem;height:4.375rem;text-decoration:none;z-index:15012;text-align:left;text-align-last:left;top:29.32421875rem;left:27.500001907349rem;display:block; }
#GAJogq4Do6i6vQyTdWK6unuF9EsqJ2ar { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EDeLTbdadO5drTXM6o9FIcKIMi3TyAMa { background-color:transparent;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:#4d4d4d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.5rem;height:2.8125rem;text-decoration:none;z-index:15013;text-align:left;text-align-last:left;top:33.69921875rem;left:27.500001907349rem;display:block; }
#chhr9bQBlzZZhq5MBKGWq6M7rbS3K2MT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HHXBg2k78TioSH0EfG5CqDXdLsedrEkB { background-color:transparent;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:#4d4d4d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.5rem;height:2.8125rem;text-decoration:none;z-index:15014;text-align:left;text-align-last:left;top:36.51171875rem;left:27.500001907349rem;display:block; }
#aTQET01xKk88kteyhX3g5bNrRLaiTWRd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DPd8EVQLqTc2Eqq3FdKcmRxWnsZhql79 { background-color:transparent;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:#4d4d4d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.5rem;height:2.8125rem;text-decoration:none;z-index:15015;text-align:left;text-align-last:left;top:39.32421875rem;left:27.500001907349rem;display:block; }
#shGS63txM5T82khTK1KwcVFWrfsPWf6r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Irsu1tqXIXuRtTJdDPRtA9U2KUq254FM { background-color:transparent;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:#4d4d4d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.5rem;height:2.8125rem;text-decoration:none;z-index:15016;text-align:left;text-align-last:left;top:42.13671875rem;left:27.500001907349rem;display:block; }
#uxAGB6Awl08wl6fKbRRcZ4QWsK1KdDTz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vaeCmfBcdM2W7ExWTKCAQbI1Bi7iH30e { background-color:transparent;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:#4d4d4d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.5rem;height:2.8125rem;text-decoration:none;z-index:15017;text-align:left;text-align-last:left;top:44.94921875rem;left:27.500001907349rem;display:block; }
#UB89fplA9UnHuBMXTuRwiGIT2EdsEUCx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yNI7HeXFCdeuhRFteV6B5GZ4VHRzpKx0 { background-color:transparent;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:#4d4d4d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.5rem;height:4.375rem;text-decoration:none;z-index:15013;text-align:left;text-align-last:left;top:47.761722564698rem;left:27.5rem;display:block; }
#WCeaym2EkDl9wprGgHsVgxDSkJqyTCK4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tazVcDWqT33r9hhMPLHJffTHWK5A4gZL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fce4cd;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; }#tazVcDWqT33r9hhMPLHJffTHWK5A4gZL > .row .container { background-color: transparent; background-image: none; }#tazVcDWqT33r9hhMPLHJffTHWK5A4gZL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tazVcDWqT33r9hhMPLHJffTHWK5A4gZL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tazVcDWqT33r9hhMPLHJffTHWK5A4gZL > .row .container > .video-iframe-container { display: none; }#tazVcDWqT33r9hhMPLHJffTHWK5A4gZL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tazVcDWqT33r9hhMPLHJffTHWK5A4gZL > .row > .video-iframe-container { display: none; }#tazVcDWqT33r9hhMPLHJffTHWK5A4gZL > .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); }#tazVcDWqT33r9hhMPLHJffTHWK5A4gZL > .row .container { border-width: 0; border-radius: 0; }#tazVcDWqT33r9hhMPLHJffTHWK5A4gZL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tazVcDWqT33r9hhMPLHJffTHWK5A4gZL > .row .container { font-size:0.875rem;font-family:arial;height:25.6875rem;width:60rem;position:relative;display:block; }#dJHsCN5MIkxQ9AZT9wicNu4w2Lk99TX2 { color:#4d4d4d;display:block;width:15.6875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:2.76171875rem;left:0rem;height:7.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G1CWtZ1fT4TfuBgky0ZDdy1WS32wnOxw { background-color:transparent;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:#4d4d4d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.6875rem;height:4.375rem;text-decoration:none;z-index:15004;text-align:left;text-align-last:left;top:2.69921875rem;left:27.625001907349rem;display:block; }
#Z50ksMemwz139vRv8qA7GobJnIaeVQcd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ovumVZDQkqbBBOcQiX0ckG3sbyR7TwHK { background-color:transparent;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:#4d4d4d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.6875rem;height:4.375rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:7.07421875rem;left:27.625001907349rem;display:block; }
#TX27lMT9oQML9vocQUGBQQ6lVrgOm5zc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#creQthFudd8zPLTACKwMe1KJhqqkhJxy { background-color:transparent;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:#4d4d4d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.6875rem;height:4.375rem;text-decoration:none;z-index:15006;text-align:left;text-align-last:left;top:11.44921875rem;left:27.625001907349rem;display:block; }
#H6xaCRf1J4IqU4eReoNOMRHKRI7usyep { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GayQ2JntRaSV4cBkEvu79mDyI9Ak9s8B { background-color:transparent;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:#4d4d4d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.6875rem;height:4.375rem;text-decoration:none;z-index:15008;text-align:left;text-align-last:left;top:15.8125rem;left:27.625rem;display:block; }
#ISWFyvnMIswwJ32dPKGEXmyzSwTwBRG7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sng1FOVGPUZpvmGlvycWMixyMTtAF09O { background-color:transparent;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:#4d4d4d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.6875rem;height:2.8125rem;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:20.1875rem;left:27.625rem;display:block; }
#J88NvakFKEpgdN9TQ49hN2RTLJrEuXm1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aaei8ykAF5hig6wwDKaz3OCdf5ZooM22 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8d4e6;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; }#aaei8ykAF5hig6wwDKaz3OCdf5ZooM22 > .row .container { background-color: transparent; background-image: none; }#aaei8ykAF5hig6wwDKaz3OCdf5ZooM22::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aaei8ykAF5hig6wwDKaz3OCdf5ZooM22 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aaei8ykAF5hig6wwDKaz3OCdf5ZooM22 > .row .container > .video-iframe-container { display: none; }#aaei8ykAF5hig6wwDKaz3OCdf5ZooM22 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aaei8ykAF5hig6wwDKaz3OCdf5ZooM22 > .row > .video-iframe-container { display: none; }#aaei8ykAF5hig6wwDKaz3OCdf5ZooM22 > .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); }#aaei8ykAF5hig6wwDKaz3OCdf5ZooM22 > .row .container { border-width: 0; border-radius: 0; }#aaei8ykAF5hig6wwDKaz3OCdf5ZooM22 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aaei8ykAF5hig6wwDKaz3OCdf5ZooM22 > .row .container { font-size:0.875rem;font-family:arial;height:10.5625rem;width:60rem;position:relative;display:block; }#HrXBQPmUGvagrBKLJCwwJWoTCOkOefTN { color:#4d4d4d;display:block;width:16.4375rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:2.57421875rem;left:0rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IJkFEXqlGTxHLnJoTSBWTsrWPW7Bl6tX { background-color:transparent;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:#4d4d4d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.5rem;height:2.8125rem;text-decoration:none;z-index:15006;text-align:left;text-align-last:left;top:2.38671875rem;left:27.5rem;display:block; }
#TTTwXPOL1JipTWPKpnoTnRirgSIQdPTi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QoJ2lfmAlki8Tw40yoOR4eXh8qeTsJGK { background-color:transparent;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:#4d4d4d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.5rem;height:2.8125rem;text-decoration:none;z-index:15007;text-align:left;text-align-last:left;top:5.1992206573486rem;left:27.500001907349rem;display:block; }
#lMISRCZm6paasXI04SXBSL4Mtn7apifo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wiNZpRc8Ib0aCkHPTU5PueLbrsXxeQaf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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; }#wiNZpRc8Ib0aCkHPTU5PueLbrsXxeQaf > .row .container { background-color: transparent; background-image: none; }#wiNZpRc8Ib0aCkHPTU5PueLbrsXxeQaf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wiNZpRc8Ib0aCkHPTU5PueLbrsXxeQaf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wiNZpRc8Ib0aCkHPTU5PueLbrsXxeQaf > .row .container > .video-iframe-container { display: none; }#wiNZpRc8Ib0aCkHPTU5PueLbrsXxeQaf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wiNZpRc8Ib0aCkHPTU5PueLbrsXxeQaf > .row > .video-iframe-container { display: none; }#wiNZpRc8Ib0aCkHPTU5PueLbrsXxeQaf > .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); }#wiNZpRc8Ib0aCkHPTU5PueLbrsXxeQaf > .row .container { border-width: 0; border-radius: 0; }#wiNZpRc8Ib0aCkHPTU5PueLbrsXxeQaf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wiNZpRc8Ib0aCkHPTU5PueLbrsXxeQaf > .row .container { font-size:0.875rem;font-family:arial;height:35.6875rem;width:60rem;position:relative;display:block; }#VP0bF1p9PqcxVH13k9TpwZVduK8v6TUD { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.25rem;width:60rem;top:7.625rem;left:0.08671951293945rem;display:block; }
#W0zVMZMxnhPx956AmbxTxk36kxP4yGR2 { background-color:#50b946;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:1.875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:28.317188262939rem;left:47.936719894409rem;display:block; }
#yun7WQbLDr4yicrQS2rc11GGy3saQgI8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J550hvcS4BIhlPqDoKsQS2eJEUVAHSE5 { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d962af90-bfd4-4218-8239-6f3b6fb466ae/Asset3.png");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-left-radius:3.125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.875rem;width:11.5rem;top:9.875rem;left:2.1875rem;display:block; }#J550hvcS4BIhlPqDoKsQS2eJEUVAHSE5.adaptive-delivery-prevent-bg, #J550hvcS4BIhlPqDoKsQS2eJEUVAHSE5.lazyload, #J550hvcS4BIhlPqDoKsQS2eJEUVAHSE5.lazyloading { background-image: none; }
#Wrwx6AyUdvvNC0eJW7mI4WZb8M01fdk9 { color:#4d4d4d;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:11.07421875rem;left:20.562501907349rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tBUdRTORw4GJwQMIBV5PXzdiyeAptbqp { color:#4d4d4d;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:13.171875rem;left:20.562501907349rem;height:10.3973rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mA6KeaP6eC17btt877mLfzuarmX13ELO { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:28.317188262939rem;left:20.562501907349rem;overflow:hidden;display:block; }
#HK0yq1JuOUZ9kogplOtMyfr7bS7dTLTH { color:#888888;display:block;width:7.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:28.60546875rem;left:23.437501907349rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZuP7hZDylbw6t7lbUTd7cthTEV4xf0ZN { color:rgba(77,77,77,0.5);display:block;width:17rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:25.473438262939rem;left:20.562501907349rem;height:0.975rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#p7vd3FtaqKN32QsiMd7ytdL5bdfRSbdv { background-color:#d1d1d1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:1.875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:28.31796836853rem;left:36.42421913147rem;display:block; }
#y6ksgDSCRMPDTsvESxTboT9qUSMupBRT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h1HVD607Jwlvcu0r5NtTpPbwP5bRwqKT { color:#d1d1d1;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:9.4375rem;left:20.625001907349rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Mcc2wy0WF2cJgvs048rsVaaNupuTR7GT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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; }#Mcc2wy0WF2cJgvs048rsVaaNupuTR7GT > .row .container { background-color: transparent; background-image: none; }#Mcc2wy0WF2cJgvs048rsVaaNupuTR7GT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mcc2wy0WF2cJgvs048rsVaaNupuTR7GT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mcc2wy0WF2cJgvs048rsVaaNupuTR7GT > .row .container > .video-iframe-container { display: none; }#Mcc2wy0WF2cJgvs048rsVaaNupuTR7GT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mcc2wy0WF2cJgvs048rsVaaNupuTR7GT > .row > .video-iframe-container { display: none; }#Mcc2wy0WF2cJgvs048rsVaaNupuTR7GT > .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); }#Mcc2wy0WF2cJgvs048rsVaaNupuTR7GT > .row .container { border-width: 0; border-radius: 0; }#Mcc2wy0WF2cJgvs048rsVaaNupuTR7GT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mcc2wy0WF2cJgvs048rsVaaNupuTR7GT > .row .container { font-size:0.875rem;font-family:arial;height:24.3125rem;width:60rem;position:relative;display:block; }#DVsJ8pRh4ZHEEbRT7nJNgguTTTa6WE9C { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;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.6875rem;width:60rem;top:3.7859497070312rem;left:0.08671951293945rem;display:block; }
#gU48tqiaQpMGwTaNmabp2xgEOa8Sf3HE { background-color:#50b946;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:1.875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:16.6875rem;left:47.936719894409rem;display:block; }
#zhnpavRcSTP7r1rPsJQl4cSMIHTAM15P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RHMHxg4KXzp1inHQoR2TZxr0iFIPfJbd { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/712a869b-da02-4512-bc39-787422729cf0/Asset42x.png");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-left-radius:3.125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.875rem;width:11.5rem;top:6.0625rem;left:2.3125rem;display:block; }#RHMHxg4KXzp1inHQoR2TZxr0iFIPfJbd.adaptive-delivery-prevent-bg, #RHMHxg4KXzp1inHQoR2TZxr0iFIPfJbd.lazyload, #RHMHxg4KXzp1inHQoR2TZxr0iFIPfJbd.lazyloading { background-image: none; }
#zNnmwxXwWmrgNDwOL1Iqu9KVBwQB1r3u { color:#4d4d4d;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:7.26171875rem;left:20.562501907349rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wKStoQ3tXMsqATn5DHQxK485zz4kZTuU { color:#4d4d4d;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:9.359375rem;left:20.562501907349rem;height:3.8989875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yzuZa2SMlf4yqB4V0UMTppK5eQ7UQThd { color:rgba(77,77,77,0.5);display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:14.5rem;left:20.562501907349rem;height:0.975rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#V8yqRIzmI5ThGqWVwZo85UDk4UB3fT6q { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:16.6875rem;left:20.562501907349rem;overflow:hidden;display:block; }
#WcvnSDk5TBsy9zAGcG7yLo62vPbAxTJJ { color:#888888;display:block;width:7.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:16.975006103516rem;left:23.593751907349rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DZmGm4SMM1S0mZxE8aTZKdiUa64sf1L1 { background-color:#d1d1d1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:1.875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:16.6875rem;left:36.42421913147rem;display:block; }
#m7vVg04fT1CGMyJ4T8FRx9fJTKBo7LeB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XgAtvyIahdrqnmN4AnLmBETgHm1MJXAe { color:#d1d1d1;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:5.625rem;left:20.625rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KJl23PQiC38234lsiDvOIcbNTbQXyzsQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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; }#KJl23PQiC38234lsiDvOIcbNTbQXyzsQ > .row .container { background-color: transparent; background-image: none; }#KJl23PQiC38234lsiDvOIcbNTbQXyzsQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KJl23PQiC38234lsiDvOIcbNTbQXyzsQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KJl23PQiC38234lsiDvOIcbNTbQXyzsQ > .row .container > .video-iframe-container { display: none; }#KJl23PQiC38234lsiDvOIcbNTbQXyzsQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KJl23PQiC38234lsiDvOIcbNTbQXyzsQ > .row > .video-iframe-container { display: none; }#KJl23PQiC38234lsiDvOIcbNTbQXyzsQ > .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); }#KJl23PQiC38234lsiDvOIcbNTbQXyzsQ > .row .container { border-width: 0; border-radius: 0; }#KJl23PQiC38234lsiDvOIcbNTbQXyzsQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KJl23PQiC38234lsiDvOIcbNTbQXyzsQ > .row .container { font-size:0.875rem;font-family:arial;height:26.0625rem;width:60rem;position:relative;display:block; }#ehp6q8MgpRL485LUJnzaUpNa4sFrc7H3 { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;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:18.625rem;width:60rem;top:3.7859382629394rem;left:0.08671951293945rem;display:block; }
#ThvgFFqKMzqSzi90NLoeEercO39kzGak { background-color:#50b946;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:1.875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:18.875001907349rem;left:47.936719894409rem;display:block; }
#nVwtL3g7ocORT8WrvPswuyJbBB1qET0I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZzN6SpK7BDhB0vfCLqq8u2h7igKTNi2f { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/fe589f06-ff5a-40f4-a916-f8b69faae39d/Photo4.png");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-left-radius:3.125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.875rem;width:11.5rem;top:6.0625rem;left:2.3125rem;display:block; }#ZzN6SpK7BDhB0vfCLqq8u2h7igKTNi2f.adaptive-delivery-prevent-bg, #ZzN6SpK7BDhB0vfCLqq8u2h7igKTNi2f.lazyload, #ZzN6SpK7BDhB0vfCLqq8u2h7igKTNi2f.lazyloading { background-image: none; }
#D3ADV8H6NmACz0E2aI97uWsIx6r3Oxqb { color:#4d4d4d;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:7.26171875rem;left:20.562501907349rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UkUamTPuJUDWIhKEQTzPtdD52p7cTqMu { color:#4d4d4d;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:9.3593769073488rem;left:20.562501907349rem;height:5.19865rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gxD3HLLOFNSz8thFNF9C9QA7JtlQDDTM { color:rgba(77,77,77,0.5);display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:15.875001907349rem;left:20.562501907349rem;height:0.975rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#C3T5OddosoalIVD74SiXlOgtFi7CwFG0 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:18.875001907349rem;left:20.562501907349rem;overflow:hidden;display:block; }
#AfA8vzy2B2dWL2vfaQl3oovndTrSN4kt { color:#888888;display:block;width:7.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:19.16171836853rem;left:23.593751907349rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KTXlVTDkknnT6088OwcBD9PWTipv40EW { background-color:#d1d1d1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:1.875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:18.875001907349rem;left:36.42421913147rem;display:block; }
#GiTcIpx61edPaanZ3rt8T0XJrEgeKbKM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hkduHMvCkdOfq22vUPJ8TucbSITJ77QI { color:#d1d1d1;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:5.625rem;left:20.625rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NgN3r0UWk7tBeFH9SBESkundXQfBKEdA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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; }#NgN3r0UWk7tBeFH9SBESkundXQfBKEdA > .row .container { background-color: transparent; background-image: none; }#NgN3r0UWk7tBeFH9SBESkundXQfBKEdA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NgN3r0UWk7tBeFH9SBESkundXQfBKEdA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NgN3r0UWk7tBeFH9SBESkundXQfBKEdA > .row .container > .video-iframe-container { display: none; }#NgN3r0UWk7tBeFH9SBESkundXQfBKEdA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NgN3r0UWk7tBeFH9SBESkundXQfBKEdA > .row > .video-iframe-container { display: none; }#NgN3r0UWk7tBeFH9SBESkundXQfBKEdA > .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); }#NgN3r0UWk7tBeFH9SBESkundXQfBKEdA > .row .container { border-width: 0; border-radius: 0; }#NgN3r0UWk7tBeFH9SBESkundXQfBKEdA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NgN3r0UWk7tBeFH9SBESkundXQfBKEdA > .row .container { font-size:0.875rem;font-family:arial;height:26.0625rem;width:60rem;position:relative;display:block; }#O3Pw7tpiqiF6bt0csgzwtsygP3E4QTob { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;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:18.375rem;width:60rem;top:3.7859382629394rem;left:0.08671951293945rem;display:block; }
#L9HkKi5IvlEONScbOviV83KLlPa0PElS { background-color:#50b946;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:1.875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:18.6875rem;left:47.936719894409rem;display:block; }
#WInXuS5IhyofWE5KuWMNDN5f8yooShu6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DMQ2Sy4weznOJaKIyAQq1gJB11bxkaO4 { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/89cbd65a-d313-43f3-b79e-365874e677d3/Photo7.png");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-left-radius:3.125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.875rem;width:11.5rem;top:6.0625rem;left:2.3125rem;display:block; }#DMQ2Sy4weznOJaKIyAQq1gJB11bxkaO4.adaptive-delivery-prevent-bg, #DMQ2Sy4weznOJaKIyAQq1gJB11bxkaO4.lazyload, #DMQ2Sy4weznOJaKIyAQq1gJB11bxkaO4.lazyloading { background-image: none; }
#JapsEN7UZ8CkedFPTUU9gIie9XdpFT05 { color:#4d4d4d;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:7.26171875rem;left:20.562501907349rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pA1gMPW03UFynMAuxFUVDNhKUnimM4fJ { color:#4d4d4d;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:9.359375rem;left:20.562501907349rem;height:5.19865rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AQl6Q4oSMu155GNAxLPurp9bLd4I407V { color:rgba(77,77,77,0.5);display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:16.1875rem;left:20.687501907349rem;height:0.975rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#hbwsiHh7sOIQTgO3D1ocf5vumiHpg5bL { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:18.6875rem;left:20.562501907349rem;overflow:hidden;display:block; }
#lFNTHKHsaVTpxSsgmx531MT2vpxCXvXv { color:#888888;display:block;width:7.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:18.974220275879rem;left:23.343751907349rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RgdmeNyGRVmFNFoXU8EThcZCUbVww3Mw { background-color:#d1d1d1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:1.875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:18.685935974121rem;left:36.42421913147rem;display:block; }
#ksH8N9Tl4wJUTtVWXZH0KrrhrcDTkoou { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TInyf9AL4xOEyWeMMDcqTsOT1BHaeXB8 { color:#d1d1d1;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:5.625rem;left:20.625rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UuGr0gPGHOu9RyiokExXcuSvlLRF6KRm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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; }#UuGr0gPGHOu9RyiokExXcuSvlLRF6KRm > .row .container { background-color: transparent; background-image: none; }#UuGr0gPGHOu9RyiokExXcuSvlLRF6KRm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UuGr0gPGHOu9RyiokExXcuSvlLRF6KRm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UuGr0gPGHOu9RyiokExXcuSvlLRF6KRm > .row .container > .video-iframe-container { display: none; }#UuGr0gPGHOu9RyiokExXcuSvlLRF6KRm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UuGr0gPGHOu9RyiokExXcuSvlLRF6KRm > .row > .video-iframe-container { display: none; }#UuGr0gPGHOu9RyiokExXcuSvlLRF6KRm > .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); }#UuGr0gPGHOu9RyiokExXcuSvlLRF6KRm > .row .container { border-width: 0; border-radius: 0; }#UuGr0gPGHOu9RyiokExXcuSvlLRF6KRm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UuGr0gPGHOu9RyiokExXcuSvlLRF6KRm > .row .container { font-size:0.875rem;font-family:arial;height:22.3125rem;width:60rem;position:relative;display:block; }#MXM70bEc8RWNTN8qb5hSwE4MvpTryGSN { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;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:60rem;top:3.78515625rem;left:0.086588859558106rem;display:block; }
#iwR9vL89gmJudSNcmfQgdRkID33OkZiS { background-color:#f2f2f2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-shadow: none;box-sizing:border-box;color:#d1d1d1;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:1.875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:16.998699188233rem;left:47.916668891907rem;display:block; }
#nDxiUCb06EObUmuPtZJg2hnULkeoDyJ0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VxeTlPA8hkTmwwx5bqVhn0411zSOB6Cw { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2808faf5-b9b8-4a38-b8a9-a2c48d1dc829/Photo6.png");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-left-radius:3.125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.875rem;width:11.5rem;top:6.0625rem;left:2.3125rem;display:block; }#VxeTlPA8hkTmwwx5bqVhn0411zSOB6Cw.adaptive-delivery-prevent-bg, #VxeTlPA8hkTmwwx5bqVhn0411zSOB6Cw.lazyload, #VxeTlPA8hkTmwwx5bqVhn0411zSOB6Cw.lazyloading { background-image: none; }
#pNLXnzcw39hsAq9NSs4bA3ByXyonF2Zu { color:#4d4d4d;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:7.26171875rem;left:20.562501907349rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DnrHnFAtldf2n5zdJXaRr13EPXcGeImt { color:#4d4d4d;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:9.359375rem;left:20.562501907349rem;height:5.1986625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x358QHXcOOi1No7vvQZL1EaUfTLlSr07 { color:rgba(77,77,77,0.5);display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:15.00390625rem;left:20.645833015442rem;height:0.975rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#nDbWgarXvV9TI6QvLx2T0AoqDiTiNwJT { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:16.998699188233rem;left:20.562500953674rem;overflow:hidden;display:block; }
#vyRopbfiq65Q2aFasvWNUOCtCIEbKT3T { color:#888888;display:block;width:7.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:17.286458969116rem;left:23.343750953674rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#r9z31e4zoRw2CytDAGhBo725yaekARIA { background-color:#d1d1d1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:1.875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:16.998699188233rem;left:36.548829078674rem;display:block; }
#PmWdZ6CM34gWtMFGXOEtFQvI7cAofhds { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MpaANZBq1ENAvOoAFfoK4MRqyrlIZ86Q { color:#d1d1d1;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:5.625rem;left:20.625rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Pm0kGXaIhDoVMwKUuerUpAef9VdoLmgd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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; }#Pm0kGXaIhDoVMwKUuerUpAef9VdoLmgd > .row .container { background-color: transparent; background-image: none; }#Pm0kGXaIhDoVMwKUuerUpAef9VdoLmgd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pm0kGXaIhDoVMwKUuerUpAef9VdoLmgd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pm0kGXaIhDoVMwKUuerUpAef9VdoLmgd > .row .container > .video-iframe-container { display: none; }#Pm0kGXaIhDoVMwKUuerUpAef9VdoLmgd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pm0kGXaIhDoVMwKUuerUpAef9VdoLmgd > .row > .video-iframe-container { display: none; }#Pm0kGXaIhDoVMwKUuerUpAef9VdoLmgd > .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); }#Pm0kGXaIhDoVMwKUuerUpAef9VdoLmgd > .row .container { border-width: 0; border-radius: 0; }#Pm0kGXaIhDoVMwKUuerUpAef9VdoLmgd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Pm0kGXaIhDoVMwKUuerUpAef9VdoLmgd > .row .container { font-size:0.875rem;font-family:arial;height:29.75rem;width:60rem;position:relative;display:block; }#MBd6KEvli3BBGioZIZ379Z5D41Vp62Hy { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;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:22.125rem;width:60rem;top:3.7867202758789rem;left:0.08671951293945rem;display:block; }
#Eeuq9HQdupcOIQwRloOm3OA6W2w14IHv { background-color:#50b946;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:1.875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:22.4375rem;left:47.936719894409rem;display:block; }
#cPuPPDPMW4s9y8flJbzgsHanX36kELot { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FP4rvNCynwW20PGyb8QxFaMRotacQlme { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a8aa2733-d7bd-47a9-ad7d-89e84b31b1dc/Asset162x.png");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-left-radius:3.125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.875rem;width:11.5rem;top:6.0625rem;left:2.3125rem;display:block; }#FP4rvNCynwW20PGyb8QxFaMRotacQlme.adaptive-delivery-prevent-bg, #FP4rvNCynwW20PGyb8QxFaMRotacQlme.lazyload, #FP4rvNCynwW20PGyb8QxFaMRotacQlme.lazyloading { background-image: none; }
#TBsvSvLfxGcRfd1BFiOIr9NvRgwv5LMz { color:#4d4d4d;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:7.26171875rem;left:20.562501907349rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#g3O4l4PZqBFUtEs5r8vDztcibv5yBckt { color:#4d4d4d;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:9.359375rem;left:20.562501907349rem;height:9.09764375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DhRkr8tth2r43PwpNpd4byznvtgDTMEJ { color:rgba(77,77,77,0.5);display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:19.9375rem;left:20.687501907349rem;height:0.975rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#tBcE5RhLJyl25hWxPsLalTcwKzQ6lmic { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:22.4375rem;left:20.562501907349rem;overflow:hidden;display:block; }
#mIQbLThb60FZpMWeHx6nnkfWSn3vp98h { color:#888888;display:block;width:7.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:22.724220275879rem;left:23.343751907349rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MBrtnobFFq0cgEOTxyLsinTqDEfOTlg9 { background-color:#d1d1d1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:1.875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:22.436721801757rem;left:36.42421913147rem;display:block; }
#mTTHBSwoC8D2FthDPZitNCJumZxkML6r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OlZCSJaSanFx7RPnSNmmSVyS9tXlnelM { color:#d1d1d1;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:5.625rem;left:20.625rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DR5RgbbG0bpm7NFvlNTBizP8uhbnGbEq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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; }#DR5RgbbG0bpm7NFvlNTBizP8uhbnGbEq > .row .container { background-color: transparent; background-image: none; }#DR5RgbbG0bpm7NFvlNTBizP8uhbnGbEq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DR5RgbbG0bpm7NFvlNTBizP8uhbnGbEq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DR5RgbbG0bpm7NFvlNTBizP8uhbnGbEq > .row .container > .video-iframe-container { display: none; }#DR5RgbbG0bpm7NFvlNTBizP8uhbnGbEq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DR5RgbbG0bpm7NFvlNTBizP8uhbnGbEq > .row > .video-iframe-container { display: none; }#DR5RgbbG0bpm7NFvlNTBizP8uhbnGbEq > .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); }#DR5RgbbG0bpm7NFvlNTBizP8uhbnGbEq > .row .container { border-width: 0; border-radius: 0; }#DR5RgbbG0bpm7NFvlNTBizP8uhbnGbEq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DR5RgbbG0bpm7NFvlNTBizP8uhbnGbEq > .row .container { font-size:0.875rem;font-family:arial;height:24.0625rem;width:60rem;position:relative;display:block; }#eR7WBQqOaVJ6tt7zwvVuxUo3mW75z5TC { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;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.375rem;width:60rem;top:3.7859420776367rem;left:0.08671951293945rem;display:block; }
#kgl4T4s84h53KwmzB9rpEdRg7pZgTtyd { background-color:#50b946;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:1.875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:16.562507629394rem;left:47.936719894409rem;display:block; }
#LCI9JOQ1pFtdB71XTdkzF3A4uy8CLRKI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sobgIitbXrT9uOuxhTfZQgWNW9JnFa7r { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e043dabf-8791-4adc-911e-6483a061de82/Photo1.png");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-left-radius:3.125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.875rem;width:11.5rem;top:6.0625rem;left:2.3125rem;display:block; }#sobgIitbXrT9uOuxhTfZQgWNW9JnFa7r.adaptive-delivery-prevent-bg, #sobgIitbXrT9uOuxhTfZQgWNW9JnFa7r.lazyload, #sobgIitbXrT9uOuxhTfZQgWNW9JnFa7r.lazyloading { background-image: none; }
#ND62ZlSX76blVDoRoB7PT2UT6hs6PdTr { color:#4d4d4d;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:7.2617263793944rem;left:20.562501907349rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VzeMoWQ150xkJZPBNVFPldVoVE9FiCQb { color:#4d4d4d;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:9.3593826293944rem;left:20.562501907349rem;height:2.599325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ASkQNSL5dbfw5vOpam9oTXpJfnGEkGGB { color:rgba(77,77,77,0.5);display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:13.500007629394rem;left:20.687501907349rem;height:0.975rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#wTkco50ZaC8JzTwRdgsyiuel0h4XBy8H { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:16.562507629394rem;left:20.562501907349rem;overflow:hidden;display:block; }
#f10VGqPuMpGE0mrOchhxB23SuOthXmlE { color:#888888;display:block;width:7.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:16.848442077637rem;left:23.343751907349rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AC3m00QCRLZrtLLXFzUdr7vkS7woRfJO { background-color:#d1d1d1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:1.875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:16.562507629394rem;left:36.42421913147rem;display:block; }
#iQ0WwK97aog3gS3rHI3L69xgntGlrh7t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GtUORZS3RST3xLGfpBAuI8RQ5TO1vOMx { color:#d1d1d1;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:5.625rem;left:20.625rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NKmaTtwazqNPRpfKSaU2nNIkmONbPK9u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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; }#NKmaTtwazqNPRpfKSaU2nNIkmONbPK9u > .row .container { background-color: transparent; background-image: none; }#NKmaTtwazqNPRpfKSaU2nNIkmONbPK9u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NKmaTtwazqNPRpfKSaU2nNIkmONbPK9u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NKmaTtwazqNPRpfKSaU2nNIkmONbPK9u > .row .container > .video-iframe-container { display: none; }#NKmaTtwazqNPRpfKSaU2nNIkmONbPK9u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NKmaTtwazqNPRpfKSaU2nNIkmONbPK9u > .row > .video-iframe-container { display: none; }#NKmaTtwazqNPRpfKSaU2nNIkmONbPK9u > .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); }#NKmaTtwazqNPRpfKSaU2nNIkmONbPK9u > .row .container { border-width: 0; border-radius: 0; }#NKmaTtwazqNPRpfKSaU2nNIkmONbPK9u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NKmaTtwazqNPRpfKSaU2nNIkmONbPK9u > .row .container { font-size:0.875rem;font-family:arial;height:26.0625rem;width:60rem;position:relative;display:block; }#Brls7nuN54vrdaqDGqLXQXZWz4lgfyU9 { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;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:18.5rem;width:60rem;top:3.7859344482422rem;left:0.08671951293945rem;display:block; }
#xpkmMzPcC3eatDD1iTt6Rg1uE96MBX3M { background-color:#50b946;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:1.875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:18.75rem;left:47.936719894409rem;display:block; }
#w2e9VpPfTEdcXkm9qh4cSMFiNuQ0tg9g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FTh3RJXTbBUriHtbCeOyLOki6RimVPDT { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6a8957c0-ff01-48ef-96f0-175e32bffda7/Photo5.png");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-left-radius:3.125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.875rem;width:11.5rem;top:6.0625rem;left:2.3125rem;display:block; }#FTh3RJXTbBUriHtbCeOyLOki6RimVPDT.adaptive-delivery-prevent-bg, #FTh3RJXTbBUriHtbCeOyLOki6RimVPDT.lazyload, #FTh3RJXTbBUriHtbCeOyLOki6RimVPDT.lazyloading { background-image: none; }
#fB3P9WLUOHU8a32nIQ4HIiwrv1pvJaMV { color:#4d4d4d;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:7.26171875rem;left:20.562501907349rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#W1pUcxZhR3SISPigg0Z1K6GNoAnk07u4 { color:#4d4d4d;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:9.359375rem;left:20.562501907349rem;height:5.19865rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#P5O2laTTaUtTUxHzUHEQ5ZpkpTQuTrKg { color:rgba(77,77,77,0.5);display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:16.25rem;left:20.687501907349rem;height:0.975rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#oKETK6kP9M1sTAkrksbOmW2PPZfuPmc7 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:18.75rem;left:20.562501907349rem;overflow:hidden;display:block; }
#UbdtETqoXLunF9Un5feNECxGTsRsqBB6 { color:#888888;display:block;width:7.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:19.036712646484rem;left:23.343751907349rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Duw8lqygTMs793DwPWdW6t9rSkT8yffh { background-color:#d1d1d1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:1.875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:18.75rem;left:36.42421913147rem;display:block; }
#CAdsrcgLLJiU09Uzk9QNiKwMpwBaDeHo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DwzNZg5e6gbxRBsLAOBMlZOWXrze5MmP { color:#d1d1d1;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:5.625rem;left:20.625rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dc7DaSsdvSSRnS0fF3xFk43tTwLkkBn3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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; }#dc7DaSsdvSSRnS0fF3xFk43tTwLkkBn3 > .row .container { background-color: transparent; background-image: none; }#dc7DaSsdvSSRnS0fF3xFk43tTwLkkBn3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dc7DaSsdvSSRnS0fF3xFk43tTwLkkBn3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dc7DaSsdvSSRnS0fF3xFk43tTwLkkBn3 > .row .container > .video-iframe-container { display: none; }#dc7DaSsdvSSRnS0fF3xFk43tTwLkkBn3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dc7DaSsdvSSRnS0fF3xFk43tTwLkkBn3 > .row > .video-iframe-container { display: none; }#dc7DaSsdvSSRnS0fF3xFk43tTwLkkBn3 > .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); }#dc7DaSsdvSSRnS0fF3xFk43tTwLkkBn3 > .row .container { border-width: 0; border-radius: 0; }#dc7DaSsdvSSRnS0fF3xFk43tTwLkkBn3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dc7DaSsdvSSRnS0fF3xFk43tTwLkkBn3 > .row .container { font-size:0.875rem;font-family:arial;height:32.375rem;width:60rem;position:relative;display:block; }#MbfoNmkF2oCqsTQxb92J7nei8hw3a2mx { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.1875rem;width:60rem;top:3.7867126464844rem;left:0.08671951293945rem;display:block; }
#qplnrZADmMHgeHaL0Wf1DQmgJSI6fvgd { background-color:#50b946;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:1.875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:21.4375rem;left:47.936719894409rem;display:block; }
#ImWscFBTrPOukIcoWIFyaTsXAgGTzzI6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aXAm5DD9SXneaJqUrxIb2TBLkulU5rw4 { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ef172f16-9667-46ad-b7e1-d3bd1f030b6b/Photo8.png");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-left-radius:3.125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.875rem;width:11.5rem;top:6.0625rem;left:2.3125rem;display:block; }#aXAm5DD9SXneaJqUrxIb2TBLkulU5rw4.adaptive-delivery-prevent-bg, #aXAm5DD9SXneaJqUrxIb2TBLkulU5rw4.lazyload, #aXAm5DD9SXneaJqUrxIb2TBLkulU5rw4.lazyloading { background-image: none; }
#uPvTiWt7EMtBqy6rmOyMhOknycCBLnHD { color:#4d4d4d;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:7.26171875rem;left:20.562501907349rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#baGy14DNqNV0GSDGF1Imp4Sy54d36cFA { color:#4d4d4d;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:9.359375rem;left:20.562501907349rem;height:7.797975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CvIvK9vbvGFnMCKZCZhMngBstPEAFEXR { color:rgba(77,77,77,0.5);display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:18.9375rem;left:20.687501907349rem;height:0.975rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#Lg6NQu9k3d6E3AwFKzaOTPChZGtHcbpS { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:21.4375rem;left:20.562501907349rem;overflow:hidden;display:block; }
#fiPnesRm7mfu5sRR45sbWmT1uUbJfiTg { color:#888888;display:block;width:7.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:21.724212646484rem;left:23.343751907349rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#a8siPFS35FwXRfLZp6HffCMFxXsbNTxS { background-color:#d1d1d1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:1.875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:21.4375rem;left:36.42421913147rem;display:block; }
#ylfKVkvvtcdkM18totTp7F1tvyVimvMV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l4J2wzTbVEzkz1nPv1ioe0kTmkz2RERo { color:#d1d1d1;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:5.625rem;left:20.625rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TxrIPy2pFJ2s1md37LQrvVtg70sfQk3u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d9ead3;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; }#TxrIPy2pFJ2s1md37LQrvVtg70sfQk3u > .row .container { background-color: transparent; background-image: none; }#TxrIPy2pFJ2s1md37LQrvVtg70sfQk3u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxrIPy2pFJ2s1md37LQrvVtg70sfQk3u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxrIPy2pFJ2s1md37LQrvVtg70sfQk3u > .row .container > .video-iframe-container { display: none; }#TxrIPy2pFJ2s1md37LQrvVtg70sfQk3u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxrIPy2pFJ2s1md37LQrvVtg70sfQk3u > .row > .video-iframe-container { display: none; }#TxrIPy2pFJ2s1md37LQrvVtg70sfQk3u > .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); }#TxrIPy2pFJ2s1md37LQrvVtg70sfQk3u > .row .container { border-width: 0; border-radius: 0; }#TxrIPy2pFJ2s1md37LQrvVtg70sfQk3u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TxrIPy2pFJ2s1md37LQrvVtg70sfQk3u > .row .container { font-size:0.875rem;font-family:arial;height:30.5rem;width:60rem;position:relative;display:block; }#hy81WHz8XG2lzmR0AxE4Kuxi4cr9hQ4b { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;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:18.9375rem;width:60rem;top:7.625rem;left:0.08671951293945rem;display:block; }
#zFn67cEps4Wca463GFtWA9F6dJNo2uZA { background-color:#50b946;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:1.875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:23rem;left:47.936719894409rem;display:block; }
#klRtsgkiFm3UTrvaZ5sxFAUVKDlXT90U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yhhznIqZsFWeMrP4Z7Ef8ONckSM6WIM0 { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/17d5cf43-c373-4c6e-8a90-a5a0b9173214/Photo9.png");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-left-radius:3.125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.875rem;width:11.5rem;top:9.8125rem;left:2.3125rem;display:block; }#yhhznIqZsFWeMrP4Z7Ef8ONckSM6WIM0.adaptive-delivery-prevent-bg, #yhhznIqZsFWeMrP4Z7Ef8ONckSM6WIM0.lazyload, #yhhznIqZsFWeMrP4Z7Ef8ONckSM6WIM0.lazyloading { background-image: none; }
#PVmx61wG2pfCZRSKuLrKJAN3ubomohhL { color:#4d4d4d;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:11.01171875rem;left:20.562501907349rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#U828cW3Lmlge6eQVOv3WURpzBQRhLHRq { color:#4d4d4d;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:13.109375rem;left:20.562501907349rem;height:3.8989875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BQXyW8C2hVNafTRrWUQUBf9IGxv3MWlt { color:rgba(77,77,77,0.5);display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:18.5rem;left:20.687501907349rem;height:2.925rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#CKv0TALHBl2LVuVD44Rw4C6peWEhAJmb { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:23rem;left:20.562501907349rem;overflow:hidden;display:block; }
#aZSED0P2ekwAzsIwfmPlMZKgC6zHJ2TX { color:#888888;display:block;width:7.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:23.285949707031rem;left:23.343751907349rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rKyeTimpeh1slh8oym8BfgVfT7OrBJEl { background-color:#d1d1d1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:1.875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:23rem;left:36.42421913147rem;display:block; }
#qf3CKXTVNQfWZUvVSCSaLTB1UmRMVz1T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GoD8NX9WCMp6Epf73ldy2na8cnJ8JTTL { color:#d1d1d1;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:9.375rem;left:20.61171913147rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A5ldlP1tyecAKqgL9QxW8fEX3A4JAEIG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d9ead3;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; }#A5ldlP1tyecAKqgL9QxW8fEX3A4JAEIG > .row .container { background-color: transparent; background-image: none; }#A5ldlP1tyecAKqgL9QxW8fEX3A4JAEIG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A5ldlP1tyecAKqgL9QxW8fEX3A4JAEIG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A5ldlP1tyecAKqgL9QxW8fEX3A4JAEIG > .row .container > .video-iframe-container { display: none; }#A5ldlP1tyecAKqgL9QxW8fEX3A4JAEIG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A5ldlP1tyecAKqgL9QxW8fEX3A4JAEIG > .row > .video-iframe-container { display: none; }#A5ldlP1tyecAKqgL9QxW8fEX3A4JAEIG > .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); }#A5ldlP1tyecAKqgL9QxW8fEX3A4JAEIG > .row .container { border-width: 0; border-radius: 0; }#A5ldlP1tyecAKqgL9QxW8fEX3A4JAEIG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A5ldlP1tyecAKqgL9QxW8fEX3A4JAEIG > .row .container { font-size:0.875rem;font-family:arial;height:36.875rem;width:60rem;position:relative;display:block; }#cM2FIzGvJKIZHaosWqov6xQ3u2Cz3QeO { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;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:29.375rem;width:60rem;top:3.7859344482422rem;left:0.08671951293945rem;display:block; }
#GxwJWZszHmB3QTtAimHXV5HtTf3voSlV { background-color:#50b946;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:1.875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:29.625rem;left:47.874998092651rem;display:block; }
#nKfDqEUoWJQEDp3yWGRmawTLNL8K5yQ9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t1qGCK7X9LzaHdyEhZfdfPnwDb4JMF6c { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3ee429d8-da1a-4983-a2ad-36544209efd7/Photo11.png");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-left-radius:3.125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.875rem;width:11.5rem;top:6.0625rem;left:2.3125rem;display:block; }#t1qGCK7X9LzaHdyEhZfdfPnwDb4JMF6c.adaptive-delivery-prevent-bg, #t1qGCK7X9LzaHdyEhZfdfPnwDb4JMF6c.lazyload, #t1qGCK7X9LzaHdyEhZfdfPnwDb4JMF6c.lazyloading { background-image: none; }
#O44oAfXRaygT05GWdkeAlMkqghNBNnMh { color:#4d4d4d;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:7.26171875rem;left:20.562501907349rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UUtci4nQ8pCAHNsMonhR6qwFDfirfzSJ { color:#4d4d4d;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:9.359375rem;left:20.562501907349rem;height:14.2962875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qrp2rW6bKrraxHz4IJfLHCyNeJTTWUlX { color:rgba(77,77,77,0.5);display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:25.125rem;left:20.625001907349rem;height:2.925rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#NLQ549hGB1ohktMaIl3qKQqIXlK9PSrz { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:29.625rem;left:20.500001907349rem;overflow:hidden;display:block; }
#MiNWGK798WQRugZknRm530sdTqtuRhsZ { color:#888888;display:block;width:7.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:29.9375rem;left:23.312501907349rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cbsbebb9aCKM644ulQP924Cn0WhF06dS { background-color:#d1d1d1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:1.875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:29.625rem;left:36.36171913147rem;display:block; }
#Ctqk9CbgRN4D7wii7AmnX7WrpqxW0aVz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aHwX8U7P1c3IOkCiTSOew5oUayJ74hTL { color:#d1d1d1;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:5.625rem;left:20.625rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FIbClgzbkuSQPNdf3RWQasPzFx7bSZm2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d9ead3;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; }#FIbClgzbkuSQPNdf3RWQasPzFx7bSZm2 > .row .container { background-color: transparent; background-image: none; }#FIbClgzbkuSQPNdf3RWQasPzFx7bSZm2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FIbClgzbkuSQPNdf3RWQasPzFx7bSZm2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FIbClgzbkuSQPNdf3RWQasPzFx7bSZm2 > .row .container > .video-iframe-container { display: none; }#FIbClgzbkuSQPNdf3RWQasPzFx7bSZm2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FIbClgzbkuSQPNdf3RWQasPzFx7bSZm2 > .row > .video-iframe-container { display: none; }#FIbClgzbkuSQPNdf3RWQasPzFx7bSZm2 > .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); }#FIbClgzbkuSQPNdf3RWQasPzFx7bSZm2 > .row .container { border-width: 0; border-radius: 0; }#FIbClgzbkuSQPNdf3RWQasPzFx7bSZm2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FIbClgzbkuSQPNdf3RWQasPzFx7bSZm2 > .row .container { font-size:0.875rem;font-family:arial;height:30.9375rem;width:60rem;position:relative;display:block; }#KAWtlHbIfqJaOJ5ePg0NoS4JIM2CkIas { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;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:23.375rem;width:60rem;top:3.78515625rem;left:0.08671951293945rem;display:block; }
#vFNfUoVeelEOBEWtqmaJLVBQ2Z4CpAJC { background-color:#50b946;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:1.875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:23.374237060547rem;left:47.874219894409rem;display:block; }
#KDNcBnrAydhc1XIJHnuKSftBytJ8QMJ5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r1HcyMSJ44waw4beVkFIgSkQgfzJr61t { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/69e240a0-31bd-47ab-a34d-c92ac4ce31da/Photo2.png");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-left-radius:3.125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.875rem;width:11.5rem;top:6.0625rem;left:2.3125rem;display:block; }#r1HcyMSJ44waw4beVkFIgSkQgfzJr61t.adaptive-delivery-prevent-bg, #r1HcyMSJ44waw4beVkFIgSkQgfzJr61t.lazyload, #r1HcyMSJ44waw4beVkFIgSkQgfzJr61t.lazyloading { background-image: none; }
#ptC15UZcux7fNyXkLpALP4IW0hgq9trV { color:#4d4d4d;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:7.26171875rem;left:20.562501907349rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aa2MvB4WP3o1Que7NZx8xNZOdaiG7gs8 { color:#4d4d4d;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:9.359375rem;left:20.562501907349rem;height:7.79798125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kk55Vu3b1moWdkyFd2pgabTJwv10PxAM { color:rgba(77,77,77,0.5);display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:18.875rem;left:20.625001907349rem;height:2.925rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#PECVAdZ9LTbbk2eBOb3hOD6VnTlzhQWu { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:23.374237060547rem;left:20.500001907349rem;overflow:hidden;display:block; }
#U8PCkxvf94TS7L8fx9EXWJTslpyCec8n { color:#888888;display:block;width:7.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:23.686737060547rem;left:23.312501907349rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ynAJdwzEoBx8WzRyrHdxufBC4f9cnBzs { background-color:#d1d1d1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:1.875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:23.373443603516rem;left:36.36171913147rem;display:block; }
#GFqLGSGtgKOZd4Kk9HfPDiVfKt5H2yGr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ewSFT9zRN86gwKc9qvdf5cwZtn5Q9MZ6 { color:#d1d1d1;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:5.625rem;left:20.625rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vMhtHWc4TEfMmd9WSlN0C3S0RiqyC6UF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d9ead3;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; }#vMhtHWc4TEfMmd9WSlN0C3S0RiqyC6UF > .row .container { background-color: transparent; background-image: none; }#vMhtHWc4TEfMmd9WSlN0C3S0RiqyC6UF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vMhtHWc4TEfMmd9WSlN0C3S0RiqyC6UF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vMhtHWc4TEfMmd9WSlN0C3S0RiqyC6UF > .row .container > .video-iframe-container { display: none; }#vMhtHWc4TEfMmd9WSlN0C3S0RiqyC6UF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vMhtHWc4TEfMmd9WSlN0C3S0RiqyC6UF > .row > .video-iframe-container { display: none; }#vMhtHWc4TEfMmd9WSlN0C3S0RiqyC6UF > .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); }#vMhtHWc4TEfMmd9WSlN0C3S0RiqyC6UF > .row .container { border-width: 0; border-radius: 0; }#vMhtHWc4TEfMmd9WSlN0C3S0RiqyC6UF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vMhtHWc4TEfMmd9WSlN0C3S0RiqyC6UF > .row .container { font-size:0.875rem;font-family:arial;height:31.6875rem;width:60rem;position:relative;display:block; }#uXaTJDKZ29KLTxJSff8bKgTa9xxSXrGM { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.1875rem;width:60rem;top:3.78515625rem;left:0.08671951293945rem;display:block; }
#ZXH9FA6pL4hgDRT8OhtVgabpzC1EZZgT { background-color:#50b946;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:1.875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:24.561737060547rem;left:47.874219894409rem;display:block; }
#MJ5mICh5ZxrtKTIhfZSF4xm4Uhu5Hyoc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Eiy9Xy9olNtTgegGvE0O2ORxC3L5x6cZ { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3751f9f1-3a62-4777-b735-8735cdff8dc3/Photo10.png");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-left-radius:3.125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.875rem;width:11.5rem;top:6.0625rem;left:2.3125rem;display:block; }#Eiy9Xy9olNtTgegGvE0O2ORxC3L5x6cZ.adaptive-delivery-prevent-bg, #Eiy9Xy9olNtTgegGvE0O2ORxC3L5x6cZ.lazyload, #Eiy9Xy9olNtTgegGvE0O2ORxC3L5x6cZ.lazyloading { background-image: none; }
#Sz880pTMrlGt3Wxz2DXOn4hxonhpGCqQ { color:#4d4d4d;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:7.26171875rem;left:20.562501907349rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BzFFpIDnqPScAzL1ra5MIcwGeWR02rNq { color:#4d4d4d;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:9.359375rem;left:20.562501907349rem;height:9.09765625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#U29fZXobtuZBprLN86UZdslCVRkDRMXo { color:rgba(77,77,77,0.5);display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:20.0625rem;left:20.625001907349rem;height:2.925rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#Jh6yqVs4RMsV8nWqwxu7CCh7tUlVdwNF { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:24.561737060547rem;left:20.500001907349rem;overflow:hidden;display:block; }
#ZETi5wCG6mrZlxkqm0kxxMPPGJX6QyLW { color:#888888;display:block;width:7.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:24.874237060547rem;left:23.312501907349rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mmQJWDPsuRPhoQPChZ8mFuFzetSqPc4R { background-color:#d1d1d1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:1.875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:24.560943603516rem;left:36.36171913147rem;display:block; }
#ymqiURXs3N7klxaOKtUPCkHaydXa5MVT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wBK3lkfab4arzoctwQcSXvdFWoi9hBqL { color:#d1d1d1;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:5.625rem;left:20.625rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sKXew81yXJWNeS60bJTEL44zPchAoxDH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d9ead3;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; }#sKXew81yXJWNeS60bJTEL44zPchAoxDH > .row .container { background-color: transparent; background-image: none; }#sKXew81yXJWNeS60bJTEL44zPchAoxDH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sKXew81yXJWNeS60bJTEL44zPchAoxDH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sKXew81yXJWNeS60bJTEL44zPchAoxDH > .row .container > .video-iframe-container { display: none; }#sKXew81yXJWNeS60bJTEL44zPchAoxDH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sKXew81yXJWNeS60bJTEL44zPchAoxDH > .row > .video-iframe-container { display: none; }#sKXew81yXJWNeS60bJTEL44zPchAoxDH > .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); }#sKXew81yXJWNeS60bJTEL44zPchAoxDH > .row .container { border-width: 0; border-radius: 0; }#sKXew81yXJWNeS60bJTEL44zPchAoxDH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sKXew81yXJWNeS60bJTEL44zPchAoxDH > .row .container { font-size:0.875rem;font-family:arial;height:26rem;width:60rem;position:relative;display:block; }#okv0qmBFBeiKhmqLSk5yeLsSvHQhfebo { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;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:18.375rem;width:60rem;top:3.78515625rem;left:0.08671951293945rem;display:block; }
#nc5V5x5n6DkordfVm6v47htvXos9NfMw { background-color:#50b946;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:1.875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:18.560943603516rem;left:47.874219894409rem;display:block; }
#bGMLcHyODMD4COr2AQf9KB5EgdHONETK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#inJlqHZcXQwFlgak3JS8K9uyTyWVTswZ { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/78271863-33b0-4a5b-92f0-6d72473c88fe/Photo12.png");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-left-radius:3.125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.875rem;width:11.5rem;top:6.0625rem;left:2.3125rem;display:block; }#inJlqHZcXQwFlgak3JS8K9uyTyWVTswZ.adaptive-delivery-prevent-bg, #inJlqHZcXQwFlgak3JS8K9uyTyWVTswZ.lazyload, #inJlqHZcXQwFlgak3JS8K9uyTyWVTswZ.lazyloading { background-image: none; }
#dSfi5aaRSdQXJTtHq8q9UfxzBRBh5KHi { color:#4d4d4d;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:7.26171875rem;left:20.562501907349rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nAFqU9E2xn5m3OesdtZxJ3b7P7q9IiJ5 { color:#4d4d4d;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:9.359375rem;left:20.562501907349rem;height:2.599325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ef3i3DepJTs5n2z0qEW7dOROOXuuau2f { color:rgba(77,77,77,0.5);display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:13.5625rem;left:20.625001907349rem;height:2.925rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#TCG1CF5TWFE1noJApFNlA8C53GVT4VB3 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:18.560943603516rem;left:20.500001907349rem;overflow:hidden;display:block; }
#AJiBp9FgMTqhti7efFfasIH1q9Lbb7A7 { color:#888888;display:block;width:7.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:18.873443603516rem;left:23.312501907349rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#omXJWTMkoF53qOvugazQ21avBwWwsJLg { background-color:#d1d1d1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:1.875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:18.560180664062rem;left:36.36171913147rem;display:block; }
#AZW4ZX8opUaO9ltDzRCTR0La5tWglCwX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qZI751KsPOaDznVOcD8xWQD7RmJtIdFt { color:#d1d1d1;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:5.625rem;left:20.625rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f4fDELtHMBG5yAVy8vOwKqhwrlh4R0MV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d9ead3;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; }#f4fDELtHMBG5yAVy8vOwKqhwrlh4R0MV > .row .container { background-color: transparent; background-image: none; }#f4fDELtHMBG5yAVy8vOwKqhwrlh4R0MV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4fDELtHMBG5yAVy8vOwKqhwrlh4R0MV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4fDELtHMBG5yAVy8vOwKqhwrlh4R0MV > .row .container > .video-iframe-container { display: none; }#f4fDELtHMBG5yAVy8vOwKqhwrlh4R0MV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4fDELtHMBG5yAVy8vOwKqhwrlh4R0MV > .row > .video-iframe-container { display: none; }#f4fDELtHMBG5yAVy8vOwKqhwrlh4R0MV > .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); }#f4fDELtHMBG5yAVy8vOwKqhwrlh4R0MV > .row .container { border-width: 0; border-radius: 0; }#f4fDELtHMBG5yAVy8vOwKqhwrlh4R0MV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f4fDELtHMBG5yAVy8vOwKqhwrlh4R0MV > .row .container { font-size:0.875rem;font-family:arial;height:26.9375rem;width:60rem;position:relative;display:block; }#WGH4EZ4uH5XR8M4uJTR7J3fxIw97XTqp { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;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:19.25rem;width:60rem;top:3.78515625rem;left:0.08671951293945rem;display:block; }
#xzeTpJZTOf9c2sxdIs7zFTi8lBJ5rlys { background-color:#50b946;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:1.875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:19.499237060547rem;left:47.874219894409rem;display:block; }
#VcO2kSaqCVIJTisHxfwyx9tVJliNfzL0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RUOhCVwdLSOsfH0L2GX7NFHFdDr0VWGF { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3210ad8c-f1b9-4ccd-a2d8-14783f109a25/Photo13.png");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-left-radius:3.125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.875rem;width:11.5rem;top:6.0625rem;left:2.3125rem;display:block; }#RUOhCVwdLSOsfH0L2GX7NFHFdDr0VWGF.adaptive-delivery-prevent-bg, #RUOhCVwdLSOsfH0L2GX7NFHFdDr0VWGF.lazyload, #RUOhCVwdLSOsfH0L2GX7NFHFdDr0VWGF.lazyloading { background-image: none; }
#cRECoKeUnhcmaXpTXL4FN7wqKeEO6oQi { color:#4d4d4d;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:7.26171875rem;left:20.562501907349rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Mh8BTtFPX4HBgVR7bZMxAkIdNJECCVSB { color:#4d4d4d;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:9.359375rem;left:20.562501907349rem;height:3.8989875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c6oSdoHSFgDN7kZ2uk1XTBUlfaHraLnI { color:rgba(77,77,77,0.5);display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:15rem;left:20.625001907349rem;height:2.925rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#G0CKcKIByhaKwAcSny2CqnEOwOaGeCKx { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:19.499237060547rem;left:20.500001907349rem;overflow:hidden;display:block; }
#e8ZuM9SLTgN5KvHmGiwpWzH9qNaL5UZ2 { color:#888888;display:block;width:7.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:19.811737060547rem;left:23.312501907349rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PQRTH7uaBDXcaDxuzfDcXpfHPfz6wHxK { background-color:#d1d1d1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:1.875rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:19.498443603516rem;left:36.36171913147rem;display:block; }
#WH88WI1T2EUQCy8tmH7yitrEJgSMl0WT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ENt1ilo7UsInrI87GR8cFv7Aqr90oicC { color:#d1d1d1;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:5.625rem;left:20.625rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GSmiJIb9lXhWwUfKQvEl3Hu0TsO1OFp8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d9ead3;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; }#GSmiJIb9lXhWwUfKQvEl3Hu0TsO1OFp8 > .row .container { background-color: transparent; background-image: none; }#GSmiJIb9lXhWwUfKQvEl3Hu0TsO1OFp8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GSmiJIb9lXhWwUfKQvEl3Hu0TsO1OFp8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GSmiJIb9lXhWwUfKQvEl3Hu0TsO1OFp8 > .row .container > .video-iframe-container { display: none; }#GSmiJIb9lXhWwUfKQvEl3Hu0TsO1OFp8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GSmiJIb9lXhWwUfKQvEl3Hu0TsO1OFp8 > .row > .video-iframe-container { display: none; }#GSmiJIb9lXhWwUfKQvEl3Hu0TsO1OFp8 > .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); }#GSmiJIb9lXhWwUfKQvEl3Hu0TsO1OFp8 > .row .container { border-width: 0; border-radius: 0; }#GSmiJIb9lXhWwUfKQvEl3Hu0TsO1OFp8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GSmiJIb9lXhWwUfKQvEl3Hu0TsO1OFp8 > .row .container { font-size:0.875rem;font-family:arial;height:26.625rem;width:60rem;position:relative;display:block; }#mpeQb2oabbmKBMqVwBoKPnXugMfZrr7s { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;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:19.125rem;width:60rem;top:3.78515625rem;left:0.08671951293945rem;display:block; }
#JIIbdU82uaM7Ooa6C01A9BCRiKuFmV6T { background-color:#50b946;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:1.875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:19.373443603516rem;left:47.874219894409rem;display:block; }
#MZGsmiJXa1FcLzxKTDulkHDWdOHNhkN0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oLdskup7LPFADhyCpUfNELCTtoL1dQcB { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/75d7a9ca-bcb9-4734-bc75-8786b9e16361/Photo14.png");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-left-radius:3.125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.875rem;width:11.5rem;top:6.0625rem;left:2.3125rem;display:block; }#oLdskup7LPFADhyCpUfNELCTtoL1dQcB.adaptive-delivery-prevent-bg, #oLdskup7LPFADhyCpUfNELCTtoL1dQcB.lazyload, #oLdskup7LPFADhyCpUfNELCTtoL1dQcB.lazyloading { background-image: none; }
#OWDdheuwnhdiThJpdDwuDZTxpreFwToC { color:#4d4d4d;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:7.26171875rem;left:20.562501907349rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KlbwamZ3HRINX1wQlgHhC5x9ppTEMAIq { color:#4d4d4d;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:9.359375rem;left:20.562501907349rem;height:2.599325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#i81RXJM8GDg7EtB1Jn6pmH7fxxJXa2QS { color:rgba(77,77,77,0.5);display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:13.625rem;left:20.625001907349rem;height:2.925rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#yb01L4pc5whQ4i2Dl1pytVP27rPMDu9T { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:19.373443603516rem;left:20.500001907349rem;overflow:hidden;display:block; }
#VIWANDCxp4uPn5vMskTccqlZMnntzfqV { color:#888888;display:block;width:7.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:19.685943603516rem;left:23.312501907349rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#y6gvE3Wxu5gxiBlSAAiHlO1y1x4i6P0f { background-color:#d1d1d1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:1.875rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:19.372680664062rem;left:36.36171913147rem;display:block; }
#ZQ0zQKaIK7R5qPMcAPfN7qoKcOFQlvsz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WMnz7XUcwiTnr8TXPcuzwFQ7J0bEcNVH { color:#d1d1d1;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:5.625rem;left:20.625rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Nm7XIbCzSRpPfCF5WopkSNWvaWK3iVnE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d9ead3;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; }#Nm7XIbCzSRpPfCF5WopkSNWvaWK3iVnE > .row .container { background-color: transparent; background-image: none; }#Nm7XIbCzSRpPfCF5WopkSNWvaWK3iVnE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nm7XIbCzSRpPfCF5WopkSNWvaWK3iVnE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nm7XIbCzSRpPfCF5WopkSNWvaWK3iVnE > .row .container > .video-iframe-container { display: none; }#Nm7XIbCzSRpPfCF5WopkSNWvaWK3iVnE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nm7XIbCzSRpPfCF5WopkSNWvaWK3iVnE > .row > .video-iframe-container { display: none; }#Nm7XIbCzSRpPfCF5WopkSNWvaWK3iVnE > .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); }#Nm7XIbCzSRpPfCF5WopkSNWvaWK3iVnE > .row .container { border-width: 0; border-radius: 0; }#Nm7XIbCzSRpPfCF5WopkSNWvaWK3iVnE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Nm7XIbCzSRpPfCF5WopkSNWvaWK3iVnE > .row .container { font-size:0.875rem;font-family:arial;height:41.1875rem;width:60rem;position:relative;display:block; }#sitkuee8K5wREQ6fOBwimEGHwH4SP6iw { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;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:33.5rem;width:60rem;top:3.7859497070312rem;left:0.08671951293945rem;display:block; }
#nr0hIQeNuPwvngGSJuaFH8ToqeZX2v0b { background-color:#50b946;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:1.875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:33.75rem;left:47.937498092651rem;display:block; }
#LTvw0RUbTL8sNdB4lc26B9SH2l9G5Zkp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kp2UPlpZE8dtOSyWlzX0QFwvXN7C1EfX { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/cd3394aa-32fe-4259-b015-200e067976b8/Photo15.png");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-left-radius:3.125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.875rem;width:11.5rem;top:6.0625rem;left:2.3125rem;display:block; }#kp2UPlpZE8dtOSyWlzX0QFwvXN7C1EfX.adaptive-delivery-prevent-bg, #kp2UPlpZE8dtOSyWlzX0QFwvXN7C1EfX.lazyload, #kp2UPlpZE8dtOSyWlzX0QFwvXN7C1EfX.lazyloading { background-image: none; }
#d3ZVvEWJWIiTb7NRXX9ZpxCti38SvFJS { color:#4d4d4d;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:7.26171875rem;left:20.562501907349rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MQthaOSz5w051KLatp1K4dPuLkqxdps1 { color:#4d4d4d;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:9.359375rem;left:20.562501907349rem;height:18.195275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#slqHo8FrZWKv2uz4tIgunScvTxKPSy8F { color:rgba(77,77,77,0.5);display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:29.125rem;left:20.687501907349rem;height:2.925rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#ivg0TZg06Q4E11TB3lDCnZqlZmqAig0o { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:33.75rem;left:20.562501907349rem;overflow:hidden;display:block; }
#R2ctVRfIOBhToTi1a6pBQRUAki7c1J8U { color:#888888;display:block;width:7.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:34.037506103516rem;left:23.343751907349rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#reqgHy8o1o18AILDmxS615ElqNLhbADx { background-color:#d1d1d1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:1.875rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:33.749237060547rem;left:36.42421913147rem;display:block; }
#WdQmcb40zxsZ25f1TO5wPc41rCDLsKon { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#suTzgJsA4eJFV96HPItDyTnhLOnicAdb { color:#d1d1d1;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:5.625rem;left:20.625rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vrtM7nB4cv5RA4VgN9oDDfdCngXwrV9G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d9ead3;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; }#vrtM7nB4cv5RA4VgN9oDDfdCngXwrV9G > .row .container { background-color: transparent; background-image: none; }#vrtM7nB4cv5RA4VgN9oDDfdCngXwrV9G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vrtM7nB4cv5RA4VgN9oDDfdCngXwrV9G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vrtM7nB4cv5RA4VgN9oDDfdCngXwrV9G > .row .container > .video-iframe-container { display: none; }#vrtM7nB4cv5RA4VgN9oDDfdCngXwrV9G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vrtM7nB4cv5RA4VgN9oDDfdCngXwrV9G > .row > .video-iframe-container { display: none; }#vrtM7nB4cv5RA4VgN9oDDfdCngXwrV9G > .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); }#vrtM7nB4cv5RA4VgN9oDDfdCngXwrV9G > .row .container { border-width: 0; border-radius: 0; }#vrtM7nB4cv5RA4VgN9oDDfdCngXwrV9G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vrtM7nB4cv5RA4VgN9oDDfdCngXwrV9G > .row .container { font-size:0.875rem;font-family:arial;height:29.5rem;width:60rem;position:relative;display:block; }#V7V5y1Tve5pC47GCETboDuBM8BSgcXRd { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.875rem;width:60rem;top:3.7859497070312rem;left:0.08671951293945rem;display:block; }
#vkVGWquMSPhJ1fe0g9TqLKRrZ3HWN0MK { background-color:#50b946;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:1.875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:22.375rem;left:47.936719894409rem;display:block; }
#bC7zx9MFZGP4wu279xtneAGPVTcD9BMX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XRlUnELbRs4OsSTbWtlTMWF3oShdzCa7 { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e85a7d4b-c464-4de8-a09a-ab5faba39e49/Photo16.png");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-left-radius:3.125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.875rem;width:11.5rem;top:6.0625rem;left:2.3125rem;display:block; }#XRlUnELbRs4OsSTbWtlTMWF3oShdzCa7.adaptive-delivery-prevent-bg, #XRlUnELbRs4OsSTbWtlTMWF3oShdzCa7.lazyload, #XRlUnELbRs4OsSTbWtlTMWF3oShdzCa7.lazyloading { background-image: none; }
#ZuhsSlFPpwtFC4iLQDTuHEC1JuFNxADo { color:#4d4d4d;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:7.26171875rem;left:20.562501907349rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qGvCdpUN1T7K7axvspwsmGsGsFhD1TNt { color:#4d4d4d;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:9.359375rem;left:20.562501907349rem;height:6.4983125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JJWGLQr43MuCPHH65UJf8RV7P44aM6D1 { color:rgba(77,77,77,0.5);display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:17.75rem;left:20.687501907349rem;height:2.925rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#okUTHEEs6T5CFqvLGBPxbJ8wRF9UhZDB { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:22.375rem;left:20.562501907349rem;overflow:hidden;display:block; }
#pJzg4I1789hJOzkpm5imBbV7hJvBbQF2 { color:#888888;display:block;width:7.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:22.661743164062rem;left:23.343751907349rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#L7hrumQeK8yEDzP63f7TOlwfOWyofkkg { background-color:#d1d1d1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:1.875rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:22.374237060547rem;left:36.42421913147rem;display:block; }
#VM1mAP267xCxSXhZdK4nxbv62a50ePZo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qMZcG3AEIrQdATmJKUQpexkF3JH7b0XV { color:#d1d1d1;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:5.625rem;left:20.61171913147rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nM33IAnQHLB5MaPV1gRCiGtft2H40veS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d9ead3;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; }#nM33IAnQHLB5MaPV1gRCiGtft2H40veS > .row .container { background-color: transparent; background-image: none; }#nM33IAnQHLB5MaPV1gRCiGtft2H40veS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nM33IAnQHLB5MaPV1gRCiGtft2H40veS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nM33IAnQHLB5MaPV1gRCiGtft2H40veS > .row .container > .video-iframe-container { display: none; }#nM33IAnQHLB5MaPV1gRCiGtft2H40veS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nM33IAnQHLB5MaPV1gRCiGtft2H40veS > .row > .video-iframe-container { display: none; }#nM33IAnQHLB5MaPV1gRCiGtft2H40veS > .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); }#nM33IAnQHLB5MaPV1gRCiGtft2H40veS > .row .container { border-width: 0; border-radius: 0; }#nM33IAnQHLB5MaPV1gRCiGtft2H40veS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nM33IAnQHLB5MaPV1gRCiGtft2H40veS > .row .container { font-size:0.875rem;font-family:arial;height:28.1875rem;width:60rem;position:relative;display:block; }#itcsbvNEiSEwllVtKdoNPX9FkHJkXrTK { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;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:20.6875rem;width:60rem;top:3.7859497070312rem;left:0.08671951293945rem;display:block; }
#kVtCvyXbOFdzMsZXeZHNpNmlED3SCoQc { background-color:#50b946;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:1.875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:20.9375rem;left:47.936719894409rem;display:block; }
#GhfHkNWoEOsS8GzefkV93kXAmc9Lqv0e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r5AuE5IvuSI4eoOvSvNL9x5AT8Gtx8td { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/38004537-dd0d-4e28-96af-af9155b21e5a/Photo17.png");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-left-radius:3.125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.875rem;width:11.5rem;top:6.0625rem;left:2.3125rem;display:block; }#r5AuE5IvuSI4eoOvSvNL9x5AT8Gtx8td.adaptive-delivery-prevent-bg, #r5AuE5IvuSI4eoOvSvNL9x5AT8Gtx8td.lazyload, #r5AuE5IvuSI4eoOvSvNL9x5AT8Gtx8td.lazyloading { background-image: none; }
#sGL35ah2QLl9lJsoDSIMsG95eUCckhVK { color:#4d4d4d;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:7.26171875rem;left:20.562501907349rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cUadZgtvtzwobxyg6Heo3bWGf5RqJma6 { color:#4d4d4d;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:9.359375rem;left:20.562501907349rem;height:5.19865rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Xte8HTKQTFi1dOIi9zo3zaXxZViSmFNN { color:rgba(77,77,77,0.5);display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:16.3125rem;left:20.687501907349rem;height:2.925rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#bXfMmIMsl5ZMyQzTMiQ5MJANX58EhSlG { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:20.9375rem;left:20.562501907349rem;overflow:hidden;display:block; }
#FeUDgAmFrGRzgZBwItm3VGZidXVs9o9G { color:#888888;display:block;width:7.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:21.224243164062rem;left:23.343751907349rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BOwAouii6sTmxQuwT1Bg2TTwtq4gpwvS { background-color:#d1d1d1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:1.875rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:20.936737060547rem;left:36.42421913147rem;display:block; }
#EbbqsxfUQwIochkhEEmktiJNdVH1NATC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ERCJlwW8C458zCKMx4IklMO1oXUa2XZy { color:#d1d1d1;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:5.625rem;left:20.625rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HMKvV6VrQaI95HBB3f3SwGOdCLTZ83lo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d9ead3;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; }#HMKvV6VrQaI95HBB3f3SwGOdCLTZ83lo > .row .container { background-color: transparent; background-image: none; }#HMKvV6VrQaI95HBB3f3SwGOdCLTZ83lo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HMKvV6VrQaI95HBB3f3SwGOdCLTZ83lo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HMKvV6VrQaI95HBB3f3SwGOdCLTZ83lo > .row .container > .video-iframe-container { display: none; }#HMKvV6VrQaI95HBB3f3SwGOdCLTZ83lo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HMKvV6VrQaI95HBB3f3SwGOdCLTZ83lo > .row > .video-iframe-container { display: none; }#HMKvV6VrQaI95HBB3f3SwGOdCLTZ83lo > .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); }#HMKvV6VrQaI95HBB3f3SwGOdCLTZ83lo > .row .container { border-width: 0; border-radius: 0; }#HMKvV6VrQaI95HBB3f3SwGOdCLTZ83lo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HMKvV6VrQaI95HBB3f3SwGOdCLTZ83lo > .row .container { font-size:0.875rem;font-family:arial;height:30.6875rem;width:60rem;position:relative;display:block; }#Wq9h2gaTXoBU6mnRbumPLNUZ3myoKVxf { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;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:23.125rem;width:60rem;top:3.78515625rem;left:0.08671951293945rem;display:block; }
#kiCZX3mFFFthQwGVTaN3JQEi7KHBbP94 { background-color:#50b946;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:1.875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:23.375rem;left:47.936719894409rem;display:block; }
#QddKNgLNVgrgaHLiPfE2Fwkg0spbiA54 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KyoZre4H5yrA7eCsHWBBWt7g9bB5GhCl { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1d667418-14e2-4286-aedf-a778402cfcd6/Photo19.png");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-left-radius:3.125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.875rem;width:11.5rem;top:6.0625rem;left:2.3125rem;display:block; }#KyoZre4H5yrA7eCsHWBBWt7g9bB5GhCl.adaptive-delivery-prevent-bg, #KyoZre4H5yrA7eCsHWBBWt7g9bB5GhCl.lazyload, #KyoZre4H5yrA7eCsHWBBWt7g9bB5GhCl.lazyloading { background-image: none; }
#JK3kH20OTZmMUpFUyVtu4TAdGXK3labx { color:#4d4d4d;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:7.26171875rem;left:20.562501907349rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zT8THkpUN9bJJV39sJwC1VSEgQ5aGvPt { color:#4d4d4d;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:9.359375rem;left:20.562501907349rem;height:7.79798125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v1ittelrIMHi0oJgTlUA3b7NEwKsKTwK { color:rgba(77,77,77,0.5);display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:18.75rem;left:20.687501907349rem;height:2.925rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#tFD6V6LTeKD0sZ0oi5nFyz9MeztwWAHV { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:23.375rem;left:20.562501907349rem;overflow:hidden;display:block; }
#gVofsJsagIc9n1zeTBPHohu5lw97odzR { color:#888888;display:block;width:7.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:23.661743164062rem;left:23.343751907349rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vErWQkqwv8hHA0IDV9owRuI44k67sWiI { background-color:#d1d1d1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:1.875rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:23.374237060547rem;left:36.42421913147rem;display:block; }
#Rzhl4VFVXJTQO3GXkXOTN1PTxeqT1ttW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#srKXgGC3V0CAUSTTBikCnOKwcmXqQxKr { color:#d1d1d1;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:5.625rem;left:20.625rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Z9ePvC6fzFi0O2o5QV3W3N170KwsnfId { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d9ead3;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; }#Z9ePvC6fzFi0O2o5QV3W3N170KwsnfId > .row .container { background-color: transparent; background-image: none; }#Z9ePvC6fzFi0O2o5QV3W3N170KwsnfId::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z9ePvC6fzFi0O2o5QV3W3N170KwsnfId > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z9ePvC6fzFi0O2o5QV3W3N170KwsnfId > .row .container > .video-iframe-container { display: none; }#Z9ePvC6fzFi0O2o5QV3W3N170KwsnfId > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z9ePvC6fzFi0O2o5QV3W3N170KwsnfId > .row > .video-iframe-container { display: none; }#Z9ePvC6fzFi0O2o5QV3W3N170KwsnfId > .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); }#Z9ePvC6fzFi0O2o5QV3W3N170KwsnfId > .row .container { border-width: 0; border-radius: 0; }#Z9ePvC6fzFi0O2o5QV3W3N170KwsnfId > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z9ePvC6fzFi0O2o5QV3W3N170KwsnfId > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:60rem;position:relative;display:block; }#peFVJsXtFB6NWPd73XXLdqt0hJZKRFXo { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;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:25.625rem;width:60rem;top:3.78515625rem;left:0.08671951293945rem;display:block; }
#hrdXXTUceuAJZxW73MroLnkE9AHXa9CG { background-color:#50b946;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:1.875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:25.875rem;left:47.936719894409rem;display:block; }
#nCgoMNVEflDbbPNBI35x6sKV4fdiT65s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RapXlIpJklbqnLMlIWv3dbEg5BO1XZKo { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8b424d9c-5b46-4c7e-bb42-fe422e15fa29/Photo20.png");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-left-radius:3.125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.875rem;width:11.5rem;top:6.0625rem;left:2.3125rem;display:block; }#RapXlIpJklbqnLMlIWv3dbEg5BO1XZKo.adaptive-delivery-prevent-bg, #RapXlIpJklbqnLMlIWv3dbEg5BO1XZKo.lazyload, #RapXlIpJklbqnLMlIWv3dbEg5BO1XZKo.lazyloading { background-image: none; }
#cCadynFiGlTIDXzAAk7hRycpP1g6mmso { color:#4d4d4d;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:7.26171875rem;left:20.562501907349rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CoLHsfBasXrSrvwRxzwqS2hPZ8BbUrg8 { color:#4d4d4d;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:9.359375rem;left:20.562501907349rem;height:10.3973rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FvsVGK6KK30wLiuOyvNGnbGnFdXNfPaq { color:rgba(77,77,77,0.5);display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:21.25rem;left:20.687501907349rem;height:2.925rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#EN8II4qPLJKlo7vfKSyooCi8xlDQnBei { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:25.875rem;left:20.562501907349rem;overflow:hidden;display:block; }
#Tpby9fDXWPlrtw0m9RfyMILAmrp83h9m { color:#888888;display:block;width:7.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:26.161682128906rem;left:23.343751907349rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pJ3isVvyC9Xpi4gLHHWNBB3VCBJ96CPn { background-color:#d1d1d1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:1.875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:25.874206542969rem;left:36.42421913147rem;display:block; }
#Ew5aaHeTrELTU9Of7gcpoR5AOp73ZP19 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UatlJ9UC9lNOHHQnxuMLSrxhxu2SOyfL { color:#d1d1d1;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:5.625rem;left:20.61171913147rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aAuHAPAySrE4JHppkE38b5c2xzKTZb1Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d9ead3;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; }#aAuHAPAySrE4JHppkE38b5c2xzKTZb1Z > .row .container { background-color: transparent; background-image: none; }#aAuHAPAySrE4JHppkE38b5c2xzKTZb1Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aAuHAPAySrE4JHppkE38b5c2xzKTZb1Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aAuHAPAySrE4JHppkE38b5c2xzKTZb1Z > .row .container > .video-iframe-container { display: none; }#aAuHAPAySrE4JHppkE38b5c2xzKTZb1Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aAuHAPAySrE4JHppkE38b5c2xzKTZb1Z > .row > .video-iframe-container { display: none; }#aAuHAPAySrE4JHppkE38b5c2xzKTZb1Z > .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); }#aAuHAPAySrE4JHppkE38b5c2xzKTZb1Z > .row .container { border-width: 0; border-radius: 0; }#aAuHAPAySrE4JHppkE38b5c2xzKTZb1Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aAuHAPAySrE4JHppkE38b5c2xzKTZb1Z > .row .container { font-size:0.875rem;font-family:arial;height:32.1875rem;width:60rem;position:relative;display:block; }#BJdVLmTmpryyzOod92KHJosfhdNpXeGb { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.5625rem;width:60rem;top:3.78515625rem;left:0.08671951293945rem;display:block; }
#u5Q792buXgl4CwAsIy1iGatICUbuddp3 { background-color:#50b946;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:1.875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:24.75rem;left:47.936719894409rem;display:block; }
#sqZiTu2P0rnvJ2iJF5J0zT0BJaOAxZ5L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NHp4Sx6fJiMpHoRRJnf5VRZo9HHFywuT { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/691ae3e1-3418-4b3c-9960-de8b4e17fd3f/Photo21.png");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-left-radius:3.125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.875rem;width:11.5rem;top:6.0625rem;left:2.3125rem;display:block; }#NHp4Sx6fJiMpHoRRJnf5VRZo9HHFywuT.adaptive-delivery-prevent-bg, #NHp4Sx6fJiMpHoRRJnf5VRZo9HHFywuT.lazyload, #NHp4Sx6fJiMpHoRRJnf5VRZo9HHFywuT.lazyloading { background-image: none; }
#wBFJstJmL9roX3I86stcupDcmxATq3Sb { color:#4d4d4d;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:7.26171875rem;left:20.562501907349rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q2m6UyDDl3pvsHT3C9MdkgwlAO77DE7t { color:#4d4d4d;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:9.359375rem;left:20.562501907349rem;height:11.69698125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AG8yPbCLgDkNz1kK07nsoqMIXEBOTtsD { color:rgba(77,77,77,0.5);display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:22.5625rem;left:20.687501907349rem;height:0.975rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#M5RfP66rp7Dnvi2paCKk6ZcaXISbrffZ { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:24.75rem;left:20.562501907349rem;overflow:hidden;display:block; }
#AwIdKByT8EVAFJyhQ50EB4V9ZczpWvpL { color:#888888;display:block;width:7.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:25.035949707031rem;left:23.343751907349rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gORTcwrRUETF5kzbUIk2B2FgmXRC0Qis { background-color:#d1d1d1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:1.875rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:24.749206542969rem;left:36.42421913147rem;display:block; }
#sDXgBDVrCyAB8U5FUhHQ827cW7HTnLOn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hPffHM7zEJZZqIEqZvLuC4I4m9ySoBc7 { color:#d1d1d1;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:5.625rem;left:20.61171913147rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GV5mClkxkHgJxUtyS7XEuXzgCUME1R6N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d9ead3;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; }#GV5mClkxkHgJxUtyS7XEuXzgCUME1R6N > .row .container { background-color: transparent; background-image: none; }#GV5mClkxkHgJxUtyS7XEuXzgCUME1R6N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GV5mClkxkHgJxUtyS7XEuXzgCUME1R6N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GV5mClkxkHgJxUtyS7XEuXzgCUME1R6N > .row .container > .video-iframe-container { display: none; }#GV5mClkxkHgJxUtyS7XEuXzgCUME1R6N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GV5mClkxkHgJxUtyS7XEuXzgCUME1R6N > .row > .video-iframe-container { display: none; }#GV5mClkxkHgJxUtyS7XEuXzgCUME1R6N > .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); }#GV5mClkxkHgJxUtyS7XEuXzgCUME1R6N > .row .container { border-width: 0; border-radius: 0; }#GV5mClkxkHgJxUtyS7XEuXzgCUME1R6N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GV5mClkxkHgJxUtyS7XEuXzgCUME1R6N > .row .container { font-size:0.875rem;font-family:arial;height:26.6875rem;width:60rem;position:relative;display:block; }#JTACXFQCLPsVWTvtTVzw8ZFfXuuvngiJ { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;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:19.25rem;width:60rem;top:3.78515625rem;left:0.08671951293945rem;display:block; }
#Ihv4gV57cElnTC08kuKTB4Ce2pa8cbDP { background-color:#50b946;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:1.875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:19.5rem;left:47.936719894409rem;display:block; }
#FylSkU2FQ92GGnzfOKFuTmAAb7DLTILc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FH0POpLVcI1e0AqorlIW00iJVOG5ZZtF { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/41e8eb9e-4111-4e11-b00c-1726f0d351e2/Photo22.png");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-left-radius:3.125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.875rem;width:11.5rem;top:6.0625rem;left:2.3125rem;display:block; }#FH0POpLVcI1e0AqorlIW00iJVOG5ZZtF.adaptive-delivery-prevent-bg, #FH0POpLVcI1e0AqorlIW00iJVOG5ZZtF.lazyload, #FH0POpLVcI1e0AqorlIW00iJVOG5ZZtF.lazyloading { background-image: none; }
#yNXT2L3kBTmFoNUlPdE4Q6dQwrQJsfIe { color:#4d4d4d;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:7.26171875rem;left:20.562501907349rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xkRsswsDkyINEobL6k7kGaZ782uRQizn { color:#4d4d4d;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:9.359375rem;left:20.562501907349rem;height:3.89899375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KWoRT5t47OJuABnBBUCXiwNkkDAN0bc4 { color:rgba(77,77,77,0.5);display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:14.875rem;left:20.687501907349rem;height:2.925rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#XuTw2RbCTUQRLKfuxRJkIEpBrSdTcHTM { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:19.5rem;left:20.562501907349rem;overflow:hidden;display:block; }
#TtweDD1JOK2osLSkhZfi95VPuJRJX40i { color:#888888;display:block;width:7.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:19.786682128906rem;left:23.343751907349rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WfXKeCU0lqSR9TbTfpsTPduSXCmvA7cm { background-color:#d1d1d1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:1.875rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:19.499206542969rem;left:36.42421913147rem;display:block; }
#lT1qcJPz0vcerxTfDiydu1qX0ddWgwqf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NZJ3EEs2QBmeDtG67itT8hcPhiGpcaq8 { color:#d1d1d1;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:5.625rem;left:20.625rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aQpxCPRoTldoinwKAb0dCDOyAv2My3Lu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d9ead3;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; }#aQpxCPRoTldoinwKAb0dCDOyAv2My3Lu > .row .container { background-color: transparent; background-image: none; }#aQpxCPRoTldoinwKAb0dCDOyAv2My3Lu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aQpxCPRoTldoinwKAb0dCDOyAv2My3Lu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aQpxCPRoTldoinwKAb0dCDOyAv2My3Lu > .row .container > .video-iframe-container { display: none; }#aQpxCPRoTldoinwKAb0dCDOyAv2My3Lu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aQpxCPRoTldoinwKAb0dCDOyAv2My3Lu > .row > .video-iframe-container { display: none; }#aQpxCPRoTldoinwKAb0dCDOyAv2My3Lu > .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); }#aQpxCPRoTldoinwKAb0dCDOyAv2My3Lu > .row .container { border-width: 0; border-radius: 0; }#aQpxCPRoTldoinwKAb0dCDOyAv2My3Lu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aQpxCPRoTldoinwKAb0dCDOyAv2My3Lu > .row .container { font-size:0.875rem;font-family:arial;height:31.9375rem;width:60rem;position:relative;display:block; }#I1PuB8KcpxIQN35q9d7qHHUbTG6tHxxh { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;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:20.4375rem;width:60rem;top:3.78515625rem;left:0.08671951293945rem;display:block; }
#AqTeWbdkfr2IESKaxaedWGCVeDF6g8bs { background-color:#50b946;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:1.875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:20.75rem;left:47.936719894409rem;display:block; }
#gNVCbeP4JMH4IgnHaUT1n7nz3vMO7364 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ik0lU9TvLUoVyDeZrJbi3B6nTcJdxgZ2 { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/72f40e08-7c57-4ea6-94e1-6886bfbba9c2/Photo23.png");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-left-radius:3.125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.875rem;width:11.5rem;top:6.0625rem;left:2.3125rem;display:block; }#Ik0lU9TvLUoVyDeZrJbi3B6nTcJdxgZ2.adaptive-delivery-prevent-bg, #Ik0lU9TvLUoVyDeZrJbi3B6nTcJdxgZ2.lazyload, #Ik0lU9TvLUoVyDeZrJbi3B6nTcJdxgZ2.lazyloading { background-image: none; }
#OhZZCU008Vc6bmIVBGZ2uyZVh7qtOLJ6 { color:#4d4d4d;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:7.26171875rem;left:20.562501907349rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kLoQpRJPwDbLZ3Atvuu59F7Tk8hyxbiq { color:#4d4d4d;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:9.359375rem;left:20.562501907349rem;height:5.19865625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ve15TgWUPgHQwWde7uz0v9me4E7wz3Zw { color:rgba(77,77,77,0.5);display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:16.125rem;left:20.687501907349rem;height:2.925rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#a4D8W6BposMcGZQsb2gNRlE111xTnslc { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:20.75rem;left:20.562501907349rem;overflow:hidden;display:block; }
#U4PMpTBwoJtcI6HWA2RRT96xdw4T9GUB { color:#888888;display:block;width:7.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:21.036682128906rem;left:23.343751907349rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sS4LmEBOyimLhROLhee8t21LS37a8OzX { background-color:#d1d1d1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:1.875rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:20.749206542969rem;left:36.42421913147rem;display:block; }
#XGy5s1ns4saSIP6BZ1yvV8SobyegmiyI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EGaem3hSoQXiksRZaMao3vV88wqwqK2h { color:#d1d1d1;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:5.625rem;left:20.625rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NOM0ItsWWXxi4Nm5ANxAAcAGKNi46b7T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cfe1f3;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; }#NOM0ItsWWXxi4Nm5ANxAAcAGKNi46b7T > .row .container { background-color: transparent; background-image: none; }#NOM0ItsWWXxi4Nm5ANxAAcAGKNi46b7T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NOM0ItsWWXxi4Nm5ANxAAcAGKNi46b7T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NOM0ItsWWXxi4Nm5ANxAAcAGKNi46b7T > .row .container > .video-iframe-container { display: none; }#NOM0ItsWWXxi4Nm5ANxAAcAGKNi46b7T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NOM0ItsWWXxi4Nm5ANxAAcAGKNi46b7T > .row > .video-iframe-container { display: none; }#NOM0ItsWWXxi4Nm5ANxAAcAGKNi46b7T > .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); }#NOM0ItsWWXxi4Nm5ANxAAcAGKNi46b7T > .row .container { border-width: 0; border-radius: 0; }#NOM0ItsWWXxi4Nm5ANxAAcAGKNi46b7T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NOM0ItsWWXxi4Nm5ANxAAcAGKNi46b7T > .row .container { font-size:0.875rem;font-family:arial;height:35.375rem;width:60rem;position:relative;display:block; }#gvsd2lKXuyzBOLtB5NUlHoaXbtOR3Wgv { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;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:23.5rem;width:60rem;top:7.625rem;left:0.08671951293945rem;display:block; }
#fRS7gJAHXGVfoTy9uV9U8AcQrcn9Opbl { background-color:#50b946;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:1.875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:27.375rem;left:47.936719894409rem;display:block; }
#T5Qa1Vtss8E0ub1baXVyreoGMDJNeNsZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rQHTVEfQRK8VJCUxyiTymywWWRxKmRqX { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/770019da-d424-4ac7-9538-207baf47b3bb/Photo24.png");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-left-radius:3.125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.875rem;width:11.5rem;top:9.8125rem;left:2.3125rem;display:block; }#rQHTVEfQRK8VJCUxyiTymywWWRxKmRqX.adaptive-delivery-prevent-bg, #rQHTVEfQRK8VJCUxyiTymywWWRxKmRqX.lazyload, #rQHTVEfQRK8VJCUxyiTymywWWRxKmRqX.lazyloading { background-image: none; }
#zvu2b9IV5QzwaeSvcA5z0X28xkP3y88E { color:#4d4d4d;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:11.01171875rem;left:20.562501907349rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zo7PCWZzkvmAldUwksyNQW8nJ2srNS6G { color:#4d4d4d;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:14.984375rem;left:20.562501907349rem;height:6.49831875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bu9LAR3TJHt1iTfeN4WxhzrRsksTg2Lq { color:rgba(77,77,77,0.5);display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:22.75rem;left:20.687501907349rem;height:2.925rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#zbfvQZ3ooRXNPGs0hpnwaJIdhLsZuFhE { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:27.375rem;left:20.562501907349rem;overflow:hidden;display:block; }
#uZr6VSn1cpu7xpBLu9Sb93J70T5gqsXX { color:#888888;display:block;width:7.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:27.660949707031rem;left:23.343751907349rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#b9dO3cO281UVoQOiz8eMRtE9lmtKDKoz { background-color:#d1d1d1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:1.875rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:27.373474121094rem;left:36.42421913147rem;display:block; }
#my5AyyNpFr73wXhGZvvwyi6E1ygZ7mvS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Lc6b0HrL6ZxUHMLF4La23QQXHcLnwywg { color:#d1d1d1;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:9.375rem;left:20.61171913147rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#u8eE2DZHuSdzCbrqVA952iIJCkk9pMas { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cfe1f3;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; }#u8eE2DZHuSdzCbrqVA952iIJCkk9pMas > .row .container { background-color: transparent; background-image: none; }#u8eE2DZHuSdzCbrqVA952iIJCkk9pMas::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8eE2DZHuSdzCbrqVA952iIJCkk9pMas > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8eE2DZHuSdzCbrqVA952iIJCkk9pMas > .row .container > .video-iframe-container { display: none; }#u8eE2DZHuSdzCbrqVA952iIJCkk9pMas > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8eE2DZHuSdzCbrqVA952iIJCkk9pMas > .row > .video-iframe-container { display: none; }#u8eE2DZHuSdzCbrqVA952iIJCkk9pMas > .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); }#u8eE2DZHuSdzCbrqVA952iIJCkk9pMas > .row .container { border-width: 0; border-radius: 0; }#u8eE2DZHuSdzCbrqVA952iIJCkk9pMas > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u8eE2DZHuSdzCbrqVA952iIJCkk9pMas > .row .container { font-size:0.875rem;font-family:arial;height:36.5625rem;width:60rem;position:relative;display:block; }#C1uxsZPncyu0TLQgCeq13WynApwQNCec { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;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:29.1875rem;width:60rem;top:3.78515625rem;left:0.08671951293945rem;display:block; }
#TvkVpi86NHUGkUL3h3pfbfoRZcCxOVhA { background-color:#50b946;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:1.875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:29.3125rem;left:47.936719894409rem;display:block; }
#yRK8rnB4dSVQboLlm8JWTmRf3Wo5SDm9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CNQUqSbZrRThC80FqRDFWiOzz01MelOI { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5e55faae-892c-4a5a-ae88-a72761dee6a6/Photo25.png");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-left-radius:3.125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.875rem;width:11.5rem;top:6.0625rem;left:2.3125rem;display:block; }#CNQUqSbZrRThC80FqRDFWiOzz01MelOI.adaptive-delivery-prevent-bg, #CNQUqSbZrRThC80FqRDFWiOzz01MelOI.lazyload, #CNQUqSbZrRThC80FqRDFWiOzz01MelOI.lazyloading { background-image: none; }
#y2Huk7AkIzKD3Txo2nhG6lwXnHsiGncI { color:#4d4d4d;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:7.26171875rem;left:20.562501907349rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JEnFgriyBvCVtIeMvDdmElbhnxz6G4eS { color:#4d4d4d;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:11.234375rem;left:20.562501907349rem;height:11.69696875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VOCSMy03mKXGTcxow9mixX7f14lCPxLy { color:rgba(77,77,77,0.5);display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:24.6875rem;left:20.687501907349rem;height:2.925rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#zy4O3bTNGtUzaJx6M3xHaZzXtRGAaURs { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:29.3125rem;left:20.562501907349rem;overflow:hidden;display:block; }
#tZf6tQxBvEIxNUFeZA5VuN9mmfQiOF4A { color:#888888;display:block;width:7.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:29.599182128906rem;left:23.343751907349rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vhg4IZscfUF9hF75WlMUpyrEscTTnOSy { background-color:#d1d1d1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:1.875rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:29.311706542969rem;left:36.42421913147rem;display:block; }
#RFRBVZTzZmzFv7TIRFRLnJp8kgdQTGIJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NdBP7Vy8K9JVrFciSn0fe1hWRTQzi1oL { color:#d1d1d1;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:5.625rem;left:20.61171913147rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lTKq4WZUw5iEgQ5L2kMTFnH1kaxGrw70 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cfe1f3;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; }#lTKq4WZUw5iEgQ5L2kMTFnH1kaxGrw70 > .row .container { background-color: transparent; background-image: none; }#lTKq4WZUw5iEgQ5L2kMTFnH1kaxGrw70::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTKq4WZUw5iEgQ5L2kMTFnH1kaxGrw70 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTKq4WZUw5iEgQ5L2kMTFnH1kaxGrw70 > .row .container > .video-iframe-container { display: none; }#lTKq4WZUw5iEgQ5L2kMTFnH1kaxGrw70 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTKq4WZUw5iEgQ5L2kMTFnH1kaxGrw70 > .row > .video-iframe-container { display: none; }#lTKq4WZUw5iEgQ5L2kMTFnH1kaxGrw70 > .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); }#lTKq4WZUw5iEgQ5L2kMTFnH1kaxGrw70 > .row .container { border-width: 0; border-radius: 0; }#lTKq4WZUw5iEgQ5L2kMTFnH1kaxGrw70 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lTKq4WZUw5iEgQ5L2kMTFnH1kaxGrw70 > .row .container { font-size:0.875rem;font-family:arial;height:37.1875rem;width:60rem;position:relative;display:block; }#CBoEVxNJbO1sTye870CVAiuxTTE9ioc6 { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;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:29.375rem;width:60rem;top:3.78515625rem;left:0.08671951293945rem;display:block; }
#ALBWAn9M3IPnHvVlfuof8swkoxQnSJCu { background-color:#50b946;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:1.875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:29.625rem;left:47.936719894409rem;display:block; }
#U1HMGOQpObILzhnmvx6BdpHINhqLRa4h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fw0wVcU8fZ60KGMhXsHSTuGtLJmTQ9iB { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7bfb712a-3adf-43c2-8405-365f26a01637/Photo26.png");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-left-radius:3.125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.875rem;width:11.5rem;top:6.0625rem;left:2.3125rem;display:block; }#fw0wVcU8fZ60KGMhXsHSTuGtLJmTQ9iB.adaptive-delivery-prevent-bg, #fw0wVcU8fZ60KGMhXsHSTuGtLJmTQ9iB.lazyload, #fw0wVcU8fZ60KGMhXsHSTuGtLJmTQ9iB.lazyloading { background-image: none; }
#SAowTpTscWVxmZFXFKqOUZpD1UXbUIM9 { color:#4d4d4d;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:7.26171875rem;left:20.562501907349rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#O8C7pUcV0N5Sy5WZBtUNN66zdKMnFFFW { color:#4d4d4d;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:12.921875rem;left:20.562501907349rem;height:10.39731875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sKS4gRwRVt2MRQAVTNVBNZW2GbI1aozs { color:rgba(77,77,77,0.5);display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:25rem;left:20.687501907349rem;height:2.925rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#Kyo0lzuFrEg25rahbZnNVwXQFuu8G16W { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:29.625rem;left:20.562501907349rem;overflow:hidden;display:block; }
#QJKBXdcG2KWNsq0aZmhgmVEK4Jm6C5Nf { color:#888888;display:block;width:7.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:29.911682128906rem;left:23.343751907349rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tSLSzz1oxBM3rWhpzc4AivIOB71q9m8G { background-color:#d1d1d1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:1.875rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:29.625rem;left:36.42421913147rem;display:block; }
#mbLtQJVlLLJc8oTTL5dbZlh3d0romwEr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yIAetMtpKIaBMPqo91PEDnfN2J5DKhrO { color:#d1d1d1;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:5.625rem;left:20.625rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VwFR2olXWTeuoRuVHRPrNbQT0N3T3iDp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cfe1f3;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; }#VwFR2olXWTeuoRuVHRPrNbQT0N3T3iDp > .row .container { background-color: transparent; background-image: none; }#VwFR2olXWTeuoRuVHRPrNbQT0N3T3iDp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VwFR2olXWTeuoRuVHRPrNbQT0N3T3iDp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VwFR2olXWTeuoRuVHRPrNbQT0N3T3iDp > .row .container > .video-iframe-container { display: none; }#VwFR2olXWTeuoRuVHRPrNbQT0N3T3iDp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VwFR2olXWTeuoRuVHRPrNbQT0N3T3iDp > .row > .video-iframe-container { display: none; }#VwFR2olXWTeuoRuVHRPrNbQT0N3T3iDp > .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); }#VwFR2olXWTeuoRuVHRPrNbQT0N3T3iDp > .row .container { border-width: 0; border-radius: 0; }#VwFR2olXWTeuoRuVHRPrNbQT0N3T3iDp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VwFR2olXWTeuoRuVHRPrNbQT0N3T3iDp > .row .container { font-size:0.875rem;font-family:arial;height:29.9375rem;width:60rem;position:relative;display:block; }#WfDNOq82lh8IBnVWsXKHU4LEwI2KTRwO { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;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:22.1875rem;width:60rem;top:3.78515625rem;left:0.08671951293945rem;display:block; }
#KKk7fWewlsXp9XLyBvUXsFH1UbIKvbDe { background-color:#50b946;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:1.875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:22.4375rem;left:47.936719894409rem;display:block; }
#laz9pIdIMfQSCixbFdcLGdysSb2rg4uI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NQHxTXFez8Je0HoGPlKofDo5NtHhkyT3 { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b4803024-5522-4398-8b4c-950023e487f9/Photo28.png");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-left-radius:3.125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.875rem;width:11.5rem;top:6.0625rem;left:2.3125rem;display:block; }#NQHxTXFez8Je0HoGPlKofDo5NtHhkyT3.adaptive-delivery-prevent-bg, #NQHxTXFez8Je0HoGPlKofDo5NtHhkyT3.lazyload, #NQHxTXFez8Je0HoGPlKofDo5NtHhkyT3.lazyloading { background-image: none; }
#FD69tR7omCeqLVl3z5snDe3pUI1yWFCt { color:#4d4d4d;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:7.26171875rem;left:20.562501907349rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J5kNO0Z3QTgCM4mgRPvP7gomkps8XcED { color:#4d4d4d;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:11.359375rem;left:20.562501907349rem;height:5.1986625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rmXVKn5GWEahMe96n8UOzyrKfpDXNxVC { color:rgba(77,77,77,0.5);display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:18rem;left:20.687501907349rem;height:2.925rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#SsLKQFbfTgTwCXWCkqsVAKAdV7o4sTyJ { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:22.4375rem;left:20.562501907349rem;overflow:hidden;display:block; }
#Z4J66KG1nIplkRr2cnn8PCn2MWIx0VS2 { color:#888888;display:block;width:7.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:22.723449707031rem;left:23.343751907349rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d7atCLrtsT5J0nX5Q5ZmKMOHvuaVd1PD { background-color:#d1d1d1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:1.875rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:22.4375rem;left:36.42421913147rem;display:block; }
#kztIXgiGwH25qAmnA1b3Ju1CMQwB9HUW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Qv0xMcbThODatWrrWpEKUu8AGPpDIsfw { color:#d1d1d1;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:5.625rem;left:20.61171913147rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Pm27TAJqXBGOv1Sf6oPlFFyPudWLZ0qm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cfe1f3;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; }#Pm27TAJqXBGOv1Sf6oPlFFyPudWLZ0qm > .row .container { background-color: transparent; background-image: none; }#Pm27TAJqXBGOv1Sf6oPlFFyPudWLZ0qm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pm27TAJqXBGOv1Sf6oPlFFyPudWLZ0qm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pm27TAJqXBGOv1Sf6oPlFFyPudWLZ0qm > .row .container > .video-iframe-container { display: none; }#Pm27TAJqXBGOv1Sf6oPlFFyPudWLZ0qm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pm27TAJqXBGOv1Sf6oPlFFyPudWLZ0qm > .row > .video-iframe-container { display: none; }#Pm27TAJqXBGOv1Sf6oPlFFyPudWLZ0qm > .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); }#Pm27TAJqXBGOv1Sf6oPlFFyPudWLZ0qm > .row .container { border-width: 0; border-radius: 0; }#Pm27TAJqXBGOv1Sf6oPlFFyPudWLZ0qm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Pm27TAJqXBGOv1Sf6oPlFFyPudWLZ0qm > .row .container { font-size:0.875rem;font-family:arial;height:40.125rem;width:60rem;position:relative;display:block; }#Qcvb0KBCVK1tnTU0JxvlCkWrWiATHPrx { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;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:32.4375rem;width:60rem;top:3.78515625rem;left:0.08671951293945rem;display:block; }
#N7XcM6prbCfloaQpz05PE35dxqh865dF { background-color:#50b946;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:1.875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:32.6875rem;left:47.936719894409rem;display:block; }
#TZBsKZgA3brzLDL1ler303VUMG1ylKpg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l1zrgDTRdTZM1g809ZeWNlJmiWDAB6ZX { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6fe95047-32f9-44ae-b6f9-bc68f88fe09c/Photo3.png");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-left-radius:3.125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.875rem;width:11.5rem;top:6.0625rem;left:2.3125rem;display:block; }#l1zrgDTRdTZM1g809ZeWNlJmiWDAB6ZX.adaptive-delivery-prevent-bg, #l1zrgDTRdTZM1g809ZeWNlJmiWDAB6ZX.lazyload, #l1zrgDTRdTZM1g809ZeWNlJmiWDAB6ZX.lazyloading { background-image: none; }
#vnDoXlkJKHFQv5unn6w1AvJ0Eg7apntB { color:#4d4d4d;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:7.26171875rem;left:20.562501907349rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GhB7WusVMLvvz6q1vwCJ3ml1yL6CDazd { color:#4d4d4d;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:11.359375rem;left:20.562501907349rem;height:15.5959625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XuoN9rsfVD3GILDs3okJZIZszAo5N4EC { color:rgba(77,77,77,0.5);display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:28.25rem;left:20.687501907349rem;height:2.925rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#Ak51TCzzFNhycVeWh8uinZNfpX2AJblP { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:32.6875rem;left:20.562501907349rem;overflow:hidden;display:block; }
#gqmNRLT1926Xiqv1ctCtTy74oIXFbROl { color:#888888;display:block;width:7.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:32.973449707031rem;left:23.343751907349rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gKzgQHhvvKeehtLf0FC8gObCsK7idbJb { background-color:#d1d1d1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:1.875rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:32.6875rem;left:36.42421913147rem;display:block; }
#fBp3TSRbNvZrVHCwHm1LLQ9cmTQOOD28 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iOZ9BcZwa5bOdoPKq2mJgSGapax9pST4 { color:#d1d1d1;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:5.625rem;left:20.61171913147rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vq73lFiIAiFxOqxZr11rCupTFPoZWe76 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cfe1f3;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; }#vq73lFiIAiFxOqxZr11rCupTFPoZWe76 > .row .container { background-color: transparent; background-image: none; }#vq73lFiIAiFxOqxZr11rCupTFPoZWe76::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vq73lFiIAiFxOqxZr11rCupTFPoZWe76 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vq73lFiIAiFxOqxZr11rCupTFPoZWe76 > .row .container > .video-iframe-container { display: none; }#vq73lFiIAiFxOqxZr11rCupTFPoZWe76 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vq73lFiIAiFxOqxZr11rCupTFPoZWe76 > .row > .video-iframe-container { display: none; }#vq73lFiIAiFxOqxZr11rCupTFPoZWe76 > .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); }#vq73lFiIAiFxOqxZr11rCupTFPoZWe76 > .row .container { border-width: 0; border-radius: 0; }#vq73lFiIAiFxOqxZr11rCupTFPoZWe76 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vq73lFiIAiFxOqxZr11rCupTFPoZWe76 > .row .container { font-size:0.875rem;font-family:arial;height:30.5625rem;width:60rem;position:relative;display:block; }#Z1cZiBQdzruOOENTO5GITZ1Wg9LCd758 { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;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:23rem;width:60rem;top:3.78515625rem;left:0.08671951293945rem;display:block; }
#UWeTAsNeQCBKT6crR37ztK8ORMSdu59w { background-color:#50b946;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:1.875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:23.3125rem;left:47.936719894409rem;display:block; }
#E1qOba4pdUrvSBua6atM7CmyVZBz75Bl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JcEeJk9l1ak8q7d2KWnIJmyvN7JXAoxe { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/26bda269-c5a7-431c-99c5-36980f9e1cfb/Photo27.png");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-left-radius:3.125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.875rem;width:11.5rem;top:6.0625rem;left:2.3125rem;display:block; }#JcEeJk9l1ak8q7d2KWnIJmyvN7JXAoxe.adaptive-delivery-prevent-bg, #JcEeJk9l1ak8q7d2KWnIJmyvN7JXAoxe.lazyload, #JcEeJk9l1ak8q7d2KWnIJmyvN7JXAoxe.lazyloading { background-image: none; }
#yycSEUn86PkPPeDT0T8LmfdAacpvVWIx { color:#4d4d4d;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:7.26171875rem;left:20.562501907349rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sdTaXd5tEhNMZCqrkBRkpOkm4uQDgPl5 { color:#4d4d4d;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:9.421875rem;left:20.562501907349rem;height:7.797975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pSGcyqv3wO6FifDW2lxdftmJQPW4DsuQ { color:rgba(77,77,77,0.5);display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:18.875rem;left:20.687501907349rem;height:2.925rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#xWbm5rMx2kEum2AyxqNLt9iRKfR3nMgl { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:23.3125rem;left:20.562501907349rem;overflow:hidden;display:block; }
#PWnDtq4BZXWc8OFEmPm3eiT0WBpBDEu2 { color:#888888;display:block;width:7.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:23.59765625rem;left:23.343751907349rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ksxG8tTwZL8t9Off7qLTn8cvssBhLwIX { background-color:#d1d1d1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:1.875rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:23.3125rem;left:36.42421913147rem;display:block; }
#iDGlEyB58uBm0nmorophldzJpFOfqc1l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uewTyfhFlSmT72yCQbTRQAprAGc0UFVN { color:#d1d1d1;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:5.625rem;left:20.61171913147rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dcfkP4E2TUbhtc1yQped2sHRXeU6k91U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cfe1f3;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; }#dcfkP4E2TUbhtc1yQped2sHRXeU6k91U > .row .container { background-color: transparent; background-image: none; }#dcfkP4E2TUbhtc1yQped2sHRXeU6k91U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dcfkP4E2TUbhtc1yQped2sHRXeU6k91U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dcfkP4E2TUbhtc1yQped2sHRXeU6k91U > .row .container > .video-iframe-container { display: none; }#dcfkP4E2TUbhtc1yQped2sHRXeU6k91U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dcfkP4E2TUbhtc1yQped2sHRXeU6k91U > .row > .video-iframe-container { display: none; }#dcfkP4E2TUbhtc1yQped2sHRXeU6k91U > .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); }#dcfkP4E2TUbhtc1yQped2sHRXeU6k91U > .row .container { border-width: 0; border-radius: 0; }#dcfkP4E2TUbhtc1yQped2sHRXeU6k91U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dcfkP4E2TUbhtc1yQped2sHRXeU6k91U > .row .container { font-size:0.875rem;font-family:arial;height:25.6875rem;width:60rem;position:relative;display:block; }#rL7HoN1i0mKLG9yisyIxRaebz0V9X1pK { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;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:18.0625rem;width:60rem;top:3.78515625rem;left:0.08671951293945rem;display:block; }
#Z7TIca6KTDC1O3G3bPgQPB7RaucIotL6 { background-color:#50b946;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:1.875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:18.4375rem;left:47.936719894409rem;display:block; }
#w20X3APKRhELpaT559UsRyygpABANni8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JK1IQsa0hzPuWsLSRHNO7Fe15Kuy90qR { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5721ded0-f0b2-4ecb-84c6-99673cde7cd8/Photo29.png");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-left-radius:3.125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.875rem;width:11.5rem;top:6.0625rem;left:2.3125rem;display:block; }#JK1IQsa0hzPuWsLSRHNO7Fe15Kuy90qR.adaptive-delivery-prevent-bg, #JK1IQsa0hzPuWsLSRHNO7Fe15Kuy90qR.lazyload, #JK1IQsa0hzPuWsLSRHNO7Fe15Kuy90qR.lazyloading { background-image: none; }
#yK1iqbhe2kctMVpMnfyWhN1SkFg8FoG0 { color:#4d4d4d;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:7.26171875rem;left:20.562501907349rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vabKBqHGgeSCI0dV7zLJ2feTNdgAXqsh { color:#4d4d4d;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:9.421875rem;left:20.562501907349rem;height:2.599325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VtXT0bSPTsTvmUOB3Ag0frK6TN4eOhaA { color:rgba(77,77,77,0.5);display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:13.5rem;left:20.687501907349rem;height:2.925rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#KhnwhWNCVBwhvyasaOlg3lFcPXFaDeQ2 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:18.4375rem;left:20.562501907349rem;overflow:hidden;display:block; }
#qA6UkUZTFFi69lXNX7V9T6aZ1rxI9RdM { color:#888888;display:block;width:7.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:18.72265625rem;left:23.343751907349rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FJvlD2PwTaMhZMdZbX23sOX2Vvfx0vSO { background-color:#d1d1d1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:1.875rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:18.4375rem;left:36.42421913147rem;display:block; }
#HvKW5QyT9JUR8dRIUnfh7bOnqbadWFsB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lpQmE3iHw0g2ouMpcMNcuKInEC3Tdi8V { color:#d1d1d1;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:5.625rem;left:20.625rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nvzgWaULWOJk5TmJeprh9oqi0f7PMaMW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cfe1f3;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; }#nvzgWaULWOJk5TmJeprh9oqi0f7PMaMW > .row .container { background-color: transparent; background-image: none; }#nvzgWaULWOJk5TmJeprh9oqi0f7PMaMW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvzgWaULWOJk5TmJeprh9oqi0f7PMaMW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvzgWaULWOJk5TmJeprh9oqi0f7PMaMW > .row .container > .video-iframe-container { display: none; }#nvzgWaULWOJk5TmJeprh9oqi0f7PMaMW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvzgWaULWOJk5TmJeprh9oqi0f7PMaMW > .row > .video-iframe-container { display: none; }#nvzgWaULWOJk5TmJeprh9oqi0f7PMaMW > .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); }#nvzgWaULWOJk5TmJeprh9oqi0f7PMaMW > .row .container { border-width: 0; border-radius: 0; }#nvzgWaULWOJk5TmJeprh9oqi0f7PMaMW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nvzgWaULWOJk5TmJeprh9oqi0f7PMaMW > .row .container { font-size:0.875rem;font-family:arial;height:39.5625rem;width:60rem;position:relative;display:block; }#I3bFQ8Kz99oVSKqzq3FqQZGiRE9koiPr { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;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:32rem;width:60rem;top:3.78515625rem;left:0.08671951293945rem;display:block; }
#k1KbcviGrcIuQuNn9qIlC4plXEhcZWQM { background-color:#50b946;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:1.875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:32.1875rem;left:47.936719894409rem;display:block; }
#DDUmvhviU28NULJrpvcN1wXgtrdJo5kV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wF5bW2991kZsh4dOWEkqfiM1accuNgTk { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8259cb0d-d152-400e-b76b-ea38b3122ee2/Photo30.png");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-left-radius:3.125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.875rem;width:11.5rem;top:6.0625rem;left:2.3125rem;display:block; }#wF5bW2991kZsh4dOWEkqfiM1accuNgTk.adaptive-delivery-prevent-bg, #wF5bW2991kZsh4dOWEkqfiM1accuNgTk.lazyload, #wF5bW2991kZsh4dOWEkqfiM1accuNgTk.lazyloading { background-image: none; }
#SJRTHdEiImu5VvZMxqBSUcD0FZ4Xy12a { color:#4d4d4d;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:7.26171875rem;left:20.562501907349rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fh51uMK5wdyMUXbZat1Dt4NG6fPs0R4S { color:#4d4d4d;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:9.421875rem;left:20.562501907349rem;height:16.8956125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#a5olOVOah7wkouxkQ61JhzLvdIMfe9x3 { color:rgba(77,77,77,0.5);display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:27.75rem;left:20.687501907349rem;height:2.925rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#DQZPbeJwmFiD4ft6Eoaq3BGUc1kgGnJu { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:32.1875rem;left:20.562501907349rem;overflow:hidden;display:block; }
#vHrPZbtd2G0F3whZOqrTTrt4C4mzVP1D { color:#888888;display:block;width:7.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:32.47265625rem;left:23.343751907349rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tEZcBid2QZ1sXiognPlcI5PnZXtplqPB { background-color:#d1d1d1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:1.875rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:32.1875rem;left:36.42421913147rem;display:block; }
#qqAOix6Oszhd3hon74xcAWRUfaeZSSf5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PepxyagJIlAvSGcG0O3i8Gqeebn8iBJd { color:#d1d1d1;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:5.625rem;left:20.625rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lFuQ1GxTH6A1wpZvpG0ZJFg0CUHo14Pg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cfe1f3;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; }#lFuQ1GxTH6A1wpZvpG0ZJFg0CUHo14Pg > .row .container { background-color: transparent; background-image: none; }#lFuQ1GxTH6A1wpZvpG0ZJFg0CUHo14Pg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lFuQ1GxTH6A1wpZvpG0ZJFg0CUHo14Pg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lFuQ1GxTH6A1wpZvpG0ZJFg0CUHo14Pg > .row .container > .video-iframe-container { display: none; }#lFuQ1GxTH6A1wpZvpG0ZJFg0CUHo14Pg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lFuQ1GxTH6A1wpZvpG0ZJFg0CUHo14Pg > .row > .video-iframe-container { display: none; }#lFuQ1GxTH6A1wpZvpG0ZJFg0CUHo14Pg > .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); }#lFuQ1GxTH6A1wpZvpG0ZJFg0CUHo14Pg > .row .container { border-width: 0; border-radius: 0; }#lFuQ1GxTH6A1wpZvpG0ZJFg0CUHo14Pg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lFuQ1GxTH6A1wpZvpG0ZJFg0CUHo14Pg > .row .container { font-size:0.875rem;font-family:arial;height:36.0625rem;width:60rem;position:relative;display:block; }#MrZCPQQrpZkVdiC73qHaRaIkmRE0UCKr { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;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:28.375rem;width:60rem;top:3.78515625rem;left:0.08671951293945rem;display:block; }
#N9NaF8t7PTlN2ivFPdzwInEZENIBBwwR { background-color:#50b946;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:1.875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:28.5rem;left:47.936719894409rem;display:block; }
#sKOk4B0zRCMr0JXHlT0ZvEqUhkz3DQMm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k8i7uTBt6PmgDdzieotVQ4Vbw3nPSpNT { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1206ef4d-4d53-44d4-acff-a6f68af9b63c/Photo31.png");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-left-radius:3.125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.875rem;width:11.5rem;top:6.0625rem;left:2.3125rem;display:block; }#k8i7uTBt6PmgDdzieotVQ4Vbw3nPSpNT.adaptive-delivery-prevent-bg, #k8i7uTBt6PmgDdzieotVQ4Vbw3nPSpNT.lazyload, #k8i7uTBt6PmgDdzieotVQ4Vbw3nPSpNT.lazyloading { background-image: none; }
#HncTeSTKq0uCxid3C86IObwInm6EVyDg { color:#4d4d4d;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:7.26171875rem;left:20.562501907349rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#odsBu1ARp9n67m4yoC4QW5HTPg2H7nln { color:#4d4d4d;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:9.421875rem;left:20.562501907349rem;height:12.996625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#b3ibxFSRo2c6qHCoq87nuLkyF9eeWwEq { color:rgba(77,77,77,0.5);display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:24.0625rem;left:20.687501907349rem;height:2.925rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#bqu0GZhLp8HmafsuVhIztbHpuLEHcawF { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:28.5rem;left:20.562501907349rem;overflow:hidden;display:block; }
#uX82aKJeauExP8lUau9GidsGUtnImerm { color:#888888;display:block;width:7.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:28.78515625rem;left:23.343751907349rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#REbV2eApBwrv3rqeEgIV2ZPNSCaS1J8N { background-color:#d1d1d1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:1.875rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:28.5rem;left:36.42421913147rem;display:block; }
#iiiqQuANNkuM3d9z28N3RZDm5FOtV5aL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#weaPbXDvl8pDge2S5L0fuBGTORmIUUEB { color:#d1d1d1;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:5.625rem;left:20.625rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NKtlFQkhnTB8zx4U0tD9OgdoTNTC1lfv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cfe1f3;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; }#NKtlFQkhnTB8zx4U0tD9OgdoTNTC1lfv > .row .container { background-color: transparent; background-image: none; }#NKtlFQkhnTB8zx4U0tD9OgdoTNTC1lfv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NKtlFQkhnTB8zx4U0tD9OgdoTNTC1lfv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NKtlFQkhnTB8zx4U0tD9OgdoTNTC1lfv > .row .container > .video-iframe-container { display: none; }#NKtlFQkhnTB8zx4U0tD9OgdoTNTC1lfv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NKtlFQkhnTB8zx4U0tD9OgdoTNTC1lfv > .row > .video-iframe-container { display: none; }#NKtlFQkhnTB8zx4U0tD9OgdoTNTC1lfv > .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); }#NKtlFQkhnTB8zx4U0tD9OgdoTNTC1lfv > .row .container { border-width: 0; border-radius: 0; }#NKtlFQkhnTB8zx4U0tD9OgdoTNTC1lfv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NKtlFQkhnTB8zx4U0tD9OgdoTNTC1lfv > .row .container { font-size:0.875rem;font-family:arial;height:34.4375rem;width:60rem;position:relative;display:block; }#WBTVohdv2ckoC9Hc68AEhBmvNIxu4RBG { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;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:26.8125rem;width:60rem;top:3.78515625rem;left:0.08671951293945rem;display:block; }
#y8QHi7KHC4ZW6X0E3q8RSpuVeurM0TM2 { background-color:#50b946;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:1.875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:27.0625rem;left:47.936719894409rem;display:block; }
#nueVfOI6tRdUvu5U6SLCGw8H3uaEdv5F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QC4ItSMHo6uhlao08doewEa2B04wNOZM { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a7e3c3ac-3b05-485b-b044-38c75293a468/Photo32.png");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-left-radius:3.125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.875rem;width:11.5rem;top:6.0625rem;left:2.3125rem;display:block; }#QC4ItSMHo6uhlao08doewEa2B04wNOZM.adaptive-delivery-prevent-bg, #QC4ItSMHo6uhlao08doewEa2B04wNOZM.lazyload, #QC4ItSMHo6uhlao08doewEa2B04wNOZM.lazyloading { background-image: none; }
#o4TbPkHsJqICKbVPqC53C7Zz1bfGDcCe { color:#4d4d4d;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:7.26171875rem;left:20.562501907349rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x8Lx0mHVKtwNHvK8vQRox3TN188vxkvM { color:#4d4d4d;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:9.421875rem;left:20.562501907349rem;height:11.696975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v4mtMxADTWo6ZvtT9sRXeaX8xU4mSDMB { color:rgba(77,77,77,0.5);display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:22.625rem;left:20.687501907349rem;height:2.925rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#OVACPnLalAZhLC3smrneUU60MhhZwJCq { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:27.0625rem;left:20.562501907349rem;overflow:hidden;display:block; }
#JB3ol8uACz3dzi0mGyzAOlKfRyREWfn9 { color:#888888;display:block;width:7.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:27.34765625rem;left:23.343751907349rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PqO3mTp19RgLPTxIaupxcVNx55PL6h93 { background-color:#d1d1d1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:1.875rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:27.0625rem;left:36.42421913147rem;display:block; }
#zx4IA78XTHnLuPWO1X7DbAXU5EJ19TXs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mOBzOzdCky4fCU2SqbfFT38F5TpdB3Nr { color:#d1d1d1;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:5.625rem;left:20.625rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HEgaW13gxHW2h5HOnW1xMdc8Zky2wfuG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cfe1f3;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; }#HEgaW13gxHW2h5HOnW1xMdc8Zky2wfuG > .row .container { background-color: transparent; background-image: none; }#HEgaW13gxHW2h5HOnW1xMdc8Zky2wfuG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HEgaW13gxHW2h5HOnW1xMdc8Zky2wfuG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HEgaW13gxHW2h5HOnW1xMdc8Zky2wfuG > .row .container > .video-iframe-container { display: none; }#HEgaW13gxHW2h5HOnW1xMdc8Zky2wfuG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HEgaW13gxHW2h5HOnW1xMdc8Zky2wfuG > .row > .video-iframe-container { display: none; }#HEgaW13gxHW2h5HOnW1xMdc8Zky2wfuG > .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); }#HEgaW13gxHW2h5HOnW1xMdc8Zky2wfuG > .row .container { border-width: 0; border-radius: 0; }#HEgaW13gxHW2h5HOnW1xMdc8Zky2wfuG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HEgaW13gxHW2h5HOnW1xMdc8Zky2wfuG > .row .container { font-size:0.875rem;font-family:arial;height:35.25rem;width:60rem;position:relative;display:block; }#iX62iz3bttAEHrLEw292FUDlmwhSDkue { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;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:23.8125rem;width:60rem;top:3.78515625rem;left:0.08649826049805rem;display:block; }
#Ed5EA646uAiZfQUMOF2pIMWeRy7TuDd7 { background-color:#50b946;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:1.875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:23.9375rem;left:47.875rem;display:block; }
#rL9fIqABAaGNAw7uaiDQsRHnHKPPWBmp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y6k0z7buToqChfv61TQinqgbROnxZo1f { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6222d54a-635e-478c-ab0d-da15e6765feb/AdobeStock_1477193850.png");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-left-radius:3.125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.875rem;width:11.5rem;top:6.0625rem;left:2.3125rem;display:block; }#y6k0z7buToqChfv61TQinqgbROnxZo1f.adaptive-delivery-prevent-bg, #y6k0z7buToqChfv61TQinqgbROnxZo1f.lazyload, #y6k0z7buToqChfv61TQinqgbROnxZo1f.lazyloading { background-image: none; }
#V1oZLzyOXRSyg9q8G9AuMIWwF791EX5m { color:#4d4d4d;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:7.26171875rem;left:20.562501907349rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JerxstAnMmCGQOkR9OxWvL8upOyXlwuh { color:#4d4d4d;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:11.046876907349rem;left:20.659599304199rem;height:6.4983125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XTywBsiVLtwsCsIFiJph3yxV20B0yQyd { color:rgba(77,77,77,0.5);display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:19.5rem;left:20.625rem;height:2.9246625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#fS5lFniiyDc4VuRRpJKRFWIizkcypSxT { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:23.9375rem;left:20.5rem;overflow:hidden;display:block; }
#Irx5cMbqhHEoz1zCX32tiNTqZS0XowDn { color:#888888;display:block;width:7.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:24.25rem;left:23.3125rem;height:1.2996625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WLVAuyDGCcBJStb0AGZPKUsPSGwtmold { background-color:#d1d1d1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:1.875rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:23.9375rem;left:36.375rem;display:block; }
#wf3VQpmWS4LD9cEAgoyCFNtFtAQPfpJZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qnwaTDIKz7i2IkbpJTxgbCUo18sUt0Ex { color:#d1d1d1;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:5.625rem;left:20.625rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Z9T4O4CMHuLqn7T8rncw0caWec0hpJFQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fce4cd;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; }#Z9T4O4CMHuLqn7T8rncw0caWec0hpJFQ > .row .container { background-color: transparent; background-image: none; }#Z9T4O4CMHuLqn7T8rncw0caWec0hpJFQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z9T4O4CMHuLqn7T8rncw0caWec0hpJFQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z9T4O4CMHuLqn7T8rncw0caWec0hpJFQ > .row .container > .video-iframe-container { display: none; }#Z9T4O4CMHuLqn7T8rncw0caWec0hpJFQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z9T4O4CMHuLqn7T8rncw0caWec0hpJFQ > .row > .video-iframe-container { display: none; }#Z9T4O4CMHuLqn7T8rncw0caWec0hpJFQ > .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); }#Z9T4O4CMHuLqn7T8rncw0caWec0hpJFQ > .row .container { border-width: 0; border-radius: 0; }#Z9T4O4CMHuLqn7T8rncw0caWec0hpJFQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z9T4O4CMHuLqn7T8rncw0caWec0hpJFQ > .row .container { font-size:0.875rem;font-family:arial;height:37.375rem;width:60rem;position:relative;display:block; }#L9xybIhlBAmcOBo1UTnG6LitRUDI9D4I { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;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:25.6875rem;width:60rem;top:7.625rem;left:0.08671951293945rem;display:block; }
#p6wOrPd6nnuvnoXrvi1A4UDJ5OnG6TaE { background-color:#50b946;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:1.875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:29.625rem;left:47.936719894409rem;display:block; }
#vmSR6kFbp3CFfUups0yrqlH5FnWA4AtS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OkaPE9o06n423gM1GVspfxFKCTxpIcKU { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f146b446-0108-45f7-b64f-b88ae2c80f96/Photo33.png");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-left-radius:3.125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.875rem;width:11.5rem;top:9.8125rem;left:2.3125rem;display:block; }#OkaPE9o06n423gM1GVspfxFKCTxpIcKU.adaptive-delivery-prevent-bg, #OkaPE9o06n423gM1GVspfxFKCTxpIcKU.lazyload, #OkaPE9o06n423gM1GVspfxFKCTxpIcKU.lazyloading { background-image: none; }
#XkVgaQkcJs1sL53pdBX4T3vpbRADT2XT { color:#4d4d4d;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:11.01171875rem;left:20.562501907349rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tGkTeIsITIJx4WwTaJGiscSZLUyn9I6b { color:#4d4d4d;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:15.046875rem;left:20.562501907349rem;height:9.0976375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OZ5gZl3HoDMyJ2QxIeRwIWDpRTvfU9LK { color:rgba(77,77,77,0.5);display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:25.8125rem;left:20.687501907349rem;height:1.95rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#fRvhbewAdmGWgkoSfwbOm2lLyfmv9SAX { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:29.625rem;left:20.562501907349rem;overflow:hidden;display:block; }
#Z1Wd3suxwPHizEFFcgcK6cQlx86X1rDo { color:#888888;display:block;width:7.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:29.91015625rem;left:23.343751907349rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ezP00hq67HDyQiThx9xmn505UGzEaKXN { background-color:#d1d1d1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:1.875rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:29.625rem;left:36.42421913147rem;display:block; }
#IITXHko8seDlhcWxiN5Sh2TivgBC8nn9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IVtDPrGUXcg6Q0SXsBZteOskyxhKssh5 { color:#d1d1d1;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:9.375rem;left:20.625001907349rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lUkKwkpi9lKAVJgDiiyusulRxUqbORAL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fce4cd;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; }#lUkKwkpi9lKAVJgDiiyusulRxUqbORAL > .row .container { background-color: transparent; background-image: none; }#lUkKwkpi9lKAVJgDiiyusulRxUqbORAL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lUkKwkpi9lKAVJgDiiyusulRxUqbORAL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lUkKwkpi9lKAVJgDiiyusulRxUqbORAL > .row .container > .video-iframe-container { display: none; }#lUkKwkpi9lKAVJgDiiyusulRxUqbORAL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lUkKwkpi9lKAVJgDiiyusulRxUqbORAL > .row > .video-iframe-container { display: none; }#lUkKwkpi9lKAVJgDiiyusulRxUqbORAL > .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); }#lUkKwkpi9lKAVJgDiiyusulRxUqbORAL > .row .container { border-width: 0; border-radius: 0; }#lUkKwkpi9lKAVJgDiiyusulRxUqbORAL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lUkKwkpi9lKAVJgDiiyusulRxUqbORAL > .row .container { font-size:0.875rem;font-family:arial;height:36.375rem;width:60rem;position:relative;display:block; }#NI7WSKyMdOKKUsKfh4b9DEXnD0BX9iPg { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;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:28.6875rem;width:60rem;top:3.78515625rem;left:0.08671951293945rem;display:block; }
#EpI59qg1DQamRXfO0CKqBQrzwMpPUACp { background-color:#50b946;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:1.875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:28.875rem;left:47.874998092651rem;display:block; }
#a5VD4ZO1hZ7ay3DFgCvVI8OWHol8IfiL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#muKAkvoDJIMfXnFAFKPTzJgknof1BxH3 { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c9fc33e5-5057-474a-b6c1-314cb0169798/Photo34.png");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-left-radius:3.125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.875rem;width:11.5rem;top:6.0625rem;left:2.3125rem;display:block; }#muKAkvoDJIMfXnFAFKPTzJgknof1BxH3.adaptive-delivery-prevent-bg, #muKAkvoDJIMfXnFAFKPTzJgknof1BxH3.lazyload, #muKAkvoDJIMfXnFAFKPTzJgknof1BxH3.lazyloading { background-image: none; }
#eVnpnMDU3FqRh02e4zamxdFdfmNQk3Ot { color:#4d4d4d;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:7.26171875rem;left:20.562501907349rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#keAWF46t0XnNooTSagfWyXuchppaM6KT { color:#4d4d4d;display:block;width:38.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:11.296875rem;left:20.562501907349rem;height:11.6969625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C09segAzzsd2m89szP5kyOKW7gwTOCA3 { color:rgba(77,77,77,0.5);display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:25.0625rem;left:20.625001907349rem;height:1.95rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#aO84WaslBeTTncE8M2OEORnCatGAvwvr { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:28.875rem;left:20.500001907349rem;overflow:hidden;display:block; }
#nITlQPblU8cf4XWeyHbibin4UnvXGFLp { color:#888888;display:block;width:7.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:29.1875rem;left:23.312501907349rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lhLUP0nRkIwuAca4zrJCqOqxGFmCTlHs { background-color:#d1d1d1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:1.875rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:28.875rem;left:36.36171913147rem;display:block; }
#tapISd1Q62g2SFJCJ6TbXOm4X0lqeSM4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HLi66XLkJTWiWy3N1frUZSTLKmhBSTih { color:#d1d1d1;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:5.625rem;left:20.61171913147rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#h0zVadE3TZfWSGTFxT6xxMvmUM6bsTsK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fce4cd;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; }#h0zVadE3TZfWSGTFxT6xxMvmUM6bsTsK > .row .container { background-color: transparent; background-image: none; }#h0zVadE3TZfWSGTFxT6xxMvmUM6bsTsK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h0zVadE3TZfWSGTFxT6xxMvmUM6bsTsK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h0zVadE3TZfWSGTFxT6xxMvmUM6bsTsK > .row .container > .video-iframe-container { display: none; }#h0zVadE3TZfWSGTFxT6xxMvmUM6bsTsK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h0zVadE3TZfWSGTFxT6xxMvmUM6bsTsK > .row > .video-iframe-container { display: none; }#h0zVadE3TZfWSGTFxT6xxMvmUM6bsTsK > .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); }#h0zVadE3TZfWSGTFxT6xxMvmUM6bsTsK > .row .container { border-width: 0; border-radius: 0; }#h0zVadE3TZfWSGTFxT6xxMvmUM6bsTsK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h0zVadE3TZfWSGTFxT6xxMvmUM6bsTsK > .row .container { font-size:0.875rem;font-family:arial;height:29.125rem;width:60rem;position:relative;display:block; }#sz90llgotd6mRhoNFUhD7BeFcihTTgrW { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.75rem;width:60rem;top:3.78515625rem;left:0.08671951293945rem;display:block; }
#F4SzDmZSdZ8HvbwgQIKkETC78U1QqOr6 { background-color:#50b946;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:1.875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:22.0625rem;left:47.874219894409rem;display:block; }
#EV12reWodZeK8kUThu38oNZVpIkwBkE4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zIqw0tkFPPL1vSRVIfVioR2FPqaQ3p1W { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/31d8b46b-dc36-4f78-9941-8384c8964d65/Photo35.png");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-left-radius:3.125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.875rem;width:11.5rem;top:6.0625rem;left:2.3125rem;display:block; }#zIqw0tkFPPL1vSRVIfVioR2FPqaQ3p1W.adaptive-delivery-prevent-bg, #zIqw0tkFPPL1vSRVIfVioR2FPqaQ3p1W.lazyload, #zIqw0tkFPPL1vSRVIfVioR2FPqaQ3p1W.lazyloading { background-image: none; }
#ahe79A4F92aXqktvytAupZbfRbeGGoTT { color:#4d4d4d;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:7.26171875rem;left:20.562501907349rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fCQt6QDgCDrkg8hlSk2lw1eUdLRqXmEC { color:#4d4d4d;display:block;width:37.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:11.296875rem;left:20.562501907349rem;height:5.19865rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J8CzoyHhr7XW31sBzGhuCUHi6Je8DEOB { color:rgba(77,77,77,0.5);display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:18.25rem;left:20.625001907349rem;height:1.95rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#qiNgX1yTxcfyToMZGgWILiT8AgnBXEc9 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:22.0625rem;left:20.500001907349rem;overflow:hidden;display:block; }
#e145iqlNsgIbktzMkxsHQw6CZTsn7e1U { color:#888888;display:block;width:7.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:22.375rem;left:23.312501907349rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eSAzcasqbByHoVDpwurx9Lpc7r2PGSw0 { background-color:#d1d1d1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:1.875rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:22.061719894409rem;left:36.36171913147rem;display:block; }
#zDffNIl9X3kbrIWz2aoRuAsedB0MIUKa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fKh2VXtsfR0onwB1e3Ox8XBv5RFETvnR { color:#d1d1d1;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:5.625rem;left:20.61171913147rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sDlspvnAh4dBJgSmpv1qIwAHycR6Bd7G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fce4cd;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; }#sDlspvnAh4dBJgSmpv1qIwAHycR6Bd7G > .row .container { background-color: transparent; background-image: none; }#sDlspvnAh4dBJgSmpv1qIwAHycR6Bd7G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDlspvnAh4dBJgSmpv1qIwAHycR6Bd7G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDlspvnAh4dBJgSmpv1qIwAHycR6Bd7G > .row .container > .video-iframe-container { display: none; }#sDlspvnAh4dBJgSmpv1qIwAHycR6Bd7G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDlspvnAh4dBJgSmpv1qIwAHycR6Bd7G > .row > .video-iframe-container { display: none; }#sDlspvnAh4dBJgSmpv1qIwAHycR6Bd7G > .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); }#sDlspvnAh4dBJgSmpv1qIwAHycR6Bd7G > .row .container { border-width: 0; border-radius: 0; }#sDlspvnAh4dBJgSmpv1qIwAHycR6Bd7G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sDlspvnAh4dBJgSmpv1qIwAHycR6Bd7G > .row .container { font-size:0.875rem;font-family:arial;height:36.625rem;width:60rem;position:relative;display:block; }#Gw0kGXnpEGWCitEZOZKzLh47BdS51HLG { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;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:28.9375rem;width:60rem;top:3.78515625rem;left:0.08671951293945rem;display:block; }
#GXKe8KubeGGIIsZMN1ylbs5CX4T8kCyl { background-color:#50b946;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:1.875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:29.125rem;left:47.874998092651rem;display:block; }
#JQOQtAZQTt9AXCtet1W5y0q3OQ1ZLDzf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F5CspkeOe2ySFCN6K8wJ1rb1NeIz2rgH { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8f47ad9d-edd9-4a20-8747-a802b8c5df40/Photo36.png");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-left-radius:3.125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.875rem;width:11.5rem;top:6.0625rem;left:2.3125rem;display:block; }#F5CspkeOe2ySFCN6K8wJ1rb1NeIz2rgH.adaptive-delivery-prevent-bg, #F5CspkeOe2ySFCN6K8wJ1rb1NeIz2rgH.lazyload, #F5CspkeOe2ySFCN6K8wJ1rb1NeIz2rgH.lazyloading { background-image: none; }
#bPUSAmLwKqp0QLo1R6bp1QXFzpUyAJti { color:#4d4d4d;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:7.26171875rem;left:20.562501907349rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cf6kF7AoWAHn8zAiGO63I6uLgMBAlJ74 { color:#4d4d4d;display:block;width:37.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:11.296875rem;left:20.562501907349rem;height:11.69696875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aGtxEleriVqTBybdKnnOVsFEAapQiPdF { color:rgba(77,77,77,0.5);display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:24.625rem;left:20.625001907349rem;height:2.925rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#JmoJfnSElqlWSnf9tORa5b4lo7wu0wPa { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:29.125rem;left:20.500001907349rem;overflow:hidden;display:block; }
#OusZxqdeqzrcisZFzh9Mslsp30xarV3r { color:#888888;display:block;width:7.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:29.4375rem;left:23.312501907349rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ElqWla3vN5xQCVE1rP0LZ0nWm86Zs6WP { background-color:#d1d1d1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:1.875rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:29.124217987061rem;left:36.36171913147rem;display:block; }
#U9Vtp9QNkL8lWs9iHkAxPeciBKI2bJv5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#txo4k3gH2CPeMuJHRdy9sr00ZoVNbvz3 { color:#d1d1d1;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:5.625rem;left:20.601874828339rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eWB8AhwtfG5nE0lgzcG6VCxIiqNMGyPQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fce4cd;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; }#eWB8AhwtfG5nE0lgzcG6VCxIiqNMGyPQ > .row .container { background-color: transparent; background-image: none; }#eWB8AhwtfG5nE0lgzcG6VCxIiqNMGyPQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eWB8AhwtfG5nE0lgzcG6VCxIiqNMGyPQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eWB8AhwtfG5nE0lgzcG6VCxIiqNMGyPQ > .row .container > .video-iframe-container { display: none; }#eWB8AhwtfG5nE0lgzcG6VCxIiqNMGyPQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eWB8AhwtfG5nE0lgzcG6VCxIiqNMGyPQ > .row > .video-iframe-container { display: none; }#eWB8AhwtfG5nE0lgzcG6VCxIiqNMGyPQ > .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); }#eWB8AhwtfG5nE0lgzcG6VCxIiqNMGyPQ > .row .container { border-width: 0; border-radius: 0; }#eWB8AhwtfG5nE0lgzcG6VCxIiqNMGyPQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eWB8AhwtfG5nE0lgzcG6VCxIiqNMGyPQ > .row .container { font-size:0.875rem;font-family:arial;height:40.625rem;width:60rem;position:relative;display:block; }#fpEdlkTzH1XtiiihruVTEvfJQpDTHS0h { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;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:32.9375rem;width:60rem;top:3.78515625rem;left:0.08671951293945rem;display:block; }
#nAlk6ID9rb1olBagUNnuoXyO2N5LBsZ1 { background-color:#50b946;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:1.875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:33.0625rem;left:47.874998092651rem;display:block; }
#R5B2cqOKmNIHfDR8CN5ZfxxJI40R8wWx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LI5CRONiD8919fQ3sTIeganXTCDUsbO1 { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/35bd4991-2276-4e8c-b921-51497be35734/Photo37.png");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-left-radius:3.125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.875rem;width:11.5rem;top:6.0625rem;left:2.3125rem;display:block; }#LI5CRONiD8919fQ3sTIeganXTCDUsbO1.adaptive-delivery-prevent-bg, #LI5CRONiD8919fQ3sTIeganXTCDUsbO1.lazyload, #LI5CRONiD8919fQ3sTIeganXTCDUsbO1.lazyloading { background-image: none; }
#WgDUasuqn2hhGDmxT2ATOhSKFrzQbHuS { color:#4d4d4d;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:7.26171875rem;left:20.562501907349rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Oix1LVOv28bRvBomwE4TKNx3BwfQIG2T { color:#4d4d4d;display:block;width:37.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:11.296875rem;left:20.562501907349rem;height:15.59595625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T3Wrl37Prbap3dSuuhRUcEQ99R47dRPK { color:rgba(77,77,77,0.5);display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:28.5625rem;left:20.625001907349rem;height:2.925rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#cQSD9gnAETg7TgGXfz5fz2qzMckz1cgk { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:33.0625rem;left:20.500001907349rem;overflow:hidden;display:block; }
#ikMTVyz6T56TWUIyKTgkOvSs5ANxZKST { color:#888888;display:block;width:7.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:33.375rem;left:23.312501907349rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#b7BoiI6l9kS7lKPEPzX4vwsiXNLbkNhQ { background-color:#d1d1d1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:1.875rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:33.061721801757rem;left:36.36171913147rem;display:block; }
#qqeNRSgrPwBFiCxtVtdSGTp3hkehf49N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ruVFMfOJK03rdiDUrzkMZIchqRiF6UTy { color:#d1d1d1;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:5.625rem;left:20.61171913147rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gsZxNJzy6KtiW9lalX0mpiwEc1HOL4Fi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fce4cd;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; }#gsZxNJzy6KtiW9lalX0mpiwEc1HOL4Fi > .row .container { background-color: transparent; background-image: none; }#gsZxNJzy6KtiW9lalX0mpiwEc1HOL4Fi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gsZxNJzy6KtiW9lalX0mpiwEc1HOL4Fi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gsZxNJzy6KtiW9lalX0mpiwEc1HOL4Fi > .row .container > .video-iframe-container { display: none; }#gsZxNJzy6KtiW9lalX0mpiwEc1HOL4Fi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gsZxNJzy6KtiW9lalX0mpiwEc1HOL4Fi > .row > .video-iframe-container { display: none; }#gsZxNJzy6KtiW9lalX0mpiwEc1HOL4Fi > .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); }#gsZxNJzy6KtiW9lalX0mpiwEc1HOL4Fi > .row .container { border-width: 0; border-radius: 0; }#gsZxNJzy6KtiW9lalX0mpiwEc1HOL4Fi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gsZxNJzy6KtiW9lalX0mpiwEc1HOL4Fi > .row .container { font-size:0.875rem;font-family:arial;height:28.25rem;width:60rem;position:relative;display:block; }#XUU1IQ2UQCpEBUTIzTPBt5GEzRSeW253 { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;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:20.75rem;width:60rem;top:3.78515625rem;left:0.08671951293945rem;display:block; }
#hRK3m9mi1VUKrPGH646FrDVSRZWvGnJl { background-color:#50b946;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:1.875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:20.875rem;left:47.874998092651rem;display:block; }
#RuAHbqbiidaUFhbgChslJO7UgX7HaToT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dn5a0Lie42q2OTivFRMhd1k8C7U9mgUL { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e4f8c1c6-6e98-44ba-84dc-5d4d1d411c08/Photo38.png");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-left-radius:3.125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.875rem;width:11.5rem;top:6.0625rem;left:2.3125rem;display:block; }#dn5a0Lie42q2OTivFRMhd1k8C7U9mgUL.adaptive-delivery-prevent-bg, #dn5a0Lie42q2OTivFRMhd1k8C7U9mgUL.lazyload, #dn5a0Lie42q2OTivFRMhd1k8C7U9mgUL.lazyloading { background-image: none; }
#SUSe7R6JVECZNyV1emFBVH0UlSPvQUZc { color:#4d4d4d;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:7.26171875rem;left:20.562501907349rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dksp20xzo0GLZTwSq11rZBmOdiX1QNNT { color:#4d4d4d;display:block;width:37.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:9.796875rem;left:20.562501907349rem;height:5.19865rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TSnxxH63vw8Lyxs6evQLmWQqTRILyWdk { color:rgba(77,77,77,0.5);display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:16.375rem;left:20.625001907349rem;height:2.925rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#b93ua3kpsasguVviICS8pgAEhaWTIOdi { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:20.875rem;left:20.500001907349rem;overflow:hidden;display:block; }
#eEt67fvPITt9fFfm0O4atE9b38PooHLn { color:#888888;display:block;width:7.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:21.1875rem;left:23.312501907349rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JCH8rgxv5bXeU6nOSE2dnr7DepNNBlGc { background-color:#d1d1d1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:1.875rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:20.874221801757rem;left:36.36171913147rem;display:block; }
#ndDChskTM8URySxQ8ADUQqKJENvgDSPf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DIAIAobAiTfgwcJiAU2MvBU8x7xKRsnH { color:#d1d1d1;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:5.6304693222046rem;left:20.61171913147rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bdl32QcuwELJU4fbTgVyiQKDlafEwMde { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fce4cd;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; }#bdl32QcuwELJU4fbTgVyiQKDlafEwMde > .row .container { background-color: transparent; background-image: none; }#bdl32QcuwELJU4fbTgVyiQKDlafEwMde::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bdl32QcuwELJU4fbTgVyiQKDlafEwMde > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bdl32QcuwELJU4fbTgVyiQKDlafEwMde > .row .container > .video-iframe-container { display: none; }#bdl32QcuwELJU4fbTgVyiQKDlafEwMde > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bdl32QcuwELJU4fbTgVyiQKDlafEwMde > .row > .video-iframe-container { display: none; }#bdl32QcuwELJU4fbTgVyiQKDlafEwMde > .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); }#bdl32QcuwELJU4fbTgVyiQKDlafEwMde > .row .container { border-width: 0; border-radius: 0; }#bdl32QcuwELJU4fbTgVyiQKDlafEwMde > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bdl32QcuwELJU4fbTgVyiQKDlafEwMde > .row .container { font-size:0.875rem;font-family:arial;height:28.625rem;width:60rem;position:relative;display:block; }#TAgee6fPc1Js5aMrnMvt8NFCzmTLNJ8u { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;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:20.875rem;width:60rem;top:3.78515625rem;left:0.08671951293945rem;display:block; }
#GSaTDch8A5XGE0A5vyCOnTXlgQI7krfd { background-color:#50b946;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:1.875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:20.875rem;left:47.874998092651rem;display:block; }
#kEbf166KfWofwDLL6OWs6zqgoLFPtr5O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HvTP3xOGu5fJwhKO14aV2bGMcEtKtIM4 { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4b4200b7-3f32-4b08-801c-7d3638362d20/Photo39.png");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-left-radius:3.125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.875rem;width:11.5rem;top:6.0625rem;left:2.3125rem;display:block; }#HvTP3xOGu5fJwhKO14aV2bGMcEtKtIM4.adaptive-delivery-prevent-bg, #HvTP3xOGu5fJwhKO14aV2bGMcEtKtIM4.lazyload, #HvTP3xOGu5fJwhKO14aV2bGMcEtKtIM4.lazyloading { background-image: none; }
#lOlPbgh4iq4Rvs4cpS0Bq6dpn4B8y5JR { color:#4d4d4d;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:7.26171875rem;left:20.562501907349rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UvyCIl0o2RUfT010CiJ0cWWZ4KsNqMpD { color:#4d4d4d;display:block;width:37.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:9.796875rem;left:20.562501907349rem;height:5.1986625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Z1xZkSLp5Tt6VAIZ8tapJHx7orH05XsR { color:rgba(77,77,77,0.5);display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:16.375rem;left:20.625001907349rem;height:2.925rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#OLwTkdF5H9uNUv3nk97ONqgAGTiLBzgB { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:20.875rem;left:20.500001907349rem;overflow:hidden;display:block; }
#TAVBunD9pDuTHVyizIOgk7S420wBS3Qi { color:#888888;display:block;width:7.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:21.1875rem;left:23.312501907349rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#op9G74IqfQ3wvXAILZf9Mcon93yw1erX { background-color:#d1d1d1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:1.875rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:20.874221801757rem;left:36.36171913147rem;display:block; }
#zeRHZyP0E6t7JNt8edhffO5cdTZcGPPA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lUAlxDCZlOkq9w3TSSW5O7Ib5mgLV4kx { color:#d1d1d1;display:block;width:33.25rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:5.625rem;left:20.61171913147rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JyOzfTCzcMW4GxJ2XlPBtEGp0TZuyDIX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fce4cd;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; }#JyOzfTCzcMW4GxJ2XlPBtEGp0TZuyDIX > .row .container { background-color: transparent; background-image: none; }#JyOzfTCzcMW4GxJ2XlPBtEGp0TZuyDIX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JyOzfTCzcMW4GxJ2XlPBtEGp0TZuyDIX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JyOzfTCzcMW4GxJ2XlPBtEGp0TZuyDIX > .row .container > .video-iframe-container { display: none; }#JyOzfTCzcMW4GxJ2XlPBtEGp0TZuyDIX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JyOzfTCzcMW4GxJ2XlPBtEGp0TZuyDIX > .row > .video-iframe-container { display: none; }#JyOzfTCzcMW4GxJ2XlPBtEGp0TZuyDIX > .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); }#JyOzfTCzcMW4GxJ2XlPBtEGp0TZuyDIX > .row .container { border-width: 0; border-radius: 0; }#JyOzfTCzcMW4GxJ2XlPBtEGp0TZuyDIX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JyOzfTCzcMW4GxJ2XlPBtEGp0TZuyDIX > .row .container { font-size:0.875rem;font-family:arial;height:35.1875rem;width:60rem;position:relative;display:block; }#QMqLc5Qe5C0GT631ZJqUTmmIXsRyqaJS { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;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:27.1875rem;width:60rem;top:3.78515625rem;left:0.08671951293945rem;display:block; }
#nA80CDfkrMUXhVdT7bXO1oKNm1GcLvPo { background-color:#50b946;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:1.875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:27.4375rem;left:47.874998092651rem;display:block; }
#QyoXUuvRN5heNxJ1hLbitw1UFXRIqOh9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WriHvIgHse3ARlUtNVm6JlmJLaitgvBg { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/989c1a52-f86c-427d-82d4-67f3b4757679/Photo40.png");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-left-radius:3.125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.875rem;width:11.5rem;top:6.0625rem;left:2.3125rem;display:block; }#WriHvIgHse3ARlUtNVm6JlmJLaitgvBg.adaptive-delivery-prevent-bg, #WriHvIgHse3ARlUtNVm6JlmJLaitgvBg.lazyload, #WriHvIgHse3ARlUtNVm6JlmJLaitgvBg.lazyloading { background-image: none; }
#uUkFSckSFzE5yqLRLP1DVwNsUCU6blFs { color:#4d4d4d;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:7.26171875rem;left:20.562501907349rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nSTqZZDTAdKsyzklhg3ZCiupM1q34gLr { color:#4d4d4d;display:block;width:37.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:9.796875rem;left:20.562501907349rem;height:11.6969625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#t9NThVg9QT3QwTl6mCkOrUChDPH8asFD { color:rgba(77,77,77,0.5);display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:22.9375rem;left:20.625001907349rem;height:2.925rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#ytNHgNVxvK84g48AxbMllh8NDuKFz89W { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:27.4375rem;left:20.500001907349rem;overflow:hidden;display:block; }
#bb8NHmNRBPOrfoAwhoGfpo8mRF5dHpKf { color:#888888;display:block;width:7.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:27.75rem;left:23.312501907349rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XAgA8ZB7439Hh0MQzfJSwX7IVIPTIMOe { background-color:#d1d1d1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:1.875rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:27.436721801757rem;left:36.36171913147rem;display:block; }
#M6GgQmtcJKXaKGKVwpRese68HT0dTBby { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rqSAFJRUAbL157U3HxmfGv5cJfWT7QST { color:#d1d1d1;display:block;width:33.25rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:5.625rem;left:20.625rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#l3G2TBm6vtg7gnzk8Chgm3r5m5Do6obV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fce4cd;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; }#l3G2TBm6vtg7gnzk8Chgm3r5m5Do6obV > .row .container { background-color: transparent; background-image: none; }#l3G2TBm6vtg7gnzk8Chgm3r5m5Do6obV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3G2TBm6vtg7gnzk8Chgm3r5m5Do6obV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3G2TBm6vtg7gnzk8Chgm3r5m5Do6obV > .row .container > .video-iframe-container { display: none; }#l3G2TBm6vtg7gnzk8Chgm3r5m5Do6obV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3G2TBm6vtg7gnzk8Chgm3r5m5Do6obV > .row > .video-iframe-container { display: none; }#l3G2TBm6vtg7gnzk8Chgm3r5m5Do6obV > .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); }#l3G2TBm6vtg7gnzk8Chgm3r5m5Do6obV > .row .container { border-width: 0; border-radius: 0; }#l3G2TBm6vtg7gnzk8Chgm3r5m5Do6obV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l3G2TBm6vtg7gnzk8Chgm3r5m5Do6obV > .row .container { font-size:0.875rem;font-family:arial;height:39.125rem;width:60rem;position:relative;display:block; }#GuXheDr8vww5PMoLvnReIbpo06nJCQiX { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;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:27.625rem;width:60rem;top:3.78515625rem;left:0.08671951293945rem;display:block; }
#XXFDtnMHN4qSM1aPUKrs1axTNUWORd8t { background-color:#50b946;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:1.875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:27.6875rem;left:47.874219894409rem;display:block; }
#rimNStD5E9gW1hrR3s2tXbwa87s0KVSn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JaKFsNSO7EdSGTudiAxSIKPTySBwbM5h { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f3de615a-f620-4126-96ca-737035d726d8/Photo43.png");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-left-radius:3.125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.875rem;width:11.5rem;top:6.0625rem;left:2.3125rem;display:block; }#JaKFsNSO7EdSGTudiAxSIKPTySBwbM5h.adaptive-delivery-prevent-bg, #JaKFsNSO7EdSGTudiAxSIKPTySBwbM5h.lazyload, #JaKFsNSO7EdSGTudiAxSIKPTySBwbM5h.lazyloading { background-image: none; }
#uXRnHNCA0wdT5iqeQIsvMknOMkBuF2eg { color:#4d4d4d;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:7.26171875rem;left:20.562501907349rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f30ky1iDpcqkN4KcZyu9y65pynGsJCXp { color:#4d4d4d;display:block;width:37.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:11.3125rem;left:20.562501907349rem;height:10.39730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zuFT2bKbcwIN6zOaioxIJairrZ4PaRTz { color:rgba(77,77,77,0.5);display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:23.1875rem;left:20.625001907349rem;height:2.925rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#pSiwRzMMnRpM1pa2e46aPyX6kLlEPViV { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:27.6875rem;left:20.500001907349rem;overflow:hidden;display:block; }
#DO1qhNqGcs2Fpo7ibtfgQhiFt3MqS56U { color:#888888;display:block;width:7.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:28rem;left:23.312501907349rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Tp239wIma2fU99WDytqEdiHIlkLgNMKv { background-color:#d1d1d1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:1.875rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:27.686721801757rem;left:36.36171913147rem;display:block; }
#JSrUkp5UkE7eN1v5dHR3VUJK9T4EXV5T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CJK6vNVD3UnWzUFEgr72av0n16JmmPHI { color:#d1d1d1;display:block;width:33.25rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:5.625rem;left:20.625rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MBLnDNB6RzInHeQrGt3GJeafrQD9Z1LD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8d4e6;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; }#MBLnDNB6RzInHeQrGt3GJeafrQD9Z1LD > .row .container { background-color: transparent; background-image: none; }#MBLnDNB6RzInHeQrGt3GJeafrQD9Z1LD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MBLnDNB6RzInHeQrGt3GJeafrQD9Z1LD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MBLnDNB6RzInHeQrGt3GJeafrQD9Z1LD > .row .container > .video-iframe-container { display: none; }#MBLnDNB6RzInHeQrGt3GJeafrQD9Z1LD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MBLnDNB6RzInHeQrGt3GJeafrQD9Z1LD > .row > .video-iframe-container { display: none; }#MBLnDNB6RzInHeQrGt3GJeafrQD9Z1LD > .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); }#MBLnDNB6RzInHeQrGt3GJeafrQD9Z1LD > .row .container { border-width: 0; border-radius: 0; }#MBLnDNB6RzInHeQrGt3GJeafrQD9Z1LD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MBLnDNB6RzInHeQrGt3GJeafrQD9Z1LD > .row .container { font-size:0.875rem;font-family:arial;height:27.5625rem;width:60rem;position:relative;display:block; }#Goq3O75oBHTp0mDNrW8GcrxArkg5a7T0 { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;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:15.75rem;width:60rem;top:7.625rem;left:0.08671951293945rem;display:block; }
#iHLoKDpHA3o6wcDUkykl1Vr7saElu6s7 { background-color:#50b946;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:1.875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:19.8125rem;left:47.874219894409rem;display:block; }
#nP8mGmdftzo2cFGmWmu2qtc3Q5yq8HOu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E2BPfZvpwPsdNOcvTPy968ulgCgb8DSH { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2cd0c10d-1eea-4471-bced-c242e41fe75d/Photo41.png");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-left-radius:3.125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.875rem;width:11.5rem;top:10.125rem;left:2.3125rem;display:block; }#E2BPfZvpwPsdNOcvTPy968ulgCgb8DSH.adaptive-delivery-prevent-bg, #E2BPfZvpwPsdNOcvTPy968ulgCgb8DSH.lazyload, #E2BPfZvpwPsdNOcvTPy968ulgCgb8DSH.lazyloading { background-image: none; }
#Fked6igHu8sdH62DaBg0ny7SHwdKy4mo { color:#4d4d4d;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:11.32421875rem;left:20.562501907349rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oISmaeafeFIyt7mlOMhs94MkfuAiZN79 { color:rgba(77,77,77,0.5);display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:14.6875rem;left:20.625001907349rem;height:2.925rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#dnsAp4QVXvD4tV99Z8Apsx3di6FoK9Qc { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:19.8125rem;left:20.500001907349rem;overflow:hidden;display:block; }
#QID9pPFKGFtRTuzQXqmMdyRf2OIJoTwi { color:#888888;display:block;width:7.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:20.125rem;left:23.312501907349rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ycPz7mR5g3oRdnJAofnbb9iTnAl7A38k { background-color:#d1d1d1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:1.875rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:19.811767578125rem;left:36.36171913147rem;display:block; }
#ifbGTB5VMFNh8rQmWDVXRWOvAexm6SwQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#trHArZTTim8i4mKUh3pKOOxDTyQyfxkE { color:#d1d1d1;display:block;width:33.25rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:9.6875rem;left:20.625001907349rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x62lt0uhznr0LGyVhTlaAQgfGgy2vB69 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8d4e6;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; }#x62lt0uhznr0LGyVhTlaAQgfGgy2vB69 > .row .container { background-color: transparent; background-image: none; }#x62lt0uhznr0LGyVhTlaAQgfGgy2vB69::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x62lt0uhznr0LGyVhTlaAQgfGgy2vB69 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x62lt0uhznr0LGyVhTlaAQgfGgy2vB69 > .row .container > .video-iframe-container { display: none; }#x62lt0uhznr0LGyVhTlaAQgfGgy2vB69 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x62lt0uhznr0LGyVhTlaAQgfGgy2vB69 > .row > .video-iframe-container { display: none; }#x62lt0uhznr0LGyVhTlaAQgfGgy2vB69 > .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); }#x62lt0uhznr0LGyVhTlaAQgfGgy2vB69 > .row .container { border-width: 0; border-radius: 0; }#x62lt0uhznr0LGyVhTlaAQgfGgy2vB69 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x62lt0uhznr0LGyVhTlaAQgfGgy2vB69 > .row .container { font-size:0.875rem;font-family:arial;height:26.8125rem;width:60rem;position:relative;display:block; }#r1JtGd1p0bqWpOJlJSgtANsoRvC0WkHx { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;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:15.6875rem;width:60rem;top:3.78515625rem;left:0.08671951293945rem;display:block; }
#mbUpVC4TLppWHa2ZBWupZlFsv6FRT3MA { background-color:#50b946;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:1.875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:15.75rem;left:47.874219894409rem;display:block; }
#u6hlEWqyMJMPBVNk4XighCVNNIXRa1cL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Rdl3p93IXlReXG5DpHQ6XVfGFAUBAPv6 { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ce1555b3-21be-467f-9987-428d9c835ce7/Photo42.png");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-left-radius:3.125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.875rem;width:11.5rem;top:6.0625rem;left:2.3125rem;display:block; }#Rdl3p93IXlReXG5DpHQ6XVfGFAUBAPv6.adaptive-delivery-prevent-bg, #Rdl3p93IXlReXG5DpHQ6XVfGFAUBAPv6.lazyload, #Rdl3p93IXlReXG5DpHQ6XVfGFAUBAPv6.lazyloading { background-image: none; }
#lhNgOb7xQBGr1veA6WEWA2DyikcD2vR9 { color:#4d4d4d;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:7.26171875rem;left:20.562501907349rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WafDQDEKix8deMTSvqiI9JdPK4GktB6E { color:rgba(77,77,77,0.5);display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:10.625rem;left:20.625001907349rem;height:2.925rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#bEoiGw9PCR94b0iQqS7dAx74Hz0WkTc2 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:15.75rem;left:20.500001907349rem;overflow:hidden;display:block; }
#gSbEbU1MWe5l9Ty2TJ462p2usKxso0Fw { color:#888888;display:block;width:7.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:16.0625rem;left:23.312501907349rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uMW9c2pyAm49CJ5Ioft6e1kTMfs7NBEK { background-color:#d1d1d1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:1.875rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:15.749988555908rem;left:36.36171913147rem;display:block; }
#RzP7E7AD5u3WcZTIKFzRHlavNR2WHBFv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KFCvSzMATwcoSlZNKFlnCR2J7A61X6SA { color:#d1d1d1;display:block;width:33.25rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:5.625rem;left:20.625rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ei7tQZkPWHdTyrdNA2DOGe0TJFm5NrSv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f141b;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:none; }#ei7tQZkPWHdTyrdNA2DOGe0TJFm5NrSv > .row .container { border-width: 0; border-radius: 0; }#ei7tQZkPWHdTyrdNA2DOGe0TJFm5NrSv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ei7tQZkPWHdTyrdNA2DOGe0TJFm5NrSv > .row .container { font-size:0.875rem;font-family:arial;height:28.1875rem;width:60rem;position:relative;display:none; }#rNWPdOJGCi6Gu5936RL5w9TZUFznkNQK { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #ececec);background-image: -moz-linear-gradient(180deg, #ffffff, #ececec);background-image: -ms-linear-gradient(180deg, #ffffff, #ececec);background-image: -o-linear-gradient(180deg, #ffffff, #ececec);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec' );";background-image: linear-gradient(180deg, #ffffff, #ececec);background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:25.625rem;width:18.625rem;top:1.2998046875rem;left:0rem;display:block; }
#M7HMh0GyAKMprAVvw2xXWacQl1Kb71Jl { color:#ffffff;display:block;width:16rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:13.125000953674rem;left:0.90625rem;height:1.7875rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#Ts6LhOAHZz2LVxUT2bbUcrmdnNdiHAo1 { color:#ffffff;display:block;width:15.375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:15.3125rem;left:0.90625rem;height:2.2744125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZGXbh9CTSTZZS0OxxL6tcwhcqaFlK1bW { color:#000000;display:block;width:7.0625rem;position:absolute;font-family:roboto;font-size:2.8125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:17.912109375rem;left:0.90625rem;height:3.65625rem;font-style:normal;display:block; }
#AyX92VTGWw9hmeMhyGX1wkHyVWknE5mE { color:#c1c1c1;display:block;width:7.0625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:18.375rem;left:6.09375rem;height:1.625rem;font-style:normal;display:block; }
#WImmn4g8oZxz1v6ntDoofEVxyyq35eRA { background-color:#ff3939;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:3.125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:22.375rem;left:1.25rem;display:block; }
#t8khqFnQ6N8kS9E1OVvtr7FH6wMiNUbK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZsVZ37e9TRyFgJkhGH2OALwGxAECVN7G { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #ececec);background-image: -moz-linear-gradient(180deg, #ffffff, #ececec);background-image: -ms-linear-gradient(180deg, #ffffff, #ececec);background-image: -o-linear-gradient(180deg, #ffffff, #ececec);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec' );";background-image: linear-gradient(180deg, #ffffff, #ececec);background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:25.625rem;width:18.625rem;top:1.375rem;left:20.6875rem;display:block; }
#fxcBLxqMxw8FPqSsVDHFWT2OPiqlkLOW { color:#ffffff;display:block;width:16rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:13.187500953674rem;left:22.000001907349rem;height:1.7875rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#zZT3EeTIm0ERrG48rVOUC3HB5t77q8Ou { color:#ffffff;display:block;width:16rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:15.312500953674rem;left:22.000001907349rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QuEHMwzOiSKRi7FZn3Sm3PMzc06umNhl { color:#000000;display:block;width:7.0625rem;position:absolute;font-family:roboto;font-size:2.8125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:17.912109375rem;left:22.125rem;height:3.65625rem;font-style:normal;display:block; }
#LLrdBTW4HxQiNXQPiSflcMsGAxTcnxu2 { color:#c1c1c1;display:block;width:7.0625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:18.287109375rem;left:27.4375rem;height:1.625rem;font-style:normal;display:block; }
#nyBnQ24NSNmbGCRwsCkOkr3qDQfXPUtd { background-color:#ff3939;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:3.125rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:22.400390625rem;left:22.46875rem;display:block; }
#W0qT2E131tO5T363ODzhOcGfOsSgmqZq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rM1RyGS9HmlWybKMKuC8uQnSiCW8h4g2 { position:absolute;display:block;z-index:15047;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #ececec);background-image: -moz-linear-gradient(180deg, #ffffff, #ececec);background-image: -ms-linear-gradient(180deg, #ffffff, #ececec);background-image: -o-linear-gradient(180deg, #ffffff, #ececec);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec' );";background-image: linear-gradient(180deg, #ffffff, #ececec);background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:25.625rem;width:18.625rem;top:1.375rem;left:41.375rem;display:block; }
#GfnNxbQHgnn30b8Bfo9gNRNsozszOi9m { color:#ffffff;display:block;width:16rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:13.125000953674rem;left:42.687501907349rem;height:1.7875rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#K9betRlyDdHwEiUL67A8ZJOemOD6IHx7 { color:#ffffff;display:block;width:16rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15052;line-height:1.3;letter-spacing:0;top:15.312500953674rem;left:42.687501907349rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TTapNmIG5sfggbEOTqyvT4v6pOlKsNDG { color:#000000;display:block;width:7.0625rem;position:absolute;font-family:roboto;font-size:2.8125rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:17.974609375rem;left:42.5rem;height:3.65625rem;font-style:normal;display:block; }
#wJoKN9wbGTOa1557ek0KTsThZiQryv6n { color:#c1c1c1;display:block;width:7.0625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15054;line-height:1.3;letter-spacing:0;top:18.375rem;left:47.7177734375rem;height:1.625rem;font-style:normal;display:block; }
#RPBcVTM4PcCoSKXaK2OzIkAzUd15o6V3 { background-color:#ff3939;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:3.125rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:22.5625rem;left:43.03125rem;display:block; }
#PHsukaKnRNMp2tcNm5EOXRBBNLXbrw2x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IREu6f9MQPUs3dyJnIBMtvhmCCHGLF0J { position:absolute;display:block;z-index:15056;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:11.8125rem;top:2.9375rem;left:44.78125rem;overflow:hidden;display:block; }
#XUfeM1hsOSZvDSTTtDkEzUW0erkiE5pw { position:absolute;display:block;z-index:15057;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.875rem;width:14.8125rem;top:3.09375rem;left:22.59375rem;overflow:hidden;display:block; }
#pIeIlgkIAIWW1EKocJONSV85DWuaqm5a { position:absolute;display:block;z-index:15058;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.3125rem;width:13.75rem;top:2.875rem;left:2.4375rem;overflow:hidden;display:block; }
#MH3Tsl0JvKzbiWrQCNNc6WsT3zTH1JSh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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:none; }#MH3Tsl0JvKzbiWrQCNNc6WsT3zTH1JSh > .row .container { border-width: 0; border-radius: 0; }#MH3Tsl0JvKzbiWrQCNNc6WsT3zTH1JSh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MH3Tsl0JvKzbiWrQCNNc6WsT3zTH1JSh > .row .container { font-size:0.875rem;font-family:arial;height:17.375rem;width:60rem;position:relative;display:none; }#NDawnpv7lInTt2KE0vdGSDzaW84KpSAK { color:#ffffff;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.63671875rem;left:0rem;height:6.5rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#fx0vybIycBemcmiRB25X7w26TBsyS2Me { color:#e4e4e4;display:block;width:59.75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.8;letter-spacing:0;top:11.0625rem;left:0rem;height:4.05rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fXNBqfrk9h2Nqd4T3oVLQmWLNe4Z35f7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f141b;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:none; }#fXNBqfrk9h2Nqd4T3oVLQmWLNe4Z35f7 > .row .container { border-width: 0; border-radius: 0; }#fXNBqfrk9h2Nqd4T3oVLQmWLNe4Z35f7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fXNBqfrk9h2Nqd4T3oVLQmWLNe4Z35f7 > .row .container { font-size:0.875rem;font-family:arial;height:24.5rem;width:60rem;position:relative;display:none; }#G3mMO6iSDapC55UKqsTbdA10xBRLLyXZ { color:#e4e4e4;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.8;letter-spacing:0;top:1.875rem;left:0.0625rem;height:4.0498rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I5WZWIadw7OplMQakMwipedJ4rfTznFL { position:absolute;display:block;z-index:15010;background-color:#ff3939;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:3.125rem;width:0.125rem;top:7.1875rem;left:29.9375rem;display:block; }
#xGbfw0SdSTWcmOtIpMM886btG31cPvnI { 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:5.75rem;width:5.875rem;top:11.25rem;left:27.0625rem;overflow:hidden;display:block; }
#lWMLeUNE7bnJoerAU7eAvuN2TgAPrGru { color:#e4e4e4;display:block;width:59.75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.8;letter-spacing:0;top:17.875rem;left:0rem;height:2.025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O2AeXIxzaHUOmGaEwckT2ZpsMAARXyWw { color:#e4e4e4;display:block;width:59.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15011;line-height:1.8;letter-spacing:0;top:19.875rem;left:0rem;height:1.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XuyTBxwfgEM3wznlQvsHfr78IGFDAtMO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff4f2f;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:none; }#XuyTBxwfgEM3wznlQvsHfr78IGFDAtMO > .row .container { border-width: 0; border-radius: 0; }#XuyTBxwfgEM3wznlQvsHfr78IGFDAtMO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XuyTBxwfgEM3wznlQvsHfr78IGFDAtMO > .row .container { font-size:0.875rem;font-family:arial;height:30.25rem;width:60rem;position:relative;display:none; }#SWLxwED8cnD0bkTmTST8k4Omt4Ja3d1k { color:#ffffff;display:block;width:29.1875rem;position:absolute;font-family:roboto;font-size:2.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.7861328125rem;left:0rem;height:9.26220625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#crNt1S2dbE4HwDXyRSAFl8bFu8dVsiJM { color:#ffffff;display:block;width:29.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15010;line-height:1.8;letter-spacing:0;top:14.4375rem;left:0rem;height:5.3994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dFbWXakXc0EbMTxg0NWiuTkqpw6PWdTS { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:#ff3939;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.75rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:21.75rem;left:0rem;display:block; }
#TCCOtBxiGCphxfm2z9sns9hNDWZoS6yA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sazoKIr6HXWvpEqaqoA4EyHRckfVmb99 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17rem;width:27.875rem;top:5.9617185592651rem;left:32.000001907349rem;overflow:hidden;display:block; }
#n2mJorL3JUz9e4abMBKEhGqcEpp2NNEX { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:roboto;font-size:12.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.625rem 0rem 0rem #000000;top:2.5rem;left:32rem;height:16.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c3XFgcO0N5ppuc9EIie3iT2h4MnHX6VB { color:#ffffff;display:block;width:7.125rem;position:absolute;font-family:roboto;font-size:8.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;text-shadow:0.625rem 0rem 0rem #000000;top:6.1875rem;left:46.8125rem;height:11.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IPeNdnKgtLX6anGRTPDqoQpA2RFENxdl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#50b946;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;z-index:auto;display:block; }#IPeNdnKgtLX6anGRTPDqoQpA2RFENxdl > .row .container { background-color: transparent; background-image: none; }#IPeNdnKgtLX6anGRTPDqoQpA2RFENxdl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPeNdnKgtLX6anGRTPDqoQpA2RFENxdl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPeNdnKgtLX6anGRTPDqoQpA2RFENxdl > .row .container > .video-iframe-container { display: none; }#IPeNdnKgtLX6anGRTPDqoQpA2RFENxdl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPeNdnKgtLX6anGRTPDqoQpA2RFENxdl > .row > .video-iframe-container { display: none; }#IPeNdnKgtLX6anGRTPDqoQpA2RFENxdl > .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); }#IPeNdnKgtLX6anGRTPDqoQpA2RFENxdl > .row .container { border-width: 0; border-radius: 0; }#IPeNdnKgtLX6anGRTPDqoQpA2RFENxdl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IPeNdnKgtLX6anGRTPDqoQpA2RFENxdl > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:block; }#ReedsFSaiEXIHCboCTqTaBT3ET5Pd2Cw { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:18.75rem;top:1.28125rem;left:0rem;overflow:hidden;display:block; }
#syEp9xITUuk9oVX7f10JVEA2TCo2IbU9 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f7f6f4;border-left:0.0625rem solid #f7f6f4;border-right:0.0625rem solid #f7f6f4;border-bottom:0.0625rem solid #f7f6f4;border-top-left-radius:2.6875rem;border-top-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-bottom-right-radius:2.6875rem;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:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.6875rem;height:2.5rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.25rem;left:49.3125rem;display:block; }
#RdTDu58yMLITmthECDiMlgm9CVeXNoi7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #o5dTUDvte3hyDzNa7XdvV4CSoqqUWNG7 { display:block; }#o5dTUDvte3hyDzNa7XdvV4CSoqqUWNG7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hcI62rfvtR60b151r3MvqiIl4VITVPo3 { top:2.8125rem;left:0rem;width:18.75rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdFzJwVoemVeFP2rlD4hz53xybg8fXKK { top:3.1875rem;left:45.6875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFU1bRiRKSgd40B97wdACgnDQWim9bql { top:3.25rem;left:45.6875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cq859olHVwnpfXPgXNnwDFPRin2ewlTn { top:12.75rem;left:0rem;width:27.4375rem;height:8rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5EwxofB9WWT32swzaLqJZM8kJLzG7aN { top:32.0625rem;left:0rem;width:1.9375rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTsKEM1WmpzOtsR1MVw15DS6m9QebLDf { width:20rem;height:4.0625rem;top:31.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eX2RnwP1CcWtix6lP5Stx3wityNHyGSl { display:block; }
 }@media only screen and (max-width: 763px) { #H5ETVV7wm4K4khWnTG89lx36v3sLwMfT { width:20rem;height:3.9375rem;top:31.0625rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxyxWB12OPT4BMJAw7MTMU2JBBhqF0Hu { display:block; }
 }@media only screen and (max-width: 763px) { #Q48caApEd1TPqLTn5GWhJsMgugI52KKd { top:32rem;left:16.558595657349rem;width:2.875rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gvg66dD0mo8xTSiivo7xSXfyg0dsidKP { top:3.1875rem;left:45.6875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERmnIqs00T2eN3lTpvHkd8LzQuTPlcnv { display:block; }#ERmnIqs00T2eN3lTpvHkd8LzQuTPlcnv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #daUknV35leyq2pK6Wgzrgn3F1pVc4n6C { top:1.625rem;left:0rem;width:39.6875rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAe7Tfiyw39lzPuzzBJETCy36Rb3WZSp { display:block; }#VAe7Tfiyw39lzPuzzBJETCy36Rb3WZSp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r093b0ruuFIGTQ7J78Q4qcLuK0BmOd3Z { top:2.8125rem;left:0rem;width:15.6875rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwNNwn1DUgQlInMDW3ggRIxTrwGD0yqt { width:32.375rem;height:2.8125rem;top:2.625rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGp8ry1THH8kNaBoTFFx63cffPxyhlBk { display:block; }
 }@media only screen and (max-width: 763px) { #uExqL3L4XFdUmnHz0lm7ipQw1KZBAWi5 { width:32.375rem;height:2.8125rem;top:5.375rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMNIaBerToZNyMTAqD4qmoPVVdIT5AT0 { display:block; }
 }@media only screen and (max-width: 763px) { #Qq02S7lHBhlMTanaL1kJ4Eqt7Zw38cyJ { width:32.375rem;height:2.8125rem;top:8.1875rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5DyKh9Q1TuTB4b9k277JPPD0hmGLAA5 { display:block; }
 }@media only screen and (max-width: 763px) { #cDcaWW8IVTrgrEhsPmJW4s5K1lCLPVog { width:32.375rem;height:2.8125rem;top:11rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFXOeQHpBuZrMP2OCppDOaPnsTxkhvJ7 { display:block; }
 }@media only screen and (max-width: 763px) { #OmdPVHXbWhupAFInuelV1rRzIzkPWJ4U { width:32.375rem;height:2.8125rem;top:13.8125rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9LSlei9s6c6wqoUUMTJBm4SHqzTt7w1 { display:block; }
 }@media only screen and (max-width: 763px) { #l5tyFJBid3iVPw0wi5tMSnMLzlZc6H8o { width:32.375rem;height:2.8125rem;top:16.625rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyrN9BfhTIO8fbNBF9A1TaPBPvVo05Ju { display:block; }
 }@media only screen and (max-width: 763px) { #F6WmQTCuUFTTEXdgINPkIXZPWIp80HXB { width:32.375rem;height:2.8125rem;top:36.3125rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ng5Ooz69VCAVtBG79CUHE2r8Gnmn1oqd { display:block; }
 }@media only screen and (max-width: 763px) { #egqrmxd6O1lgIgnHSd1EE4nuaou378ZP { width:32.375rem;height:2.8125rem;top:39.125rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7vBMnMtzaAaKFABq7W9G7uL4fIi4yPn { display:block; }
 }@media only screen and (max-width: 763px) { #mxGVdLOTHSSQWMa3Mx2hfbAv6KrsGZPt { width:32.375rem;height:2.8125rem;top:41.9375rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbwkRTcdeLtkx0yMviCczWL64IbVh6A6 { display:block; }
 }@media only screen and (max-width: 763px) { #DxQADXxdcTSJ5tfWMTzSMrPp8CXuST8D { width:32.375rem;height:2.8125rem;top:19.4375rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhNeoemk4DHoN1erJ8uTWVTDFnKIZTRV { display:block; }
 }@media only screen and (max-width: 763px) { #TiEvyDz2RNcCOu8f4TtT2TUa3FiyWiaw { width:32.375rem;height:2.8125rem;top:25.0625rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIRKX51ZkLiyX3Rb6gufg4UX1ZmqGph4 { display:block; }
 }@media only screen and (max-width: 763px) { #JAVKdoSlT9VOoTnxQ9murmZVPtBXdnHw { width:32.375rem;height:2.8125rem;top:27.875rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4CET8f5TZQuJg0WUPyndL1ZUrLCGF5V { display:block; }
 }@media only screen and (max-width: 763px) { #GZ5a0Ivp2JfyxRTxmiduMHAncmQcZ80e { width:32.375rem;height:2.8125rem;top:30.6875rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQ5ttKL8PwQCR8lgJWqIVzhIMArmx3nL { display:block; }
 }@media only screen and (max-width: 763px) { #HPxU9eZb60EDkr3MyJxbFSrpcc70LdBm { width:32.375rem;height:2.8125rem;top:33.5rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcQI3gB6ewGgs38dRcDnXSU5OkW897bg { display:block; }
 }@media only screen and (max-width: 763px) { #mouV1ZMQPvWbZh5iUy0DAJXCohuzd0Fe { width:32.375rem;height:2.8125rem;top:22.25rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxTThR1zSidsu6FGs4BHleABWc2Nquye { display:block; }
 }@media only screen and (max-width: 763px) { #ENPFS5u5cCMdvxKU4HPTt5Mmd2xhlXqa { display:block; }#ENPFS5u5cCMdvxKU4HPTt5Mmd2xhlXqa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VwZy8TdAvvmwtNSwkMoMoRHqLlne7V70 { top:2.5625rem;left:0rem;width:16.4375rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgFxqc7JNanqhmeuXIl3sP8qTd3yhm2q { width:32.5rem;height:5.875rem;top:2.5625rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOxh8OwHJ2XQt7HvUIiTJUZ56mMwdNSD { display:block; }
 }@media only screen and (max-width: 763px) { #bX93eMo1LBUZ8oKKhxUiI4ELmg325BSE { width:32.5rem;height:5.875rem;top:8.4375rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAQ4l13DzTngacH9S2rOZxrHI0DkdI3v { display:block; }
 }@media only screen and (max-width: 763px) { #KvqkdUFefvITVkeW3LTSldkEFvzw9tUI { width:32.5rem;height:8rem;top:14.3125rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFgmtWuKyKWRpnxNkpWcexrSlSCiTXso { display:block; }
 }@media only screen and (max-width: 763px) { #nePurqK0yeMzeeGgeJTogOWnRWEQ4rcG { width:32.5rem;height:4.375rem;top:22.3125rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORhdTET9PyEvWiUsZu5TQa0qcAN7afpc { display:block; }
 }@media only screen and (max-width: 763px) { #aTlbIbSzB4iJsPTFiuDuogVO49vCwL5O { width:32.5rem;height:4.375rem;top:26.6875rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyrwCgx9ZFc6EUGmQ7PssLf1IJJRwycy { display:block; }
 }@media only screen and (max-width: 763px) { #R7O253svE6MleF2TrO5i6S2y0ukT9KQ4 { width:32.5rem;height:2.8125rem;top:31.0625rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CemUxtL2wzTuq008A6Pq75GIPVdsOs1a { display:block; }
 }@media only screen and (max-width: 763px) { #eIW4nXa1v59R4Pt3P1ZWLe0iB9WPH1L5 { width:32.5rem;height:2.8125rem;top:33.875rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHeep6XMDivUsZ1k5T0sVTU387HNH7yr { display:block; }
 }@media only screen and (max-width: 763px) { #y20qTfTnkwRTOM8A3J19K6Adi6oVSt81 { width:32.5rem;height:2.8125rem;top:36.6875rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ic0P3X8qJF7y0Pg7XgfqL84VbkDmUBMW { display:block; }
 }@media only screen and (max-width: 763px) { #pr35TE2JwiP8M0SqVDnJlfw8984babAy { width:32.5rem;height:2.8125rem;top:39.5rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #klk3QKmQs2c6akKMBaxsOm4gCktwArs2 { display:block; }
 }@media only screen and (max-width: 763px) { #DuGfBMrHsEbFTip5XKnmJx6PvbTHXrAn { width:32.5rem;height:2.8125rem;top:42.3125rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZJPDyZl4OZRF1IAeKdnWUeFeIeaca4K { display:block; }
 }@media only screen and (max-width: 763px) { #rrLTWs3Tx58ckNGF0T8m48WUFo1UG0Ek { width:32.5rem;height:4.375rem;top:45.125rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTAb9lyd86XDbdXn1ZDT5cXsLsVfumov { display:block; }
 }@media only screen and (max-width: 763px) { #WviQQEA4f10pxIeZMD2GusWD2aW4OHbC { display:block; }#WviQQEA4f10pxIeZMD2GusWD2aW4OHbC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g0yrKiTb3PP4zsz8TpiEDut7uBZRLqWh { top:2.75rem;left:0rem;width:15.6875rem;height:7.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywz1w26SpWMwRWLFCVD79zAinSTpfDMm { width:30.6875rem;height:4.375rem;top:2.75rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLSfATXltpLSv1poigDTDS3kanx7Z4fl { display:block; }
 }@media only screen and (max-width: 763px) { #xu4gNJ64GoyJ5cQe7Itt2eGGuATyi9AL { width:30.6875rem;height:4.375rem;top:7.125rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTNvgyblodQt45hFdC9slUsmHqdJkNpO { display:block; }
 }@media only screen and (max-width: 763px) { #zRDGX4DwPPsSO18DSr2nR9KmwIgNTF7r { width:30.6875rem;height:4.375rem;top:11.5rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmT0GPRRzmd7XkByXm7BiF8J7RD3tqR6 { display:block; }
 }@media only screen and (max-width: 763px) { #GovNEMieJGKesUL4Q1r6Z6gfL3eXcH6L { width:30.6875rem;height:4.375rem;top:15.875rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6hrogQtNtpMflTqkpN1QByr55pCNg0Q { display:block; }
 }@media only screen and (max-width: 763px) { #FTW9ZhfvmP9zzyboRzzQgyC9bxvmm8pF { width:30.6875rem;height:4.375rem;top:20.25rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiC4RJbLoTqxfsMw3l7mFmgh7wtBpL3h { display:block; }
 }@media only screen and (max-width: 763px) { #tpP8HJL2RnGXnPtTk7MO5TD40fUpPxft { width:30.6875rem;height:2.8125rem;top:24.625rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kevTE1sswaghFAF1k6px5y3qFROc8rGT { display:block; }
 }@media only screen and (max-width: 763px) { #i6WZPnIbudq2reKF1OghVwacxVqLS8w8 { width:30.6875rem;height:4.375rem;top:27.4375rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8AZUHeoKNN3ybegXktBdIZFF7RJWpEL { display:block; }
 }@media only screen and (max-width: 763px) { #vLIIlsxCmKkGtJmPLQUKqI2i2BIbNhiv { width:30.6875rem;height:2.8125rem;top:31.8125rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1ZkDeJ7hPh7f18NO72pRKECT6EGFtOb { display:block; }
 }@media only screen and (max-width: 763px) { #Etn77KJQCPl8yXpNs7a1TggO80vuw6pU { width:30.6875rem;height:4.375rem;top:34.625rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZ38viQ6EBT4nUG8xirITRJ20RhrhAgO { display:block; }
 }@media only screen and (max-width: 763px) { #lRoixgGEBBOFriFylVnIL1cbLPnd13LT { display:block; }#lRoixgGEBBOFriFylVnIL1cbLPnd13LT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oH2fBOdtvPJpRVCTrTD915XNf2E2N69S { top:2.5625rem;left:0rem;width:16.4375rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWVTTOJM03EFymCguyHTmy46rg9UK9gQ { width:32.5rem;height:2.8125rem;top:2.375rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #giyTh5NrwwWcKqHHITcsOn6UQT2fwgUz { display:block; }
 }@media only screen and (max-width: 763px) { #zm2kVkBVcwVaN5hN7PfTdm5rw2SZZTh9 { width:32.5rem;height:2.8125rem;top:5.1875rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ni0JmdbRO7crwHgZ3J4MDcgVACQJvRVw { display:block; }
 }@media only screen and (max-width: 763px) { #wnM7cXETsfPWT2I0FybKnuNgOEbSk9P2 { display:block; }#wnM7cXETsfPWT2I0FybKnuNgOEbSk9P2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #riEsRpGEySCfBVd2cmDCVIreI0u6J0H0 { top:1.625rem;left:0rem;width:39.6875rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEhiXIFfpMyz5M7sgu8vqvTwCyBpbMqi { display:block; }#BEhiXIFfpMyz5M7sgu8vqvTwCyBpbMqi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TOZ5hAcJ6dWxVeWstgn4lHMDmp1OQd79 { top:2.5625rem;left:0rem;width:13.375rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFeTyWbhnTSuGmrFLn4ER1on0GJtw3m0 { width:32.5rem;height:2.8125rem;top:2.375rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsGi0OKL3G7ns4Z53q3LHIrh7MhhBNLm { display:block; }
 }@media only screen and (max-width: 763px) { #FiO2EaKW4CK1CnaIebTQcaNygGo1ELn7 { width:32.5rem;height:2.8125rem;top:13.4375rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxtSd8PNImcqzAzv2dEO3mu2VA7z9qMA { display:block; }
 }@media only screen and (max-width: 763px) { #PZtXqckfWhDVAUVahJuJOtsCwJLVfyST { width:32.5rem;height:2.8125rem;top:24.6875rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bolneIiUNGRkVfMqxucHHph8RcRKaebA { display:block; }
 }@media only screen and (max-width: 763px) { #TeF9PN7Lfftu1zDSBcOKDO6UAeS5ivMp { width:32.5rem;height:2.8125rem;top:21.875rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5mic3ddJbGfs9T88XvcxUJJ5IZObNod { display:block; }
 }@media only screen and (max-width: 763px) { #XC0Eb8AEpmQdbI57d8pA23zTVyChWoXs { width:32.5rem;height:2.8125rem;top:19.0625rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrXOicCCySM1g1WhAVQ45ddPCdl81qU5 { display:block; }
 }@media only screen and (max-width: 763px) { #sOypDPQOoS2ykeUVSP7WNA3wfpuwd7Tp { width:32.5rem;height:2.8125rem;top:16.25rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mo1EmxOm8TP0enmt8anyO6lrxAxrFyix { display:block; }
 }@media only screen and (max-width: 763px) { #iSAmkx0fXzxJoTiy0U8trDf0zrDeucvc { width:32.5rem;height:2.8125rem;top:10.6875rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGuVSmzSRahrCrioyxhw4ehQ32LVlDv9 { display:block; }
 }@media only screen and (max-width: 763px) { #GNquyf5L2gSk2ctSC5E602M46PdNwyZU { width:11.5rem;height:2.8125rem;top:7.875rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fE2CAcvTloUC2vtHBTNObky9FD9E7Gn0 { display:block; }
 }@media only screen and (max-width: 763px) { #FbuG0xf5WobBtglkEwk6GHzKNFs4JLUA { width:3.5rem;height:1.8125rem;top:8.5rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tztWZnFGEow5nq6QQv0idpTZNTO3JC9v { display:block; }
 }@media only screen and (max-width: 763px) { #N7fksHq6vHuDyezikm2SxmvTPUDqTh5s { width:32.5rem;height:2.8125rem;top:5.0625rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMelTDRD9LI61nCyTsKhbCohpHCCP1ZC { display:block; }
 }@media only screen and (max-width: 763px) { #CCGCAOwCRKiJfoaoGDM8QcZoKX8WN9PT { display:block; }#CCGCAOwCRKiJfoaoGDM8QcZoKX8WN9PT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gwNQ2h96WLU7MpusTEtGvkbDKIoIxazG { top:2.5625rem;left:0rem;width:16.4375rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9GfEPPSk4IMTCTozxhhngZip5wnqnnT { width:32.5rem;height:5.875rem;top:5.1875rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzS5EvtveZCqcyXaqVIediNLCitF5m07 { display:block; }
 }@media only screen and (max-width: 763px) { #TAZaqURVoF3cMHUTJhCgx3WsKRCLCg3g { width:32.5rem;height:2.8125rem;top:2.375rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1Zx4JZrJy6T3S1tdBrJTLcp3NLbARnp { display:block; }
 }@media only screen and (max-width: 763px) { #uaUBQy2DrC7m3Wof8Fkx8Tn6x6IBuF9z { width:32.5rem;height:5.875rem;top:11.0625rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3SiIFgVLiJ6itnQ8ztIxMFW5zmlaCkD { display:block; }
 }@media only screen and (max-width: 763px) { #E0bDiCpy8JUSAxhPHR9yaWtyT9tVbQSF { width:32.5rem;height:8rem;top:16.9375rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3SDredLTE3u90EugMF3z7ED7InbAOAd { display:block; }
 }@media only screen and (max-width: 763px) { #IuLbl7VBxtxwTQPySOJeTLTB3TRPiSDP { width:32.5rem;height:4.375rem;top:24.9375rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgNHwXkrLvcHD5iigZbtiks4TM4be7oF { display:block; }
 }@media only screen and (max-width: 763px) { #yqyTtKDHJsgo6BovbQ6giyuCTqDBMSq9 { width:32.5rem;height:4.375rem;top:29.3125rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAJogq4Do6i6vQyTdWK6unuF9EsqJ2ar { display:block; }
 }@media only screen and (max-width: 763px) { #EDeLTbdadO5drTXM6o9FIcKIMi3TyAMa { width:32.5rem;height:2.8125rem;top:33.6875rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #chhr9bQBlzZZhq5MBKGWq6M7rbS3K2MT { display:block; }
 }@media only screen and (max-width: 763px) { #HHXBg2k78TioSH0EfG5CqDXdLsedrEkB { width:32.5rem;height:2.8125rem;top:36.5rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTQET01xKk88kteyhX3g5bNrRLaiTWRd { display:block; }
 }@media only screen and (max-width: 763px) { #DPd8EVQLqTc2Eqq3FdKcmRxWnsZhql79 { width:32.5rem;height:2.8125rem;top:39.3125rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #shGS63txM5T82khTK1KwcVFWrfsPWf6r { display:block; }
 }@media only screen and (max-width: 763px) { #Irsu1tqXIXuRtTJdDPRtA9U2KUq254FM { width:32.5rem;height:2.8125rem;top:42.125rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxAGB6Awl08wl6fKbRRcZ4QWsK1KdDTz { display:block; }
 }@media only screen and (max-width: 763px) { #vaeCmfBcdM2W7ExWTKCAQbI1Bi7iH30e { width:32.5rem;height:2.8125rem;top:44.9375rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UB89fplA9UnHuBMXTuRwiGIT2EdsEUCx { display:block; }
 }@media only screen and (max-width: 763px) { #yNI7HeXFCdeuhRFteV6B5GZ4VHRzpKx0 { width:32.5rem;height:4.375rem;top:47.75rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCeaym2EkDl9wprGgHsVgxDSkJqyTCK4 { display:block; }
 }@media only screen and (max-width: 763px) { #tazVcDWqT33r9hhMPLHJffTHWK5A4gZL { display:block; }#tazVcDWqT33r9hhMPLHJffTHWK5A4gZL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dJHsCN5MIkxQ9AZT9wicNu4w2Lk99TX2 { top:2.75rem;left:0rem;width:15.6875rem;height:7.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1CWtZ1fT4TfuBgky0ZDdy1WS32wnOxw { width:30.6875rem;height:4.375rem;top:2.6875rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z50ksMemwz139vRv8qA7GobJnIaeVQcd { display:block; }
 }@media only screen and (max-width: 763px) { #ovumVZDQkqbBBOcQiX0ckG3sbyR7TwHK { width:30.6875rem;height:4.375rem;top:7.0625rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX27lMT9oQML9vocQUGBQQ6lVrgOm5zc { display:block; }
 }@media only screen and (max-width: 763px) { #creQthFudd8zPLTACKwMe1KJhqqkhJxy { width:30.6875rem;height:4.375rem;top:11.4375rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6xaCRf1J4IqU4eReoNOMRHKRI7usyep { display:block; }
 }@media only screen and (max-width: 763px) { #GayQ2JntRaSV4cBkEvu79mDyI9Ak9s8B { width:30.6875rem;height:4.375rem;top:15.8125rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISWFyvnMIswwJ32dPKGEXmyzSwTwBRG7 { display:block; }
 }@media only screen and (max-width: 763px) { #sng1FOVGPUZpvmGlvycWMixyMTtAF09O { width:30.6875rem;height:2.8125rem;top:20.1875rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J88NvakFKEpgdN9TQ49hN2RTLJrEuXm1 { display:block; }
 }@media only screen and (max-width: 763px) { #aaei8ykAF5hig6wwDKaz3OCdf5ZooM22 { display:block; }#aaei8ykAF5hig6wwDKaz3OCdf5ZooM22 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HrXBQPmUGvagrBKLJCwwJWoTCOkOefTN { top:2.5625rem;left:0rem;width:16.4375rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJkFEXqlGTxHLnJoTSBWTsrWPW7Bl6tX { width:32.5rem;height:2.8125rem;top:2.375rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTTwXPOL1JipTWPKpnoTnRirgSIQdPTi { display:block; }
 }@media only screen and (max-width: 763px) { #QoJ2lfmAlki8Tw40yoOR4eXh8qeTsJGK { width:32.5rem;height:2.8125rem;top:5.1875rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMISRCZm6paasXI04SXBSL4Mtn7apifo { display:block; }
 }@media only screen and (max-width: 763px) { #wiNZpRc8Ib0aCkHPTU5PueLbrsXxeQaf { display:block; }#wiNZpRc8Ib0aCkHPTU5PueLbrsXxeQaf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VP0bF1p9PqcxVH13k9TpwZVduK8v6TUD { top:7.625rem;left:0rem;width:47.75rem;height:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0zVMZMxnhPx956AmbxTxk36kxP4yGR2 { width:10.3125rem;height:1.875rem;top:28.3125rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yun7WQbLDr4yicrQS2rc11GGy3saQgI8 { display:block; }
 }@media only screen and (max-width: 763px) { #J550hvcS4BIhlPqDoKsQS2eJEUVAHSE5 { top:9.875rem;left:0rem;width:11.5rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wrwx6AyUdvvNC0eJW7mI4WZb8M01fdk9 { top:11.0625rem;left:10.125rem;width:37.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBUdRTORw4GJwQMIBV5PXzdiyeAptbqp { top:13.125rem;left:10.125rem;width:37.625rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mA6KeaP6eC17btt877mLfzuarmX13ELO { top:28.3125rem;left:14.437501907349rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HK0yq1JuOUZ9kogplOtMyfr7bS7dTLTH { top:28.5625rem;left:17.312501907349rem;width:7.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuP7hZDylbw6t7lbUTd7cthTEV4xf0ZN { top:25.4375rem;left:14.437501907349rem;width:17rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7vd3FtaqKN32QsiMd7ytdL5bdfRSbdv { width:10.3125rem;height:1.875rem;top:28.3125rem;left:30.29921913147rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6ksgDSCRMPDTsvESxTboT9qUSMupBRT { display:block; }
 }@media only screen and (max-width: 763px) { #h1HVD607Jwlvcu0r5NtTpPbwP5bRwqKT { top:9.4375rem;left:10.125rem;width:37.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mcc2wy0WF2cJgvs048rsVaaNupuTR7GT { display:block; }#Mcc2wy0WF2cJgvs048rsVaaNupuTR7GT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DVsJ8pRh4ZHEEbRT7nJNgguTTTa6WE9C { top:3.75rem;left:0rem;width:47.75rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gU48tqiaQpMGwTaNmabp2xgEOa8Sf3HE { width:10.3125rem;height:1.875rem;top:16.6875rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhnpavRcSTP7r1rPsJQl4cSMIHTAM15P { display:block; }
 }@media only screen and (max-width: 763px) { #RHMHxg4KXzp1inHQoR2TZxr0iFIPfJbd { top:6.0625rem;left:0rem;width:11.5rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNnmwxXwWmrgNDwOL1Iqu9KVBwQB1r3u { top:7.25rem;left:10.125rem;width:37.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKStoQ3tXMsqATn5DHQxK485zz4kZTuU { top:9.3125rem;left:10.125rem;width:37.625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzuZa2SMlf4yqB4V0UMTppK5eQ7UQThd { top:14.5rem;left:10.125rem;width:37.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8yqRIzmI5ThGqWVwZo85UDk4UB3fT6q { top:16.6875rem;left:14.437501907349rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcvnSDk5TBsy9zAGcG7yLo62vPbAxTJJ { top:16.9375rem;left:17.468751907349rem;width:7.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZmGm4SMM1S0mZxE8aTZKdiUa64sf1L1 { width:10.3125rem;height:1.875rem;top:16.6875rem;left:30.29921913147rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7vVg04fT1CGMyJ4T8FRx9fJTKBo7LeB { display:block; }
 }@media only screen and (max-width: 763px) { #XgAtvyIahdrqnmN4AnLmBETgHm1MJXAe { top:5.625rem;left:10.125rem;width:37.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJl23PQiC38234lsiDvOIcbNTbQXyzsQ { display:block; }#KJl23PQiC38234lsiDvOIcbNTbQXyzsQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ehp6q8MgpRL485LUJnzaUpNa4sFrc7H3 { top:3.75rem;left:0rem;width:47.75rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThvgFFqKMzqSzi90NLoeEercO39kzGak { width:10.3125rem;height:1.875rem;top:18.875rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVwtL3g7ocORT8WrvPswuyJbBB1qET0I { display:block; }
 }@media only screen and (max-width: 763px) { #ZzN6SpK7BDhB0vfCLqq8u2h7igKTNi2f { top:6.0625rem;left:0rem;width:11.5rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3ADV8H6NmACz0E2aI97uWsIx6r3Oxqb { top:7.25rem;left:10.125rem;width:37.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkUamTPuJUDWIhKEQTzPtdD52p7cTqMu { top:9.3125rem;left:10.125rem;width:37.625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxD3HLLOFNSz8thFNF9C9QA7JtlQDDTM { top:15.875rem;left:10.125rem;width:37.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3T5OddosoalIVD74SiXlOgtFi7CwFG0 { top:18.875rem;left:14.437501907349rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfA8vzy2B2dWL2vfaQl3oovndTrSN4kt { top:19.125rem;left:17.468751907349rem;width:7.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTXlVTDkknnT6088OwcBD9PWTipv40EW { width:10.3125rem;height:1.875rem;top:18.875rem;left:30.29921913147rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiTcIpx61edPaanZ3rt8T0XJrEgeKbKM { display:block; }
 }@media only screen and (max-width: 763px) { #hkduHMvCkdOfq22vUPJ8TucbSITJ77QI { top:5.625rem;left:10.125rem;width:37.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgN3r0UWk7tBeFH9SBESkundXQfBKEdA { display:block; }#NgN3r0UWk7tBeFH9SBESkundXQfBKEdA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O3Pw7tpiqiF6bt0csgzwtsygP3E4QTob { top:3.75rem;left:0rem;width:47.75rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9HkKi5IvlEONScbOviV83KLlPa0PElS { width:10.3125rem;height:1.875rem;top:18.6875rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WInXuS5IhyofWE5KuWMNDN5f8yooShu6 { display:block; }
 }@media only screen and (max-width: 763px) { #DMQ2Sy4weznOJaKIyAQq1gJB11bxkaO4 { top:6.0625rem;left:0rem;width:11.5rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JapsEN7UZ8CkedFPTUU9gIie9XdpFT05 { top:7.25rem;left:10.125rem;width:37.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pA1gMPW03UFynMAuxFUVDNhKUnimM4fJ { top:9.3125rem;left:10.125rem;width:37.625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQl6Q4oSMu155GNAxLPurp9bLd4I407V { top:16.1875rem;left:10.125rem;width:37.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbwsiHh7sOIQTgO3D1ocf5vumiHpg5bL { top:18.6875rem;left:14.437501907349rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFNTHKHsaVTpxSsgmx531MT2vpxCXvXv { top:18.9375rem;left:17.218751907349rem;width:7.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgdmeNyGRVmFNFoXU8EThcZCUbVww3Mw { width:10.3125rem;height:1.875rem;top:18.625rem;left:30.29921913147rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksH8N9Tl4wJUTtVWXZH0KrrhrcDTkoou { display:block; }
 }@media only screen and (max-width: 763px) { #TInyf9AL4xOEyWeMMDcqTsOT1BHaeXB8 { top:5.625rem;left:10.125rem;width:37.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuGr0gPGHOu9RyiokExXcuSvlLRF6KRm { display:block; }#UuGr0gPGHOu9RyiokExXcuSvlLRF6KRm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MXM70bEc8RWNTN8qb5hSwE4MvpTryGSN { top:3.75rem;left:0rem;width:47.75rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwR9vL89gmJudSNcmfQgdRkID33OkZiS { width:10.3125rem;height:1.875rem;top:16.9375rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDxiUCb06EObUmuPtZJg2hnULkeoDyJ0 { display:block; }
 }@media only screen and (max-width: 763px) { #VxeTlPA8hkTmwwx5bqVhn0411zSOB6Cw { top:6.0625rem;left:0rem;width:11.5rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNLXnzcw39hsAq9NSs4bA3ByXyonF2Zu { top:7.25rem;left:10.125rem;width:37.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnrHnFAtldf2n5zdJXaRr13EPXcGeImt { top:9.3125rem;left:10.125rem;width:37.625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x358QHXcOOi1No7vvQZL1EaUfTLlSr07 { top:15rem;left:10.125rem;width:37.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDbWgarXvV9TI6QvLx2T0AoqDiTiNwJT { top:16.9375rem;left:14.437500953674rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyRopbfiq65Q2aFasvWNUOCtCIEbKT3T { top:17.25rem;left:17.218750953674rem;width:7.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9z31e4zoRw2CytDAGhBo725yaekARIA { width:10.3125rem;height:1.875rem;top:16.9375rem;left:30.423829078674rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmWdZ6CM34gWtMFGXOEtFQvI7cAofhds { display:block; }
 }@media only screen and (max-width: 763px) { #MpaANZBq1ENAvOoAFfoK4MRqyrlIZ86Q { top:5.625rem;left:10.125rem;width:37.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pm0kGXaIhDoVMwKUuerUpAef9VdoLmgd { display:block; }#Pm0kGXaIhDoVMwKUuerUpAef9VdoLmgd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MBd6KEvli3BBGioZIZ379Z5D41Vp62Hy { top:3.75rem;left:0rem;width:47.75rem;height:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eeuq9HQdupcOIQwRloOm3OA6W2w14IHv { width:10.3125rem;height:1.875rem;top:22.4375rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPuPPDPMW4s9y8flJbzgsHanX36kELot { display:block; }
 }@media only screen and (max-width: 763px) { #FP4rvNCynwW20PGyb8QxFaMRotacQlme { top:6.0625rem;left:0rem;width:11.5rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBsvSvLfxGcRfd1BFiOIr9NvRgwv5LMz { top:7.25rem;left:10.125rem;width:37.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3O4l4PZqBFUtEs5r8vDztcibv5yBckt { top:9.3125rem;left:10.125rem;width:37.625rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhRkr8tth2r43PwpNpd4byznvtgDTMEJ { top:19.9375rem;left:10.125rem;width:37.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBcE5RhLJyl25hWxPsLalTcwKzQ6lmic { top:22.4375rem;left:14.437501907349rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIQbLThb60FZpMWeHx6nnkfWSn3vp98h { top:22.6875rem;left:17.218751907349rem;width:7.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBrtnobFFq0cgEOTxyLsinTqDEfOTlg9 { width:10.3125rem;height:1.875rem;top:22.375rem;left:30.29921913147rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTTHBSwoC8D2FthDPZitNCJumZxkML6r { display:block; }
 }@media only screen and (max-width: 763px) { #OlZCSJaSanFx7RPnSNmmSVyS9tXlnelM { top:5.625rem;left:10.125rem;width:37.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DR5RgbbG0bpm7NFvlNTBizP8uhbnGbEq { display:block; }#DR5RgbbG0bpm7NFvlNTBizP8uhbnGbEq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eR7WBQqOaVJ6tt7zwvVuxUo3mW75z5TC { top:3.75rem;left:0rem;width:47.75rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgl4T4s84h53KwmzB9rpEdRg7pZgTtyd { width:10.3125rem;height:1.875rem;top:16.5625rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCI9JOQ1pFtdB71XTdkzF3A4uy8CLRKI { display:block; }
 }@media only screen and (max-width: 763px) { #sobgIitbXrT9uOuxhTfZQgWNW9JnFa7r { top:6.0625rem;left:0rem;width:11.5rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ND62ZlSX76blVDoRoB7PT2UT6hs6PdTr { top:7.25rem;left:10.125rem;width:37.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzeMoWQ150xkJZPBNVFPldVoVE9FiCQb { top:9.3125rem;left:10.125rem;width:37.625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASkQNSL5dbfw5vOpam9oTXpJfnGEkGGB { top:13.5rem;left:10.125rem;width:37.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTkco50ZaC8JzTwRdgsyiuel0h4XBy8H { top:16.5625rem;left:14.437501907349rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f10VGqPuMpGE0mrOchhxB23SuOthXmlE { top:16.8125rem;left:17.218751907349rem;width:7.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AC3m00QCRLZrtLLXFzUdr7vkS7woRfJO { width:10.3125rem;height:1.875rem;top:16.5625rem;left:30.29921913147rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQ0WwK97aog3gS3rHI3L69xgntGlrh7t { display:block; }
 }@media only screen and (max-width: 763px) { #GtUORZS3RST3xLGfpBAuI8RQ5TO1vOMx { top:5.625rem;left:10.125rem;width:37.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKmaTtwazqNPRpfKSaU2nNIkmONbPK9u { display:block; }#NKmaTtwazqNPRpfKSaU2nNIkmONbPK9u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Brls7nuN54vrdaqDGqLXQXZWz4lgfyU9 { top:3.75rem;left:0rem;width:47.75rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpkmMzPcC3eatDD1iTt6Rg1uE96MBX3M { width:10.3125rem;height:1.875rem;top:18.75rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2e9VpPfTEdcXkm9qh4cSMFiNuQ0tg9g { display:block; }
 }@media only screen and (max-width: 763px) { #FTh3RJXTbBUriHtbCeOyLOki6RimVPDT { top:6.0625rem;left:0rem;width:11.5rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fB3P9WLUOHU8a32nIQ4HIiwrv1pvJaMV { top:7.25rem;left:10.125rem;width:37.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1pUcxZhR3SISPigg0Z1K6GNoAnk07u4 { top:9.3125rem;left:10.125rem;width:37.625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5O2laTTaUtTUxHzUHEQ5ZpkpTQuTrKg { top:16.25rem;left:10.125rem;width:37.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKETK6kP9M1sTAkrksbOmW2PPZfuPmc7 { top:18.75rem;left:14.437501907349rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbdtETqoXLunF9Un5feNECxGTsRsqBB6 { top:19rem;left:17.218751907349rem;width:7.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Duw8lqygTMs793DwPWdW6t9rSkT8yffh { width:10.3125rem;height:1.875rem;top:18.75rem;left:30.29921913147rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAdsrcgLLJiU09Uzk9QNiKwMpwBaDeHo { display:block; }
 }@media only screen and (max-width: 763px) { #DwzNZg5e6gbxRBsLAOBMlZOWXrze5MmP { top:5.625rem;left:10.125rem;width:37.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dc7DaSsdvSSRnS0fF3xFk43tTwLkkBn3 { display:block; }#dc7DaSsdvSSRnS0fF3xFk43tTwLkkBn3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MbfoNmkF2oCqsTQxb92J7nei8hw3a2mx { top:3.75rem;left:0rem;width:47.75rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qplnrZADmMHgeHaL0Wf1DQmgJSI6fvgd { width:10.3125rem;height:1.875rem;top:21.4375rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImWscFBTrPOukIcoWIFyaTsXAgGTzzI6 { display:block; }
 }@media only screen and (max-width: 763px) { #aXAm5DD9SXneaJqUrxIb2TBLkulU5rw4 { top:6.0625rem;left:0rem;width:11.5rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPvTiWt7EMtBqy6rmOyMhOknycCBLnHD { top:7.25rem;left:10.125rem;width:37.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #baGy14DNqNV0GSDGF1Imp4Sy54d36cFA { top:9.3125rem;left:10.125rem;width:37.625rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvIvK9vbvGFnMCKZCZhMngBstPEAFEXR { top:18.9375rem;left:10.125rem;width:37.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lg6NQu9k3d6E3AwFKzaOTPChZGtHcbpS { top:21.4375rem;left:14.437501907349rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiPnesRm7mfu5sRR45sbWmT1uUbJfiTg { top:21.6875rem;left:17.218751907349rem;width:7.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8siPFS35FwXRfLZp6HffCMFxXsbNTxS { width:10.3125rem;height:1.875rem;top:21.4375rem;left:30.29921913147rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylfKVkvvtcdkM18totTp7F1tvyVimvMV { display:block; }
 }@media only screen and (max-width: 763px) { #l4J2wzTbVEzkz1nPv1ioe0kTmkz2RERo { top:5.625rem;left:10.125rem;width:37.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxrIPy2pFJ2s1md37LQrvVtg70sfQk3u { display:block; }#TxrIPy2pFJ2s1md37LQrvVtg70sfQk3u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hy81WHz8XG2lzmR0AxE4Kuxi4cr9hQ4b { top:7.625rem;left:0rem;width:47.75rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFn67cEps4Wca463GFtWA9F6dJNo2uZA { width:10.3125rem;height:1.875rem;top:23rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #klRtsgkiFm3UTrvaZ5sxFAUVKDlXT90U { display:block; }
 }@media only screen and (max-width: 763px) { #yhhznIqZsFWeMrP4Z7Ef8ONckSM6WIM0 { top:9.8125rem;left:0rem;width:11.5rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVmx61wG2pfCZRSKuLrKJAN3ubomohhL { top:11rem;left:10.125rem;width:37.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U828cW3Lmlge6eQVOv3WURpzBQRhLHRq { top:13.0625rem;left:10.125rem;width:37.625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQXyW8C2hVNafTRrWUQUBf9IGxv3MWlt { top:18.5rem;left:10.125rem;width:37.625rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKv0TALHBl2LVuVD44Rw4C6peWEhAJmb { top:23rem;left:14.437501907349rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZSED0P2ekwAzsIwfmPlMZKgC6zHJ2TX { top:23.25rem;left:17.218751907349rem;width:7.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKyeTimpeh1slh8oym8BfgVfT7OrBJEl { width:10.3125rem;height:1.875rem;top:23rem;left:30.29921913147rem;display:block; }
 }@media only screen and (max-width: 763px) { #qf3CKXTVNQfWZUvVSCSaLTB1UmRMVz1T { display:block; }
 }@media only screen and (max-width: 763px) { #GoD8NX9WCMp6Epf73ldy2na8cnJ8JTTL { top:9.375rem;left:10.125rem;width:37.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5ldlP1tyecAKqgL9QxW8fEX3A4JAEIG { display:block; }#A5ldlP1tyecAKqgL9QxW8fEX3A4JAEIG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cM2FIzGvJKIZHaosWqov6xQ3u2Cz3QeO { top:3.75rem;left:0rem;width:47.75rem;height:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxwJWZszHmB3QTtAimHXV5HtTf3voSlV { width:10.3125rem;height:1.875rem;top:29.625rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKfDqEUoWJQEDp3yWGRmawTLNL8K5yQ9 { display:block; }
 }@media only screen and (max-width: 763px) { #t1qGCK7X9LzaHdyEhZfdfPnwDb4JMF6c { top:6.0625rem;left:0rem;width:11.5rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O44oAfXRaygT05GWdkeAlMkqghNBNnMh { top:7.25rem;left:10.125rem;width:37.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUtci4nQ8pCAHNsMonhR6qwFDfirfzSJ { top:9.3125rem;left:10.125rem;width:37.625rem;height:14.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrp2rW6bKrraxHz4IJfLHCyNeJTTWUlX { top:25.125rem;left:10.125rem;width:37.625rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLQ549hGB1ohktMaIl3qKQqIXlK9PSrz { top:29.625rem;left:14.375001907349rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiNWGK798WQRugZknRm530sdTqtuRhsZ { top:29.9375rem;left:17.187501907349rem;width:7.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbsbebb9aCKM644ulQP924Cn0WhF06dS { width:10.3125rem;height:1.875rem;top:29.625rem;left:30.23671913147rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ctqk9CbgRN4D7wii7AmnX7WrpqxW0aVz { display:block; }
 }@media only screen and (max-width: 763px) { #aHwX8U7P1c3IOkCiTSOew5oUayJ74hTL { top:5.625rem;left:10.125rem;width:37.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIbClgzbkuSQPNdf3RWQasPzFx7bSZm2 { display:block; }#FIbClgzbkuSQPNdf3RWQasPzFx7bSZm2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KAWtlHbIfqJaOJ5ePg0NoS4JIM2CkIas { top:3.75rem;left:0rem;width:47.75rem;height:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFNfUoVeelEOBEWtqmaJLVBQ2Z4CpAJC { width:10.3125rem;height:1.875rem;top:23.3125rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDNcBnrAydhc1XIJHnuKSftBytJ8QMJ5 { display:block; }
 }@media only screen and (max-width: 763px) { #r1HcyMSJ44waw4beVkFIgSkQgfzJr61t { top:6.0625rem;left:0rem;width:11.5rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptC15UZcux7fNyXkLpALP4IW0hgq9trV { top:7.25rem;left:10.125rem;width:37.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aa2MvB4WP3o1Que7NZx8xNZOdaiG7gs8 { top:9.3125rem;left:10.125rem;width:37.625rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kk55Vu3b1moWdkyFd2pgabTJwv10PxAM { top:18.875rem;left:10.125rem;width:37.625rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PECVAdZ9LTbbk2eBOb3hOD6VnTlzhQWu { top:23.3125rem;left:14.375001907349rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8PCkxvf94TS7L8fx9EXWJTslpyCec8n { top:23.625rem;left:17.187501907349rem;width:7.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynAJdwzEoBx8WzRyrHdxufBC4f9cnBzs { width:10.3125rem;height:1.875rem;top:23.3125rem;left:30.23671913147rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFqLGSGtgKOZd4Kk9HfPDiVfKt5H2yGr { display:block; }
 }@media only screen and (max-width: 763px) { #ewSFT9zRN86gwKc9qvdf5cwZtn5Q9MZ6 { top:5.625rem;left:10.125rem;width:37.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMhtHWc4TEfMmd9WSlN0C3S0RiqyC6UF { display:block; }#vMhtHWc4TEfMmd9WSlN0C3S0RiqyC6UF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uXaTJDKZ29KLTxJSff8bKgTa9xxSXrGM { top:3.75rem;left:0rem;width:47.75rem;height:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXH9FA6pL4hgDRT8OhtVgabpzC1EZZgT { width:10.3125rem;height:1.875rem;top:24.5rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJ5mICh5ZxrtKTIhfZSF4xm4Uhu5Hyoc { display:block; }
 }@media only screen and (max-width: 763px) { #Eiy9Xy9olNtTgegGvE0O2ORxC3L5x6cZ { top:6.0625rem;left:0rem;width:11.5rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sz880pTMrlGt3Wxz2DXOn4hxonhpGCqQ { top:7.25rem;left:10.125rem;width:37.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzFFpIDnqPScAzL1ra5MIcwGeWR02rNq { top:9.3125rem;left:10.125rem;width:37.625rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U29fZXobtuZBprLN86UZdslCVRkDRMXo { top:20.0625rem;left:10.125rem;width:37.625rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jh6yqVs4RMsV8nWqwxu7CCh7tUlVdwNF { top:24.5rem;left:14.375001907349rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZETi5wCG6mrZlxkqm0kxxMPPGJX6QyLW { top:24.8125rem;left:17.187501907349rem;width:7.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmQJWDPsuRPhoQPChZ8mFuFzetSqPc4R { width:10.3125rem;height:1.875rem;top:24.5rem;left:30.23671913147rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymqiURXs3N7klxaOKtUPCkHaydXa5MVT { display:block; }
 }@media only screen and (max-width: 763px) { #wBK3lkfab4arzoctwQcSXvdFWoi9hBqL { top:5.625rem;left:10.125rem;width:37.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKXew81yXJWNeS60bJTEL44zPchAoxDH { display:block; }#sKXew81yXJWNeS60bJTEL44zPchAoxDH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #okv0qmBFBeiKhmqLSk5yeLsSvHQhfebo { top:3.75rem;left:0rem;width:47.75rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nc5V5x5n6DkordfVm6v47htvXos9NfMw { width:10.3125rem;height:1.875rem;top:18.5rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGMLcHyODMD4COr2AQf9KB5EgdHONETK { display:block; }
 }@media only screen and (max-width: 763px) { #inJlqHZcXQwFlgak3JS8K9uyTyWVTswZ { top:6.0625rem;left:0rem;width:11.5rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSfi5aaRSdQXJTtHq8q9UfxzBRBh5KHi { top:7.25rem;left:10.125rem;width:37.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAFqU9E2xn5m3OesdtZxJ3b7P7q9IiJ5 { top:9.3125rem;left:10.125rem;width:37.625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ef3i3DepJTs5n2z0qEW7dOROOXuuau2f { top:13.5625rem;left:10.125rem;width:37.625rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCG1CF5TWFE1noJApFNlA8C53GVT4VB3 { top:18.5rem;left:14.375001907349rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJiBp9FgMTqhti7efFfasIH1q9Lbb7A7 { top:18.8125rem;left:17.187501907349rem;width:7.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #omXJWTMkoF53qOvugazQ21avBwWwsJLg { width:10.3125rem;height:1.875rem;top:18.5rem;left:30.23671913147rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZW4ZX8opUaO9ltDzRCTR0La5tWglCwX { display:block; }
 }@media only screen and (max-width: 763px) { #qZI751KsPOaDznVOcD8xWQD7RmJtIdFt { top:5.625rem;left:10.125rem;width:37.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4fDELtHMBG5yAVy8vOwKqhwrlh4R0MV { display:block; }#f4fDELtHMBG5yAVy8vOwKqhwrlh4R0MV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WGH4EZ4uH5XR8M4uJTR7J3fxIw97XTqp { top:3.75rem;left:0rem;width:47.75rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzeTpJZTOf9c2sxdIs7zFTi8lBJ5rlys { width:10.3125rem;height:1.875rem;top:19.4375rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcO2kSaqCVIJTisHxfwyx9tVJliNfzL0 { display:block; }
 }@media only screen and (max-width: 763px) { #RUOhCVwdLSOsfH0L2GX7NFHFdDr0VWGF { top:6.0625rem;left:0rem;width:11.5rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRECoKeUnhcmaXpTXL4FN7wqKeEO6oQi { top:7.25rem;left:10.125rem;width:37.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mh8BTtFPX4HBgVR7bZMxAkIdNJECCVSB { top:9.3125rem;left:10.125rem;width:37.625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6oSdoHSFgDN7kZ2uk1XTBUlfaHraLnI { top:15rem;left:10.125rem;width:37.625rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0CKcKIByhaKwAcSny2CqnEOwOaGeCKx { top:19.4375rem;left:14.375001907349rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8ZuM9SLTgN5KvHmGiwpWzH9qNaL5UZ2 { top:19.75rem;left:17.187501907349rem;width:7.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQRTH7uaBDXcaDxuzfDcXpfHPfz6wHxK { width:10.3125rem;height:1.875rem;top:19.4375rem;left:30.23671913147rem;display:block; }
 }@media only screen and (max-width: 763px) { #WH88WI1T2EUQCy8tmH7yitrEJgSMl0WT { display:block; }
 }@media only screen and (max-width: 763px) { #ENt1ilo7UsInrI87GR8cFv7Aqr90oicC { top:5.625rem;left:10.125rem;width:37.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSmiJIb9lXhWwUfKQvEl3Hu0TsO1OFp8 { display:block; }#GSmiJIb9lXhWwUfKQvEl3Hu0TsO1OFp8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mpeQb2oabbmKBMqVwBoKPnXugMfZrr7s { top:3.75rem;left:0rem;width:47.75rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIIbdU82uaM7Ooa6C01A9BCRiKuFmV6T { width:10.3125rem;height:1.875rem;top:19.3125rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZGsmiJXa1FcLzxKTDulkHDWdOHNhkN0 { display:block; }
 }@media only screen and (max-width: 763px) { #oLdskup7LPFADhyCpUfNELCTtoL1dQcB { top:6.0625rem;left:0rem;width:11.5rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWDdheuwnhdiThJpdDwuDZTxpreFwToC { top:7.25rem;left:10.125rem;width:37.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlbwamZ3HRINX1wQlgHhC5x9ppTEMAIq { top:9.3125rem;left:10.125rem;width:37.625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i81RXJM8GDg7EtB1Jn6pmH7fxxJXa2QS { top:13.625rem;left:10.125rem;width:37.625rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yb01L4pc5whQ4i2Dl1pytVP27rPMDu9T { top:19.3125rem;left:14.375001907349rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIWANDCxp4uPn5vMskTccqlZMnntzfqV { top:19.625rem;left:17.187501907349rem;width:7.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6gvE3Wxu5gxiBlSAAiHlO1y1x4i6P0f { width:10.3125rem;height:1.875rem;top:19.3125rem;left:30.23671913147rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQ0zQKaIK7R5qPMcAPfN7qoKcOFQlvsz { display:block; }
 }@media only screen and (max-width: 763px) { #WMnz7XUcwiTnr8TXPcuzwFQ7J0bEcNVH { top:5.625rem;left:10.125rem;width:37.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nm7XIbCzSRpPfCF5WopkSNWvaWK3iVnE { display:block; }#Nm7XIbCzSRpPfCF5WopkSNWvaWK3iVnE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sitkuee8K5wREQ6fOBwimEGHwH4SP6iw { top:3.75rem;left:0rem;width:47.75rem;height:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nr0hIQeNuPwvngGSJuaFH8ToqeZX2v0b { width:10.3125rem;height:1.875rem;top:33.75rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTvw0RUbTL8sNdB4lc26B9SH2l9G5Zkp { display:block; }
 }@media only screen and (max-width: 763px) { #kp2UPlpZE8dtOSyWlzX0QFwvXN7C1EfX { top:6.0625rem;left:0rem;width:11.5rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3ZVvEWJWIiTb7NRXX9ZpxCti38SvFJS { top:7.25rem;left:10.125rem;width:37.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQthaOSz5w051KLatp1K4dPuLkqxdps1 { top:9.3125rem;left:10.125rem;width:37.625rem;height:18.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #slqHo8FrZWKv2uz4tIgunScvTxKPSy8F { top:29.125rem;left:10.125rem;width:37.625rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivg0TZg06Q4E11TB3lDCnZqlZmqAig0o { top:33.75rem;left:14.437501907349rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2ctVRfIOBhToTi1a6pBQRUAki7c1J8U { top:34rem;left:17.218751907349rem;width:7.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #reqgHy8o1o18AILDmxS615ElqNLhbADx { width:10.3125rem;height:1.875rem;top:33.6875rem;left:30.29921913147rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdQmcb40zxsZ25f1TO5wPc41rCDLsKon { display:block; }
 }@media only screen and (max-width: 763px) { #suTzgJsA4eJFV96HPItDyTnhLOnicAdb { top:5.625rem;left:10.125rem;width:37.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrtM7nB4cv5RA4VgN9oDDfdCngXwrV9G { display:block; }#vrtM7nB4cv5RA4VgN9oDDfdCngXwrV9G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V7V5y1Tve5pC47GCETboDuBM8BSgcXRd { top:3.75rem;left:0rem;width:47.75rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkVGWquMSPhJ1fe0g9TqLKRrZ3HWN0MK { width:10.3125rem;height:1.875rem;top:22.375rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bC7zx9MFZGP4wu279xtneAGPVTcD9BMX { display:block; }
 }@media only screen and (max-width: 763px) { #XRlUnELbRs4OsSTbWtlTMWF3oShdzCa7 { top:6.0625rem;left:0rem;width:11.5rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuhsSlFPpwtFC4iLQDTuHEC1JuFNxADo { top:7.25rem;left:10.125rem;width:37.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGvCdpUN1T7K7axvspwsmGsGsFhD1TNt { top:9.3125rem;left:10.125rem;width:37.625rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJWGLQr43MuCPHH65UJf8RV7P44aM6D1 { top:17.75rem;left:10.125rem;width:37.625rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #okUTHEEs6T5CFqvLGBPxbJ8wRF9UhZDB { top:22.375rem;left:14.437501907349rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJzg4I1789hJOzkpm5imBbV7hJvBbQF2 { top:22.625rem;left:17.218751907349rem;width:7.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7hrumQeK8yEDzP63f7TOlwfOWyofkkg { width:10.3125rem;height:1.875rem;top:22.3125rem;left:30.29921913147rem;display:block; }
 }@media only screen and (max-width: 763px) { #VM1mAP267xCxSXhZdK4nxbv62a50ePZo { display:block; }
 }@media only screen and (max-width: 763px) { #qMZcG3AEIrQdATmJKUQpexkF3JH7b0XV { top:5.625rem;left:10.125rem;width:37.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nM33IAnQHLB5MaPV1gRCiGtft2H40veS { display:block; }#nM33IAnQHLB5MaPV1gRCiGtft2H40veS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #itcsbvNEiSEwllVtKdoNPX9FkHJkXrTK { top:3.75rem;left:0rem;width:47.75rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVtCvyXbOFdzMsZXeZHNpNmlED3SCoQc { width:10.3125rem;height:1.875rem;top:20.9375rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhfHkNWoEOsS8GzefkV93kXAmc9Lqv0e { display:block; }
 }@media only screen and (max-width: 763px) { #r5AuE5IvuSI4eoOvSvNL9x5AT8Gtx8td { top:6.0625rem;left:0rem;width:11.5rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGL35ah2QLl9lJsoDSIMsG95eUCckhVK { top:7.25rem;left:10.125rem;width:37.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUadZgtvtzwobxyg6Heo3bWGf5RqJma6 { top:9.3125rem;left:10.125rem;width:37.625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xte8HTKQTFi1dOIi9zo3zaXxZViSmFNN { top:16.3125rem;left:10.125rem;width:37.625rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXfMmIMsl5ZMyQzTMiQ5MJANX58EhSlG { top:20.9375rem;left:14.437501907349rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeUDgAmFrGRzgZBwItm3VGZidXVs9o9G { top:21.1875rem;left:17.218751907349rem;width:7.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOwAouii6sTmxQuwT1Bg2TTwtq4gpwvS { width:10.3125rem;height:1.875rem;top:20.875rem;left:30.29921913147rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbbqsxfUQwIochkhEEmktiJNdVH1NATC { display:block; }
 }@media only screen and (max-width: 763px) { #ERCJlwW8C458zCKMx4IklMO1oXUa2XZy { top:5.625rem;left:10.125rem;width:37.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMKvV6VrQaI95HBB3f3SwGOdCLTZ83lo { display:block; }#HMKvV6VrQaI95HBB3f3SwGOdCLTZ83lo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wq9h2gaTXoBU6mnRbumPLNUZ3myoKVxf { top:3.75rem;left:0rem;width:47.75rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiCZX3mFFFthQwGVTaN3JQEi7KHBbP94 { width:10.3125rem;height:1.875rem;top:23.375rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QddKNgLNVgrgaHLiPfE2Fwkg0spbiA54 { display:block; }
 }@media only screen and (max-width: 763px) { #KyoZre4H5yrA7eCsHWBBWt7g9bB5GhCl { top:6.0625rem;left:0rem;width:11.5rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JK3kH20OTZmMUpFUyVtu4TAdGXK3labx { top:7.25rem;left:10.125rem;width:37.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zT8THkpUN9bJJV39sJwC1VSEgQ5aGvPt { top:9.3125rem;left:10.125rem;width:37.625rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1ittelrIMHi0oJgTlUA3b7NEwKsKTwK { top:18.75rem;left:10.125rem;width:37.625rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFD6V6LTeKD0sZ0oi5nFyz9MeztwWAHV { top:23.375rem;left:14.437501907349rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVofsJsagIc9n1zeTBPHohu5lw97odzR { top:23.625rem;left:17.218751907349rem;width:7.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vErWQkqwv8hHA0IDV9owRuI44k67sWiI { width:10.3125rem;height:1.875rem;top:23.3125rem;left:30.29921913147rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rzhl4VFVXJTQO3GXkXOTN1PTxeqT1ttW { display:block; }
 }@media only screen and (max-width: 763px) { #srKXgGC3V0CAUSTTBikCnOKwcmXqQxKr { top:5.625rem;left:10.125rem;width:37.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9ePvC6fzFi0O2o5QV3W3N170KwsnfId { display:block; }#Z9ePvC6fzFi0O2o5QV3W3N170KwsnfId > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #peFVJsXtFB6NWPd73XXLdqt0hJZKRFXo { top:3.75rem;left:0rem;width:47.75rem;height:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrdXXTUceuAJZxW73MroLnkE9AHXa9CG { width:10.3125rem;height:1.875rem;top:25.875rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCgoMNVEflDbbPNBI35x6sKV4fdiT65s { display:block; }
 }@media only screen and (max-width: 763px) { #RapXlIpJklbqnLMlIWv3dbEg5BO1XZKo { top:6.0625rem;left:0rem;width:11.5rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCadynFiGlTIDXzAAk7hRycpP1g6mmso { top:7.25rem;left:10.125rem;width:37.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoLHsfBasXrSrvwRxzwqS2hPZ8BbUrg8 { top:9.3125rem;left:10.125rem;width:37.625rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvsVGK6KK30wLiuOyvNGnbGnFdXNfPaq { top:21.25rem;left:10.125rem;width:37.625rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EN8II4qPLJKlo7vfKSyooCi8xlDQnBei { top:25.875rem;left:14.437501907349rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tpby9fDXWPlrtw0m9RfyMILAmrp83h9m { top:26.125rem;left:17.218751907349rem;width:7.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJ3isVvyC9Xpi4gLHHWNBB3VCBJ96CPn { width:10.3125rem;height:1.875rem;top:25.8125rem;left:30.29921913147rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ew5aaHeTrELTU9Of7gcpoR5AOp73ZP19 { display:block; }
 }@media only screen and (max-width: 763px) { #UatlJ9UC9lNOHHQnxuMLSrxhxu2SOyfL { top:5.625rem;left:10.125rem;width:37.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAuHAPAySrE4JHppkE38b5c2xzKTZb1Z { display:block; }#aAuHAPAySrE4JHppkE38b5c2xzKTZb1Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BJdVLmTmpryyzOod92KHJosfhdNpXeGb { top:3.75rem;left:0rem;width:47.75rem;height:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5Q792buXgl4CwAsIy1iGatICUbuddp3 { width:10.3125rem;height:1.875rem;top:24.75rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqZiTu2P0rnvJ2iJF5J0zT0BJaOAxZ5L { display:block; }
 }@media only screen and (max-width: 763px) { #NHp4Sx6fJiMpHoRRJnf5VRZo9HHFywuT { top:6.0625rem;left:0rem;width:11.5rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBFJstJmL9roX3I86stcupDcmxATq3Sb { top:7.25rem;left:10.125rem;width:37.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2m6UyDDl3pvsHT3C9MdkgwlAO77DE7t { top:9.3125rem;left:10.125rem;width:37.625rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AG8yPbCLgDkNz1kK07nsoqMIXEBOTtsD { top:22.5625rem;left:10.125rem;width:37.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5RfP66rp7Dnvi2paCKk6ZcaXISbrffZ { top:24.75rem;left:14.437501907349rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwIdKByT8EVAFJyhQ50EB4V9ZczpWvpL { top:25rem;left:17.218751907349rem;width:7.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gORTcwrRUETF5kzbUIk2B2FgmXRC0Qis { width:10.3125rem;height:1.875rem;top:24.6875rem;left:30.29921913147rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDXgBDVrCyAB8U5FUhHQ827cW7HTnLOn { display:block; }
 }@media only screen and (max-width: 763px) { #hPffHM7zEJZZqIEqZvLuC4I4m9ySoBc7 { top:5.625rem;left:10.125rem;width:37.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GV5mClkxkHgJxUtyS7XEuXzgCUME1R6N { display:block; }#GV5mClkxkHgJxUtyS7XEuXzgCUME1R6N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JTACXFQCLPsVWTvtTVzw8ZFfXuuvngiJ { top:3.75rem;left:0rem;width:47.75rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ihv4gV57cElnTC08kuKTB4Ce2pa8cbDP { width:10.3125rem;height:1.875rem;top:19.5rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FylSkU2FQ92GGnzfOKFuTmAAb7DLTILc { display:block; }
 }@media only screen and (max-width: 763px) { #FH0POpLVcI1e0AqorlIW00iJVOG5ZZtF { top:6.0625rem;left:0rem;width:11.5rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNXT2L3kBTmFoNUlPdE4Q6dQwrQJsfIe { top:7.25rem;left:10.125rem;width:37.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkRsswsDkyINEobL6k7kGaZ782uRQizn { top:9.3125rem;left:10.125rem;width:37.625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWoRT5t47OJuABnBBUCXiwNkkDAN0bc4 { top:14.875rem;left:10.125rem;width:37.625rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuTw2RbCTUQRLKfuxRJkIEpBrSdTcHTM { top:19.5rem;left:14.437501907349rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtweDD1JOK2osLSkhZfi95VPuJRJX40i { top:19.75rem;left:17.218751907349rem;width:7.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfXKeCU0lqSR9TbTfpsTPduSXCmvA7cm { width:10.3125rem;height:1.875rem;top:19.4375rem;left:30.29921913147rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT1qcJPz0vcerxTfDiydu1qX0ddWgwqf { display:block; }
 }@media only screen and (max-width: 763px) { #NZJ3EEs2QBmeDtG67itT8hcPhiGpcaq8 { top:5.625rem;left:10.125rem;width:37.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQpxCPRoTldoinwKAb0dCDOyAv2My3Lu { display:block; }#aQpxCPRoTldoinwKAb0dCDOyAv2My3Lu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I1PuB8KcpxIQN35q9d7qHHUbTG6tHxxh { top:3.75rem;left:0rem;width:47.75rem;height:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqTeWbdkfr2IESKaxaedWGCVeDF6g8bs { width:10.3125rem;height:1.875rem;top:20.75rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNVCbeP4JMH4IgnHaUT1n7nz3vMO7364 { display:block; }
 }@media only screen and (max-width: 763px) { #Ik0lU9TvLUoVyDeZrJbi3B6nTcJdxgZ2 { top:6.0625rem;left:0rem;width:11.5rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhZZCU008Vc6bmIVBGZ2uyZVh7qtOLJ6 { top:7.25rem;left:10.125rem;width:37.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLoQpRJPwDbLZ3Atvuu59F7Tk8hyxbiq { top:9.3125rem;left:10.125rem;width:37.625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ve15TgWUPgHQwWde7uz0v9me4E7wz3Zw { top:16.125rem;left:10.125rem;width:37.625rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4D8W6BposMcGZQsb2gNRlE111xTnslc { top:20.75rem;left:14.437501907349rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4PMpTBwoJtcI6HWA2RRT96xdw4T9GUB { top:21rem;left:17.218751907349rem;width:7.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sS4LmEBOyimLhROLhee8t21LS37a8OzX { width:10.3125rem;height:1.875rem;top:20.6875rem;left:30.29921913147rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGy5s1ns4saSIP6BZ1yvV8SobyegmiyI { display:block; }
 }@media only screen and (max-width: 763px) { #EGaem3hSoQXiksRZaMao3vV88wqwqK2h { top:5.625rem;left:10.125rem;width:37.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOM0ItsWWXxi4Nm5ANxAAcAGKNi46b7T { display:block; }#NOM0ItsWWXxi4Nm5ANxAAcAGKNi46b7T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gvsd2lKXuyzBOLtB5NUlHoaXbtOR3Wgv { top:7.625rem;left:0rem;width:47.75rem;height:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRS7gJAHXGVfoTy9uV9U8AcQrcn9Opbl { width:10.3125rem;height:1.875rem;top:27.375rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5Qa1Vtss8E0ub1baXVyreoGMDJNeNsZ { display:block; }
 }@media only screen and (max-width: 763px) { #rQHTVEfQRK8VJCUxyiTymywWWRxKmRqX { top:9.8125rem;left:0rem;width:11.5rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvu2b9IV5QzwaeSvcA5z0X28xkP3y88E { top:11rem;left:10.125rem;width:37.625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zo7PCWZzkvmAldUwksyNQW8nJ2srNS6G { top:14.9375rem;left:10.125rem;width:37.625rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bu9LAR3TJHt1iTfeN4WxhzrRsksTg2Lq { top:22.75rem;left:10.125rem;width:37.625rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbfvQZ3ooRXNPGs0hpnwaJIdhLsZuFhE { top:27.375rem;left:14.437501907349rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZr6VSn1cpu7xpBLu9Sb93J70T5gqsXX { top:27.625rem;left:17.218751907349rem;width:7.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9dO3cO281UVoQOiz8eMRtE9lmtKDKoz { width:10.3125rem;height:1.875rem;top:27.3125rem;left:30.29921913147rem;display:block; }
 }@media only screen and (max-width: 763px) { #my5AyyNpFr73wXhGZvvwyi6E1ygZ7mvS { display:block; }
 }@media only screen and (max-width: 763px) { #Lc6b0HrL6ZxUHMLF4La23QQXHcLnwywg { top:9.375rem;left:10.125rem;width:37.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8eE2DZHuSdzCbrqVA952iIJCkk9pMas { display:block; }#u8eE2DZHuSdzCbrqVA952iIJCkk9pMas > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C1uxsZPncyu0TLQgCeq13WynApwQNCec { top:3.75rem;left:0rem;width:47.75rem;height:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvkVpi86NHUGkUL3h3pfbfoRZcCxOVhA { width:10.3125rem;height:1.875rem;top:29.3125rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRK8rnB4dSVQboLlm8JWTmRf3Wo5SDm9 { display:block; }
 }@media only screen and (max-width: 763px) { #CNQUqSbZrRThC80FqRDFWiOzz01MelOI { top:6.0625rem;left:0rem;width:11.5rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2Huk7AkIzKD3Txo2nhG6lwXnHsiGncI { top:7.25rem;left:10.125rem;width:37.625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEnFgriyBvCVtIeMvDdmElbhnxz6G4eS { top:11.1875rem;left:10.125rem;width:37.625rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOCSMy03mKXGTcxow9mixX7f14lCPxLy { top:24.6875rem;left:10.125rem;width:37.625rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zy4O3bTNGtUzaJx6M3xHaZzXtRGAaURs { top:29.3125rem;left:14.437501907349rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZf6tQxBvEIxNUFeZA5VuN9mmfQiOF4A { top:29.5625rem;left:17.218751907349rem;width:7.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhg4IZscfUF9hF75WlMUpyrEscTTnOSy { width:10.3125rem;height:1.875rem;top:29.25rem;left:30.29921913147rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFRBVZTzZmzFv7TIRFRLnJp8kgdQTGIJ { display:block; }
 }@media only screen and (max-width: 763px) { #NdBP7Vy8K9JVrFciSn0fe1hWRTQzi1oL { top:5.625rem;left:10.125rem;width:37.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTKq4WZUw5iEgQ5L2kMTFnH1kaxGrw70 { display:block; }#lTKq4WZUw5iEgQ5L2kMTFnH1kaxGrw70 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CBoEVxNJbO1sTye870CVAiuxTTE9ioc6 { top:3.75rem;left:0rem;width:47.75rem;height:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALBWAn9M3IPnHvVlfuof8swkoxQnSJCu { width:10.3125rem;height:1.875rem;top:29.625rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1HMGOQpObILzhnmvx6BdpHINhqLRa4h { display:block; }
 }@media only screen and (max-width: 763px) { #fw0wVcU8fZ60KGMhXsHSTuGtLJmTQ9iB { top:6.0625rem;left:0rem;width:11.5rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAowTpTscWVxmZFXFKqOUZpD1UXbUIM9 { top:7.25rem;left:10.125rem;width:37.625rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8C7pUcV0N5Sy5WZBtUNN66zdKMnFFFW { top:12.875rem;left:10.125rem;width:37.625rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKS4gRwRVt2MRQAVTNVBNZW2GbI1aozs { top:25rem;left:10.125rem;width:37.625rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kyo0lzuFrEg25rahbZnNVwXQFuu8G16W { top:29.625rem;left:14.437501907349rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJKBXdcG2KWNsq0aZmhgmVEK4Jm6C5Nf { top:29.875rem;left:17.218751907349rem;width:7.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSLSzz1oxBM3rWhpzc4AivIOB71q9m8G { width:10.3125rem;height:1.875rem;top:29.625rem;left:30.29921913147rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbLtQJVlLLJc8oTTL5dbZlh3d0romwEr { display:block; }
 }@media only screen and (max-width: 763px) { #yIAetMtpKIaBMPqo91PEDnfN2J5DKhrO { top:5.625rem;left:10.125rem;width:37.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwFR2olXWTeuoRuVHRPrNbQT0N3T3iDp { display:block; }#VwFR2olXWTeuoRuVHRPrNbQT0N3T3iDp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WfDNOq82lh8IBnVWsXKHU4LEwI2KTRwO { top:3.75rem;left:0rem;width:47.75rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKk7fWewlsXp9XLyBvUXsFH1UbIKvbDe { width:10.3125rem;height:1.875rem;top:22.4375rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #laz9pIdIMfQSCixbFdcLGdysSb2rg4uI { display:block; }
 }@media only screen and (max-width: 763px) { #NQHxTXFez8Je0HoGPlKofDo5NtHhkyT3 { top:6.0625rem;left:0rem;width:11.5rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FD69tR7omCeqLVl3z5snDe3pUI1yWFCt { top:7.25rem;left:10.125rem;width:37.625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5kNO0Z3QTgCM4mgRPvP7gomkps8XcED { top:11.3125rem;left:10.125rem;width:37.625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmXVKn5GWEahMe96n8UOzyrKfpDXNxVC { top:18rem;left:10.125rem;width:37.625rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsLKQFbfTgTwCXWCkqsVAKAdV7o4sTyJ { top:22.4375rem;left:14.437501907349rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4J66KG1nIplkRr2cnn8PCn2MWIx0VS2 { top:22.6875rem;left:17.218751907349rem;width:7.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7atCLrtsT5J0nX5Q5ZmKMOHvuaVd1PD { width:10.3125rem;height:1.875rem;top:22.4375rem;left:30.29921913147rem;display:block; }
 }@media only screen and (max-width: 763px) { #kztIXgiGwH25qAmnA1b3Ju1CMQwB9HUW { display:block; }
 }@media only screen and (max-width: 763px) { #Qv0xMcbThODatWrrWpEKUu8AGPpDIsfw { top:5.625rem;left:10.125rem;width:37.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pm27TAJqXBGOv1Sf6oPlFFyPudWLZ0qm { display:block; }#Pm27TAJqXBGOv1Sf6oPlFFyPudWLZ0qm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qcvb0KBCVK1tnTU0JxvlCkWrWiATHPrx { top:3.75rem;left:0rem;width:47.75rem;height:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7XcM6prbCfloaQpz05PE35dxqh865dF { width:10.3125rem;height:1.875rem;top:32.6875rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZBsKZgA3brzLDL1ler303VUMG1ylKpg { display:block; }
 }@media only screen and (max-width: 763px) { #l1zrgDTRdTZM1g809ZeWNlJmiWDAB6ZX { top:6.0625rem;left:0rem;width:11.5rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnDoXlkJKHFQv5unn6w1AvJ0Eg7apntB { top:7.25rem;left:10.125rem;width:37.625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhB7WusVMLvvz6q1vwCJ3ml1yL6CDazd { top:11.3125rem;left:10.125rem;width:37.625rem;height:15.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuoN9rsfVD3GILDs3okJZIZszAo5N4EC { top:28.25rem;left:10.125rem;width:37.625rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ak51TCzzFNhycVeWh8uinZNfpX2AJblP { top:32.6875rem;left:14.437501907349rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqmNRLT1926Xiqv1ctCtTy74oIXFbROl { top:32.9375rem;left:17.218751907349rem;width:7.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKzgQHhvvKeehtLf0FC8gObCsK7idbJb { width:10.3125rem;height:1.875rem;top:32.6875rem;left:30.29921913147rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBp3TSRbNvZrVHCwHm1LLQ9cmTQOOD28 { display:block; }
 }@media only screen and (max-width: 763px) { #iOZ9BcZwa5bOdoPKq2mJgSGapax9pST4 { top:5.625rem;left:10.125rem;width:37.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vq73lFiIAiFxOqxZr11rCupTFPoZWe76 { display:block; }#vq73lFiIAiFxOqxZr11rCupTFPoZWe76 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z1cZiBQdzruOOENTO5GITZ1Wg9LCd758 { top:3.75rem;left:0rem;width:47.75rem;height:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWeTAsNeQCBKT6crR37ztK8ORMSdu59w { width:10.3125rem;height:1.875rem;top:23.3125rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1qOba4pdUrvSBua6atM7CmyVZBz75Bl { display:block; }
 }@media only screen and (max-width: 763px) { #JcEeJk9l1ak8q7d2KWnIJmyvN7JXAoxe { top:6.0625rem;left:0rem;width:11.5rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yycSEUn86PkPPeDT0T8LmfdAacpvVWIx { top:7.25rem;left:10.125rem;width:37.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdTaXd5tEhNMZCqrkBRkpOkm4uQDgPl5 { top:9.375rem;left:10.125rem;width:37.625rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSGcyqv3wO6FifDW2lxdftmJQPW4DsuQ { top:18.875rem;left:10.125rem;width:37.625rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWbm5rMx2kEum2AyxqNLt9iRKfR3nMgl { top:23.3125rem;left:14.437501907349rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWnDtq4BZXWc8OFEmPm3eiT0WBpBDEu2 { top:23.5625rem;left:17.218751907349rem;width:7.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksxG8tTwZL8t9Off7qLTn8cvssBhLwIX { width:10.3125rem;height:1.875rem;top:23.3125rem;left:30.29921913147rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDGlEyB58uBm0nmorophldzJpFOfqc1l { display:block; }
 }@media only screen and (max-width: 763px) { #uewTyfhFlSmT72yCQbTRQAprAGc0UFVN { top:5.625rem;left:10.125rem;width:37.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcfkP4E2TUbhtc1yQped2sHRXeU6k91U { display:block; }#dcfkP4E2TUbhtc1yQped2sHRXeU6k91U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rL7HoN1i0mKLG9yisyIxRaebz0V9X1pK { top:3.75rem;left:0rem;width:47.75rem;height:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7TIca6KTDC1O3G3bPgQPB7RaucIotL6 { width:10.3125rem;height:1.875rem;top:18.4375rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w20X3APKRhELpaT559UsRyygpABANni8 { display:block; }
 }@media only screen and (max-width: 763px) { #JK1IQsa0hzPuWsLSRHNO7Fe15Kuy90qR { top:6.0625rem;left:0rem;width:11.5rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yK1iqbhe2kctMVpMnfyWhN1SkFg8FoG0 { top:7.25rem;left:10.125rem;width:37.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vabKBqHGgeSCI0dV7zLJ2feTNdgAXqsh { top:9.375rem;left:10.125rem;width:37.625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtXT0bSPTsTvmUOB3Ag0frK6TN4eOhaA { top:13.5rem;left:10.125rem;width:37.625rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhnwhWNCVBwhvyasaOlg3lFcPXFaDeQ2 { top:18.4375rem;left:14.437501907349rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qA6UkUZTFFi69lXNX7V9T6aZ1rxI9RdM { top:18.6875rem;left:17.218751907349rem;width:7.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJvlD2PwTaMhZMdZbX23sOX2Vvfx0vSO { width:10.3125rem;height:1.875rem;top:18.4375rem;left:30.29921913147rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvKW5QyT9JUR8dRIUnfh7bOnqbadWFsB { display:block; }
 }@media only screen and (max-width: 763px) { #lpQmE3iHw0g2ouMpcMNcuKInEC3Tdi8V { top:5.625rem;left:10.125rem;width:37.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvzgWaULWOJk5TmJeprh9oqi0f7PMaMW { display:block; }#nvzgWaULWOJk5TmJeprh9oqi0f7PMaMW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I3bFQ8Kz99oVSKqzq3FqQZGiRE9koiPr { top:3.75rem;left:0rem;width:47.75rem;height:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1KbcviGrcIuQuNn9qIlC4plXEhcZWQM { width:10.3125rem;height:1.875rem;top:32.1875rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDUmvhviU28NULJrpvcN1wXgtrdJo5kV { display:block; }
 }@media only screen and (max-width: 763px) { #wF5bW2991kZsh4dOWEkqfiM1accuNgTk { top:6.0625rem;left:0rem;width:11.5rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJRTHdEiImu5VvZMxqBSUcD0FZ4Xy12a { top:7.25rem;left:10.125rem;width:37.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fh51uMK5wdyMUXbZat1Dt4NG6fPs0R4S { top:9.375rem;left:10.125rem;width:37.625rem;height:16.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5olOVOah7wkouxkQ61JhzLvdIMfe9x3 { top:27.75rem;left:10.125rem;width:37.625rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQZPbeJwmFiD4ft6Eoaq3BGUc1kgGnJu { top:32.1875rem;left:14.437501907349rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHrPZbtd2G0F3whZOqrTTrt4C4mzVP1D { top:32.4375rem;left:17.218751907349rem;width:7.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEZcBid2QZ1sXiognPlcI5PnZXtplqPB { width:10.3125rem;height:1.875rem;top:32.1875rem;left:30.29921913147rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqAOix6Oszhd3hon74xcAWRUfaeZSSf5 { display:block; }
 }@media only screen and (max-width: 763px) { #PepxyagJIlAvSGcG0O3i8Gqeebn8iBJd { top:5.625rem;left:10.125rem;width:37.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFuQ1GxTH6A1wpZvpG0ZJFg0CUHo14Pg { display:block; }#lFuQ1GxTH6A1wpZvpG0ZJFg0CUHo14Pg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MrZCPQQrpZkVdiC73qHaRaIkmRE0UCKr { top:3.75rem;left:0rem;width:47.75rem;height:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9NaF8t7PTlN2ivFPdzwInEZENIBBwwR { width:10.3125rem;height:1.875rem;top:28.5rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKOk4B0zRCMr0JXHlT0ZvEqUhkz3DQMm { display:block; }
 }@media only screen and (max-width: 763px) { #k8i7uTBt6PmgDdzieotVQ4Vbw3nPSpNT { top:6.0625rem;left:0rem;width:11.5rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HncTeSTKq0uCxid3C86IObwInm6EVyDg { top:7.25rem;left:10.125rem;width:37.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #odsBu1ARp9n67m4yoC4QW5HTPg2H7nln { top:9.375rem;left:10.125rem;width:37.625rem;height:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3ibxFSRo2c6qHCoq87nuLkyF9eeWwEq { top:24.0625rem;left:10.125rem;width:37.625rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqu0GZhLp8HmafsuVhIztbHpuLEHcawF { top:28.5rem;left:14.437501907349rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uX82aKJeauExP8lUau9GidsGUtnImerm { top:28.75rem;left:17.218751907349rem;width:7.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #REbV2eApBwrv3rqeEgIV2ZPNSCaS1J8N { width:10.3125rem;height:1.875rem;top:28.5rem;left:30.29921913147rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiiqQuANNkuM3d9z28N3RZDm5FOtV5aL { display:block; }
 }@media only screen and (max-width: 763px) { #weaPbXDvl8pDge2S5L0fuBGTORmIUUEB { top:5.625rem;left:10.125rem;width:37.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKtlFQkhnTB8zx4U0tD9OgdoTNTC1lfv { display:block; }#NKtlFQkhnTB8zx4U0tD9OgdoTNTC1lfv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WBTVohdv2ckoC9Hc68AEhBmvNIxu4RBG { top:3.75rem;left:0rem;width:47.75rem;height:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8QHi7KHC4ZW6X0E3q8RSpuVeurM0TM2 { width:10.3125rem;height:1.875rem;top:27.0625rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nueVfOI6tRdUvu5U6SLCGw8H3uaEdv5F { display:block; }
 }@media only screen and (max-width: 763px) { #QC4ItSMHo6uhlao08doewEa2B04wNOZM { top:6.0625rem;left:0rem;width:11.5rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4TbPkHsJqICKbVPqC53C7Zz1bfGDcCe { top:7.25rem;left:10.125rem;width:37.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8Lx0mHVKtwNHvK8vQRox3TN188vxkvM { top:9.375rem;left:10.125rem;width:37.625rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4mtMxADTWo6ZvtT9sRXeaX8xU4mSDMB { top:22.625rem;left:10.125rem;width:37.625rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVACPnLalAZhLC3smrneUU60MhhZwJCq { top:27.0625rem;left:14.437501907349rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JB3ol8uACz3dzi0mGyzAOlKfRyREWfn9 { top:27.3125rem;left:17.218751907349rem;width:7.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqO3mTp19RgLPTxIaupxcVNx55PL6h93 { width:10.3125rem;height:1.875rem;top:27.0625rem;left:30.29921913147rem;display:block; }
 }@media only screen and (max-width: 763px) { #zx4IA78XTHnLuPWO1X7DbAXU5EJ19TXs { display:block; }
 }@media only screen and (max-width: 763px) { #mOBzOzdCky4fCU2SqbfFT38F5TpdB3Nr { top:5.625rem;left:10.125rem;width:37.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEgaW13gxHW2h5HOnW1xMdc8Zky2wfuG { display:block; }#HEgaW13gxHW2h5HOnW1xMdc8Zky2wfuG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iX62iz3bttAEHrLEw292FUDlmwhSDkue { top:3.75rem;left:0rem;width:47.75rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ed5EA646uAiZfQUMOF2pIMWeRy7TuDd7 { width:10.3125rem;height:1.875rem;top:23.9375rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rL9fIqABAaGNAw7uaiDQsRHnHKPPWBmp { display:block; }
 }@media only screen and (max-width: 763px) { #y6k0z7buToqChfv61TQinqgbROnxZo1f { top:6.0625rem;left:0rem;width:11.5rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1oZLzyOXRSyg9q8G9AuMIWwF791EX5m { top:7.25rem;left:10.125rem;width:37.625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JerxstAnMmCGQOkR9OxWvL8upOyXlwuh { top:11rem;left:10.125rem;width:37.625rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTywBsiVLtwsCsIFiJph3yxV20B0yQyd { top:19.5rem;left:10.125rem;width:37.625rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fS5lFniiyDc4VuRRpJKRFWIizkcypSxT { top:23.9375rem;left:14.375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Irx5cMbqhHEoz1zCX32tiNTqZS0XowDn { top:24.25rem;left:17.1875rem;width:7.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLVAuyDGCcBJStb0AGZPKUsPSGwtmold { width:10.3125rem;height:1.875rem;top:23.9375rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wf3VQpmWS4LD9cEAgoyCFNtFtAQPfpJZ { display:block; }
 }@media only screen and (max-width: 763px) { #qnwaTDIKz7i2IkbpJTxgbCUo18sUt0Ex { top:5.625rem;left:10.125rem;width:37.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9T4O4CMHuLqn7T8rncw0caWec0hpJFQ { display:block; }#Z9T4O4CMHuLqn7T8rncw0caWec0hpJFQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L9xybIhlBAmcOBo1UTnG6LitRUDI9D4I { top:7.625rem;left:0rem;width:47.75rem;height:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6wOrPd6nnuvnoXrvi1A4UDJ5OnG6TaE { width:10.3125rem;height:1.875rem;top:29.625rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmSR6kFbp3CFfUups0yrqlH5FnWA4AtS { display:block; }
 }@media only screen and (max-width: 763px) { #OkaPE9o06n423gM1GVspfxFKCTxpIcKU { top:9.8125rem;left:0rem;width:11.5rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkVgaQkcJs1sL53pdBX4T3vpbRADT2XT { top:11rem;left:10.125rem;width:37.625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGkTeIsITIJx4WwTaJGiscSZLUyn9I6b { top:15rem;left:10.125rem;width:37.625rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZ5gZl3HoDMyJ2QxIeRwIWDpRTvfU9LK { top:25.8125rem;left:10.125rem;width:37.625rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRvhbewAdmGWgkoSfwbOm2lLyfmv9SAX { top:29.625rem;left:14.437501907349rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1Wd3suxwPHizEFFcgcK6cQlx86X1rDo { top:29.875rem;left:17.218751907349rem;width:7.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezP00hq67HDyQiThx9xmn505UGzEaKXN { width:10.3125rem;height:1.875rem;top:29.625rem;left:30.29921913147rem;display:block; }
 }@media only screen and (max-width: 763px) { #IITXHko8seDlhcWxiN5Sh2TivgBC8nn9 { display:block; }
 }@media only screen and (max-width: 763px) { #IVtDPrGUXcg6Q0SXsBZteOskyxhKssh5 { top:9.375rem;left:10.125rem;width:37.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUkKwkpi9lKAVJgDiiyusulRxUqbORAL { display:block; }#lUkKwkpi9lKAVJgDiiyusulRxUqbORAL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NI7WSKyMdOKKUsKfh4b9DEXnD0BX9iPg { top:3.75rem;left:0rem;width:47.75rem;height:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpI59qg1DQamRXfO0CKqBQrzwMpPUACp { width:10.3125rem;height:1.875rem;top:28.875rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5VD4ZO1hZ7ay3DFgCvVI8OWHol8IfiL { display:block; }
 }@media only screen and (max-width: 763px) { #muKAkvoDJIMfXnFAFKPTzJgknof1BxH3 { top:6.0625rem;left:0rem;width:11.5rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVnpnMDU3FqRh02e4zamxdFdfmNQk3Ot { top:7.25rem;left:10.125rem;width:37.625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #keAWF46t0XnNooTSagfWyXuchppaM6KT { top:11.25rem;left:9.4375rem;width:38.3125rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C09segAzzsd2m89szP5kyOKW7gwTOCA3 { top:25.0625rem;left:10.125rem;width:37.625rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aO84WaslBeTTncE8M2OEORnCatGAvwvr { top:28.875rem;left:14.375001907349rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nITlQPblU8cf4XWeyHbibin4UnvXGFLp { top:29.1875rem;left:17.187501907349rem;width:7.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhLUP0nRkIwuAca4zrJCqOqxGFmCTlHs { width:10.3125rem;height:1.875rem;top:28.875rem;left:30.23671913147rem;display:block; }
 }@media only screen and (max-width: 763px) { #tapISd1Q62g2SFJCJ6TbXOm4X0lqeSM4 { display:block; }
 }@media only screen and (max-width: 763px) { #HLi66XLkJTWiWy3N1frUZSTLKmhBSTih { top:5.625rem;left:10.125rem;width:37.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0zVadE3TZfWSGTFxT6xxMvmUM6bsTsK { display:block; }#h0zVadE3TZfWSGTFxT6xxMvmUM6bsTsK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sz90llgotd6mRhoNFUhD7BeFcihTTgrW { top:3.75rem;left:0rem;width:47.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4SzDmZSdZ8HvbwgQIKkETC78U1QqOr6 { width:10.3125rem;height:1.875rem;top:22.0625rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EV12reWodZeK8kUThu38oNZVpIkwBkE4 { display:block; }
 }@media only screen and (max-width: 763px) { #zIqw0tkFPPL1vSRVIfVioR2FPqaQ3p1W { top:6.0625rem;left:0rem;width:11.5rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahe79A4F92aXqktvytAupZbfRbeGGoTT { top:7.25rem;left:10.125rem;width:37.625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCQt6QDgCDrkg8hlSk2lw1eUdLRqXmEC { top:11.25rem;left:10.375rem;width:37.375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8CzoyHhr7XW31sBzGhuCUHi6Je8DEOB { top:18.25rem;left:10.125rem;width:37.625rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiNgX1yTxcfyToMZGgWILiT8AgnBXEc9 { top:22.0625rem;left:14.375001907349rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e145iqlNsgIbktzMkxsHQw6CZTsn7e1U { top:22.375rem;left:17.187501907349rem;width:7.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSAzcasqbByHoVDpwurx9Lpc7r2PGSw0 { width:10.3125rem;height:1.875rem;top:22rem;left:30.23671913147rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDffNIl9X3kbrIWz2aoRuAsedB0MIUKa { display:block; }
 }@media only screen and (max-width: 763px) { #fKh2VXtsfR0onwB1e3Ox8XBv5RFETvnR { top:5.625rem;left:10.125rem;width:37.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDlspvnAh4dBJgSmpv1qIwAHycR6Bd7G { display:block; }#sDlspvnAh4dBJgSmpv1qIwAHycR6Bd7G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gw0kGXnpEGWCitEZOZKzLh47BdS51HLG { top:3.75rem;left:0rem;width:47.75rem;height:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXKe8KubeGGIIsZMN1ylbs5CX4T8kCyl { width:10.3125rem;height:1.875rem;top:29.125rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQOQtAZQTt9AXCtet1W5y0q3OQ1ZLDzf { display:block; }
 }@media only screen and (max-width: 763px) { #F5CspkeOe2ySFCN6K8wJ1rb1NeIz2rgH { top:6.0625rem;left:0rem;width:11.5rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPUSAmLwKqp0QLo1R6bp1QXFzpUyAJti { top:7.25rem;left:10.125rem;width:37.625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cf6kF7AoWAHn8zAiGO63I6uLgMBAlJ74 { top:11.25rem;left:10.375rem;width:37.375rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGtxEleriVqTBybdKnnOVsFEAapQiPdF { top:24.625rem;left:10.125rem;width:37.625rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmoJfnSElqlWSnf9tORa5b4lo7wu0wPa { top:29.125rem;left:14.375001907349rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OusZxqdeqzrcisZFzh9Mslsp30xarV3r { top:29.4375rem;left:17.187501907349rem;width:7.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElqWla3vN5xQCVE1rP0LZ0nWm86Zs6WP { width:10.3125rem;height:1.875rem;top:29.0625rem;left:30.23671913147rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9Vtp9QNkL8lWs9iHkAxPeciBKI2bJv5 { display:block; }
 }@media only screen and (max-width: 763px) { #txo4k3gH2CPeMuJHRdy9sr00ZoVNbvz3 { top:5.625rem;left:10.125rem;width:37.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWB8AhwtfG5nE0lgzcG6VCxIiqNMGyPQ { display:block; }#eWB8AhwtfG5nE0lgzcG6VCxIiqNMGyPQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fpEdlkTzH1XtiiihruVTEvfJQpDTHS0h { top:3.75rem;left:0rem;width:47.75rem;height:32.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAlk6ID9rb1olBagUNnuoXyO2N5LBsZ1 { width:10.3125rem;height:1.875rem;top:33.0625rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5B2cqOKmNIHfDR8CN5ZfxxJI40R8wWx { display:block; }
 }@media only screen and (max-width: 763px) { #LI5CRONiD8919fQ3sTIeganXTCDUsbO1 { top:6.0625rem;left:0rem;width:11.5rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgDUasuqn2hhGDmxT2ATOhSKFrzQbHuS { top:7.25rem;left:10.125rem;width:37.625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oix1LVOv28bRvBomwE4TKNx3BwfQIG2T { top:11.25rem;left:10.375rem;width:37.375rem;height:15.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3Wrl37Prbap3dSuuhRUcEQ99R47dRPK { top:28.5625rem;left:10.125rem;width:37.625rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQSD9gnAETg7TgGXfz5fz2qzMckz1cgk { top:33.0625rem;left:14.375001907349rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikMTVyz6T56TWUIyKTgkOvSs5ANxZKST { top:33.375rem;left:17.187501907349rem;width:7.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7BoiI6l9kS7lKPEPzX4vwsiXNLbkNhQ { width:10.3125rem;height:1.875rem;top:33rem;left:30.23671913147rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqeNRSgrPwBFiCxtVtdSGTp3hkehf49N { display:block; }
 }@media only screen and (max-width: 763px) { #ruVFMfOJK03rdiDUrzkMZIchqRiF6UTy { top:5.625rem;left:10.125rem;width:37.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsZxNJzy6KtiW9lalX0mpiwEc1HOL4Fi { display:block; }#gsZxNJzy6KtiW9lalX0mpiwEc1HOL4Fi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XUU1IQ2UQCpEBUTIzTPBt5GEzRSeW253 { top:3.75rem;left:0rem;width:47.75rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRK3m9mi1VUKrPGH646FrDVSRZWvGnJl { width:10.3125rem;height:1.875rem;top:20.875rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuAHbqbiidaUFhbgChslJO7UgX7HaToT { display:block; }
 }@media only screen and (max-width: 763px) { #dn5a0Lie42q2OTivFRMhd1k8C7U9mgUL { top:6.0625rem;left:0rem;width:11.5rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUSe7R6JVECZNyV1emFBVH0UlSPvQUZc { top:7.25rem;left:10.125rem;width:37.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dksp20xzo0GLZTwSq11rZBmOdiX1QNNT { top:9.75rem;left:10.375rem;width:37.375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSnxxH63vw8Lyxs6evQLmWQqTRILyWdk { top:16.375rem;left:10.125rem;width:37.625rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b93ua3kpsasguVviICS8pgAEhaWTIOdi { top:20.875rem;left:14.375001907349rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEt67fvPITt9fFfm0O4atE9b38PooHLn { top:21.1875rem;left:17.187501907349rem;width:7.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCH8rgxv5bXeU6nOSE2dnr7DepNNBlGc { width:10.3125rem;height:1.875rem;top:20.8125rem;left:30.23671913147rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndDChskTM8URySxQ8ADUQqKJENvgDSPf { display:block; }
 }@media only screen and (max-width: 763px) { #DIAIAobAiTfgwcJiAU2MvBU8x7xKRsnH { top:5.625rem;left:10.125rem;width:37.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdl32QcuwELJU4fbTgVyiQKDlafEwMde { display:block; }#bdl32QcuwELJU4fbTgVyiQKDlafEwMde > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TAgee6fPc1Js5aMrnMvt8NFCzmTLNJ8u { top:3.75rem;left:0rem;width:47.75rem;height:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSaTDch8A5XGE0A5vyCOnTXlgQI7krfd { width:10.3125rem;height:1.875rem;top:20.875rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEbf166KfWofwDLL6OWs6zqgoLFPtr5O { display:block; }
 }@media only screen and (max-width: 763px) { #HvTP3xOGu5fJwhKO14aV2bGMcEtKtIM4 { top:6.0625rem;left:0rem;width:11.5rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOlPbgh4iq4Rvs4cpS0Bq6dpn4B8y5JR { top:7.25rem;left:10.125rem;width:37.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvyCIl0o2RUfT010CiJ0cWWZ4KsNqMpD { top:9.75rem;left:10.375rem;width:37.375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1xZkSLp5Tt6VAIZ8tapJHx7orH05XsR { top:16.375rem;left:10.125rem;width:37.625rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLwTkdF5H9uNUv3nk97ONqgAGTiLBzgB { top:20.875rem;left:14.375001907349rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAVBunD9pDuTHVyizIOgk7S420wBS3Qi { top:21.1875rem;left:17.187501907349rem;width:7.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #op9G74IqfQ3wvXAILZf9Mcon93yw1erX { width:10.3125rem;height:1.875rem;top:20.8125rem;left:30.23671913147rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeRHZyP0E6t7JNt8edhffO5cdTZcGPPA { display:block; }
 }@media only screen and (max-width: 763px) { #lUAlxDCZlOkq9w3TSSW5O7Ib5mgLV4kx { top:5.625rem;left:14.5rem;width:33.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyOzfTCzcMW4GxJ2XlPBtEGp0TZuyDIX { display:block; }#JyOzfTCzcMW4GxJ2XlPBtEGp0TZuyDIX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QMqLc5Qe5C0GT631ZJqUTmmIXsRyqaJS { top:3.75rem;left:0rem;width:47.75rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nA80CDfkrMUXhVdT7bXO1oKNm1GcLvPo { width:10.3125rem;height:1.875rem;top:27.4375rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyoXUuvRN5heNxJ1hLbitw1UFXRIqOh9 { display:block; }
 }@media only screen and (max-width: 763px) { #WriHvIgHse3ARlUtNVm6JlmJLaitgvBg { top:6.0625rem;left:0rem;width:11.5rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUkFSckSFzE5yqLRLP1DVwNsUCU6blFs { top:7.25rem;left:10.125rem;width:37.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSTqZZDTAdKsyzklhg3ZCiupM1q34gLr { top:9.75rem;left:10.375rem;width:37.375rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9NThVg9QT3QwTl6mCkOrUChDPH8asFD { top:22.9375rem;left:10.125rem;width:37.625rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytNHgNVxvK84g48AxbMllh8NDuKFz89W { top:27.4375rem;left:14.375001907349rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bb8NHmNRBPOrfoAwhoGfpo8mRF5dHpKf { top:27.75rem;left:17.187501907349rem;width:7.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAgA8ZB7439Hh0MQzfJSwX7IVIPTIMOe { width:10.3125rem;height:1.875rem;top:27.375rem;left:30.23671913147rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6GgQmtcJKXaKGKVwpRese68HT0dTBby { display:block; }
 }@media only screen and (max-width: 763px) { #rqSAFJRUAbL157U3HxmfGv5cJfWT7QST { top:5.625rem;left:14.5rem;width:33.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3G2TBm6vtg7gnzk8Chgm3r5m5Do6obV { display:block; }#l3G2TBm6vtg7gnzk8Chgm3r5m5Do6obV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GuXheDr8vww5PMoLvnReIbpo06nJCQiX { top:3.75rem;left:0rem;width:47.75rem;height:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXFDtnMHN4qSM1aPUKrs1axTNUWORd8t { width:10.3125rem;height:1.875rem;top:27.6875rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rimNStD5E9gW1hrR3s2tXbwa87s0KVSn { display:block; }
 }@media only screen and (max-width: 763px) { #JaKFsNSO7EdSGTudiAxSIKPTySBwbM5h { top:6.0625rem;left:0rem;width:11.5rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXRnHNCA0wdT5iqeQIsvMknOMkBuF2eg { top:7.25rem;left:10.125rem;width:37.625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f30ky1iDpcqkN4KcZyu9y65pynGsJCXp { top:11.3125rem;left:10.375rem;width:37.375rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuFT2bKbcwIN6zOaioxIJairrZ4PaRTz { top:23.1875rem;left:10.125rem;width:37.625rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSiwRzMMnRpM1pa2e46aPyX6kLlEPViV { top:27.6875rem;left:14.375001907349rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DO1qhNqGcs2Fpo7ibtfgQhiFt3MqS56U { top:28rem;left:17.187501907349rem;width:7.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tp239wIma2fU99WDytqEdiHIlkLgNMKv { width:10.3125rem;height:1.875rem;top:27.625rem;left:30.23671913147rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSrUkp5UkE7eN1v5dHR3VUJK9T4EXV5T { display:block; }
 }@media only screen and (max-width: 763px) { #CJK6vNVD3UnWzUFEgr72av0n16JmmPHI { top:5.625rem;left:14.5rem;width:33.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBLnDNB6RzInHeQrGt3GJeafrQD9Z1LD { display:block; }#MBLnDNB6RzInHeQrGt3GJeafrQD9Z1LD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Goq3O75oBHTp0mDNrW8GcrxArkg5a7T0 { top:7.625rem;left:0rem;width:47.75rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHLoKDpHA3o6wcDUkykl1Vr7saElu6s7 { width:10.3125rem;height:1.875rem;top:19.8125rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nP8mGmdftzo2cFGmWmu2qtc3Q5yq8HOu { display:block; }
 }@media only screen and (max-width: 763px) { #E2BPfZvpwPsdNOcvTPy968ulgCgb8DSH { top:10.125rem;left:0rem;width:11.5rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fked6igHu8sdH62DaBg0ny7SHwdKy4mo { top:11.3125rem;left:10.125rem;width:37.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oISmaeafeFIyt7mlOMhs94MkfuAiZN79 { top:14.6875rem;left:10.125rem;width:37.625rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnsAp4QVXvD4tV99Z8Apsx3di6FoK9Qc { top:19.8125rem;left:14.375001907349rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QID9pPFKGFtRTuzQXqmMdyRf2OIJoTwi { top:20.125rem;left:17.187501907349rem;width:7.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycPz7mR5g3oRdnJAofnbb9iTnAl7A38k { width:10.3125rem;height:1.875rem;top:19.75rem;left:30.23671913147rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifbGTB5VMFNh8rQmWDVXRWOvAexm6SwQ { display:block; }
 }@media only screen and (max-width: 763px) { #trHArZTTim8i4mKUh3pKOOxDTyQyfxkE { top:9.6875rem;left:14.5rem;width:33.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x62lt0uhznr0LGyVhTlaAQgfGgy2vB69 { display:block; }#x62lt0uhznr0LGyVhTlaAQgfGgy2vB69 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r1JtGd1p0bqWpOJlJSgtANsoRvC0WkHx { top:3.75rem;left:0rem;width:47.75rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbUpVC4TLppWHa2ZBWupZlFsv6FRT3MA { width:10.3125rem;height:1.875rem;top:15.75rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6hlEWqyMJMPBVNk4XighCVNNIXRa1cL { display:block; }
 }@media only screen and (max-width: 763px) { #Rdl3p93IXlReXG5DpHQ6XVfGFAUBAPv6 { top:6.0625rem;left:0rem;width:11.5rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhNgOb7xQBGr1veA6WEWA2DyikcD2vR9 { top:7.25rem;left:10.125rem;width:37.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WafDQDEKix8deMTSvqiI9JdPK4GktB6E { top:10.625rem;left:10.125rem;width:37.625rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEoiGw9PCR94b0iQqS7dAx74Hz0WkTc2 { top:15.75rem;left:14.375001907349rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSbEbU1MWe5l9Ty2TJ462p2usKxso0Fw { top:16.0625rem;left:17.187501907349rem;width:7.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMW9c2pyAm49CJ5Ioft6e1kTMfs7NBEK { width:10.3125rem;height:1.875rem;top:15.6875rem;left:30.23671913147rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzP7E7AD5u3WcZTIKFzRHlavNR2WHBFv { display:block; }
 }@media only screen and (max-width: 763px) { #KFCvSzMATwcoSlZNKFlnCR2J7A61X6SA { top:5.625rem;left:14.5rem;width:33.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ei7tQZkPWHdTyrdNA2DOGe0TJFm5NrSv { display:block; }#ei7tQZkPWHdTyrdNA2DOGe0TJFm5NrSv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rNWPdOJGCi6Gu5936RL5w9TZUFznkNQK { top:1.25rem;left:0rem;width:18.625rem;height:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7HMh0GyAKMprAVvw2xXWacQl1Kb71Jl { top:13.125rem;left:0rem;width:16rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ts6LhOAHZz2LVxUT2bbUcrmdnNdiHAo1 { top:15.3125rem;left:0rem;width:15.375rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGXbh9CTSTZZS0OxxL6tcwhcqaFlK1bW { top:17.875rem;left:0rem;width:7.0625rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyX92VTGWw9hmeMhyGX1wkHyVWknE5mE { top:18.375rem;left:4.03125rem;width:7.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WImmn4g8oZxz1v6ntDoofEVxyyq35eRA { width:10.3125rem;height:3.125rem;top:22.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8khqFnQ6N8kS9E1OVvtr7FH6wMiNUbK { display:block; }
 }@media only screen and (max-width: 763px) { #ZsVZ37e9TRyFgJkhGH2OALwGxAECVN7G { top:1.375rem;left:13.125rem;width:18.625rem;height:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxcBLxqMxw8FPqSsVDHFWT2OPiqlkLOW { top:13.1875rem;left:15.75rem;width:16rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZT3EeTIm0ERrG48rVOUC3HB5t77q8Ou { top:15.3125rem;left:15.75rem;width:16rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuEHMwzOiSKRi7FZn3Sm3PMzc06umNhl { top:17.875rem;left:15.9375rem;width:7.0625rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLrdBTW4HxQiNXQPiSflcMsGAxTcnxu2 { top:18.25rem;left:21.25rem;width:7.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyBnQ24NSNmbGCRwsCkOkr3qDQfXPUtd { width:10.3125rem;height:3.125rem;top:22.375rem;left:16.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0qT2E131tO5T363ODzhOcGfOsSgmqZq { display:block; }
 }@media only screen and (max-width: 763px) { #rM1RyGS9HmlWybKMKuC8uQnSiCW8h4g2 { top:1.375rem;left:29rem;width:18.625rem;height:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfnNxbQHgnn30b8Bfo9gNRNsozszOi9m { top:13.125rem;left:31.625rem;width:16rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9betRlyDdHwEiUL67A8ZJOemOD6IHx7 { top:15.3125rem;left:31.625rem;width:16rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTapNmIG5sfggbEOTqyvT4v6pOlKsNDG { top:17.9375rem;left:32.1875rem;width:7.0625rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJoKN9wbGTOa1557ek0KTsThZiQryv6n { top:18.375rem;left:37.4052734375rem;width:7.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPBcVTM4PcCoSKXaK2OzIkAzUd15o6V3 { width:10.3125rem;height:3.125rem;top:22.5625rem;left:32.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHsukaKnRNMp2tcNm5EOXRBBNLXbrw2x { display:block; }
 }@media only screen and (max-width: 763px) { #IREu6f9MQPUs3dyJnIBMtvhmCCHGLF0J { width:11.8125rem;height:9.1875rem;top:2.9375rem;left:34.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUfeM1hsOSZvDSTTtDkEzUW0erkiE5pw { width:14.8125rem;height:8.875rem;top:3.0625rem;left:16.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIeIlgkIAIWW1EKocJONSV85DWuaqm5a { width:13.75rem;height:9.3125rem;top:2.875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MH3Tsl0JvKzbiWrQCNNc6WsT3zTH1JSh { display:block; }#MH3Tsl0JvKzbiWrQCNNc6WsT3zTH1JSh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NDawnpv7lInTt2KE0vdGSDzaW84KpSAK { top:3.625rem;left:0rem;width:47.75rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fx0vybIycBemcmiRB25X7w26TBsyS2Me { top:11.0625rem;left:0rem;width:47.75rem;height:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXNBqfrk9h2Nqd4T3oVLQmWLNe4Z35f7 { display:block; }#fXNBqfrk9h2Nqd4T3oVLQmWLNe4Z35f7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G3mMO6iSDapC55UKqsTbdA10xBRLLyXZ { top:1.875rem;left:0rem;width:47.75rem;height:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5WZWIadw7OplMQakMwipedJ4rfTznFL { top:7.1875rem;left:23.8125rem;width:0.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGbfw0SdSTWcmOtIpMM886btG31cPvnI { top:11.25rem;left:20.9375rem;width:5.875rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWMLeUNE7bnJoerAU7eAvuN2TgAPrGru { top:17.875rem;left:0rem;width:47.75rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2AeXIxzaHUOmGaEwckT2ZpsMAARXyWw { top:19.875rem;left:0rem;width:47.75rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuyTBxwfgEM3wznlQvsHfr78IGFDAtMO { display:block; }#XuyTBxwfgEM3wznlQvsHfr78IGFDAtMO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SWLxwED8cnD0bkTmTST8k4Omt4Ja3d1k { top:3.75rem;left:0rem;width:29.1875rem;height:9.1875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #crNt1S2dbE4HwDXyRSAFl8bFu8dVsiJM { top:14.4375rem;left:0rem;width:29.5rem;height:5.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFbWXakXc0EbMTxg0NWiuTkqpw6PWdTS { width:14.0625rem;height:3.75rem;top:21.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCCOtBxiGCphxfm2z9sns9hNDWZoS6yA { display:block; }
 }@media only screen and (max-width: 763px) { #sazoKIr6HXWvpEqaqoA4EyHRckfVmb99 { top:5.9375rem;left:19.75rem;width:27.875rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2mJorL3JUz9e4abMBKEhGqcEpp2NNEX { top:2.5rem;left:23.875rem;width:18.4375rem;height:16.25rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3XFgcO0N5ppuc9EIie3iT2h4MnHX6VB { top:6.1875rem;left:37.625rem;width:7.125rem;height:11.375rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPeNdnKgtLX6anGRTPDqoQpA2RFENxdl { display:block; }#IPeNdnKgtLX6anGRTPDqoQpA2RFENxdl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ReedsFSaiEXIHCboCTqTaBT3ET5Pd2Cw { top:1.25rem;left:0rem;width:18.75rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #syEp9xITUuk9oVX7f10JVEA2TCo2IbU9 { width:10.6875rem;height:2.5rem;top:1.25rem;left:37.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdTDu58yMLITmthECDiMlgm9CVeXNoi7 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #o5dTUDvte3hyDzNa7XdvV4CSoqqUWNG7 { background-color:rgba(0,0,0,0.62);background-image:url("https://images.assets-landingi.com/uc/4b3898cd-175b-473a-8ebf-2efdc7c36935/E100universityStart2.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#o5dTUDvte3hyDzNa7XdvV4CSoqqUWNG7.adaptive-delivery-prevent-bg, #o5dTUDvte3hyDzNa7XdvV4CSoqqUWNG7.lazyload, #o5dTUDvte3hyDzNa7XdvV4CSoqqUWNG7.lazyloading { background-image: none; }#o5dTUDvte3hyDzNa7XdvV4CSoqqUWNG7 > .row .container { background-color: transparent; background-image: none; }#o5dTUDvte3hyDzNa7XdvV4CSoqqUWNG7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o5dTUDvte3hyDzNa7XdvV4CSoqqUWNG7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o5dTUDvte3hyDzNa7XdvV4CSoqqUWNG7 > .row .container > .video-iframe-container { display: none; }#o5dTUDvte3hyDzNa7XdvV4CSoqqUWNG7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o5dTUDvte3hyDzNa7XdvV4CSoqqUWNG7 > .row > .video-iframe-container { display: none; }#o5dTUDvte3hyDzNa7XdvV4CSoqqUWNG7 > .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); }#o5dTUDvte3hyDzNa7XdvV4CSoqqUWNG7 > .row .container { width:20rem;height:63.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hcI62rfvtR60b151r3MvqiIl4VITVPo3 { width:15.875rem;height:2.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdFzJwVoemVeFP2rlD4hz53xybg8fXKK { width:2.0625rem;height:2.0625rem;top:4.9375rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFU1bRiRKSgd40B97wdACgnDQWim9bql { width:2.0625rem;height:2.0625rem;top:8.25rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cq859olHVwnpfXPgXNnwDFPRin2ewlTn { width:20rem;height:0;top:14.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5EwxofB9WWT32swzaLqJZM8kJLzG7aN { width:1.9375rem;height:2.0625rem;top:29.4375rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTsKEM1WmpzOtsR1MVw15DS6m9QebLDf { width:20rem;height:4.0625rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eX2RnwP1CcWtix6lP5Stx3wityNHyGSl { display:block; }
 }@media only screen and (max-width: 763px) { #H5ETVV7wm4K4khWnTG89lx36v3sLwMfT { width:20rem;height:3.9375rem;top:32.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxyxWB12OPT4BMJAw7MTMU2JBBhqF0Hu { display:block; }
 }@media only screen and (max-width: 763px) { #Q48caApEd1TPqLTn5GWhJsMgugI52KKd { width:2.875rem;height:2.3125rem;top:37.9375rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gvg66dD0mo8xTSiivo7xSXfyg0dsidKP { width:2.0625rem;height:2.0625rem;top:11.5625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERmnIqs00T2eN3lTpvHkd8LzQuTPlcnv { display:block; }#ERmnIqs00T2eN3lTpvHkd8LzQuTPlcnv > .row .container { width:20rem;height:24rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #daUknV35leyq2pK6Wgzrgn3F1pVc4n6C { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAe7Tfiyw39lzPuzzBJETCy36Rb3WZSp { display:block; }#VAe7Tfiyw39lzPuzzBJETCy36Rb3WZSp > .row .container { width:20rem;height:73.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r093b0ruuFIGTQ7J78Q4qcLuK0BmOd3Z { width:15.6875rem;height:2.5996125rem;top:1.25rem;left:2.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwNNwn1DUgQlInMDW3ggRIxTrwGD0yqt { width:19rem;height:2.8125rem;top:5.0996125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGp8ry1THH8kNaBoTFFx63cffPxyhlBk { display:block; }
 }@media only screen and (max-width: 763px) { #uExqL3L4XFdUmnHz0lm7ipQw1KZBAWi5 { width:19rem;height:2.8125rem;top:9.1621125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMNIaBerToZNyMTAqD4qmoPVVdIT5AT0 { display:block; }
 }@media only screen and (max-width: 763px) { #Qq02S7lHBhlMTanaL1kJ4Eqt7Zw38cyJ { width:19rem;height:2.8125rem;top:13.2246125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5DyKh9Q1TuTB4b9k277JPPD0hmGLAA5 { display:block; }
 }@media only screen and (max-width: 763px) { #cDcaWW8IVTrgrEhsPmJW4s5K1lCLPVog { width:19rem;height:2.8125rem;top:17.2871125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFXOeQHpBuZrMP2OCppDOaPnsTxkhvJ7 { display:block; }
 }@media only screen and (max-width: 763px) { #OmdPVHXbWhupAFInuelV1rRzIzkPWJ4U { width:19rem;height:2.8125rem;top:21.3496125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9LSlei9s6c6wqoUUMTJBm4SHqzTt7w1 { display:block; }
 }@media only screen and (max-width: 763px) { #l5tyFJBid3iVPw0wi5tMSnMLzlZc6H8o { width:19rem;height:2.8125rem;top:25.4121125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyrN9BfhTIO8fbNBF9A1TaPBPvVo05Ju { display:block; }
 }@media only screen and (max-width: 763px) { #F6WmQTCuUFTTEXdgINPkIXZPWIp80HXB { width:19rem;height:2.8125rem;top:53.8496125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ng5Ooz69VCAVtBG79CUHE2r8Gnmn1oqd { display:block; }
 }@media only screen and (max-width: 763px) { #egqrmxd6O1lgIgnHSd1EE4nuaou378ZP { width:19rem;height:2.8125rem;top:57.9121125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7vBMnMtzaAaKFABq7W9G7uL4fIi4yPn { display:block; }
 }@media only screen and (max-width: 763px) { #mxGVdLOTHSSQWMa3Mx2hfbAv6KrsGZPt { width:19rem;height:2.8125rem;top:61.9746125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbwkRTcdeLtkx0yMviCczWL64IbVh6A6 { display:block; }
 }@media only screen and (max-width: 763px) { #DxQADXxdcTSJ5tfWMTzSMrPp8CXuST8D { width:19rem;height:2.8125rem;top:29.4746125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhNeoemk4DHoN1erJ8uTWVTDFnKIZTRV { display:block; }
 }@media only screen and (max-width: 763px) { #TiEvyDz2RNcCOu8f4TtT2TUa3FiyWiaw { width:19rem;height:2.8125rem;top:33.5371125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIRKX51ZkLiyX3Rb6gufg4UX1ZmqGph4 { display:block; }
 }@media only screen and (max-width: 763px) { #JAVKdoSlT9VOoTnxQ9murmZVPtBXdnHw { width:19rem;height:2.8125rem;top:41.6621125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4CET8f5TZQuJg0WUPyndL1ZUrLCGF5V { display:block; }
 }@media only screen and (max-width: 763px) { #GZ5a0Ivp2JfyxRTxmiduMHAncmQcZ80e { width:19rem;height:2.8125rem;top:45.7246125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQ5ttKL8PwQCR8lgJWqIVzhIMArmx3nL { display:block; }
 }@media only screen and (max-width: 763px) { #HPxU9eZb60EDkr3MyJxbFSrpcc70LdBm { width:19rem;height:2.8125rem;top:49.7871125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcQI3gB6ewGgs38dRcDnXSU5OkW897bg { display:block; }
 }@media only screen and (max-width: 763px) { #mouV1ZMQPvWbZh5iUy0DAJXCohuzd0Fe { width:19rem;height:2.8125rem;top:37.5996125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxTThR1zSidsu6FGs4BHleABWc2Nquye { display:block; }
 }@media only screen and (max-width: 763px) { #ENPFS5u5cCMdvxKU4HPTt5Mmd2xhlXqa { display:block; }#ENPFS5u5cCMdvxKU4HPTt5Mmd2xhlXqa > .row .container { width:20rem;height:102.6621125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VwZy8TdAvvmwtNSwkMoMoRHqLlne7V70 { width:13.375rem;height:2.5996125rem;top:1.25rem;left:3.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgFxqc7JNanqhmeuXIl3sP8qTd3yhm2q { width:19rem;height:2.8125rem;top:45.0371125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOxh8OwHJ2XQt7HvUIiTJUZ56mMwdNSD { display:block; }
 }@media only screen and (max-width: 763px) { #bX93eMo1LBUZ8oKKhxUiI4ELmg325BSE { width:19rem;height:5.875rem;top:49.0996125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAQ4l13DzTngacH9S2rOZxrHI0DkdI3v { display:block; }
 }@media only screen and (max-width: 763px) { #KvqkdUFefvITVkeW3LTSldkEFvzw9tUI { width:19rem;height:8rem;top:56.2246125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFgmtWuKyKWRpnxNkpWcexrSlSCiTXso { display:block; }
 }@media only screen and (max-width: 763px) { #nePurqK0yeMzeeGgeJTogOWnRWEQ4rcG { width:19rem;height:4.375rem;top:65.4746125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORhdTET9PyEvWiUsZu5TQa0qcAN7afpc { display:block; }
 }@media only screen and (max-width: 763px) { #aTlbIbSzB4iJsPTFiuDuogVO49vCwL5O { width:19rem;height:4.375rem;top:71.0996125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyrwCgx9ZFc6EUGmQ7PssLf1IJJRwycy { display:block; }
 }@media only screen and (max-width: 763px) { #R7O253svE6MleF2TrO5i6S2y0ukT9KQ4 { width:19rem;height:2.8125rem;top:76.7246125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CemUxtL2wzTuq008A6Pq75GIPVdsOs1a { display:block; }
 }@media only screen and (max-width: 763px) { #eIW4nXa1v59R4Pt3P1ZWLe0iB9WPH1L5 { width:19rem;height:2.8125rem;top:80.7871125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHeep6XMDivUsZ1k5T0sVTU387HNH7yr { display:block; }
 }@media only screen and (max-width: 763px) { #y20qTfTnkwRTOM8A3J19K6Adi6oVSt81 { width:19rem;height:2.8125rem;top:84.8496125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ic0P3X8qJF7y0Pg7XgfqL84VbkDmUBMW { display:block; }
 }@media only screen and (max-width: 763px) { #pr35TE2JwiP8M0SqVDnJlfw8984babAy { width:19rem;height:2.8125rem;top:88.9121125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #klk3QKmQs2c6akKMBaxsOm4gCktwArs2 { display:block; }
 }@media only screen and (max-width: 763px) { #DuGfBMrHsEbFTip5XKnmJx6PvbTHXrAn { width:19rem;height:2.8125rem;top:92.9746125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZJPDyZl4OZRF1IAeKdnWUeFeIeaca4K { display:block; }
 }@media only screen and (max-width: 763px) { #rrLTWs3Tx58ckNGF0T8m48WUFo1UG0Ek { width:19rem;height:4.375rem;top:97.0371125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTAb9lyd86XDbdXn1ZDT5cXsLsVfumov { display:block; }
 }@media only screen and (max-width: 763px) { #WviQQEA4f10pxIeZMD2GusWD2aW4OHbC { display:block; }#WviQQEA4f10pxIeZMD2GusWD2aW4OHbC > .row .container { width:20rem;height:66rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g0yrKiTb3PP4zsz8TpiEDut7uBZRLqWh { width:15.6875rem;height:2.5996125rem;top:1.25rem;left:2.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywz1w26SpWMwRWLFCVD79zAinSTpfDMm { width:19rem;height:2.8125rem;top:5.0996125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLSfATXltpLSv1poigDTDS3kanx7Z4fl { display:block; }
 }@media only screen and (max-width: 763px) { #xu4gNJ64GoyJ5cQe7Itt2eGGuATyi9AL { width:19rem;height:4.375rem;top:9.1621125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTNvgyblodQt45hFdC9slUsmHqdJkNpO { display:block; }
 }@media only screen and (max-width: 763px) { #zRDGX4DwPPsSO18DSr2nR9KmwIgNTF7r { width:19rem;height:4.375rem;top:14.7871125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmT0GPRRzmd7XkByXm7BiF8J7RD3tqR6 { display:block; }
 }@media only screen and (max-width: 763px) { #GovNEMieJGKesUL4Q1r6Z6gfL3eXcH6L { width:19rem;height:4.375rem;top:20.4121125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6hrogQtNtpMflTqkpN1QByr55pCNg0Q { display:block; }
 }@media only screen and (max-width: 763px) { #FTW9ZhfvmP9zzyboRzzQgyC9bxvmm8pF { width:19rem;height:4.375rem;top:26.0371125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiC4RJbLoTqxfsMw3l7mFmgh7wtBpL3h { display:block; }
 }@media only screen and (max-width: 763px) { #tpP8HJL2RnGXnPtTk7MO5TD40fUpPxft { width:19rem;height:2.8125rem;top:31.6621125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kevTE1sswaghFAF1k6px5y3qFROc8rGT { display:block; }
 }@media only screen and (max-width: 763px) { #i6WZPnIbudq2reKF1OghVwacxVqLS8w8 { width:19rem;height:4.375rem;top:35.7246125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8AZUHeoKNN3ybegXktBdIZFF7RJWpEL { display:block; }
 }@media only screen and (max-width: 763px) { #vLIIlsxCmKkGtJmPLQUKqI2i2BIbNhiv { width:19rem;height:2.8125rem;top:41.3496125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1ZkDeJ7hPh7f18NO72pRKECT6EGFtOb { display:block; }
 }@media only screen and (max-width: 763px) { #Etn77KJQCPl8yXpNs7a1TggO80vuw6pU { width:19rem;height:4.375rem;top:45.4121125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZ38viQ6EBT4nUG8xirITRJ20RhrhAgO { display:block; }
 }@media only screen and (max-width: 763px) { #lRoixgGEBBOFriFylVnIL1cbLPnd13LT { display:block; }#lRoixgGEBBOFriFylVnIL1cbLPnd13LT > .row .container { width:20rem;height:97rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oH2fBOdtvPJpRVCTrTD915XNf2E2N69S { width:13.375rem;height:2.5996125rem;top:1.25rem;left:3.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWVTTOJM03EFymCguyHTmy46rg9UK9gQ { width:19rem;height:2.8125rem;top:26.5996125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #giyTh5NrwwWcKqHHITcsOn6UQT2fwgUz { display:block; }
 }@media only screen and (max-width: 763px) { #zm2kVkBVcwVaN5hN7PfTdm5rw2SZZTh9 { width:19rem;height:2.8125rem;top:30.6621125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ni0JmdbRO7crwHgZ3J4MDcgVACQJvRVw { display:block; }
 }@media only screen and (max-width: 763px) { #wnM7cXETsfPWT2I0FybKnuNgOEbSk9P2 { display:block; }#wnM7cXETsfPWT2I0FybKnuNgOEbSk9P2 > .row .container { width:20rem;height:24rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #riEsRpGEySCfBVd2cmDCVIreI0u6J0H0 { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEhiXIFfpMyz5M7sgu8vqvTwCyBpbMqi { display:block; }#BEhiXIFfpMyz5M7sgu8vqvTwCyBpbMqi > .row .container { width:20rem;height:58.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TOZ5hAcJ6dWxVeWstgn4lHMDmp1OQd79 { width:13.375rem;height:2.5996125rem;top:1.25rem;left:3.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFeTyWbhnTSuGmrFLn4ER1on0GJtw3m0 { width:17rem;height:2.8125rem;top:4.974609375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsGi0OKL3G7ns4Z53q3LHIrh7MhhBNLm { display:block; }
 }@media only screen and (max-width: 763px) { #FiO2EaKW4CK1CnaIebTQcaNygGo1ELn7 { width:19rem;height:2.8125rem;top:20.224609375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxtSd8PNImcqzAzv2dEO3mu2VA7z9qMA { display:block; }
 }@media only screen and (max-width: 763px) { #PZtXqckfWhDVAUVahJuJOtsCwJLVfyST { width:19rem;height:2.8125rem;top:40.537109375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bolneIiUNGRkVfMqxucHHph8RcRKaebA { display:block; }
 }@media only screen and (max-width: 763px) { #TeF9PN7Lfftu1zDSBcOKDO6UAeS5ivMp { width:19rem;height:2.8125rem;top:36.474609375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5mic3ddJbGfs9T88XvcxUJJ5IZObNod { display:block; }
 }@media only screen and (max-width: 763px) { #XC0Eb8AEpmQdbI57d8pA23zTVyChWoXs { width:19rem;height:2.8125rem;top:32.412109375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrXOicCCySM1g1WhAVQ45ddPCdl81qU5 { display:block; }
 }@media only screen and (max-width: 763px) { #sOypDPQOoS2ykeUVSP7WNA3wfpuwd7Tp { width:19rem;height:2.8125rem;top:28.349609375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mo1EmxOm8TP0enmt8anyO6lrxAxrFyix { display:block; }
 }@media only screen and (max-width: 763px) { #iSAmkx0fXzxJoTiy0U8trDf0zrDeucvc { width:19rem;height:2.8125rem;top:24.287109375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGuVSmzSRahrCrioyxhw4ehQ32LVlDv9 { display:block; }
 }@media only screen and (max-width: 763px) { #GNquyf5L2gSk2ctSC5E602M46PdNwyZU { width:11.5rem;height:2.8125rem;top:13.099609375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fE2CAcvTloUC2vtHBTNObky9FD9E7Gn0 { display:block; }
 }@media only screen and (max-width: 763px) { #FbuG0xf5WobBtglkEwk6GHzKNFs4JLUA { width:3.5rem;height:1.8125rem;top:17.162109375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tztWZnFGEow5nq6QQv0idpTZNTO3JC9v { display:block; }
 }@media only screen and (max-width: 763px) { #N7fksHq6vHuDyezikm2SxmvTPUDqTh5s { width:19rem;height:2.8125rem;top:9.037109375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMelTDRD9LI61nCyTsKhbCohpHCCP1ZC { display:block; }
 }@media only screen and (max-width: 763px) { #CCGCAOwCRKiJfoaoGDM8QcZoKX8WN9PT { display:block; }#CCGCAOwCRKiJfoaoGDM8QcZoKX8WN9PT > .row .container { width:20rem;height:102.6621125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gwNQ2h96WLU7MpusTEtGvkbDKIoIxazG { width:13.375rem;height:2.5996125rem;top:1.25rem;left:3.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9GfEPPSk4IMTCTozxhhngZip5wnqnnT { width:19rem;height:2.8125rem;top:45.0371125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzS5EvtveZCqcyXaqVIediNLCitF5m07 { display:block; }
 }@media only screen and (max-width: 763px) { #TAZaqURVoF3cMHUTJhCgx3WsKRCLCg3g { width:19rem;height:2.8125rem;top:26.5996125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1Zx4JZrJy6T3S1tdBrJTLcp3NLbARnp { display:block; }
 }@media only screen and (max-width: 763px) { #uaUBQy2DrC7m3Wof8Fkx8Tn6x6IBuF9z { width:19rem;height:5.875rem;top:49.0996125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3SiIFgVLiJ6itnQ8ztIxMFW5zmlaCkD { display:block; }
 }@media only screen and (max-width: 763px) { #E0bDiCpy8JUSAxhPHR9yaWtyT9tVbQSF { width:19rem;height:8rem;top:56.2246125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3SDredLTE3u90EugMF3z7ED7InbAOAd { display:block; }
 }@media only screen and (max-width: 763px) { #IuLbl7VBxtxwTQPySOJeTLTB3TRPiSDP { width:19rem;height:4.375rem;top:65.4746125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgNHwXkrLvcHD5iigZbtiks4TM4be7oF { display:block; }
 }@media only screen and (max-width: 763px) { #yqyTtKDHJsgo6BovbQ6giyuCTqDBMSq9 { width:19rem;height:4.375rem;top:71.0996125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAJogq4Do6i6vQyTdWK6unuF9EsqJ2ar { display:block; }
 }@media only screen and (max-width: 763px) { #EDeLTbdadO5drTXM6o9FIcKIMi3TyAMa { width:19rem;height:2.8125rem;top:76.7246125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #chhr9bQBlzZZhq5MBKGWq6M7rbS3K2MT { display:block; }
 }@media only screen and (max-width: 763px) { #HHXBg2k78TioSH0EfG5CqDXdLsedrEkB { width:19rem;height:2.8125rem;top:80.7871125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTQET01xKk88kteyhX3g5bNrRLaiTWRd { display:block; }
 }@media only screen and (max-width: 763px) { #DPd8EVQLqTc2Eqq3FdKcmRxWnsZhql79 { width:19rem;height:2.8125rem;top:84.8496125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #shGS63txM5T82khTK1KwcVFWrfsPWf6r { display:block; }
 }@media only screen and (max-width: 763px) { #Irsu1tqXIXuRtTJdDPRtA9U2KUq254FM { width:19rem;height:2.8125rem;top:88.9121125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxAGB6Awl08wl6fKbRRcZ4QWsK1KdDTz { display:block; }
 }@media only screen and (max-width: 763px) { #vaeCmfBcdM2W7ExWTKCAQbI1Bi7iH30e { width:19rem;height:2.8125rem;top:92.9746125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UB89fplA9UnHuBMXTuRwiGIT2EdsEUCx { display:block; }
 }@media only screen and (max-width: 763px) { #yNI7HeXFCdeuhRFteV6B5GZ4VHRzpKx0 { width:19rem;height:4.375rem;top:97.0371125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCeaym2EkDl9wprGgHsVgxDSkJqyTCK4 { display:block; }
 }@media only screen and (max-width: 763px) { #tazVcDWqT33r9hhMPLHJffTHWK5A4gZL { display:block; }#tazVcDWqT33r9hhMPLHJffTHWK5A4gZL > .row .container { width:20rem;height:66rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dJHsCN5MIkxQ9AZT9wicNu4w2Lk99TX2 { width:15.6875rem;height:2.5996125rem;top:1.25rem;left:2.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1CWtZ1fT4TfuBgky0ZDdy1WS32wnOxw { width:19rem;height:2.8125rem;top:5.0996125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z50ksMemwz139vRv8qA7GobJnIaeVQcd { display:block; }
 }@media only screen and (max-width: 763px) { #ovumVZDQkqbBBOcQiX0ckG3sbyR7TwHK { width:19rem;height:4.375rem;top:9.1621125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX27lMT9oQML9vocQUGBQQ6lVrgOm5zc { display:block; }
 }@media only screen and (max-width: 763px) { #creQthFudd8zPLTACKwMe1KJhqqkhJxy { width:19rem;height:4.375rem;top:14.7871125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6xaCRf1J4IqU4eReoNOMRHKRI7usyep { display:block; }
 }@media only screen and (max-width: 763px) { #GayQ2JntRaSV4cBkEvu79mDyI9Ak9s8B { width:19rem;height:4.375rem;top:20.4121125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISWFyvnMIswwJ32dPKGEXmyzSwTwBRG7 { display:block; }
 }@media only screen and (max-width: 763px) { #sng1FOVGPUZpvmGlvycWMixyMTtAF09O { width:19rem;height:2.8125rem;top:26.0371125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J88NvakFKEpgdN9TQ49hN2RTLJrEuXm1 { display:block; }
 }@media only screen and (max-width: 763px) { #aaei8ykAF5hig6wwDKaz3OCdf5ZooM22 { display:block; }#aaei8ykAF5hig6wwDKaz3OCdf5ZooM22 > .row .container { width:20rem;height:97rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HrXBQPmUGvagrBKLJCwwJWoTCOkOefTN { width:13.375rem;height:2.5996125rem;top:1.25rem;left:3.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJkFEXqlGTxHLnJoTSBWTsrWPW7Bl6tX { width:19rem;height:2.8125rem;top:26.5996125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTTwXPOL1JipTWPKpnoTnRirgSIQdPTi { display:block; }
 }@media only screen and (max-width: 763px) { #QoJ2lfmAlki8Tw40yoOR4eXh8qeTsJGK { width:19rem;height:2.8125rem;top:30.6621125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMISRCZm6paasXI04SXBSL4Mtn7apifo { display:block; }
 }@media only screen and (max-width: 763px) { #wiNZpRc8Ib0aCkHPTU5PueLbrsXxeQaf { display:block; }#wiNZpRc8Ib0aCkHPTU5PueLbrsXxeQaf > .row .container { width:20rem;height:67rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VP0bF1p9PqcxVH13k9TpwZVduK8v6TUD { width:20rem;height:15.9375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0zVMZMxnhPx956AmbxTxk36kxP4yGR2 { width:10.3125rem;height:3.125rem;top:34.25rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yun7WQbLDr4yicrQS2rc11GGy3saQgI8 { display:block; }
 }@media only screen and (max-width: 763px) { #J550hvcS4BIhlPqDoKsQS2eJEUVAHSE5 { width:17.8125rem;height:14.9375rem;top:17.6875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wrwx6AyUdvvNC0eJW7mI4WZb8M01fdk9 { width:20rem;height:1.625rem;top:38.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBUdRTORw4GJwQMIBV5PXzdiyeAptbqp { width:20rem;height:10.39844375rem;top:41.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mA6KeaP6eC17btt877mLfzuarmX13ELO { width:1.875rem;height:1.875rem;top:57.7371625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HK0yq1JuOUZ9kogplOtMyfr7bS7dTLTH { width:7.0625rem;height:0;top:60.8621625rem;left:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuP7hZDylbw6t7lbUTd7cthTEV4xf0ZN { width:17rem;height:0;top:55.512275rem;left:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7vd3FtaqKN32QsiMd7ytdL5bdfRSbdv { width:10.3125rem;height:1.875rem;top:63.411825rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6ksgDSCRMPDTsvESxTboT9qUSMupBRT { display:block; }
 }@media only screen and (max-width: 763px) { #h1HVD607Jwlvcu0r5NtTpPbwP5bRwqKT { width:20rem;height:0;top:53.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mcc2wy0WF2cJgvs048rsVaaNupuTR7GT { display:block; }#Mcc2wy0WF2cJgvs048rsVaaNupuTR7GT > .row .container { width:20rem;height:63.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DVsJ8pRh4ZHEEbRT7nJNgguTTTa6WE9C { width:20rem;height:15.9375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gU48tqiaQpMGwTaNmabp2xgEOa8Sf3HE { width:10.3125rem;height:3.125rem;top:34.25rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhnpavRcSTP7r1rPsJQl4cSMIHTAM15P { display:block; }
 }@media only screen and (max-width: 763px) { #RHMHxg4KXzp1inHQoR2TZxr0iFIPfJbd { width:17.8125rem;height:14.9375rem;top:17.6875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNnmwxXwWmrgNDwOL1Iqu9KVBwQB1r3u { width:20rem;height:1.625rem;top:38.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKStoQ3tXMsqATn5DHQxK485zz4kZTuU { width:20rem;height:6.49903125rem;top:41.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzuZa2SMlf4yqB4V0UMTppK5eQ7UQThd { width:20rem;height:0;top:51.574775rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8yqRIzmI5ThGqWVwZo85UDk4UB3fT6q { width:1.875rem;height:1.875rem;top:53.7996625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcvnSDk5TBsy9zAGcG7yLo62vPbAxTJJ { width:7.0625rem;height:0;top:56.9246625rem;left:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZmGm4SMM1S0mZxE8aTZKdiUa64sf1L1 { width:10.3125rem;height:1.875rem;top:59.474325rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7vVg04fT1CGMyJ4T8FRx9fJTKBo7LeB { display:block; }
 }@media only screen and (max-width: 763px) { #XgAtvyIahdrqnmN4AnLmBETgHm1MJXAe { width:20rem;height:0;top:49.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJl23PQiC38234lsiDvOIcbNTbQXyzsQ { display:block; }#KJl23PQiC38234lsiDvOIcbNTbQXyzsQ > .row .container { width:20rem;height:63.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ehp6q8MgpRL485LUJnzaUpNa4sFrc7H3 { width:20rem;height:15.9375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThvgFFqKMzqSzi90NLoeEercO39kzGak { width:10.3125rem;height:3.125rem;top:34.25rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVwtL3g7ocORT8WrvPswuyJbBB1qET0I { display:block; }
 }@media only screen and (max-width: 763px) { #ZzN6SpK7BDhB0vfCLqq8u2h7igKTNi2f { width:17.8125rem;height:14.9375rem;top:17.6875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3ADV8H6NmACz0E2aI97uWsIx6r3Oxqb { width:20rem;height:1.625rem;top:38.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkUamTPuJUDWIhKEQTzPtdD52p7cTqMu { width:20rem;height:6.49903125rem;top:41.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxD3HLLOFNSz8thFNF9C9QA7JtlQDDTM { width:20rem;height:0;top:51.574775rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3T5OddosoalIVD74SiXlOgtFi7CwFG0 { width:1.875rem;height:1.875rem;top:53.7996625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfA8vzy2B2dWL2vfaQl3oovndTrSN4kt { width:7.0625rem;height:0;top:56.9246625rem;left:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTXlVTDkknnT6088OwcBD9PWTipv40EW { width:10.3125rem;height:1.875rem;top:59.474325rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiTcIpx61edPaanZ3rt8T0XJrEgeKbKM { display:block; }
 }@media only screen and (max-width: 763px) { #hkduHMvCkdOfq22vUPJ8TucbSITJ77QI { width:20rem;height:0;top:49.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgN3r0UWk7tBeFH9SBESkundXQfBKEdA { display:block; }#NgN3r0UWk7tBeFH9SBESkundXQfBKEdA > .row .container { width:20rem;height:63.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O3Pw7tpiqiF6bt0csgzwtsygP3E4QTob { width:20rem;height:15.9375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9HkKi5IvlEONScbOviV83KLlPa0PElS { width:10.3125rem;height:3.125rem;top:34.25rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WInXuS5IhyofWE5KuWMNDN5f8yooShu6 { display:block; }
 }@media only screen and (max-width: 763px) { #DMQ2Sy4weznOJaKIyAQq1gJB11bxkaO4 { width:17.8125rem;height:14.9375rem;top:17.6875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JapsEN7UZ8CkedFPTUU9gIie9XdpFT05 { width:20rem;height:1.625rem;top:38.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pA1gMPW03UFynMAuxFUVDNhKUnimM4fJ { width:20rem;height:6.49903125rem;top:41.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQl6Q4oSMu155GNAxLPurp9bLd4I407V { width:20rem;height:0;top:51.574775rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbwsiHh7sOIQTgO3D1ocf5vumiHpg5bL { width:1.875rem;height:1.875rem;top:53.7996625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFNTHKHsaVTpxSsgmx531MT2vpxCXvXv { width:7.0625rem;height:0;top:56.9246625rem;left:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgdmeNyGRVmFNFoXU8EThcZCUbVww3Mw { width:10.3125rem;height:1.875rem;top:59.474325rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksH8N9Tl4wJUTtVWXZH0KrrhrcDTkoou { display:block; }
 }@media only screen and (max-width: 763px) { #TInyf9AL4xOEyWeMMDcqTsOT1BHaeXB8 { width:20rem;height:0;top:49.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuGr0gPGHOu9RyiokExXcuSvlLRF6KRm { display:block; }#UuGr0gPGHOu9RyiokExXcuSvlLRF6KRm > .row .container { width:20rem;height:63.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MXM70bEc8RWNTN8qb5hSwE4MvpTryGSN { width:20rem;height:15.9375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwR9vL89gmJudSNcmfQgdRkID33OkZiS { width:10.3125rem;height:3.125rem;top:34.25rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDxiUCb06EObUmuPtZJg2hnULkeoDyJ0 { display:block; }
 }@media only screen and (max-width: 763px) { #VxeTlPA8hkTmwwx5bqVhn0411zSOB6Cw { width:17.8125rem;height:14.9375rem;top:17.6875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNLXnzcw39hsAq9NSs4bA3ByXyonF2Zu { width:20rem;height:1.625rem;top:38.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnrHnFAtldf2n5zdJXaRr13EPXcGeImt { width:20rem;height:6.49903125rem;top:41.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x358QHXcOOi1No7vvQZL1EaUfTLlSr07 { width:20rem;height:0;top:51.574775rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDbWgarXvV9TI6QvLx2T0AoqDiTiNwJT { width:1.875rem;height:1.875rem;top:53.7996625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyRopbfiq65Q2aFasvWNUOCtCIEbKT3T { width:7.0625rem;height:0;top:56.9246625rem;left:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9z31e4zoRw2CytDAGhBo725yaekARIA { width:10.3125rem;height:1.875rem;top:59.474325rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmWdZ6CM34gWtMFGXOEtFQvI7cAofhds { display:block; }
 }@media only screen and (max-width: 763px) { #MpaANZBq1ENAvOoAFfoK4MRqyrlIZ86Q { width:20rem;height:0;top:49.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pm0kGXaIhDoVMwKUuerUpAef9VdoLmgd { display:block; }#Pm0kGXaIhDoVMwKUuerUpAef9VdoLmgd > .row .container { width:20rem;height:63.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MBd6KEvli3BBGioZIZ379Z5D41Vp62Hy { width:20rem;height:15.9375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eeuq9HQdupcOIQwRloOm3OA6W2w14IHv { width:10.3125rem;height:3.125rem;top:34.25rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPuPPDPMW4s9y8flJbzgsHanX36kELot { display:block; }
 }@media only screen and (max-width: 763px) { #FP4rvNCynwW20PGyb8QxFaMRotacQlme { width:17.8125rem;height:14.9375rem;top:17.6875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBsvSvLfxGcRfd1BFiOIr9NvRgwv5LMz { width:20rem;height:1.625rem;top:38.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3O4l4PZqBFUtEs5r8vDztcibv5yBckt { width:20rem;height:6.49903125rem;top:41.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhRkr8tth2r43PwpNpd4byznvtgDTMEJ { width:20rem;height:0;top:51.574775rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBcE5RhLJyl25hWxPsLalTcwKzQ6lmic { width:1.875rem;height:1.875rem;top:53.7996625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIQbLThb60FZpMWeHx6nnkfWSn3vp98h { width:7.0625rem;height:0;top:56.9246625rem;left:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBrtnobFFq0cgEOTxyLsinTqDEfOTlg9 { width:10.3125rem;height:1.875rem;top:59.474325rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTTHBSwoC8D2FthDPZitNCJumZxkML6r { display:block; }
 }@media only screen and (max-width: 763px) { #OlZCSJaSanFx7RPnSNmmSVyS9tXlnelM { width:20rem;height:0;top:49.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DR5RgbbG0bpm7NFvlNTBizP8uhbnGbEq { display:block; }#DR5RgbbG0bpm7NFvlNTBizP8uhbnGbEq > .row .container { width:20rem;height:63.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eR7WBQqOaVJ6tt7zwvVuxUo3mW75z5TC { width:20rem;height:15.9375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgl4T4s84h53KwmzB9rpEdRg7pZgTtyd { width:10.3125rem;height:3.125rem;top:34.25rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCI9JOQ1pFtdB71XTdkzF3A4uy8CLRKI { display:block; }
 }@media only screen and (max-width: 763px) { #sobgIitbXrT9uOuxhTfZQgWNW9JnFa7r { width:17.8125rem;height:14.9375rem;top:17.6875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ND62ZlSX76blVDoRoB7PT2UT6hs6PdTr { width:20rem;height:1.625rem;top:38.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzeMoWQ150xkJZPBNVFPldVoVE9FiCQb { width:20rem;height:6.49903125rem;top:41.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASkQNSL5dbfw5vOpam9oTXpJfnGEkGGB { width:20rem;height:0;top:51.574775rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTkco50ZaC8JzTwRdgsyiuel0h4XBy8H { width:1.875rem;height:1.875rem;top:53.7996625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f10VGqPuMpGE0mrOchhxB23SuOthXmlE { width:7.0625rem;height:0;top:56.9246625rem;left:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AC3m00QCRLZrtLLXFzUdr7vkS7woRfJO { width:10.3125rem;height:1.875rem;top:59.474325rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQ0WwK97aog3gS3rHI3L69xgntGlrh7t { display:block; }
 }@media only screen and (max-width: 763px) { #GtUORZS3RST3xLGfpBAuI8RQ5TO1vOMx { width:20rem;height:0;top:49.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKmaTtwazqNPRpfKSaU2nNIkmONbPK9u { display:block; }#NKmaTtwazqNPRpfKSaU2nNIkmONbPK9u > .row .container { width:20rem;height:63.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Brls7nuN54vrdaqDGqLXQXZWz4lgfyU9 { width:20rem;height:15.9375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpkmMzPcC3eatDD1iTt6Rg1uE96MBX3M { width:10.3125rem;height:3.125rem;top:34.25rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2e9VpPfTEdcXkm9qh4cSMFiNuQ0tg9g { display:block; }
 }@media only screen and (max-width: 763px) { #FTh3RJXTbBUriHtbCeOyLOki6RimVPDT { width:17.8125rem;height:14.9375rem;top:17.6875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fB3P9WLUOHU8a32nIQ4HIiwrv1pvJaMV { width:20rem;height:1.625rem;top:38.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1pUcxZhR3SISPigg0Z1K6GNoAnk07u4 { width:20rem;height:6.49903125rem;top:41.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5O2laTTaUtTUxHzUHEQ5ZpkpTQuTrKg { width:20rem;height:0;top:51.574775rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKETK6kP9M1sTAkrksbOmW2PPZfuPmc7 { width:1.875rem;height:1.875rem;top:53.7996625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbdtETqoXLunF9Un5feNECxGTsRsqBB6 { width:7.0625rem;height:0;top:56.9246625rem;left:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Duw8lqygTMs793DwPWdW6t9rSkT8yffh { width:10.3125rem;height:1.875rem;top:59.474325rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAdsrcgLLJiU09Uzk9QNiKwMpwBaDeHo { display:block; }
 }@media only screen and (max-width: 763px) { #DwzNZg5e6gbxRBsLAOBMlZOWXrze5MmP { width:20rem;height:0;top:49.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dc7DaSsdvSSRnS0fF3xFk43tTwLkkBn3 { display:block; }#dc7DaSsdvSSRnS0fF3xFk43tTwLkkBn3 > .row .container { width:20rem;height:63.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MbfoNmkF2oCqsTQxb92J7nei8hw3a2mx { width:20rem;height:15.9375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qplnrZADmMHgeHaL0Wf1DQmgJSI6fvgd { width:10.3125rem;height:3.125rem;top:34.25rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImWscFBTrPOukIcoWIFyaTsXAgGTzzI6 { display:block; }
 }@media only screen and (max-width: 763px) { #aXAm5DD9SXneaJqUrxIb2TBLkulU5rw4 { width:17.8125rem;height:14.9375rem;top:17.6875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPvTiWt7EMtBqy6rmOyMhOknycCBLnHD { width:20rem;height:1.625rem;top:38.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #baGy14DNqNV0GSDGF1Imp4Sy54d36cFA { width:20rem;height:6.49903125rem;top:41.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvIvK9vbvGFnMCKZCZhMngBstPEAFEXR { width:20rem;height:0;top:51.574775rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lg6NQu9k3d6E3AwFKzaOTPChZGtHcbpS { width:1.875rem;height:1.875rem;top:53.7996625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiPnesRm7mfu5sRR45sbWmT1uUbJfiTg { width:7.0625rem;height:0;top:56.9246625rem;left:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8siPFS35FwXRfLZp6HffCMFxXsbNTxS { width:10.3125rem;height:1.875rem;top:59.474325rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylfKVkvvtcdkM18totTp7F1tvyVimvMV { display:block; }
 }@media only screen and (max-width: 763px) { #l4J2wzTbVEzkz1nPv1ioe0kTmkz2RERo { width:20rem;height:0;top:49.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxrIPy2pFJ2s1md37LQrvVtg70sfQk3u { display:block; }#TxrIPy2pFJ2s1md37LQrvVtg70sfQk3u > .row .container { width:20rem;height:65rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hy81WHz8XG2lzmR0AxE4Kuxi4cr9hQ4b { width:20rem;height:15.9375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFn67cEps4Wca463GFtWA9F6dJNo2uZA { width:10.3125rem;height:3.125rem;top:34.25rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #klRtsgkiFm3UTrvaZ5sxFAUVKDlXT90U { display:block; }
 }@media only screen and (max-width: 763px) { #yhhznIqZsFWeMrP4Z7Ef8ONckSM6WIM0 { width:17.8125rem;height:14.9375rem;top:17.6875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVmx61wG2pfCZRSKuLrKJAN3ubomohhL { width:20rem;height:1.625rem;top:38.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U828cW3Lmlge6eQVOv3WURpzBQRhLHRq { width:20rem;height:6.49903125rem;top:41.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQXyW8C2hVNafTRrWUQUBf9IGxv3MWlt { width:20rem;height:0;top:51.574775rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKv0TALHBl2LVuVD44Rw4C6peWEhAJmb { width:1.875rem;height:1.875rem;top:55.7494375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZSED0P2ekwAzsIwfmPlMZKgC6zHJ2TX { width:7.0625rem;height:0;top:58.8744375rem;left:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKyeTimpeh1slh8oym8BfgVfT7OrBJEl { width:10.3125rem;height:1.875rem;top:61.4241rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qf3CKXTVNQfWZUvVSCSaLTB1UmRMVz1T { display:block; }
 }@media only screen and (max-width: 763px) { #GoD8NX9WCMp6Epf73ldy2na8cnJ8JTTL { width:20rem;height:0;top:49.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5ldlP1tyecAKqgL9QxW8fEX3A4JAEIG { display:block; }#A5ldlP1tyecAKqgL9QxW8fEX3A4JAEIG > .row .container { width:20rem;height:65rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cM2FIzGvJKIZHaosWqov6xQ3u2Cz3QeO { width:20rem;height:15.9375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxwJWZszHmB3QTtAimHXV5HtTf3voSlV { width:10.3125rem;height:3.125rem;top:34.25rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKfDqEUoWJQEDp3yWGRmawTLNL8K5yQ9 { display:block; }
 }@media only screen and (max-width: 763px) { #t1qGCK7X9LzaHdyEhZfdfPnwDb4JMF6c { width:17.8125rem;height:14.9375rem;top:17.6875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O44oAfXRaygT05GWdkeAlMkqghNBNnMh { width:20rem;height:1.625rem;top:38.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUtci4nQ8pCAHNsMonhR6qwFDfirfzSJ { width:20rem;height:6.49903125rem;top:41.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrp2rW6bKrraxHz4IJfLHCyNeJTTWUlX { width:20rem;height:0;top:51.574775rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLQ549hGB1ohktMaIl3qKQqIXlK9PSrz { width:1.875rem;height:1.875rem;top:55.7494375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiNWGK798WQRugZknRm530sdTqtuRhsZ { width:7.0625rem;height:0;top:58.8744375rem;left:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbsbebb9aCKM644ulQP924Cn0WhF06dS { width:10.3125rem;height:1.875rem;top:61.4241rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ctqk9CbgRN4D7wii7AmnX7WrpqxW0aVz { display:block; }
 }@media only screen and (max-width: 763px) { #aHwX8U7P1c3IOkCiTSOew5oUayJ74hTL { width:20rem;height:0;top:49.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIbClgzbkuSQPNdf3RWQasPzFx7bSZm2 { display:block; }#FIbClgzbkuSQPNdf3RWQasPzFx7bSZm2 > .row .container { width:20rem;height:65rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KAWtlHbIfqJaOJ5ePg0NoS4JIM2CkIas { width:20rem;height:15.9375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFNfUoVeelEOBEWtqmaJLVBQ2Z4CpAJC { width:10.3125rem;height:3.125rem;top:34.25rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDNcBnrAydhc1XIJHnuKSftBytJ8QMJ5 { display:block; }
 }@media only screen and (max-width: 763px) { #r1HcyMSJ44waw4beVkFIgSkQgfzJr61t { width:17.8125rem;height:14.9375rem;top:17.6875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptC15UZcux7fNyXkLpALP4IW0hgq9trV { width:20rem;height:1.625rem;top:38.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aa2MvB4WP3o1Que7NZx8xNZOdaiG7gs8 { width:20rem;height:6.49903125rem;top:41.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kk55Vu3b1moWdkyFd2pgabTJwv10PxAM { width:20rem;height:0;top:51.574775rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PECVAdZ9LTbbk2eBOb3hOD6VnTlzhQWu { width:1.875rem;height:1.875rem;top:55.7494375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8PCkxvf94TS7L8fx9EXWJTslpyCec8n { width:7.0625rem;height:0;top:58.8744375rem;left:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynAJdwzEoBx8WzRyrHdxufBC4f9cnBzs { width:10.3125rem;height:1.875rem;top:61.4241rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFqLGSGtgKOZd4Kk9HfPDiVfKt5H2yGr { display:block; }
 }@media only screen and (max-width: 763px) { #ewSFT9zRN86gwKc9qvdf5cwZtn5Q9MZ6 { width:20rem;height:0;top:49.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMhtHWc4TEfMmd9WSlN0C3S0RiqyC6UF { display:block; }#vMhtHWc4TEfMmd9WSlN0C3S0RiqyC6UF > .row .container { width:20rem;height:65rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uXaTJDKZ29KLTxJSff8bKgTa9xxSXrGM { width:20rem;height:15.9375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXH9FA6pL4hgDRT8OhtVgabpzC1EZZgT { width:10.3125rem;height:3.125rem;top:34.25rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJ5mICh5ZxrtKTIhfZSF4xm4Uhu5Hyoc { display:block; }
 }@media only screen and (max-width: 763px) { #Eiy9Xy9olNtTgegGvE0O2ORxC3L5x6cZ { width:17.8125rem;height:14.9375rem;top:17.6875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sz880pTMrlGt3Wxz2DXOn4hxonhpGCqQ { width:20rem;height:1.625rem;top:38.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzFFpIDnqPScAzL1ra5MIcwGeWR02rNq { width:20rem;height:6.49903125rem;top:41.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U29fZXobtuZBprLN86UZdslCVRkDRMXo { width:20rem;height:0;top:51.574775rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jh6yqVs4RMsV8nWqwxu7CCh7tUlVdwNF { width:1.875rem;height:1.875rem;top:55.7494375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZETi5wCG6mrZlxkqm0kxxMPPGJX6QyLW { width:7.0625rem;height:0;top:58.8744375rem;left:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmQJWDPsuRPhoQPChZ8mFuFzetSqPc4R { width:10.3125rem;height:1.875rem;top:61.4241rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymqiURXs3N7klxaOKtUPCkHaydXa5MVT { display:block; }
 }@media only screen and (max-width: 763px) { #wBK3lkfab4arzoctwQcSXvdFWoi9hBqL { width:20rem;height:0;top:49.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKXew81yXJWNeS60bJTEL44zPchAoxDH { display:block; }#sKXew81yXJWNeS60bJTEL44zPchAoxDH > .row .container { width:20rem;height:65rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #okv0qmBFBeiKhmqLSk5yeLsSvHQhfebo { width:20rem;height:15.9375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nc5V5x5n6DkordfVm6v47htvXos9NfMw { width:10.3125rem;height:3.125rem;top:34.25rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGMLcHyODMD4COr2AQf9KB5EgdHONETK { display:block; }
 }@media only screen and (max-width: 763px) { #inJlqHZcXQwFlgak3JS8K9uyTyWVTswZ { width:17.8125rem;height:14.9375rem;top:17.6875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSfi5aaRSdQXJTtHq8q9UfxzBRBh5KHi { width:20rem;height:1.625rem;top:38.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAFqU9E2xn5m3OesdtZxJ3b7P7q9IiJ5 { width:20rem;height:6.49903125rem;top:41.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ef3i3DepJTs5n2z0qEW7dOROOXuuau2f { width:20rem;height:0;top:51.574775rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCG1CF5TWFE1noJApFNlA8C53GVT4VB3 { width:1.875rem;height:1.875rem;top:55.7494375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJiBp9FgMTqhti7efFfasIH1q9Lbb7A7 { width:7.0625rem;height:0;top:58.8744375rem;left:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #omXJWTMkoF53qOvugazQ21avBwWwsJLg { width:10.3125rem;height:1.875rem;top:61.4241rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZW4ZX8opUaO9ltDzRCTR0La5tWglCwX { display:block; }
 }@media only screen and (max-width: 763px) { #qZI751KsPOaDznVOcD8xWQD7RmJtIdFt { width:20rem;height:0;top:49.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4fDELtHMBG5yAVy8vOwKqhwrlh4R0MV { display:block; }#f4fDELtHMBG5yAVy8vOwKqhwrlh4R0MV > .row .container { width:20rem;height:65rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WGH4EZ4uH5XR8M4uJTR7J3fxIw97XTqp { width:20rem;height:15.9375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzeTpJZTOf9c2sxdIs7zFTi8lBJ5rlys { width:10.3125rem;height:3.125rem;top:34.25rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcO2kSaqCVIJTisHxfwyx9tVJliNfzL0 { display:block; }
 }@media only screen and (max-width: 763px) { #RUOhCVwdLSOsfH0L2GX7NFHFdDr0VWGF { width:17.8125rem;height:14.9375rem;top:17.6875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRECoKeUnhcmaXpTXL4FN7wqKeEO6oQi { width:20rem;height:1.625rem;top:38.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mh8BTtFPX4HBgVR7bZMxAkIdNJECCVSB { width:20rem;height:6.49903125rem;top:41.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6oSdoHSFgDN7kZ2uk1XTBUlfaHraLnI { width:20rem;height:0;top:51.574775rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0CKcKIByhaKwAcSny2CqnEOwOaGeCKx { width:1.875rem;height:1.875rem;top:55.7494375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8ZuM9SLTgN5KvHmGiwpWzH9qNaL5UZ2 { width:7.0625rem;height:0;top:58.8744375rem;left:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQRTH7uaBDXcaDxuzfDcXpfHPfz6wHxK { width:10.3125rem;height:1.875rem;top:61.4241rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WH88WI1T2EUQCy8tmH7yitrEJgSMl0WT { display:block; }
 }@media only screen and (max-width: 763px) { #ENt1ilo7UsInrI87GR8cFv7Aqr90oicC { width:20rem;height:0;top:49.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSmiJIb9lXhWwUfKQvEl3Hu0TsO1OFp8 { display:block; }#GSmiJIb9lXhWwUfKQvEl3Hu0TsO1OFp8 > .row .container { width:20rem;height:65rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mpeQb2oabbmKBMqVwBoKPnXugMfZrr7s { width:20rem;height:15.9375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIIbdU82uaM7Ooa6C01A9BCRiKuFmV6T { width:10.3125rem;height:3.125rem;top:34.25rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZGsmiJXa1FcLzxKTDulkHDWdOHNhkN0 { display:block; }
 }@media only screen and (max-width: 763px) { #oLdskup7LPFADhyCpUfNELCTtoL1dQcB { width:17.8125rem;height:14.9375rem;top:17.6875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWDdheuwnhdiThJpdDwuDZTxpreFwToC { width:20rem;height:1.625rem;top:38.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlbwamZ3HRINX1wQlgHhC5x9ppTEMAIq { width:20rem;height:6.49903125rem;top:41.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i81RXJM8GDg7EtB1Jn6pmH7fxxJXa2QS { width:20rem;height:0;top:51.574775rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yb01L4pc5whQ4i2Dl1pytVP27rPMDu9T { width:1.875rem;height:1.875rem;top:55.7494375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIWANDCxp4uPn5vMskTccqlZMnntzfqV { width:7.0625rem;height:0;top:58.8744375rem;left:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6gvE3Wxu5gxiBlSAAiHlO1y1x4i6P0f { width:10.3125rem;height:1.875rem;top:61.4241rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQ0zQKaIK7R5qPMcAPfN7qoKcOFQlvsz { display:block; }
 }@media only screen and (max-width: 763px) { #WMnz7XUcwiTnr8TXPcuzwFQ7J0bEcNVH { width:20rem;height:0;top:49.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nm7XIbCzSRpPfCF5WopkSNWvaWK3iVnE { display:block; }#Nm7XIbCzSRpPfCF5WopkSNWvaWK3iVnE > .row .container { width:20rem;height:65rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sitkuee8K5wREQ6fOBwimEGHwH4SP6iw { width:20rem;height:15.9375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nr0hIQeNuPwvngGSJuaFH8ToqeZX2v0b { width:10.3125rem;height:3.125rem;top:34.25rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTvw0RUbTL8sNdB4lc26B9SH2l9G5Zkp { display:block; }
 }@media only screen and (max-width: 763px) { #kp2UPlpZE8dtOSyWlzX0QFwvXN7C1EfX { width:17.8125rem;height:14.9375rem;top:17.6875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3ZVvEWJWIiTb7NRXX9ZpxCti38SvFJS { width:20rem;height:1.625rem;top:38.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQthaOSz5w051KLatp1K4dPuLkqxdps1 { width:20rem;height:6.49903125rem;top:41.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #slqHo8FrZWKv2uz4tIgunScvTxKPSy8F { width:20rem;height:0;top:51.574775rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivg0TZg06Q4E11TB3lDCnZqlZmqAig0o { width:1.875rem;height:1.875rem;top:55.7494375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2ctVRfIOBhToTi1a6pBQRUAki7c1J8U { width:7.0625rem;height:0;top:58.8744375rem;left:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #reqgHy8o1o18AILDmxS615ElqNLhbADx { width:10.3125rem;height:1.875rem;top:61.4241rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdQmcb40zxsZ25f1TO5wPc41rCDLsKon { display:block; }
 }@media only screen and (max-width: 763px) { #suTzgJsA4eJFV96HPItDyTnhLOnicAdb { width:20rem;height:0;top:49.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrtM7nB4cv5RA4VgN9oDDfdCngXwrV9G { display:block; }#vrtM7nB4cv5RA4VgN9oDDfdCngXwrV9G > .row .container { width:20rem;height:65rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V7V5y1Tve5pC47GCETboDuBM8BSgcXRd { width:20rem;height:15.9375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkVGWquMSPhJ1fe0g9TqLKRrZ3HWN0MK { width:10.3125rem;height:3.125rem;top:34.25rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bC7zx9MFZGP4wu279xtneAGPVTcD9BMX { display:block; }
 }@media only screen and (max-width: 763px) { #XRlUnELbRs4OsSTbWtlTMWF3oShdzCa7 { width:17.8125rem;height:14.9375rem;top:17.6875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuhsSlFPpwtFC4iLQDTuHEC1JuFNxADo { width:20rem;height:1.625rem;top:38.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGvCdpUN1T7K7axvspwsmGsGsFhD1TNt { width:20rem;height:6.49903125rem;top:41.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJWGLQr43MuCPHH65UJf8RV7P44aM6D1 { width:20rem;height:0;top:51.574775rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #okUTHEEs6T5CFqvLGBPxbJ8wRF9UhZDB { width:1.875rem;height:1.875rem;top:55.7494375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJzg4I1789hJOzkpm5imBbV7hJvBbQF2 { width:7.0625rem;height:0;top:58.8744375rem;left:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7hrumQeK8yEDzP63f7TOlwfOWyofkkg { width:10.3125rem;height:1.875rem;top:61.4241rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VM1mAP267xCxSXhZdK4nxbv62a50ePZo { display:block; }
 }@media only screen and (max-width: 763px) { #qMZcG3AEIrQdATmJKUQpexkF3JH7b0XV { width:20rem;height:0;top:49.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nM33IAnQHLB5MaPV1gRCiGtft2H40veS { display:block; }#nM33IAnQHLB5MaPV1gRCiGtft2H40veS > .row .container { width:20rem;height:65rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #itcsbvNEiSEwllVtKdoNPX9FkHJkXrTK { width:20rem;height:15.9375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVtCvyXbOFdzMsZXeZHNpNmlED3SCoQc { width:10.3125rem;height:3.125rem;top:34.25rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhfHkNWoEOsS8GzefkV93kXAmc9Lqv0e { display:block; }
 }@media only screen and (max-width: 763px) { #r5AuE5IvuSI4eoOvSvNL9x5AT8Gtx8td { width:17.8125rem;height:14.9375rem;top:17.6875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGL35ah2QLl9lJsoDSIMsG95eUCckhVK { width:20rem;height:1.625rem;top:38.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUadZgtvtzwobxyg6Heo3bWGf5RqJma6 { width:20rem;height:6.49903125rem;top:41.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xte8HTKQTFi1dOIi9zo3zaXxZViSmFNN { width:20rem;height:0;top:51.574775rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXfMmIMsl5ZMyQzTMiQ5MJANX58EhSlG { width:1.875rem;height:1.875rem;top:55.7494375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeUDgAmFrGRzgZBwItm3VGZidXVs9o9G { width:7.0625rem;height:0;top:58.8744375rem;left:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOwAouii6sTmxQuwT1Bg2TTwtq4gpwvS { width:10.3125rem;height:1.875rem;top:61.4241rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbbqsxfUQwIochkhEEmktiJNdVH1NATC { display:block; }
 }@media only screen and (max-width: 763px) { #ERCJlwW8C458zCKMx4IklMO1oXUa2XZy { width:20rem;height:0;top:49.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMKvV6VrQaI95HBB3f3SwGOdCLTZ83lo { display:block; }#HMKvV6VrQaI95HBB3f3SwGOdCLTZ83lo > .row .container { width:20rem;height:65rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wq9h2gaTXoBU6mnRbumPLNUZ3myoKVxf { width:20rem;height:15.9375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiCZX3mFFFthQwGVTaN3JQEi7KHBbP94 { width:10.3125rem;height:3.125rem;top:34.25rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QddKNgLNVgrgaHLiPfE2Fwkg0spbiA54 { display:block; }
 }@media only screen and (max-width: 763px) { #KyoZre4H5yrA7eCsHWBBWt7g9bB5GhCl { width:17.8125rem;height:14.9375rem;top:17.6875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JK3kH20OTZmMUpFUyVtu4TAdGXK3labx { width:20rem;height:1.625rem;top:38.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zT8THkpUN9bJJV39sJwC1VSEgQ5aGvPt { width:20rem;height:6.49903125rem;top:41.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1ittelrIMHi0oJgTlUA3b7NEwKsKTwK { width:20rem;height:0;top:51.574775rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFD6V6LTeKD0sZ0oi5nFyz9MeztwWAHV { width:1.875rem;height:1.875rem;top:55.7494375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVofsJsagIc9n1zeTBPHohu5lw97odzR { width:7.0625rem;height:0;top:58.8744375rem;left:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vErWQkqwv8hHA0IDV9owRuI44k67sWiI { width:10.3125rem;height:1.875rem;top:61.4241rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rzhl4VFVXJTQO3GXkXOTN1PTxeqT1ttW { display:block; }
 }@media only screen and (max-width: 763px) { #srKXgGC3V0CAUSTTBikCnOKwcmXqQxKr { width:20rem;height:0;top:49.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9ePvC6fzFi0O2o5QV3W3N170KwsnfId { display:block; }#Z9ePvC6fzFi0O2o5QV3W3N170KwsnfId > .row .container { width:20rem;height:65rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #peFVJsXtFB6NWPd73XXLdqt0hJZKRFXo { width:20rem;height:15.9375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrdXXTUceuAJZxW73MroLnkE9AHXa9CG { width:10.3125rem;height:3.125rem;top:34.25rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCgoMNVEflDbbPNBI35x6sKV4fdiT65s { display:block; }
 }@media only screen and (max-width: 763px) { #RapXlIpJklbqnLMlIWv3dbEg5BO1XZKo { width:17.8125rem;height:14.9375rem;top:17.6875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCadynFiGlTIDXzAAk7hRycpP1g6mmso { width:20rem;height:1.625rem;top:38.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoLHsfBasXrSrvwRxzwqS2hPZ8BbUrg8 { width:20rem;height:6.49903125rem;top:41.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvsVGK6KK30wLiuOyvNGnbGnFdXNfPaq { width:20rem;height:0;top:51.574775rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EN8II4qPLJKlo7vfKSyooCi8xlDQnBei { width:1.875rem;height:1.875rem;top:55.7494375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tpby9fDXWPlrtw0m9RfyMILAmrp83h9m { width:7.0625rem;height:0;top:58.8744375rem;left:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJ3isVvyC9Xpi4gLHHWNBB3VCBJ96CPn { width:10.3125rem;height:1.875rem;top:61.4241rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ew5aaHeTrELTU9Of7gcpoR5AOp73ZP19 { display:block; }
 }@media only screen and (max-width: 763px) { #UatlJ9UC9lNOHHQnxuMLSrxhxu2SOyfL { width:20rem;height:0;top:49.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAuHAPAySrE4JHppkE38b5c2xzKTZb1Z { display:block; }#aAuHAPAySrE4JHppkE38b5c2xzKTZb1Z > .row .container { width:20rem;height:63.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BJdVLmTmpryyzOod92KHJosfhdNpXeGb { width:20rem;height:15.9375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5Q792buXgl4CwAsIy1iGatICUbuddp3 { width:10.3125rem;height:3.125rem;top:34.25rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqZiTu2P0rnvJ2iJF5J0zT0BJaOAxZ5L { display:block; }
 }@media only screen and (max-width: 763px) { #NHp4Sx6fJiMpHoRRJnf5VRZo9HHFywuT { width:17.8125rem;height:14.9375rem;top:17.6875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBFJstJmL9roX3I86stcupDcmxATq3Sb { width:20rem;height:1.625rem;top:38.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2m6UyDDl3pvsHT3C9MdkgwlAO77DE7t { width:20rem;height:6.49903125rem;top:41.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AG8yPbCLgDkNz1kK07nsoqMIXEBOTtsD { width:20rem;height:0;top:51.574775rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5RfP66rp7Dnvi2paCKk6ZcaXISbrffZ { width:1.875rem;height:1.875rem;top:53.7996625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwIdKByT8EVAFJyhQ50EB4V9ZczpWvpL { width:7.0625rem;height:0;top:56.9246625rem;left:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gORTcwrRUETF5kzbUIk2B2FgmXRC0Qis { width:10.3125rem;height:1.875rem;top:59.474325rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDXgBDVrCyAB8U5FUhHQ827cW7HTnLOn { display:block; }
 }@media only screen and (max-width: 763px) { #hPffHM7zEJZZqIEqZvLuC4I4m9ySoBc7 { width:20rem;height:0;top:49.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GV5mClkxkHgJxUtyS7XEuXzgCUME1R6N { display:block; }#GV5mClkxkHgJxUtyS7XEuXzgCUME1R6N > .row .container { width:20rem;height:65rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JTACXFQCLPsVWTvtTVzw8ZFfXuuvngiJ { width:20rem;height:15.9375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ihv4gV57cElnTC08kuKTB4Ce2pa8cbDP { width:10.3125rem;height:3.125rem;top:34.25rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FylSkU2FQ92GGnzfOKFuTmAAb7DLTILc { display:block; }
 }@media only screen and (max-width: 763px) { #FH0POpLVcI1e0AqorlIW00iJVOG5ZZtF { width:17.8125rem;height:14.9375rem;top:17.6875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNXT2L3kBTmFoNUlPdE4Q6dQwrQJsfIe { width:20rem;height:1.625rem;top:38.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkRsswsDkyINEobL6k7kGaZ782uRQizn { width:20rem;height:6.49903125rem;top:41.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWoRT5t47OJuABnBBUCXiwNkkDAN0bc4 { width:20rem;height:0;top:51.574775rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuTw2RbCTUQRLKfuxRJkIEpBrSdTcHTM { width:1.875rem;height:1.875rem;top:55.7494375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtweDD1JOK2osLSkhZfi95VPuJRJX40i { width:7.0625rem;height:0;top:58.8744375rem;left:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfXKeCU0lqSR9TbTfpsTPduSXCmvA7cm { width:10.3125rem;height:1.875rem;top:61.4241rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT1qcJPz0vcerxTfDiydu1qX0ddWgwqf { display:block; }
 }@media only screen and (max-width: 763px) { #NZJ3EEs2QBmeDtG67itT8hcPhiGpcaq8 { width:20rem;height:0;top:49.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQpxCPRoTldoinwKAb0dCDOyAv2My3Lu { display:block; }#aQpxCPRoTldoinwKAb0dCDOyAv2My3Lu > .row .container { width:20rem;height:65rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I1PuB8KcpxIQN35q9d7qHHUbTG6tHxxh { width:20rem;height:15.9375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqTeWbdkfr2IESKaxaedWGCVeDF6g8bs { width:10.3125rem;height:3.125rem;top:34.25rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNVCbeP4JMH4IgnHaUT1n7nz3vMO7364 { display:block; }
 }@media only screen and (max-width: 763px) { #Ik0lU9TvLUoVyDeZrJbi3B6nTcJdxgZ2 { width:17.8125rem;height:14.9375rem;top:17.6875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhZZCU008Vc6bmIVBGZ2uyZVh7qtOLJ6 { width:20rem;height:1.625rem;top:38.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLoQpRJPwDbLZ3Atvuu59F7Tk8hyxbiq { width:20rem;height:6.49903125rem;top:41.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ve15TgWUPgHQwWde7uz0v9me4E7wz3Zw { width:20rem;height:0;top:51.574775rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4D8W6BposMcGZQsb2gNRlE111xTnslc { width:1.875rem;height:1.875rem;top:55.7494375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4PMpTBwoJtcI6HWA2RRT96xdw4T9GUB { width:7.0625rem;height:0;top:58.8744375rem;left:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sS4LmEBOyimLhROLhee8t21LS37a8OzX { width:10.3125rem;height:1.875rem;top:61.4241rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGy5s1ns4saSIP6BZ1yvV8SobyegmiyI { display:block; }
 }@media only screen and (max-width: 763px) { #EGaem3hSoQXiksRZaMao3vV88wqwqK2h { width:20rem;height:0;top:49.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOM0ItsWWXxi4Nm5ANxAAcAGKNi46b7T { display:block; }#NOM0ItsWWXxi4Nm5ANxAAcAGKNi46b7T > .row .container { width:20rem;height:65rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gvsd2lKXuyzBOLtB5NUlHoaXbtOR3Wgv { width:20rem;height:15.9375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRS7gJAHXGVfoTy9uV9U8AcQrcn9Opbl { width:10.3125rem;height:3.125rem;top:34.25rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5Qa1Vtss8E0ub1baXVyreoGMDJNeNsZ { display:block; }
 }@media only screen and (max-width: 763px) { #rQHTVEfQRK8VJCUxyiTymywWWRxKmRqX { width:17.8125rem;height:14.9375rem;top:17.6875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvu2b9IV5QzwaeSvcA5z0X28xkP3y88E { width:20rem;height:1.625rem;top:38.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zo7PCWZzkvmAldUwksyNQW8nJ2srNS6G { width:20rem;height:6.49903125rem;top:41.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bu9LAR3TJHt1iTfeN4WxhzrRsksTg2Lq { width:20rem;height:0;top:51.574775rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbfvQZ3ooRXNPGs0hpnwaJIdhLsZuFhE { width:1.875rem;height:1.875rem;top:55.7494375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZr6VSn1cpu7xpBLu9Sb93J70T5gqsXX { width:7.0625rem;height:0;top:58.8744375rem;left:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9dO3cO281UVoQOiz8eMRtE9lmtKDKoz { width:10.3125rem;height:1.875rem;top:61.4241rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #my5AyyNpFr73wXhGZvvwyi6E1ygZ7mvS { display:block; }
 }@media only screen and (max-width: 763px) { #Lc6b0HrL6ZxUHMLF4La23QQXHcLnwywg { width:20rem;height:0;top:49.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8eE2DZHuSdzCbrqVA952iIJCkk9pMas { display:block; }#u8eE2DZHuSdzCbrqVA952iIJCkk9pMas > .row .container { width:20rem;height:65rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C1uxsZPncyu0TLQgCeq13WynApwQNCec { width:20rem;height:15.9375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvkVpi86NHUGkUL3h3pfbfoRZcCxOVhA { width:10.3125rem;height:3.125rem;top:34.25rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRK8rnB4dSVQboLlm8JWTmRf3Wo5SDm9 { display:block; }
 }@media only screen and (max-width: 763px) { #CNQUqSbZrRThC80FqRDFWiOzz01MelOI { width:17.8125rem;height:14.9375rem;top:17.6875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2Huk7AkIzKD3Txo2nhG6lwXnHsiGncI { width:20rem;height:1.625rem;top:38.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEnFgriyBvCVtIeMvDdmElbhnxz6G4eS { width:20rem;height:6.49903125rem;top:41.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOCSMy03mKXGTcxow9mixX7f14lCPxLy { width:20rem;height:0;top:51.574775rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zy4O3bTNGtUzaJx6M3xHaZzXtRGAaURs { width:1.875rem;height:1.875rem;top:55.7494375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZf6tQxBvEIxNUFeZA5VuN9mmfQiOF4A { width:7.0625rem;height:0;top:58.8744375rem;left:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhg4IZscfUF9hF75WlMUpyrEscTTnOSy { width:10.3125rem;height:1.875rem;top:61.4241rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFRBVZTzZmzFv7TIRFRLnJp8kgdQTGIJ { display:block; }
 }@media only screen and (max-width: 763px) { #NdBP7Vy8K9JVrFciSn0fe1hWRTQzi1oL { width:20rem;height:0;top:49.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTKq4WZUw5iEgQ5L2kMTFnH1kaxGrw70 { display:block; }#lTKq4WZUw5iEgQ5L2kMTFnH1kaxGrw70 > .row .container { width:20rem;height:65rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CBoEVxNJbO1sTye870CVAiuxTTE9ioc6 { width:20rem;height:15.9375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALBWAn9M3IPnHvVlfuof8swkoxQnSJCu { width:10.3125rem;height:3.125rem;top:34.25rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1HMGOQpObILzhnmvx6BdpHINhqLRa4h { display:block; }
 }@media only screen and (max-width: 763px) { #fw0wVcU8fZ60KGMhXsHSTuGtLJmTQ9iB { width:17.8125rem;height:14.9375rem;top:17.6875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAowTpTscWVxmZFXFKqOUZpD1UXbUIM9 { width:20rem;height:1.625rem;top:38.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8C7pUcV0N5Sy5WZBtUNN66zdKMnFFFW { width:20rem;height:6.49903125rem;top:41.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKS4gRwRVt2MRQAVTNVBNZW2GbI1aozs { width:20rem;height:0;top:51.574775rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kyo0lzuFrEg25rahbZnNVwXQFuu8G16W { width:1.875rem;height:1.875rem;top:55.7494375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJKBXdcG2KWNsq0aZmhgmVEK4Jm6C5Nf { width:7.0625rem;height:0;top:58.8744375rem;left:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSLSzz1oxBM3rWhpzc4AivIOB71q9m8G { width:10.3125rem;height:1.875rem;top:61.4241rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbLtQJVlLLJc8oTTL5dbZlh3d0romwEr { display:block; }
 }@media only screen and (max-width: 763px) { #yIAetMtpKIaBMPqo91PEDnfN2J5DKhrO { width:20rem;height:0;top:49.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwFR2olXWTeuoRuVHRPrNbQT0N3T3iDp { display:block; }#VwFR2olXWTeuoRuVHRPrNbQT0N3T3iDp > .row .container { width:20rem;height:65rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WfDNOq82lh8IBnVWsXKHU4LEwI2KTRwO { width:20rem;height:15.9375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKk7fWewlsXp9XLyBvUXsFH1UbIKvbDe { width:10.3125rem;height:3.125rem;top:34.25rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #laz9pIdIMfQSCixbFdcLGdysSb2rg4uI { display:block; }
 }@media only screen and (max-width: 763px) { #NQHxTXFez8Je0HoGPlKofDo5NtHhkyT3 { width:17.8125rem;height:14.9375rem;top:17.6875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FD69tR7omCeqLVl3z5snDe3pUI1yWFCt { width:20rem;height:1.625rem;top:38.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5kNO0Z3QTgCM4mgRPvP7gomkps8XcED { width:20rem;height:6.49903125rem;top:41.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmXVKn5GWEahMe96n8UOzyrKfpDXNxVC { width:20rem;height:0;top:51.574775rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsLKQFbfTgTwCXWCkqsVAKAdV7o4sTyJ { width:1.875rem;height:1.875rem;top:55.7494375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4J66KG1nIplkRr2cnn8PCn2MWIx0VS2 { width:7.0625rem;height:0;top:58.8744375rem;left:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7atCLrtsT5J0nX5Q5ZmKMOHvuaVd1PD { width:10.3125rem;height:1.875rem;top:61.4241rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kztIXgiGwH25qAmnA1b3Ju1CMQwB9HUW { display:block; }
 }@media only screen and (max-width: 763px) { #Qv0xMcbThODatWrrWpEKUu8AGPpDIsfw { width:20rem;height:0;top:49.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pm27TAJqXBGOv1Sf6oPlFFyPudWLZ0qm { display:block; }#Pm27TAJqXBGOv1Sf6oPlFFyPudWLZ0qm > .row .container { width:20rem;height:65rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qcvb0KBCVK1tnTU0JxvlCkWrWiATHPrx { width:20rem;height:15.9375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7XcM6prbCfloaQpz05PE35dxqh865dF { width:10.3125rem;height:3.125rem;top:34.25rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZBsKZgA3brzLDL1ler303VUMG1ylKpg { display:block; }
 }@media only screen and (max-width: 763px) { #l1zrgDTRdTZM1g809ZeWNlJmiWDAB6ZX { width:17.8125rem;height:14.9375rem;top:17.6875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnDoXlkJKHFQv5unn6w1AvJ0Eg7apntB { width:20rem;height:1.625rem;top:38.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhB7WusVMLvvz6q1vwCJ3ml1yL6CDazd { width:20rem;height:6.49903125rem;top:41.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuoN9rsfVD3GILDs3okJZIZszAo5N4EC { width:20rem;height:0;top:51.574775rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ak51TCzzFNhycVeWh8uinZNfpX2AJblP { width:1.875rem;height:1.875rem;top:55.7494375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqmNRLT1926Xiqv1ctCtTy74oIXFbROl { width:7.0625rem;height:0;top:58.8744375rem;left:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKzgQHhvvKeehtLf0FC8gObCsK7idbJb { width:10.3125rem;height:1.875rem;top:61.4241rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBp3TSRbNvZrVHCwHm1LLQ9cmTQOOD28 { display:block; }
 }@media only screen and (max-width: 763px) { #iOZ9BcZwa5bOdoPKq2mJgSGapax9pST4 { width:20rem;height:0;top:49.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vq73lFiIAiFxOqxZr11rCupTFPoZWe76 { display:block; }#vq73lFiIAiFxOqxZr11rCupTFPoZWe76 > .row .container { width:20rem;height:65rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z1cZiBQdzruOOENTO5GITZ1Wg9LCd758 { width:20rem;height:15.9375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWeTAsNeQCBKT6crR37ztK8ORMSdu59w { width:10.3125rem;height:3.125rem;top:34.25rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1qOba4pdUrvSBua6atM7CmyVZBz75Bl { display:block; }
 }@media only screen and (max-width: 763px) { #JcEeJk9l1ak8q7d2KWnIJmyvN7JXAoxe { width:17.8125rem;height:14.9375rem;top:17.6875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yycSEUn86PkPPeDT0T8LmfdAacpvVWIx { width:20rem;height:1.625rem;top:38.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdTaXd5tEhNMZCqrkBRkpOkm4uQDgPl5 { width:20rem;height:6.49903125rem;top:41.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSGcyqv3wO6FifDW2lxdftmJQPW4DsuQ { width:20rem;height:0;top:51.574775rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWbm5rMx2kEum2AyxqNLt9iRKfR3nMgl { width:1.875rem;height:1.875rem;top:55.7494375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWnDtq4BZXWc8OFEmPm3eiT0WBpBDEu2 { width:7.0625rem;height:0;top:58.8744375rem;left:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksxG8tTwZL8t9Off7qLTn8cvssBhLwIX { width:10.3125rem;height:1.875rem;top:61.4241rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDGlEyB58uBm0nmorophldzJpFOfqc1l { display:block; }
 }@media only screen and (max-width: 763px) { #uewTyfhFlSmT72yCQbTRQAprAGc0UFVN { width:20rem;height:0;top:49.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcfkP4E2TUbhtc1yQped2sHRXeU6k91U { display:block; }#dcfkP4E2TUbhtc1yQped2sHRXeU6k91U > .row .container { width:20rem;height:65rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rL7HoN1i0mKLG9yisyIxRaebz0V9X1pK { width:20rem;height:15.9375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7TIca6KTDC1O3G3bPgQPB7RaucIotL6 { width:10.3125rem;height:3.125rem;top:34.25rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w20X3APKRhELpaT559UsRyygpABANni8 { display:block; }
 }@media only screen and (max-width: 763px) { #JK1IQsa0hzPuWsLSRHNO7Fe15Kuy90qR { width:17.8125rem;height:14.9375rem;top:17.6875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yK1iqbhe2kctMVpMnfyWhN1SkFg8FoG0 { width:20rem;height:1.625rem;top:38.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vabKBqHGgeSCI0dV7zLJ2feTNdgAXqsh { width:20rem;height:6.49903125rem;top:41.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtXT0bSPTsTvmUOB3Ag0frK6TN4eOhaA { width:20rem;height:0;top:51.574775rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhnwhWNCVBwhvyasaOlg3lFcPXFaDeQ2 { width:1.875rem;height:1.875rem;top:55.7494375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qA6UkUZTFFi69lXNX7V9T6aZ1rxI9RdM { width:7.0625rem;height:0;top:58.8744375rem;left:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJvlD2PwTaMhZMdZbX23sOX2Vvfx0vSO { width:10.3125rem;height:1.875rem;top:61.4241rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvKW5QyT9JUR8dRIUnfh7bOnqbadWFsB { display:block; }
 }@media only screen and (max-width: 763px) { #lpQmE3iHw0g2ouMpcMNcuKInEC3Tdi8V { width:20rem;height:0;top:49.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvzgWaULWOJk5TmJeprh9oqi0f7PMaMW { display:block; }#nvzgWaULWOJk5TmJeprh9oqi0f7PMaMW > .row .container { width:20rem;height:65rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I3bFQ8Kz99oVSKqzq3FqQZGiRE9koiPr { width:20rem;height:15.9375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1KbcviGrcIuQuNn9qIlC4plXEhcZWQM { width:10.3125rem;height:3.125rem;top:34.25rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDUmvhviU28NULJrpvcN1wXgtrdJo5kV { display:block; }
 }@media only screen and (max-width: 763px) { #wF5bW2991kZsh4dOWEkqfiM1accuNgTk { width:17.8125rem;height:14.9375rem;top:17.6875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJRTHdEiImu5VvZMxqBSUcD0FZ4Xy12a { width:20rem;height:1.625rem;top:38.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fh51uMK5wdyMUXbZat1Dt4NG6fPs0R4S { width:20rem;height:6.49903125rem;top:41.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5olOVOah7wkouxkQ61JhzLvdIMfe9x3 { width:20rem;height:0;top:51.574775rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQZPbeJwmFiD4ft6Eoaq3BGUc1kgGnJu { width:1.875rem;height:1.875rem;top:55.7494375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHrPZbtd2G0F3whZOqrTTrt4C4mzVP1D { width:7.0625rem;height:0;top:58.8744375rem;left:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEZcBid2QZ1sXiognPlcI5PnZXtplqPB { width:10.3125rem;height:1.875rem;top:61.4241rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqAOix6Oszhd3hon74xcAWRUfaeZSSf5 { display:block; }
 }@media only screen and (max-width: 763px) { #PepxyagJIlAvSGcG0O3i8Gqeebn8iBJd { width:20rem;height:0;top:49.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFuQ1GxTH6A1wpZvpG0ZJFg0CUHo14Pg { display:block; }#lFuQ1GxTH6A1wpZvpG0ZJFg0CUHo14Pg > .row .container { width:20rem;height:65rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MrZCPQQrpZkVdiC73qHaRaIkmRE0UCKr { width:20rem;height:15.9375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9NaF8t7PTlN2ivFPdzwInEZENIBBwwR { width:10.3125rem;height:3.125rem;top:34.25rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKOk4B0zRCMr0JXHlT0ZvEqUhkz3DQMm { display:block; }
 }@media only screen and (max-width: 763px) { #k8i7uTBt6PmgDdzieotVQ4Vbw3nPSpNT { width:17.8125rem;height:14.9375rem;top:17.6875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HncTeSTKq0uCxid3C86IObwInm6EVyDg { width:20rem;height:1.625rem;top:38.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #odsBu1ARp9n67m4yoC4QW5HTPg2H7nln { width:20rem;height:6.49903125rem;top:41.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3ibxFSRo2c6qHCoq87nuLkyF9eeWwEq { width:20rem;height:0;top:51.574775rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqu0GZhLp8HmafsuVhIztbHpuLEHcawF { width:1.875rem;height:1.875rem;top:55.7494375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uX82aKJeauExP8lUau9GidsGUtnImerm { width:7.0625rem;height:0;top:58.8744375rem;left:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #REbV2eApBwrv3rqeEgIV2ZPNSCaS1J8N { width:10.3125rem;height:1.875rem;top:61.4241rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiiqQuANNkuM3d9z28N3RZDm5FOtV5aL { display:block; }
 }@media only screen and (max-width: 763px) { #weaPbXDvl8pDge2S5L0fuBGTORmIUUEB { width:20rem;height:0;top:49.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKtlFQkhnTB8zx4U0tD9OgdoTNTC1lfv { display:block; }#NKtlFQkhnTB8zx4U0tD9OgdoTNTC1lfv > .row .container { width:20rem;height:65rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WBTVohdv2ckoC9Hc68AEhBmvNIxu4RBG { width:20rem;height:15.9375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8QHi7KHC4ZW6X0E3q8RSpuVeurM0TM2 { width:10.3125rem;height:3.125rem;top:34.25rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nueVfOI6tRdUvu5U6SLCGw8H3uaEdv5F { display:block; }
 }@media only screen and (max-width: 763px) { #QC4ItSMHo6uhlao08doewEa2B04wNOZM { width:17.8125rem;height:14.9375rem;top:17.6875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4TbPkHsJqICKbVPqC53C7Zz1bfGDcCe { width:20rem;height:1.625rem;top:38.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8Lx0mHVKtwNHvK8vQRox3TN188vxkvM { width:20rem;height:6.49903125rem;top:41.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4mtMxADTWo6ZvtT9sRXeaX8xU4mSDMB { width:20rem;height:0;top:51.574775rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVACPnLalAZhLC3smrneUU60MhhZwJCq { width:1.875rem;height:1.875rem;top:55.7494375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JB3ol8uACz3dzi0mGyzAOlKfRyREWfn9 { width:7.0625rem;height:0;top:58.8744375rem;left:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqO3mTp19RgLPTxIaupxcVNx55PL6h93 { width:10.3125rem;height:1.875rem;top:61.4241rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zx4IA78XTHnLuPWO1X7DbAXU5EJ19TXs { display:block; }
 }@media only screen and (max-width: 763px) { #mOBzOzdCky4fCU2SqbfFT38F5TpdB3Nr { width:20rem;height:0;top:49.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEgaW13gxHW2h5HOnW1xMdc8Zky2wfuG { display:block; }#HEgaW13gxHW2h5HOnW1xMdc8Zky2wfuG > .row .container { width:20rem;height:65rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iX62iz3bttAEHrLEw292FUDlmwhSDkue { width:20rem;height:15.9375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ed5EA646uAiZfQUMOF2pIMWeRy7TuDd7 { width:10.3125rem;height:3.125rem;top:34.25rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rL9fIqABAaGNAw7uaiDQsRHnHKPPWBmp { display:block; }
 }@media only screen and (max-width: 763px) { #y6k0z7buToqChfv61TQinqgbROnxZo1f { width:17.8125rem;height:14.9375rem;top:17.6875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1oZLzyOXRSyg9q8G9AuMIWwF791EX5m { width:20rem;height:1.625rem;top:38.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JerxstAnMmCGQOkR9OxWvL8upOyXlwuh { width:20rem;height:6.49903125rem;top:41.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTywBsiVLtwsCsIFiJph3yxV20B0yQyd { width:20rem;height:0;top:51.574775rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fS5lFniiyDc4VuRRpJKRFWIizkcypSxT { width:1.875rem;height:1.875rem;top:55.74888125rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Irx5cMbqhHEoz1zCX32tiNTqZS0XowDn { width:7.0625rem;height:0;top:58.87388125rem;left:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLVAuyDGCcBJStb0AGZPKUsPSGwtmold { width:10.3125rem;height:1.875rem;top:61.4229875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wf3VQpmWS4LD9cEAgoyCFNtFtAQPfpJZ { display:block; }
 }@media only screen and (max-width: 763px) { #qnwaTDIKz7i2IkbpJTxgbCUo18sUt0Ex { width:20rem;height:0;top:49.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9T4O4CMHuLqn7T8rncw0caWec0hpJFQ { display:block; }#Z9T4O4CMHuLqn7T8rncw0caWec0hpJFQ > .row .container { width:20rem;height:63.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L9xybIhlBAmcOBo1UTnG6LitRUDI9D4I { width:20rem;height:15.9375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6wOrPd6nnuvnoXrvi1A4UDJ5OnG6TaE { width:10.3125rem;height:3.125rem;top:34.25rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmSR6kFbp3CFfUups0yrqlH5FnWA4AtS { display:block; }
 }@media only screen and (max-width: 763px) { #OkaPE9o06n423gM1GVspfxFKCTxpIcKU { width:17.8125rem;height:14.9375rem;top:17.6875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkVgaQkcJs1sL53pdBX4T3vpbRADT2XT { width:20rem;height:1.625rem;top:38.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGkTeIsITIJx4WwTaJGiscSZLUyn9I6b { width:20rem;height:6.49903125rem;top:41.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZ5gZl3HoDMyJ2QxIeRwIWDpRTvfU9LK { width:20rem;height:0;top:51.574775rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRvhbewAdmGWgkoSfwbOm2lLyfmv9SAX { width:1.875rem;height:1.875rem;top:54.77455rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1Wd3suxwPHizEFFcgcK6cQlx86X1rDo { width:7.0625rem;height:0;top:57.89955rem;left:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezP00hq67HDyQiThx9xmn505UGzEaKXN { width:10.3125rem;height:1.875rem;top:60.4492125rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IITXHko8seDlhcWxiN5Sh2TivgBC8nn9 { display:block; }
 }@media only screen and (max-width: 763px) { #IVtDPrGUXcg6Q0SXsBZteOskyxhKssh5 { width:20rem;height:0;top:49.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUkKwkpi9lKAVJgDiiyusulRxUqbORAL { display:block; }#lUkKwkpi9lKAVJgDiiyusulRxUqbORAL > .row .container { width:20rem;height:63.5742125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NI7WSKyMdOKKUsKfh4b9DEXnD0BX9iPg { width:20rem;height:15.9375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpI59qg1DQamRXfO0CKqBQrzwMpPUACp { width:10.3125rem;height:3.125rem;top:34.25rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5VD4ZO1hZ7ay3DFgCvVI8OWHol8IfiL { display:block; }
 }@media only screen and (max-width: 763px) { #muKAkvoDJIMfXnFAFKPTzJgknof1BxH3 { width:17.8125rem;height:14.9375rem;top:17.6875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVnpnMDU3FqRh02e4zamxdFdfmNQk3Ot { width:20rem;height:1.625rem;top:38.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #keAWF46t0XnNooTSagfWyXuchppaM6KT { width:20rem;height:6.49903125rem;top:41.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C09segAzzsd2m89szP5kyOKW7gwTOCA3 { width:20rem;height:0;top:51.574775rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aO84WaslBeTTncE8M2OEORnCatGAvwvr { width:1.875rem;height:1.875rem;top:54.77455rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nITlQPblU8cf4XWeyHbibin4UnvXGFLp { width:7.0625rem;height:0;top:57.89955rem;left:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhLUP0nRkIwuAca4zrJCqOqxGFmCTlHs { width:10.3125rem;height:1.875rem;top:60.4492125rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tapISd1Q62g2SFJCJ6TbXOm4X0lqeSM4 { display:block; }
 }@media only screen and (max-width: 763px) { #HLi66XLkJTWiWy3N1frUZSTLKmhBSTih { width:20rem;height:0;top:49.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0zVadE3TZfWSGTFxT6xxMvmUM6bsTsK { display:block; }#h0zVadE3TZfWSGTFxT6xxMvmUM6bsTsK > .row .container { width:20rem;height:63.5742125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sz90llgotd6mRhoNFUhD7BeFcihTTgrW { width:20rem;height:15.9375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4SzDmZSdZ8HvbwgQIKkETC78U1QqOr6 { width:10.3125rem;height:3.125rem;top:34.25rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EV12reWodZeK8kUThu38oNZVpIkwBkE4 { display:block; }
 }@media only screen and (max-width: 763px) { #zIqw0tkFPPL1vSRVIfVioR2FPqaQ3p1W { width:17.8125rem;height:14.9375rem;top:17.6875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahe79A4F92aXqktvytAupZbfRbeGGoTT { width:20rem;height:1.625rem;top:38.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCQt6QDgCDrkg8hlSk2lw1eUdLRqXmEC { width:20rem;height:6.49903125rem;top:41.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8CzoyHhr7XW31sBzGhuCUHi6Je8DEOB { width:20rem;height:0;top:51.574775rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiNgX1yTxcfyToMZGgWILiT8AgnBXEc9 { width:1.875rem;height:1.875rem;top:54.77455rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e145iqlNsgIbktzMkxsHQw6CZTsn7e1U { width:7.0625rem;height:0;top:57.89955rem;left:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSAzcasqbByHoVDpwurx9Lpc7r2PGSw0 { width:10.3125rem;height:1.875rem;top:60.4492125rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDffNIl9X3kbrIWz2aoRuAsedB0MIUKa { display:block; }
 }@media only screen and (max-width: 763px) { #fKh2VXtsfR0onwB1e3Ox8XBv5RFETvnR { width:20rem;height:0;top:49.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDlspvnAh4dBJgSmpv1qIwAHycR6Bd7G { display:block; }#sDlspvnAh4dBJgSmpv1qIwAHycR6Bd7G > .row .container { width:20rem;height:64.5491rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gw0kGXnpEGWCitEZOZKzLh47BdS51HLG { width:20rem;height:15.9375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXKe8KubeGGIIsZMN1ylbs5CX4T8kCyl { width:10.3125rem;height:3.125rem;top:34.25rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQOQtAZQTt9AXCtet1W5y0q3OQ1ZLDzf { display:block; }
 }@media only screen and (max-width: 763px) { #F5CspkeOe2ySFCN6K8wJ1rb1NeIz2rgH { width:17.8125rem;height:14.9375rem;top:17.6875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPUSAmLwKqp0QLo1R6bp1QXFzpUyAJti { width:20rem;height:1.625rem;top:38.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cf6kF7AoWAHn8zAiGO63I6uLgMBAlJ74 { width:20rem;height:6.49903125rem;top:41.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGtxEleriVqTBybdKnnOVsFEAapQiPdF { width:20rem;height:0;top:51.574775rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmoJfnSElqlWSnf9tORa5b4lo7wu0wPa { width:1.875rem;height:1.875rem;top:55.7494375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OusZxqdeqzrcisZFzh9Mslsp30xarV3r { width:7.0625rem;height:0;top:58.8744375rem;left:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElqWla3vN5xQCVE1rP0LZ0nWm86Zs6WP { width:10.3125rem;height:1.875rem;top:61.4241rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9Vtp9QNkL8lWs9iHkAxPeciBKI2bJv5 { display:block; }
 }@media only screen and (max-width: 763px) { #txo4k3gH2CPeMuJHRdy9sr00ZoVNbvz3 { width:20rem;height:0;top:49.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWB8AhwtfG5nE0lgzcG6VCxIiqNMGyPQ { display:block; }#eWB8AhwtfG5nE0lgzcG6VCxIiqNMGyPQ > .row .container { width:20rem;height:64.5491rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fpEdlkTzH1XtiiihruVTEvfJQpDTHS0h { width:20rem;height:15.9375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAlk6ID9rb1olBagUNnuoXyO2N5LBsZ1 { width:10.3125rem;height:3.125rem;top:34.25rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5B2cqOKmNIHfDR8CN5ZfxxJI40R8wWx { display:block; }
 }@media only screen and (max-width: 763px) { #LI5CRONiD8919fQ3sTIeganXTCDUsbO1 { width:17.8125rem;height:14.9375rem;top:17.6875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgDUasuqn2hhGDmxT2ATOhSKFrzQbHuS { width:20rem;height:1.625rem;top:38.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oix1LVOv28bRvBomwE4TKNx3BwfQIG2T { width:20rem;height:6.49903125rem;top:41.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3Wrl37Prbap3dSuuhRUcEQ99R47dRPK { width:20rem;height:0;top:51.574775rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQSD9gnAETg7TgGXfz5fz2qzMckz1cgk { width:1.875rem;height:1.875rem;top:55.7494375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikMTVyz6T56TWUIyKTgkOvSs5ANxZKST { width:7.0625rem;height:0;top:58.8744375rem;left:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7BoiI6l9kS7lKPEPzX4vwsiXNLbkNhQ { width:10.3125rem;height:1.875rem;top:61.4241rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqeNRSgrPwBFiCxtVtdSGTp3hkehf49N { display:block; }
 }@media only screen and (max-width: 763px) { #ruVFMfOJK03rdiDUrzkMZIchqRiF6UTy { width:20rem;height:0;top:49.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsZxNJzy6KtiW9lalX0mpiwEc1HOL4Fi { display:block; }#gsZxNJzy6KtiW9lalX0mpiwEc1HOL4Fi > .row .container { width:20rem;height:64.5491rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XUU1IQ2UQCpEBUTIzTPBt5GEzRSeW253 { width:20rem;height:15.9375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRK3m9mi1VUKrPGH646FrDVSRZWvGnJl { width:10.3125rem;height:3.125rem;top:34.25rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuAHbqbiidaUFhbgChslJO7UgX7HaToT { display:block; }
 }@media only screen and (max-width: 763px) { #dn5a0Lie42q2OTivFRMhd1k8C7U9mgUL { width:17.8125rem;height:14.9375rem;top:17.6875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUSe7R6JVECZNyV1emFBVH0UlSPvQUZc { width:20rem;height:1.625rem;top:38.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dksp20xzo0GLZTwSq11rZBmOdiX1QNNT { width:20rem;height:6.49903125rem;top:41.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSnxxH63vw8Lyxs6evQLmWQqTRILyWdk { width:20rem;height:0;top:51.574775rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b93ua3kpsasguVviICS8pgAEhaWTIOdi { width:1.875rem;height:1.875rem;top:55.7494375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEt67fvPITt9fFfm0O4atE9b38PooHLn { width:7.0625rem;height:0;top:58.8744375rem;left:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCH8rgxv5bXeU6nOSE2dnr7DepNNBlGc { width:10.3125rem;height:1.875rem;top:61.4241rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndDChskTM8URySxQ8ADUQqKJENvgDSPf { display:block; }
 }@media only screen and (max-width: 763px) { #DIAIAobAiTfgwcJiAU2MvBU8x7xKRsnH { width:20rem;height:0;top:49.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdl32QcuwELJU4fbTgVyiQKDlafEwMde { display:block; }#bdl32QcuwELJU4fbTgVyiQKDlafEwMde > .row .container { width:20rem;height:64.5491rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TAgee6fPc1Js5aMrnMvt8NFCzmTLNJ8u { width:20rem;height:15.9375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSaTDch8A5XGE0A5vyCOnTXlgQI7krfd { width:10.3125rem;height:3.125rem;top:34.25rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEbf166KfWofwDLL6OWs6zqgoLFPtr5O { display:block; }
 }@media only screen and (max-width: 763px) { #HvTP3xOGu5fJwhKO14aV2bGMcEtKtIM4 { width:17.8125rem;height:14.9375rem;top:17.6875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOlPbgh4iq4Rvs4cpS0Bq6dpn4B8y5JR { width:20rem;height:1.625rem;top:38.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvyCIl0o2RUfT010CiJ0cWWZ4KsNqMpD { width:20rem;height:6.49903125rem;top:41.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1xZkSLp5Tt6VAIZ8tapJHx7orH05XsR { width:20rem;height:0;top:51.574775rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLwTkdF5H9uNUv3nk97ONqgAGTiLBzgB { width:1.875rem;height:1.875rem;top:55.7494375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAVBunD9pDuTHVyizIOgk7S420wBS3Qi { width:7.0625rem;height:0;top:58.8744375rem;left:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #op9G74IqfQ3wvXAILZf9Mcon93yw1erX { width:10.3125rem;height:1.875rem;top:61.4241rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeRHZyP0E6t7JNt8edhffO5cdTZcGPPA { display:block; }
 }@media only screen and (max-width: 763px) { #lUAlxDCZlOkq9w3TSSW5O7Ib5mgLV4kx { width:20rem;height:0;top:49.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyOzfTCzcMW4GxJ2XlPBtEGp0TZuyDIX { display:block; }#JyOzfTCzcMW4GxJ2XlPBtEGp0TZuyDIX > .row .container { width:20rem;height:64.5491rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QMqLc5Qe5C0GT631ZJqUTmmIXsRyqaJS { width:20rem;height:15.9375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nA80CDfkrMUXhVdT7bXO1oKNm1GcLvPo { width:10.3125rem;height:3.125rem;top:34.25rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyoXUuvRN5heNxJ1hLbitw1UFXRIqOh9 { display:block; }
 }@media only screen and (max-width: 763px) { #WriHvIgHse3ARlUtNVm6JlmJLaitgvBg { width:17.8125rem;height:14.9375rem;top:17.6875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUkFSckSFzE5yqLRLP1DVwNsUCU6blFs { width:20rem;height:1.625rem;top:38.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSTqZZDTAdKsyzklhg3ZCiupM1q34gLr { width:20rem;height:6.49903125rem;top:41.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9NThVg9QT3QwTl6mCkOrUChDPH8asFD { width:20rem;height:0;top:51.574775rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytNHgNVxvK84g48AxbMllh8NDuKFz89W { width:1.875rem;height:1.875rem;top:55.7494375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bb8NHmNRBPOrfoAwhoGfpo8mRF5dHpKf { width:7.0625rem;height:0;top:58.8744375rem;left:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAgA8ZB7439Hh0MQzfJSwX7IVIPTIMOe { width:10.3125rem;height:1.875rem;top:61.4241rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6GgQmtcJKXaKGKVwpRese68HT0dTBby { display:block; }
 }@media only screen and (max-width: 763px) { #rqSAFJRUAbL157U3HxmfGv5cJfWT7QST { width:20rem;height:0;top:49.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3G2TBm6vtg7gnzk8Chgm3r5m5Do6obV { display:block; }#l3G2TBm6vtg7gnzk8Chgm3r5m5Do6obV > .row .container { width:20rem;height:64.5491rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GuXheDr8vww5PMoLvnReIbpo06nJCQiX { width:20rem;height:15.9375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXFDtnMHN4qSM1aPUKrs1axTNUWORd8t { width:10.3125rem;height:3.125rem;top:34.25rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rimNStD5E9gW1hrR3s2tXbwa87s0KVSn { display:block; }
 }@media only screen and (max-width: 763px) { #JaKFsNSO7EdSGTudiAxSIKPTySBwbM5h { width:17.8125rem;height:14.9375rem;top:17.6875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXRnHNCA0wdT5iqeQIsvMknOMkBuF2eg { width:20rem;height:1.625rem;top:38.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f30ky1iDpcqkN4KcZyu9y65pynGsJCXp { width:20rem;height:6.49903125rem;top:41.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuFT2bKbcwIN6zOaioxIJairrZ4PaRTz { width:20rem;height:0;top:51.574775rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSiwRzMMnRpM1pa2e46aPyX6kLlEPViV { width:1.875rem;height:1.875rem;top:55.7494375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DO1qhNqGcs2Fpo7ibtfgQhiFt3MqS56U { width:7.0625rem;height:0;top:58.8744375rem;left:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tp239wIma2fU99WDytqEdiHIlkLgNMKv { width:10.3125rem;height:1.875rem;top:61.4241rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSrUkp5UkE7eN1v5dHR3VUJK9T4EXV5T { display:block; }
 }@media only screen and (max-width: 763px) { #CJK6vNVD3UnWzUFEgr72av0n16JmmPHI { width:20rem;height:0;top:49.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBLnDNB6RzInHeQrGt3GJeafrQD9Z1LD { display:block; }#MBLnDNB6RzInHeQrGt3GJeafrQD9Z1LD > .row .container { width:20rem;height:61.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Goq3O75oBHTp0mDNrW8GcrxArkg5a7T0 { width:20rem;height:15.9375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHLoKDpHA3o6wcDUkykl1Vr7saElu6s7 { width:10.3125rem;height:3.125rem;top:34.25rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nP8mGmdftzo2cFGmWmu2qtc3Q5yq8HOu { display:block; }
 }@media only screen and (max-width: 763px) { #E2BPfZvpwPsdNOcvTPy968ulgCgb8DSH { width:17.8125rem;height:14.9375rem;top:17.6875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fked6igHu8sdH62DaBg0ny7SHwdKy4mo { width:20rem;height:1.625rem;top:38.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oISmaeafeFIyt7mlOMhs94MkfuAiZN79 { width:20rem;height:0;top:43.887275rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnsAp4QVXvD4tV99Z8Apsx3di6FoK9Qc { width:1.875rem;height:1.875rem;top:48.0619375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QID9pPFKGFtRTuzQXqmMdyRf2OIJoTwi { width:7.0625rem;height:0;top:51.1869375rem;left:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycPz7mR5g3oRdnJAofnbb9iTnAl7A38k { width:10.3125rem;height:1.875rem;top:53.7366rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifbGTB5VMFNh8rQmWDVXRWOvAexm6SwQ { display:block; }
 }@media only screen and (max-width: 763px) { #trHArZTTim8i4mKUh3pKOOxDTyQyfxkE { width:20rem;height:0;top:41.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x62lt0uhznr0LGyVhTlaAQgfGgy2vB69 { display:block; }#x62lt0uhznr0LGyVhTlaAQgfGgy2vB69 > .row .container { width:20rem;height:61.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r1JtGd1p0bqWpOJlJSgtANsoRvC0WkHx { width:20rem;height:15.9375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbUpVC4TLppWHa2ZBWupZlFsv6FRT3MA { width:10.3125rem;height:3.125rem;top:34.25rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6hlEWqyMJMPBVNk4XighCVNNIXRa1cL { display:block; }
 }@media only screen and (max-width: 763px) { #Rdl3p93IXlReXG5DpHQ6XVfGFAUBAPv6 { width:17.8125rem;height:14.9375rem;top:17.6875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhNgOb7xQBGr1veA6WEWA2DyikcD2vR9 { width:20rem;height:1.625rem;top:38.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WafDQDEKix8deMTSvqiI9JdPK4GktB6E { width:20rem;height:0;top:43.887275rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEoiGw9PCR94b0iQqS7dAx74Hz0WkTc2 { width:1.875rem;height:1.875rem;top:48.0619375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSbEbU1MWe5l9Ty2TJ462p2usKxso0Fw { width:7.0625rem;height:0;top:51.1869375rem;left:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMW9c2pyAm49CJ5Ioft6e1kTMfs7NBEK { width:10.3125rem;height:1.875rem;top:53.7366rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzP7E7AD5u3WcZTIKFzRHlavNR2WHBFv { display:block; }
 }@media only screen and (max-width: 763px) { #KFCvSzMATwcoSlZNKFlnCR2J7A61X6SA { width:20rem;height:0;top:41.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ei7tQZkPWHdTyrdNA2DOGe0TJFm5NrSv { display:none; }#ei7tQZkPWHdTyrdNA2DOGe0TJFm5NrSv > .row .container { width:20rem;height:76.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rNWPdOJGCi6Gu5936RL5w9TZUFznkNQK { width:18.625rem;height:23.75rem;top:1.25rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7HMh0GyAKMprAVvw2xXWacQl1Kb71Jl { width:16rem;height:1.7875rem;top:11.82421875rem;left:1.59375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ts6LhOAHZz2LVxUT2bbUcrmdnNdiHAo1 { width:16.25rem;height:2.2744125rem;top:14.01171875rem;left:1.59375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGXbh9CTSTZZS0OxxL6tcwhcqaFlK1bW { width:7.0625rem;height:2.6rem;top:16.612503051757rem;left:1.59375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyX92VTGWw9hmeMhyGX1wkHyVWknE5mE { width:7.0625rem;height:1.625rem;top:17.0810546875rem;left:5.84375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WImmn4g8oZxz1v6ntDoofEVxyyq35eRA { width:10.3125rem;height:3.125rem;top:19.8623046875rem;left:1.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8khqFnQ6N8kS9E1OVvtr7FH6wMiNUbK { display:block; }
 }@media only screen and (max-width: 763px) { #ZsVZ37e9TRyFgJkhGH2OALwGxAECVN7G { width:18.625rem;height:23.75rem;top:26.25rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxcBLxqMxw8FPqSsVDHFWT2OPiqlkLOW { width:16rem;height:1.7875rem;top:38.0625rem;left:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZT3EeTIm0ERrG48rVOUC3HB5t77q8Ou { width:16rem;height:1.1375rem;top:40.1875rem;left:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuEHMwzOiSKRi7FZn3Sm3PMzc06umNhl { width:7.0625rem;height:2.6rem;top:41.537506103516rem;left:2.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLrdBTW4HxQiNXQPiSflcMsGAxTcnxu2 { width:7.0625rem;height:1.625rem;top:42.005859375rem;left:5.84375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyBnQ24NSNmbGCRwsCkOkr3qDQfXPUtd { width:10.3125rem;height:3.125rem;top:44.8125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0qT2E131tO5T363ODzhOcGfOsSgmqZq { display:block; }
 }@media only screen and (max-width: 763px) { #rM1RyGS9HmlWybKMKuC8uQnSiCW8h4g2 { width:18.625rem;height:23.75rem;top:51.25rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfnNxbQHgnn30b8Bfo9gNRNsozszOi9m { width:16rem;height:1.7875rem;top:63rem;left:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9betRlyDdHwEiUL67A8ZJOemOD6IHx7 { width:16rem;height:1.1375rem;top:65.1875rem;left:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTapNmIG5sfggbEOTqyvT4v6pOlKsNDG { width:7.0625rem;height:2.6rem;top:66.600006103512rem;left:1.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJoKN9wbGTOa1557ek0KTsThZiQryv6n { width:7.0625rem;height:1.625rem;top:67.068359375rem;left:5.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPBcVTM4PcCoSKXaK2OzIkAzUd15o6V3 { width:10.3125rem;height:3.125rem;top:69.974609375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHsukaKnRNMp2tcNm5EOXRBBNLXbrw2x { display:block; }
 }@media only screen and (max-width: 763px) { #IREu6f9MQPUs3dyJnIBMtvhmCCHGLF0J { width:11.8125rem;height:9.1875rem;top:52.875rem;left:4.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUfeM1hsOSZvDSTTtDkEzUW0erkiE5pw { width:14.8125rem;height:8.875rem;top:27.9375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIeIlgkIAIWW1EKocJONSV85DWuaqm5a { width:13.75rem;height:9.3125rem;top:2.5625rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MH3Tsl0JvKzbiWrQCNNc6WsT3zTH1JSh { display:none; }#MH3Tsl0JvKzbiWrQCNNc6WsT3zTH1JSh > .row .container { width:20rem;height:23.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NDawnpv7lInTt2KE0vdGSDzaW84KpSAK { width:20rem;height:10.3984375rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fx0vybIycBemcmiRB25X7w26TBsyS2Me { width:20rem;height:8.999rem;top:12.724609375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXNBqfrk9h2Nqd4T3oVLQmWLNe4Z35f7 { display:none; }#fXNBqfrk9h2Nqd4T3oVLQmWLNe4Z35f7 > .row .container { width:20rem;height:24.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #G3mMO6iSDapC55UKqsTbdA10xBRLLyXZ { width:19.1875rem;height:7.199225rem;top:1.25rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5WZWIadw7OplMQakMwipedJ4rfTznFL { width:0.125rem;height:3.125rem;top:9rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGbfw0SdSTWcmOtIpMM886btG31cPvnI { width:5.875rem;height:5.75rem;top:12.8125rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWMLeUNE7bnJoerAU7eAvuN2TgAPrGru { width:20rem;height:2.025rem;top:18.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2AeXIxzaHUOmGaEwckT2ZpsMAARXyWw { width:20rem;height:1.6875rem;top:20.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuyTBxwfgEM3wznlQvsHfr78IGFDAtMO { display:none; }#XuyTBxwfgEM3wznlQvsHfr78IGFDAtMO > .row .container { width:20rem;height:38.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SWLxwED8cnD0bkTmTST8k4Omt4Ja3d1k { width:20rem;height:10.398425rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #crNt1S2dbE4HwDXyRSAFl8bFu8dVsiJM { width:20rem;height:7.19925rem;top:12.44921875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dFbWXakXc0EbMTxg0NWiuTkqpw6PWdTS { width:14.0625rem;height:3.75rem;top:32.875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCCOtBxiGCphxfm2z9sns9hNDWZoS6yA { display:block; }
 }@media only screen and (max-width: 763px) { #sazoKIr6HXWvpEqaqoA4EyHRckfVmb99 { width:18.4375rem;height:11.1875rem;top:20.4375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2mJorL3JUz9e4abMBKEhGqcEpp2NNEX { width:7.625rem;height:4.0625rem;top:22.4375rem;left:0rem;font-size:3.125rem;text-shadow:0.375rem 0rem 0rem #000000;display:block; }
 }@media only screen and (max-width: 763px) { #c3XFgcO0N5ppuc9EIie3iT2h4MnHX6VB { width:5.8125rem;height:3.00625rem;top:23rem;left:4.125rem;font-size:2.3125rem;text-shadow:0.25rem 0rem 0rem #000000;display:block; }
 }@media only screen and (max-width: 763px) { #IPeNdnKgtLX6anGRTPDqoQpA2RFENxdl { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#IPeNdnKgtLX6anGRTPDqoQpA2RFENxdl > .row .container { width:20rem;height:18.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ReedsFSaiEXIHCboCTqTaBT3ET5Pd2Cw { width:10.4375rem;height:1.25rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #syEp9xITUuk9oVX7f10JVEA2TCo2IbU9 { width:2.5rem;height:2.5rem;top:10.875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdTDu58yMLITmthECDiMlgm9CVeXNoi7 { display:block; }
 }