.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;
}body {
    width: fit-content;
    min-width: calc(100vw - (100vw - 100%));
}@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 { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { 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 { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:6.5rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#BCXHu7Qvo2UyF6iWZiQmfkTUCKZZTTrv { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:7.1875rem;top:2.0625rem;left:0rem;overflow:hidden;display:block; }
#Dmxm9QlCuoB9OdtlFlqrbxl3NzfgxLXG { 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:1.4375rem;width:1.4375rem;top:2.5rem;left:61.5rem;overflow:hidden;display:block; }
#NeMdxtGE6wvLw6d2MycLs2ZuHcM84eBS { color:#065ea6;display:block;width:5.125rem;position:absolute;font-family:"gt walsheim";font-size:0.9375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.625rem;left:63.75rem;height:1.21875rem;display:block; }
#vs0o8tWhkWaSqlNXfIudb9ILvNJcnIv2 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.0625rem;top:2.5rem;left:70rem;overflow:hidden;display:block; }
#wAkp7eeslQIeb9WvE1ZvyxJTM0aEZwLE { color:#065ea6;display:block;width:4.25rem;position:absolute;font-family:"gt walsheim";font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.640625rem;left:70.75rem;height:1.21875rem;text-align:right;text-align-last:right;display:block; }
#On39ed1nKH8zROhfRgFo81w81UVesb85 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"gt walsheim";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5625rem;height:2.0625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.21875rem;left:69.4375rem;display:block; }
#KbKm6e4x058f0hHH9M57TMafEEPGMGWx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Wqv9FPKyLKqbpIXMxUe1yOhmyVOTrlH7 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"gt walsheim";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:2.0625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.21875rem;left:60.9375rem;display:block; }
#R9wQbeG6TwiZgguTJntNlxVrI4yArx8I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sSBNKTaHNF8H5hXlI5NkadaSfTIFHU3J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9567c2ae-8554-4b4b-82cc-c6c893795dbf/mobilebannercopy.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sSBNKTaHNF8H5hXlI5NkadaSfTIFHU3J.adaptive-delivery-prevent-bg, #sSBNKTaHNF8H5hXlI5NkadaSfTIFHU3J.lazyload, #sSBNKTaHNF8H5hXlI5NkadaSfTIFHU3J.lazyloading { background-image: none; }#sSBNKTaHNF8H5hXlI5NkadaSfTIFHU3J > .row .container { background-color: transparent; background-image: none; }#sSBNKTaHNF8H5hXlI5NkadaSfTIFHU3J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sSBNKTaHNF8H5hXlI5NkadaSfTIFHU3J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sSBNKTaHNF8H5hXlI5NkadaSfTIFHU3J > .row .container > .video-iframe-container { display: none; }#sSBNKTaHNF8H5hXlI5NkadaSfTIFHU3J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sSBNKTaHNF8H5hXlI5NkadaSfTIFHU3J > .row > .video-iframe-container { display: none; }#sSBNKTaHNF8H5hXlI5NkadaSfTIFHU3J > .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); }#sSBNKTaHNF8H5hXlI5NkadaSfTIFHU3J > .row .container { border-width: 0; border-radius: 0; }#sSBNKTaHNF8H5hXlI5NkadaSfTIFHU3J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sSBNKTaHNF8H5hXlI5NkadaSfTIFHU3J > .row .container { font-size:0.875rem;font-family:arial;height:29.8125rem;width:75rem;position:relative;display:block; }#mmUPfmsLI361s3vwHn7TixtMZRpn8IGT { position:absolute;display:block;z-index:14999;background-color:#13a538;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.19) ;height:7.9375rem;width:26.8125rem;top:5.2482147216797rem;left:0rem;display:block; }
#kxPb0V43UBmny3tBXVWURbV1zQAF73Km { color:#ffffff;display:block;width:23.75rem;position:absolute;font-family:"gt walsheim";font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:4.7908530235291rem;left:1.06201171875rem;height:2.1rem;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:block; }
#qitHKF342XrsElCRAu5J3EtcD68HBLaG { color:#ffffff;display:block;width:25.1871875rem;position:absolute;font-family:"gt walsheim";font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:9.2114253044131rem;left:1.06201171875rem;height:;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:block; }
#qchmy1v9ClwT7MnQalProOvrluHNa3Qb { color:#065ea6;display:block;width:22.3125rem;position:absolute;font-family:"gt walsheim";font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:17.7060546875rem;left:4.9375rem;height:0;font-style:normal;display:block; }
#GRcogB9aTqUCQFDI4zLR8wQDsrwSENdK { 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:1.25rem;width:2.6875rem;display:none; }
#OpTwp5ftwsOQT1A1HtacNsQfI1qmMfrU { background-color:#13a538;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"gt walsheim";font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.5625rem;height:3.875rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:19.311459541321rem;left:0rem;display:block; }
#D5IErg73oFRpbNNrVk1JKyE34GwtZ4XD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Gigrs6w2qaQF09Rx9JUDJFoMsnnRVs7b { position:absolute;display:block;z-index:15000;background-color:#055aa9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.19) ;height:5.0625rem;width:26.8125rem;top:3.310546875rem;left:0rem;display:block; }
#n7LoVkAvybSITvpqMcxzVLQePbJL9PxJ { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.19) ;height:8.8125rem;width:26.8125rem;top:9.21142578125rem;left:0rem;display:block; }
#pbw5hA7rrxptUkTtlAwonD9qD8KkuSw1 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:12.5rem;top:13.892415523529rem;left:1.06201171875rem;overflow:hidden;display:block; }
#BPIDXc22lu4spUt0U2IwkLvVDc4bkshy { color:#000000;display:block;width:13rem;position:absolute;font-family:"gt walsheim";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:8.4375rem;top:7.9375rem;left:0.5625rem;display:none; }
#OM8E3VzMuKlFGpG07Q6Th2eGMN4wUtxA { box-sizing:content-box;color:#5d92ff;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:20.405209541321rem;left:18.215627670288rem; }
#yLqHDUzW8FGv6Q8fWXcSgN6RtcVrqSC8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6faff;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; }#yLqHDUzW8FGv6Q8fWXcSgN6RtcVrqSC8 > .row .container { background-color: transparent; background-image: none; }#yLqHDUzW8FGv6Q8fWXcSgN6RtcVrqSC8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yLqHDUzW8FGv6Q8fWXcSgN6RtcVrqSC8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yLqHDUzW8FGv6Q8fWXcSgN6RtcVrqSC8 > .row .container > .video-iframe-container { display: none; }#yLqHDUzW8FGv6Q8fWXcSgN6RtcVrqSC8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yLqHDUzW8FGv6Q8fWXcSgN6RtcVrqSC8 > .row > .video-iframe-container { display: none; }#yLqHDUzW8FGv6Q8fWXcSgN6RtcVrqSC8 > .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); }#yLqHDUzW8FGv6Q8fWXcSgN6RtcVrqSC8 > .row .container { border-width: 0; border-radius: 0; }#yLqHDUzW8FGv6Q8fWXcSgN6RtcVrqSC8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yLqHDUzW8FGv6Q8fWXcSgN6RtcVrqSC8 > .row .container { font-size:0.875rem;font-family:arial;height:30.5rem;width:75rem;position:relative;display:block; }#vWqVQHWhmhMH7vCz6eUV6aGLtgzXZnVh { color:#015aa9;display:block;width:32.5625rem;position:absolute;font-family:"gt walsheim";font-size:3.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:12.2294921875rem;left:0rem;height:4.14375rem;display:block; }
#yXAsIqwNgzAFXT3VT26LL8TAmtAJgUwl { color:#015aa9;display:block;width:33.0625rem;position:absolute;font-family:"gt walsheim";font-size:4.0625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:15.4990234375rem;left:0rem;height:5.28125rem;font-style:normal;display:block; }
#EBesoEhmDWp9UoAAufHFtXQPxIa9betK { color:#015aa9;display:block;width:43.9375rem;position:absolute;font-family:"gt walsheim";font-size:2rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:4.53125rem;left:34rem;height:7.79883125rem;display:block; }
#zaO6i26DroZ6F9TWWed0nWqgLkbWZRuV { color:rgba(0,0,0,0.7);display:block;width:42.25rem;position:absolute;font-family:"gt walsheim";font-size:1.3125rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:13.5625rem;left:34.0625rem;height:7.875rem;font-style:normal;display:block; }
#gS0wGwkmIBZP0l2RlO572KMaTHVZkTT3 { box-sizing:content-box;color:#5d92ff;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:23.78125rem;left:47.1865234375rem; }
#NcQnMANrykTTv8Dqg11Bt2XvNvkUdtF7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:30.25rem;width:30.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:0rem;left:0rem; }
#QKQfDgMSw72KPMpT6lCdKDw3psKTVSZs { background-color:#13a538;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;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:"gt walsheim";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:23.781249046326rem;left:34.000001907349rem;display:block; }
#BHDL8aS9reR0Z1Xa6iM2PdvKwS2G5V9r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vQRrvkg4GUlfXKTN5GqdioRAqAWwLuet { box-sizing:content-box;color:#5d92ff;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:24.593750476837rem;left:47.341672897339rem; }
#IzNW0VN3eEG8DUIuT68JAQ9JcZ9r0nyZ { 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; }#IzNW0VN3eEG8DUIuT68JAQ9JcZ9r0nyZ > .row .container { background-color: transparent; background-image: none; }#IzNW0VN3eEG8DUIuT68JAQ9JcZ9r0nyZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IzNW0VN3eEG8DUIuT68JAQ9JcZ9r0nyZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IzNW0VN3eEG8DUIuT68JAQ9JcZ9r0nyZ > .row .container > .video-iframe-container { display: none; }#IzNW0VN3eEG8DUIuT68JAQ9JcZ9r0nyZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IzNW0VN3eEG8DUIuT68JAQ9JcZ9r0nyZ > .row > .video-iframe-container { display: none; }#IzNW0VN3eEG8DUIuT68JAQ9JcZ9r0nyZ > .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); }#IzNW0VN3eEG8DUIuT68JAQ9JcZ9r0nyZ > .row .container { border-width: 0; border-radius: 0; }#IzNW0VN3eEG8DUIuT68JAQ9JcZ9r0nyZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IzNW0VN3eEG8DUIuT68JAQ9JcZ9r0nyZ > .row .container { font-size:0.875rem;font-family:arial;height:48.875rem;width:75rem;position:relative;display:block; }#wU8RMk1EfTEluPBqCx5qPuOnFm33Uuny { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.125rem solid #015aa9;border-left:0.125rem solid #015aa9;border-right:0.125rem solid #015aa9;border-bottom:0.125rem solid #015aa9;border-top-left-radius:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;box-shadow: none;height:23.3125rem;width:19rem;top:17.1875rem;left:7.5rem;display:block; }
#FQ0Ta6HIuEKzNDxK0QUzW0u67pHVRW5b { color:#015aa9;display:block;width:11.125rem;position:absolute;font-family:"gt walsheim";font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:29.744140625rem;left:11.5625rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AagebBTKhI5mUWfIEEEZcWqJ3JMM2i3h { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;border-top:0.125rem solid #015aa9;border-left:0.125rem solid #015aa9;border-right:0.125rem solid #015aa9;border-bottom:0.125rem solid #015aa9;border-top-left-radius:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;box-shadow: none;height:23.3125rem;width:19rem;top:17.3125rem;left:28.0625rem;display:block; }
#hTmOVxQdHGHfFNTzqpZXoL4GIDNN88i1 { color:#015aa9;display:block;width:11.3125rem;position:absolute;font-family:"gt walsheim";font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:29.744140625rem;left:32.03125rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TrgCbXBaP4lec62IDr3kdgZR9HevawTC { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.125rem solid #015aa9;border-left:0.125rem solid #015aa9;border-right:0.125rem solid #015aa9;border-bottom:0.125rem solid #015aa9;border-top-left-radius:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;box-shadow: none;height:23.3125rem;width:19rem;top:17.3125rem;left:48.375rem;display:block; }
#VXMAJ23OwPVdPOrF0c7XocqxTCfCs8oL { color:#015aa9;display:block;width:18.625rem;position:absolute;font-family:"gt walsheim";font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:29.744140625rem;left:48.6875rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b6ZSCx9cIfyxVd9EeXiqMZAv4tTyEbSm { position:absolute;display:block;z-index:15019;background-color:transparent;background-image:none;border-top:0.125rem dashed #bebebe;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:0.0625rem;width:40.625rem;top:12.8125rem;left:17.1875rem;display:block; }
#EnpAg1S42oWTBXDIwatd1bTHNcMTLh7l { position:absolute;display:block;z-index:15020;background-color:transparent;background-image:none;border-top:0;border-left:0.125rem dashed #bebebe;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.625rem;width:0.0625rem;top:12.8125rem;left:17.1875rem;display:block; }
#QH0LboMdPDrtydAf1tMrPGhvAt7ydEpv { position:absolute;display:block;z-index:15021;background-color:transparent;background-image:none;border-top:0;border-left:0.125rem dashed #bebebe;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.625rem;width:0.0625rem;top:12.8125rem;left:37.4375rem;display:block; }
#p0dunyT19hFtrTcwfQ3xA1my7wgrKRqt { position:absolute;display:block;z-index:15022;background-color:transparent;background-image:none;border-top:0;border-left:0.125rem dashed #bebebe;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.625rem;width:0.0625rem;top:13rem;left:58.0625rem;display:block; }
#kyCTrittq2HQTxS1CDJb1XrIzFo43ehS { position:absolute;display:block;z-index:15023;background-color:#015aa9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:0.8125rem;width:0.8125rem;top:12.5rem;left:16.875rem;display:block; }
#LPDu87N2bGmuTEfIaVZzXQ7DSLe4o7oH { position:absolute;display:block;z-index:15024;background-color:#015aa9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:0.8125rem;width:0.8125rem;top:12.5rem;left:37.125rem;display:block; }
#tKZadLt3CeytFcXAmEccOoJmcxe30ieN { position:absolute;display:block;z-index:15025;background-color:#015aa9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:0.8125rem;width:0.8125rem;top:12.5rem;left:57.75rem;display:block; }
#f9xeETcnP8hWifCacMUyzL2s7OzDPTGK { position:absolute;display:block;z-index:15017;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:7.9375rem;width:7.9375rem;top:20.15625rem;left:13.15625rem;overflow:hidden;display:block; }
#h69Dga2HC38SnliqrxJmICUJZaCoW0Np { position:absolute;display:block;z-index:15018;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.125rem;width:8.125rem;top:20.0625rem;left:33.4375rem;overflow:hidden;display:block; }
#b1ktWahfURuIfyst063ZyJ9vftTxLdBN { position:absolute;display:block;z-index:15019;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.5rem;width:8.5rem;top:19.875rem;left:53.75rem;overflow:hidden;display:block; }
#zXwvTUr3pIKHOd5suxyFOTDfxzINH3EA { color:#015aa9;display:block;width:61.625rem;position:absolute;font-family:"gt walsheim";font-size:3.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.6875rem;left:9.0625rem;height:4.14375rem;font-style:normal;display:block; }
#w9LEKtT1auyS5D85DqZZk8EJ3ZWlbZns { color:#015aa9;display:block;width:54.75rem;position:absolute;font-family:"gt walsheim";font-size:1.4375rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:8.3935546875rem;left:10.125rem;height:1.86875rem;display:block; }
#TmNeLWrW4mLKHtSuR7obQ2erPwthvaBc { color:rgba(0,0,0,0.7);display:block;width:15.5rem;position:absolute;font-family:"gt walsheim";font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:34.810546875rem;left:9.375rem;height:3.89941875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wE87a5tIBITSwa71HP09ATbpTv03UvmC { color:rgba(0,0,0,0.7);display:block;width:17rem;position:absolute;font-family:"gt walsheim";font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:34.8125rem;left:29.1875rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rGfW2DfcePTG053nKLT90QvltU68uAtu { color:rgba(0,0,0,0.7);display:block;width:17rem;position:absolute;font-family:"gt walsheim";font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:34.810546875rem;left:49.5rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aDM17TFSPcdHTO9t2kgZ1cFo5mWVA5op { background-color:#13a538;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;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:"gt walsheim";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:42.254165649414rem;left:26.312501907349rem;display:block; }
#XcS5Mu3eKxBz0pCwhVM9GdnT30MMFZ9G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tToUaJFMGEy5pvCqG0rX1TOc1lnbCskq { box-sizing:content-box;color:#5d92ff;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:43.066668510437rem;left:42.154165267944rem; }
#NdLFSHCfxmk8u162JzWXBeXW9TlMeRXC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6faff;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; }#NdLFSHCfxmk8u162JzWXBeXW9TlMeRXC > .row .container { background-color: transparent; background-image: none; }#NdLFSHCfxmk8u162JzWXBeXW9TlMeRXC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NdLFSHCfxmk8u162JzWXBeXW9TlMeRXC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NdLFSHCfxmk8u162JzWXBeXW9TlMeRXC > .row .container > .video-iframe-container { display: none; }#NdLFSHCfxmk8u162JzWXBeXW9TlMeRXC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NdLFSHCfxmk8u162JzWXBeXW9TlMeRXC > .row > .video-iframe-container { display: none; }#NdLFSHCfxmk8u162JzWXBeXW9TlMeRXC > .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); }#NdLFSHCfxmk8u162JzWXBeXW9TlMeRXC > .row .container { border-width: 0; border-radius: 0; }#NdLFSHCfxmk8u162JzWXBeXW9TlMeRXC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NdLFSHCfxmk8u162JzWXBeXW9TlMeRXC > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;position:relative;display:block; }#cmpuwdBCFv5pbHWMHd5eExL3XM052ICo { color:#015aa9;display:block;width:37.4375rem;position:absolute;font-family:"gt walsheim";font-size:3.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:13.875rem;left:0rem;height:4.14375rem;font-style:normal;display:block; }
#uQSWFG4WzuQJF4ESNWZTvASwwn3a7X5V { color:#015aa9;display:block;width:32.5625rem;position:absolute;font-family:"gt walsheim";font-size:3.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:17.375rem;left:0rem;height:4.14375rem;display:block; }
#SgE74ai3rXdbR17EEBGsxNKVrNK8mwIH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:32.75rem;width:32.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:0rem;left:0rem; }
#KaA7DenKQiuUM46ZtIvzgGag8dbLXnTb { color:#015aa9;display:block;width:14.4375rem;position:absolute;font-family:"gt walsheim";font-size:1.5rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:3.9501953125rem;left:51.5rem;height:1.95rem;display:block; }
#QSXgLNSD62UsKl1Nkp98UdTBkZh7SUvo { color:rgba(0,0,0,0.7);display:block;width:14.5rem;position:absolute;font-family:"gt walsheim";font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:5.8369140625rem;left:51.46875rem;height:2.6rem;text-align:left;text-align-last:left;display:block; }
#L7DfQnUMxbw6sTSdENKCGcSm66J7TWRO { color:#015aa9;display:block;width:15.125rem;position:absolute;font-family:"gt walsheim";font-size:1.5rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:11.0625rem;left:51.5rem;height:1.95rem;display:block; }
#Q3XkGWGl6DrKiPXLhHLDMLCQ6D1uotw0 { color:rgba(0,0,0,0.7);display:block;width:17.8125rem;position:absolute;font-family:"gt walsheim";font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:13.1875rem;left:51.5rem;height:2.6rem;text-align:left;text-align-last:left;display:block; }
#Wv5dRrilaTwFT4ZSfXFXHPDa3oOVsHEH { color:#015aa9;display:block;width:21.75rem;position:absolute;font-family:"gt walsheim";font-size:1.5rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:18.4716796875rem;left:51.5rem;height:1.95rem;display:block; }
#AUJeV8w0hqoJ4fnT8WlblbGzeKMkZ31K { color:rgba(0,0,0,0.7);display:block;width:17.4375rem;position:absolute;font-family:"gt walsheim";font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:20.4208984375rem;left:51.5rem;height:2.6rem;text-align:left;text-align-last:left;display:block; }
#VF7tgB3VVh2VQleVK3iOJIPcP1g4X0k0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.5625rem;width:4.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:3.9501953125rem;left:43.9375rem; }
#bbKdDfs63RMSnalAtqdF3hmLJLP5yyGk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:11.1875rem;left:44.1875rem; }
#FRhAIkiM2wbGCQTgfspRmHeri6D3aowc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:19.0205078125rem;left:44.46875rem; }
#dRqXs4gFlokM3OCSn9dG3euqlEPokSmP { box-sizing:content-box;color:#5d92ff;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:26.125rem;left:60.875005722046rem; }
#O5omvqUs7rTyPc0iQv6Rp2XQWfxkTxVA { background-color:#13a538;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;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:"gt walsheim";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:25.25rem;left:47.5rem;display:block; }
#e0ArnQ4BZLlSXt0f8LWT1IfkMKr52roh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gOnnP6co8lfRlVwRRSC3m6opJgxC2eEN { position:relative;display:block; }#gOnnP6co8lfRlVwRRSC3m6opJgxC2eEN { background-color: transparent; background-image: none; }#gOnnP6co8lfRlVwRRSC3m6opJgxC2eEN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gOnnP6co8lfRlVwRRSC3m6opJgxC2eEN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gOnnP6co8lfRlVwRRSC3m6opJgxC2eEN > .row .container > .video-iframe-container { display: none; }#gOnnP6co8lfRlVwRRSC3m6opJgxC2eEN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gOnnP6co8lfRlVwRRSC3m6opJgxC2eEN > .row > .video-iframe-container { display: none; }#gOnnP6co8lfRlVwRRSC3m6opJgxC2eEN > .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); }#gOnnP6co8lfRlVwRRSC3m6opJgxC2eEN { border-width: 0; border-radius: 0; }#gOnnP6co8lfRlVwRRSC3m6opJgxC2eEN > .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; }#gOnnP6co8lfRlVwRRSC3m6opJgxC2eEN > .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:2.8125rem;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; }#zCsJdSxprpBgJTkPz4NgO89GC3kgDSE1 { position:relative;display:block; }#zCsJdSxprpBgJTkPz4NgO89GC3kgDSE1 { background-color: transparent; background-image: none; }#zCsJdSxprpBgJTkPz4NgO89GC3kgDSE1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zCsJdSxprpBgJTkPz4NgO89GC3kgDSE1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zCsJdSxprpBgJTkPz4NgO89GC3kgDSE1 > .row .container > .video-iframe-container { display: none; }#zCsJdSxprpBgJTkPz4NgO89GC3kgDSE1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zCsJdSxprpBgJTkPz4NgO89GC3kgDSE1 > .row > .video-iframe-container { display: none; }#zCsJdSxprpBgJTkPz4NgO89GC3kgDSE1 > .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); }#zCsJdSxprpBgJTkPz4NgO89GC3kgDSE1 { border-width: 0; border-radius: 0; }#zCsJdSxprpBgJTkPz4NgO89GC3kgDSE1 > .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; }#zCsJdSxprpBgJTkPz4NgO89GC3kgDSE1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:53.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; }#eZqfrUpwfwTNeCBFUfPH7tlfqR644v2s { color:#055aa9;display:block;width:50.125rem;position:absolute;font-family:"gt walsheim";font-size:3.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:12.4375rem;height:4.14375rem;display:block; }
#VF0FQcgsfu2tlP30zIQ5ZBDK8OSvFxKl { color:#015aa9;display:block;width:50.1875rem;position:absolute;font-family:"gt walsheim";font-size:1.4375rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:4.1435546875rem;left:12.40625rem;height:1.86875rem;display:block; }
#xgBx42UkRWvW0cM9Fy6VbUK1IccA3PvR { position:absolute;display:block;z-index:15016;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.1875rem;width:1.1875rem;top:8rem;left:0rem;overflow:hidden;display:block; }
#ZpnGqoefk9uHlg5Xylb4Pd6LhZ9T5evK { color:#055aa9;display:block;width:19.5rem;position:absolute;font-family:"gt walsheim";font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:8rem;left:1.875rem;height:1.4625rem;display:block; }
#CMEcgxLyW0rmvu3IvB1UierANLR1OfEc { color:rgba(0,0,0,0.7);display:block;width:74.375rem;position:absolute;font-family:"gt walsheim";font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:10.6875rem;left:0rem;height:3.89941875rem;display:block; }
#pOAeF0CSy7KXO3cko8PkEcDtnNMFu2zb { color:#055aa9;display:block;width:31.125rem;position:absolute;font-family:"gt walsheim";font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:17.6875rem;left:1.875rem;height:1.4625rem;display:block; }
#WS67IMsMxTq11A5mgpkH49Hf8kLMof7v { position:absolute;display:block;z-index:15017;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.1875rem;width:1.1875rem;top:17.6875rem;left:0rem;overflow:hidden;display:block; }
#PEXxtvytmCBCoEETNKCf83gPWOa3SrUi { color:rgba(0,0,0,0.7);display:block;width:72.5rem;position:absolute;font-family:"gt walsheim";font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:20.1875rem;left:0rem;height:10.39844375rem;display:block; }
#R36zDsrZp1Txzz74yiHk640DeJ0zlH7L { color:#055aa9;display:block;width:24.25rem;position:absolute;font-family:"gt walsheim";font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:32.6875rem;left:1.875rem;height:1.4625rem;display:block; }
#gkXPIanU914T8sIbzSwdBRu1sZ2kH7kN { position:absolute;display:block;z-index:15018;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.1875rem;width:1.1875rem;top:32.8125rem;left:0rem;overflow:hidden;display:block; }
#IZpPfW8vZ5BTUtR5APyPW4x6d3WywRyp { color:rgba(0,0,0,0.7);display:block;width:32.6875rem;position:absolute;font-family:"gt walsheim";font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:33.4375rem;left:0rem;height:1.3rem;display:block; }
#Ep87Z2w2zBuJrxiuMn2uITGTgLlqFLWN { box-sizing:content-box;height:0.125rem;width:73.75rem;position:absolute;display:block;z-index:15021;background-color:rgba(0,0,0,0.25);background-image:none;top:9.6171875rem;left:0rem;display:block; }
#gVSivub8aly5z7cTCiM3zAWRxm3THn94 { position:absolute;display:block;z-index:15005;background-color:#055aa9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.19) ;height:7rem;width:62.4375rem;top:1.248046875rem;left:5.435546875rem;display:none; }
#XXD2IvN4kXCUpsopcqmeFT3AxGblntrM { color:rgba(0,0,0,0.7);display:block;width:74.6875rem;position:absolute;font-family:"gt walsheim";font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:35.25rem;left:0rem;height:7.79883125rem;display:block; }
#yd9b3qsWV9ifvbqFULAaWWme9XHyGJzB { position:absolute;display:block;z-index:15019;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.1875rem;width:1.1875rem;top:44.375rem;left:0rem;overflow:hidden;display:block; }
#pE3RsAp90b0AdesLmlKXiOWRi5mGBGbT { color:#055aa9;display:block;width:47.625rem;position:absolute;font-family:"gt walsheim";font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:44.25rem;left:1.875rem;height:1.4625rem;display:block; }
#bH5H3TC03n2cyt17TkQuRRc9uhsx3Vm1 { color:rgba(0,0,0,0.7);display:block;width:74.4375rem;position:absolute;font-family:"gt walsheim";font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:46.9375rem;left:0rem;height:3.89941875rem;display:block; }
#QbG2UxFwPk8SqbAlAv0qdvACqc35dgiF { box-sizing:content-box;height:0.125rem;width:0.125rem;position:absolute;display:block;z-index:15026;background-color:#e3e3e3;background-image:none;top:9.5859375rem;left:48.625rem;display:block; }
#Tt7vSacCigDunSUWD6JI2SmdreDyGylU { box-sizing:content-box;height:0.125rem;width:73.75rem;position:absolute;display:block;z-index:15022;background-color:rgba(0,0,0,0.25);background-image:none;top:19.2734375rem;left:0rem;display:block; }
#CCCrLTChnsypIvKEaR0qwpLCUUM2xWBo { box-sizing:content-box;height:0.125rem;width:73.75rem;position:absolute;display:block;z-index:15023;background-color:rgba(0,0,0,0.25);background-image:none;top:34.2734375rem;left:0rem;display:block; }
#TTeNlNNtSpkPy4wWJLk3WQWm46f0z6wW { box-sizing:content-box;height:0.125rem;width:73.75rem;position:absolute;display:block;z-index:15024;background-color:rgba(0,0,0,0.25);background-image:none;top:45.9375rem;left:0.125rem;display:block; }
#egXEDGJdu2vrNCnHs1MDdlbGOa5G7SNd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#005aa9;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; }#egXEDGJdu2vrNCnHs1MDdlbGOa5G7SNd > .row .container { background-color: transparent; background-image: none; }#egXEDGJdu2vrNCnHs1MDdlbGOa5G7SNd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#egXEDGJdu2vrNCnHs1MDdlbGOa5G7SNd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#egXEDGJdu2vrNCnHs1MDdlbGOa5G7SNd > .row .container > .video-iframe-container { display: none; }#egXEDGJdu2vrNCnHs1MDdlbGOa5G7SNd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#egXEDGJdu2vrNCnHs1MDdlbGOa5G7SNd > .row > .video-iframe-container { display: none; }#egXEDGJdu2vrNCnHs1MDdlbGOa5G7SNd > .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); }#egXEDGJdu2vrNCnHs1MDdlbGOa5G7SNd > .row .container { border-width: 0; border-radius: 0; }#egXEDGJdu2vrNCnHs1MDdlbGOa5G7SNd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#egXEDGJdu2vrNCnHs1MDdlbGOa5G7SNd > .row .container { font-size:0.875rem;font-family:arial;height:52.5rem;width:75rem;position:relative;display:block; }#yGkTydJV5DWCsWTKXsomCLeo65Eo9Zhs { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"gt walsheim";font-size:3.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.375rem;left:0rem;height:5.11875rem;text-align:center;text-align-last:center;display:block; }
#LgV30PAewa1B826gzk0XgVWLciHEkXhC { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"gt walsheim";font-size:1.625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:11.003124237061rem;left:0rem;height:2.1125rem;text-align:center;text-align-last:center;display:block; }
#PfDlTqk6rxwK2BT2Osbt4VeBpIxmqTMr { 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:2.875rem;width:2.875rem;top:18.937484741211rem;left:0.5rem;overflow:hidden;display:block; }
#DkctD7Na1Z2FhSVz80IcCczDoFzJJ9Vk { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"gt walsheim";font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:18.9375rem;left:4.875rem;height:1.4625rem;display:block; }
#uBCTfdpeJQqO1MP3yIPLEXxJSwNrZaZ2 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"gt walsheim";font-size:1.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:21rem;left:4.875rem;height:2.1125rem;font-style:normal;display:block; }
#PkToMKFMNNpTfgkUIhaQOE3VPe2SeCPJ { color:#ffffff;display:block;width:19.5625rem;position:absolute;font-family:"gt walsheim";font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:23.875rem;left:4.875rem;height:5.4rem;font-style:normal;display:block; }
#aWmZEHH5P6xmIrRHcM3utGtiP3IgsUqh { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:"gt walsheim";font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:23.9375rem;left:30.1875rem;height:3.6rem;font-style:normal;display:block; }
#BCfbZhblv3KUZSvf5T02srx4QhxfoTmC { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"gt walsheim";font-size:1.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:21.0625rem;left:30.1875rem;height:2.1125rem;font-style:normal;display:block; }
#obR0iI39T2gH4LaP028vpcIwmdqgvMQD { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.875rem;top:19rem;left:25.3125rem;overflow:hidden;display:block; }
#gdSmGNOQvMCczKhmTHnP04hCV9nNUimG { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"gt walsheim";font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:19rem;left:30.1875rem;height:1.4625rem;display:block; }
#EHQQEmioBs19n7LU9t8mkJhfrEL4qbVv { color:#ffffff;display:block;width:19.5rem;position:absolute;font-family:"gt walsheim";font-size:1rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:28.4375rem;left:30.1875rem;height:10.222625rem;font-style:normal;display:block; }#EHQQEmioBs19n7LU9t8mkJhfrEL4qbVv li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#EHQQEmioBs19n7LU9t8mkJhfrEL4qbVv li:before{  }
#dNgd5svKyXTfDpbqVMxma9LXS2WyfJvc { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.875rem;top:18.9375rem;left:49.875rem;overflow:hidden;display:block; }
#Tr39McsSm3Crq3X5LLqhmmZv293f1vPI { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"gt walsheim";font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:18.9375rem;left:54.75rem;height:1.4625rem;display:block; }
#SoFpVLXRXBMS6OX1ZJ4B7FO7sT5NyUJx { color:#ffffff;display:block;width:18.25rem;position:absolute;font-family:"gt walsheim";font-size:1.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:21rem;left:54.75rem;height:2.1125rem;font-style:normal;display:block; }
#PaplefFQhCwyTkLhSCewWqcJHyR0ebMD { color:#ffffff;display:block;width:20.25rem;position:absolute;font-family:"gt walsheim";font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:23.875rem;left:54.75rem;height:5.4rem;font-style:normal;display:block; }
#GNeLo2ablITe0714fEEcD9t1yhz407z2 { color:#015aa9;display:block;width:11.5625rem;position:absolute;font-family:"gt walsheim";font-size:1.625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:44.568359375rem;left:31.71875rem;height:2.1125rem;font-style:normal;display:block; }
#fPVFeH55aO1I7bp9u7KVyHmPQgeO5ymk { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#015aa9;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"gt walsheim";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.3125rem;height:5.0625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:43.09268951416rem;left:23.281251907349rem;display:block; }
#Tzh9xDF0lvw91avR5KA1awcXuOxRraK4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HxU9H9VHx4c2EVy0ZJZCSSWVqnUgoDcc { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:44.717710018158rem;left:42.687505722046rem; }
#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121040;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; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row .container { background-color: transparent; background-image: none; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row .container > .video-iframe-container { display: none; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row > .video-iframe-container { display: none; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .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); }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row .container { border-width: 0; border-radius: 0; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row .container { font-size:0.875rem;font-family:arial;height:11.9375rem;width:75rem;position:relative;display:block; }#F13svKRiG7NS8omdVI4Dq5WkaRRigxRl { color:rgba(255,255,255,0.7);display:block;width:43.875rem;position:absolute;font-family:"gt walsheim";font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.7874984741213rem;left:31.125rem;height:0.975rem;text-align:right;text-align-last:right;display:block; }
#LzWTAbMWRFNBol0TWCEDT20lPKAnZ3ea { color:rgba(255,255,255,0.7);display:block;width:9.5625rem;position:absolute;font-family:"gt walsheim";font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.3125rem;left:50.3125rem;height:1.1375rem;text-align:right;text-align-last:right;display:block; }
#EhQBz5VNsTLAwhy2MnAsK7T26P7voQNn { color:rgba(255,255,255,0.7);display:block;width:11.375rem;position:absolute;font-family:"gt walsheim";font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.3125rem;left:63.25rem;height:1.1375rem;text-align:right;text-align-last:right;display:block; }
#TaaV3NuFOzcInkzqQxX1VxAZTorFFg8B { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:9.4375rem;top:4.625rem;left:0rem;overflow:hidden;display:block; }
#MdvGqFaGqBWX515ruKZd6V8THZXugSTk { color:rgba(255,255,255,0.7);display:block;width:1.9375rem;position:absolute;font-family:"gt walsheim";font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.3125rem;left:61rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BCXHu7Qvo2UyF6iWZiQmfkTUCKZZTTrv { top:2.0625rem;left:0rem;width:7.1875rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dmxm9QlCuoB9OdtlFlqrbxl3NzfgxLXG { top:2.5rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeMdxtGE6wvLw6d2MycLs2ZuHcM84eBS { top:2.625rem;left:42.625rem;width:5.125rem;height:0;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vs0o8tWhkWaSqlNXfIudb9ILvNJcnIv2 { top:2.5rem;left:46.6875rem;width:1.0625rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAkp7eeslQIeb9WvE1ZvyxJTM0aEZwLE { top:2.625rem;left:43.5rem;width:4.25rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #On39ed1nKH8zROhfRgFo81w81UVesb85 { width:5.5625rem;height:2.0625rem;top:2.1875rem;left:42.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbKm6e4x058f0hHH9M57TMafEEPGMGWx { display:block; }
 }@media only screen and (max-width: 763px) { #Wqv9FPKyLKqbpIXMxUe1yOhmyVOTrlH7 { width:7.4375rem;height:2.0625rem;top:2.1875rem;left:40.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9wQbeG6TwiZgguTJntNlxVrI4yArx8I { display:block; }
 }@media only screen and (max-width: 763px) { #sSBNKTaHNF8H5hXlI5NkadaSfTIFHU3J { display:none; }#sSBNKTaHNF8H5hXlI5NkadaSfTIFHU3J > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mmUPfmsLI361s3vwHn7TixtMZRpn8IGT { top:5.1875rem;left:0rem;width:26.8125rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxPb0V43UBmny3tBXVWURbV1zQAF73Km { top:4.75rem;left:0rem;width:23.75rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qitHKF342XrsElCRAu5J3EtcD68HBLaG { top:9.1875rem;left:0rem;width:25.125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qchmy1v9ClwT7MnQalProOvrluHNa3Qb { top:17.6875rem;left:0rem;width:22.3125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRcogB9aTqUCQFDI4zLR8wQDsrwSENdK { width:2.6875rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #OpTwp5ftwsOQT1A1HtacNsQfI1qmMfrU { width:26.5625rem;height:3.875rem;top:19.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5IErg73oFRpbNNrVk1JKyE34GwtZ4XD { display:block; }
 }@media only screen and (max-width: 763px) { #Gigrs6w2qaQF09Rx9JUDJFoMsnnRVs7b { top:3.25rem;left:0rem;width:26.8125rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7LoVkAvybSITvpqMcxzVLQePbJL9PxJ { top:9.1875rem;left:0rem;width:26.8125rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbw5hA7rrxptUkTtlAwonD9qD8KkuSw1 { top:13.875rem;left:0rem;width:12.5rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPIDXc22lu4spUt0U2IwkLvVDc4bkshy { top:7.9375rem;left:0rem;width:13rem;height:8.4375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #OM8E3VzMuKlFGpG07Q6Th2eGMN4wUtxA { width:1.8125rem;height:1.8125rem;top:20.375rem;left:4.5906276702881rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLqHDUzW8FGv6Q8fWXcSgN6RtcVrqSC8 { display:block; }#yLqHDUzW8FGv6Q8fWXcSgN6RtcVrqSC8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vWqVQHWhmhMH7vCz6eUV6aGLtgzXZnVh { width:32.5625rem;height:4.125rem;top:12.1875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXAsIqwNgzAFXT3VT26LL8TAmtAJgUwl { width:33.0625rem;height:5.25rem;top:15.4375rem;left:0rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBesoEhmDWp9UoAAufHFtXQPxIa9betK { width:43.875rem;height:7.75rem;top:4.5rem;left:3.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaO6i26DroZ6F9TWWed0nWqgLkbWZRuV { width:42.25rem;height:7.875rem;top:13.5625rem;left:5.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gS0wGwkmIBZP0l2RlO572KMaTHVZkTT3 { width:1.8125rem;height:1.8125rem;top:23.75rem;left:33.5615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcQnMANrykTTv8Dqg11Bt2XvNvkUdtF7 { top:0rem;left:0rem;width:30.25rem;height:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKQfDgMSw72KPMpT6lCdKDw3psKTVSZs { width:17.5rem;height:3.4375rem;top:23.75rem;left:20.375001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHDL8aS9reR0Z1Xa6iM2PdvKwS2G5V9r { display:block; }
 }@media only screen and (max-width: 763px) { #vQRrvkg4GUlfXKTN5GqdioRAqAWwLuet { width:1.8125rem;height:1.8125rem;top:24.5625rem;left:33.716672897339rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzNW0VN3eEG8DUIuT68JAQ9JcZ9r0nyZ { display:block; }#IzNW0VN3eEG8DUIuT68JAQ9JcZ9r0nyZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wU8RMk1EfTEluPBqCx5qPuOnFm33Uuny { width:19rem;height:23.3125rem;top:17.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQ0Ta6HIuEKzNDxK0QUzW0u67pHVRW5b { width:11.125rem;height:3.875rem;top:29.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AagebBTKhI5mUWfIEEEZcWqJ3JMM2i3h { width:19rem;height:23.3125rem;top:17.3125rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTmOVxQdHGHfFNTzqpZXoL4GIDNN88i1 { width:11.3125rem;height:3.875rem;top:29.6875rem;left:18.40625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrgCbXBaP4lec62IDr3kdgZR9HevawTC { width:19rem;height:23.3125rem;top:17.3125rem;left:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXMAJ23OwPVdPOrF0c7XocqxTCfCs8oL { width:18.625rem;height:3.875rem;top:29.6875rem;left:29.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6ZSCx9cIfyxVd9EeXiqMZAv4tTyEbSm { width:40.625rem;height:0.0625rem;top:12.8125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnpAg1S42oWTBXDIwatd1bTHNcMTLh7l { width:0.0625rem;height:3.625rem;top:12.8125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QH0LboMdPDrtydAf1tMrPGhvAt7ydEpv { width:0.0625rem;height:3.625rem;top:12.8125rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0dunyT19hFtrTcwfQ3xA1my7wgrKRqt { width:0.0625rem;height:3.625rem;top:13rem;left:44.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyCTrittq2HQTxS1CDJb1XrIzFo43ehS { width:0.8125rem;height:0.8125rem;top:12.5rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPDu87N2bGmuTEfIaVZzXQ7DSLe4o7oH { width:0.8125rem;height:0.8125rem;top:12.5rem;left:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKZadLt3CeytFcXAmEccOoJmcxe30ieN { width:0.8125rem;height:0.8125rem;top:12.5rem;left:44.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9xeETcnP8hWifCacMUyzL2s7OzDPTGK { top:20.125rem;left:0rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h69Dga2HC38SnliqrxJmICUJZaCoW0Np { top:20.0625rem;left:19.8125rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1ktWahfURuIfyst063ZyJ9vftTxLdBN { top:19.875rem;left:39.25rem;width:8.5rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXwvTUr3pIKHOd5suxyFOTDfxzINH3EA { width:47.75rem;height:4.125rem;top:3.6875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9LEKtT1auyS5D85DqZZk8EJ3ZWlbZns { top:8.375rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmNeLWrW4mLKHtSuR7obQ2erPwthvaBc { width:15.5rem;height:3.875rem;top:34.75rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wE87a5tIBITSwa71HP09ATbpTv03UvmC { width:17rem;height:3.875rem;top:34.8125rem;left:15.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGfW2DfcePTG053nKLT90QvltU68uAtu { width:17rem;height:3.875rem;top:34.75rem;left:30.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDM17TFSPcdHTO9t2kgZ1cFo5mWVA5op { width:22.5rem;height:3.4375rem;top:42.25rem;left:12.687501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcS5Mu3eKxBz0pCwhVM9GdnT30MMFZ9G { display:block; }
 }@media only screen and (max-width: 763px) { #tToUaJFMGEy5pvCqG0rX1TOc1lnbCskq { width:1.8125rem;height:1.8125rem;top:43.0625rem;left:28.529165267944rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdLFSHCfxmk8u162JzWXBeXW9TlMeRXC { display:block; }#NdLFSHCfxmk8u162JzWXBeXW9TlMeRXC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cmpuwdBCFv5pbHWMHd5eExL3XM052ICo { width:37.4375rem;height:4.125rem;top:13.875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQSWFG4WzuQJF4ESNWZTvASwwn3a7X5V { width:32.5625rem;height:4.125rem;top:17.375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgE74ai3rXdbR17EEBGsxNKVrNK8mwIH { top:0rem;left:0rem;width:32.75rem;height:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaA7DenKQiuUM46ZtIvzgGag8dbLXnTb { top:3.9375rem;left:31.0625rem;width:14.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSXgLNSD62UsKl1Nkp98UdTBkZh7SUvo { top:5.8125rem;left:31.03125rem;width:14.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7DfQnUMxbw6sTSdENKCGcSm66J7TWRO { top:11.0625rem;left:31.0625rem;width:15.125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3XkGWGl6DrKiPXLhHLDMLCQ6D1uotw0 { top:13.1875rem;left:29.9375rem;width:17.8125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wv5dRrilaTwFT4ZSfXFXHPDa3oOVsHEH { top:18.4375rem;left:26rem;width:21.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUJeV8w0hqoJ4fnT8WlblbGzeKMkZ31K { top:20.375rem;left:30.3125rem;width:17.4375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VF7tgB3VVh2VQleVK3iOJIPcP1g4X0k0 { top:3.9375rem;left:23.875rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbKdDfs63RMSnalAtqdF3hmLJLP5yyGk { top:11.1875rem;left:23.875rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRhAIkiM2wbGCQTgfspRmHeri6D3aowc { top:19rem;left:24.03125rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRqXs4gFlokM3OCSn9dG3euqlEPokSmP { width:1.8125rem;height:1.8125rem;top:26.125rem;left:40.437505722046rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5omvqUs7rTyPc0iQv6Rp2XQWfxkTxVA { width:17.5rem;height:3.4375rem;top:25.25rem;left:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0ArnQ4BZLlSXt0f8LWT1IfkMKr52roh { display:block; }
 }@media only screen and (max-width: 763px) { #gOnnP6co8lfRlVwRRSC3m6opJgxC2eEN { display:block; }#gOnnP6co8lfRlVwRRSC3m6opJgxC2eEN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zCsJdSxprpBgJTkPz4NgO89GC3kgDSE1 { display:block; }#zCsJdSxprpBgJTkPz4NgO89GC3kgDSE1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eZqfrUpwfwTNeCBFUfPH7tlfqR644v2s { top:0rem;left:0rem;width:47.75rem;height:4.125rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VF0FQcgsfu2tlP30zIQ5ZBDK8OSvFxKl { top:4.125rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgBx42UkRWvW0cM9Fy6VbUK1IccA3PvR { top:8rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpnGqoefk9uHlg5Xylb4Pd6LhZ9T5evK { top:8rem;left:0rem;width:19.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMEcgxLyW0rmvu3IvB1UierANLR1OfEc { top:10.6875rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOAeF0CSy7KXO3cko8PkEcDtnNMFu2zb { top:17.6875rem;left:0rem;width:31.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WS67IMsMxTq11A5mgpkH49Hf8kLMof7v { top:17.6875rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEXxtvytmCBCoEETNKCf83gPWOa3SrUi { top:20.1875rem;left:0rem;width:47.75rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R36zDsrZp1Txzz74yiHk640DeJ0zlH7L { top:32.6875rem;left:0rem;width:24.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkXPIanU914T8sIbzSwdBRu1sZ2kH7kN { top:32.8125rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZpPfW8vZ5BTUtR5APyPW4x6d3WywRyp { top:33.4375rem;left:0rem;width:32.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ep87Z2w2zBuJrxiuMn2uITGTgLlqFLWN { top:9.5625rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVSivub8aly5z7cTCiM3zAWRxm3THn94 { top:1.1875rem;left:0rem;width:47.75rem;height:7rem;display:none; }
 }@media only screen and (max-width: 763px) { #XXD2IvN4kXCUpsopcqmeFT3AxGblntrM { top:35.25rem;left:0rem;width:47.75rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yd9b3qsWV9ifvbqFULAaWWme9XHyGJzB { top:44.375rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pE3RsAp90b0AdesLmlKXiOWRi5mGBGbT { top:44.25rem;left:0rem;width:47.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bH5H3TC03n2cyt17TkQuRRc9uhsx3Vm1 { top:46.9375rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbG2UxFwPk8SqbAlAv0qdvACqc35dgiF { top:9.5625rem;left:16.6875rem;width:0.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt7vSacCigDunSUWD6JI2SmdreDyGylU { top:19.25rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCCrLTChnsypIvKEaR0qwpLCUUM2xWBo { top:34.25rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTeNlNNtSpkPy4wWJLk3WQWm46f0z6wW { top:45.9375rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #egXEDGJdu2vrNCnHs1MDdlbGOa5G7SNd { display:block; }#egXEDGJdu2vrNCnHs1MDdlbGOa5G7SNd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yGkTydJV5DWCsWTKXsomCLeo65Eo9Zhs { width:47.75rem;height:5.0625rem;top:5.375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgV30PAewa1B826gzk0XgVWLciHEkXhC { width:47.75rem;height:2.0625rem;top:11rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfDlTqk6rxwK2BT2Osbt4VeBpIxmqTMr { width:2.875rem;height:2.875rem;top:18.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkctD7Na1Z2FhSVz80IcCczDoFzJJ9Vk { width:12.5rem;height:1.4375rem;top:18.9375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBCTfdpeJQqO1MP3yIPLEXxJSwNrZaZ2 { width:12.5rem;height:2.0625rem;top:21rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkToMKFMNNpTfgkUIhaQOE3VPe2SeCPJ { width:19.5625rem;height:7.1875rem;top:23.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWmZEHH5P6xmIrRHcM3utGtiP3IgsUqh { width:17.5rem;height:3.5625rem;top:23.9375rem;left:16.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCfbZhblv3KUZSvf5T02srx4QhxfoTmC { width:12.5rem;height:2.0625rem;top:21.0625rem;left:16.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #obR0iI39T2gH4LaP028vpcIwmdqgvMQD { width:2.875rem;height:2.875rem;top:19rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdSmGNOQvMCczKhmTHnP04hCV9nNUimG { width:12.5rem;height:1.4375rem;top:19rem;left:16.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHQQEmioBs19n7LU9t8mkJhfrEL4qbVv { width:19.5rem;height:11.8125rem;top:28.4375rem;left:16.5625rem;font-size:1rem;display:block; }#EHQQEmioBs19n7LU9t8mkJhfrEL4qbVv li:before{  }
 }@media only screen and (max-width: 763px) { #dNgd5svKyXTfDpbqVMxma9LXS2WyfJvc { width:2.875rem;height:2.875rem;top:18.9375rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tr39McsSm3Crq3X5LLqhmmZv293f1vPI { width:12.5rem;height:1.4375rem;top:18.9375rem;left:35.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoFpVLXRXBMS6OX1ZJ4B7FO7sT5NyUJx { width:18.25rem;height:2.0625rem;top:21rem;left:29.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaplefFQhCwyTkLhSCewWqcJHyR0ebMD { width:20.25rem;height:7.1875rem;top:23.875rem;left:27.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNeLo2ablITe0714fEEcD9t1yhz407z2 { width:11.5625rem;height:2.0625rem;top:44.5625rem;left:18.09375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPVFeH55aO1I7bp9u7KVyHmPQgeO5ymk { width:26.3125rem;height:5.0625rem;top:43.0625rem;left:9.6562519073488rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tzh9xDF0lvw91avR5KA1awcXuOxRraK4 { display:block; }
 }@media only screen and (max-width: 763px) { #HxU9H9VHx4c2EVy0ZJZCSSWVqnUgoDcc { width:1.8125rem;height:1.8125rem;top:44.6875rem;left:29.062505722046rem;display:block; }
 }@media only screen and (max-width: 763px) { #S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ { display:block; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F13svKRiG7NS8omdVI4Dq5WkaRRigxRl { top:6.75rem;left:3.875rem;width:43.875rem;height:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzWTAbMWRFNBol0TWCEDT20lPKAnZ3ea { top:4.3125rem;left:36.6875rem;width:9.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhQBz5VNsTLAwhy2MnAsK7T26P7voQNn { top:4.3125rem;left:36.375rem;width:11.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaaV3NuFOzcInkzqQxX1VxAZTorFFg8B { width:9.4375rem;height:4.5rem;top:4.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdvGqFaGqBWX515ruKZd6V8THZXugSTk { top:4.3125rem;left:45.8125rem;width:1.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;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); } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BCXHu7Qvo2UyF6iWZiQmfkTUCKZZTTrv { width:7.1875rem;height:2.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dmxm9QlCuoB9OdtlFlqrbxl3NzfgxLXG { width:1.1875rem;height:1.1875rem;top:1.875rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeMdxtGE6wvLw6d2MycLs2ZuHcM84eBS { width:4rem;height:1.05625rem;top:1.9375rem;left:11.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vs0o8tWhkWaSqlNXfIudb9ILvNJcnIv2 { width:0.75rem;height:1.125rem;top:1.8125rem;left:16.108333587646rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAkp7eeslQIeb9WvE1ZvyxJTM0aEZwLE { width:4.25rem;height:1.05625rem;top:1.875rem;left:15.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #On39ed1nKH8zROhfRgFo81w81UVesb85 { width:4.125rem;height:2.0625rem;top:1.40625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbKm6e4x058f0hHH9M57TMafEEPGMGWx { display:block; }
 }@media only screen and (max-width: 763px) { #Wqv9FPKyLKqbpIXMxUe1yOhmyVOTrlH7 { width:6.1875rem;height:2.0625rem;top:1.40625rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9wQbeG6TwiZgguTJntNlxVrI4yArx8I { display:block; }
 }@media only screen and (max-width: 763px) { #sSBNKTaHNF8H5hXlI5NkadaSfTIFHU3J { background-color:#ffffff;background-image:none;display:block; }#sSBNKTaHNF8H5hXlI5NkadaSfTIFHU3J > .row .container { background-color: transparent; background-image: none; }#sSBNKTaHNF8H5hXlI5NkadaSfTIFHU3J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sSBNKTaHNF8H5hXlI5NkadaSfTIFHU3J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sSBNKTaHNF8H5hXlI5NkadaSfTIFHU3J > .row .container > .video-iframe-container { display: none; }#sSBNKTaHNF8H5hXlI5NkadaSfTIFHU3J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sSBNKTaHNF8H5hXlI5NkadaSfTIFHU3J > .row > .video-iframe-container { display: none; }#sSBNKTaHNF8H5hXlI5NkadaSfTIFHU3J > .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); }#sSBNKTaHNF8H5hXlI5NkadaSfTIFHU3J > .row .container { width:20rem;height:21.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mmUPfmsLI361s3vwHn7TixtMZRpn8IGT { width:20rem;height:8rem;top:7.8124997019769rem;left:0rem;z-index:15006;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxPb0V43UBmny3tBXVWURbV1zQAF73Km { width:18.624875rem;height:1.5rem;top:7.8124995231631rem;left:0.68721061944963rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #qitHKF342XrsElCRAu5J3EtcD68HBLaG { width:17.8125rem;height:3.59765625rem;top:11.0615234375rem;left:1.3115234375rem;font-size:1rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #qchmy1v9ClwT7MnQalProOvrluHNa3Qb { width:8.625rem;height:0;top:45.359375rem;left:5.6875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GRcogB9aTqUCQFDI4zLR8wQDsrwSENdK { top:0rem;left:0rem;width:20rem;height:9.1875rem;z-index:14995;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpTwp5ftwsOQT1A1HtacNsQfI1qmMfrU { width:20rem;height:2.9375rem;top:16.748958826065rem;left:0rem;background-color:#13a538;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5IErg73oFRpbNNrVk1JKyE34GwtZ4XD { display:block; }
 }@media only screen and (max-width: 763px) { #Gigrs6w2qaQF09Rx9JUDJFoMsnnRVs7b { width:20rem;height:3.25rem;top:6.9375rem;left:0rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #n7LoVkAvybSITvpqMcxzVLQePbJL9PxJ { width:20rem;height:8rem;top:22.5605484375rem;left:0rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #pbw5hA7rrxptUkTtlAwonD9qD8KkuSw1 { width:12.5rem;height:3.125rem;top:25.9667984375rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BPIDXc22lu4spUt0U2IwkLvVDc4bkshy { top:6.3125rem;left:0.9375rem;width:18.25rem;height:0;z-index:15023;color:#ffffff;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #OM8E3VzMuKlFGpG07Q6Th2eGMN4wUtxA { display:flex;width:1.375rem;height:1.375rem;top:17.428128652344rem;left:14.179167024861rem; }
 }@media only screen and (max-width: 763px) { #yLqHDUzW8FGv6Q8fWXcSgN6RtcVrqSC8 { display:block; }#yLqHDUzW8FGv6Q8fWXcSgN6RtcVrqSC8 > .row .container { width:20rem;height:45.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vWqVQHWhmhMH7vCz6eUV6aGLtgzXZnVh { width:12.0625rem;height:2.1125rem;top:1.046875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXAsIqwNgzAFXT3VT26LL8TAmtAJgUwl { width:19.6875rem;height:3.49375rem;top:2.408203125rem;left:0rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBesoEhmDWp9UoAAufHFtXQPxIa9betK { width:19.375rem;height:13.125rem;top:7.51953125rem;left:0rem;font-size:1.5625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #zaO6i26DroZ6F9TWWed0nWqgLkbWZRuV { width:20rem;height:13.5rem;top:22.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gS0wGwkmIBZP0l2RlO572KMaTHVZkTT3 { display:flex;width:1.4375rem;height:1.4375rem;top:37.8125rem;left:14.5625rem; }
 }@media only screen and (max-width: 763px) { #NcQnMANrykTTv8Dqg11Bt2XvNvkUdtF7 { display:flex;width:20rem;height:30.25rem;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QKQfDgMSw72KPMpT6lCdKDw3psKTVSZs { width:17.5rem;height:3.4375rem;top:39.250003099441rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHDL8aS9reR0Z1Xa6iM2PdvKwS2G5V9r { display:block; }
 }@media only screen and (max-width: 763px) { #vQRrvkg4GUlfXKTN5GqdioRAqAWwLuet { display:flex;width:1.8125rem;height:1.8125rem;top:40.062503099441rem;left:14.375000774861rem; }
 }@media only screen and (max-width: 763px) { #IzNW0VN3eEG8DUIuT68JAQ9JcZ9r0nyZ { display:block; }#IzNW0VN3eEG8DUIuT68JAQ9JcZ9r0nyZ > .row .container { width:20rem;height:94.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wU8RMk1EfTEluPBqCx5qPuOnFm33Uuny { width:19rem;height:23.3125rem;top:15.125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQ0Ta6HIuEKzNDxK0QUzW0u67pHVRW5b { width:19.125rem;height:1.95rem;top:29.6875rem;left:0.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AagebBTKhI5mUWfIEEEZcWqJ3JMM2i3h { width:19rem;height:23.3125rem;top:39.75rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTmOVxQdHGHfFNTzqpZXoL4GIDNN88i1 { width:19.125rem;height:1.95rem;top:54.25rem;left:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TrgCbXBaP4lec62IDr3kdgZR9HevawTC { width:19rem;height:23.3125rem;top:64.4375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXMAJ23OwPVdPOrF0c7XocqxTCfCs8oL { width:19.125rem;height:3.8984375rem;top:79rem;left:0.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b6ZSCx9cIfyxVd9EeXiqMZAv4tTyEbSm { width:20rem;height:0.0625rem;top:17.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EnpAg1S42oWTBXDIwatd1bTHNcMTLh7l { width:0.0625rem;height:3.625rem;top:12.625rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QH0LboMdPDrtydAf1tMrPGhvAt7ydEpv { width:0.0625rem;height:3.625rem;top:21rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #p0dunyT19hFtrTcwfQ3xA1my7wgrKRqt { width:0.0625rem;height:3.625rem;top:27.9375rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kyCTrittq2HQTxS1CDJb1XrIzFo43ehS { width:0.8125rem;height:0.8125rem;top:10.5625rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LPDu87N2bGmuTEfIaVZzXQ7DSLe4o7oH { width:0.8125rem;height:0.8125rem;top:18.9375rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tKZadLt3CeytFcXAmEccOoJmcxe30ieN { width:0.8125rem;height:0.8125rem;top:25.875rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #f9xeETcnP8hWifCacMUyzL2s7OzDPTGK { width:7.9375rem;height:7.9375rem;top:18.44921875rem;left:6.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h69Dga2HC38SnliqrxJmICUJZaCoW0Np { width:8.125rem;height:8.125rem;top:43.6337890625rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1ktWahfURuIfyst063ZyJ9vftTxLdBN { width:8.5rem;height:8.5rem;top:68.4609375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXwvTUr3pIKHOd5suxyFOTDfxzINH3EA { width:20rem;height:4.225rem;top:1.6875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9LEKtT1auyS5D85DqZZk8EJ3ZWlbZns { width:20rem;height:7.472625rem;top:5.912109375rem;left:0rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TmNeLWrW4mLKHtSuR7obQ2erPwthvaBc { width:12.5rem;height:3.1669875rem;top:32.396484375rem;left:3.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wE87a5tIBITSwa71HP09ATbpTv03UvmC { width:17rem;height:3.16699375rem;top:56.978515625rem;left:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGfW2DfcePTG053nKLT90QvltU68uAtu { width:17rem;height:3.16699375rem;top:83.404296875rem;left:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDM17TFSPcdHTO9t2kgZ1cFo5mWVA5op { width:17.5rem;height:3.4375rem;top:89.133341379394rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcS5Mu3eKxBz0pCwhVM9GdnT30MMFZ9G { display:block; }
 }@media only screen and (max-width: 763px) { #tToUaJFMGEy5pvCqG0rX1TOc1lnbCskq { display:flex;width:1.8125rem;height:1.8125rem;top:89.943751335144rem;left:14.687500774861rem; }
 }@media only screen and (max-width: 763px) { #NdLFSHCfxmk8u162JzWXBeXW9TlMeRXC { display:block; }#NdLFSHCfxmk8u162JzWXBeXW9TlMeRXC > .row .container { width:20rem;height:36.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cmpuwdBCFv5pbHWMHd5eExL3XM052ICo { width:20rem;height:2.1125rem;top:1.0732421875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQSWFG4WzuQJF4ESNWZTvASwwn3a7X5V { width:20rem;height:2.1125rem;top:3.185546875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgE74ai3rXdbR17EEBGsxNKVrNK8mwIH { display:flex;width:20rem;height:32.75rem;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KaA7DenKQiuUM46ZtIvzgGag8dbLXnTb { width:10.75rem;height:1.3rem;top:8.375rem;left:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSXgLNSD62UsKl1Nkp98UdTBkZh7SUvo { width:13.6875rem;height:2.6rem;top:9.6749992370606rem;left:5.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #L7DfQnUMxbw6sTSdENKCGcSm66J7TWRO { width:10.75rem;height:1.3rem;top:15.0625rem;left:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3XkGWGl6DrKiPXLhHLDMLCQ6D1uotw0 { width:13.6875rem;height:3.89941875rem;top:16.3623046875rem;left:5.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Wv5dRrilaTwFT4ZSfXFXHPDa3oOVsHEH { width:10.5rem;height:1.3rem;top:22.9375rem;left:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUJeV8w0hqoJ4fnT8WlblbGzeKMkZ31K { width:13.6875rem;height:3.9rem;top:24.2373046875rem;left:5.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VF7tgB3VVh2VQleVK3iOJIPcP1g4X0k0 { display:flex;width:4.5625rem;height:4.5625rem;top:8rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bbKdDfs63RMSnalAtqdF3hmLJLP5yyGk { display:flex;width:4.375rem;height:4.375rem;top:15.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FRhAIkiM2wbGCQTgfspRmHeri6D3aowc { display:flex;width:4.375rem;height:4.375rem;top:23.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dRqXs4gFlokM3OCSn9dG3euqlEPokSmP { display:flex;width:1.8125rem;height:1.8125rem;top:31.625rem;left:14.875rem; }
 }@media only screen and (max-width: 763px) { #O5omvqUs7rTyPc0iQv6Rp2XQWfxkTxVA { width:17.5rem;height:3.4375rem;top:30.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0ArnQ4BZLlSXt0f8LWT1IfkMKr52roh { display:block; }
 }@media only screen and (max-width: 763px) { #gOnnP6co8lfRlVwRRSC3m6opJgxC2eEN { display:none; }#gOnnP6co8lfRlVwRRSC3m6opJgxC2eEN > .row .container { width:20rem;height:2.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zCsJdSxprpBgJTkPz4NgO89GC3kgDSE1 { display:none; }#zCsJdSxprpBgJTkPz4NgO89GC3kgDSE1 > .row .container { width:20rem;height:114.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eZqfrUpwfwTNeCBFUfPH7tlfqR644v2s { width:13.75rem;height:3.25rem;top:1.25rem;left:0.9375rem;font-size:1.25rem;color:#ffffff;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #VF0FQcgsfu2tlP30zIQ5ZBDK8OSvFxKl { width:17.1875rem;height:3.8994125rem;top:5.26171875rem;left:0.9375rem;font-size:1rem;color:#ffffff;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #xgBx42UkRWvW0cM9Fy6VbUK1IccA3PvR { width:1.5625rem;height:1.5625rem;top:14.060546875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpnGqoefk9uHlg5Xylb4Pd6LhZ9T5evK { width:12.9375rem;height:2.923825rem;top:13.380859375rem;left:2.84375rem;font-size:1.125rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #CMEcgxLyW0rmvu3IvB1UierANLR1OfEc { width:19.75rem;height:11.69825rem;top:17.1875rem;left:0.125rem;font-size:1rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #pOAeF0CSy7KXO3cko8PkEcDtnNMFu2zb { width:16.375rem;height:2.923825rem;top:29.6845703125rem;left:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WS67IMsMxTq11A5mgpkH49Hf8kLMof7v { width:1.5625rem;height:1.5625rem;top:30.3642578125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEXxtvytmCBCoEETNKCf83gPWOa3SrUi { width:19.75rem;height:33.79489375rem;top:33.9287109375rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R36zDsrZp1Txzz74yiHk640DeJ0zlH7L { width:16.375rem;height:2.923825rem;top:64.125rem;left:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkXPIanU914T8sIbzSwdBRu1sZ2kH7kN { width:1.5625rem;height:1.5625rem;top:64.8046875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZpPfW8vZ5BTUtR5APyPW4x6d3WywRyp { width:19.75rem;height:1.29980625rem;top:68.208984375rem;left:0.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ep87Z2w2zBuJrxiuMn2uITGTgLlqFLWN { width:19.375rem;height:0.0625rem;top:33rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVSivub8aly5z7cTCiM3zAWRxm3THn94 { width:20rem;height:11.1875rem;top:0.5625rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #XXD2IvN4kXCUpsopcqmeFT3AxGblntrM { width:19.75rem;height:20.79684375rem;top:68.1875rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yd9b3qsWV9ifvbqFULAaWWme9XHyGJzB { width:1.5625rem;height:1.5625rem;top:91.244140625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pE3RsAp90b0AdesLmlKXiOWRi5mGBGbT { width:16.375rem;height:5.84765625rem;top:90.564453125rem;left:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bH5H3TC03n2cyt17TkQuRRc9uhsx3Vm1 { width:19.75rem;height:14.297875rem;top:94.7998046875rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbG2UxFwPk8SqbAlAv0qdvACqc35dgiF { width:0.125rem;height:0.125rem;top:110.3476796875rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt7vSacCigDunSUWD6JI2SmdreDyGylU { width:20rem;height:0.125rem;top:111.7226796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCCrLTChnsypIvKEaR0qwpLCUUM2xWBo { width:20rem;height:0.125rem;top:113.0976796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTeNlNNtSpkPy4wWJLk3WQWm46f0z6wW { width:20rem;height:0.125rem;top:114.4726796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #egXEDGJdu2vrNCnHs1MDdlbGOa5G7SNd { display:block; }#egXEDGJdu2vrNCnHs1MDdlbGOa5G7SNd > .row .container { width:20rem;height:80.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yGkTydJV5DWCsWTKXsomCLeo65Eo9Zhs { width:20rem;height:4.5rem;top:2.5625rem;left:0rem;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #LgV30PAewa1B826gzk0XgVWLciHEkXhC { width:20rem;height:3rem;top:8.1375007629394rem;left:0rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #PfDlTqk6rxwK2BT2Osbt4VeBpIxmqTMr { width:2.875rem;height:2.875rem;top:15.14999961853rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkctD7Na1Z2FhSVz80IcCczDoFzJJ9Vk { width:12.5rem;height:0.8125rem;top:19.08749961853rem;left:3.75rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uBCTfdpeJQqO1MP3yIPLEXxJSwNrZaZ2 { width:12.5rem;height:2.1125rem;top:20.16250038147rem;left:3.75rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PkToMKFMNNpTfgkUIhaQOE3VPe2SeCPJ { width:20rem;height:4.78125rem;top:23.4375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #aWmZEHH5P6xmIrRHcM3utGtiP3IgsUqh { width:17.5rem;height:3.1875rem;top:39.199999809265rem;left:1.25rem;font-size:1.0625rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BCfbZhblv3KUZSvf5T02srx4QhxfoTmC { width:12.5rem;height:2.1125rem;top:35.89999961853rem;left:3.75rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #obR0iI39T2gH4LaP028vpcIwmdqgvMQD { width:2.875rem;height:2.875rem;top:30.875rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdSmGNOQvMCczKhmTHnP04hCV9nNUimG { width:12.5rem;height:0.8125rem;top:34.8125rem;left:3.75rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EHQQEmioBs19n7LU9t8mkJhfrEL4qbVv { width:17rem;height:10.420875rem;top:43.700000762939rem;left:1.5rem;font-size:1rem;line-height:1.4;display:block; }#EHQQEmioBs19n7LU9t8mkJhfrEL4qbVv li:before{  }
 }@media only screen and (max-width: 763px) { #dNgd5svKyXTfDpbqVMxma9LXS2WyfJvc { width:2.875rem;height:2.875rem;top:57.3125rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tr39McsSm3Crq3X5LLqhmmZv293f1vPI { width:12.5rem;height:0.8125rem;top:61.375rem;left:3.75rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SoFpVLXRXBMS6OX1ZJ4B7FO7sT5NyUJx { width:18.25rem;height:2.1125rem;top:62.4375rem;left:0.875rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PaplefFQhCwyTkLhSCewWqcJHyR0ebMD { width:18.125rem;height:6.375rem;top:65.6875rem;left:0.9375rem;font-size:1.0625rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GNeLo2ablITe0714fEEcD9t1yhz407z2 { width:13.125rem;height:1.54375rem;top:77.0625rem;left:2.8125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fPVFeH55aO1I7bp9u7KVyHmPQgeO5ymk { width:19rem;height:4.25rem;top:75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tzh9xDF0lvw91avR5KA1awcXuOxRraK4 { display:block; }
 }@media only screen and (max-width: 763px) { #HxU9H9VHx4c2EVy0ZJZCSSWVqnUgoDcc { display:flex;width:2.1875rem;height:2.1875rem;top:76rem;left:15.375rem; }
 }@media only screen and (max-width: 763px) { #S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ { display:block; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row .container { width:20rem;height:12.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F13svKRiG7NS8omdVI4Dq5WkaRRigxRl { width:20rem;height:0.89375rem;top:10rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LzWTAbMWRFNBol0TWCEDT20lPKAnZ3ea { width:7.6875rem;height:1.05625rem;top:8.375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EhQBz5VNsTLAwhy2MnAsK7T26P7voQNn { width:10.4375rem;height:1.05625rem;top:8.375rem;left:9.5625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TaaV3NuFOzcInkzqQxX1VxAZTorFFg8B { width:9.4375rem;height:4.5rem;top:2.0249996185302rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdvGqFaGqBWX515ruKZd6V8THZXugSTk { width:1.9375rem;height:1.1375rem;top:8.33437538147rem;left:7.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }