.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#b7dda5;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:46.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#NdRVasnyQlA9O12nJz4CuNiP9CEnkKVv { position:absolute;display:block;z-index:15002;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.8125rem;width:12.3125rem;top:1.5625rem;left:45.875rem;overflow:hidden;display:block; }
#DaBbCem7Slap02G1c9HKv6Ngob7hUsw6 { color:#0b1940;display:block;width:40.625rem;position:absolute;font-family:barlow;font-size:2rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:24.3125rem;left:1.25rem;height:2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#GkVeHNw1rgDieNuAgakNSeJPJAgM2v9u { color:#172e52;display:block;width:42.75rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:400;z-index:15048;line-height:1.2;letter-spacing:0;top:28.5634765625rem;left:1.25rem;height:9rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Wix7nWZNlERxvcyC93qtbZBHH3WLRoWp { box-sizing:content-box;height:2.124025rem;width:75rem;position:absolute;display:block;z-index:15050;background-color:#00b0e0;background-image:none;top:44.0634765625rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#Wlq39WrKDadDWnozTbuLhc7t1AIQNgko { position:absolute;display:block;z-index:14999;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:36.875rem;width:29rem;top:9.3125rem;left:46rem;overflow:hidden;display:block; }
#PEGBLQMiEuI6UhNpgF7225hngA8GxiEX { 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:20rem;width:20rem;display:none; }
#HTLU4HcVJDaF1vi0aTHm82kOS3KQg3wS { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.0625rem;width:7.8125rem;top:1rem;left:1.25rem;overflow:hidden;display:block; }
#LcU9kXGGXvAkhbLQEhpZ01VUoyE9QBaQ { color:#ffffff;display:block;width:43.1875rem;position:absolute;font-family:barlow;font-size:3.125rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:17.6875rem;left:1.25rem;height:6.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#p1DVDebLo0mpwPQxM2bTc3spe5ax9Glk { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:15.4375rem;top:2.625rem;left:59.5625rem;overflow:hidden;display:block; }
#M9R5MILRiQpGkEh7d7sfd2vZLFnkrZFK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/84be38e5-30f8-4c14-845e-bb5cf3064f34/bg3.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#M9R5MILRiQpGkEh7d7sfd2vZLFnkrZFK.adaptive-delivery-prevent-bg, #M9R5MILRiQpGkEh7d7sfd2vZLFnkrZFK.lazyload, #M9R5MILRiQpGkEh7d7sfd2vZLFnkrZFK.lazyloading { background-image: none; }#M9R5MILRiQpGkEh7d7sfd2vZLFnkrZFK > .row .container { background-color: transparent; background-image: none; }#M9R5MILRiQpGkEh7d7sfd2vZLFnkrZFK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M9R5MILRiQpGkEh7d7sfd2vZLFnkrZFK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M9R5MILRiQpGkEh7d7sfd2vZLFnkrZFK > .row .container > .video-iframe-container { display: none; }#M9R5MILRiQpGkEh7d7sfd2vZLFnkrZFK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M9R5MILRiQpGkEh7d7sfd2vZLFnkrZFK > .row > .video-iframe-container { display: none; }#M9R5MILRiQpGkEh7d7sfd2vZLFnkrZFK > .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); }#M9R5MILRiQpGkEh7d7sfd2vZLFnkrZFK > .row .container { border-width: 0; border-radius: 0; }#M9R5MILRiQpGkEh7d7sfd2vZLFnkrZFK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M9R5MILRiQpGkEh7d7sfd2vZLFnkrZFK > .row .container { font-size:0.875rem;font-family:arial;height:27.75rem;width:75rem;position:relative;display:block; }#r7XHAalgho4gXVPv6BRwA6ER0qaxSJZ1 { box-sizing:content-box;height:9.875rem;width:75rem;position:absolute;display:block;z-index:15048;background-color:#00b0e0;background-image:none;top:0rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#zfauFgCTuHxr3ENgdCylF3eO8yZBDfNy { color:#0b1940;display:block;width:4.5rem;position:absolute;font-family:barlow;font-size:1.375rem;font-weight:700;z-index:15049;line-height:1.2;letter-spacing:0;top:0rem;left:1.5390625rem;height:1.6499rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EzB2PE9O7UpXP1dzH2JvXtHZZezc0imf { color:#0b1940;display:block;width:3.3125rem;position:absolute;font-family:barlow;font-size:1.375rem;font-weight:700;z-index:15050;line-height:1.2;letter-spacing:0;top:0rem;left:20.1875rem;height:1.6494125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yPOScMN4J03yFrCChPSBEUryAlF84HSi { color:#0b1940;display:block;width:5.875rem;position:absolute;font-family:barlow;font-size:1.375rem;font-weight:700;z-index:15051;line-height:1.2;letter-spacing:0;top:0rem;left:47.2880859375rem;height:1.6499rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ch7o4grbr083mM6Jls16BgFi5Wc5xuhB { box-sizing:content-box;height:0.25rem;width:2.5rem;position:absolute;display:block;z-index:15052;background-color:#ffffff;background-image:none;top:2.3676223754883rem;left:1.5397148132324rem;display:block; }
#bJ0khXkaewOx3ZUX3PAq5SISwEizckhk { color:#ffffff;display:block;width:14.5rem;position:absolute;font-family:barlow;font-size:2rem;font-weight:700;z-index:15050;line-height:1.2;letter-spacing:0;top:2.615234375rem;left:1.5380859375rem;height:2.3994125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aBCKDHvsM9qF2GVzHcER72U9zENlf5k5 { box-sizing:content-box;height:0.25rem;width:2.5rem;position:absolute;display:block;z-index:15053;background-color:#ffffff;background-image:none;top:2.375rem;left:20.1875rem;display:block; }
#uzTxdvFqKuRwS7zV9TvXZCO5OxeZEyyf { color:#ffffff;display:block;width:17.6875rem;position:absolute;font-family:barlow;font-size:2rem;font-weight:700;z-index:15051;line-height:1.2;letter-spacing:0;top:2.537841796875rem;left:20.186767578125rem;height:2.3994125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IoKEyhF7ATTHGhMZLpO8RGTv1oFpZSRm { box-sizing:content-box;height:0.25rem;width:2.5rem;position:absolute;display:block;z-index:15055;background-color:#ffffff;background-image:none;top:2.375rem;left:47.3125rem;display:block; }
#cNaIXyVF5uLNvvPuHbcki1LRWCupFwu2 { color:#ffffff;display:block;width:17.5625rem;position:absolute;font-family:barlow;font-size:2rem;font-weight:700;z-index:15053;line-height:1.2;letter-spacing:0;top:2.537841796875rem;left:47.28759765625rem;height:2.3994125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Eeiw50MROia2MJkurXOn2PTL3BCI8MPV { color:#000102;display:block;width:46.625rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:400;z-index:15049;line-height:1.2;letter-spacing:0;top:10.220703125rem;left:4.4130859375rem;height:9rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HGMU4UhCBBs2Rx463XtFWayDkXVyh6uL { box-sizing:content-box;height:12.375rem;width:52.375rem;position:absolute;display:block;z-index:15048;background-color:#f5f5f5;background-image:none;top:8.533203125rem;left:1.5380859375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#aADDc3SmTBLS2i3s9uLXWfCUftW0r47C { color:#ffffff;display:block;width:33.75rem;position:absolute;font-family:inter;font-size:3rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:6.6875rem;left:85.28125rem;height:11.69825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#XN7VWWOXpASUbouG6PJlUVJ4cRNyGHgV { color:#ffffff;display:block;width:27.6875rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:400;z-index:15054;line-height:1.2;letter-spacing:0;top:5.013671875rem;left:47.3125rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yqWM5wIR5sZGIRZinODogPSo82JkrPQ9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yqWM5wIR5sZGIRZinODogPSo82JkrPQ9 > .row .container { background-color: transparent; background-image: none; }#yqWM5wIR5sZGIRZinODogPSo82JkrPQ9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yqWM5wIR5sZGIRZinODogPSo82JkrPQ9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yqWM5wIR5sZGIRZinODogPSo82JkrPQ9 > .row .container > .video-iframe-container { display: none; }#yqWM5wIR5sZGIRZinODogPSo82JkrPQ9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yqWM5wIR5sZGIRZinODogPSo82JkrPQ9 > .row > .video-iframe-container { display: none; }#yqWM5wIR5sZGIRZinODogPSo82JkrPQ9 > .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); }#yqWM5wIR5sZGIRZinODogPSo82JkrPQ9 > .row .container { border-width: 0; border-radius: 0; }#yqWM5wIR5sZGIRZinODogPSo82JkrPQ9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yqWM5wIR5sZGIRZinODogPSo82JkrPQ9 > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;position:relative;display:block; }#oJv12bZOSTbiSqn7ftgsTBH68lZxafPx { color:#0b1940;display:block;width:19.875rem;position:absolute;font-family:barlow;font-size:2.625rem;font-weight:700;z-index:15053;line-height:1.2;letter-spacing:0;top:0rem;left:0rem;height:3.1494125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vF0wyRL2A7e4tUZSHAx6cIT0uygAtK9q { box-sizing:content-box;height:0.25rem;width:2.5rem;position:absolute;display:block;z-index:15053;background-color:#57a959;background-image:none;top:3.7421875rem;left:0rem;display:block; }
#Q6TTxtV3mRX6GaHTdEA7M9FiszgVlo3r { position:relative;display:block; }#Q6TTxtV3mRX6GaHTdEA7M9FiszgVlo3r { background-color: transparent; background-image: none; }#Q6TTxtV3mRX6GaHTdEA7M9FiszgVlo3r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q6TTxtV3mRX6GaHTdEA7M9FiszgVlo3r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q6TTxtV3mRX6GaHTdEA7M9FiszgVlo3r > .row .container > .video-iframe-container { display: none; }#Q6TTxtV3mRX6GaHTdEA7M9FiszgVlo3r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q6TTxtV3mRX6GaHTdEA7M9FiszgVlo3r > .row > .video-iframe-container { display: none; }#Q6TTxtV3mRX6GaHTdEA7M9FiszgVlo3r > .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); }#Q6TTxtV3mRX6GaHTdEA7M9FiszgVlo3r { border-width: 0; border-radius: 0; }#Q6TTxtV3mRX6GaHTdEA7M9FiszgVlo3r > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Q6TTxtV3mRX6GaHTdEA7M9FiszgVlo3r > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ysdInQVCcMpo9p5AVQm0Znid8n8dFZgg { color:#0b1940;display:block;width:35.125rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:400;z-index:15054;line-height:1.2;letter-spacing:0;top:2.375rem;left:0rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v46tLZ9rt5rC4eWyOtv8DDifL1SvKscp { color:#57a959;display:block;width:18.1875rem;position:absolute;font-family:barlow;font-size:2rem;font-weight:700;z-index:15055;line-height:1.2;letter-spacing:0;top:0rem;left:0rem;height:2.3994125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Skn20Cqm5WGAewMqokNdSS41lRk56HaX { box-sizing:content-box;height:3.3125rem;width:0.125rem;position:absolute;display:block;z-index:15054;background-color:#00b0e0;background-image:none;top:4.875rem;left:0rem;display:block; }
#dZn2tQGpvJo7Tk2z8cknTT7ZpApr4Jna { position:relative;display:block; }#dZn2tQGpvJo7Tk2z8cknTT7ZpApr4Jna { background-color: transparent; background-image: none; }#dZn2tQGpvJo7Tk2z8cknTT7ZpApr4Jna::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dZn2tQGpvJo7Tk2z8cknTT7ZpApr4Jna > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dZn2tQGpvJo7Tk2z8cknTT7ZpApr4Jna > .row .container > .video-iframe-container { display: none; }#dZn2tQGpvJo7Tk2z8cknTT7ZpApr4Jna > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dZn2tQGpvJo7Tk2z8cknTT7ZpApr4Jna > .row > .video-iframe-container { display: none; }#dZn2tQGpvJo7Tk2z8cknTT7ZpApr4Jna > .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); }#dZn2tQGpvJo7Tk2z8cknTT7ZpApr4Jna { border-width: 0; border-radius: 0; }#dZn2tQGpvJo7Tk2z8cknTT7ZpApr4Jna > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#dZn2tQGpvJo7Tk2z8cknTT7ZpApr4Jna > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:19.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gMhbFR4sa8Q6pIAQs8DXwIFph3TQtEoy { color:#57a959;display:block;width:18.375rem;position:absolute;font-family:barlow;font-size:2rem;font-weight:700;z-index:15055;line-height:1.2;letter-spacing:0;top:0rem;left:0rem;height:2.3994125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ND3bgJgxB9n3XVc6Gynp6R38bQ8E5IRQ { box-sizing:content-box;height:3.3125rem;width:0.125rem;position:absolute;display:block;z-index:15054;background-color:#00b0e0;background-image:none;top:15.75rem;left:0rem;display:block; }
#VxV1o0yAwphOGNENtWhwDEOFaP0wmTx3 { position:absolute;display:block;z-index:15064;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:11.0625rem;width:11.0625rem;top:3.625rem;left:0rem;overflow:hidden;display:block; }
#pTvUkUyTacJGg1KWVInveob3Q7ougAWz { box-sizing:content-box;height:7.875rem;width:58.6875rem;position:absolute;display:block;z-index:15061;background-color:#f5f5f5;background-image:none;top:6.875rem;left:4.9375rem;display:block; }
#fnByHWi8lvVFybPxQsXBgTU2CR8oTdUH { color:#00b0e0;display:block;width:44.0625rem;position:absolute;font-family:barlow;font-size:1rem;font-weight:400;z-index:15063;line-height:1.2;letter-spacing:0;top:10.9375rem;left:12.5625rem;height:2.3984375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#monMb4EowwPM9Xg0CGkTxVzCnJlQM3fP { color:#0b1940;display:block;width:40rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:700;z-index:15062;line-height:1.2;letter-spacing:0;top:8.4375rem;left:12.5625rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LZ0JbmTh3QdzWpzTAg8PwQpEx4cZNpCZ { position:relative;display:block; }#LZ0JbmTh3QdzWpzTAg8PwQpEx4cZNpCZ { background-color: transparent; background-image: none; }#LZ0JbmTh3QdzWpzTAg8PwQpEx4cZNpCZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LZ0JbmTh3QdzWpzTAg8PwQpEx4cZNpCZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LZ0JbmTh3QdzWpzTAg8PwQpEx4cZNpCZ > .row .container > .video-iframe-container { display: none; }#LZ0JbmTh3QdzWpzTAg8PwQpEx4cZNpCZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LZ0JbmTh3QdzWpzTAg8PwQpEx4cZNpCZ > .row > .video-iframe-container { display: none; }#LZ0JbmTh3QdzWpzTAg8PwQpEx4cZNpCZ > .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); }#LZ0JbmTh3QdzWpzTAg8PwQpEx4cZNpCZ { border-width: 0; border-radius: 0; }#LZ0JbmTh3QdzWpzTAg8PwQpEx4cZNpCZ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#LZ0JbmTh3QdzWpzTAg8PwQpEx4cZNpCZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:19.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#eHE0XhJ6vFFTvHu7qWHBdZMXJHPafC8A { color:#0b1940;display:block;width:40rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:700;z-index:15054;line-height:1.2;letter-spacing:0;top:7.8125rem;left:12.5rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#esm6x9q9tLy7TFvB6GkV4yUw88TQPNfK { color:#57a959;display:block;width:17.9375rem;position:absolute;font-family:barlow;font-size:2rem;font-weight:700;z-index:15055;line-height:1.2;letter-spacing:0;top:0rem;left:0rem;height:2.3994125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IbJZ6o6STufuT4ZpyutsupJObVEuz7S5 { box-sizing:content-box;height:3.125rem;width:0.125rem;position:absolute;display:block;z-index:15054;background-color:#00b0e0;background-image:none;top:15.6875rem;left:0rem;display:block; }
#Kp5WcKmUBp6WquFp9hx7bThPZrs7tFWv { color:#00b0e0;display:block;width:44.0625rem;position:absolute;font-family:barlow;font-size:1rem;font-weight:400;z-index:15055;line-height:1.2;letter-spacing:0;top:10.3662109375rem;left:12.5rem;height:2.3984375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#a9KWZwAl8MBZWQrcsksZTwWQVS4wIeLp { 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:11.0625rem;width:11.0625rem;top:3.03125rem;left:0rem;overflow:hidden;display:block; }
#KU31ktMz7nFiJ931huAwUwbivNNH0Vln { box-sizing:content-box;height:9.4375rem;width:58.6875rem;position:absolute;display:block;z-index:15053;background-color:#f5f5f5;background-image:none;top:4.6875rem;left:4.9052734375rem;display:block; }
#e3fpfbGpsakBqTm48Q8s6ysxmBTCgr7F { color:#0b1940;display:block;width:35.125rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:400;z-index:15055;line-height:1.2;letter-spacing:0;top:5.875rem;left:12.5rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WRJVSD1Jx8QdZcEO28lmtenzqpE1PLA0 { color:#00b0e0;display:block;width:11.75rem;position:absolute;font-family:barlow;font-size:0.8125rem;font-weight:400;z-index:15056;line-height:1.2;letter-spacing:0;top:14.4619140625rem;left:0rem;height:0.9746125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dIPd6KSTIgN1N01TLBhdUCavy1fHyiaW { position:relative;display:block; }#dIPd6KSTIgN1N01TLBhdUCavy1fHyiaW { background-color: transparent; background-image: none; }#dIPd6KSTIgN1N01TLBhdUCavy1fHyiaW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dIPd6KSTIgN1N01TLBhdUCavy1fHyiaW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dIPd6KSTIgN1N01TLBhdUCavy1fHyiaW > .row .container > .video-iframe-container { display: none; }#dIPd6KSTIgN1N01TLBhdUCavy1fHyiaW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dIPd6KSTIgN1N01TLBhdUCavy1fHyiaW > .row > .video-iframe-container { display: none; }#dIPd6KSTIgN1N01TLBhdUCavy1fHyiaW > .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); }#dIPd6KSTIgN1N01TLBhdUCavy1fHyiaW { border-width: 0; border-radius: 0; }#dIPd6KSTIgN1N01TLBhdUCavy1fHyiaW > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#dIPd6KSTIgN1N01TLBhdUCavy1fHyiaW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OcuMTnMC52PWGAauHuUdGGTt9GredeNx { color:#0b1940;display:block;width:35.125rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:400;z-index:15054;line-height:1.2;letter-spacing:0;top:2.375rem;left:0rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Wct3CfBSv7WuBqskhfT8BbyvwgtbPHAc { color:#57a959;display:block;width:18.375rem;position:absolute;font-family:barlow;font-size:2rem;font-weight:700;z-index:15055;line-height:1.2;letter-spacing:0;top:0rem;left:0rem;height:2.3994125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bFQBKcJ08v1nOZ44B3kgkk0oqvwvu9Om { box-sizing:content-box;height:3.3125rem;width:0.125rem;position:absolute;display:block;z-index:15054;background-color:#00b0e0;background-image:none;top:4.8125rem;left:0rem;display:block; }
#Ll6hiyuQQsDOTNDVNtyE9WkRLw6McTiS { position:relative;display:block; }#Ll6hiyuQQsDOTNDVNtyE9WkRLw6McTiS { background-color: transparent; background-image: none; }#Ll6hiyuQQsDOTNDVNtyE9WkRLw6McTiS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ll6hiyuQQsDOTNDVNtyE9WkRLw6McTiS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ll6hiyuQQsDOTNDVNtyE9WkRLw6McTiS > .row .container > .video-iframe-container { display: none; }#Ll6hiyuQQsDOTNDVNtyE9WkRLw6McTiS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ll6hiyuQQsDOTNDVNtyE9WkRLw6McTiS > .row > .video-iframe-container { display: none; }#Ll6hiyuQQsDOTNDVNtyE9WkRLw6McTiS > .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); }#Ll6hiyuQQsDOTNDVNtyE9WkRLw6McTiS { border-width: 0; border-radius: 0; }#Ll6hiyuQQsDOTNDVNtyE9WkRLw6McTiS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Ll6hiyuQQsDOTNDVNtyE9WkRLw6McTiS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:85.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OTsJVuAJpZgu9EGi0i1qSdH0GkmDxqUL { color:#57a959;display:block;width:24.1875rem;position:absolute;font-family:barlow;font-size:2rem;font-weight:700;z-index:15055;line-height:1.2;letter-spacing:0;top:0rem;left:0rem;height:2.3994125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c2pZoixeDmwTMLkP5BWaRRTIQS8MkT8c { color:#00b0e0;display:block;width:44.0625rem;position:absolute;font-family:barlow;font-size:1rem;font-weight:400;z-index:15060;line-height:1.2;letter-spacing:0;top:12.8125rem;left:12.5rem;height:2.3984375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#geFayQZEepLJqRQeqTl6Qautz4Un36MH { box-sizing:content-box;height:7.875rem;width:58.6875rem;position:absolute;display:block;z-index:15058;background-color:#f5f5f5;background-image:none;top:8.75rem;left:4.875rem;display:block; }
#iSHR4LHJfBgLdSoJLIzb9JgJ8Z0hpcep { position:absolute;display:block;z-index:15061;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:11.0625rem;width:11.0625rem;top:5.5625rem;left:0rem;overflow:hidden;display:block; }
#F5El3oGd53cf7p9TKppatTiTM6vKfbhR { color:#0b1940;display:block;width:40rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:700;z-index:15059;line-height:1.2;letter-spacing:0;top:10.3125rem;left:12.5rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qt56aVBXcfkx5DnlkcdqF37toM5himlQ { box-sizing:content-box;height:7.875rem;width:58.6875rem;position:absolute;display:block;z-index:15062;background-color:#f5f5f5;background-image:none;top:21.0625rem;left:4.875rem;display:block; }
#pGnRRXnCp2EkdElaGq3AOw9cRW6a2zkx { color:#00b0e0;display:block;width:44.0625rem;position:absolute;font-family:barlow;font-size:1rem;font-weight:400;z-index:15064;line-height:1.2;letter-spacing:0;top:25.125rem;left:12.5rem;height:2.3984375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vd8qq2p880IoCMcZLxPKMuVJRHwIpI4z { color:#0b1940;display:block;width:40rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:700;z-index:15063;line-height:1.2;letter-spacing:0;top:22.625rem;left:12.5rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rIHh1wvTeH69cdfH7gQ2gBo5xqEUSsTK { position:absolute;display:block;z-index:15065;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:11.0625rem;width:11.0625rem;top:17.875rem;left:0rem;overflow:hidden;display:block; }
#QtMsr4fHEnzbUCuTLpxcdyU6dBvMHoJg { box-sizing:content-box;height:7.875rem;width:58.6875rem;position:absolute;display:block;z-index:15066;background-color:#f5f5f5;background-image:none;top:33.375rem;left:4.875rem;display:block; }
#xSJFdweKoxoByOJPJ6yJiOpVsea2sxLK { color:#00b0e0;display:block;width:44.0625rem;position:absolute;font-family:barlow;font-size:1rem;font-weight:400;z-index:15068;line-height:1.2;letter-spacing:0;top:37.4375rem;left:12.5rem;height:2.3984375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VpsSanC8gmJpcybL8Gl7eueQN1schUwu { color:#0b1940;display:block;width:40rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:700;z-index:15067;line-height:1.2;letter-spacing:0;top:34.9375rem;left:12.5rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CiJX6EELRADC8JNFTCHhZJIPS9seIlec { position:absolute;display:block;z-index:15069;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:11.0625rem;width:11.0625rem;top:30.1875rem;left:0rem;overflow:hidden;display:block; }
#xrS2uSE4zH02cvG5OaW3IKStHMRJaFdL { box-sizing:content-box;height:7.875rem;width:58.6875rem;position:absolute;display:block;z-index:15070;background-color:#f5f5f5;background-image:none;top:45.6875rem;left:4.875rem;display:block; }
#mOLW7hsSmWNO0ikvo1Mv4gCChXll6Hcf { color:#00b0e0;display:block;width:44.0625rem;position:absolute;font-family:barlow;font-size:1rem;font-weight:400;z-index:15072;line-height:1.2;letter-spacing:0;top:49.75rem;left:12.5rem;height:2.3984375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rKqTZOsNLLBBEAJuIuqgeH2E8sMVhb7G { color:#0b1940;display:block;width:40rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:700;z-index:15071;line-height:1.2;letter-spacing:0;top:47.25rem;left:12.5rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sFIu8HhIQ0IUWWMvLmxxlWqAXbm7DPv2 { position:absolute;display:block;z-index:15073;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:11.0625rem;width:11.0625rem;top:42.5rem;left:0rem;overflow:hidden;display:block; }
#WFDyuS7H328Ak2wlAD0xxLd6IUlK9U1V { box-sizing:content-box;height:7.875rem;width:58.6875rem;position:absolute;display:block;z-index:15074;background-color:#f5f5f5;background-image:none;top:58.1875rem;left:4.875rem;display:block; }
#aBmgd7Jh06xIR1Bb7Up3klqKJrta2ZWo { color:#00b0e0;display:block;width:44.0625rem;position:absolute;font-family:barlow;font-size:1rem;font-weight:400;z-index:15076;line-height:1.2;letter-spacing:0;top:62.25rem;left:12.5rem;height:2.3984375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dNu1LIi2yz0EWMDtNIpP5csiKKKcpmUV { color:#0b1940;display:block;width:40rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:700;z-index:15075;line-height:1.2;letter-spacing:0;top:59.75rem;left:12.5rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Kk8KqA4dqrxNmkSW9T3N3sBB8ltBJHyq { position:absolute;display:block;z-index:15077;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:11.0625rem;width:11.0625rem;top:55rem;left:0rem;overflow:hidden;display:block; }
#vOhtHuzbHdbGFe56GAuuhHIyoQFbt87A { box-sizing:content-box;height:3.125rem;width:0.125rem;position:absolute;display:block;z-index:15055;background-color:#00b0e0;background-image:none;top:81.375rem;left:0rem;display:block; }
#ZPSqsLkT6r4t5qnGOR8Agyr2AH5gtHPB { color:#0b1940;display:block;width:35.125rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:400;z-index:15055;line-height:1.2;letter-spacing:0;top:2.5rem;left:0rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wB6HxKfe9RxGlKOo8L1lpT2hpScFPhW3 { box-sizing:content-box;height:7.875rem;width:58.6875rem;position:absolute;display:block;z-index:15078;background-color:#f5f5f5;background-image:none;top:70.5625rem;left:4.875rem;display:block; }
#PClSsyizMwc83BcADMzgquQ3nDgpv4iZ { color:#00b0e0;display:block;width:44.0625rem;position:absolute;font-family:barlow;font-size:1rem;font-weight:400;z-index:15080;line-height:1.2;letter-spacing:0;top:74.625rem;left:12.5rem;height:2.3984375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hcG4Tu5RBP0DAfPPQKHDkTNya7uRzWBT { color:#0b1940;display:block;width:50.1875rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:700;z-index:15079;line-height:1.2;letter-spacing:0;top:72.125rem;left:12.5rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hW7OZbHeg12GdrKWmdxICoEW2HGmUyWB { position:absolute;display:block;z-index:15081;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:11.0625rem;width:11.0625rem;top:67.375rem;left:0rem;overflow:hidden;display:block; }
#igwFn2xcwrJgonE3UJfcE9goF1TUrsWC { position:relative;display:block; }#igwFn2xcwrJgonE3UJfcE9goF1TUrsWC { background-color: transparent; background-image: none; }#igwFn2xcwrJgonE3UJfcE9goF1TUrsWC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igwFn2xcwrJgonE3UJfcE9goF1TUrsWC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igwFn2xcwrJgonE3UJfcE9goF1TUrsWC > .row .container > .video-iframe-container { display: none; }#igwFn2xcwrJgonE3UJfcE9goF1TUrsWC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igwFn2xcwrJgonE3UJfcE9goF1TUrsWC > .row > .video-iframe-container { display: none; }#igwFn2xcwrJgonE3UJfcE9goF1TUrsWC > .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); }#igwFn2xcwrJgonE3UJfcE9goF1TUrsWC { border-width: 0; border-radius: 0; }#igwFn2xcwrJgonE3UJfcE9goF1TUrsWC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#igwFn2xcwrJgonE3UJfcE9goF1TUrsWC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mV53nzaKt7Moh9D04y2zAhAag9mR7SGk { color:#0b1940;display:block;width:35.125rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:400;z-index:15054;line-height:1.2;letter-spacing:0;top:2.375rem;left:0rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#irUsx8ilV4NwU7TJS4ghkvip0i9O9oGr { color:#57a959;display:block;width:19.0625rem;position:absolute;font-family:barlow;font-size:2rem;font-weight:700;z-index:15055;line-height:1.2;letter-spacing:0;top:0rem;left:0rem;height:2.3994125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G4iThTUs60JFFk5UiVTKzvhQDzSWS4F6 { box-sizing:content-box;height:3.125rem;width:0.125rem;position:absolute;display:block;z-index:15056;background-color:#00b0e0;background-image:none;top:4.5rem;left:0rem;display:block; }
#Xq4PL3ISmsfn9MzrpJ5rlThPHTnzdbe5 { position:relative;display:block; }#Xq4PL3ISmsfn9MzrpJ5rlThPHTnzdbe5 { background-color: transparent; background-image: none; }#Xq4PL3ISmsfn9MzrpJ5rlThPHTnzdbe5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xq4PL3ISmsfn9MzrpJ5rlThPHTnzdbe5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xq4PL3ISmsfn9MzrpJ5rlThPHTnzdbe5 > .row .container > .video-iframe-container { display: none; }#Xq4PL3ISmsfn9MzrpJ5rlThPHTnzdbe5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xq4PL3ISmsfn9MzrpJ5rlThPHTnzdbe5 > .row > .video-iframe-container { display: none; }#Xq4PL3ISmsfn9MzrpJ5rlThPHTnzdbe5 > .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); }#Xq4PL3ISmsfn9MzrpJ5rlThPHTnzdbe5 { border-width: 0; border-radius: 0; }#Xq4PL3ISmsfn9MzrpJ5rlThPHTnzdbe5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Xq4PL3ISmsfn9MzrpJ5rlThPHTnzdbe5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qaZxUEmwiRIK1ETIN3HvkqP2AOWdZAsx { color:#0b1940;display:block;width:35.125rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:400;z-index:15054;line-height:1.2;letter-spacing:0;top:2.375rem;left:0rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WBoVVqxxtyVXAwOf3ikF6pTMptPmOTZs { color:#57a959;display:block;width:21.5625rem;position:absolute;font-family:barlow;font-size:2rem;font-weight:700;z-index:15055;line-height:1.2;letter-spacing:0;top:0rem;left:0rem;height:2.3994125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EqqvMvyNpvZF4NHaE3kDwQFT312L0QE4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b7dda5;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; }#EqqvMvyNpvZF4NHaE3kDwQFT312L0QE4 > .row .container { border-width: 0; border-radius: 0; }#EqqvMvyNpvZF4NHaE3kDwQFT312L0QE4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EqqvMvyNpvZF4NHaE3kDwQFT312L0QE4 > .row .container { font-size:0.875rem;font-family:arial;height:16.0625rem;width:75rem;position:relative;display:none; }#GPq2KfecZlMPtqGQV98HCUDTAQXzQS5T { color:#ffffff;display:block;width:33rem;position:absolute;font-family:barlow;font-size:2.375rem;font-weight:700;z-index:15055;line-height:1.2;letter-spacing:0;top:3.875rem;left:0rem;height:5.69921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sHkzJ9wCqAktwyeQbHWy2fUcemVbM5Zt { box-sizing:content-box;height:0.24902375rem;width:2.5rem;position:absolute;display:block;z-index:15055;background-color:#57a959;background-image:none;top:12.248046875rem;left:0rem;display:block; }
#bhrV5qaeBqrsG5B8LAnWzxTDpGs0F84d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b7dda5;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; }#bhrV5qaeBqrsG5B8LAnWzxTDpGs0F84d > .row .container { border-width: 0; border-radius: 0; }#bhrV5qaeBqrsG5B8LAnWzxTDpGs0F84d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bhrV5qaeBqrsG5B8LAnWzxTDpGs0F84d > .row .container { font-size:0.875rem;font-family:arial;height:29.8125rem;width:75rem;position:relative;display:none; }#cH1K7rJhRW1CqOKTsHTk4mmlknkgQgop { color:#ffffff;display:block;width:29.1875rem;position:absolute;font-family:barlow;font-size:2.375rem;font-weight:700;z-index:15055;line-height:1.2;letter-spacing:0;top:3.875rem;left:0rem;height:8.5488125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c01TLpvC1NdI47ftvTLHCT7MfnUsfoki { box-sizing:content-box;height:0.24902375rem;width:2.5rem;position:absolute;display:block;z-index:15055;background-color:#57a959;background-image:none;top:14.123046875rem;left:0rem;display:block; }
#T0u5TSsslUuPeQ6iHtk1Q0psCz2GX2QM { position:absolute;display:block;z-index:15056;height:14.125rem;width:33.75rem;top:2.625rem;left:38.40625rem;display:block; }
#AdiTHVZlTmxTuLTwfLrp5tw8LDGxMaXm { background-color:#57a959;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:2.9375rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:18.3125rem;left:0rem;display:block; }
#T2EWgefV6A4ENpx3lApO46QudGkGm90y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cBtwkp8VsJmlvv6QEmWQRqK36cBsLJce { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#172e52;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; }#cBtwkp8VsJmlvv6QEmWQRqK36cBsLJce > .row .container { background-color: transparent; background-image: none; }#cBtwkp8VsJmlvv6QEmWQRqK36cBsLJce::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cBtwkp8VsJmlvv6QEmWQRqK36cBsLJce > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cBtwkp8VsJmlvv6QEmWQRqK36cBsLJce > .row .container > .video-iframe-container { display: none; }#cBtwkp8VsJmlvv6QEmWQRqK36cBsLJce > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cBtwkp8VsJmlvv6QEmWQRqK36cBsLJce > .row > .video-iframe-container { display: none; }#cBtwkp8VsJmlvv6QEmWQRqK36cBsLJce > .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); }#cBtwkp8VsJmlvv6QEmWQRqK36cBsLJce > .row .container { border-width: 0; border-radius: 0; }#cBtwkp8VsJmlvv6QEmWQRqK36cBsLJce > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cBtwkp8VsJmlvv6QEmWQRqK36cBsLJce > .row .container { font-size:0.875rem;font-family:arial;height:11.1875rem;width:75rem;position:relative;display:block; }#mIk1iG5IRGq1BpdLr6TKgVcRkErqmwyg { 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:8.875rem;width:5.375rem;top:1.15625rem;left:0rem;overflow:hidden;display:block; }
#Fvn3typF9dab3bgXz7h1RxVl332WPL9e { position:absolute;display:block;z-index:15002;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.5rem;width:11.1875rem;top:3.84375rem;left:10.71875rem;overflow:hidden;display:block; }
#wvaEC3R7yyyvP1TU8SgZD6tO720fn94L { box-sizing:content-box;height:7.5rem;width:0.0625rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:1.84375rem;left:8.46875rem;display:block; }
#hIOFUowd4fm5QrklTCQ0xXpBABA2sh30 { position:absolute;display:block;z-index:15004;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.6875rem;width:14.6875rem;top:4.875rem;left:23.96875rem;overflow:hidden;display:block; }
#BOnlUbTCOJNllrDcIRObprGOkH2RfMUX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#57a959;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; }#BOnlUbTCOJNllrDcIRObprGOkH2RfMUX > .row .container { background-color: transparent; background-image: none; }#BOnlUbTCOJNllrDcIRObprGOkH2RfMUX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BOnlUbTCOJNllrDcIRObprGOkH2RfMUX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BOnlUbTCOJNllrDcIRObprGOkH2RfMUX > .row .container > .video-iframe-container { display: none; }#BOnlUbTCOJNllrDcIRObprGOkH2RfMUX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BOnlUbTCOJNllrDcIRObprGOkH2RfMUX > .row > .video-iframe-container { display: none; }#BOnlUbTCOJNllrDcIRObprGOkH2RfMUX > .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); }#BOnlUbTCOJNllrDcIRObprGOkH2RfMUX > .row .container { border-width: 0; border-radius: 0; }#BOnlUbTCOJNllrDcIRObprGOkH2RfMUX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BOnlUbTCOJNllrDcIRObprGOkH2RfMUX > .row .container { font-size:0.875rem;font-family:arial;height:0.625rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NdRVasnyQlA9O12nJz4CuNiP9CEnkKVv { top:1.5625rem;left:32.25rem;width:12.3125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaBbCem7Slap02G1c9HKv6Ngob7hUsw6 { top:24.3125rem;left:0rem;width:40.625rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkVeHNw1rgDieNuAgakNSeJPJAgM2v9u { top:28.5625rem;left:0rem;width:42.75rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wix7nWZNlERxvcyC93qtbZBHH3WLRoWp { top:44.0625rem;left:0rem;width:47.75rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wlq39WrKDadDWnozTbuLhc7t1AIQNgko { top:9.3125rem;left:18.75rem;width:29rem;height:36.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEGBLQMiEuI6UhNpgF7225hngA8GxiEX { width:20rem;height:20rem;display:none; }
 }@media only screen and (max-width: 763px) { #HTLU4HcVJDaF1vi0aTHm82kOS3KQg3wS { top:1rem;left:0rem;width:7.8125rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcU9kXGGXvAkhbLQEhpZ01VUoyE9QBaQ { top:17.6875rem;left:0rem;width:43.1875rem;height:6.25rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1DVDebLo0mpwPQxM2bTc3spe5ax9Glk { top:2.625rem;left:32rem;width:15.4375rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9R5MILRiQpGkEh7d7sfd2vZLFnkrZFK { display:block; }#M9R5MILRiQpGkEh7d7sfd2vZLFnkrZFK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r7XHAalgho4gXVPv6BRwA6ER0qaxSJZ1 { top:0rem;left:0rem;width:47.75rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfauFgCTuHxr3ENgdCylF3eO8yZBDfNy { top:0rem;left:0rem;width:4.5rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzB2PE9O7UpXP1dzH2JvXtHZZezc0imf { top:0rem;left:6.5625rem;width:3.3125rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPOScMN4J03yFrCChPSBEUryAlF84HSi { top:0rem;left:33.6630859375rem;width:5.875rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ch7o4grbr083mM6Jls16BgFi5Wc5xuhB { top:2.3125rem;left:0rem;width:2.5rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJ0khXkaewOx3ZUX3PAq5SISwEizckhk { top:2.5625rem;left:0rem;width:14.5rem;height:2.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBCKDHvsM9qF2GVzHcER72U9zENlf5k5 { top:2.375rem;left:6.5625rem;width:2.5rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzTxdvFqKuRwS7zV9TvXZCO5OxeZEyyf { top:2.5rem;left:6.5615234375rem;width:17.6875rem;height:2.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoKEyhF7ATTHGhMZLpO8RGTv1oFpZSRm { top:2.375rem;left:33.6875rem;width:2.5rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNaIXyVF5uLNvvPuHbcki1LRWCupFwu2 { top:2.5rem;left:30.1875rem;width:17.5625rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eeiw50MROia2MJkurXOn2PTL3BCI8MPV { top:10.1875rem;left:0rem;width:46.625rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGMU4UhCBBs2Rx463XtFWayDkXVyh6uL { top:8.5rem;left:0rem;width:47.75rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aADDc3SmTBLS2i3s9uLXWfCUftW0r47C { top:7.3125rem;left:14rem;width:33.75rem;height:11.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XN7VWWOXpASUbouG6PJlUVJ4cRNyGHgV { top:5rem;left:19.1875rem;width:27.6875rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqWM5wIR5sZGIRZinODogPSo82JkrPQ9 { display:block; }#yqWM5wIR5sZGIRZinODogPSo82JkrPQ9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oJv12bZOSTbiSqn7ftgsTBH68lZxafPx { top:0rem;left:0rem;width:19.875rem;height:3.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vF0wyRL2A7e4tUZSHAx6cIT0uygAtK9q { top:3.6875rem;left:0rem;width:2.5rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6TTxtV3mRX6GaHTdEA7M9FiszgVlo3r { display:block; }#Q6TTxtV3mRX6GaHTdEA7M9FiszgVlo3r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ysdInQVCcMpo9p5AVQm0Znid8n8dFZgg { top:2.375rem;left:0rem;width:35.125rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v46tLZ9rt5rC4eWyOtv8DDifL1SvKscp { top:0rem;left:0rem;width:18.1875rem;height:2.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Skn20Cqm5WGAewMqokNdSS41lRk56HaX { top:4.875rem;left:0rem;width:0.125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZn2tQGpvJo7Tk2z8cknTT7ZpApr4Jna { display:block; }#dZn2tQGpvJo7Tk2z8cknTT7ZpApr4Jna > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gMhbFR4sa8Q6pIAQs8DXwIFph3TQtEoy { top:0rem;left:0rem;width:18.375rem;height:2.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ND3bgJgxB9n3XVc6Gynp6R38bQ8E5IRQ { top:15.75rem;left:0rem;width:0.125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxV1o0yAwphOGNENtWhwDEOFaP0wmTx3 { top:3.625rem;left:0rem;width:11.0625rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTvUkUyTacJGg1KWVInveob3Q7ougAWz { top:6.875rem;left:0rem;width:47.75rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnByHWi8lvVFybPxQsXBgTU2CR8oTdUH { top:10.9375rem;left:0rem;width:44.0625rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #monMb4EowwPM9Xg0CGkTxVzCnJlQM3fP { top:8.4375rem;left:0rem;width:40rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZ0JbmTh3QdzWpzTAg8PwQpEx4cZNpCZ { display:block; }#LZ0JbmTh3QdzWpzTAg8PwQpEx4cZNpCZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eHE0XhJ6vFFTvHu7qWHBdZMXJHPafC8A { top:7.8125rem;left:0rem;width:40rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #esm6x9q9tLy7TFvB6GkV4yUw88TQPNfK { top:0rem;left:0rem;width:17.9375rem;height:2.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbJZ6o6STufuT4ZpyutsupJObVEuz7S5 { top:15.6875rem;left:0rem;width:0.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kp5WcKmUBp6WquFp9hx7bThPZrs7tFWv { top:10.3125rem;left:0rem;width:44.0625rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9KWZwAl8MBZWQrcsksZTwWQVS4wIeLp { top:3rem;left:0rem;width:11.0625rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KU31ktMz7nFiJ931huAwUwbivNNH0Vln { top:4.6875rem;left:0rem;width:47.75rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3fpfbGpsakBqTm48Q8s6ysxmBTCgr7F { top:5.875rem;left:0rem;width:35.125rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRJVSD1Jx8QdZcEO28lmtenzqpE1PLA0 { top:14.4375rem;left:0rem;width:11.75rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIPd6KSTIgN1N01TLBhdUCavy1fHyiaW { display:block; }#dIPd6KSTIgN1N01TLBhdUCavy1fHyiaW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OcuMTnMC52PWGAauHuUdGGTt9GredeNx { top:2.375rem;left:0rem;width:35.125rem;height:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wct3CfBSv7WuBqskhfT8BbyvwgtbPHAc { top:0rem;left:0rem;width:18.375rem;height:2.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFQBKcJ08v1nOZ44B3kgkk0oqvwvu9Om { top:4.8125rem;left:0rem;width:0.125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ll6hiyuQQsDOTNDVNtyE9WkRLw6McTiS { display:block; }#Ll6hiyuQQsDOTNDVNtyE9WkRLw6McTiS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OTsJVuAJpZgu9EGi0i1qSdH0GkmDxqUL { top:0rem;left:0rem;width:24.1875rem;height:2.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2pZoixeDmwTMLkP5BWaRRTIQS8MkT8c { top:12.8125rem;left:0rem;width:44.0625rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #geFayQZEepLJqRQeqTl6Qautz4Un36MH { top:8.75rem;left:0rem;width:47.75rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSHR4LHJfBgLdSoJLIzb9JgJ8Z0hpcep { top:5.5625rem;left:0rem;width:11.0625rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5El3oGd53cf7p9TKppatTiTM6vKfbhR { top:10.3125rem;left:0rem;width:40rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qt56aVBXcfkx5DnlkcdqF37toM5himlQ { top:21.0625rem;left:0rem;width:47.75rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGnRRXnCp2EkdElaGq3AOw9cRW6a2zkx { top:25.125rem;left:0rem;width:44.0625rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vd8qq2p880IoCMcZLxPKMuVJRHwIpI4z { top:22.625rem;left:0rem;width:40rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIHh1wvTeH69cdfH7gQ2gBo5xqEUSsTK { top:17.875rem;left:0rem;width:11.0625rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtMsr4fHEnzbUCuTLpxcdyU6dBvMHoJg { top:33.375rem;left:0rem;width:47.75rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSJFdweKoxoByOJPJ6yJiOpVsea2sxLK { top:37.4375rem;left:0rem;width:44.0625rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpsSanC8gmJpcybL8Gl7eueQN1schUwu { top:34.9375rem;left:0rem;width:40rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiJX6EELRADC8JNFTCHhZJIPS9seIlec { top:30.1875rem;left:0rem;width:11.0625rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrS2uSE4zH02cvG5OaW3IKStHMRJaFdL { top:45.6875rem;left:0rem;width:47.75rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOLW7hsSmWNO0ikvo1Mv4gCChXll6Hcf { top:49.75rem;left:0rem;width:44.0625rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKqTZOsNLLBBEAJuIuqgeH2E8sMVhb7G { top:47.25rem;left:0rem;width:40rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFIu8HhIQ0IUWWMvLmxxlWqAXbm7DPv2 { top:42.5rem;left:0rem;width:11.0625rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFDyuS7H328Ak2wlAD0xxLd6IUlK9U1V { top:58.1875rem;left:0rem;width:47.75rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBmgd7Jh06xIR1Bb7Up3klqKJrta2ZWo { top:62.25rem;left:0rem;width:44.0625rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNu1LIi2yz0EWMDtNIpP5csiKKKcpmUV { top:59.75rem;left:0rem;width:40rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kk8KqA4dqrxNmkSW9T3N3sBB8ltBJHyq { top:55rem;left:0rem;width:11.0625rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOhtHuzbHdbGFe56GAuuhHIyoQFbt87A { top:81.375rem;left:0rem;width:0.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPSqsLkT6r4t5qnGOR8Agyr2AH5gtHPB { top:2.5rem;left:0rem;width:35.125rem;height:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wB6HxKfe9RxGlKOo8L1lpT2hpScFPhW3 { top:70.5625rem;left:0rem;width:47.75rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PClSsyizMwc83BcADMzgquQ3nDgpv4iZ { top:74.625rem;left:0rem;width:44.0625rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcG4Tu5RBP0DAfPPQKHDkTNya7uRzWBT { top:72.125rem;left:0rem;width:47.75rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hW7OZbHeg12GdrKWmdxICoEW2HGmUyWB { top:67.375rem;left:0rem;width:11.0625rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #igwFn2xcwrJgonE3UJfcE9goF1TUrsWC { display:block; }#igwFn2xcwrJgonE3UJfcE9goF1TUrsWC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mV53nzaKt7Moh9D04y2zAhAag9mR7SGk { top:2.375rem;left:0rem;width:35.125rem;height:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #irUsx8ilV4NwU7TJS4ghkvip0i9O9oGr { top:0rem;left:0rem;width:19.0625rem;height:2.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4iThTUs60JFFk5UiVTKzvhQDzSWS4F6 { top:4.5rem;left:0rem;width:0.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xq4PL3ISmsfn9MzrpJ5rlThPHTnzdbe5 { display:block; }#Xq4PL3ISmsfn9MzrpJ5rlThPHTnzdbe5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qaZxUEmwiRIK1ETIN3HvkqP2AOWdZAsx { top:2.375rem;left:0rem;width:35.125rem;height:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBoVVqxxtyVXAwOf3ikF6pTMptPmOTZs { top:0rem;left:0rem;width:21.5625rem;height:2.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqqvMvyNpvZF4NHaE3kDwQFT312L0QE4 { display:block; }#EqqvMvyNpvZF4NHaE3kDwQFT312L0QE4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GPq2KfecZlMPtqGQV98HCUDTAQXzQS5T { top:3.875rem;left:0rem;width:33rem;height:5.6875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHkzJ9wCqAktwyeQbHWy2fUcemVbM5Zt { top:12.1875rem;left:0rem;width:2.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhrV5qaeBqrsG5B8LAnWzxTDpGs0F84d { display:block; }#bhrV5qaeBqrsG5B8LAnWzxTDpGs0F84d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cH1K7rJhRW1CqOKTsHTk4mmlknkgQgop { top:3.875rem;left:0rem;width:29.1875rem;height:8.5rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c01TLpvC1NdI47ftvTLHCT7MfnUsfoki { top:14.0625rem;left:0rem;width:2.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0u5TSsslUuPeQ6iHtk1Q0psCz2GX2QM { top:2.625rem;left:14rem;width:33.75rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdiTHVZlTmxTuLTwfLrp5tw8LDGxMaXm { width:20.4375rem;height:2.9375rem;top:18.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2EWgefV6A4ENpx3lApO46QudGkGm90y { display:block; }
 }@media only screen and (max-width: 763px) { #cBtwkp8VsJmlvv6QEmWQRqK36cBsLJce { display:block; }#cBtwkp8VsJmlvv6QEmWQRqK36cBsLJce > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mIk1iG5IRGq1BpdLr6TKgVcRkErqmwyg { top:1.125rem;left:0rem;width:5.375rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fvn3typF9dab3bgXz7h1RxVl332WPL9e { top:3.8125rem;left:3.90625rem;width:11.1875rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvaEC3R7yyyvP1TU8SgZD6tO720fn94L { top:1.8125rem;left:1.65625rem;width:0.0625rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIOFUowd4fm5QrklTCQ0xXpBABA2sh30 { top:4.875rem;left:9.1875rem;width:14.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOnlUbTCOJNllrDcIRObprGOkH2RfMUX { display:block; }#BOnlUbTCOJNllrDcIRObprGOkH2RfMUX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#b7dda5;background-image:none;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:56.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NdRVasnyQlA9O12nJz4CuNiP9CEnkKVv { width:8.875rem;height:2.6875rem;top:1.40625rem;left:9.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaBbCem7Slap02G1c9HKv6Ngob7hUsw6 { width:18.125rem;height:2.5rem;top:13rem;left:0.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GkVeHNw1rgDieNuAgakNSeJPJAgM2v9u { width:17.9375rem;height:14.390625rem;top:17rem;left:1.03125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wix7nWZNlERxvcyC93qtbZBHH3WLRoWp { width:20rem;height:2.0625rem;top:54.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wlq39WrKDadDWnozTbuLhc7t1AIQNgko { width:19.9375rem;height:25.375rem;top:62.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PEGBLQMiEuI6UhNpgF7225hngA8GxiEX { top:36.75rem;left:0rem;width:20rem;height:20rem;z-index:14998;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HTLU4HcVJDaF1vi0aTHm82kOS3KQg3wS { width:4.5625rem;height:7.625rem;top:0.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcU9kXGGXvAkhbLQEhpZ01VUoyE9QBaQ { width:20rem;height:3rem;top:9.375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p1DVDebLo0mpwPQxM2bTc3spe5ax9Glk { width:11.375rem;height:1.25rem;top:5.1875rem;left:8.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9R5MILRiQpGkEh7d7sfd2vZLFnkrZFK { display:block; }#M9R5MILRiQpGkEh7d7sfd2vZLFnkrZFK > .row .container { width:20rem;height:48.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r7XHAalgho4gXVPv6BRwA6ER0qaxSJZ1 { width:20rem;height:23.75rem;top:0rem;left:0rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #zfauFgCTuHxr3ENgdCylF3eO8yZBDfNy { width:3.3125rem;height:1.6499rem;top:0rem;left:1.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzB2PE9O7UpXP1dzH2JvXtHZZezc0imf { width:3.25rem;height:1.6494125rem;top:6.75rem;left:1.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPOScMN4J03yFrCChPSBEUryAlF84HSi { width:4.6875rem;height:1.6494125rem;top:13.625rem;left:1.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ch7o4grbr083mM6Jls16BgFi5Wc5xuhB { width:3.125rem;height:0.1875rem;top:1.875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJ0khXkaewOx3ZUX3PAq5SISwEizckhk { width:15.75rem;height:2.3994125rem;top:2.875rem;left:1.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBCKDHvsM9qF2GVzHcER72U9zENlf5k5 { width:3.125rem;height:0.1875rem;top:8.625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzTxdvFqKuRwS7zV9TvXZCO5OxeZEyyf { width:18.875rem;height:2.3994125rem;top:9.875rem;left:1.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoKEyhF7ATTHGhMZLpO8RGTv1oFpZSRm { width:3.125rem;height:0.1875rem;top:15.5rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNaIXyVF5uLNvvPuHbcki1LRWCupFwu2 { width:17.625rem;height:2.25rem;top:16.375rem;left:1.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eeiw50MROia2MJkurXOn2PTL3BCI8MPV { width:18.0625rem;height:14.390625rem;top:26.3125rem;left:1rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HGMU4UhCBBs2Rx463XtFWayDkXVyh6uL { width:20rem;height:17.5rem;top:24.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aADDc3SmTBLS2i3s9uLXWfCUftW0r47C { width:18.0625rem;height:0;top:44.75rem;left:0.96875rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XN7VWWOXpASUbouG6PJlUVJ4cRNyGHgV { width:18.0625rem;height:3rem;top:18.5625rem;left:0.96875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqWM5wIR5sZGIRZinODogPSo82JkrPQ9 { display:block; }#yqWM5wIR5sZGIRZinODogPSo82JkrPQ9 > .row .container { width:20rem;height:7.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oJv12bZOSTbiSqn7ftgsTBH68lZxafPx { width:16.0625rem;height:2.3994125rem;top:0rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vF0wyRL2A7e4tUZSHAx6cIT0uygAtK9q { width:2.5rem;height:0.25rem;top:3.0859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6TTxtV3mRX6GaHTdEA7M9FiszgVlo3r { display:block; }#Q6TTxtV3mRX6GaHTdEA7M9FiszgVlo3r > .row .container { width:20rem;height:10.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ysdInQVCcMpo9p5AVQm0Znid8n8dFZgg { width:20rem;height:1.5rem;top:2.099609375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v46tLZ9rt5rC4eWyOtv8DDifL1SvKscp { width:19.0625rem;height:2.0996125rem;top:0rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Skn20Cqm5WGAewMqokNdSS41lRk56HaX { width:0.125rem;height:3.3125rem;top:5.724609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZn2tQGpvJo7Tk2z8cknTT7ZpApr4Jna { display:block; }#dZn2tQGpvJo7Tk2z8cknTT7ZpApr4Jna > .row .container { width:20rem;height:27.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gMhbFR4sa8Q6pIAQs8DXwIFph3TQtEoy { width:16.1875rem;height:2.0996125rem;top:0rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ND3bgJgxB9n3XVc6Gynp6R38bQ8E5IRQ { width:0.125rem;height:3.3125rem;top:23.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxV1o0yAwphOGNENtWhwDEOFaP0wmTx3 { width:11.0625rem;height:11.0625rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTvUkUyTacJGg1KWVInveob3Q7ougAWz { width:20rem;height:15.75rem;top:6.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnByHWi8lvVFybPxQsXBgTU2CR8oTdUH { width:18.625rem;height:2.3984375rem;top:17.8125rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #monMb4EowwPM9Xg0CGkTxVzCnJlQM3fP { width:18.625rem;height:1.5rem;top:15.3125rem;left:0.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZ0JbmTh3QdzWpzTAg8PwQpEx4cZNpCZ { display:block; }#LZ0JbmTh3QdzWpzTAg8PwQpEx4cZNpCZ > .row .container { width:20rem;height:33.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eHE0XhJ6vFFTvHu7qWHBdZMXJHPafC8A { width:15.125rem;height:4.5rem;top:16.625rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #esm6x9q9tLy7TFvB6GkV4yUw88TQPNfK { width:16.1875rem;height:2.0996125rem;top:0rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbJZ6o6STufuT4ZpyutsupJObVEuz7S5 { width:0.125rem;height:3.3125rem;top:29rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kp5WcKmUBp6WquFp9hx7bThPZrs7tFWv { width:17.4375rem;height:3.59765625rem;top:21.7890625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9KWZwAl8MBZWQrcsksZTwWQVS4wIeLp { width:11.0625rem;height:11.0625rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KU31ktMz7nFiJ931huAwUwbivNNH0Vln { width:20rem;height:21.5rem;top:6.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3fpfbGpsakBqTm48Q8s6ysxmBTCgr7F { width:7.375rem;height:1.5rem;top:14.875rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRJVSD1Jx8QdZcEO28lmtenzqpE1PLA0 { width:4rem;height:2.923825rem;top:7.130859375rem;left:11.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIPd6KSTIgN1N01TLBhdUCavy1fHyiaW { display:block; }#dIPd6KSTIgN1N01TLBhdUCavy1fHyiaW > .row .container { width:20rem;height:10.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OcuMTnMC52PWGAauHuUdGGTt9GredeNx { width:20rem;height:3.298825rem;top:2.099609375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wct3CfBSv7WuBqskhfT8BbyvwgtbPHAc { width:16.1875rem;height:2.0996125rem;top:0rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFQBKcJ08v1nOZ44B3kgkk0oqvwvu9Om { width:0.125rem;height:3.3125rem;top:6.197265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ll6hiyuQQsDOTNDVNtyE9WkRLw6McTiS { display:block; }#Ll6hiyuQQsDOTNDVNtyE9WkRLw6McTiS > .row .container { width:20rem;height:140.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OTsJVuAJpZgu9EGi0i1qSdH0GkmDxqUL { width:16.1875rem;height:2.0996125rem;top:0rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2pZoixeDmwTMLkP5BWaRRTIQS8MkT8c { width:17.0625rem;height:2.3984375rem;top:22.958984375rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #geFayQZEepLJqRQeqTl6Qautz4Un36MH { width:20rem;height:15.75rem;top:10.65625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSHR4LHJfBgLdSoJLIzb9JgJ8Z0hpcep { width:11.0625rem;height:11.0625rem;top:7.021484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5El3oGd53cf7p9TKppatTiTM6vKfbhR { width:17.1875rem;height:3rem;top:19.333984375rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qt56aVBXcfkx5DnlkcdqF37toM5himlQ { width:20rem;height:15.6875rem;top:31.46875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGnRRXnCp2EkdElaGq3AOw9cRW6a2zkx { width:17.375rem;height:2.3984375rem;top:43.28125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vd8qq2p880IoCMcZLxPKMuVJRHwIpI4z { width:18.1875rem;height:3rem;top:39.65625rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIHh1wvTeH69cdfH7gQ2gBo5xqEUSsTK { width:11.0625rem;height:11.0625rem;top:27.65625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtMsr4fHEnzbUCuTLpxcdyU6dBvMHoJg { width:20rem;height:17.0625rem;top:52.03125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSJFdweKoxoByOJPJ6yJiOpVsea2sxLK { width:18rem;height:2.3984375rem;top:65.46875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpsSanC8gmJpcybL8Gl7eueQN1schUwu { width:18.75rem;height:4.5rem;top:60.34375rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiJX6EELRADC8JNFTCHhZJIPS9seIlec { width:11.0625rem;height:11.0625rem;top:48.40625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrS2uSE4zH02cvG5OaW3IKStHMRJaFdL { width:20rem;height:16.6875rem;top:74.21875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOLW7hsSmWNO0ikvo1Mv4gCChXll6Hcf { width:14.25rem;height:2.3984375rem;top:87.34375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKqTZOsNLLBBEAJuIuqgeH2E8sMVhb7G { width:18.1875rem;height:4.5rem;top:82.34375rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFIu8HhIQ0IUWWMvLmxxlWqAXbm7DPv2 { width:11.0625rem;height:11.0625rem;top:70.34375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFDyuS7H328Ak2wlAD0xxLd6IUlK9U1V { width:20rem;height:15.875rem;top:95.96875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBmgd7Jh06xIR1Bb7Up3klqKJrta2ZWo { width:17.75rem;height:2.3984375rem;top:107.8125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNu1LIi2yz0EWMDtNIpP5csiKKKcpmUV { width:17.8125rem;height:3rem;top:104.25rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kk8KqA4dqrxNmkSW9T3N3sBB8ltBJHyq { width:11.0625rem;height:11.0625rem;top:92.15625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOhtHuzbHdbGFe56GAuuhHIyoQFbt87A { width:0.125rem;height:3.125rem;top:136.40625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPSqsLkT6r4t5qnGOR8Agyr2AH5gtHPB { width:16.1875rem;height:3.298825rem;top:2.162109375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wB6HxKfe9RxGlKOo8L1lpT2hpScFPhW3 { width:20rem;height:18.3125rem;top:116.59375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PClSsyizMwc83BcADMzgquQ3nDgpv4iZ { width:15.125rem;height:2.3984375rem;top:130.78125rem;left:0.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcG4Tu5RBP0DAfPPQKHDkTNya7uRzWBT { width:18.9375rem;height:4.5rem;top:125.65625rem;left:1.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hW7OZbHeg12GdrKWmdxICoEW2HGmUyWB { width:11.0625rem;height:11.0625rem;top:113.46875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #igwFn2xcwrJgonE3UJfcE9goF1TUrsWC { display:block; }#igwFn2xcwrJgonE3UJfcE9goF1TUrsWC > .row .container { width:20rem;height:8.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mV53nzaKt7Moh9D04y2zAhAag9mR7SGk { width:20rem;height:1.6494125rem;top:2.099609375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #irUsx8ilV4NwU7TJS4ghkvip0i9O9oGr { width:16.1875rem;height:2.0996125rem;top:0rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4iThTUs60JFFk5UiVTKzvhQDzSWS4F6 { width:0.125rem;height:3.125rem;top:4.373046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xq4PL3ISmsfn9MzrpJ5rlThPHTnzdbe5 { display:block; }#Xq4PL3ISmsfn9MzrpJ5rlThPHTnzdbe5 > .row .container { width:20rem;height:11.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qaZxUEmwiRIK1ETIN3HvkqP2AOWdZAsx { width:20rem;height:3.298825rem;top:2.099609375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBoVVqxxtyVXAwOf3ikF6pTMptPmOTZs { width:16.1875rem;height:2.0996125rem;top:0rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqqvMvyNpvZF4NHaE3kDwQFT312L0QE4 { display:none; }#EqqvMvyNpvZF4NHaE3kDwQFT312L0QE4 > .row .container { width:20rem;height:11.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GPq2KfecZlMPtqGQV98HCUDTAQXzQS5T { width:19.0625rem;height:5.3994125rem;top:2.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHkzJ9wCqAktwyeQbHWy2fUcemVbM5Zt { width:2.5rem;height:0.25rem;top:8.88671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhrV5qaeBqrsG5B8LAnWzxTDpGs0F84d { display:none; }#bhrV5qaeBqrsG5B8LAnWzxTDpGs0F84d > .row .container { width:20rem;height:36.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cH1K7rJhRW1CqOKTsHTk4mmlknkgQgop { width:19.0625rem;height:5.3994125rem;top:2.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c01TLpvC1NdI47ftvTLHCT7MfnUsfoki { width:2.5rem;height:0.25rem;top:8.88671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0u5TSsslUuPeQ6iHtk1Q0psCz2GX2QM { width:20rem;height:14.125rem;top:10.7607421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdiTHVZlTmxTuLTwfLrp5tw8LDGxMaXm { width:19rem;height:2.9375rem;top:26.1357421875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2EWgefV6A4ENpx3lApO46QudGkGm90y { display:block; }
 }@media only screen and (max-width: 763px) { #cBtwkp8VsJmlvv6QEmWQRqK36cBsLJce { display:block; }#cBtwkp8VsJmlvv6QEmWQRqK36cBsLJce > .row .container { width:20rem;height:15.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mIk1iG5IRGq1BpdLr6TKgVcRkErqmwyg { width:5.375rem;height:8.875rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fvn3typF9dab3bgXz7h1RxVl332WPL9e { width:8.8125rem;height:2.6875rem;top:3.875rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvaEC3R7yyyvP1TU8SgZD6tO720fn94L { width:0.0625rem;height:7.5rem;top:3.125rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIOFUowd4fm5QrklTCQ0xXpBABA2sh30 { width:12.125rem;height:1.0625rem;top:8.6875rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOnlUbTCOJNllrDcIRObprGOkH2RfMUX { display:block; }#BOnlUbTCOJNllrDcIRObprGOkH2RfMUX > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }