.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@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:none; }#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:none; }#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; }
#JM6UGAUBNOvsEVG8G7bQJcyJ2VxAkBuS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/bbebea5e-4260-4eb3-947d-27038624b269/image1724.png");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; }#JM6UGAUBNOvsEVG8G7bQJcyJ2VxAkBuS.adaptive-delivery-prevent-bg, #JM6UGAUBNOvsEVG8G7bQJcyJ2VxAkBuS.lazyload, #JM6UGAUBNOvsEVG8G7bQJcyJ2VxAkBuS.lazyloading { background-image: none; }#JM6UGAUBNOvsEVG8G7bQJcyJ2VxAkBuS > .row .container { background-color: transparent; background-image: none; }#JM6UGAUBNOvsEVG8G7bQJcyJ2VxAkBuS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JM6UGAUBNOvsEVG8G7bQJcyJ2VxAkBuS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JM6UGAUBNOvsEVG8G7bQJcyJ2VxAkBuS > .row .container > .video-iframe-container { display: none; }#JM6UGAUBNOvsEVG8G7bQJcyJ2VxAkBuS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JM6UGAUBNOvsEVG8G7bQJcyJ2VxAkBuS > .row > .video-iframe-container { display: none; }#JM6UGAUBNOvsEVG8G7bQJcyJ2VxAkBuS > .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); }#JM6UGAUBNOvsEVG8G7bQJcyJ2VxAkBuS > .row .container { border-width: 0; border-radius: 0; }#JM6UGAUBNOvsEVG8G7bQJcyJ2VxAkBuS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JM6UGAUBNOvsEVG8G7bQJcyJ2VxAkBuS > .row .container { font-size:0.875rem;font-family:arial;height:34.1875rem;width:75rem;position:relative;display:block; }#kJPMycHZX3yWliQlL1rhL7n6dqugUHZa { position:absolute;display:block;z-index:15000;background-color:#065ea6;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.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.19) ;height:9.25rem;width:28.0625rem;top:2.6875rem;left:0rem;display:block; }
#Dz9XCxxzsII9O3a28lucorOUx6pIWJuB { position:absolute;display:block;z-index:14999;background-color:#22a038;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.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.19) ;height:10.25rem;width:28.0625rem;top:7.75rem;left:0rem;display:block; }
#SvVBVcUTvu5l1HKRc21WT021HzZGwtCx { 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:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.19) ;height:13.4375rem;width:28.0625rem;top:11.4375rem;left:0rem;display:block; }
#AtgQwvqelmf5inskzomZUSXAZMw5aqIi { color:#ffffff;display:block;width:22.75rem;position:absolute;font-family:"gt walsheim";font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:4.4187498092651rem;left:2.375rem;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; }
#BxZSCNKCA3lxh8CQGy5XeInNCcSDIRz5 { color:#ffffff;display:block;width:24.875rem;position:absolute;font-family:"gt walsheim";font-size:1.75rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:13.83749961853rem;left:2.375rem;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; }
#brsmT6qaDGJRFP3LJm195vUJWHh1suuT { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;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.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.125rem;height:4.875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:26.5rem;left:0rem;display:block; }
#mV5klxdGClMrOmJ530AyN3vc3uvr1xpC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gE3pkbribExeTlgHkxq7qxCgqhS9ZJDC { box-sizing:content-box;height:4.875rem;width:28.0625rem;position:absolute;display:block;z-index:15006;background-color:#015aa9;background-image:none;top:26.5rem;left:0rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#J3peFkkQORgHJ9u1Ob3qZkvoL4iAiQSA { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:"gt walsheim";font-size:1.6875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:27.8125rem;left:3.875rem;height:2.1933625rem;font-style:normal;display:block; }
#z2NTMWk7zqsvbmap2EiP29RnlBK0OGGq { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:28.0625rem;left:23.5rem; }
#yVK0mqNVdywGwm3UtDXVuVSJeFrTDO6D { position:absolute;display:block;z-index:15009;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.9375rem;width:10.375rem;top:19.125rem;left:2.375rem;overflow:hidden;display:block; }
#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:45.875rem;width:75rem;position:relative;display:block; }#ubCOK7ec3pZCWEsTuKuota95pVGeLwiI { 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:23.875rem;width:19.125rem;top:5.84375rem;left:-1.25rem;overflow:hidden;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:13.375rem;left:0.1875rem;height:4.14375rem;display:block; }
#yXAsIqwNgzAFXT3VT26LL8TAmtAJgUwl { color:#015aa9;display:block;width:32.4375rem;position:absolute;font-family:"gt walsheim";font-size:5.0625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:16.3125rem;left:0.1875rem;height:6.5810625rem;font-style:normal;display:block; }
#EBesoEhmDWp9UoAAufHFtXQPxIa9betK { color:#2a2a2a;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.7988125rem;display:block; }
#zaO6i26DroZ6F9TWWed0nWqgLkbWZRuV { color:#2a2a2a;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:33.75rem;height:25.59375rem;font-style:normal;display:block; }
#qm9QZnQSausZGx21Pt1bHyDHefpsqHHU { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;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.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4375rem;height:1.75rem;text-decoration:none;z-index:15014;text-align:justify;text-align-last:initial;top:42.125rem;left:35.625rem;display:block; }
#c8UwyS757hXWgh2bt0K3l9kEpr9Kg1QT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kbBsGlDUTF0SrOfCLK61zuzM5Wi6N5WI { box-sizing:content-box;height:3.625rem;width:17.875rem;position:absolute;display:block;z-index:15010;background-color:#015aa9;background-image:none;top:41.125rem;left:33.84375rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;border-top:0.0625rem solid #015aa9;border-left:0.0625rem solid #015aa9;border-right:0.0625rem solid #015aa9;border-bottom:0.0625rem solid #015aa9;display:block; }
#D0T6bNiecxQcpJHVrFun5Jt9DNsHqmin { color:#ffffff;display:block;width:12.9375rem;position:absolute;font-family:"gt walsheim";font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:42.1875rem;left:35.625rem;height:1.625rem;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:35.375rem;left:43.8125rem; }
#gIxKKryzeOz3JUK76XbhOLIxkbX4TnfP { 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:none; }#gIxKKryzeOz3JUK76XbhOLIxkbX4TnfP > .row .container { border-width: 0; border-radius: 0; }#gIxKKryzeOz3JUK76XbhOLIxkbX4TnfP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gIxKKryzeOz3JUK76XbhOLIxkbX4TnfP > .row .container { font-size:0.875rem;font-family:arial;height:21.25rem;width:75rem;position:relative;display:none; }#t2L38LSAdAfHxh2oednFtpFoRewmrzcb { box-sizing:content-box;height:3.625rem;width:31.4375rem;position:absolute;display:block;z-index:15000;background-color:#015aa9;background-image:none;top:3.9375rem;left:0rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#zyzKsNmn5h0x3aAnIFiHGThtgKX0Dm1z { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3bb6ae47-212b-48c6-b83e-c341a1e5b3f7/checksymbol.svg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#7dabd5;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.6875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:3.5rem;text-decoration:none;z-index:15001;text-align:left;text-align-last:left;top:4rem;left:0.0625rem;display:block; }#zyzKsNmn5h0x3aAnIFiHGThtgKX0Dm1z.adaptive-delivery-prevent-bg, #zyzKsNmn5h0x3aAnIFiHGThtgKX0Dm1z.lazyload, #zyzKsNmn5h0x3aAnIFiHGThtgKX0Dm1z.lazyloading { background-image: none; }
#ZTVeby7bS1DK7ZE71a5aTttT4zNPxTeU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U75SVn3EHgfw1HdX6kI6zenyNLqZTQst { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3bb6ae47-212b-48c6-b83e-c341a1e5b3f7/checksymbol.svg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#7dabd5;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.6875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:3.5rem;text-decoration:none;z-index:15002;text-align:left;text-align-last:left;top:4rem;left:13.6875rem;display:block; }#U75SVn3EHgfw1HdX6kI6zenyNLqZTQst.adaptive-delivery-prevent-bg, #U75SVn3EHgfw1HdX6kI6zenyNLqZTQst.lazyload, #U75SVn3EHgfw1HdX6kI6zenyNLqZTQst.lazyloading { background-image: none; }
#FfhMZ8t5GOW3d39WZPqncsEToBuL1arr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bVxswt2oTNaLBLe3N2HPOPtvnqZCZJMz { 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; }#bVxswt2oTNaLBLe3N2HPOPtvnqZCZJMz > .row .container { background-color: transparent; background-image: none; }#bVxswt2oTNaLBLe3N2HPOPtvnqZCZJMz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bVxswt2oTNaLBLe3N2HPOPtvnqZCZJMz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bVxswt2oTNaLBLe3N2HPOPtvnqZCZJMz > .row .container > .video-iframe-container { display: none; }#bVxswt2oTNaLBLe3N2HPOPtvnqZCZJMz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bVxswt2oTNaLBLe3N2HPOPtvnqZCZJMz > .row > .video-iframe-container { display: none; }#bVxswt2oTNaLBLe3N2HPOPtvnqZCZJMz > .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); }#bVxswt2oTNaLBLe3N2HPOPtvnqZCZJMz > .row .container { border-width: 0; border-radius: 0; }#bVxswt2oTNaLBLe3N2HPOPtvnqZCZJMz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bVxswt2oTNaLBLe3N2HPOPtvnqZCZJMz > .row .container { font-size:0.875rem;font-family:arial;height:14.875rem;width:75rem;position:relative;display:block; }#mXW1VUWJZVMuWkQt3yB93LWPboOSRWF0 { position:relative;display:block; }#mXW1VUWJZVMuWkQt3yB93LWPboOSRWF0 { background-color: transparent; background-image: none; }#mXW1VUWJZVMuWkQt3yB93LWPboOSRWF0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mXW1VUWJZVMuWkQt3yB93LWPboOSRWF0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mXW1VUWJZVMuWkQt3yB93LWPboOSRWF0 > .row .container > .video-iframe-container { display: none; }#mXW1VUWJZVMuWkQt3yB93LWPboOSRWF0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mXW1VUWJZVMuWkQt3yB93LWPboOSRWF0 > .row > .video-iframe-container { display: none; }#mXW1VUWJZVMuWkQt3yB93LWPboOSRWF0 > .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); }#mXW1VUWJZVMuWkQt3yB93LWPboOSRWF0 { border-width: 0; border-radius: 0; }#mXW1VUWJZVMuWkQt3yB93LWPboOSRWF0 > .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; }#mXW1VUWJZVMuWkQt3yB93LWPboOSRWF0 > .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:25.125rem;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; }#O2PMtKgWh92W7ZVK0SfLmWEwiil25nn7 { box-sizing:content-box;height:22.875rem;width:23.5rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:0rem;left:0rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;box-shadow: 0rem 0.1875rem 2rem rgba(0,0,0,0.08) ;display:block; }
#PwFGKJZzTkUGUSQ9031yCxVQSBvJiEo2 { 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:4.0625rem;width:4.375rem;top:1.75rem;left:1.3125rem;overflow:hidden;display:block; }
#EU0IvNfazllmoN19ahR7t1itudGizHXr { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:"gt walsheim";font-size:1.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.5rem;left:1.3125rem;height:3.736325rem;font-style:normal;display:block; }
#bI4wKalLWS1TH8tXD1yhEAvUu9PmTqge { color:#000000;display:block;width:18.8125rem;position:absolute;font-family:"gt walsheim";font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:11rem;left:1.3125rem;height:5.19921875rem;font-style:normal;display:block; }
#e7clR11auFA8gErcfbg7wmri1CdQ3Kif { 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.0625rem solid #09699d;border-left:0.0625rem solid #09699d;border-right:0.0625rem solid #09699d;border-bottom:0.0625rem solid #09699d;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#005aa9;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"gt walsheim";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:17.625rem;left:1.3125rem;display:block; }
#LlnnndlvxrgTUu0Wi6u1zknMBPOmlaOk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PtPX8tvcus7Uuf7GSPATvF2Bz6LM1DPs { color:rgba(0,0,0,0.42);display:block;width:7.375rem;position:absolute;font-family:"gt walsheim";font-size:0.8125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:17.625rem;left:14.875rem;height:1.05625rem;text-align:right;text-align-last:right;display:block; }
#bTcSwdJkoHcVq5qhrLUxr3aZQ8CPbnaX { color:#13a538;display:block;width:7.3125rem;position:absolute;font-family:"gt walsheim";font-size:1.6875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:18.61874961853rem;left:14.9375rem;height:2.1933625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#cxmBSoIJyPXJssgf7QDJgdJ4JnDRspEW { 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:3.25rem;width:3.25rem;display:none; }
#d86NUZBSel2b6PRGGzZqO7k3B1W9hIea { 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:3.25rem;width:3.25rem;display:none; }
#v0Bm2aL1U9LFk2g1h08HeCDUZSXIO7XT { position:relative;display:block; }#v0Bm2aL1U9LFk2g1h08HeCDUZSXIO7XT { background-color: transparent; background-image: none; }#v0Bm2aL1U9LFk2g1h08HeCDUZSXIO7XT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v0Bm2aL1U9LFk2g1h08HeCDUZSXIO7XT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v0Bm2aL1U9LFk2g1h08HeCDUZSXIO7XT > .row .container > .video-iframe-container { display: none; }#v0Bm2aL1U9LFk2g1h08HeCDUZSXIO7XT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v0Bm2aL1U9LFk2g1h08HeCDUZSXIO7XT > .row > .video-iframe-container { display: none; }#v0Bm2aL1U9LFk2g1h08HeCDUZSXIO7XT > .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); }#v0Bm2aL1U9LFk2g1h08HeCDUZSXIO7XT { border-width: 0; border-radius: 0; }#v0Bm2aL1U9LFk2g1h08HeCDUZSXIO7XT > .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; }#v0Bm2aL1U9LFk2g1h08HeCDUZSXIO7XT > .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:25.125rem;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; }#TEm9Q12M3r1OKStuioCmwNxXOWVUZ1wI { box-sizing:content-box;height:22.875rem;width:23.5rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:0rem;left:0rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;box-shadow: 0rem 0.1875rem 2rem rgba(0,0,0,0.08) ;display:block; }
#SEK5HA96CHJgKBuIB6XwlCMqwEQaFnMd { 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:4.5625rem;width:4.5625rem;top:1.25rem;left:1.3125rem;overflow:hidden;display:block; }
#yVvEcd3IecEnHa0cP7gzap8CQrIztOhm { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:"gt walsheim";font-size:1.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.5rem;left:1.3125rem;height:3.736325rem;font-style:normal;display:block; }
#GCofI6SBWomdzHSMtOyGANwuhxPcdTlr { color:#000000;display:block;width:21rem;position:absolute;font-family:"gt walsheim";font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:11rem;left:1.3125rem;height:3.8994125rem;font-style:normal;display:block; }
#va0vfESeeo6xNP7AS1OdcaT3oNEixH7n { 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.0625rem solid #09699d;border-left:0.0625rem solid #09699d;border-right:0.0625rem solid #09699d;border-bottom:0.0625rem solid #09699d;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#005aa9;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"gt walsheim";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:17.625rem;left:1.3125rem;display:block; }
#F2xJrFmKL2eu37imh9C4CHhTevFv2dav { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nHTM9BBFUEHRkKT3WtZLKwWX9yE2vRC6 { color:rgba(0,0,0,0.42);display:block;width:7.375rem;position:absolute;font-family:"gt walsheim";font-size:0.8125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:17.625rem;left:14.875rem;height:1.05625rem;text-align:right;text-align-last:right;display:block; }
#oTSzIH8KEQFUi444ICtVzUoG5hEQrZPJ { color:#13a538;display:block;width:7.3125rem;position:absolute;font-family:"gt walsheim";font-size:1.6875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:18.61874961853rem;left:14.9375rem;height:2.1933625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#PbVruN4dlniEu6r5Bt2ptZHS4STu0hPa { 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:3.25rem;width:3.25rem;display:none; }
#VeLKu1hHtWkgBVRXZHLGSJD91taSzDR1 { 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:3.25rem;width:3.25rem;display:none; }
#xTnKLEHWTUJE2bBzIhB3MauZRU9lkUqp { position:relative;display:block; }#xTnKLEHWTUJE2bBzIhB3MauZRU9lkUqp { background-color: transparent; background-image: none; }#xTnKLEHWTUJE2bBzIhB3MauZRU9lkUqp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTnKLEHWTUJE2bBzIhB3MauZRU9lkUqp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTnKLEHWTUJE2bBzIhB3MauZRU9lkUqp > .row .container > .video-iframe-container { display: none; }#xTnKLEHWTUJE2bBzIhB3MauZRU9lkUqp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTnKLEHWTUJE2bBzIhB3MauZRU9lkUqp > .row > .video-iframe-container { display: none; }#xTnKLEHWTUJE2bBzIhB3MauZRU9lkUqp > .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); }#xTnKLEHWTUJE2bBzIhB3MauZRU9lkUqp { border-width: 0; border-radius: 0; }#xTnKLEHWTUJE2bBzIhB3MauZRU9lkUqp > .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; }#xTnKLEHWTUJE2bBzIhB3MauZRU9lkUqp > .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:25.125rem;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; }#LlS7MvgkqVmFWfguQKIT4MqHC3E3JNrT { box-sizing:content-box;height:22.875rem;width:23.5rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:0rem;left:0rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;box-shadow: 0rem 0.1875rem 2rem rgba(0,0,0,0.08) ;display:block; }
#EcTk6KFw7a3ulktF1WTWkdGQxoyvfTXV { 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:3.8125rem;width:4.8125rem;top:1.75rem;left:1.3125rem;overflow:hidden;display:block; }
#DZnUL68QQk8mEzmwyIB1vKuguFgNVkBt { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:"gt walsheim";font-size:1.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.5rem;left:1.3125rem;height:3.736325rem;font-style:normal;display:block; }
#aEsTwCRgH1NMsZMDxVm1sz8alEQS7A65 { color:#000000;display:block;width:20.875rem;position:absolute;font-family:"gt walsheim";font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:11rem;left:1.3125rem;height:3.8994125rem;font-style:normal;display:block; }
#xXxmq8X4sZiLeTLia32wP2Q7LWklkIst { 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.0625rem solid #09699d;border-left:0.0625rem solid #09699d;border-right:0.0625rem solid #09699d;border-bottom:0.0625rem solid #09699d;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#005aa9;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"gt walsheim";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:17.625rem;left:1.3125rem;display:block; }
#zp2Z1GgtcZHryqyKnW7mLlJtPiusB2Tg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aTUUJogWHORq2qPk5HEMK4PoLf7Ez4Tg { color:rgba(0,0,0,0.42);display:block;width:7.375rem;position:absolute;font-family:"gt walsheim";font-size:0.8125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:17.625rem;left:14.875rem;height:1.05625rem;text-align:right;text-align-last:right;display:block; }
#LtQtIBp7uXK50RwpQwmUAUcoLUDw2oPu { color:#13a538;display:block;width:7.3125rem;position:absolute;font-family:"gt walsheim";font-size:1.6875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:18.61874961853rem;left:14.9375rem;height:2.1933625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#NuxIlTNTiMPmVOkIn9EksUvmL3Z0PfUT { 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:3.25rem;width:3.25rem;display:none; }
#LpLWUgKK1mrfiMTNUtSEnvMb3Unwbe5g { 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:3.25rem;width:3.25rem;display:none; }
#sGOwObCDUuni9Z0EgxZ1asiW84NaBq6L { 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:3.25rem;width:3.25rem;display:none; }
#GWbVvMDaukoFH7M9pJeRpnZhp6aL82t0 { position:relative;display:none; }#GWbVvMDaukoFH7M9pJeRpnZhp6aL82t0 { border-width: 0; border-radius: 0; }#GWbVvMDaukoFH7M9pJeRpnZhp6aL82t0 > .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; }#GWbVvMDaukoFH7M9pJeRpnZhp6aL82t0 > .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:5.125rem;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:none; }#QOx3KTmU6Fz1ZoQRbUdF3t5Cnt3H8uCd { box-sizing:content-box;height:3.875rem;width:15.3125rem;position:absolute;display:block;z-index:15014;background-color:transparent;background-image:none;top:0rem;left:29.8125rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;border-top:0.0625rem solid #015aa9;border-left:0.0625rem solid #015aa9;border-right:0.0625rem solid #015aa9;border-bottom:0.0625rem solid #015aa9;display:block; }
#UAXUh4UTwMI44JOKXlr5W5zH6VnurCMy { color:#015aa9;display:block;width:9rem;position:absolute;font-family:"gt walsheim";font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:1.1875rem;left:31.5rem;height:1.625rem;font-style:normal;display:block; }
#ZDMzKDWe2VrunK5JAgf5bFSKaMJrfcMx { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:1.1875rem;left:42.25rem; }
#lsrEq5Jde3yTNGfcl5RGMcVP0DqnfMV3 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;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.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:4rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:0rem;left:29.8125rem;display:block; }
#f0E1obXDtRp5PwxqZ6nnFUwfkB432Agq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fKHIRVWkkEW2QZRkDlaMZOt3SeiLMy3g { position:relative;display:block; }#fKHIRVWkkEW2QZRkDlaMZOt3SeiLMy3g { background-color: transparent; background-image: none; }#fKHIRVWkkEW2QZRkDlaMZOt3SeiLMy3g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fKHIRVWkkEW2QZRkDlaMZOt3SeiLMy3g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fKHIRVWkkEW2QZRkDlaMZOt3SeiLMy3g > .row .container > .video-iframe-container { display: none; }#fKHIRVWkkEW2QZRkDlaMZOt3SeiLMy3g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fKHIRVWkkEW2QZRkDlaMZOt3SeiLMy3g > .row > .video-iframe-container { display: none; }#fKHIRVWkkEW2QZRkDlaMZOt3SeiLMy3g > .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); }#fKHIRVWkkEW2QZRkDlaMZOt3SeiLMy3g { border-width: 0; border-radius: 0; }#fKHIRVWkkEW2QZRkDlaMZOt3SeiLMy3g > .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; }#fKHIRVWkkEW2QZRkDlaMZOt3SeiLMy3g > .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:25.125rem;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; }#Kf4TMbCoICizkKwMq9kmQmT7pHnU8DyL { box-sizing:content-box;height:22.875rem;width:23.5rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:0rem;left:0rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;box-shadow: 0rem 0.1875rem 2rem rgba(0,0,0,0.08) ;display:block; }
#hnPEIGEgtMvkVmWJBCah2G9ZFMvgbCHM { 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:3.25rem;width:3.5rem;top:1.25rem;left:1.3125rem;overflow:hidden;display:block; }
#oruLUmzB7GrKDgUDlVhTkSTFdBfubDGS { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:"gt walsheim";font-size:1.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.5rem;left:1.3125rem;height:3.736325rem;font-style:normal;display:block; }
#L56CIRc2cWu6P6bOV8peKVAq865l6wRI { color:#000000;display:block;width:20.875rem;position:absolute;font-family:"gt walsheim";font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:11rem;left:1.3125rem;height:2.5996125rem;font-style:normal;display:block; }
#cqfypvqnOhDkNiP1VKqZwy65Q1inJAwy { 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.0625rem solid #09699d;border-left:0.0625rem solid #09699d;border-right:0.0625rem solid #09699d;border-bottom:0.0625rem solid #09699d;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#005aa9;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"gt walsheim";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:17.625rem;left:1.3125rem;display:block; }
#XP00l9PhB669CE79hEHvsI1vRtehPTLr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xy373gRuQDfd0ApBqZ3604kLZulVoovS { color:rgba(0,0,0,0.42);display:block;width:7.375rem;position:absolute;font-family:"gt walsheim";font-size:0.8125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:17.625rem;left:14.875rem;height:1.05625rem;text-align:right;text-align-last:right;display:block; }
#JIyvgvJEGGF72kX9e3QzDQL36TBo0ugX { color:#13a538;display:block;width:7.3125rem;position:absolute;font-family:"gt walsheim";font-size:1.6875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:18.61874961853rem;left:14.9375rem;height:2.1933625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#pvRillIw2A6moRDxSWn3dsOtW2MvKq36 { 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:3.25rem;width:3.25rem;display:none; }
#w8NBHlAJn1e3e3cXOsEc9rPWrBn8rdVI { 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:3.25rem;width:3.25rem;display:none; }
#iVovrraylKIZlXtHbL7p3SMNKtfl0BZx { position:relative;display:block; }#iVovrraylKIZlXtHbL7p3SMNKtfl0BZx { background-color: transparent; background-image: none; }#iVovrraylKIZlXtHbL7p3SMNKtfl0BZx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iVovrraylKIZlXtHbL7p3SMNKtfl0BZx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iVovrraylKIZlXtHbL7p3SMNKtfl0BZx > .row .container > .video-iframe-container { display: none; }#iVovrraylKIZlXtHbL7p3SMNKtfl0BZx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iVovrraylKIZlXtHbL7p3SMNKtfl0BZx > .row > .video-iframe-container { display: none; }#iVovrraylKIZlXtHbL7p3SMNKtfl0BZx > .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); }#iVovrraylKIZlXtHbL7p3SMNKtfl0BZx { border-width: 0; border-radius: 0; }#iVovrraylKIZlXtHbL7p3SMNKtfl0BZx > .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; }#iVovrraylKIZlXtHbL7p3SMNKtfl0BZx > .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:25.125rem;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; }#MUvSmvimenrh0ytxtCmEG6lGpA9EQbZ1 { box-sizing:content-box;height:22.875rem;width:23.5rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:0rem;left:0rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;box-shadow: 0rem 0.1875rem 2rem rgba(0,0,0,0.08) ;display:block; }
#ElosS5AaqThveOp71ga5Qpy6I7aAVcVG { 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:3.5625rem;width:3.25rem;top:1.75rem;left:1.3125rem;overflow:hidden;display:block; }
#kDUH4EDsDwVTzNnMXlvTEFX7TlSz3UrM { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:"gt walsheim";font-size:1.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.5rem;left:1.3125rem;height:3.736325rem;font-style:normal;display:block; }
#nlzN8eTv0xTcZQO2eFcwlXTnFNB6gtD8 { color:#000000;display:block;width:18.8125rem;position:absolute;font-family:"gt walsheim";font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:11rem;left:1.3125rem;height:2.5996125rem;font-style:normal;display:block; }
#ZpO54yJDtkgMTau71OTQShN70Wb1lOb5 { 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.0625rem solid #09699d;border-left:0.0625rem solid #09699d;border-right:0.0625rem solid #09699d;border-bottom:0.0625rem solid #09699d;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#005aa9;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"gt walsheim";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:17.625rem;left:1.3125rem;display:block; }
#qIEP6dRhOXpD8hWrrSNTmENhFkINb44k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GAVxbWJTtN30RWWNimPDI2v7ET6ghtTk { color:rgba(0,0,0,0.42);display:block;width:7.375rem;position:absolute;font-family:"gt walsheim";font-size:0.8125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:17.625rem;left:14.875rem;height:1.05625rem;text-align:right;text-align-last:right;display:block; }
#sLLnfoq8ZQTAF5TT5WcXBAvUOcWQdxbc { color:#13a538;display:block;width:7.3125rem;position:absolute;font-family:"gt walsheim";font-size:1.6875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:18.61874961853rem;left:14.9375rem;height:2.1933625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#SHWdzNFCS7JOskzsmdMqRdQCivcN69TO { 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:3.25rem;width:3.25rem;display:none; }
#giJdFWPRunZtwLVDZBIb0agc62mf5MxD { 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:3.25rem;width:3.25rem;display:none; }
#zIFtcuafVk33fgkQJCZR4LJmIN1Sxa6c { position:relative;display:block; }#zIFtcuafVk33fgkQJCZR4LJmIN1Sxa6c { background-color: transparent; background-image: none; }#zIFtcuafVk33fgkQJCZR4LJmIN1Sxa6c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zIFtcuafVk33fgkQJCZR4LJmIN1Sxa6c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zIFtcuafVk33fgkQJCZR4LJmIN1Sxa6c > .row .container > .video-iframe-container { display: none; }#zIFtcuafVk33fgkQJCZR4LJmIN1Sxa6c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zIFtcuafVk33fgkQJCZR4LJmIN1Sxa6c > .row > .video-iframe-container { display: none; }#zIFtcuafVk33fgkQJCZR4LJmIN1Sxa6c > .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); }#zIFtcuafVk33fgkQJCZR4LJmIN1Sxa6c { border-width: 0; border-radius: 0; }#zIFtcuafVk33fgkQJCZR4LJmIN1Sxa6c > .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; }#zIFtcuafVk33fgkQJCZR4LJmIN1Sxa6c > .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:25.125rem;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; }#zfgUt1tPGOhmlFelohnd24J3LXSSEK9B { box-sizing:content-box;height:22.875rem;width:23.5rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:0rem;left:0rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;box-shadow: 0rem 0.1875rem 2rem rgba(0,0,0,0.08) ;display:block; }
#F8J0mvz1513Ms0x0nqTDNXcwZHbUxbEu { 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:4rem;width:4rem;top:1.75rem;left:1.3125rem;overflow:hidden;display:block; }
#APNwu9Fl3IAWMmJpIl9zCcsZl148Ja8d { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:"gt walsheim";font-size:1.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.5rem;left:1.3125rem;height:3.736325rem;font-style:normal;display:block; }
#NAe0G2FhiHreSNk45OI1GC1NrU44ybET { color:#000000;display:block;width:20.875rem;position:absolute;font-family:"gt walsheim";font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:11rem;left:1.3125rem;height:5.19921875rem;font-style:normal;display:block; }
#qRFkT7A5WvZoXkCcOuScU5CQ6m7s8PwS { 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.0625rem solid #09699d;border-left:0.0625rem solid #09699d;border-right:0.0625rem solid #09699d;border-bottom:0.0625rem solid #09699d;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#005aa9;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"gt walsheim";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:17.625rem;left:1.3125rem;display:block; }
#zMwHpQHOv5TlcyoB9UAi3QGncwm77Tza { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lfToZdgt2HbO4f2QrL8rHgMU6pgfobe8 { color:rgba(0,0,0,0.42);display:block;width:7.375rem;position:absolute;font-family:"gt walsheim";font-size:0.8125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:17.625rem;left:14.875rem;height:1.05625rem;text-align:right;text-align-last:right;display:block; }
#DxWyEWTvrIhaRuahXPHNFvXVPux0gumN { color:#13a538;display:block;width:7.3125rem;position:absolute;font-family:"gt walsheim";font-size:1.6875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:18.61874961853rem;left:14.9375rem;height:2.1933625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#XoT3lkCilKz9DNfoqqT3xPmPlXZUVluy { 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:3.25rem;width:3.25rem;display:none; }
#NxVuurGfrtaVgFaReden0y1qL3bAdiUX { 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:3.25rem;width:3.25rem;display:none; }
#bMeTqdSJeUaL5wt5uLfwDUAddUUMiJfZ { position:relative;display:block; }#bMeTqdSJeUaL5wt5uLfwDUAddUUMiJfZ { background-color: transparent; background-image: none; }#bMeTqdSJeUaL5wt5uLfwDUAddUUMiJfZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bMeTqdSJeUaL5wt5uLfwDUAddUUMiJfZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bMeTqdSJeUaL5wt5uLfwDUAddUUMiJfZ > .row .container > .video-iframe-container { display: none; }#bMeTqdSJeUaL5wt5uLfwDUAddUUMiJfZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bMeTqdSJeUaL5wt5uLfwDUAddUUMiJfZ > .row > .video-iframe-container { display: none; }#bMeTqdSJeUaL5wt5uLfwDUAddUUMiJfZ > .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); }#bMeTqdSJeUaL5wt5uLfwDUAddUUMiJfZ { border-width: 0; border-radius: 0; }#bMeTqdSJeUaL5wt5uLfwDUAddUUMiJfZ > .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; }#bMeTqdSJeUaL5wt5uLfwDUAddUUMiJfZ > .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:25.125rem;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; }#dZEc7JLy8NGTzwqRg3RcRSB46kxN1yFs { box-sizing:content-box;height:22.875rem;width:23.5rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:0rem;left:0rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;box-shadow: 0rem 0.1875rem 2rem rgba(0,0,0,0.08) ;display:block; }
#N1r4AUKHddUacf32K74PyQubRHn5E4J7 { 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:3.375rem;width:3.375rem;top:1.75rem;left:1.3125rem;overflow:hidden;display:block; }
#eJCUgp714sDyVIeikDyJ0rRLODirHvGH { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:"gt walsheim";font-size:1.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.5rem;left:1.3125rem;height:3.736325rem;font-style:normal;display:block; }
#wOvqDJZmQUepTM8DSo4SXbl7GcA5wUyZ { color:#000000;display:block;width:20.875rem;position:absolute;font-family:"gt walsheim";font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:11rem;left:1.3125rem;height:3.8994125rem;font-style:normal;display:block; }
#iPoT0X0G4LTA7AgqQLhyAeUMGkklkAw4 { 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.0625rem solid #09699d;border-left:0.0625rem solid #09699d;border-right:0.0625rem solid #09699d;border-bottom:0.0625rem solid #09699d;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#005aa9;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"gt walsheim";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:17.625rem;left:1.3125rem;display:block; }
#U3lvlPyhxuCbe6UskCVoNvTasCZx2POk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ab3QuELtSNRpzkWEGcE2QTJXUBdXmzqq { color:rgba(0,0,0,0.42);display:block;width:7.375rem;position:absolute;font-family:"gt walsheim";font-size:0.8125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:17.625rem;left:14.875rem;height:1.05625rem;text-align:right;text-align-last:right;display:block; }
#opCG82LGMMXoqDBXCbKuPIVQPAyMkPIi { color:#13a538;display:block;width:7.3125rem;position:absolute;font-family:"gt walsheim";font-size:1.6875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:18.61874961853rem;left:14.9375rem;height:2.1933625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#M8QHr8ixbBPO94rx4yxE4TKePVXX5Emk { 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:3.25rem;width:3.25rem;display:none; }
#IN37wrzUz09S4UhvhhWi7sVeKOKZns62 { 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:3.25rem;width:3.25rem;display:none; }
#PIEdfLZsKblaJhQMG2fAxL5PXUWNTTwG { position:relative;display:block; }#PIEdfLZsKblaJhQMG2fAxL5PXUWNTTwG { background-color: transparent; background-image: none; }#PIEdfLZsKblaJhQMG2fAxL5PXUWNTTwG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PIEdfLZsKblaJhQMG2fAxL5PXUWNTTwG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PIEdfLZsKblaJhQMG2fAxL5PXUWNTTwG > .row .container > .video-iframe-container { display: none; }#PIEdfLZsKblaJhQMG2fAxL5PXUWNTTwG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PIEdfLZsKblaJhQMG2fAxL5PXUWNTTwG > .row > .video-iframe-container { display: none; }#PIEdfLZsKblaJhQMG2fAxL5PXUWNTTwG > .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); }#PIEdfLZsKblaJhQMG2fAxL5PXUWNTTwG { border-width: 0; border-radius: 0; }#PIEdfLZsKblaJhQMG2fAxL5PXUWNTTwG > .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; }#PIEdfLZsKblaJhQMG2fAxL5PXUWNTTwG > .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:25.125rem;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; }#t9yxqTP3EbzaII4slOKg3g621vk0VvUP { box-sizing:content-box;height:22.875rem;width:23.5rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:0rem;left:0rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;box-shadow: 0rem 0.1875rem 2rem rgba(0,0,0,0.08) ;display:block; }
#RT4UGuR36kzb24mrXIeZTmgXfgeREN3d { 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:4.375rem;width:3.375rem;top:1.75rem;left:1.3125rem;overflow:hidden;display:block; }
#eQwA7IPxzmdTH1cm7oTMfRJDqWB5FVQa { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:"gt walsheim";font-size:1.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.5rem;left:1.3125rem;height:3.736325rem;font-style:normal;display:block; }
#qqlTMMycuzfIEsmBCr1XECIqFSv7U10V { color:#000000;display:block;width:20.875rem;position:absolute;font-family:"gt walsheim";font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:11rem;left:1.3125rem;height:2.6rem;font-style:normal;display:block; }
#GHJ6cpsDDTaitunkHr8mTw65ESKFaP22 { 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.0625rem solid #09699d;border-left:0.0625rem solid #09699d;border-right:0.0625rem solid #09699d;border-bottom:0.0625rem solid #09699d;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#005aa9;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"gt walsheim";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:17.625rem;left:1.3125rem;display:block; }
#rmDfdBdS0v3416O7oaEqTsKe7LstHxqT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eooluJUcZFEn90I2JgVplXhhTV3SBmQq { color:rgba(0,0,0,0.42);display:block;width:7.375rem;position:absolute;font-family:"gt walsheim";font-size:0.8125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:17.625rem;left:14.875rem;height:1.05625rem;text-align:right;text-align-last:right;display:block; }
#Ttr4GsrAkbigTyDgKLTowQC6KziL5pu9 { color:#13a538;display:block;width:7.3125rem;position:absolute;font-family:"gt walsheim";font-size:1.6875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:18.61874961853rem;left:14.9375rem;height:2.1933625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ShpefwWltipGvC1st0VWv3rCyWTfe5tZ { 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:3.25rem;width:3.25rem;display:none; }
#ztb5r7D2y8a5oyofegNJoWkTA0pIA2le { 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:3.25rem;width:3.25rem;display:none; }
#dOdhSmIycfJKTtxy3OLgwwruuWPzOD2b { position:relative;display:block; }#dOdhSmIycfJKTtxy3OLgwwruuWPzOD2b { background-color: transparent; background-image: none; }#dOdhSmIycfJKTtxy3OLgwwruuWPzOD2b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dOdhSmIycfJKTtxy3OLgwwruuWPzOD2b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dOdhSmIycfJKTtxy3OLgwwruuWPzOD2b > .row .container > .video-iframe-container { display: none; }#dOdhSmIycfJKTtxy3OLgwwruuWPzOD2b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dOdhSmIycfJKTtxy3OLgwwruuWPzOD2b > .row > .video-iframe-container { display: none; }#dOdhSmIycfJKTtxy3OLgwwruuWPzOD2b > .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); }#dOdhSmIycfJKTtxy3OLgwwruuWPzOD2b { border-width: 0; border-radius: 0; }#dOdhSmIycfJKTtxy3OLgwwruuWPzOD2b > .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; }#dOdhSmIycfJKTtxy3OLgwwruuWPzOD2b > .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:25.125rem;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; }#Bw59tXpkth2pRIH86Qcx0EdQGPSLZtQE { box-sizing:content-box;height:22.875rem;width:23.5rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:0rem;left:0rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;box-shadow: 0rem 0.1875rem 2rem rgba(0,0,0,0.08) ;display:block; }
#UgMUeylQ72O9PoDIOOpWItffFGZs1qr2 { 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:4.375rem;width:4.375rem;top:1.75rem;left:1.3125rem;overflow:hidden;display:block; }
#TnISgd27OQkIXoEyC5i9H8eWL9taNqzb { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:"gt walsheim";font-size:1.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.5rem;left:1.3125rem;height:3.736325rem;font-style:normal;display:block; }
#b1JbmM2wPaw4JIbsxvBkLFZw3XHWisrl { color:#000000;display:block;width:20.875rem;position:absolute;font-family:"gt walsheim";font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:11rem;left:1.3125rem;height:3.89941875rem;font-style:normal;display:block; }
#xUykzHKtXyw4QZrfhD4fpQXrTPWEVZSn { 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.0625rem solid #09699d;border-left:0.0625rem solid #09699d;border-right:0.0625rem solid #09699d;border-bottom:0.0625rem solid #09699d;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#005aa9;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"gt walsheim";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:17.625rem;left:1.3125rem;display:block; }
#xA4ZEtARVnWMwXryhnAH9rxv95U1fD2E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vBWIETLW5t11MooVwSERumfyXTttZ1Mk { color:rgba(0,0,0,0.42);display:block;width:7.375rem;position:absolute;font-family:"gt walsheim";font-size:0.8125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:17.625rem;left:14.875rem;height:1.05625rem;text-align:right;text-align-last:right;display:block; }
#iZRTpFJqFOCkCJ7XLC2TnDwwOnlATkfH { color:#13a538;display:block;width:7.3125rem;position:absolute;font-family:"gt walsheim";font-size:1.6875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:18.61874961853rem;left:14.9375rem;height:2.1933625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#qFT2uLriaNGRwX1Nfb4c6AHTVlIhkLup { 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:3.25rem;width:3.25rem;display:none; }
#qZR5f0cEA8ExpNlTDk1an2vXfNu2km87 { 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:3.25rem;width:3.25rem;display:none; }
#FoiSP2WpWDx1tHHZg56fh6Z0SFTfwnSI { position:relative;display:block; }#FoiSP2WpWDx1tHHZg56fh6Z0SFTfwnSI { background-color: transparent; background-image: none; }#FoiSP2WpWDx1tHHZg56fh6Z0SFTfwnSI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FoiSP2WpWDx1tHHZg56fh6Z0SFTfwnSI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FoiSP2WpWDx1tHHZg56fh6Z0SFTfwnSI > .row .container > .video-iframe-container { display: none; }#FoiSP2WpWDx1tHHZg56fh6Z0SFTfwnSI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FoiSP2WpWDx1tHHZg56fh6Z0SFTfwnSI > .row > .video-iframe-container { display: none; }#FoiSP2WpWDx1tHHZg56fh6Z0SFTfwnSI > .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); }#FoiSP2WpWDx1tHHZg56fh6Z0SFTfwnSI { border-width: 0; border-radius: 0; }#FoiSP2WpWDx1tHHZg56fh6Z0SFTfwnSI > .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; }#FoiSP2WpWDx1tHHZg56fh6Z0SFTfwnSI > .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:25.125rem;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; }#hpy7UOzAPMh6neo8e4IZF8eRBKDtmcFT { box-sizing:content-box;height:22.875rem;width:23.5rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:0rem;left:0rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;box-shadow: 0rem 0.1875rem 2rem rgba(0,0,0,0.08) ;display:block; }
#NTlkC3OakonwalafCrAVw8yKDTqqWCU8 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:3.125rem;top:1.75rem;left:1.3125rem;overflow:hidden;display:block; }
#DUGQo0lD1ehrFgTERUEeD1kdunPwbNyw { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:"gt walsheim";font-size:1.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.5rem;left:1.3125rem;height:3.736325rem;font-style:normal;display:block; }
#QG61w9g6NUZAsdMVOuiaIP3XLKVGeZB2 { color:#000000;display:block;width:20.875rem;position:absolute;font-family:"gt walsheim";font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:11rem;left:1.3125rem;height:5.19921875rem;font-style:normal;display:block; }
#QW86Ve9DdCTcMdvBsDbKOBJs3gteQxl1 { 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.0625rem solid #09699d;border-left:0.0625rem solid #09699d;border-right:0.0625rem solid #09699d;border-bottom:0.0625rem solid #09699d;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#005aa9;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"gt walsheim";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:17.625rem;left:1.3125rem;display:block; }
#D9EqSGydFWHvG399lgSSr72C3nCPu3BU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZFddTBWmp1BUTF4z5kIebBi0EEJvztiI { color:rgba(0,0,0,0.42);display:block;width:7.375rem;position:absolute;font-family:"gt walsheim";font-size:0.8125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:17.625rem;left:14.875rem;height:1.05625rem;text-align:right;text-align-last:right;display:block; }
#PTqTn8JXBXe9XL9ZwxGwbw9fNkRs5DTB { color:#13a538;display:block;width:7.3125rem;position:absolute;font-family:"gt walsheim";font-size:1.6875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:18.61874961853rem;left:14.9375rem;height:2.1933625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#COIwBpPlKdzJtiO3T9FgqbZeRxC0mPMC { 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:3.25rem;width:3.25rem;display:none; }
#Kqy6llqK8HOiT08p55Ec0BxqdOt15G4b { 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:3.25rem;width:3.25rem;display:none; }
#WkkEi3uv4XACE1mh5nrct5Ke0Herr5y9 { 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:3.25rem;width:3.25rem;display:none; }
#CILy1hObZN2S98mEZdaG1oH2v9FC2LDd { position:relative;display:block; }#CILy1hObZN2S98mEZdaG1oH2v9FC2LDd { background-color: transparent; background-image: none; }#CILy1hObZN2S98mEZdaG1oH2v9FC2LDd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CILy1hObZN2S98mEZdaG1oH2v9FC2LDd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CILy1hObZN2S98mEZdaG1oH2v9FC2LDd > .row .container > .video-iframe-container { display: none; }#CILy1hObZN2S98mEZdaG1oH2v9FC2LDd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CILy1hObZN2S98mEZdaG1oH2v9FC2LDd > .row > .video-iframe-container { display: none; }#CILy1hObZN2S98mEZdaG1oH2v9FC2LDd > .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); }#CILy1hObZN2S98mEZdaG1oH2v9FC2LDd { border-width: 0; border-radius: 0; }#CILy1hObZN2S98mEZdaG1oH2v9FC2LDd > .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; }#CILy1hObZN2S98mEZdaG1oH2v9FC2LDd > .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:25.125rem;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; }#dHOrU4DiZvAtuyCIfoZVG7lTBCSTVE50 { box-sizing:content-box;height:22.875rem;width:23.5rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:0rem;left:0rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;box-shadow: 0rem 0.1875rem 2rem rgba(0,0,0,0.08) ;display:block; }
#qWO3lUu1LMP7yfgnfOoNIvZ053H4ZPgv { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:1.75rem;left:1.3125rem;overflow:hidden;display:block; }
#b4TsKe5MpJ8NqQfADQiVgBeiLmbwSylt { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:"gt walsheim";font-size:1.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.5rem;left:1.3125rem;height:3.736325rem;font-style:normal;display:block; }
#UPlpgNCMR6B4wyeScL9VRhVT6SDGoVlT { color:#000000;display:block;width:20.875rem;position:absolute;font-family:"gt walsheim";font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:11rem;left:1.3125rem;height:3.8994125rem;font-style:normal;display:block; }
#Gp6fcg0bTZqFyXMJuluC7EA5dQWlbrZn { 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.0625rem solid #09699d;border-left:0.0625rem solid #09699d;border-right:0.0625rem solid #09699d;border-bottom:0.0625rem solid #09699d;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#005aa9;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"gt walsheim";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:17.625rem;left:1.3125rem;display:block; }
#vBRkfK732LG10g0WNgGwuxJPm6VPXWf6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q4S88TTXAKgkSIJX3NCXTDVGEBfU9xBC { color:rgba(0,0,0,0.42);display:block;width:7.375rem;position:absolute;font-family:"gt walsheim";font-size:0.8125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:17.625rem;left:14.875rem;height:1.05625rem;text-align:right;text-align-last:right;display:block; }
#XI5e8LXnvzEZ8UWmphcpkmAkmSq9KFgS { color:#13a538;display:block;width:7.3125rem;position:absolute;font-family:"gt walsheim";font-size:1.6875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:18.61874961853rem;left:14.9375rem;height:2.1933625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#KLPs7GCtvzfGxWpKzki3Kq1I2Sz3CQeQ { 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:3.25rem;width:3.25rem;display:none; }
#zQFH0a49QGIxoethQC47Tq1IMRMkZo0D { 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:3.25rem;width:3.25rem;display:none; }
#Qs5RpylDXOtT1Mpl62brWTq3gfelrzLA { 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:3.25rem;width:3.25rem;display:none; }
#lUzRaJwHOz85TAE9iUD7cdtghL7JCNOu { position:relative;display:block; }#lUzRaJwHOz85TAE9iUD7cdtghL7JCNOu { background-color: transparent; background-image: none; }#lUzRaJwHOz85TAE9iUD7cdtghL7JCNOu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lUzRaJwHOz85TAE9iUD7cdtghL7JCNOu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lUzRaJwHOz85TAE9iUD7cdtghL7JCNOu > .row .container > .video-iframe-container { display: none; }#lUzRaJwHOz85TAE9iUD7cdtghL7JCNOu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lUzRaJwHOz85TAE9iUD7cdtghL7JCNOu > .row > .video-iframe-container { display: none; }#lUzRaJwHOz85TAE9iUD7cdtghL7JCNOu > .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); }#lUzRaJwHOz85TAE9iUD7cdtghL7JCNOu { border-width: 0; border-radius: 0; }#lUzRaJwHOz85TAE9iUD7cdtghL7JCNOu > .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; }#lUzRaJwHOz85TAE9iUD7cdtghL7JCNOu > .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:25.125rem;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; }#E9LiRHo0zXCgRo9ZXMZT6TNT8bAqwhXl { box-sizing:content-box;height:22.875rem;width:23.5rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:0rem;left:0rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;box-shadow: 0rem 0.1875rem 2rem rgba(0,0,0,0.08) ;display:block; }
#r2cDySmfMg2JzPCo3v4VGhwRKAnyEB57 { 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:3.625rem;width:3.75rem;top:1.75rem;left:1.3125rem;overflow:hidden;display:block; }
#XTg4KKNMoLAtD3MsgZ7ehKxsBXvQIti2 { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:"gt walsheim";font-size:1.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.5rem;left:1.3125rem;height:3.736325rem;font-style:normal;display:block; }
#b105kJkKLQXpgWklMXf7ZETdFFLoJmBc { color:#000000;display:block;width:20.875rem;position:absolute;font-family:"gt walsheim";font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:11rem;left:1.3125rem;height:5.19921875rem;font-style:normal;display:block; }
#GEJTISL6RTEDFQvdMikHIMSpXUo10Xre { 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.0625rem solid #09699d;border-left:0.0625rem solid #09699d;border-right:0.0625rem solid #09699d;border-bottom:0.0625rem solid #09699d;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#005aa9;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"gt walsheim";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:17.625rem;left:1.3125rem;display:block; }
#fgOda2VGI3ceQFkVwgdmDbs7QOway21K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Jv1Hy285QLL5iyXgJ0gxVVfZcIIUEMrT { color:rgba(0,0,0,0.42);display:block;width:7.375rem;position:absolute;font-family:"gt walsheim";font-size:0.8125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:17.625rem;left:14.875rem;height:1.05625rem;text-align:right;text-align-last:right;display:block; }
#LDHR4BTryfKuR0947qcVB5wZrXu7EnNX { color:#13a538;display:block;width:7.3125rem;position:absolute;font-family:"gt walsheim";font-size:1.6875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:18.61874961853rem;left:14.9375rem;height:2.1933625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ETfRNagzuO2geT7LokC3PFWQc99h6Daw { 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:3.25rem;width:3.25rem;display:none; }
#dT5d6wbDevTo6yIALaMhbIgff5DIf8pa { 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:3.25rem;width:3.25rem;display:none; }
#JAoyE4CDJaE6n5gM5cKwQlZXZ56QAlaA { position:relative;display:block; }#JAoyE4CDJaE6n5gM5cKwQlZXZ56QAlaA { background-color: transparent; background-image: none; }#JAoyE4CDJaE6n5gM5cKwQlZXZ56QAlaA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JAoyE4CDJaE6n5gM5cKwQlZXZ56QAlaA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JAoyE4CDJaE6n5gM5cKwQlZXZ56QAlaA > .row .container > .video-iframe-container { display: none; }#JAoyE4CDJaE6n5gM5cKwQlZXZ56QAlaA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JAoyE4CDJaE6n5gM5cKwQlZXZ56QAlaA > .row > .video-iframe-container { display: none; }#JAoyE4CDJaE6n5gM5cKwQlZXZ56QAlaA > .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); }#JAoyE4CDJaE6n5gM5cKwQlZXZ56QAlaA { border-width: 0; border-radius: 0; }#JAoyE4CDJaE6n5gM5cKwQlZXZ56QAlaA > .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; }#JAoyE4CDJaE6n5gM5cKwQlZXZ56QAlaA > .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:25.125rem;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; }#T6Rqoo9b8S3siAw9dpteyUrUn3dUnwT9 { box-sizing:content-box;height:22.875rem;width:23.5rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:0rem;left:0rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;box-shadow: 0rem 0.1875rem 2rem rgba(0,0,0,0.08) ;display:block; }
#dlgqzrb0z3KpQTZ1IFPEuZHmOttb81GE { 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:3.75rem;width:3.75rem;top:1.75rem;left:1.3125rem;overflow:hidden;display:block; }
#TuRoHxl3O26TICEHrHqqKUWrt11o51Vb { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:"gt walsheim";font-size:1.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.5rem;left:1.3125rem;height:3.736325rem;font-style:normal;display:block; }
#LwoHgfbBFkFlRo7dDXfRHESCKfVSqNqQ { color:#000000;display:block;width:20.875rem;position:absolute;font-family:"gt walsheim";font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:11rem;left:1.3125rem;height:5.19921875rem;font-style:normal;display:block; }
#fhIqat2sA7yVxXhPP2vwKDGCOTWm1JBT { 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.0625rem solid #09699d;border-left:0.0625rem solid #09699d;border-right:0.0625rem solid #09699d;border-bottom:0.0625rem solid #09699d;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#005aa9;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"gt walsheim";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:17.625rem;left:1.3125rem;display:block; }
#Rxlozu202liGieTyNTI5GR8lCixkwaPh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZfAIDwoLWWW0iCLSaJGxbhquQTlUOSzn { color:rgba(0,0,0,0.42);display:block;width:7.375rem;position:absolute;font-family:"gt walsheim";font-size:0.8125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:17.625rem;left:14.875rem;height:1.05625rem;text-align:right;text-align-last:right;display:block; }
#oJR6SJzwMLLtUii1RJ3okVTL9HuevTsi { color:#13a538;display:block;width:7.3125rem;position:absolute;font-family:"gt walsheim";font-size:1.6875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:18.61874961853rem;left:14.9375rem;height:2.1933625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#l80uK3LiergSc3xJXfIUpCRApre4l6Cb { 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:3.25rem;width:3.25rem;display:none; }
#K9tHPwJU5dZSKxcEQHHCWw4O7VVQGFTJ { 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:3.25rem;width:3.25rem;display:none; }
#Rn7fp6xVhvrwgR1MNGa75KVSoQykRxyf { position:relative;display:block; }#Rn7fp6xVhvrwgR1MNGa75KVSoQykRxyf { background-color: transparent; background-image: none; }#Rn7fp6xVhvrwgR1MNGa75KVSoQykRxyf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rn7fp6xVhvrwgR1MNGa75KVSoQykRxyf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rn7fp6xVhvrwgR1MNGa75KVSoQykRxyf > .row .container > .video-iframe-container { display: none; }#Rn7fp6xVhvrwgR1MNGa75KVSoQykRxyf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rn7fp6xVhvrwgR1MNGa75KVSoQykRxyf > .row > .video-iframe-container { display: none; }#Rn7fp6xVhvrwgR1MNGa75KVSoQykRxyf > .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); }#Rn7fp6xVhvrwgR1MNGa75KVSoQykRxyf { border-width: 0; border-radius: 0; }#Rn7fp6xVhvrwgR1MNGa75KVSoQykRxyf > .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; }#Rn7fp6xVhvrwgR1MNGa75KVSoQykRxyf > .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:25.125rem;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; }#WMtpJuixA1l9d2eA24gTsd7qXZD2TH37 { box-sizing:content-box;height:22.875rem;width:23.5rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:0rem;left:0rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;box-shadow: 0rem 0.1875rem 2rem rgba(0,0,0,0.08) ;display:block; }
#C22bkdD0KRIK9kJ5vf2IdfrkCbCsx64P { 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:4.5625rem;width:5.5625rem;top:1.25rem;left:1.3125rem;overflow:hidden;display:block; }
#yr9z3NlRx84znw4AXRZIVscScJAfsCTG { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:"gt walsheim";font-size:1.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.5rem;left:1.3125rem;height:3.736325rem;font-style:normal;display:block; }
#iWSUsWaVGloyCvIcWfVusyTLBzSkfzRb { color:#000000;display:block;width:20.875rem;position:absolute;font-family:"gt walsheim";font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:11rem;left:1.3125rem;height:2.6rem;font-style:normal;display:block; }
#yXpDxma9gdItXl1XIpvcHi0RmZcudAlA { 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.0625rem solid #09699d;border-left:0.0625rem solid #09699d;border-right:0.0625rem solid #09699d;border-bottom:0.0625rem solid #09699d;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#005aa9;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"gt walsheim";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:17.625rem;left:1.3125rem;display:block; }
#bR1kDoTM6xBTQgngN6TQ6a3ig2VhyxfD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SIpCNn4UQoZQPyWVSFnQIVOhsCO9W1ia { color:rgba(0,0,0,0.42);display:block;width:7.375rem;position:absolute;font-family:"gt walsheim";font-size:0.8125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:17.625rem;left:14.875rem;height:1.05625rem;text-align:right;text-align-last:right;display:block; }
#dBzn0pUAy5ba3L8HiwTInZpI8K9KHCqc { color:#13a538;display:block;width:7.3125rem;position:absolute;font-family:"gt walsheim";font-size:1.6875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:18.61874961853rem;left:14.9375rem;height:2.1933625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#rJxilkHvBhPI8pAAtbt1gOxrbZQ4qrJg { 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:3.25rem;width:3.25rem;display:none; }
#TgB0MpE5JZCrkpSI8TWAMxuNFzfOASXm { 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:3.25rem;width:3.25rem;display:none; }
#nKyqw3O2om4aCFlqwcf0AMEgXMKbiBGQ { position:relative;display:block; }#nKyqw3O2om4aCFlqwcf0AMEgXMKbiBGQ { background-color: transparent; background-image: none; }#nKyqw3O2om4aCFlqwcf0AMEgXMKbiBGQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nKyqw3O2om4aCFlqwcf0AMEgXMKbiBGQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nKyqw3O2om4aCFlqwcf0AMEgXMKbiBGQ > .row .container > .video-iframe-container { display: none; }#nKyqw3O2om4aCFlqwcf0AMEgXMKbiBGQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nKyqw3O2om4aCFlqwcf0AMEgXMKbiBGQ > .row > .video-iframe-container { display: none; }#nKyqw3O2om4aCFlqwcf0AMEgXMKbiBGQ > .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); }#nKyqw3O2om4aCFlqwcf0AMEgXMKbiBGQ { border-width: 0; border-radius: 0; }#nKyqw3O2om4aCFlqwcf0AMEgXMKbiBGQ > .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; }#nKyqw3O2om4aCFlqwcf0AMEgXMKbiBGQ > .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:25.125rem;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; }#SMI04DWTilv6utW5bGSwCJc65sUE2Wip { box-sizing:content-box;height:22.875rem;width:23.5rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:0rem;left:0rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;box-shadow: 0rem 0.1875rem 2rem rgba(0,0,0,0.08) ;display:block; }
#dROoU7f17oISiyl5OccI4JFGMsW1c0AZ { 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:4.375rem;width:3.125rem;top:1.75rem;left:1.3125rem;overflow:hidden;display:block; }
#DbHFOzKJRv5ceV0MPqX9QJPRS2ik7WQx { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:"gt walsheim";font-size:1.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.5rem;left:1.3125rem;height:3.736325rem;font-style:normal;display:block; }
#z3xxIOvJS5KAp2VCuzz1n2xSwUTGsqrN { color:#000000;display:block;width:20.875rem;position:absolute;font-family:"gt walsheim";font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:11rem;left:1.3125rem;height:5.2rem;font-style:normal;display:block; }
#SDdluvNOTTegyzEA0JwnoDB3Pab0lUyf { 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.0625rem solid #09699d;border-left:0.0625rem solid #09699d;border-right:0.0625rem solid #09699d;border-bottom:0.0625rem solid #09699d;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#005aa9;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"gt walsheim";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:17.625rem;left:1.3125rem;display:block; }
#rZu2qHUNA3u2EdTOU4RoX2HHcaiAULX1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bagiAhQbacDp7lGGxglcKgRUPART8UI0 { color:rgba(0,0,0,0.42);display:block;width:7.375rem;position:absolute;font-family:"gt walsheim";font-size:0.8125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:17.625rem;left:14.875rem;height:1.05625rem;text-align:right;text-align-last:right;display:block; }
#LmJVF5TTKAb9nKBCzc7OPhuJSqMxkkeh { color:#13a538;display:block;width:7.3125rem;position:absolute;font-family:"gt walsheim";font-size:1.6875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:18.61874961853rem;left:14.9375rem;height:2.1933625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Cir229kpruA9U9wetnfUzVc5Edxy1sUD { 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:3.25rem;width:3.25rem;display:none; }
#ixP0OblbrTsaszg7TU4LWPsqFlLVzXwl { 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:3.25rem;width:3.25rem;display:none; }
#Tc3WObQtq2rhzkKN0mtqWCpdpOaQUKUF { position:relative;display:none; }#Tc3WObQtq2rhzkKN0mtqWCpdpOaQUKUF { border-width: 0; border-radius: 0; }#Tc3WObQtq2rhzkKN0mtqWCpdpOaQUKUF > .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; }#Tc3WObQtq2rhzkKN0mtqWCpdpOaQUKUF > .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:18.75rem;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:none; }#EOWLGI3o4weiQWxbUWpGtkHat0AWaGkB { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#v0TCO3qgVR5C4mp4f35V1L4ikSF6pH0q { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#Tf7dxTEiVuNoUBsNBgEJ8nNnhsecLg1F { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#d2QUSK0cToLc936AVGhkoHZbQfqUroTw { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#y1ighhfULrSgnTezC1ItJaKMUJ3wTAxH { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#qESWFHsaV12l2WXtIUoLRxL9JE0K0qZJ { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#SXLxiZ8UOpVlSL5TOJFtBTzatTNWTKyC { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#PIPWtzyKOl6eiBandpfxea8MFkTGOdmL { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#TtuDZFRs8Ocmp3cfpDNLsykNSnkvJJ08 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#QJAeqcFru6VPFSwEpA2SrKStkMxZ68OT { position:relative;display:block; }#QJAeqcFru6VPFSwEpA2SrKStkMxZ68OT { background-color: transparent; background-image: none; }#QJAeqcFru6VPFSwEpA2SrKStkMxZ68OT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJAeqcFru6VPFSwEpA2SrKStkMxZ68OT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJAeqcFru6VPFSwEpA2SrKStkMxZ68OT > .row .container > .video-iframe-container { display: none; }#QJAeqcFru6VPFSwEpA2SrKStkMxZ68OT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJAeqcFru6VPFSwEpA2SrKStkMxZ68OT > .row > .video-iframe-container { display: none; }#QJAeqcFru6VPFSwEpA2SrKStkMxZ68OT > .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); }#QJAeqcFru6VPFSwEpA2SrKStkMxZ68OT { border-width: 0; border-radius: 0; }#QJAeqcFru6VPFSwEpA2SrKStkMxZ68OT > .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; }#QJAeqcFru6VPFSwEpA2SrKStkMxZ68OT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.375rem;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; }#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.9375rem;left:0rem;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.4624rem;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.11230625rem;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:7.19925rem;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.5996125rem;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.11230625rem;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.4624rem;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:;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.4624rem;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.11230625rem;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:7.19925rem;font-style:normal;display:block; }
#iWyGMaxi91Lz6Nv4Xf6vrfU2zc2Ofoou { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;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.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.375rem;height:4.875rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:43.1875rem;left:24.8125rem;display:block; }
#suTlq1RszqpADi4thaIhBxnnh9PpEz4T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EJzN75DshK83yUNPemPENNfMVuLVmHxM { box-sizing:content-box;height:4.875rem;width:25.3125rem;position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;top:43.125rem;left:24.8125rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;border-top:0.0625rem solid #015aa9;border-left:0.0625rem solid #015aa9;border-right:0.0625rem solid #015aa9;border-bottom:0.0625rem solid #015aa9;display:block; }
#GNeLo2ablITe0714fEEcD9t1yhz407z2 { color:#015aa9;display:block;width:18.4375rem;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.4375rem;left:28.0625rem;height:2.11230625rem;font-style:normal;display:block; }
#UxTRnsg925s5P8ExEDZss1OQM3eFx2JX { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:44.5625rem;left:46.1875rem; }
#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.9746125rem;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.13769375rem;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.13769375rem;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.13769375rem;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) { #JM6UGAUBNOvsEVG8G7bQJcyJ2VxAkBuS { display:block; }#JM6UGAUBNOvsEVG8G7bQJcyJ2VxAkBuS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kJPMycHZX3yWliQlL1rhL7n6dqugUHZa { top:2.6875rem;left:0rem;width:28.0625rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dz9XCxxzsII9O3a28lucorOUx6pIWJuB { top:7.75rem;left:0rem;width:28.0625rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvVBVcUTvu5l1HKRc21WT021HzZGwtCx { top:11.4375rem;left:0rem;width:28.0625rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtgQwvqelmf5inskzomZUSXAZMw5aqIi { top:4.375rem;left:0rem;width:22.75rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxZSCNKCA3lxh8CQGy5XeInNCcSDIRz5 { top:13.8125rem;left:0rem;width:24.875rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #brsmT6qaDGJRFP3LJm195vUJWHh1suuT { width:28.125rem;height:4.875rem;top:26.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mV5klxdGClMrOmJ530AyN3vc3uvr1xpC { display:block; }
 }@media only screen and (max-width: 763px) { #gE3pkbribExeTlgHkxq7qxCgqhS9ZJDC { width:28.0625rem;height:4.875rem;top:26.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3peFkkQORgHJ9u1Ob3qZkvoL4iAiQSA { width:18.4375rem;height:2.1875rem;top:27.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2NTMWk7zqsvbmap2EiP29RnlBK0OGGq { width:2.1875rem;height:2.1875rem;top:28.0625rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVK0mqNVdywGwm3UtDXVuVSJeFrTDO6D { width:10.375rem;height:4.9375rem;top:19.125rem;left:0rem;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) { #ubCOK7ec3pZCWEsTuKuota95pVGeLwiI { width:19.125rem;height:23.875rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWqVQHWhmhMH7vCz6eUV6aGLtgzXZnVh { width:32.5625rem;height:4.125rem;top:13.375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXAsIqwNgzAFXT3VT26LL8TAmtAJgUwl { width:32.4375rem;height:6.5625rem;top:16.3125rem;left:0rem;font-size:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBesoEhmDWp9UoAAufHFtXQPxIa9betK { width:43.9375rem;height:7.75rem;top:4.5rem;left:3.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaO6i26DroZ6F9TWWed0nWqgLkbWZRuV { width:42.25rem;height:25.5625rem;top:13.5625rem;left:5.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qm9QZnQSausZGx21Pt1bHyDHefpsqHHU { width:14.4375rem;height:1.75rem;top:42.125rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8UwyS757hXWgh2bt0K3l9kEpr9Kg1QT { display:block; }
 }@media only screen and (max-width: 763px) { #kbBsGlDUTF0SrOfCLK61zuzM5Wi6N5WI { width:17.875rem;height:3.625rem;top:41.125rem;left:20.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0T6bNiecxQcpJHVrFun5Jt9DNsHqmin { width:12.9375rem;height:1.625rem;top:42.1875rem;left:22rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gS0wGwkmIBZP0l2RlO572KMaTHVZkTT3 { width:1.8125rem;height:1.8125rem;top:35.375rem;left:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIxKKryzeOz3JUK76XbhOLIxkbX4TnfP { display:none; }#gIxKKryzeOz3JUK76XbhOLIxkbX4TnfP > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #t2L38LSAdAfHxh2oednFtpFoRewmrzcb { width:31.4375rem;height:3.625rem;top:3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyzKsNmn5h0x3aAnIFiHGThtgKX0Dm1z { width:13.125rem;height:3.5rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTVeby7bS1DK7ZE71a5aTttT4zNPxTeU { display:block; }
 }@media only screen and (max-width: 763px) { #U75SVn3EHgfw1HdX6kI6zenyNLqZTQst { width:17.6875rem;height:3.5rem;top:4rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfhMZ8t5GOW3d39WZPqncsEToBuL1arr { display:block; }
 }@media only screen and (max-width: 763px) { #bVxswt2oTNaLBLe3N2HPOPtvnqZCZJMz { display:block; }#bVxswt2oTNaLBLe3N2HPOPtvnqZCZJMz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mXW1VUWJZVMuWkQt3yB93LWPboOSRWF0 { display:block; }#mXW1VUWJZVMuWkQt3yB93LWPboOSRWF0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O2PMtKgWh92W7ZVK0SfLmWEwiil25nn7 { width:23.5rem;height:22.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwFGKJZzTkUGUSQ9031yCxVQSBvJiEo2 { width:4.375rem;height:4.0625rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EU0IvNfazllmoN19ahR7t1itudGizHXr { width:9.125rem;height:3.6875rem;top:6.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bI4wKalLWS1TH8tXD1yhEAvUu9PmTqge { width:18.8125rem;height:5.1875rem;top:11rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7clR11auFA8gErcfbg7wmri1CdQ3Kif { width:12.125rem;height:3.125rem;top:17.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlnnndlvxrgTUu0Wi6u1zknMBPOmlaOk { display:block; }
 }@media only screen and (max-width: 763px) { #PtPX8tvcus7Uuf7GSPATvF2Bz6LM1DPs { width:7.375rem;height:1rem;top:17.625rem;left:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTcSwdJkoHcVq5qhrLUxr3aZQ8CPbnaX { width:7.3125rem;height:2.1875rem;top:18.5625rem;left:1.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxmBSoIJyPXJssgf7QDJgdJ4JnDRspEW { width:3.25rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #d86NUZBSel2b6PRGGzZqO7k3B1W9hIea { width:3.25rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #v0Bm2aL1U9LFk2g1h08HeCDUZSXIO7XT { display:block; }#v0Bm2aL1U9LFk2g1h08HeCDUZSXIO7XT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TEm9Q12M3r1OKStuioCmwNxXOWVUZ1wI { width:23.5rem;height:22.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEK5HA96CHJgKBuIB6XwlCMqwEQaFnMd { width:4.5625rem;height:4.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVvEcd3IecEnHa0cP7gzap8CQrIztOhm { width:18.3125rem;height:3.6875rem;top:6.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCofI6SBWomdzHSMtOyGANwuhxPcdTlr { width:21rem;height:3.875rem;top:11rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #va0vfESeeo6xNP7AS1OdcaT3oNEixH7n { width:12.125rem;height:3.125rem;top:17.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2xJrFmKL2eu37imh9C4CHhTevFv2dav { display:block; }
 }@media only screen and (max-width: 763px) { #nHTM9BBFUEHRkKT3WtZLKwWX9yE2vRC6 { width:7.375rem;height:1rem;top:17.625rem;left:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTSzIH8KEQFUi444ICtVzUoG5hEQrZPJ { width:7.3125rem;height:2.1875rem;top:18.5625rem;left:1.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbVruN4dlniEu6r5Bt2ptZHS4STu0hPa { width:3.25rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #VeLKu1hHtWkgBVRXZHLGSJD91taSzDR1 { width:3.25rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #xTnKLEHWTUJE2bBzIhB3MauZRU9lkUqp { display:block; }#xTnKLEHWTUJE2bBzIhB3MauZRU9lkUqp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LlS7MvgkqVmFWfguQKIT4MqHC3E3JNrT { width:23.5rem;height:22.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcTk6KFw7a3ulktF1WTWkdGQxoyvfTXV { width:4.8125rem;height:3.8125rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZnUL68QQk8mEzmwyIB1vKuguFgNVkBt { width:18.3125rem;height:3.6875rem;top:6.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEsTwCRgH1NMsZMDxVm1sz8alEQS7A65 { width:20.875rem;height:3.875rem;top:11rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXxmq8X4sZiLeTLia32wP2Q7LWklkIst { width:12.125rem;height:3.125rem;top:17.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zp2Z1GgtcZHryqyKnW7mLlJtPiusB2Tg { display:block; }
 }@media only screen and (max-width: 763px) { #aTUUJogWHORq2qPk5HEMK4PoLf7Ez4Tg { width:7.375rem;height:1rem;top:17.625rem;left:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtQtIBp7uXK50RwpQwmUAUcoLUDw2oPu { width:7.3125rem;height:2.1875rem;top:18.5625rem;left:1.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuxIlTNTiMPmVOkIn9EksUvmL3Z0PfUT { width:3.25rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #LpLWUgKK1mrfiMTNUtSEnvMb3Unwbe5g { width:3.25rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #sGOwObCDUuni9Z0EgxZ1asiW84NaBq6L { width:3.25rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #GWbVvMDaukoFH7M9pJeRpnZhp6aL82t0 { display:block; }#GWbVvMDaukoFH7M9pJeRpnZhp6aL82t0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QOx3KTmU6Fz1ZoQRbUdF3t5Cnt3H8uCd { width:15.3125rem;height:3.875rem;top:0rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAXUh4UTwMI44JOKXlr5W5zH6VnurCMy { width:9rem;height:1.625rem;top:1.1875rem;left:17.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDMzKDWe2VrunK5JAgf5bFSKaMJrfcMx { width:1.875rem;height:1.875rem;top:1.1875rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsrEq5Jde3yTNGfcl5RGMcVP0DqnfMV3 { width:15.375rem;height:4rem;top:0rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0E1obXDtRp5PwxqZ6nnFUwfkB432Agq { display:block; }
 }@media only screen and (max-width: 763px) { #fKHIRVWkkEW2QZRkDlaMZOt3SeiLMy3g { display:block; }#fKHIRVWkkEW2QZRkDlaMZOt3SeiLMy3g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kf4TMbCoICizkKwMq9kmQmT7pHnU8DyL { width:23.5rem;height:22.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnPEIGEgtMvkVmWJBCah2G9ZFMvgbCHM { width:3.5rem;height:3.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oruLUmzB7GrKDgUDlVhTkSTFdBfubDGS { width:18.3125rem;height:3.6875rem;top:6.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L56CIRc2cWu6P6bOV8peKVAq865l6wRI { width:20.875rem;height:2.5625rem;top:11rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqfypvqnOhDkNiP1VKqZwy65Q1inJAwy { width:12.125rem;height:3.125rem;top:17.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XP00l9PhB669CE79hEHvsI1vRtehPTLr { display:block; }
 }@media only screen and (max-width: 763px) { #xy373gRuQDfd0ApBqZ3604kLZulVoovS { width:7.375rem;height:1rem;top:17.625rem;left:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIyvgvJEGGF72kX9e3QzDQL36TBo0ugX { width:7.3125rem;height:2.1875rem;top:18.5625rem;left:1.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvRillIw2A6moRDxSWn3dsOtW2MvKq36 { width:3.25rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #w8NBHlAJn1e3e3cXOsEc9rPWrBn8rdVI { width:3.25rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #iVovrraylKIZlXtHbL7p3SMNKtfl0BZx { display:block; }#iVovrraylKIZlXtHbL7p3SMNKtfl0BZx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MUvSmvimenrh0ytxtCmEG6lGpA9EQbZ1 { width:23.5rem;height:22.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElosS5AaqThveOp71ga5Qpy6I7aAVcVG { width:3.25rem;height:3.5625rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDUH4EDsDwVTzNnMXlvTEFX7TlSz3UrM { width:9.1875rem;height:3.75rem;top:6.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlzN8eTv0xTcZQO2eFcwlXTnFNB6gtD8 { width:18.8125rem;height:2.625rem;top:11rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpO54yJDtkgMTau71OTQShN70Wb1lOb5 { width:12.125rem;height:3.125rem;top:17.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIEP6dRhOXpD8hWrrSNTmENhFkINb44k { display:block; }
 }@media only screen and (max-width: 763px) { #GAVxbWJTtN30RWWNimPDI2v7ET6ghtTk { width:7.375rem;height:1rem;top:17.625rem;left:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLLnfoq8ZQTAF5TT5WcXBAvUOcWQdxbc { width:7.3125rem;height:2.1875rem;top:18.5625rem;left:1.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHWdzNFCS7JOskzsmdMqRdQCivcN69TO { width:3.25rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #giJdFWPRunZtwLVDZBIb0agc62mf5MxD { width:3.25rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #zIFtcuafVk33fgkQJCZR4LJmIN1Sxa6c { display:block; }#zIFtcuafVk33fgkQJCZR4LJmIN1Sxa6c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zfgUt1tPGOhmlFelohnd24J3LXSSEK9B { width:23.5rem;height:22.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8J0mvz1513Ms0x0nqTDNXcwZHbUxbEu { width:4rem;height:4rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #APNwu9Fl3IAWMmJpIl9zCcsZl148Ja8d { width:18.3125rem;height:3.6875rem;top:6.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAe0G2FhiHreSNk45OI1GC1NrU44ybET { width:20.875rem;height:5.1875rem;top:11rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRFkT7A5WvZoXkCcOuScU5CQ6m7s8PwS { width:12.125rem;height:3.125rem;top:17.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMwHpQHOv5TlcyoB9UAi3QGncwm77Tza { display:block; }
 }@media only screen and (max-width: 763px) { #lfToZdgt2HbO4f2QrL8rHgMU6pgfobe8 { width:7.375rem;height:1rem;top:17.625rem;left:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxWyEWTvrIhaRuahXPHNFvXVPux0gumN { width:7.3125rem;height:2.1875rem;top:18.5625rem;left:1.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoT3lkCilKz9DNfoqqT3xPmPlXZUVluy { width:3.25rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #NxVuurGfrtaVgFaReden0y1qL3bAdiUX { width:3.25rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #bMeTqdSJeUaL5wt5uLfwDUAddUUMiJfZ { display:block; }#bMeTqdSJeUaL5wt5uLfwDUAddUUMiJfZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dZEc7JLy8NGTzwqRg3RcRSB46kxN1yFs { width:23.5rem;height:22.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1r4AUKHddUacf32K74PyQubRHn5E4J7 { width:3.375rem;height:3.375rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJCUgp714sDyVIeikDyJ0rRLODirHvGH { width:18.3125rem;height:3.6875rem;top:6.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOvqDJZmQUepTM8DSo4SXbl7GcA5wUyZ { width:20.875rem;height:3.875rem;top:11rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPoT0X0G4LTA7AgqQLhyAeUMGkklkAw4 { width:12.125rem;height:3.125rem;top:17.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3lvlPyhxuCbe6UskCVoNvTasCZx2POk { display:block; }
 }@media only screen and (max-width: 763px) { #Ab3QuELtSNRpzkWEGcE2QTJXUBdXmzqq { width:7.375rem;height:1rem;top:17.625rem;left:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #opCG82LGMMXoqDBXCbKuPIVQPAyMkPIi { width:7.3125rem;height:2.1875rem;top:18.5625rem;left:1.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8QHr8ixbBPO94rx4yxE4TKePVXX5Emk { width:3.25rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #IN37wrzUz09S4UhvhhWi7sVeKOKZns62 { width:3.25rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #PIEdfLZsKblaJhQMG2fAxL5PXUWNTTwG { display:block; }#PIEdfLZsKblaJhQMG2fAxL5PXUWNTTwG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t9yxqTP3EbzaII4slOKg3g621vk0VvUP { width:23.5rem;height:22.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT4UGuR36kzb24mrXIeZTmgXfgeREN3d { width:3.375rem;height:4.375rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQwA7IPxzmdTH1cm7oTMfRJDqWB5FVQa { width:18.3125rem;height:3.6875rem;top:6.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqlTMMycuzfIEsmBCr1XECIqFSv7U10V { width:20.875rem;height:2.5625rem;top:11rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHJ6cpsDDTaitunkHr8mTw65ESKFaP22 { width:12.125rem;height:3.125rem;top:17.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmDfdBdS0v3416O7oaEqTsKe7LstHxqT { display:block; }
 }@media only screen and (max-width: 763px) { #eooluJUcZFEn90I2JgVplXhhTV3SBmQq { width:7.375rem;height:1rem;top:17.625rem;left:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ttr4GsrAkbigTyDgKLTowQC6KziL5pu9 { width:7.3125rem;height:2.1875rem;top:18.5625rem;left:1.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShpefwWltipGvC1st0VWv3rCyWTfe5tZ { width:3.25rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ztb5r7D2y8a5oyofegNJoWkTA0pIA2le { width:3.25rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #dOdhSmIycfJKTtxy3OLgwwruuWPzOD2b { display:block; }#dOdhSmIycfJKTtxy3OLgwwruuWPzOD2b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bw59tXpkth2pRIH86Qcx0EdQGPSLZtQE { width:23.5rem;height:22.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgMUeylQ72O9PoDIOOpWItffFGZs1qr2 { width:4.375rem;height:4.375rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnISgd27OQkIXoEyC5i9H8eWL9taNqzb { width:18.3125rem;height:3.6875rem;top:6.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1JbmM2wPaw4JIbsxvBkLFZw3XHWisrl { width:20.875rem;height:3.875rem;top:11rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUykzHKtXyw4QZrfhD4fpQXrTPWEVZSn { width:12.125rem;height:3.125rem;top:17.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xA4ZEtARVnWMwXryhnAH9rxv95U1fD2E { display:block; }
 }@media only screen and (max-width: 763px) { #vBWIETLW5t11MooVwSERumfyXTttZ1Mk { width:7.375rem;height:1rem;top:17.625rem;left:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZRTpFJqFOCkCJ7XLC2TnDwwOnlATkfH { width:7.3125rem;height:2.1875rem;top:18.5625rem;left:1.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFT2uLriaNGRwX1Nfb4c6AHTVlIhkLup { width:3.25rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #qZR5f0cEA8ExpNlTDk1an2vXfNu2km87 { width:3.25rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #FoiSP2WpWDx1tHHZg56fh6Z0SFTfwnSI { display:block; }#FoiSP2WpWDx1tHHZg56fh6Z0SFTfwnSI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hpy7UOzAPMh6neo8e4IZF8eRBKDtmcFT { width:23.5rem;height:22.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTlkC3OakonwalafCrAVw8yKDTqqWCU8 { width:3.125rem;height:2.625rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUGQo0lD1ehrFgTERUEeD1kdunPwbNyw { width:18.3125rem;height:3.6875rem;top:6.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QG61w9g6NUZAsdMVOuiaIP3XLKVGeZB2 { width:20.875rem;height:5.1875rem;top:11rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QW86Ve9DdCTcMdvBsDbKOBJs3gteQxl1 { width:12.125rem;height:3.125rem;top:17.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9EqSGydFWHvG399lgSSr72C3nCPu3BU { display:block; }
 }@media only screen and (max-width: 763px) { #ZFddTBWmp1BUTF4z5kIebBi0EEJvztiI { width:7.375rem;height:1rem;top:17.625rem;left:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTqTn8JXBXe9XL9ZwxGwbw9fNkRs5DTB { width:7.3125rem;height:2.1875rem;top:18.5625rem;left:1.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #COIwBpPlKdzJtiO3T9FgqbZeRxC0mPMC { width:3.25rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kqy6llqK8HOiT08p55Ec0BxqdOt15G4b { width:3.25rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #WkkEi3uv4XACE1mh5nrct5Ke0Herr5y9 { width:3.25rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #CILy1hObZN2S98mEZdaG1oH2v9FC2LDd { display:block; }#CILy1hObZN2S98mEZdaG1oH2v9FC2LDd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dHOrU4DiZvAtuyCIfoZVG7lTBCSTVE50 { width:23.5rem;height:22.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWO3lUu1LMP7yfgnfOoNIvZ053H4ZPgv { width:2.625rem;height:2.625rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4TsKe5MpJ8NqQfADQiVgBeiLmbwSylt { width:18.3125rem;height:3.6875rem;top:6.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPlpgNCMR6B4wyeScL9VRhVT6SDGoVlT { width:20.875rem;height:3.875rem;top:11rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gp6fcg0bTZqFyXMJuluC7EA5dQWlbrZn { width:12.125rem;height:3.125rem;top:17.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBRkfK732LG10g0WNgGwuxJPm6VPXWf6 { display:block; }
 }@media only screen and (max-width: 763px) { #Q4S88TTXAKgkSIJX3NCXTDVGEBfU9xBC { width:7.375rem;height:1rem;top:17.625rem;left:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XI5e8LXnvzEZ8UWmphcpkmAkmSq9KFgS { width:7.3125rem;height:2.1875rem;top:18.5625rem;left:1.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLPs7GCtvzfGxWpKzki3Kq1I2Sz3CQeQ { width:3.25rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #zQFH0a49QGIxoethQC47Tq1IMRMkZo0D { width:3.25rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qs5RpylDXOtT1Mpl62brWTq3gfelrzLA { width:3.25rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #lUzRaJwHOz85TAE9iUD7cdtghL7JCNOu { display:block; }#lUzRaJwHOz85TAE9iUD7cdtghL7JCNOu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E9LiRHo0zXCgRo9ZXMZT6TNT8bAqwhXl { width:23.5rem;height:22.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2cDySmfMg2JzPCo3v4VGhwRKAnyEB57 { width:3.75rem;height:3.625rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTg4KKNMoLAtD3MsgZ7ehKxsBXvQIti2 { width:18.3125rem;height:3.6875rem;top:6.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b105kJkKLQXpgWklMXf7ZETdFFLoJmBc { width:20.875rem;height:5.1875rem;top:11rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEJTISL6RTEDFQvdMikHIMSpXUo10Xre { width:12.125rem;height:3.125rem;top:17.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgOda2VGI3ceQFkVwgdmDbs7QOway21K { display:block; }
 }@media only screen and (max-width: 763px) { #Jv1Hy285QLL5iyXgJ0gxVVfZcIIUEMrT { width:7.375rem;height:1rem;top:17.625rem;left:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDHR4BTryfKuR0947qcVB5wZrXu7EnNX { width:7.3125rem;height:2.1875rem;top:18.5625rem;left:1.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETfRNagzuO2geT7LokC3PFWQc99h6Daw { width:3.25rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #dT5d6wbDevTo6yIALaMhbIgff5DIf8pa { width:3.25rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #JAoyE4CDJaE6n5gM5cKwQlZXZ56QAlaA { display:block; }#JAoyE4CDJaE6n5gM5cKwQlZXZ56QAlaA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T6Rqoo9b8S3siAw9dpteyUrUn3dUnwT9 { width:23.5rem;height:22.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlgqzrb0z3KpQTZ1IFPEuZHmOttb81GE { width:3.75rem;height:3.75rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuRoHxl3O26TICEHrHqqKUWrt11o51Vb { width:18.3125rem;height:3.6875rem;top:6.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwoHgfbBFkFlRo7dDXfRHESCKfVSqNqQ { width:20.875rem;height:5.1875rem;top:11rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhIqat2sA7yVxXhPP2vwKDGCOTWm1JBT { width:12.125rem;height:3.125rem;top:17.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rxlozu202liGieTyNTI5GR8lCixkwaPh { display:block; }
 }@media only screen and (max-width: 763px) { #ZfAIDwoLWWW0iCLSaJGxbhquQTlUOSzn { width:7.375rem;height:1rem;top:17.625rem;left:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJR6SJzwMLLtUii1RJ3okVTL9HuevTsi { width:7.3125rem;height:2.1875rem;top:18.5625rem;left:1.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l80uK3LiergSc3xJXfIUpCRApre4l6Cb { width:3.25rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #K9tHPwJU5dZSKxcEQHHCWw4O7VVQGFTJ { width:3.25rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rn7fp6xVhvrwgR1MNGa75KVSoQykRxyf { display:block; }#Rn7fp6xVhvrwgR1MNGa75KVSoQykRxyf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WMtpJuixA1l9d2eA24gTsd7qXZD2TH37 { width:23.5rem;height:22.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C22bkdD0KRIK9kJ5vf2IdfrkCbCsx64P { width:5.5625rem;height:4.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yr9z3NlRx84znw4AXRZIVscScJAfsCTG { width:18.3125rem;height:3.6875rem;top:6.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWSUsWaVGloyCvIcWfVusyTLBzSkfzRb { width:20.875rem;height:2.5625rem;top:11rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXpDxma9gdItXl1XIpvcHi0RmZcudAlA { width:12.125rem;height:3.125rem;top:17.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bR1kDoTM6xBTQgngN6TQ6a3ig2VhyxfD { display:block; }
 }@media only screen and (max-width: 763px) { #SIpCNn4UQoZQPyWVSFnQIVOhsCO9W1ia { width:7.375rem;height:1rem;top:17.625rem;left:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBzn0pUAy5ba3L8HiwTInZpI8K9KHCqc { width:7.3125rem;height:2.1875rem;top:18.5625rem;left:1.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJxilkHvBhPI8pAAtbt1gOxrbZQ4qrJg { width:3.25rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TgB0MpE5JZCrkpSI8TWAMxuNFzfOASXm { width:3.25rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nKyqw3O2om4aCFlqwcf0AMEgXMKbiBGQ { display:block; }#nKyqw3O2om4aCFlqwcf0AMEgXMKbiBGQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SMI04DWTilv6utW5bGSwCJc65sUE2Wip { width:23.5rem;height:22.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dROoU7f17oISiyl5OccI4JFGMsW1c0AZ { width:3.125rem;height:4.375rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbHFOzKJRv5ceV0MPqX9QJPRS2ik7WQx { width:18.3125rem;height:3.6875rem;top:6.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3xxIOvJS5KAp2VCuzz1n2xSwUTGsqrN { width:20.875rem;height:5.1875rem;top:11rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDdluvNOTTegyzEA0JwnoDB3Pab0lUyf { width:12.125rem;height:3.125rem;top:17.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZu2qHUNA3u2EdTOU4RoX2HHcaiAULX1 { display:block; }
 }@media only screen and (max-width: 763px) { #bagiAhQbacDp7lGGxglcKgRUPART8UI0 { width:7.375rem;height:1rem;top:17.625rem;left:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmJVF5TTKAb9nKBCzc7OPhuJSqMxkkeh { width:7.3125rem;height:2.1875rem;top:18.5625rem;left:1.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cir229kpruA9U9wetnfUzVc5Edxy1sUD { width:3.25rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ixP0OblbrTsaszg7TU4LWPsqFlLVzXwl { width:3.25rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tc3WObQtq2rhzkKN0mtqWCpdpOaQUKUF { display:none; }#Tc3WObQtq2rhzkKN0mtqWCpdpOaQUKUF > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EOWLGI3o4weiQWxbUWpGtkHat0AWaGkB { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #v0TCO3qgVR5C4mp4f35V1L4ikSF6pH0q { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tf7dxTEiVuNoUBsNBgEJ8nNnhsecLg1F { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #d2QUSK0cToLc936AVGhkoHZbQfqUroTw { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #y1ighhfULrSgnTezC1ItJaKMUJ3wTAxH { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #qESWFHsaV12l2WXtIUoLRxL9JE0K0qZJ { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #SXLxiZ8UOpVlSL5TOJFtBTzatTNWTKyC { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #PIPWtzyKOl6eiBandpfxea8MFkTGOdmL { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TtuDZFRs8Ocmp3cfpDNLsykNSnkvJJ08 { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #QJAeqcFru6VPFSwEpA2SrKStkMxZ68OT { display:block; }#QJAeqcFru6VPFSwEpA2SrKStkMxZ68OT > .row .container { width:47.75rem;position:relative;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.9375rem;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:;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) { #iWyGMaxi91Lz6Nv4Xf6vrfU2zc2Ofoou { width:25.375rem;height:4.875rem;top:43.1875rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #suTlq1RszqpADi4thaIhBxnnh9PpEz4T { display:block; }
 }@media only screen and (max-width: 763px) { #EJzN75DshK83yUNPemPENNfMVuLVmHxM { width:25.3125rem;height:4.875rem;top:43.125rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNeLo2ablITe0714fEEcD9t1yhz407z2 { width:18.4375rem;height:2.0625rem;top:44.4375rem;left:14.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxTRnsg925s5P8ExEDZss1OQM3eFx2JX { width:2.1875rem;height:2.1875rem;top:44.5625rem;left:32.5625rem;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;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:4.6875rem;position:relative;display:none; } }@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) { #JM6UGAUBNOvsEVG8G7bQJcyJ2VxAkBuS { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6dc01819-011c-4994-a7e4-ee01cef853d3/Herophotomobile763.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#JM6UGAUBNOvsEVG8G7bQJcyJ2VxAkBuS.adaptive-delivery-prevent-bg, #JM6UGAUBNOvsEVG8G7bQJcyJ2VxAkBuS.lazyload, #JM6UGAUBNOvsEVG8G7bQJcyJ2VxAkBuS.lazyloading { background-image: none; }#JM6UGAUBNOvsEVG8G7bQJcyJ2VxAkBuS > .row .container { background-color: transparent; background-image: none; }#JM6UGAUBNOvsEVG8G7bQJcyJ2VxAkBuS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JM6UGAUBNOvsEVG8G7bQJcyJ2VxAkBuS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JM6UGAUBNOvsEVG8G7bQJcyJ2VxAkBuS > .row .container > .video-iframe-container { display: none; }#JM6UGAUBNOvsEVG8G7bQJcyJ2VxAkBuS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JM6UGAUBNOvsEVG8G7bQJcyJ2VxAkBuS > .row > .video-iframe-container { display: none; }#JM6UGAUBNOvsEVG8G7bQJcyJ2VxAkBuS > .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); }#JM6UGAUBNOvsEVG8G7bQJcyJ2VxAkBuS > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kJPMycHZX3yWliQlL1rhL7n6dqugUHZa { width:17.875rem;height:5.75rem;top:15.5rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dz9XCxxzsII9O3a28lucorOUx6pIWJuB { width:17.875rem;height:8.6875rem;top:17.625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvVBVcUTvu5l1HKRc21WT021HzZGwtCx { width:17.875rem;height:9.625rem;top:22.1875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtgQwvqelmf5inskzomZUSXAZMw5aqIi { width:11.625rem;height:2.875rem;top:16.9375rem;left:2.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxZSCNKCA3lxh8CQGy5XeInNCcSDIRz5 { width:15.5625rem;height:1.575rem;top:22.625rem;left:2.21875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #brsmT6qaDGJRFP3LJm195vUJWHh1suuT { width:17.875rem;height:4.3125rem;top:33.125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mV5klxdGClMrOmJ530AyN3vc3uvr1xpC { display:block; }
 }@media only screen and (max-width: 763px) { #gE3pkbribExeTlgHkxq7qxCgqhS9ZJDC { width:17.875rem;height:4.3125rem;top:33.125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3peFkkQORgHJ9u1Ob3qZkvoL4iAiQSA { width:15.4375rem;height:1.625rem;top:34.4375rem;left:2.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2NTMWk7zqsvbmap2EiP29RnlBK0OGGq { display:flex;width:1.4375rem;height:1.4375rem;top:34.5625rem;left:16.375rem; }
 }@media only screen and (max-width: 763px) { #yVK0mqNVdywGwm3UtDXVuVSJeFrTDO6D { width:7.6875rem;height:3.5625rem;top:27.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLqHDUzW8FGv6Q8fWXcSgN6RtcVrqSC8 { display:block; }#yLqHDUzW8FGv6Q8fWXcSgN6RtcVrqSC8 > .row .container { width:20rem;height:71.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ubCOK7ec3pZCWEsTuKuota95pVGeLwiI { width:9.6875rem;height:12.0625rem;top:3.4375rem;left:2.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWqVQHWhmhMH7vCz6eUV6aGLtgzXZnVh { width:12.0625rem;height:2.1125rem;top:6.359375rem;left:3.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXAsIqwNgzAFXT3VT26LL8TAmtAJgUwl { width:15.9375rem;height:6.987rem;top:8.034375190735rem;left:3.5rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBesoEhmDWp9UoAAufHFtXQPxIa9betK { width:20rem;height:8.75rem;top:17.21875rem;left:0rem;font-size:1.5625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #zaO6i26DroZ6F9TWWed0nWqgLkbWZRuV { width:20rem;height:37.125rem;top:27.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qm9QZnQSausZGx21Pt1bHyDHefpsqHHU { width:17.875rem;height:4.3125rem;top:66.5625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8UwyS757hXWgh2bt0K3l9kEpr9Kg1QT { display:block; }
 }@media only screen and (max-width: 763px) { #kbBsGlDUTF0SrOfCLK61zuzM5Wi6N5WI { width:17.875rem;height:4.3125rem;top:66.5rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0T6bNiecxQcpJHVrFun5Jt9DNsHqmin { width:15.5625rem;height:1.625rem;top:67.90625rem;left:2.21875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gS0wGwkmIBZP0l2RlO572KMaTHVZkTT3 { display:flex;width:1.4375rem;height:1.4375rem;top:58.625rem;left:16.375rem; }
 }@media only screen and (max-width: 763px) { #gIxKKryzeOz3JUK76XbhOLIxkbX4TnfP { display:none; }#gIxKKryzeOz3JUK76XbhOLIxkbX4TnfP > .row .container { width:20rem;height:6.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #t2L38LSAdAfHxh2oednFtpFoRewmrzcb { width:20rem;height:2.5rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyzKsNmn5h0x3aAnIFiHGThtgKX0Dm1z { width:8.25rem;height:2.375rem;top:2.625rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTVeby7bS1DK7ZE71a5aTttT4zNPxTeU { display:block; }
 }@media only screen and (max-width: 763px) { #U75SVn3EHgfw1HdX6kI6zenyNLqZTQst { width:11.5625rem;height:2.375rem;top:2.625rem;left:8.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfhMZ8t5GOW3d39WZPqncsEToBuL1arr { display:block; }
 }@media only screen and (max-width: 763px) { #bVxswt2oTNaLBLe3N2HPOPtvnqZCZJMz { display:block; }#bVxswt2oTNaLBLe3N2HPOPtvnqZCZJMz > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mXW1VUWJZVMuWkQt3yB93LWPboOSRWF0 { display:block; }#mXW1VUWJZVMuWkQt3yB93LWPboOSRWF0 > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O2PMtKgWh92W7ZVK0SfLmWEwiil25nn7 { width:17.75rem;height:19.625rem;top:1.4375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwFGKJZzTkUGUSQ9031yCxVQSBvJiEo2 { width:3.75rem;height:3.5rem;top:3.25rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EU0IvNfazllmoN19ahR7t1itudGizHXr { width:7.5rem;height:2.92448125rem;top:7.6875rem;left:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bI4wKalLWS1TH8tXD1yhEAvUu9PmTqge { width:14.6875rem;height:4.22395625rem;top:11.4375rem;left:2.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7clR11auFA8gErcfbg7wmri1CdQ3Kif { width:9.3125rem;height:2.75rem;top:16.75rem;left:2.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlnnndlvxrgTUu0Wi6u1zknMBPOmlaOk { display:block; }
 }@media only screen and (max-width: 763px) { #PtPX8tvcus7Uuf7GSPATvF2Bz6LM1DPs { width:6.125rem;height:0.8125rem;top:17rem;left:11.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTcSwdJkoHcVq5qhrLUxr3aZQ8CPbnaX { width:4.9375rem;height:1.7875rem;top:17.5625rem;left:12.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxmBSoIJyPXJssgf7QDJgdJ4JnDRspEW { top:10.1875rem;left:0.0625rem;width:2.1875rem;height:2.1875rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #d86NUZBSel2b6PRGGzZqO7k3B1W9hIea { top:10.1875rem;left:17.8125rem;width:2.1875rem;height:2.1875rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #v0Bm2aL1U9LFk2g1h08HeCDUZSXIO7XT { display:block; }#v0Bm2aL1U9LFk2g1h08HeCDUZSXIO7XT > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TEm9Q12M3r1OKStuioCmwNxXOWVUZ1wI { width:17.75rem;height:19.625rem;top:1.4375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEK5HA96CHJgKBuIB6XwlCMqwEQaFnMd { width:3.75rem;height:3.75rem;top:3.25rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVvEcd3IecEnHa0cP7gzap8CQrIztOhm { width:14.6875rem;height:2.924475rem;top:7.6875rem;left:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCofI6SBWomdzHSMtOyGANwuhxPcdTlr { width:14.6875rem;height:4.22395625rem;top:11.4375rem;left:2.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #va0vfESeeo6xNP7AS1OdcaT3oNEixH7n { width:9.3125rem;height:2.75rem;top:16.75rem;left:2.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2xJrFmKL2eu37imh9C4CHhTevFv2dav { display:block; }
 }@media only screen and (max-width: 763px) { #nHTM9BBFUEHRkKT3WtZLKwWX9yE2vRC6 { width:6.125rem;height:0.8125rem;top:17rem;left:11.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTSzIH8KEQFUi444ICtVzUoG5hEQrZPJ { width:4.9375rem;height:1.7875rem;top:17.5625rem;left:12.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbVruN4dlniEu6r5Bt2ptZHS4STu0hPa { top:10.1875rem;left:17.8125rem;width:2.1875rem;height:2.1875rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VeLKu1hHtWkgBVRXZHLGSJD91taSzDR1 { top:10.15625rem;left:0.0625rem;width:2.1875rem;height:2.1875rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xTnKLEHWTUJE2bBzIhB3MauZRU9lkUqp { display:block; }#xTnKLEHWTUJE2bBzIhB3MauZRU9lkUqp > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LlS7MvgkqVmFWfguQKIT4MqHC3E3JNrT { width:17.75rem;height:19.625rem;top:1.4375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcTk6KFw7a3ulktF1WTWkdGQxoyvfTXV { width:4.25rem;height:3.3125rem;top:3.25rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZnUL68QQk8mEzmwyIB1vKuguFgNVkBt { width:14.6875rem;height:2.924475rem;top:7.6875rem;left:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEsTwCRgH1NMsZMDxVm1sz8alEQS7A65 { width:14.6875rem;height:4.22395625rem;top:11.4375rem;left:2.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXxmq8X4sZiLeTLia32wP2Q7LWklkIst { width:9.3125rem;height:2.75rem;top:16.75rem;left:2.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zp2Z1GgtcZHryqyKnW7mLlJtPiusB2Tg { display:block; }
 }@media only screen and (max-width: 763px) { #aTUUJogWHORq2qPk5HEMK4PoLf7Ez4Tg { width:6.125rem;height:0.8125rem;top:17rem;left:11.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtQtIBp7uXK50RwpQwmUAUcoLUDw2oPu { width:4.9375rem;height:1.7871125rem;top:17.5625rem;left:12.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuxIlTNTiMPmVOkIn9EksUvmL3Z0PfUT { top:10.1875rem;left:0.0625rem;width:2.1875rem;height:2.1875rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LpLWUgKK1mrfiMTNUtSEnvMb3Unwbe5g { top:10.1875rem;left:17.8125rem;width:2.1875rem;height:2.1875rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #sGOwObCDUuni9Z0EgxZ1asiW84NaBq6L { top:10.15625rem;left:17.8125rem;width:2.1875rem;height:2.1875rem;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GWbVvMDaukoFH7M9pJeRpnZhp6aL82t0 { display:none; }#GWbVvMDaukoFH7M9pJeRpnZhp6aL82t0 > .row .container { width:20rem;height:13.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QOx3KTmU6Fz1ZoQRbUdF3t5Cnt3H8uCd { width:19.6875rem;height:4.875rem;top:1.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAXUh4UTwMI44JOKXlr5W5zH6VnurCMy { width:10.875rem;height:0;top:2.5625rem;left:3.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDMzKDWe2VrunK5JAgf5bFSKaMJrfcMx { display:flex;width:1.4375rem;height:1.4375rem;top:3rem;left:15.3125rem; }
 }@media only screen and (max-width: 763px) { #lsrEq5Jde3yTNGfcl5RGMcVP0DqnfMV3 { width:19.6875rem;height:4.875rem;top:7.5rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0E1obXDtRp5PwxqZ6nnFUwfkB432Agq { display:block; }
 }@media only screen and (max-width: 763px) { #fKHIRVWkkEW2QZRkDlaMZOt3SeiLMy3g { display:block; }#fKHIRVWkkEW2QZRkDlaMZOt3SeiLMy3g > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kf4TMbCoICizkKwMq9kmQmT7pHnU8DyL { width:17.75rem;height:19.625rem;top:1.4375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnPEIGEgtMvkVmWJBCah2G9ZFMvgbCHM { width:2.625rem;height:2.4375rem;top:3.25rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oruLUmzB7GrKDgUDlVhTkSTFdBfubDGS { width:14.6875rem;height:2.924475rem;top:7.6875rem;left:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L56CIRc2cWu6P6bOV8peKVAq865l6wRI { width:14.6875rem;height:3.16796875rem;top:11.4375rem;left:2.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqfypvqnOhDkNiP1VKqZwy65Q1inJAwy { width:9.3125rem;height:2.75rem;top:16.75rem;left:2.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XP00l9PhB669CE79hEHvsI1vRtehPTLr { display:block; }
 }@media only screen and (max-width: 763px) { #xy373gRuQDfd0ApBqZ3604kLZulVoovS { width:6.125rem;height:0.8125rem;top:17rem;left:11.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIyvgvJEGGF72kX9e3QzDQL36TBo0ugX { width:4.9375rem;height:1.7871125rem;top:17.5625rem;left:12.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvRillIw2A6moRDxSWn3dsOtW2MvKq36 { top:10.1875rem;left:17.8125rem;width:2.1875rem;height:2.1875rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #w8NBHlAJn1e3e3cXOsEc9rPWrBn8rdVI { top:10.15625rem;left:0rem;width:2.1875rem;height:2.1875rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #iVovrraylKIZlXtHbL7p3SMNKtfl0BZx { display:block; }#iVovrraylKIZlXtHbL7p3SMNKtfl0BZx > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MUvSmvimenrh0ytxtCmEG6lGpA9EQbZ1 { width:17.75rem;height:19.625rem;top:1.4375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElosS5AaqThveOp71ga5Qpy6I7aAVcVG { width:2.75rem;height:3rem;top:3.25rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDUH4EDsDwVTzNnMXlvTEFX7TlSz3UrM { width:7.5rem;height:2.92448125rem;top:7.6875rem;left:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlzN8eTv0xTcZQO2eFcwlXTnFNB6gtD8 { width:14.6875rem;height:2.11198125rem;top:11.4375rem;left:2.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpO54yJDtkgMTau71OTQShN70Wb1lOb5 { width:9.3125rem;height:2.75rem;top:16.75rem;left:2.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIEP6dRhOXpD8hWrrSNTmENhFkINb44k { display:block; }
 }@media only screen and (max-width: 763px) { #GAVxbWJTtN30RWWNimPDI2v7ET6ghtTk { width:6.125rem;height:0.8125rem;top:17rem;left:11.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLLnfoq8ZQTAF5TT5WcXBAvUOcWQdxbc { width:4.9375rem;height:1.7871125rem;top:17.5625rem;left:12.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHWdzNFCS7JOskzsmdMqRdQCivcN69TO { top:10.1875rem;left:0.0625rem;width:2.1875rem;height:2.1875rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #giJdFWPRunZtwLVDZBIb0agc62mf5MxD { top:10.1875rem;left:17.8125rem;width:2.1875rem;height:2.1875rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zIFtcuafVk33fgkQJCZR4LJmIN1Sxa6c { display:block; }#zIFtcuafVk33fgkQJCZR4LJmIN1Sxa6c > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zfgUt1tPGOhmlFelohnd24J3LXSSEK9B { width:17.75rem;height:19.625rem;top:1.4375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8J0mvz1513Ms0x0nqTDNXcwZHbUxbEu { width:3.3125rem;height:3.3125rem;top:3.25rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #APNwu9Fl3IAWMmJpIl9zCcsZl148Ja8d { width:14.6875rem;height:2.924475rem;top:7.6875rem;left:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAe0G2FhiHreSNk45OI1GC1NrU44ybET { width:14.6875rem;height:4.22395625rem;top:11.4375rem;left:2.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRFkT7A5WvZoXkCcOuScU5CQ6m7s8PwS { width:9.3125rem;height:2.75rem;top:16.75rem;left:2.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMwHpQHOv5TlcyoB9UAi3QGncwm77Tza { display:block; }
 }@media only screen and (max-width: 763px) { #lfToZdgt2HbO4f2QrL8rHgMU6pgfobe8 { width:6.125rem;height:0.8125rem;top:17rem;left:11.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxWyEWTvrIhaRuahXPHNFvXVPux0gumN { width:4.9375rem;height:1.7871125rem;top:17.5625rem;left:12.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoT3lkCilKz9DNfoqqT3xPmPlXZUVluy { top:10.1875rem;left:0.0625rem;width:2.1875rem;height:2.1875rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NxVuurGfrtaVgFaReden0y1qL3bAdiUX { top:10.1875rem;left:17.8125rem;width:2.1875rem;height:2.1875rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bMeTqdSJeUaL5wt5uLfwDUAddUUMiJfZ { display:block; }#bMeTqdSJeUaL5wt5uLfwDUAddUUMiJfZ > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dZEc7JLy8NGTzwqRg3RcRSB46kxN1yFs { width:17.75rem;height:19.625rem;top:1.4375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1r4AUKHddUacf32K74PyQubRHn5E4J7 { width:2.9375rem;height:2.9375rem;top:3.25rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJCUgp714sDyVIeikDyJ0rRLODirHvGH { width:14.6875rem;height:2.924475rem;top:7.6875rem;left:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOvqDJZmQUepTM8DSo4SXbl7GcA5wUyZ { width:14.6875rem;height:3.16796875rem;top:11.4375rem;left:2.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPoT0X0G4LTA7AgqQLhyAeUMGkklkAw4 { width:9.3125rem;height:2.75rem;top:16.75rem;left:2.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3lvlPyhxuCbe6UskCVoNvTasCZx2POk { display:block; }
 }@media only screen and (max-width: 763px) { #Ab3QuELtSNRpzkWEGcE2QTJXUBdXmzqq { width:6.125rem;height:0.8125rem;top:17rem;left:11.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #opCG82LGMMXoqDBXCbKuPIVQPAyMkPIi { width:4.9375rem;height:1.7875rem;top:17.5625rem;left:12.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8QHr8ixbBPO94rx4yxE4TKePVXX5Emk { top:10.1875rem;left:0.0625rem;width:2.1875rem;height:2.1875rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #IN37wrzUz09S4UhvhhWi7sVeKOKZns62 { top:10.1875rem;left:17.8125rem;width:2.1875rem;height:2.1875rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PIEdfLZsKblaJhQMG2fAxL5PXUWNTTwG { display:block; }#PIEdfLZsKblaJhQMG2fAxL5PXUWNTTwG > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t9yxqTP3EbzaII4slOKg3g621vk0VvUP { width:17.75rem;height:19.625rem;top:1.4375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT4UGuR36kzb24mrXIeZTmgXfgeREN3d { width:2.9375rem;height:3.75rem;top:3.25rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQwA7IPxzmdTH1cm7oTMfRJDqWB5FVQa { width:14.6875rem;height:2.924475rem;top:7.6875rem;left:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqlTMMycuzfIEsmBCr1XECIqFSv7U10V { width:14.6875rem;height:3.16796875rem;top:11.4375rem;left:2.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHJ6cpsDDTaitunkHr8mTw65ESKFaP22 { width:9.3125rem;height:2.75rem;top:16.75rem;left:2.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmDfdBdS0v3416O7oaEqTsKe7LstHxqT { display:block; }
 }@media only screen and (max-width: 763px) { #eooluJUcZFEn90I2JgVplXhhTV3SBmQq { width:6.125rem;height:0.8125rem;top:17rem;left:11.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ttr4GsrAkbigTyDgKLTowQC6KziL5pu9 { width:4.9375rem;height:1.7875rem;top:17.5625rem;left:12.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShpefwWltipGvC1st0VWv3rCyWTfe5tZ { top:10.1875rem;left:0.0625rem;width:2.1875rem;height:2.1875rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ztb5r7D2y8a5oyofegNJoWkTA0pIA2le { top:10.1875rem;left:17.8125rem;width:2.1875rem;height:2.1875rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dOdhSmIycfJKTtxy3OLgwwruuWPzOD2b { display:block; }#dOdhSmIycfJKTtxy3OLgwwruuWPzOD2b > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bw59tXpkth2pRIH86Qcx0EdQGPSLZtQE { width:17.75rem;height:19.625rem;top:1.4375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgMUeylQ72O9PoDIOOpWItffFGZs1qr2 { width:3.75rem;height:3.75rem;top:3.25rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnISgd27OQkIXoEyC5i9H8eWL9taNqzb { width:14.6875rem;height:2.924475rem;top:7.6875rem;left:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1JbmM2wPaw4JIbsxvBkLFZw3XHWisrl { width:14.6875rem;height:4.22395625rem;top:11.4375rem;left:2.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUykzHKtXyw4QZrfhD4fpQXrTPWEVZSn { width:9.3125rem;height:2.75rem;top:16.75rem;left:2.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xA4ZEtARVnWMwXryhnAH9rxv95U1fD2E { display:block; }
 }@media only screen and (max-width: 763px) { #vBWIETLW5t11MooVwSERumfyXTttZ1Mk { width:6.125rem;height:0.8125rem;top:17rem;left:11.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZRTpFJqFOCkCJ7XLC2TnDwwOnlATkfH { width:4.9375rem;height:1.7875rem;top:17.5625rem;left:12.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFT2uLriaNGRwX1Nfb4c6AHTVlIhkLup { top:10.1875rem;left:0.0625rem;width:2.1875rem;height:2.1875rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qZR5f0cEA8ExpNlTDk1an2vXfNu2km87 { top:10.15625rem;left:17.8125rem;width:2.1875rem;height:2.1875rem;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #FoiSP2WpWDx1tHHZg56fh6Z0SFTfwnSI { display:block; }#FoiSP2WpWDx1tHHZg56fh6Z0SFTfwnSI > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hpy7UOzAPMh6neo8e4IZF8eRBKDtmcFT { width:17.75rem;height:19.625rem;top:1.4375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTlkC3OakonwalafCrAVw8yKDTqqWCU8 { width:2.6875rem;height:2.25rem;top:3.25rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUGQo0lD1ehrFgTERUEeD1kdunPwbNyw { width:14.6875rem;height:2.924475rem;top:7.6875rem;left:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QG61w9g6NUZAsdMVOuiaIP3XLKVGeZB2 { width:14.6875rem;height:5.27995rem;top:11.4375rem;left:2.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QW86Ve9DdCTcMdvBsDbKOBJs3gteQxl1 { width:9.3125rem;height:2.75rem;top:16.75rem;left:2.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9EqSGydFWHvG399lgSSr72C3nCPu3BU { display:block; }
 }@media only screen and (max-width: 763px) { #ZFddTBWmp1BUTF4z5kIebBi0EEJvztiI { width:6.125rem;height:0.8125rem;top:17rem;left:11.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTqTn8JXBXe9XL9ZwxGwbw9fNkRs5DTB { width:4.9375rem;height:1.7875rem;top:17.5625rem;left:12.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #COIwBpPlKdzJtiO3T9FgqbZeRxC0mPMC { top:10.1875rem;left:0.0625rem;width:2.1875rem;height:2.1875rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Kqy6llqK8HOiT08p55Ec0BxqdOt15G4b { top:10.1875rem;left:17.8125rem;width:2.1875rem;height:2.1875rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #WkkEi3uv4XACE1mh5nrct5Ke0Herr5y9 { top:10.15625rem;left:17.8125rem;width:2.1875rem;height:2.1875rem;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CILy1hObZN2S98mEZdaG1oH2v9FC2LDd { display:block; }#CILy1hObZN2S98mEZdaG1oH2v9FC2LDd > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dHOrU4DiZvAtuyCIfoZVG7lTBCSTVE50 { width:17.75rem;height:19.625rem;top:1.4375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWO3lUu1LMP7yfgnfOoNIvZ053H4ZPgv { width:2.25rem;height:2.25rem;top:3.25rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4TsKe5MpJ8NqQfADQiVgBeiLmbwSylt { width:14.6875rem;height:2.924475rem;top:7.6875rem;left:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPlpgNCMR6B4wyeScL9VRhVT6SDGoVlT { width:14.6875rem;height:4.22395625rem;top:11.4375rem;left:2.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gp6fcg0bTZqFyXMJuluC7EA5dQWlbrZn { width:9.3125rem;height:2.75rem;top:16.75rem;left:2.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBRkfK732LG10g0WNgGwuxJPm6VPXWf6 { display:block; }
 }@media only screen and (max-width: 763px) { #Q4S88TTXAKgkSIJX3NCXTDVGEBfU9xBC { width:6.125rem;height:0.8125rem;top:17rem;left:11.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XI5e8LXnvzEZ8UWmphcpkmAkmSq9KFgS { width:4.9375rem;height:1.7875rem;top:17.5625rem;left:12.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLPs7GCtvzfGxWpKzki3Kq1I2Sz3CQeQ { top:10.1875rem;left:0.0625rem;width:2.1875rem;height:2.1875rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zQFH0a49QGIxoethQC47Tq1IMRMkZo0D { top:10.1875rem;left:17.8125rem;width:2.1875rem;height:2.1875rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Qs5RpylDXOtT1Mpl62brWTq3gfelrzLA { top:10.15625rem;left:17.8125rem;width:2.1875rem;height:2.1875rem;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #lUzRaJwHOz85TAE9iUD7cdtghL7JCNOu { display:block; }#lUzRaJwHOz85TAE9iUD7cdtghL7JCNOu > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E9LiRHo0zXCgRo9ZXMZT6TNT8bAqwhXl { width:17.75rem;height:19.625rem;top:1.4375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2cDySmfMg2JzPCo3v4VGhwRKAnyEB57 { width:3.4375rem;height:3.3125rem;top:3.25rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTg4KKNMoLAtD3MsgZ7ehKxsBXvQIti2 { width:14.6875rem;height:2.924475rem;top:7.6875rem;left:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b105kJkKLQXpgWklMXf7ZETdFFLoJmBc { width:14.6875rem;height:4.22395625rem;top:11.4375rem;left:2.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEJTISL6RTEDFQvdMikHIMSpXUo10Xre { width:9.3125rem;height:2.75rem;top:16.75rem;left:2.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgOda2VGI3ceQFkVwgdmDbs7QOway21K { display:block; }
 }@media only screen and (max-width: 763px) { #Jv1Hy285QLL5iyXgJ0gxVVfZcIIUEMrT { width:6.125rem;height:0.8125rem;top:17rem;left:11.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDHR4BTryfKuR0947qcVB5wZrXu7EnNX { width:4.9375rem;height:1.7871125rem;top:17.5625rem;left:12.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETfRNagzuO2geT7LokC3PFWQc99h6Daw { top:10.1875rem;left:0.0625rem;width:2.1875rem;height:2.1875rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dT5d6wbDevTo6yIALaMhbIgff5DIf8pa { top:10.1875rem;left:17.8125rem;width:2.1875rem;height:2.1875rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JAoyE4CDJaE6n5gM5cKwQlZXZ56QAlaA { display:block; }#JAoyE4CDJaE6n5gM5cKwQlZXZ56QAlaA > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T6Rqoo9b8S3siAw9dpteyUrUn3dUnwT9 { width:17.75rem;height:19.625rem;top:1.4375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlgqzrb0z3KpQTZ1IFPEuZHmOttb81GE { width:3.4375rem;height:3.4375rem;top:3.25rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuRoHxl3O26TICEHrHqqKUWrt11o51Vb { width:14.6875rem;height:2.924475rem;top:7.6875rem;left:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwoHgfbBFkFlRo7dDXfRHESCKfVSqNqQ { width:14.6875rem;height:5.27995rem;top:11.4375rem;left:2.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhIqat2sA7yVxXhPP2vwKDGCOTWm1JBT { width:9.3125rem;height:2.75rem;top:16.75rem;left:2.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rxlozu202liGieTyNTI5GR8lCixkwaPh { display:block; }
 }@media only screen and (max-width: 763px) { #ZfAIDwoLWWW0iCLSaJGxbhquQTlUOSzn { width:6.125rem;height:0.8125rem;top:17rem;left:11.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJR6SJzwMLLtUii1RJ3okVTL9HuevTsi { width:4.9375rem;height:1.7871125rem;top:17.5625rem;left:12.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l80uK3LiergSc3xJXfIUpCRApre4l6Cb { top:10.1875rem;left:0.0625rem;width:2.1875rem;height:2.1875rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #K9tHPwJU5dZSKxcEQHHCWw4O7VVQGFTJ { top:10.1875rem;left:17.8125rem;width:2.1875rem;height:2.1875rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Rn7fp6xVhvrwgR1MNGa75KVSoQykRxyf { display:block; }#Rn7fp6xVhvrwgR1MNGa75KVSoQykRxyf > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WMtpJuixA1l9d2eA24gTsd7qXZD2TH37 { width:17.75rem;height:19.625rem;top:1.4375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C22bkdD0KRIK9kJ5vf2IdfrkCbCsx64P { width:4.5625rem;height:3.75rem;top:3.25rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yr9z3NlRx84znw4AXRZIVscScJAfsCTG { width:14.6875rem;height:2.924475rem;top:7.6875rem;left:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWSUsWaVGloyCvIcWfVusyTLBzSkfzRb { width:14.6875rem;height:3.16796875rem;top:11.4375rem;left:2.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXpDxma9gdItXl1XIpvcHi0RmZcudAlA { width:9.3125rem;height:2.75rem;top:16.75rem;left:2.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bR1kDoTM6xBTQgngN6TQ6a3ig2VhyxfD { display:block; }
 }@media only screen and (max-width: 763px) { #SIpCNn4UQoZQPyWVSFnQIVOhsCO9W1ia { width:6.125rem;height:0.8125rem;top:17rem;left:11.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBzn0pUAy5ba3L8HiwTInZpI8K9KHCqc { width:4.9375rem;height:1.7875rem;top:17.5625rem;left:12.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJxilkHvBhPI8pAAtbt1gOxrbZQ4qrJg { top:10.1875rem;left:0.0625rem;width:2.1875rem;height:2.1875rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TgB0MpE5JZCrkpSI8TWAMxuNFzfOASXm { top:10.1875rem;left:17.8125rem;width:2.1875rem;height:2.1875rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nKyqw3O2om4aCFlqwcf0AMEgXMKbiBGQ { display:block; }#nKyqw3O2om4aCFlqwcf0AMEgXMKbiBGQ > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SMI04DWTilv6utW5bGSwCJc65sUE2Wip { width:17.75rem;height:19.625rem;top:1.4375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dROoU7f17oISiyl5OccI4JFGMsW1c0AZ { width:2.6875rem;height:3.75rem;top:3.25rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbHFOzKJRv5ceV0MPqX9QJPRS2ik7WQx { width:14.6875rem;height:2.924475rem;top:7.6875rem;left:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3xxIOvJS5KAp2VCuzz1n2xSwUTGsqrN { width:14.6875rem;height:4.22395625rem;top:11.4375rem;left:2.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDdluvNOTTegyzEA0JwnoDB3Pab0lUyf { width:9.3125rem;height:2.75rem;top:16.75rem;left:2.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZu2qHUNA3u2EdTOU4RoX2HHcaiAULX1 { display:block; }
 }@media only screen and (max-width: 763px) { #bagiAhQbacDp7lGGxglcKgRUPART8UI0 { width:6.125rem;height:0.8125rem;top:17rem;left:11.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmJVF5TTKAb9nKBCzc7OPhuJSqMxkkeh { width:4.9375rem;height:1.7875rem;top:17.5625rem;left:12.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cir229kpruA9U9wetnfUzVc5Edxy1sUD { top:10.1875rem;left:0.0625rem;width:2.1875rem;height:2.1875rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ixP0OblbrTsaszg7TU4LWPsqFlLVzXwl { top:10.1875rem;left:17.8125rem;width:2.1875rem;height:2.1875rem;z-index:15008;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #Tc3WObQtq2rhzkKN0mtqWCpdpOaQUKUF { display:block; }#Tc3WObQtq2rhzkKN0mtqWCpdpOaQUKUF > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EOWLGI3o4weiQWxbUWpGtkHat0AWaGkB { top:0rem;left:4.9375rem;width:0.625rem;height:0.625rem;z-index:15000;border-top:0.125rem solid #015aa9;border-left:0.125rem solid #015aa9;border-right:0.125rem solid #015aa9;border-bottom:0.125rem solid #015aa9;background-color:#015aa9;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #v0TCO3qgVR5C4mp4f35V1L4ikSF6pH0q { top:0rem;left:6.125rem;width:0.625rem;height:0.625rem;z-index:15001;border-top:0.125rem solid #015aa9;border-left:0.125rem solid #015aa9;border-right:0.125rem solid #015aa9;border-bottom:0.125rem solid #015aa9;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Tf7dxTEiVuNoUBsNBgEJ8nNnhsecLg1F { top:0rem;left:7.3125rem;width:0.625rem;height:0.625rem;z-index:15002;border-top:0.125rem solid #015aa9;border-left:0.125rem solid #015aa9;border-right:0.125rem solid #015aa9;border-bottom:0.125rem solid #015aa9;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #d2QUSK0cToLc936AVGhkoHZbQfqUroTw { top:0rem;left:8.5rem;width:0.625rem;height:0.625rem;z-index:15003;border-top:0.125rem solid #015aa9;border-left:0.125rem solid #015aa9;border-right:0.125rem solid #015aa9;border-bottom:0.125rem solid #015aa9;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #y1ighhfULrSgnTezC1ItJaKMUJ3wTAxH { top:0rem;left:9.6875rem;width:0.625rem;height:0.625rem;z-index:15004;border-top:0.125rem solid #015aa9;border-left:0.125rem solid #015aa9;border-right:0.125rem solid #015aa9;border-bottom:0.125rem solid #015aa9;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #qESWFHsaV12l2WXtIUoLRxL9JE0K0qZJ { top:0rem;left:10.875rem;width:0.625rem;height:0.625rem;z-index:15005;border-top:0.125rem solid #015aa9;border-left:0.125rem solid #015aa9;border-right:0.125rem solid #015aa9;border-bottom:0.125rem solid #015aa9;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #SXLxiZ8UOpVlSL5TOJFtBTzatTNWTKyC { top:0rem;left:12.0625rem;width:0.625rem;height:0.625rem;z-index:15006;border-top:0.125rem solid #015aa9;border-left:0.125rem solid #015aa9;border-right:0.125rem solid #015aa9;border-bottom:0.125rem solid #015aa9;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #PIPWtzyKOl6eiBandpfxea8MFkTGOdmL { top:0rem;left:13.25rem;width:0.625rem;height:0.625rem;z-index:15007;border-top:0.125rem solid #015aa9;border-left:0.125rem solid #015aa9;border-right:0.125rem solid #015aa9;border-bottom:0.125rem solid #015aa9;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #TtuDZFRs8Ocmp3cfpDNLsykNSnkvJJ08 { top:0rem;left:14.4375rem;width:0.625rem;height:0.625rem;z-index:15008;border-top:0.125rem solid #015aa9;border-left:0.125rem solid #015aa9;border-right:0.125rem solid #015aa9;border-bottom:0.125rem solid #015aa9;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #QJAeqcFru6VPFSwEpA2SrKStkMxZ68OT { display:block; }#QJAeqcFru6VPFSwEpA2SrKStkMxZ68OT > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #egXEDGJdu2vrNCnHs1MDdlbGOa5G7SNd { display:block; }#egXEDGJdu2vrNCnHs1MDdlbGOa5G7SNd > .row .container { width:20rem;height:83.5rem;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.11230625rem;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.11230625rem;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.4231875rem;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) { #iWyGMaxi91Lz6Nv4Xf6vrfU2zc2Ofoou { width:17.875rem;height:4.3125rem;top:75.6875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #suTlq1RszqpADi4thaIhBxnnh9PpEz4T { display:block; }
 }@media only screen and (max-width: 763px) { #EJzN75DshK83yUNPemPENNfMVuLVmHxM { width:17.875rem;height:4.3125rem;top:75.625rem;left:1.0625rem;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;display:block; }
 }@media only screen and (max-width: 763px) { #UxTRnsg925s5P8ExEDZss1OQM3eFx2JX { display:flex;width:1.4375rem;height:1.4375rem;top:77.125rem;left:16.3125rem; }
 }@media only screen and (max-width: 763px) { #S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ { display:block; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F13svKRiG7NS8omdVI4Dq5WkaRRigxRl { width:20rem;height:0.89355625rem;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.13769375rem;top:8.33437538147rem;left:7.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }