.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rbRFCAG4Aze2zAaeGtttCh4VMeGbLBtP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5b0f9e7f-cab3-4c8a-925e-612449f96dd0/Untitled.webp");background-position:center !important;background-repeat: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; }#rbRFCAG4Aze2zAaeGtttCh4VMeGbLBtP.adaptive-delivery-prevent-bg, #rbRFCAG4Aze2zAaeGtttCh4VMeGbLBtP.lazyload, #rbRFCAG4Aze2zAaeGtttCh4VMeGbLBtP.lazyloading { background-image: none; }#rbRFCAG4Aze2zAaeGtttCh4VMeGbLBtP > .row .container { background-color: transparent; background-image: none; }#rbRFCAG4Aze2zAaeGtttCh4VMeGbLBtP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rbRFCAG4Aze2zAaeGtttCh4VMeGbLBtP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rbRFCAG4Aze2zAaeGtttCh4VMeGbLBtP > .row .container > .video-iframe-container { display: none; }#rbRFCAG4Aze2zAaeGtttCh4VMeGbLBtP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rbRFCAG4Aze2zAaeGtttCh4VMeGbLBtP > .row > .video-iframe-container { display: none; }#rbRFCAG4Aze2zAaeGtttCh4VMeGbLBtP > .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); }#rbRFCAG4Aze2zAaeGtttCh4VMeGbLBtP > .row .container { border-width: 0; border-radius: 0; }#rbRFCAG4Aze2zAaeGtttCh4VMeGbLBtP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rbRFCAG4Aze2zAaeGtttCh4VMeGbLBtP > .row .container { font-size:0.875rem;font-family:arial;height:60.625rem;width:75rem;position:relative;display:block; }#kulJhGsX9BJMBVmsMP67MVZAy4sMfLyr { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:9.875rem;top:5.3125rem;left:32.5625rem;overflow:hidden;display:block; }
#qfw6WQDWGuROQz5Lkcl0OMoanTi4Q7FI { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.9375rem;width:63.875rem;top:17.4375rem;left:5.4375rem;overflow:hidden;display:block; }
#nAeXO86uQKfsLVRvasEzy5bTpQMBEN5N { color:#ffffff;display:block;width:64.75rem;position:absolute;font-family:"instrument sans";font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:10.8125rem;left:5.125rem;height:9.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Taw2dOg7l44ZAwb2CaHPkLEeIPIZSp7p { color:#ffffff;display:block;width:60.5rem;position:absolute;font-family:"instrument sans";font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:47.9375rem;left:7.25rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bNeJ7H9SZ3T89UV7mae4D9IIGXmeM4xp { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.7;overflow:hidden;position:absolute;width:30.5rem;height:5.1875rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:52.5rem;left:22.25rem;display:block; }
#kA3Wk9XoArLSz41OoRpr7PtfpccBucgL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ftFfRxONczKbse3OOpQCcmwvpu8ocqTw { box-sizing:content-box;height:5.0625rem;width:15.625rem;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:none;top:4.25rem;left:29.6875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#bmsL5J44JnemOW2WqPdBmTVtKoNfo9C1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bmsL5J44JnemOW2WqPdBmTVtKoNfo9C1 > .row .container { background-color: transparent; background-image: none; }#bmsL5J44JnemOW2WqPdBmTVtKoNfo9C1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bmsL5J44JnemOW2WqPdBmTVtKoNfo9C1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bmsL5J44JnemOW2WqPdBmTVtKoNfo9C1 > .row .container > .video-iframe-container { display: none; }#bmsL5J44JnemOW2WqPdBmTVtKoNfo9C1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bmsL5J44JnemOW2WqPdBmTVtKoNfo9C1 > .row > .video-iframe-container { display: none; }#bmsL5J44JnemOW2WqPdBmTVtKoNfo9C1 > .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); }#bmsL5J44JnemOW2WqPdBmTVtKoNfo9C1 > .row .container { border-width: 0; border-radius: 0; }#bmsL5J44JnemOW2WqPdBmTVtKoNfo9C1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bmsL5J44JnemOW2WqPdBmTVtKoNfo9C1 > .row .container { font-size:0.875rem;font-family:arial;height:15.875rem;width:75rem;position:relative;display:block; }#Jf0cMb3zZub4zHJgIySgJ9pXwrMpAcXb { color:#ffffff;display:block;width:8.4375rem;position:absolute;font-family:"instrument sans";font-size:1.1875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:6.1875rem;left:53.1875rem;height:1.54361875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#PVBayBaa0zJTNwnoGm1kID5vRgobq3r0 { color:#000000;display:block;width:26.9375rem;position:absolute;font-family:"instrument sans";font-size:2.375rem;font-weight:700;z-index:15003;line-height:.9;letter-spacing:0;top:1.75rem;left:22.8125rem;height:2.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lBeOGJHJ9Rd2def0OMnzFipZwAAHHIno { color:#ffffff;display:block;width:8.4375rem;position:absolute;font-family:"instrument sans";font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:6.1875rem;left:39.0625rem;height:1.54361875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#EafiJ3I2BHSxJ8rLOyHMdwgz8mT6Boah { color:#ffffff;display:block;width:8.4375rem;position:absolute;font-family:"instrument sans";font-size:1.1875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:6.1875rem;left:25.1875rem;height:1.54361875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#gJpT8tXXPclnODX5zbE4bwVnwXGtV6RT { box-sizing:content-box;height:2.5625rem;width:12.3125rem;position:absolute;display:block;z-index:15005;background-color:#505db5;background-image:none;top:5.375rem;left:9.1875rem;border-top:0.125rem solid #5d92ff;border-left:0.125rem solid #5d92ff;border-right:0.125rem solid #5d92ff;border-bottom:0.125rem solid #5d92ff;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
#lGU6butilfG8vMritmtE4Ga1TyVhp5uJ { color:#ffffff;display:block;width:8.4375rem;position:absolute;font-family:"instrument sans";font-size:1.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:6rem;left:11.25rem;height:1.54361875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#H2uvH5HXIEmdBNEsoovZxfbrp7ousOmk { box-sizing:content-box;height:3.6875rem;width:13.375rem;position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;top:9.5625rem;left:16.5625rem;box-shadow: 0rem 0.125rem 0.5rem rgba(0,0,0,0.5) ;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#cPVNOErTDDCVTcTLxEPArshEeDKbIth0 { box-sizing:content-box;height:3.6875rem;width:13.375rem;position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;top:9.5625rem;left:30.8125rem;box-shadow: 0rem 0.125rem 0.5rem rgba(0,0,0,0.5) ;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#bdIT0NBa07nXhx03RnlwJ7Zt6phsTdEc { box-sizing:content-box;height:3.6875rem;width:13.375rem;position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;top:9.5625rem;left:45rem;box-shadow: 0rem 0.125rem 0.5rem rgba(0,0,0,0.5) ;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#SE3fodFAWyao60P1TwcggyQTDmLrH5KK { color:#000000;display:block;width:8.5rem;position:absolute;font-family:"instrument sans";font-size:1.0625rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:10.1875rem;left:20.875rem;height:2.761725rem;font-style:normal;display:block; }
#qwgl4F3KiZtCFHZgy4279ZOsGFKqVkzN { position:absolute;display:block;z-index:15026;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.5rem;width:2.5rem;top:10rem;left:31.6875rem;overflow:hidden;display:block; }
#N3zChCirOwmLDg8QZTGVwBXotVXhCfap { color:#000000;display:block;width:8.5rem;position:absolute;font-family:"instrument sans";font-size:1.0625rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:10rem;left:34.8125rem;height:2.761725rem;font-style:normal;display:block; }
#V5xIuO5mcFfTwmUbDT344zFdFCuWOS2F { color:#000000;display:block;width:8.5rem;position:absolute;font-family:"instrument sans";font-size:1.0625rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:10.125rem;left:49.5625rem;height:2.761725rem;font-style:normal;display:block; }
#z6OQa88FEb1Cvvh59dmKeKNpnkQKTkww { position:absolute;display:block;z-index:15027;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.5rem;width:2.5rem;top:10.125rem;left:46.4375rem;overflow:hidden;display:block; }
#OTZ9x7IFKJIrobLs3GZU0Vq02KPTDNH2 { position:absolute;display:block;z-index:15024;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.5rem;width:2.5rem;top:10.1875rem;left:17.3125rem;overflow:hidden;display:block; }
#q57p0QDdEgmkLLWEC1ndrp70RcISAvJz { box-sizing:content-box;height:2.5625rem;width:12.3125rem;position:absolute;display:block;z-index:15006;background-color:#505db5;background-image:none;top:5.5625rem;left:23.125rem;border-top:0.125rem solid #5d92ff;border-left:0.125rem solid #5d92ff;border-right:0.125rem solid #5d92ff;border-bottom:0.125rem solid #5d92ff;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
#t9MFiAD5h3IO2rqNoIwOQ7XhNuPomOtQ { box-sizing:content-box;height:2.5625rem;width:12.3125rem;position:absolute;display:block;z-index:15007;background-color:#505db5;background-image:none;top:5.5625rem;left:37rem;border-top:0.125rem solid #5d92ff;border-left:0.125rem solid #5d92ff;border-right:0.125rem solid #5d92ff;border-bottom:0.125rem solid #5d92ff;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
#Rbz16hq4xdLonzsuZestDFd9yXJJNcNQ { box-sizing:content-box;height:2.5625rem;width:12.3125rem;position:absolute;display:block;z-index:15008;background-color:#505db5;background-image:none;top:5.5625rem;left:51.125rem;border-top:0.125rem solid #5d92ff;border-left:0.125rem solid #5d92ff;border-right:0.125rem solid #5d92ff;border-bottom:0.125rem solid #5d92ff;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
#Vq7wGqLCtLkXRxspXFvyxL7NculC7HCW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f1ea;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; }#Vq7wGqLCtLkXRxspXFvyxL7NculC7HCW > .row .container { background-color: transparent; background-image: none; }#Vq7wGqLCtLkXRxspXFvyxL7NculC7HCW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vq7wGqLCtLkXRxspXFvyxL7NculC7HCW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vq7wGqLCtLkXRxspXFvyxL7NculC7HCW > .row .container > .video-iframe-container { display: none; }#Vq7wGqLCtLkXRxspXFvyxL7NculC7HCW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vq7wGqLCtLkXRxspXFvyxL7NculC7HCW > .row > .video-iframe-container { display: none; }#Vq7wGqLCtLkXRxspXFvyxL7NculC7HCW > .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); }#Vq7wGqLCtLkXRxspXFvyxL7NculC7HCW > .row .container { border-width: 0; border-radius: 0; }#Vq7wGqLCtLkXRxspXFvyxL7NculC7HCW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Vq7wGqLCtLkXRxspXFvyxL7NculC7HCW > .row .container { font-size:0.875rem;font-family:arial;height:18.375rem;width:75rem;position:relative;display:block; }#VckegklElndILWeHFohNdldsoPZ15lLk { color:#000000;display:block;width:41rem;position:absolute;font-family:"instrument sans";font-size:2.375rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:2.3203125rem;left:17rem;height:5.699225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nEltXTseaxbDUkpA4V9ypy9saE4fBcT3 { box-sizing:content-box;height:6rem;width:13.375rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:9.5rem;left:8.625rem;border-top:0;border-left:0.125rem solid #152561;border-right:0;border-bottom:0;display:block; }
#xIMdR3yGOSsrVzBRKvurg1pHUfA0Wl4x { color:#152561;display:block;width:13.3125rem;position:absolute;font-family:"instrument sans";font-size:2.5rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:10.25rem;left:8.625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xVEmkTV1rye6ssPe7VT1o8K1iPlCvwMV { color:#000000;display:block;width:12.6875rem;position:absolute;font-family:"instrument sans";font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:13.4375rem;left:8.9375rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JleurTgwXFKugEq9dT8fABm5JWCXcqxR { box-sizing:content-box;height:6rem;width:13.375rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:9.5rem;left:23.3125rem;border-top:0;border-left:0.125rem solid #152561;border-right:0;border-bottom:0;display:block; }
#GCcTRcscG3FkVlsFDkouDMMIZGbt6QTp { color:#152561;display:block;width:13.3125rem;position:absolute;font-family:"instrument sans";font-size:2.5rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:10.25rem;left:23.3125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PvpDIOtvP5VHCGPWosvZSATa1p1T7Gr1 { color:#000000;display:block;width:12.6875rem;position:absolute;font-family:"instrument sans";font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:13.4375rem;left:23.625rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UWNyEBxBNMysWXycfpMaqWkOvvLkqXuF { box-sizing:content-box;height:6rem;width:13.375rem;position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;top:9.5625rem;left:52.5625rem;border-top:0;border-left:0.125rem solid #152561;border-right:0;border-bottom:0;display:block; }
#mmXyu9EIlflIehgUhSfphvOBuLLbB7cI { color:#000000;display:block;width:12.6875rem;position:absolute;font-family:"instrument sans";font-size:1.0625rem;font-weight:400;z-index:15024;line-height:1.2;letter-spacing:0;top:12.616537094116rem;left:52.9375rem;height:1.2749rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XJ2P67a8nTKp2UcWh0Qr7qWvC9FQrc8m { color:#152561;display:block;width:13.3125rem;position:absolute;font-family:"instrument sans";font-size:2.5rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:9.5rem;left:52.625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pTE7yx2tE4gucq8nW2O7XmDDgfDXPCJ5 { box-sizing:content-box;height:6rem;width:13.375rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;top:9.5rem;left:37.875rem;border-top:0;border-left:0.125rem solid #152561;border-right:0;border-bottom:0;display:block; }
#ZAxGulprzBl7NmaAdIOouXCJ9Z5CD1gy { color:#152561;display:block;width:13.3125rem;position:absolute;font-family:"instrument sans";font-size:2.5rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:9.5rem;left:37.9375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CDiPFA0LN6HVTHizrkS3f7kWAuxEftZ2 { color:#000000;display:block;width:12.6875rem;position:absolute;font-family:"instrument sans";font-size:1.0625rem;font-weight:400;z-index:15021;line-height:1.2;letter-spacing:0;top:12.4130859375rem;left:38.25rem;height:1.2749rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iZkoGSFTEpKpIEWygbCW584TNKDZRWef { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iZkoGSFTEpKpIEWygbCW584TNKDZRWef > .row .container { background-color: transparent; background-image: none; }#iZkoGSFTEpKpIEWygbCW584TNKDZRWef::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iZkoGSFTEpKpIEWygbCW584TNKDZRWef > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iZkoGSFTEpKpIEWygbCW584TNKDZRWef > .row .container > .video-iframe-container { display: none; }#iZkoGSFTEpKpIEWygbCW584TNKDZRWef > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iZkoGSFTEpKpIEWygbCW584TNKDZRWef > .row > .video-iframe-container { display: none; }#iZkoGSFTEpKpIEWygbCW584TNKDZRWef > .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); }#iZkoGSFTEpKpIEWygbCW584TNKDZRWef > .row .container { border-width: 0; border-radius: 0; }#iZkoGSFTEpKpIEWygbCW584TNKDZRWef > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iZkoGSFTEpKpIEWygbCW584TNKDZRWef > .row .container { font-size:0.875rem;font-family:arial;height:59.625rem;width:75rem;position:relative;display:block; }#MmAxFSTSdPTJdnS8z7lMG712Nxio32Uk { color:#000000;display:block;width:41rem;position:absolute;font-family:"instrument sans";font-size:2.375rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:2.6875rem;left:16.9375rem;height:2.85rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#it9yJM4CyQLq6enkODnqDK0pH6sQ9vGr { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:20.6875rem;width:20.6875rem;top:8.3125rem;left:5.125rem;overflow:hidden;display:block; }
#Cb861naWFqvSfyCERFW8kr76w7y9cBLg { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:21.0625rem;width:21.0625rem;top:8.125rem;left:26.9375rem;overflow:hidden;display:block; }
#LhUhplLr6VSG4gCvhTnDAoXFstOIvlTc { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:20.9375rem;width:20.9375rem;top:8.1875rem;left:49rem;overflow:hidden;display:block; }
#OGM3J6Vo9wraT0FxZBc5s9AEmQ7MwHbV { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:20.6875rem;width:20.6875rem;top:30.5rem;left:5.125rem;overflow:hidden;display:block; }
#GsyPymivimGrM99Jsh7Wca9SWtkrbXJu { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:21.0625rem;width:21.0625rem;top:30.3125rem;left:26.875rem;overflow:hidden;display:block; }
#NKDHRF6hdvIn95WZRcSprp5s2XfITfA4 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:20.9375rem;width:20.9375rem;top:30.375rem;left:49rem;overflow:hidden;display:block; }
#xMN9xaPHL6JRTconZi0QM222Do7ixZab { color:#000000;display:block;width:52.8125rem;position:absolute;font-family:"instrument sans";font-size:2.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:54.9375rem;left:11.09375rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OLARNPQVxCVcCorr9A0gOxTxoWGiosbg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OLARNPQVxCVcCorr9A0gOxTxoWGiosbg > .row .container { background-color: transparent; background-image: none; }#OLARNPQVxCVcCorr9A0gOxTxoWGiosbg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OLARNPQVxCVcCorr9A0gOxTxoWGiosbg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OLARNPQVxCVcCorr9A0gOxTxoWGiosbg > .row .container > .video-iframe-container { display: none; }#OLARNPQVxCVcCorr9A0gOxTxoWGiosbg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OLARNPQVxCVcCorr9A0gOxTxoWGiosbg > .row > .video-iframe-container { display: none; }#OLARNPQVxCVcCorr9A0gOxTxoWGiosbg > .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); }#OLARNPQVxCVcCorr9A0gOxTxoWGiosbg > .row .container { border-width: 0; border-radius: 0; }#OLARNPQVxCVcCorr9A0gOxTxoWGiosbg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OLARNPQVxCVcCorr9A0gOxTxoWGiosbg > .row .container { font-size:0.875rem;font-family:arial;height:58rem;width:75rem;position:relative;display:block; }#UVgBhXbJHqFtlmKXXD7T3g1FCTBLKXX9 { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:"instrument sans";font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:49.9375rem;left:3.4375rem;height:4.38720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eXnuOpni01d1Z3h34pnTrnVAxCmGeHNR { color:#000000;display:block;width:18.6875rem;position:absolute;font-family:"instrument sans";font-size:1.375rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:45.5625rem;left:3.1875rem;height:3.57465rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V2TrnsocS5cADF6yNRzrZOovBlJT6nXU { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.75rem;width:15.75rem;top:29rem;left:4.625rem;overflow:hidden;display:block; }
#SGfwJqwoF6uEcXkOJFll6i0UHetTVBTi { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:"instrument sans";font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:21.5rem;left:3.375rem;height:4.38720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#STh447q4udh8WgaE9wytyG8Jei66cXax { color:#000000;display:block;width:18.6875rem;position:absolute;font-family:"instrument sans";font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:17.375rem;left:3.125rem;height:3.57465rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AHbCynswsDi236MNqh12ur77h9m9gJKi { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.75rem;width:15.75rem;top:0.8125rem;left:4.625rem;overflow:hidden;display:block; }
#dhZZmp30weLoW89QDkdk4BN4Gvtb3u9t { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.75rem;width:15.75rem;top:0.8125rem;left:29.625rem;overflow:hidden;display:block; }
#uniaOkW9GWBoJtll7upucTShedwxFkmI { color:#000000;display:block;width:18.6875rem;position:absolute;font-family:"instrument sans";font-size:1.375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:17.375rem;left:28.1875rem;height:3.57465rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d1w1dkVsLaZcl07EiSsJhkGClHMFmlQs { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:"instrument sans";font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:21.75rem;left:28.4375rem;height:4.38720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fa5JwFwi7UUOeHRVUIfZpXWxee2r3ucZ { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.75rem;width:15.75rem;top:29.25rem;left:29.625rem;overflow:hidden;display:block; }
#IZExrE89Wl5JBCPhKt4xUhko0S0BQDyC { color:#000000;display:block;width:18.6875rem;position:absolute;font-family:"instrument sans";font-size:1.375rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:45.8125rem;left:28.1875rem;height:3.57465rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E9KRwb8cPz3qHIwruQlUGP8ylJniTB4n { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:"instrument sans";font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:50.1875rem;left:28.4375rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Rv3mQSLh0kwh6scrWIZxOm4ebZpobJbm { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.75rem;width:15.75rem;top:0.8125rem;left:54.625rem;overflow:hidden;display:block; }
#BzR5aLe8N5OV5NykskOCNXfU7O413ITt { color:#000000;display:block;width:18.6875rem;position:absolute;font-family:"instrument sans";font-size:1.375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:17.375rem;left:53.1875rem;height:3.57465rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RTBwZovoC91gvTTpw2xgcpiOIRQZFUyT { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:"instrument sans";font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:21.75rem;left:53.4375rem;height:4.38720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f5IMgEkxr7zITM9B6TH0RpNDRlEyyTNQ { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.75rem;width:15.75rem;top:29.25rem;left:54.625rem;overflow:hidden;display:block; }
#aVvdlbZVq3q2IdODr0LAxHqGRyZzBHo3 { color:#000000;display:block;width:18.6875rem;position:absolute;font-family:"instrument sans";font-size:1.375rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:45.8125rem;left:53.1875rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#snBD2S79iC6S0qRe8xu7MxJf1AfWKpWD { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:"instrument sans";font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:51.1875rem;left:53.375rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ldyGxCqm6lKBeJxfBlWMlfpJRhG9GQQr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ldyGxCqm6lKBeJxfBlWMlfpJRhG9GQQr > .row .container { background-color: transparent; background-image: none; }#ldyGxCqm6lKBeJxfBlWMlfpJRhG9GQQr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ldyGxCqm6lKBeJxfBlWMlfpJRhG9GQQr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ldyGxCqm6lKBeJxfBlWMlfpJRhG9GQQr > .row .container > .video-iframe-container { display: none; }#ldyGxCqm6lKBeJxfBlWMlfpJRhG9GQQr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ldyGxCqm6lKBeJxfBlWMlfpJRhG9GQQr > .row > .video-iframe-container { display: none; }#ldyGxCqm6lKBeJxfBlWMlfpJRhG9GQQr > .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); }#ldyGxCqm6lKBeJxfBlWMlfpJRhG9GQQr > .row .container { border-width: 0; border-radius: 0; }#ldyGxCqm6lKBeJxfBlWMlfpJRhG9GQQr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ldyGxCqm6lKBeJxfBlWMlfpJRhG9GQQr > .row .container { font-size:0.875rem;font-family:arial;height:15.5rem;width:75rem;position:relative;display:block; }#EmgiIKo04DL9nO7lPnJ9GuWPHzb7OAQp { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.7;overflow:hidden;position:absolute;width:33.3125rem;height:5.25rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:7.4375rem;left:20.8125rem;display:block; }
#i6TCs9eAH6knxcw8eWxfNU7sSqb0eBP4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yUklKa7MwJ674q92lNbcIIIE8eQHOAc4 { color:#000000;display:block;width:56.25rem;position:absolute;font-family:"instrument sans";font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:0rem;left:9.375rem;height:5.84960625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N4SL9acZIck28LlzKPyA1UWOiTQVKVed { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f4ea;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; }#N4SL9acZIck28LlzKPyA1UWOiTQVKVed > .row .container { background-color: transparent; background-image: none; }#N4SL9acZIck28LlzKPyA1UWOiTQVKVed::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N4SL9acZIck28LlzKPyA1UWOiTQVKVed > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N4SL9acZIck28LlzKPyA1UWOiTQVKVed > .row .container > .video-iframe-container { display: none; }#N4SL9acZIck28LlzKPyA1UWOiTQVKVed > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N4SL9acZIck28LlzKPyA1UWOiTQVKVed > .row > .video-iframe-container { display: none; }#N4SL9acZIck28LlzKPyA1UWOiTQVKVed > .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); }#N4SL9acZIck28LlzKPyA1UWOiTQVKVed > .row .container { border-width: 0; border-radius: 0; }#N4SL9acZIck28LlzKPyA1UWOiTQVKVed > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N4SL9acZIck28LlzKPyA1UWOiTQVKVed > .row .container { font-size:0.875rem;font-family:arial;height:69.9375rem;width:75rem;position:relative;display:block; }#EUTKlRZgQF6i1bJwM8EgHTP6K1T0kVLv { color:#000000;display:block;width:57.9375rem;position:absolute;font-family:"instrument sans";font-size:2.125rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:3.0625rem;left:8.5625rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FlnpROx9OllOWtLGDTs0k8lN5EaKwzL8 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.375rem;width:21.375rem;top:3.53125rem;left:15.65625rem;overflow:hidden;display:block; }
#HUIJrXIp0s4a9MBhn4rJNd5c2BsPP00O { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:"instrument sans";font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:21.1875rem;left:17.25rem;height:4.38720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sJvqKvCpZ2fUDEd8sUlvsc0lRuvzybZo { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.875rem;width:20.875rem;top:23.5625rem;left:15.6875rem;overflow:hidden;display:block; }
#F7ZZloZ1k2UlToMnkh2WuQWNzyllSTxU { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.8125rem;width:21.8125rem;top:3.3125rem;left:37.5625rem;overflow:hidden;display:block; }
#gQUaXA6Tnp5LTmMcLhWEawagkgpTTykm { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:"instrument sans";font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:21.1875rem;left:39.375rem;height:4.38720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zqXzNrBK3GuuE4muuVUSP56KXFHJKpk4 { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.25rem;width:20.25rem;top:23.875rem;left:38.125rem;overflow:hidden;display:block; }
#MC3oOHH7bIKkyCFFmgMVLtlMcWkrh5G2 { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:"instrument sans";font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:40.8125rem;left:17rem;height:4.38720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eaXV7u2Bk8slSzOIpmGcDFXxzNRP3Kri { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:"instrument sans";font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:40.8125rem;left:39.125rem;height:4.38720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U1NtpstfTTBrG0BHDASePokDa57qy51x { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:21.25rem;top:45rem;left:26.875rem;overflow:hidden;display:block; }
#gr41pTmr05kzvZz3E30WCS0oS08uDAC5 { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:"instrument sans";font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:62.5625rem;left:28.5rem;height:4.38720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rul58LHGS7l28H6tWyN8rUqSrhImhNXD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rul58LHGS7l28H6tWyN8rUqSrhImhNXD > .row .container { background-color: transparent; background-image: none; }#rul58LHGS7l28H6tWyN8rUqSrhImhNXD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rul58LHGS7l28H6tWyN8rUqSrhImhNXD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rul58LHGS7l28H6tWyN8rUqSrhImhNXD > .row .container > .video-iframe-container { display: none; }#rul58LHGS7l28H6tWyN8rUqSrhImhNXD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rul58LHGS7l28H6tWyN8rUqSrhImhNXD > .row > .video-iframe-container { display: none; }#rul58LHGS7l28H6tWyN8rUqSrhImhNXD > .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); }#rul58LHGS7l28H6tWyN8rUqSrhImhNXD > .row .container { border-width: 0; border-radius: 0; }#rul58LHGS7l28H6tWyN8rUqSrhImhNXD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rul58LHGS7l28H6tWyN8rUqSrhImhNXD > .row .container { font-size:0.875rem;font-family:arial;height:150.9375rem;width:75rem;position:relative;display:block; }#rrMW06gV3CQyU13THm0l0r0xcnWthGbz { color:#000000;display:block;width:57.9375rem;position:absolute;font-family:"instrument sans";font-size:1.875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:2.5rem;left:8.53125rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JZyJlxvNfDlF2mbxrJECleBPEiFV55IW { box-sizing:content-box;height:40.5625rem;width:22.4375rem;position:absolute;display:block;z-index:15029;background-color:#ffffff;background-image:none;top:11.3125rem;left:13.5625rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.3) ;display:block; }
#cOCpB2IfCDrbVtRdru533ULHpRClmqt3 { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"instrument sans";font-size:1.625rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:12.375rem;left:15rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a7nLqpBmQQJhToCDWIaBQtHQNzXXGQFA { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"instrument sans";font-size:1.125rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:15.25rem;left:15rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XbIwvNhWbwP6Jc4pmLSNxd3o3RtFa50T { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"instrument sans";font-size:1.0625rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:19.5rem;left:15rem;height:1.3808625rem;font-style:normal;text-align:left;text-align-last:left;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; }
#r6ZWVEiA9RdgnPHHSqSy4ZizxbdVA17A { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"instrument sans";font-size:1.0625rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:22.5625rem;left:15rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;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; }
#rHDnqTWlf1Hwnc2GtqGi96sPPOM8Av1U { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"instrument sans";font-size:1.0625rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:24.6875rem;left:15rem;height:1.3808625rem;font-style:normal;text-align:left;text-align-last:left;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; }
#D080MyZRPwXcFrpuuoTCsPtCNHOHV0r7 { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"instrument sans";font-size:1.0625rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:28.75rem;left:15rem;height:2.76215rem;font-style:normal;text-align:left;text-align-last:left;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; }
#rv4TV9T4aKZ0TUP36o71mMpanRbfURG8 { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"instrument sans";font-size:1.0625rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:32.1875rem;left:15rem;height:1.3808625rem;font-style:normal;text-align:left;text-align-last:left;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; }
#F3w2wkN5EQgQQTAz9xKh8hCE6bgZx8ep { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"instrument sans";font-size:1.0625rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:35.4375rem;left:15rem;height:2.76215rem;font-style:normal;text-align:left;text-align-last:left;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; }
#CLp1cAWuPIFDqSXABScBg97cBR7PvxWm { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"instrument sans";font-size:1.0625rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:38.8125rem;left:15rem;height:1.3808625rem;font-style:normal;text-align:left;text-align-last:left;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; }
#PVSsuLnVCRPeqvSvBJZOD1tOKA2aWEHf { box-sizing:content-box;height:40.5625rem;width:22.0625rem;position:absolute;display:block;z-index:15041;background-color:#ffffff;background-image:none;top:11.3125rem;left:38.875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.3) ;display:block; }
#TlLGeJbf1u0FanTNvgOvNettnrzUr9qc { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"instrument sans";font-size:1.625rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:13.19921875rem;left:40.53125rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CF2VDpMgorTc5T5I9V2ekXliTkw2xsGJ { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"instrument sans";font-size:1.125rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:16.7734375rem;left:40.53125rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OktVsfGza1Lz4RUZplbCo6WNAoiHtKI4 { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"instrument sans";font-size:1.0625rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:19.5rem;left:40rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;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; }
#QKCdWc2ImF0R1FBRPDiDJI5tHLi5VEWd { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"instrument sans";font-size:1.0625rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;top:22.25rem;left:40rem;height:2.76215rem;font-style:normal;text-align:left;text-align-last:left;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; }
#gH2IDlo0mgKrDAgeDbBQACcLJX2NKXKo { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"instrument sans";font-size:1.0625rem;font-weight:400;z-index:15048;line-height:1.3;letter-spacing:0;top:26.0625rem;left:40rem;height:2.76215rem;font-style:normal;text-align:left;text-align-last:left;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; }
#STXLT9wstonnDoRRDikKeLb0XxJIOEMQ { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"instrument sans";font-size:1.0625rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:42.4375rem;left:15rem;height:1.3808625rem;font-style:normal;text-align:left;text-align-last:left;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; }
#cmQCDpevlbvDOp1BMgBJcZ0sdEfZAGs7 { color:#f10505;display:block;width:18.75rem;position:absolute;font-family:"instrument sans";font-size:1.375rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:46.375rem;left:15rem;height:3.57465rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BOtq6hiOQHSMMlVpFFDLtkw9XlCnlhlp { color:#000000;display:block;width:46.6875rem;position:absolute;font-family:"instrument sans";font-size:1.125rem;font-weight:400;z-index:15034;line-height:1.4;letter-spacing:0;top:55.5rem;left:14.15625rem;height:3.1497375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G1kR3PSKQc7CMGILi5fTqnMBCdA7ZOhH { color:#000000;display:block;width:39.0625rem;position:absolute;font-family:"instrument sans";font-size:1.125rem;font-weight:700;z-index:15035;line-height:1.4;letter-spacing:0;top:53.337890625rem;left:17.96875rem;height:1.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qG9BJf41nBnXGv1TyJ3LqQnrlozwmaGJ { color:#152561;display:block;width:57.9375rem;position:absolute;font-family:"instrument sans";font-size:1.875rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:61.5625rem;left:8.53125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TZHRUOUSTSyNho2TPWHVuCV0iGmnOnQ8 { color:#000000;display:block;width:46.6875rem;position:absolute;font-family:"instrument sans";font-size:1.125rem;font-weight:400;z-index:15035;line-height:1.4;letter-spacing:0;top:64.5625rem;left:14.15625rem;height:3.1497375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D8ATlxFBgRfo62EuZNyOLPmuMfpkfdeT { color:#000000;display:block;width:46.6875rem;position:absolute;font-family:"instrument sans";font-size:1.125rem;font-weight:700;z-index:15036;line-height:1.4;letter-spacing:0;top:68.25rem;left:14.15625rem;height:1.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SQDbtbmywp2nTAqQ273gOxa8vUL59yte { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:24.0625rem;width:24.0625rem;top:70.9375rem;left:12.5625rem;overflow:hidden;display:block; }
#MNOCybVp6l0V4ntmmCc85i68cbtPyqWL { position:absolute;display:block;z-index:15064;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:24rem;width:24.0625rem;top:70.9375rem;left:38.375rem;overflow:hidden;display:block; }
#wOtIXO4xyT4JTcxettJnqZAN6DnhMBIl { color:#24b30e;display:block;width:18.75rem;position:absolute;font-family:"instrument sans";font-size:1.375rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:46.375rem;left:40rem;height:3.57465rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TTO6eu2hPSGv3VhXRhSmFKR3tcooNbKC { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:24rem;width:24.0625rem;top:96.3125rem;left:12.5625rem;overflow:hidden;display:block; }
#VFIVfSQN6yHFhTSBGBL6JMrQ8DD2utvv { position:absolute;display:block;z-index:15066;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:24rem;width:24.0625rem;top:96.3125rem;left:38.375rem;overflow:hidden;display:block; }
#NwMFTVudfETGZouXlFtb5mrAt5JMAcal { color:#152561;display:block;width:55.375rem;position:absolute;font-family:"instrument sans";font-size:1.875rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:123.625rem;left:9.8125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rwc4zJTJxM10KxRxhbrxMXBPzBuZ8oI4 { color:#000000;display:block;width:46.6875rem;position:absolute;font-family:"instrument sans";font-size:1.125rem;font-weight:400;z-index:15035;line-height:1.4;letter-spacing:0;top:126.9375rem;left:14.15625rem;height:3.1497375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e6ETqVzps64i7y2KuzMOy8dfXC7CvzPH { box-sizing:content-box;height:4.9375rem;width:25rem;position:absolute;display:block;z-index:15052;background-color:#ffffff;background-image:none;top:131.3125rem;left:11.4375rem;border-top:0.0625rem solid rgba(137,137,137,0.37);border-left:0.0625rem solid rgba(137,137,137,0.37);border-right:0.0625rem solid rgba(137,137,137,0.37);border-bottom:0.0625rem solid rgba(137,137,137,0.37);border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0rem 0rem 0.375rem rgba(0,0,0,0.29) ;display:block; }
#FNlwGUqew0xsvfWP5tZx4PK8P4WW8kum { color:#000000;display:block;width:23.375rem;position:absolute;font-family:"instrument sans";font-size:1.125rem;font-weight:400;z-index:15054;line-height:1.4;letter-spacing:0;top:132.25rem;left:12.3125rem;height:3.1497375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WT5VaxBlv58LCdEztfvUvb9DWnrpTCpN { box-sizing:content-box;height:4.9375rem;width:25rem;position:absolute;display:block;z-index:15054;background-color:#ffffff;background-image:none;top:131.3125rem;left:38.625rem;border-top:0.0625rem solid rgba(137,137,137,0.37);border-left:0.0625rem solid rgba(137,137,137,0.37);border-right:0.0625rem solid rgba(137,137,137,0.37);border-bottom:0.0625rem solid rgba(137,137,137,0.37);border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0rem 0rem 0.375rem rgba(0,0,0,0.29) ;display:block; }
#wxOJh5Llm3uNpJ7DUfcHP2aA2m0gFTi5 { color:#000000;display:block;width:23.375rem;position:absolute;font-family:"instrument sans";font-size:1.125rem;font-weight:400;z-index:15056;line-height:1.4;letter-spacing:0;top:132.1875rem;left:39.625rem;height:3.1497375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sHvhQ4akNI56s282uDD9BpWGmFL2Uimv { box-sizing:content-box;height:4.9375rem;width:25rem;position:absolute;display:block;z-index:15058;background-color:#ffffff;background-image:none;top:138rem;left:38.5625rem;border-top:0.0625rem solid rgba(137,137,137,0.37);border-left:0.0625rem solid rgba(137,137,137,0.37);border-right:0.0625rem solid rgba(137,137,137,0.37);border-bottom:0.0625rem solid rgba(137,137,137,0.37);border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0rem 0rem 0.375rem rgba(0,0,0,0.29) ;display:block; }
#p5vzgCNMychMsscOwrLdHqAyg8pwunC7 { box-sizing:content-box;height:4.9375rem;width:25rem;position:absolute;display:block;z-index:15056;background-color:#ffffff;background-image:none;top:138rem;left:11.375rem;border-top:0.0625rem solid rgba(137,137,137,0.37);border-left:0.0625rem solid rgba(137,137,137,0.37);border-right:0.0625rem solid rgba(137,137,137,0.37);border-bottom:0.0625rem solid rgba(137,137,137,0.37);border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0rem 0rem 0.375rem rgba(0,0,0,0.29) ;display:block; }
#KlkL4TztS709K6QZyEfpwWWU53brZFOa { color:#000000;display:block;width:23.375rem;position:absolute;font-family:"instrument sans";font-size:1.125rem;font-weight:400;z-index:15060;line-height:1.4;letter-spacing:0;top:138.875rem;left:39.5625rem;height:1.57486875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gszlHqvJGTe9LnxDVlw6MWDQfX3DqekD { color:#000000;display:block;width:23.375rem;position:absolute;font-family:"instrument sans";font-size:1.125rem;font-weight:400;z-index:15058;line-height:1.4;letter-spacing:0;top:138.9375rem;left:12.25rem;height:3.1497375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MAFdmdlTiXo8ygxssdaDGU0787zTiV6m { box-sizing:content-box;height:3.5rem;width:25rem;position:absolute;display:block;z-index:15060;background-color:#ffffff;background-image:none;top:144.5625rem;left:24.875rem;border-top:0.0625rem solid rgba(137,137,137,0.37);border-left:0.0625rem solid rgba(137,137,137,0.37);border-right:0.0625rem solid rgba(137,137,137,0.37);border-bottom:0.0625rem solid rgba(137,137,137,0.37);border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0rem 0rem 0.375rem rgba(0,0,0,0.29) ;display:block; }
#oFgfuyu2Md8dqv82vTuMXD3G0NA2f8xr { color:#000000;display:block;width:23.375rem;position:absolute;font-family:"instrument sans";font-size:1.125rem;font-weight:400;z-index:15062;line-height:1.4;letter-spacing:0;top:145.4375rem;left:25.875rem;height:1.575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ORagLHF493CSTDHoOasT31pL4DosFuwf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#020f3e;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; }#ORagLHF493CSTDHoOasT31pL4DosFuwf > .row .container { background-color: transparent; background-image: none; }#ORagLHF493CSTDHoOasT31pL4DosFuwf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ORagLHF493CSTDHoOasT31pL4DosFuwf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ORagLHF493CSTDHoOasT31pL4DosFuwf > .row .container > .video-iframe-container { display: none; }#ORagLHF493CSTDHoOasT31pL4DosFuwf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ORagLHF493CSTDHoOasT31pL4DosFuwf > .row > .video-iframe-container { display: none; }#ORagLHF493CSTDHoOasT31pL4DosFuwf > .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); }#ORagLHF493CSTDHoOasT31pL4DosFuwf > .row .container { border-width: 0; border-radius: 0; }#ORagLHF493CSTDHoOasT31pL4DosFuwf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ORagLHF493CSTDHoOasT31pL4DosFuwf > .row .container { font-size:0.875rem;font-family:arial;height:61rem;width:75rem;position:relative;display:block; }#tTGUE2NVTky7aL3AGbQUOA7XNfNkXXGb { color:#ffffff;display:block;width:55.375rem;position:absolute;font-family:"instrument sans";font-size:1.875rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:2.3125rem;left:9.8125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tLULLGzV91t6L6yTRQbomTBmxfTgOTi5 { box-sizing:content-box;height:23.8125rem;width:19.9375rem;position:absolute;display:block;z-index:15032;background-color:#ffffff;background-image:none;top:6.5625rem;left:16.5rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#v1xvugxI4ocWkfOfUJ0bSv4c4id84iz4 { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.9375rem;width:17.0625rem;top:5.8125rem;left:17.9375rem;overflow:hidden;display:block; }
#ikotNuhXDQgfeTm9S8T0uW6gCEBTOGRr { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"instrument sans";font-size:1.875rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:16.244140625rem;left:17.0625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LJDOhxCHiyHRKbvfcXgah9ba9KCVg9Jg { color:#000000;display:block;width:17.625rem;position:absolute;font-family:"instrument sans";font-size:1.125rem;font-weight:400;z-index:15059;line-height:1.4;letter-spacing:0;top:19.306640625rem;left:17.625rem;height:1.575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fG9IvTX3CndbWrfpLWa87qi23LGREOzM { color:#000000;display:block;width:17.75rem;position:absolute;font-family:"instrument sans";font-size:1.125rem;font-weight:400;z-index:15060;line-height:1.4;letter-spacing:0;top:21.9765625rem;left:17.5625rem;height:3.1497375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gikqrZZPwgXrlbJmcActQeEvQSNLXVr5 { color:#000000;display:block;width:17.75rem;position:absolute;font-family:"instrument sans";font-size:1.125rem;font-weight:400;z-index:15061;line-height:1.4;letter-spacing:0;top:25.75rem;left:17.5625rem;height:3.1497375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RF8PyDtGbXEvCJN30g4Zvz8kwleE7tNz { box-sizing:content-box;height:23.6875rem;width:19.9375rem;position:absolute;display:block;z-index:15038;background-color:#ffffff;background-image:none;top:6.625rem;left:38.6875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#DSH08WlWxGB4HzL9SsJnKLnk5LdihExI { color:#000000;display:block;width:17.75rem;position:absolute;font-family:"instrument sans";font-size:1.125rem;font-weight:400;z-index:15067;line-height:1.4;letter-spacing:0;top:25.75rem;left:39.75rem;height:3.1497375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JdF0Rtho3DJ501XETelFXIQ0528RyJux { color:#000000;display:block;width:17.75rem;position:absolute;font-family:"instrument sans";font-size:1.125rem;font-weight:400;z-index:15066;line-height:1.4;letter-spacing:0;top:19.306640625rem;left:39.75rem;height:1.575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ptvd1HLbI24CHRPPrDSsPEQSTcentqD3 { color:#000000;display:block;width:17.625rem;position:absolute;font-family:"instrument sans";font-size:1.125rem;font-weight:400;z-index:15065;line-height:1.4;letter-spacing:0;top:21.9765625rem;left:39.8125rem;height:3.1497375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fnsSSerI7esneVyCNDB2zOI1Pcx0pO0e { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"instrument sans";font-size:1.875rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:16.3125rem;left:39.25rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xA6bAShTgSeLkVbgTR6qN7qcsLofJnLZ { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.1875rem;width:13.5625rem;top:7.1875rem;left:41.875rem;overflow:hidden;display:block; }
#oXkXvCTpkth5UHaIKTPQ7gqFT67xpMB6 { box-sizing:content-box;height:25.1875rem;width:19.9375rem;position:absolute;display:block;z-index:15050;background-color:#ffffff;background-image:none;top:32.625rem;left:38.625rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#QTHfN1lRxc4rFTLs0avtCDCPanMpGz9C { color:#000000;display:block;width:17.75rem;position:absolute;font-family:"instrument sans";font-size:1.125rem;font-weight:400;z-index:15079;line-height:1.4;letter-spacing:0;top:53.7265625rem;left:39.75rem;height:3.1497375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OH3dqtsyPs0eqGfkTpnIrmkTiWJH6eAB { color:#000000;display:block;width:17.75rem;position:absolute;font-family:"instrument sans";font-size:1.125rem;font-weight:400;z-index:15078;line-height:1.4;letter-spacing:0;top:49.6875rem;left:39.75rem;height:3.1497375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#emAZF9mhpwwh20h96cxwXFtLySHTrk9v { color:#000000;display:block;width:17.625rem;position:absolute;font-family:"instrument sans";font-size:1.125rem;font-weight:400;z-index:15077;line-height:1.4;letter-spacing:0;top:45.375rem;left:39.5625rem;height:3.1497375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KGHKE4TRToqKULS80iZJJ3Bk3LMCBHC7 { box-sizing:content-box;height:25.5rem;width:19.9375rem;position:absolute;display:block;z-index:15044;background-color:#ffffff;background-image:none;top:32.5625rem;left:16.4375rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#T6e93pD8Qupm84tWhIHsx4U5IGBUo5gq { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"instrument sans";font-size:1.875rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:42.25rem;left:17.0625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gKbU9PvTRLUtvO43CXNT2WcVrPg1x0pm { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"instrument sans";font-size:1.875rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:42.3125rem;left:39.1875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X7Se5yEZduwA7VdBrTa7EQLGcOdFqhPt { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.75rem;width:10.75rem;top:32.625rem;left:21.0625rem;overflow:hidden;display:block; }
#eLfnzwgbKQMqT5AfqShuc4ASQyVGfvRZ { color:#000000;display:block;width:17.625rem;position:absolute;font-family:"instrument sans";font-size:1.125rem;font-weight:400;z-index:15071;line-height:1.4;letter-spacing:0;top:45.3125rem;left:17.375rem;height:3.1497375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#i6R0d6261vK4qyRWaGBNMbSWAOv3Km6Q { color:#000000;display:block;width:17.75rem;position:absolute;font-family:"instrument sans";font-size:1.125rem;font-weight:400;z-index:15072;line-height:1.4;letter-spacing:0;top:49.6875rem;left:17.5625rem;height:3.1497375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rQ1zNwDhXXJiwPC2CKhgOuzZ5CAquw41 { color:#000000;display:block;width:17.75rem;position:absolute;font-family:"instrument sans";font-size:1.125rem;font-weight:400;z-index:15073;line-height:1.4;letter-spacing:0;top:53.7265625rem;left:17.5625rem;height:3.1497375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LItkHvuc9ntNnMmlKVHp6qKCEWSLb1ow { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5rem;width:16.3125rem;top:31.9375rem;left:40.5rem;overflow:hidden;display:block; }
#LgTgKlgTpeqB7cBrh0vbCATexy0BKRk4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LgTgKlgTpeqB7cBrh0vbCATexy0BKRk4 > .row .container { background-color: transparent; background-image: none; }#LgTgKlgTpeqB7cBrh0vbCATexy0BKRk4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LgTgKlgTpeqB7cBrh0vbCATexy0BKRk4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LgTgKlgTpeqB7cBrh0vbCATexy0BKRk4 > .row .container > .video-iframe-container { display: none; }#LgTgKlgTpeqB7cBrh0vbCATexy0BKRk4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LgTgKlgTpeqB7cBrh0vbCATexy0BKRk4 > .row > .video-iframe-container { display: none; }#LgTgKlgTpeqB7cBrh0vbCATexy0BKRk4 > .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); }#LgTgKlgTpeqB7cBrh0vbCATexy0BKRk4 > .row .container { border-width: 0; border-radius: 0; }#LgTgKlgTpeqB7cBrh0vbCATexy0BKRk4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LgTgKlgTpeqB7cBrh0vbCATexy0BKRk4 > .row .container { font-size:0.875rem;font-family:arial;height:43.4375rem;width:75rem;position:relative;display:block; }#aubvQtNkD2kira3lxSy8HkK9Nciwf9fO { box-sizing:content-box;height:30.3125rem;width:50.6875rem;position:absolute;display:block;z-index:15000;background-color:#152561;background-image:none;top:3.25rem;left:12.125rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#TlKRvc0rGs1iso45K66TwdiAL7W3BFfw { box-sizing:content-box;height:27.8125rem;width:47.5625rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:4.46875rem;left:13.6875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#TvGITAMLPtBMQuTsZXdmqzHEO3S8cshs { color:#000000;display:block;width:43.25rem;position:absolute;font-family:"instrument sans";font-size:1.875rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:6.625rem;left:15.5625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B1dBwyHtIB71gk36i3VP7y3B0TE79xst { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.375rem;width:25.375rem;top:7.3125rem;left:10.8125rem;overflow:hidden;display:block; }
#w894wsq3HAdgZp4ssdABB1y5KEa9WhPJ { color:#000000;display:block;width:26.3125rem;position:absolute;font-family:"instrument sans";font-size:1.0625rem;font-weight:400;z-index:15074;line-height:1.4;letter-spacing:0;top:10.8515625rem;left:33.1875rem;height:16.356775rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#P33XM07l7dR3qmRHoICBNkTqbnxa20yM { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.7;overflow:hidden;position:absolute;width:33.3125rem;height:5.25rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:35.6875rem;left:20.8125rem;display:block; }
#lXsXl8Tp1OOQQRcgv2LVxLQ1m0wqSduP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eOsprseOuT6v10uugzXTHa9sBvV0kulO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4ea;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; }#eOsprseOuT6v10uugzXTHa9sBvV0kulO > .row .container { background-color: transparent; background-image: none; }#eOsprseOuT6v10uugzXTHa9sBvV0kulO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eOsprseOuT6v10uugzXTHa9sBvV0kulO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eOsprseOuT6v10uugzXTHa9sBvV0kulO > .row .container > .video-iframe-container { display: none; }#eOsprseOuT6v10uugzXTHa9sBvV0kulO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eOsprseOuT6v10uugzXTHa9sBvV0kulO > .row > .video-iframe-container { display: none; }#eOsprseOuT6v10uugzXTHa9sBvV0kulO > .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); }#eOsprseOuT6v10uugzXTHa9sBvV0kulO > .row .container { border-width: 0; border-radius: 0; }#eOsprseOuT6v10uugzXTHa9sBvV0kulO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eOsprseOuT6v10uugzXTHa9sBvV0kulO > .row .container { font-size:0.875rem;font-family:arial;height:40.9375rem;width:75rem;position:relative;display:block; }#V6Or9iiOdAA0GSOf4dRhTOR7t6fAL2mL { color:#152561;display:block;width:18.875rem;position:absolute;font-family:"instrument sans";font-size:1.875rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:15.0625rem;left:5.375rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UNIzJV0qSchU7wQI9VDVarKvGvEy4T3r { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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:arial;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.7;overflow:hidden;position:absolute;width:24rem;height:4.5625rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:21.1875rem;left:5.125rem;display:block; }
#NnbDfwcVDoVS81nAX5bqBen2Qo9ZgxaS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#ffffff;background-image:none;vertical-align:top; }
#kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i .accordion-heading-text { display:block;position:relative;width:100%;font-family:"instrument sans";font-weight:700;font-size:1.125rem;height:auto;line-height:1.5;overflow:hidden; }
#kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.0625rem;font-family:arial;height:auto;line-height:1.4;overflow:hidden; }
#kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i .accordion-trigger.adaptive-delivery-prevent-bg, #kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i .accordion-trigger.lazyload, #kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i .accordion-trigger.lazyloading { background-image: none; }
#kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i { box-sizing:content-box;height:auto;width:27.8125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15050;background-color:rgba(0,0,0,0);background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:2.75rem;left:34.6875rem; }
#kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i #xTdNT6ZQKDS7wbq7AQMxrxIZFhhEL5p1 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i #r1tAMTTVQIJt2gJlgBhurBUtou97iEpt { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i #X9Af0z1wbhP8WPsCcaWL2ODMqir40yQA { display:block;position:relative; }
#kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i #aThIvSxF6eyx4d0zq7u99eM0wz5W2hTx {  }
#kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i #Wy50UhgutkJT68vKBKrcFcXtPmzpqVHB {  }
#kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i #h5Kza4t0U8op1a3T2uWHma6Cihuw8T4W { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i #tNTcpRQoSXRr6cMyKrRT0mq9rznG2MQQ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i #tryt95mLfQAqUMQaSKcROa3lHKi6Uqks { display:block;position:relative; }
#kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i #qqBJ0df9QIeysDwFEkI3evicP3Wm97Ed {  }
#kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i #ARWozrwt4TMgDKOn54coA7VNuqKO639R { display:none; }
#kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i #zsfvkhQtLIOsW1dnfaSTUAEgiPtTJ3TF { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i #RMOzrr5TsqNnvhGSfpGBLwcok9eSiHTv { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i #es5etg1JQsB4vZgUPfhrkHJnNn95q7o3 { display:block;position:relative; }
#kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i #JPktKU4FhWeNpsX9Vkw0fIIxV9oh44tX {  }
#kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i #kIlER8FNNm1wAetPCsDAXSQAlPVk17f5 { display:none; }
#kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i #TtnrJ43aWMi4Ankd0gLGMnRIW5vkp58w { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i #hRCU2Vigt2qJZTBOQVJ2vItmi0eKUd9N { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i #gpK8TTmw7yFoHLL2QnBCU3bWzIw2FZhn { display:block;position:relative; }
#kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i #iesD80T74ElKvKcAfAuMdwxGVoZOt75A {  }
#kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i #TIeeXsJ2pWbtT1mxgqWXNfHs9qZOakDu { display:none; }
#kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i #xikTTf2cKZOg0vSqT7kIGUMnVrJBnm20 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i #ad9dyzWVsiJkbn16JgWvvKmz1yuDLBt4 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i #qUUcOGZVC6TrKDxlsgId15VlKT8TTCRI { display:block;position:relative; }
#kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i #rrAiVTqyFlUAFikDxsI3JfDUOzy8DvbD {  }
#kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i #Nwz7dU1OpS8Ftau5DblAGR9nirpxZ6KF { display:none; }
#kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i #ZIFrx49B5rxpVN9u2Z8Ll4UCp5ctaWNw { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i #ZWB1uAczXontxyvfVd2E7ZLx4EpQua8H { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i #fRL270iwkXIw5JqBUw0He7BoQRJtT5a8 { display:block;position:relative; }
#kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i #A8E5uhTZ8dZAqLLxwlLwvVh1oFZFetu4 {  }
#kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i #J7lqTNstBK69fRwVeD8NssTivxZJBG5R { display:none; }
#QUasOXT1VVKwa2730EL1UZOlHTnGNyyS { border-top:0.125rem solid #152561;border-left:0;border-right:0;border-bottom:0.0625rem solid #152561;background-color:#f1f1e2;background-image:none;position:relative;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:auto;display:block; }#QUasOXT1VVKwa2730EL1UZOlHTnGNyyS > .row .container { background-color: transparent; background-image: none; }#QUasOXT1VVKwa2730EL1UZOlHTnGNyyS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QUasOXT1VVKwa2730EL1UZOlHTnGNyyS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QUasOXT1VVKwa2730EL1UZOlHTnGNyyS > .row .container > .video-iframe-container { display: none; }#QUasOXT1VVKwa2730EL1UZOlHTnGNyyS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QUasOXT1VVKwa2730EL1UZOlHTnGNyyS > .row > .video-iframe-container { display: none; }#QUasOXT1VVKwa2730EL1UZOlHTnGNyyS > .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); }#QUasOXT1VVKwa2730EL1UZOlHTnGNyyS > .row .container { border-width: 0; border-radius: 0; }#QUasOXT1VVKwa2730EL1UZOlHTnGNyyS > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#QUasOXT1VVKwa2730EL1UZOlHTnGNyyS > .row .container { font-size:0.875rem;font-family:arial;height:6.9375rem;width:75rem;position:relative;display:block; }#VDrsyT9Ad9Tu9ZofZEfIsyBaxex7XIye { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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:arial;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.7;overflow:hidden;position:absolute;width:14.1875rem;height:3.8125rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:1.5625rem;left:60.8125rem;display:block; }
#evkTVEP8wnLJOCKOpxmaSaOuSxOR5uh8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zqxoVNgTLG5LCcThBXa9F6fvvEndR15A .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#zqxoVNgTLG5LCcThBXa9F6fvvEndR15A .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;color:#152561;padding-top:0.316875rem;padding-right:0.2875rem;padding-bottom:0.316875rem;padding-left:0.2875rem;display:block;align-items:center;width:1.7275rem;min-width:1.7275rem;height:1.701875rem;position:relative;font-family:arial;font-size:1.266875rem;font-weight:700;line-height:27.23px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zqxoVNgTLG5LCcThBXa9F6fvvEndR15A .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.198125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.30375rem;height:0.673125rem;position:relative;font-family:arial;font-size:0.475rem;font-weight:400;line-height:10.77px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#zqxoVNgTLG5LCcThBXa9F6fvvEndR15A { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:13.1875rem;height:3.206875rem;padding-top:0.395625rem;padding-right:0.41125rem;padding-bottom:0.395625rem;padding-left:0.41125rem;position:absolute;font-family:arial;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:2.5625rem;left:0.1875rem;z-index:15030; }
#zqxoVNgTLG5LCcThBXa9F6fvvEndR15A #rGz2naJ2D2eTqhCtg8uNSB9Thh7Qwkhr { display:flex;position:relative;top:0rem;left:0rem; }
#zqxoVNgTLG5LCcThBXa9F6fvvEndR15A #IfwU7IPCl0RCc3bIaHrf0kyTIMJVNTRT { width:auto; }
#zqxoVNgTLG5LCcThBXa9F6fvvEndR15A #kiJEXqgsVnwAAFRct4JX7QxIgHic1Mr9 {  }
#zqxoVNgTLG5LCcThBXa9F6fvvEndR15A #am7mScKRgXLLkeruIPkWcBwT4My4mwJm { display:flex;position:relative;top:0rem;left:0rem; }
#zqxoVNgTLG5LCcThBXa9F6fvvEndR15A #qwJgov7QEwvKhUMkmyvGrgtPkbmoFhWb {  }
#zqxoVNgTLG5LCcThBXa9F6fvvEndR15A #F6CwG4rKyaTSW7pxzk2UqChmFbOzLfr6 {  }
#zqxoVNgTLG5LCcThBXa9F6fvvEndR15A #NMd9AgCS2bMtJQ8KpaOzZd9wlGB3P6zq { display:flex;position:relative;top:0rem;left:0rem; }
#zqxoVNgTLG5LCcThBXa9F6fvvEndR15A #mEObT2KJBzWV9BPTpar1HB1F66uKop2p {  }
#zqxoVNgTLG5LCcThBXa9F6fvvEndR15A #dwPpQQXsTGO8IarOOnzPlz3lzRqfsaa1 {  }
#zqxoVNgTLG5LCcThBXa9F6fvvEndR15A #aeWQVrQ9NXuVVumh16BKWlkHFk7ms1OG { display:flex;position:relative;top:0rem;left:0rem; }
#zqxoVNgTLG5LCcThBXa9F6fvvEndR15A #IfQNXmLAbtsLsfLsHyTTfiGaKt5UO9w6 {  }
#zqxoVNgTLG5LCcThBXa9F6fvvEndR15A #dZIItFKgTPa7RfH2y1NArKCMBnigRt43 {  }
#ObtOQ2JTLH5Sfuwzw2n3a6cepZiMtxnt { color:#152561;display:block;width:32.5625rem;position:absolute;font-family:"instrument sans";font-size:1.1875rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:1.3125rem;left:0.9375rem;height:1.54361875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rbRFCAG4Aze2zAaeGtttCh4VMeGbLBtP { display:block; }#rbRFCAG4Aze2zAaeGtttCh4VMeGbLBtP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kulJhGsX9BJMBVmsMP67MVZAy4sMfLyr { top:5.3125rem;left:18.9375rem;width:9.875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfw6WQDWGuROQz5Lkcl0OMoanTi4Q7FI { top:17.4375rem;left:0rem;width:47.75rem;height:26.865215264188rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAeXO86uQKfsLVRvasEzy5bTpQMBEN5N { top:10.8125rem;left:0rem;width:47.75rem;height:9.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Taw2dOg7l44ZAwb2CaHPkLEeIPIZSp7p { top:47.9375rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNeJ7H9SZ3T89UV7mae4D9IIGXmeM4xp { width:30.5rem;height:5.1875rem;top:52.5rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kA3Wk9XoArLSz41OoRpr7PtfpccBucgL { display:block; }
 }@media only screen and (max-width: 763px) { #ftFfRxONczKbse3OOpQCcmwvpu8ocqTw { top:4.25rem;left:16.0625rem;width:15.625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmsL5J44JnemOW2WqPdBmTVtKoNfo9C1 { display:block; }#bmsL5J44JnemOW2WqPdBmTVtKoNfo9C1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jf0cMb3zZub4zHJgIySgJ9pXwrMpAcXb { top:6.1875rem;left:39.3125rem;width:8.4375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVBayBaa0zJTNwnoGm1kID5vRgobq3r0 { top:1.75rem;left:9.1875rem;width:26.9375rem;height:2.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBeOGJHJ9Rd2def0OMnzFipZwAAHHIno { top:6.1875rem;left:25.4375rem;width:8.4375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EafiJ3I2BHSxJ8rLOyHMdwgz8mT6Boah { top:6.1875rem;left:11.5625rem;width:8.4375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJpT8tXXPclnODX5zbE4bwVnwXGtV6RT { top:5.375rem;left:0rem;width:12.3125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGU6butilfG8vMritmtE4Ga1TyVhp5uJ { top:6rem;left:0rem;width:8.4375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2uvH5HXIEmdBNEsoovZxfbrp7ousOmk { top:9.5625rem;left:2.9375rem;width:13.375rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPVNOErTDDCVTcTLxEPArshEeDKbIth0 { top:9.5625rem;left:17.1875rem;width:13.375rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdIT0NBa07nXhx03RnlwJ7Zt6phsTdEc { top:9.5625rem;left:31.375rem;width:13.375rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SE3fodFAWyao60P1TwcggyQTDmLrH5KK { top:10.1875rem;left:7.2500004768369rem;width:8.5rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwgl4F3KiZtCFHZgy4279ZOsGFKqVkzN { top:10rem;left:18.0625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3zChCirOwmLDg8QZTGVwBXotVXhCfap { top:10rem;left:21.187502384186rem;width:8.5rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5xIuO5mcFfTwmUbDT344zFdFCuWOS2F { top:10.125rem;left:35.9375rem;width:8.5rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6OQa88FEb1Cvvh59dmKeKNpnkQKTkww { top:10.125rem;left:32.8125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTZ9x7IFKJIrobLs3GZU0Vq02KPTDNH2 { top:10.1875rem;left:3.6875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q57p0QDdEgmkLLWEC1ndrp70RcISAvJz { top:5.5625rem;left:9.5rem;width:12.3125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9MFiAD5h3IO2rqNoIwOQ7XhNuPomOtQ { top:5.5625rem;left:23.375rem;width:12.3125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rbz16hq4xdLonzsuZestDFd9yXJJNcNQ { top:5.5625rem;left:35.1875rem;width:12.3125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vq7wGqLCtLkXRxspXFvyxL7NculC7HCW { display:block; }#Vq7wGqLCtLkXRxspXFvyxL7NculC7HCW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VckegklElndILWeHFohNdldsoPZ15lLk { top:2.3125rem;left:3.375rem;width:41rem;height:5.6875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEltXTseaxbDUkpA4V9ypy9saE4fBcT3 { top:9.5rem;left:0rem;width:13.375rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIMdR3yGOSsrVzBRKvurg1pHUfA0Wl4x { top:10.25rem;left:0rem;width:13.3125rem;height:3.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVEmkTV1rye6ssPe7VT1o8K1iPlCvwMV { top:13.4375rem;left:0rem;width:12.6875rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JleurTgwXFKugEq9dT8fABm5JWCXcqxR { top:9.5rem;left:9.6875rem;width:13.375rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCcTRcscG3FkVlsFDkouDMMIZGbt6QTp { top:10.25rem;left:9.6875rem;width:13.3125rem;height:3.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvpDIOtvP5VHCGPWosvZSATa1p1T7Gr1 { top:13.4375rem;left:10rem;width:12.6875rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWNyEBxBNMysWXycfpMaqWkOvvLkqXuF { top:9.5625rem;left:34.25rem;width:13.375rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmXyu9EIlflIehgUhSfphvOBuLLbB7cI { top:12.5625rem;left:35.0625rem;width:12.6875rem;height:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJ2P67a8nTKp2UcWh0Qr7qWvC9FQrc8m { top:9.5rem;left:34.4375rem;width:13.3125rem;height:3.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTE7yx2tE4gucq8nW2O7XmDDgfDXPCJ5 { top:9.5rem;left:24.25rem;width:13.375rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAxGulprzBl7NmaAdIOouXCJ9Z5CD1gy { top:9.5rem;left:24.3125rem;width:13.3125rem;height:3.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDiPFA0LN6HVTHizrkS3f7kWAuxEftZ2 { top:12.375rem;left:24.625rem;width:12.6875rem;height:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZkoGSFTEpKpIEWygbCW584TNKDZRWef { display:block; }#iZkoGSFTEpKpIEWygbCW584TNKDZRWef > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MmAxFSTSdPTJdnS8z7lMG712Nxio32Uk { top:2.6875rem;left:3.3125rem;width:41rem;height:2.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #it9yJM4CyQLq6enkODnqDK0pH6sQ9vGr { top:8.3125rem;left:0rem;width:20.6875rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cb861naWFqvSfyCERFW8kr76w7y9cBLg { top:8.125rem;left:13.3125rem;width:21.0625rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhUhplLr6VSG4gCvhTnDAoXFstOIvlTc { top:8.1875rem;left:26.8125rem;width:20.9375rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGM3J6Vo9wraT0FxZBc5s9AEmQ7MwHbV { top:30.5rem;left:0rem;width:20.6875rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsyPymivimGrM99Jsh7Wca9SWtkrbXJu { top:30.3125rem;left:13.25rem;width:21.0625rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKDHRF6hdvIn95WZRcSprp5s2XfITfA4 { top:30.375rem;left:26.8125rem;width:20.9375rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMN9xaPHL6JRTconZi0QM222Do7ixZab { top:54.9375rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLARNPQVxCVcCorr9A0gOxTxoWGiosbg { display:block; }#OLARNPQVxCVcCorr9A0gOxTxoWGiosbg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UVgBhXbJHqFtlmKXXD7T3g1FCTBLKXX9 { top:49.9375rem;left:0rem;width:18.1875rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXnuOpni01d1Z3h34pnTrnVAxCmGeHNR { top:45.5625rem;left:0rem;width:18.6875rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2TrnsocS5cADF6yNRzrZOovBlJT6nXU { top:29rem;left:0.0625rem;width:15.75rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGfwJqwoF6uEcXkOJFll6i0UHetTVBTi { top:21.5rem;left:0rem;width:18.1875rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #STh447q4udh8WgaE9wytyG8Jei66cXax { top:17.375rem;left:0rem;width:18.6875rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHbCynswsDi236MNqh12ur77h9m9gJKi { top:0.8125rem;left:0.0625rem;width:15.75rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhZZmp30weLoW89QDkdk4BN4Gvtb3u9t { top:0.8125rem;left:15.9375rem;width:15.75rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uniaOkW9GWBoJtll7upucTShedwxFkmI { top:17.375rem;left:13.0625rem;width:18.6875rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1w1dkVsLaZcl07EiSsJhkGClHMFmlQs { top:21.75rem;left:13.5625rem;width:18.1875rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fa5JwFwi7UUOeHRVUIfZpXWxee2r3ucZ { top:29.25rem;left:15.9375rem;width:15.75rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZExrE89Wl5JBCPhKt4xUhko0S0BQDyC { top:45.8125rem;left:13.0625rem;width:18.6875rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9KRwb8cPz3qHIwruQlUGP8ylJniTB4n { top:50.1875rem;left:13.5625rem;width:18.1875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rv3mQSLh0kwh6scrWIZxOm4ebZpobJbm { top:0.8125rem;left:31.8125rem;width:15.75rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzR5aLe8N5OV5NykskOCNXfU7O413ITt { top:17.375rem;left:28.9375rem;width:18.6875rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTBwZovoC91gvTTpw2xgcpiOIRQZFUyT { top:21.75rem;left:29.4375rem;width:18.1875rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5IMgEkxr7zITM9B6TH0RpNDRlEyyTNQ { top:29.25rem;left:31.8125rem;width:15.75rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVvdlbZVq3q2IdODr0LAxHqGRyZzBHo3 { top:45.8125rem;left:28.9375rem;width:18.6875rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #snBD2S79iC6S0qRe8xu7MxJf1AfWKpWD { top:51.1875rem;left:29.4375rem;width:18.1875rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldyGxCqm6lKBeJxfBlWMlfpJRhG9GQQr { display:block; }#ldyGxCqm6lKBeJxfBlWMlfpJRhG9GQQr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EmgiIKo04DL9nO7lPnJ9GuWPHzb7OAQp { width:33.3125rem;height:5.25rem;top:7.4375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6TCs9eAH6knxcw8eWxfNU7sSqb0eBP4 { display:block; }
 }@media only screen and (max-width: 763px) { #yUklKa7MwJ674q92lNbcIIIE8eQHOAc4 { top:0rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4SL9acZIck28LlzKPyA1UWOiTQVKVed { display:block; }#N4SL9acZIck28LlzKPyA1UWOiTQVKVed > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EUTKlRZgQF6i1bJwM8EgHTP6K1T0kVLv { top:3.0625rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlnpROx9OllOWtLGDTs0k8lN5EaKwzL8 { top:3.5rem;left:2.03125rem;width:21.375rem;height:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUIJrXIp0s4a9MBhn4rJNd5c2BsPP00O { top:21.1875rem;left:3.625rem;width:18.1875rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJvqKvCpZ2fUDEd8sUlvsc0lRuvzybZo { top:23.5625rem;left:2.0625rem;width:20.875rem;height:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7ZZloZ1k2UlToMnkh2WuQWNzyllSTxU { top:3.3125rem;left:23.9375rem;width:21.8125rem;height:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQUaXA6Tnp5LTmMcLhWEawagkgpTTykm { top:21.1875rem;left:25.75rem;width:18.1875rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqXzNrBK3GuuE4muuVUSP56KXFHJKpk4 { top:23.875rem;left:24.5rem;width:20.25rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MC3oOHH7bIKkyCFFmgMVLtlMcWkrh5G2 { top:40.8125rem;left:3.375rem;width:18.1875rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaXV7u2Bk8slSzOIpmGcDFXxzNRP3Kri { top:40.8125rem;left:25.5rem;width:18.1875rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1NtpstfTTBrG0BHDASePokDa57qy51x { top:45rem;left:13.25rem;width:21.25rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gr41pTmr05kzvZz3E30WCS0oS08uDAC5 { top:62.5625rem;left:14.875rem;width:18.1875rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rul58LHGS7l28H6tWyN8rUqSrhImhNXD { display:block; }#rul58LHGS7l28H6tWyN8rUqSrhImhNXD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rrMW06gV3CQyU13THm0l0r0xcnWthGbz { top:2.5rem;left:0rem;width:47.75rem;height:7.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZyJlxvNfDlF2mbxrJECleBPEiFV55IW { top:11.3125rem;left:0rem;width:22.4375rem;height:40.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOCpB2IfCDrbVtRdru533ULHpRClmqt3 { top:12.375rem;left:1.375rem;width:18.75rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7nLqpBmQQJhToCDWIaBQtHQNzXXGQFA { top:15.25rem;left:1.375rem;width:18.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbIwvNhWbwP6Jc4pmLSNxd3o3RtFa50T { top:19.5rem;left:1.375rem;width:18.75rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6ZWVEiA9RdgnPHHSqSy4ZizxbdVA17A { top:22.5625rem;left:1.375rem;width:18.75rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHDnqTWlf1Hwnc2GtqGi96sPPOM8Av1U { top:24.6875rem;left:1.375rem;width:18.75rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D080MyZRPwXcFrpuuoTCsPtCNHOHV0r7 { top:28.75rem;left:1.375rem;width:18.75rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rv4TV9T4aKZ0TUP36o71mMpanRbfURG8 { top:32.1875rem;left:1.375rem;width:18.75rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3w2wkN5EQgQQTAz9xKh8hCE6bgZx8ep { top:35.4375rem;left:1.375rem;width:18.75rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLp1cAWuPIFDqSXABScBg97cBR7PvxWm { top:38.8125rem;left:1.375rem;width:18.75rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVSsuLnVCRPeqvSvBJZOD1tOKA2aWEHf { top:11.3125rem;left:25.25rem;width:22.0625rem;height:40.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlLGeJbf1u0FanTNvgOvNettnrzUr9qc { top:13.1875rem;left:26.90625rem;width:18.75rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CF2VDpMgorTc5T5I9V2ekXliTkw2xsGJ { top:16.75rem;left:26.90625rem;width:18.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OktVsfGza1Lz4RUZplbCo6WNAoiHtKI4 { top:19.5rem;left:26.375rem;width:18.75rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKCdWc2ImF0R1FBRPDiDJI5tHLi5VEWd { top:22.25rem;left:26.375rem;width:18.75rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gH2IDlo0mgKrDAgeDbBQACcLJX2NKXKo { top:26.0625rem;left:26.375rem;width:18.75rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #STXLT9wstonnDoRRDikKeLb0XxJIOEMQ { top:42.4375rem;left:1.375rem;width:18.75rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmQCDpevlbvDOp1BMgBJcZ0sdEfZAGs7 { top:46.375rem;left:1.375rem;width:18.75rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOtq6hiOQHSMMlVpFFDLtkw9XlCnlhlp { top:55.5rem;left:0.53125rem;width:46.6875rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1kR3PSKQc7CMGILi5fTqnMBCdA7ZOhH { top:53.3125rem;left:4.34375rem;width:39.0625rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qG9BJf41nBnXGv1TyJ3LqQnrlozwmaGJ { top:61.5625rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZHRUOUSTSyNho2TPWHVuCV0iGmnOnQ8 { top:64.5625rem;left:0.53125rem;width:46.6875rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8ATlxFBgRfo62EuZNyOLPmuMfpkfdeT { top:68.25rem;left:0.53125rem;width:46.6875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQDbtbmywp2nTAqQ273gOxa8vUL59yte { top:70.9375rem;left:0rem;width:24.0625rem;height:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNOCybVp6l0V4ntmmCc85i68cbtPyqWL { top:70.9375rem;left:23.6875rem;width:24.0625rem;height:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOtIXO4xyT4JTcxettJnqZAN6DnhMBIl { top:46.375rem;left:26.375rem;width:18.75rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTO6eu2hPSGv3VhXRhSmFKR3tcooNbKC { top:96.3125rem;left:0rem;width:24.0625rem;height:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFIVfSQN6yHFhTSBGBL6JMrQ8DD2utvv { top:96.3125rem;left:23.6875rem;width:24.0625rem;height:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwMFTVudfETGZouXlFtb5mrAt5JMAcal { top:123.625rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwc4zJTJxM10KxRxhbrxMXBPzBuZ8oI4 { top:126.9375rem;left:0.53125rem;width:46.6875rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6ETqVzps64i7y2KuzMOy8dfXC7CvzPH { top:131.3125rem;left:0rem;width:25rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNlwGUqew0xsvfWP5tZx4PK8P4WW8kum { top:132.25rem;left:0rem;width:23.375rem;height:3.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT5VaxBlv58LCdEztfvUvb9DWnrpTCpN { top:131.3125rem;left:22.625rem;width:25rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxOJh5Llm3uNpJ7DUfcHP2aA2m0gFTi5 { top:132.1875rem;left:24.375rem;width:23.375rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHvhQ4akNI56s282uDD9BpWGmFL2Uimv { top:138rem;left:22.625rem;width:25rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5vzgCNMychMsscOwrLdHqAyg8pwunC7 { top:138rem;left:0rem;width:25rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlkL4TztS709K6QZyEfpwWWU53brZFOa { top:138.875rem;left:24.375rem;width:23.375rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gszlHqvJGTe9LnxDVlw6MWDQfX3DqekD { top:138.9375rem;left:0rem;width:23.375rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAFdmdlTiXo8ygxssdaDGU0787zTiV6m { top:144.5625rem;left:11.25rem;width:25rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFgfuyu2Md8dqv82vTuMXD3G0NA2f8xr { top:145.4375rem;left:12.25rem;width:23.375rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORagLHF493CSTDHoOasT31pL4DosFuwf { display:block; }#ORagLHF493CSTDHoOasT31pL4DosFuwf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tTGUE2NVTky7aL3AGbQUOA7XNfNkXXGb { top:2.3125rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLULLGzV91t6L6yTRQbomTBmxfTgOTi5 { top:6.5625rem;left:2.875rem;width:19.9375rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1xvugxI4ocWkfOfUJ0bSv4c4id84iz4 { top:5.8125rem;left:4.3125rem;width:17.0625rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikotNuhXDQgfeTm9S8T0uW6gCEBTOGRr { top:16.1875rem;left:3.4375rem;width:18.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJDOhxCHiyHRKbvfcXgah9ba9KCVg9Jg { top:19.25rem;left:4rem;width:17.625rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fG9IvTX3CndbWrfpLWa87qi23LGREOzM { top:21.9375rem;left:3.9375rem;width:17.75rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gikqrZZPwgXrlbJmcActQeEvQSNLXVr5 { top:25.75rem;left:3.9375rem;width:17.75rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RF8PyDtGbXEvCJN30g4Zvz8kwleE7tNz { top:6.625rem;left:25.0625rem;width:19.9375rem;height:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSH08WlWxGB4HzL9SsJnKLnk5LdihExI { top:25.75rem;left:26.125rem;width:17.75rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdF0Rtho3DJ501XETelFXIQ0528RyJux { top:19.25rem;left:26.125rem;width:17.75rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptvd1HLbI24CHRPPrDSsPEQSTcentqD3 { top:21.9375rem;left:26.1875rem;width:17.625rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnsSSerI7esneVyCNDB2zOI1Pcx0pO0e { top:16.3125rem;left:25.625rem;width:18.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xA6bAShTgSeLkVbgTR6qN7qcsLofJnLZ { top:7.1875rem;left:28.25rem;width:13.5625rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXkXvCTpkth5UHaIKTPQ7gqFT67xpMB6 { top:32.625rem;left:25rem;width:19.9375rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTHfN1lRxc4rFTLs0avtCDCPanMpGz9C { top:53.6875rem;left:26.125rem;width:17.75rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OH3dqtsyPs0eqGfkTpnIrmkTiWJH6eAB { top:49.6875rem;left:26.125rem;width:17.75rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #emAZF9mhpwwh20h96cxwXFtLySHTrk9v { top:45.375rem;left:25.9375rem;width:17.625rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGHKE4TRToqKULS80iZJJ3Bk3LMCBHC7 { top:32.5625rem;left:2.8125rem;width:19.9375rem;height:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6e93pD8Qupm84tWhIHsx4U5IGBUo5gq { top:42.25rem;left:3.4375rem;width:18.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKbU9PvTRLUtvO43CXNT2WcVrPg1x0pm { top:42.3125rem;left:25.5625rem;width:18.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7Se5yEZduwA7VdBrTa7EQLGcOdFqhPt { top:32.625rem;left:7.4375rem;width:10.75rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLfnzwgbKQMqT5AfqShuc4ASQyVGfvRZ { top:45.3125rem;left:3.75rem;width:17.625rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6R0d6261vK4qyRWaGBNMbSWAOv3Km6Q { top:49.6875rem;left:3.9375rem;width:17.75rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQ1zNwDhXXJiwPC2CKhgOuzZ5CAquw41 { top:53.6875rem;left:3.9375rem;width:17.75rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LItkHvuc9ntNnMmlKVHp6qKCEWSLb1ow { top:31.9375rem;left:26.875rem;width:16.3125rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgTgKlgTpeqB7cBrh0vbCATexy0BKRk4 { display:block; }#LgTgKlgTpeqB7cBrh0vbCATexy0BKRk4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aubvQtNkD2kira3lxSy8HkK9Nciwf9fO { top:3.25rem;left:0rem;width:47.75rem;height:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlKRvc0rGs1iso45K66TwdiAL7W3BFfw { top:4.4375rem;left:0.0625rem;width:47.5625rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvGITAMLPtBMQuTsZXdmqzHEO3S8cshs { top:6.625rem;left:1.9375rem;width:43.25rem;height:2.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1dBwyHtIB71gk36i3VP7y3B0TE79xst { top:7.3125rem;left:0rem;width:25.375rem;height:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w894wsq3HAdgZp4ssdABB1y5KEa9WhPJ { top:10.8125rem;left:19.562501907349rem;width:26.3125rem;height:19.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P33XM07l7dR3qmRHoICBNkTqbnxa20yM { width:33.3125rem;height:5.25rem;top:35.6875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXsXl8Tp1OOQQRcgv2LVxLQ1m0wqSduP { display:block; }
 }@media only screen and (max-width: 763px) { #eOsprseOuT6v10uugzXTHa9sBvV0kulO { display:block; }#eOsprseOuT6v10uugzXTHa9sBvV0kulO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V6Or9iiOdAA0GSOf4dRhTOR7t6fAL2mL { top:15.0625rem;left:0rem;width:18.875rem;height:4.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNIzJV0qSchU7wQI9VDVarKvGvEy4T3r { width:24rem;height:4.5625rem;top:21.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnbDfwcVDoVS81nAX5bqBen2Qo9ZgxaS { display:block; }
 }@media only screen and (max-width: 763px) { #kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i { display:flex;height:auto;width:27.8125rem;top:4.3125rem;left:17.4375rem; }
 }@media only screen and (max-width: 763px) { #kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i #xTdNT6ZQKDS7wbq7AQMxrxIZFhhEL5p1 {  }
 }@media only screen and (max-width: 763px) { #kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i #r1tAMTTVQIJt2gJlgBhurBUtou97iEpt {  }
 }@media only screen and (max-width: 763px) { #kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i #X9Af0z1wbhP8WPsCcaWL2ODMqir40yQA {  }
 }@media only screen and (max-width: 763px) { #kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i #aThIvSxF6eyx4d0zq7u99eM0wz5W2hTx {  }
 }@media only screen and (max-width: 763px) { #kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i #Wy50UhgutkJT68vKBKrcFcXtPmzpqVHB {  }
 }@media only screen and (max-width: 763px) { #kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i #h5Kza4t0U8op1a3T2uWHma6Cihuw8T4W {  }
 }@media only screen and (max-width: 763px) { #kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i #tNTcpRQoSXRr6cMyKrRT0mq9rznG2MQQ {  }
 }@media only screen and (max-width: 763px) { #kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i #tryt95mLfQAqUMQaSKcROa3lHKi6Uqks {  }
 }@media only screen and (max-width: 763px) { #kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i #qqBJ0df9QIeysDwFEkI3evicP3Wm97Ed {  }
 }@media only screen and (max-width: 763px) { #kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i #ARWozrwt4TMgDKOn54coA7VNuqKO639R {  }
 }@media only screen and (max-width: 763px) { #kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i #zsfvkhQtLIOsW1dnfaSTUAEgiPtTJ3TF {  }
 }@media only screen and (max-width: 763px) { #kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i #RMOzrr5TsqNnvhGSfpGBLwcok9eSiHTv {  }
 }@media only screen and (max-width: 763px) { #kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i #es5etg1JQsB4vZgUPfhrkHJnNn95q7o3 {  }
 }@media only screen and (max-width: 763px) { #kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i #JPktKU4FhWeNpsX9Vkw0fIIxV9oh44tX {  }
 }@media only screen and (max-width: 763px) { #kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i #kIlER8FNNm1wAetPCsDAXSQAlPVk17f5 {  }
 }@media only screen and (max-width: 763px) { #kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i #TtnrJ43aWMi4Ankd0gLGMnRIW5vkp58w {  }
 }@media only screen and (max-width: 763px) { #kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i #hRCU2Vigt2qJZTBOQVJ2vItmi0eKUd9N {  }
 }@media only screen and (max-width: 763px) { #kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i #gpK8TTmw7yFoHLL2QnBCU3bWzIw2FZhn {  }
 }@media only screen and (max-width: 763px) { #kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i #iesD80T74ElKvKcAfAuMdwxGVoZOt75A {  }
 }@media only screen and (max-width: 763px) { #kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i #TIeeXsJ2pWbtT1mxgqWXNfHs9qZOakDu {  }
 }@media only screen and (max-width: 763px) { #kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i #xikTTf2cKZOg0vSqT7kIGUMnVrJBnm20 {  }
 }@media only screen and (max-width: 763px) { #kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i #ad9dyzWVsiJkbn16JgWvvKmz1yuDLBt4 {  }
 }@media only screen and (max-width: 763px) { #kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i #qUUcOGZVC6TrKDxlsgId15VlKT8TTCRI {  }
 }@media only screen and (max-width: 763px) { #kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i #rrAiVTqyFlUAFikDxsI3JfDUOzy8DvbD {  }
 }@media only screen and (max-width: 763px) { #kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i #Nwz7dU1OpS8Ftau5DblAGR9nirpxZ6KF {  }
 }@media only screen and (max-width: 763px) { #kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i #ZIFrx49B5rxpVN9u2Z8Ll4UCp5ctaWNw {  }
 }@media only screen and (max-width: 763px) { #kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i #ZWB1uAczXontxyvfVd2E7ZLx4EpQua8H {  }
 }@media only screen and (max-width: 763px) { #kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i #fRL270iwkXIw5JqBUw0He7BoQRJtT5a8 {  }
 }@media only screen and (max-width: 763px) { #kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i #A8E5uhTZ8dZAqLLxwlLwvVh1oFZFetu4 {  }
 }@media only screen and (max-width: 763px) { #kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i #J7lqTNstBK69fRwVeD8NssTivxZJBG5R {  }
 }@media only screen and (max-width: 763px) { #QUasOXT1VVKwa2730EL1UZOlHTnGNyyS { display:block; }#QUasOXT1VVKwa2730EL1UZOlHTnGNyyS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VDrsyT9Ad9Tu9ZofZEfIsyBaxex7XIye { width:14.1875rem;height:3.8125rem;top:1.5625rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #evkTVEP8wnLJOCKOpxmaSaOuSxOR5uh8 { display:block; }
 }@media only screen and (max-width: 763px) { #zqxoVNgTLG5LCcThBXa9F6fvvEndR15A .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zqxoVNgTLG5LCcThBXa9F6fvvEndR15A .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#zqxoVNgTLG5LCcThBXa9F6fvvEndR15A .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#zqxoVNgTLG5LCcThBXa9F6fvvEndR15A { display:flex;width:18rem;height:5.0625rem;top:9.875rem;left:7.09375rem; }
 }@media only screen and (max-width: 763px) { #zqxoVNgTLG5LCcThBXa9F6fvvEndR15A #rGz2naJ2D2eTqhCtg8uNSB9Thh7Qwkhr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zqxoVNgTLG5LCcThBXa9F6fvvEndR15A #IfwU7IPCl0RCc3bIaHrf0kyTIMJVNTRT {  }
 }@media only screen and (max-width: 763px) { #zqxoVNgTLG5LCcThBXa9F6fvvEndR15A #kiJEXqgsVnwAAFRct4JX7QxIgHic1Mr9 {  }
 }@media only screen and (max-width: 763px) { #zqxoVNgTLG5LCcThBXa9F6fvvEndR15A #am7mScKRgXLLkeruIPkWcBwT4My4mwJm { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zqxoVNgTLG5LCcThBXa9F6fvvEndR15A #qwJgov7QEwvKhUMkmyvGrgtPkbmoFhWb {  }
 }@media only screen and (max-width: 763px) { #zqxoVNgTLG5LCcThBXa9F6fvvEndR15A #F6CwG4rKyaTSW7pxzk2UqChmFbOzLfr6 {  }
 }@media only screen and (max-width: 763px) { #zqxoVNgTLG5LCcThBXa9F6fvvEndR15A #NMd9AgCS2bMtJQ8KpaOzZd9wlGB3P6zq { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zqxoVNgTLG5LCcThBXa9F6fvvEndR15A #mEObT2KJBzWV9BPTpar1HB1F66uKop2p {  }
 }@media only screen and (max-width: 763px) { #zqxoVNgTLG5LCcThBXa9F6fvvEndR15A #dwPpQQXsTGO8IarOOnzPlz3lzRqfsaa1 {  }
 }@media only screen and (max-width: 763px) { #zqxoVNgTLG5LCcThBXa9F6fvvEndR15A #aeWQVrQ9NXuVVumh16BKWlkHFk7ms1OG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zqxoVNgTLG5LCcThBXa9F6fvvEndR15A #IfQNXmLAbtsLsfLsHyTTfiGaKt5UO9w6 {  }
 }@media only screen and (max-width: 763px) { #zqxoVNgTLG5LCcThBXa9F6fvvEndR15A #dZIItFKgTPa7RfH2y1NArKCMBnigRt43 {  }
 }@media only screen and (max-width: 763px) { #ObtOQ2JTLH5Sfuwzw2n3a6cepZiMtxnt { top:1.3125rem;left:0rem;width:32.5625rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#be2e53;background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #rbRFCAG4Aze2zAaeGtttCh4VMeGbLBtP { display:block; }#rbRFCAG4Aze2zAaeGtttCh4VMeGbLBtP > .row .container { width:20rem;height:49.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kulJhGsX9BJMBVmsMP67MVZAy4sMfLyr { width:6.9375rem;height:2rem;top:1.9375rem;left:6.53125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5) ;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #qfw6WQDWGuROQz5Lkcl0OMoanTi4Q7FI { width:19.5rem;height:11rem;top:23.532129705364rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAeXO86uQKfsLVRvasEzy5bTpQMBEN5N { width:20rem;height:17.1445rem;top:6.0625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Taw2dOg7l44ZAwb2CaHPkLEeIPIZSp7p { width:20rem;height:6.9043125rem;top:34.734375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bNeJ7H9SZ3T89UV7mae4D9IIGXmeM4xp { width:19rem;height:4.6875rem;top:42.951171875rem;left:0.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kA3Wk9XoArLSz41OoRpr7PtfpccBucgL { display:block; }
 }@media only screen and (max-width: 763px) { #ftFfRxONczKbse3OOpQCcmwvpu8ocqTw { width:11.25rem;height:3.5rem;top:1.1875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmsL5J44JnemOW2WqPdBmTVtKoNfo9C1 { display:block; }#bmsL5J44JnemOW2WqPdBmTVtKoNfo9C1 > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jf0cMb3zZub4zHJgIySgJ9pXwrMpAcXb { width:8.4375rem;height:1.2999125rem;top:8.125rem;left:10.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVBayBaa0zJTNwnoGm1kID5vRgobq3r0 { width:20rem;height:1.8rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBeOGJHJ9Rd2def0OMnzFipZwAAHHIno { width:8.4375rem;height:1.2999125rem;top:8.125rem;left:1.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EafiJ3I2BHSxJ8rLOyHMdwgz8mT6Boah { width:8.4375rem;height:1.54375rem;top:4.75rem;left:10.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJpT8tXXPclnODX5zbE4bwVnwXGtV6RT { width:8.5rem;height:2.125rem;top:4.25rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGU6butilfG8vMritmtE4Ga1TyVhp5uJ { width:8.4375rem;height:1.54375rem;top:4.625rem;left:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2uvH5HXIEmdBNEsoovZxfbrp7ousOmk { width:8.875rem;height:3.6875rem;top:11.125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPVNOErTDDCVTcTLxEPArshEeDKbIth0 { width:8.75rem;height:3.6875rem;top:11.125rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdIT0NBa07nXhx03RnlwJ7Zt6phsTdEc { width:8.9375rem;height:3.6875rem;top:15.625rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SE3fodFAWyao60P1TwcggyQTDmLrH5KK { width:4.75rem;height:2.4375rem;top:11.75rem;left:3.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qwgl4F3KiZtCFHZgy4279ZOsGFKqVkzN { width:1.6875rem;height:1.6875rem;top:12.125rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3zChCirOwmLDg8QZTGVwBXotVXhCfap { width:4.6875rem;height:2.4375rem;top:11.875rem;left:13.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V5xIuO5mcFfTwmUbDT344zFdFCuWOS2F { width:4.75rem;height:2.4375rem;top:16.25rem;left:8.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z6OQa88FEb1Cvvh59dmKeKNpnkQKTkww { width:2rem;height:2rem;top:16.4375rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTZ9x7IFKJIrobLs3GZU0Vq02KPTDNH2 { width:1.9375rem;height:1.9375rem;top:11.9375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q57p0QDdEgmkLLWEC1ndrp70RcISAvJz { width:8.625rem;height:2.0625rem;top:4.365234375rem;left:10.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9MFiAD5h3IO2rqNoIwOQ7XhNuPomOtQ { width:8.375rem;height:2.3125rem;top:7.4931640625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rbz16hq4xdLonzsuZestDFd9yXJJNcNQ { width:8.625rem;height:2.3125rem;top:7.4931640625rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vq7wGqLCtLkXRxspXFvyxL7NculC7HCW { display:block; }#Vq7wGqLCtLkXRxspXFvyxL7NculC7HCW > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VckegklElndILWeHFohNdldsoPZ15lLk { width:20rem;height:8.09765rem;top:1.25rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEltXTseaxbDUkpA4V9ypy9saE4fBcT3 { width:9.3125rem;height:4.125rem;top:10.7216796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIMdR3yGOSsrVzBRKvurg1pHUfA0Wl4x { width:9.375rem;height:1.94965rem;top:10.9970703125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVEmkTV1rye6ssPe7VT1o8K1iPlCvwMV { width:8.5625rem;height:1.0625rem;top:13.1962890625rem;left:0.4375rem;font-size:1.0625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #JleurTgwXFKugEq9dT8fABm5JWCXcqxR { width:9.4375rem;height:4.125rem;top:10.75rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCcTRcscG3FkVlsFDkouDMMIZGbt6QTp { width:8.9375rem;height:1.94921875rem;top:11.1875rem;left:10.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvpDIOtvP5VHCGPWosvZSATa1p1T7Gr1 { width:8.875rem;height:1.38125rem;top:13.125rem;left:10.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWNyEBxBNMysWXycfpMaqWkOvvLkqXuF { width:9.4375rem;height:5.3125rem;top:16.3125rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmXyu9EIlflIehgUhSfphvOBuLLbB7cI { width:8.5rem;height:2.548825rem;top:18.8125rem;left:10.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJ2P67a8nTKp2UcWh0Qr7qWvC9FQrc8m { width:9.0625rem;height:1.94965rem;top:16.5625rem;left:10.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTE7yx2tE4gucq8nW2O7XmDDgfDXPCJ5 { width:9.375rem;height:5.625rem;top:16rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAxGulprzBl7NmaAdIOouXCJ9Z5CD1gy { width:9.125rem;height:1.94965rem;top:16.375rem;left:0.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDiPFA0LN6HVTHizrkS3f7kWAuxEftZ2 { width:8.8125rem;height:2.548825rem;top:18.5rem;left:0.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZkoGSFTEpKpIEWygbCW584TNKDZRWef { display:block; }#iZkoGSFTEpKpIEWygbCW584TNKDZRWef > .row .container { width:20rem;height:138.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MmAxFSTSdPTJdnS8z7lMG712Nxio32Uk { width:20rem;height:2.1rem;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #it9yJM4CyQLq6enkODnqDK0pH6sQ9vGr { width:20rem;height:20rem;top:4.912109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cb861naWFqvSfyCERFW8kr76w7y9cBLg { width:20rem;height:20rem;top:26.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhUhplLr6VSG4gCvhTnDAoXFstOIvlTc { width:20rem;height:20rem;top:47.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGM3J6Vo9wraT0FxZBc5s9AEmQ7MwHbV { width:20rem;height:20rem;top:68.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsyPymivimGrM99Jsh7Wca9SWtkrbXJu { width:20rem;height:20rem;top:89.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKDHRF6hdvIn95WZRcSprp5s2XfITfA4 { width:20rem;height:20rem;top:111.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMN9xaPHL6JRTconZi0QM222Do7ixZab { width:20rem;height:4.548825rem;top:133.9609375rem;left:0rem;font-size:1.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #OLARNPQVxCVcCorr9A0gOxTxoWGiosbg { display:block; }#OLARNPQVxCVcCorr9A0gOxTxoWGiosbg > .row .container { width:20rem;height:166.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UVgBhXbJHqFtlmKXXD7T3g1FCTBLKXX9 { width:18.1875rem;height:4.38574375rem;top:50.53418125rem;left:0.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXnuOpni01d1Z3h34pnTrnVAxCmGeHNR { width:18.6875rem;height:3.575rem;top:45.7099625rem;left:0.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2TrnsocS5cADF6yNRzrZOovBlJT6nXU { width:15.75rem;height:15.75rem;top:28.7099625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGfwJqwoF6uEcXkOJFll6i0UHetTVBTi { width:18.1875rem;height:4.38574375rem;top:23.07421875rem;left:0.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #STh447q4udh8WgaE9wytyG8Jei66cXax { width:18.6875rem;height:3.575rem;top:18.25rem;left:0.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHbCynswsDi236MNqh12ur77h9m9gJKi { width:15.75rem;height:15.75rem;top:1.25rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhZZmp30weLoW89QDkdk4BN4Gvtb3u9t { width:15.75rem;height:15.75rem;top:56.169925rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uniaOkW9GWBoJtll7upucTShedwxFkmI { width:18.6875rem;height:3.575rem;top:73.169925rem;left:0.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1w1dkVsLaZcl07EiSsJhkGClHMFmlQs { width:18.1875rem;height:4.38574375rem;top:77.99414375rem;left:0.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fa5JwFwi7UUOeHRVUIfZpXWxee2r3ucZ { width:15.75rem;height:15.75rem;top:83.6298875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZExrE89Wl5JBCPhKt4xUhko0S0BQDyC { width:18.6875rem;height:3.575rem;top:100.6298875rem;left:0.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9KRwb8cPz3qHIwruQlUGP8ylJniTB4n { width:18.1875rem;height:2.923825rem;top:105.45410625rem;left:0.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rv3mQSLh0kwh6scrWIZxOm4ebZpobJbm { width:15.75rem;height:15.75rem;top:111.08985rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzR5aLe8N5OV5NykskOCNXfU7O413ITt { width:18.6875rem;height:3.575rem;top:128.08985rem;left:0.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTBwZovoC91gvTTpw2xgcpiOIRQZFUyT { width:18.1875rem;height:4.38574375rem;top:132.91406875rem;left:0.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5IMgEkxr7zITM9B6TH0RpNDRlEyyTNQ { width:15.75rem;height:15.75rem;top:138.5498125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVvdlbZVq3q2IdODr0LAxHqGRyZzBHo3 { width:18.6875rem;height:5.36198125rem;top:155.5498125rem;left:0.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #snBD2S79iC6S0qRe8xu7MxJf1AfWKpWD { width:18.1875rem;height:4.38574375rem;top:161.6767578125rem;left:0.90625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldyGxCqm6lKBeJxfBlWMlfpJRhG9GQQr { display:block; }#ldyGxCqm6lKBeJxfBlWMlfpJRhG9GQQr > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EmgiIKo04DL9nO7lPnJ9GuWPHzb7OAQp { width:19rem;height:4.25rem;top:8.7685546875rem;left:0.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6TCs9eAH6knxcw8eWxfNU7sSqb0eBP4 { display:block; }
 }@media only screen and (max-width: 763px) { #yUklKa7MwJ674q92lNbcIIIE8eQHOAc4 { width:20rem;height:7.22265rem;top:0.6875rem;left:0rem;font-size:1.0625rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #N4SL9acZIck28LlzKPyA1UWOiTQVKVed { display:block; }#N4SL9acZIck28LlzKPyA1UWOiTQVKVed > .row .container { width:20rem;height:96.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EUTKlRZgQF6i1bJwM8EgHTP6K1T0kVLv { width:20rem;height:6.82325rem;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlnpROx9OllOWtLGDTs0k8lN5EaKwzL8 { width:16rem;height:16rem;top:6.18359375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUIJrXIp0s4a9MBhn4rJNd5c2BsPP00O { width:18.1875rem;height:4.38574375rem;top:19.8603515625rem;left:0.90625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJvqKvCpZ2fUDEd8sUlvsc0lRuvzybZo { width:17.6875rem;height:17.6875rem;top:40rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7ZZloZ1k2UlToMnkh2WuQWNzyllSTxU { width:17.8125rem;height:17.8125rem;top:22.18359375rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQUaXA6Tnp5LTmMcLhWEawagkgpTTykm { width:18.1875rem;height:4.38574375rem;top:36.87109375rem;left:0.90625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqXzNrBK3GuuE4muuVUSP56KXFHJKpk4 { width:16.9375rem;height:16.9375rem;top:58.9375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MC3oOHH7bIKkyCFFmgMVLtlMcWkrh5G2 { width:18.1875rem;height:5.84765625rem;top:54.8125rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaXV7u2Bk8slSzOIpmGcDFXxzNRP3Kri { width:18.1875rem;height:5.84765625rem;top:73rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1NtpstfTTBrG0BHDASePokDa57qy51x { width:16.9375rem;height:16.9375rem;top:77.125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gr41pTmr05kzvZz3E30WCS0oS08uDAC5 { width:18.1875rem;height:4.38574375rem;top:91.0625rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rul58LHGS7l28H6tWyN8rUqSrhImhNXD { display:block; }#rul58LHGS7l28H6tWyN8rUqSrhImhNXD > .row .container { width:20rem;height:245.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rrMW06gV3CQyU13THm0l0r0xcnWthGbz { width:20rem;height:14.786125rem;top:1.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZyJlxvNfDlF2mbxrJECleBPEiFV55IW { width:20rem;height:39.625rem;top:17.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOCpB2IfCDrbVtRdru533ULHpRClmqt3 { width:18.75rem;height:1.94965rem;top:18.25rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7nLqpBmQQJhToCDWIaBQtHQNzXXGQFA { width:18.75rem;height:2.923825rem;top:20.8125rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbIwvNhWbwP6Jc4pmLSNxd3o3RtFa50T { width:18.75rem;height:2.76215rem;top:25.375rem;left:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6ZWVEiA9RdgnPHHSqSy4ZizxbdVA17A { width:18.75rem;height:1.38125rem;top:28.4375rem;left:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHDnqTWlf1Hwnc2GtqGi96sPPOM8Av1U { width:18.75rem;height:2.76215rem;top:30.5625rem;left:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D080MyZRPwXcFrpuuoTCsPtCNHOHV0r7 { width:18.75rem;height:2.76215rem;top:34.625rem;left:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rv4TV9T4aKZ0TUP36o71mMpanRbfURG8 { width:18.75rem;height:2.76215rem;top:38.0625rem;left:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3w2wkN5EQgQQTAz9xKh8hCE6bgZx8ep { width:18.75rem;height:2.76215rem;top:41.3125rem;left:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLp1cAWuPIFDqSXABScBg97cBR7PvxWm { width:18.75rem;height:2.76215rem;top:44.6875rem;left:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVSsuLnVCRPeqvSvBJZOD1tOKA2aWEHf { width:20rem;height:21.9375rem;top:58.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlLGeJbf1u0FanTNvgOvNettnrzUr9qc { width:18.75rem;height:2.11263125rem;top:59.375rem;left:0.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CF2VDpMgorTc5T5I9V2ekXliTkw2xsGJ { width:18.75rem;height:1.4619125rem;top:62.3125rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OktVsfGza1Lz4RUZplbCo6WNAoiHtKI4 { width:18.75rem;height:1.38125rem;top:65.125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKCdWc2ImF0R1FBRPDiDJI5tHLi5VEWd { width:18.75rem;height:2.76215rem;top:67.5625rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gH2IDlo0mgKrDAgeDbBQACcLJX2NKXKo { width:18.75rem;height:2.76215rem;top:70.9375rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #STXLT9wstonnDoRRDikKeLb0XxJIOEMQ { width:18.75rem;height:2.76215rem;top:48.3125rem;left:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmQCDpevlbvDOp1BMgBJcZ0sdEfZAGs7 { width:18.75rem;height:3.575rem;top:51.875rem;left:0.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOtq6hiOQHSMMlVpFFDLtkw9XlCnlhlp { width:20rem;height:6.296875rem;top:86.84765625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1kR3PSKQc7CMGILi5fTqnMBCdA7ZOhH { width:20rem;height:4.72265625rem;top:81.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qG9BJf41nBnXGv1TyJ3LqQnrlozwmaGJ { width:20rem;height:6.2995rem;top:96.3125rem;left:0rem;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TZHRUOUSTSyNho2TPWHVuCV0iGmnOnQ8 { width:20rem;height:6.296875rem;top:103.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8ATlxFBgRfo62EuZNyOLPmuMfpkfdeT { width:20rem;height:3.14930625rem;top:109.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQDbtbmywp2nTAqQ273gOxa8vUL59yte { width:20rem;height:20rem;top:113.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNOCybVp6l0V4ntmmCc85i68cbtPyqWL { width:20rem;height:19.948051948052rem;top:134.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOtIXO4xyT4JTcxettJnqZAN6DnhMBIl { width:18.75rem;height:3.575rem;top:75.3125rem;left:0.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTO6eu2hPSGv3VhXRhSmFKR3tcooNbKC { width:20rem;height:19.948051948052rem;top:156.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFIVfSQN6yHFhTSBGBL6JMrQ8DD2utvv { width:20rem;height:19.948051948052rem;top:177.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwMFTVudfETGZouXlFtb5mrAt5JMAcal { width:20rem;height:6.2995rem;top:199.25rem;left:0rem;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #rwc4zJTJxM10KxRxhbrxMXBPzBuZ8oI4 { width:20rem;height:6.296875rem;top:206.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6ETqVzps64i7y2KuzMOy8dfXC7CvzPH { width:19.875rem;height:4.9375rem;top:213.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNlwGUqew0xsvfWP5tZx4PK8P4WW8kum { width:17.8125rem;height:2.9746125rem;top:214.875rem;left:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT5VaxBlv58LCdEztfvUvb9DWnrpTCpN { width:19.875rem;height:4.9375rem;top:220rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxOJh5Llm3uNpJ7DUfcHP2aA2m0gFTi5 { width:18.625rem;height:3.14930625rem;top:220.9375rem;left:0.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHvhQ4akNI56s282uDD9BpWGmFL2Uimv { width:19.875rem;height:4.9375rem;top:232.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5vzgCNMychMsscOwrLdHqAyg8pwunC7 { width:19.875rem;height:4.9375rem;top:226.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlkL4TztS709K6QZyEfpwWWU53brZFOa { width:18.125rem;height:3.14930625rem;top:233.5625rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gszlHqvJGTe9LnxDVlw6MWDQfX3DqekD { width:18.375rem;height:3.14930625rem;top:227.25rem;left:0.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAFdmdlTiXo8ygxssdaDGU0787zTiV6m { width:19.875rem;height:4.5625rem;top:238.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFgfuyu2Md8dqv82vTuMXD3G0NA2f8xr { width:18rem;height:3.14930625rem;top:239.625rem;left:1rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORagLHF493CSTDHoOasT31pL4DosFuwf { display:block; }#ORagLHF493CSTDHoOasT31pL4DosFuwf > .row .container { width:20rem;height:110.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tTGUE2NVTky7aL3AGbQUOA7XNfNkXXGb { width:20rem;height:4.19965rem;top:1.875rem;left:0rem;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #tLULLGzV91t6L6yTRQbomTBmxfTgOTi5 { width:19.9375rem;height:23.8125rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1xvugxI4ocWkfOfUJ0bSv4c4id84iz4 { width:17.0625rem;height:11.9375rem;top:6.625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikotNuhXDQgfeTm9S8T0uW6gCEBTOGRr { width:18.75rem;height:2.4375rem;top:17.056640625rem;left:0.59375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJDOhxCHiyHRKbvfcXgah9ba9KCVg9Jg { width:17.625rem;height:1.575rem;top:20.119140625rem;left:1.15625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fG9IvTX3CndbWrfpLWa87qi23LGREOzM { width:17.75rem;height:3.14930625rem;top:22.7890625rem;left:1.09375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gikqrZZPwgXrlbJmcActQeEvQSNLXVr5 { width:17.75rem;height:3.14930625rem;top:26.5625rem;left:1.09375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RF8PyDtGbXEvCJN30g4Zvz8kwleE7tNz { width:19.9375rem;height:23.6875rem;top:32.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSH08WlWxGB4HzL9SsJnKLnk5LdihExI { width:17.75rem;height:3.14930625rem;top:51.5625rem;left:1.09375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdF0Rtho3DJ501XETelFXIQ0528RyJux { width:17.75rem;height:1.575rem;top:45.119140625rem;left:1.09375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptvd1HLbI24CHRPPrDSsPEQSTcentqD3 { width:17.625rem;height:3.14930625rem;top:47.7890625rem;left:1.15625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnsSSerI7esneVyCNDB2zOI1Pcx0pO0e { width:18.75rem;height:2.4375rem;top:42.125rem;left:0.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xA6bAShTgSeLkVbgTR6qN7qcsLofJnLZ { width:13.5625rem;height:9.1875rem;top:33rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXkXvCTpkth5UHaIKTPQ7gqFT67xpMB6 { width:19.9375rem;height:25.1875rem;top:84.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTHfN1lRxc4rFTLs0avtCDCPanMpGz9C { width:17.75rem;height:3.14930625rem;top:105.2265625rem;left:1.15625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OH3dqtsyPs0eqGfkTpnIrmkTiWJH6eAB { width:17.75rem;height:3.14930625rem;top:101.1875rem;left:1.15625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #emAZF9mhpwwh20h96cxwXFtLySHTrk9v { width:17.625rem;height:3.14930625rem;top:96.875rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGHKE4TRToqKULS80iZJJ3Bk3LMCBHC7 { width:19.9375rem;height:25.5rem;top:57.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6e93pD8Qupm84tWhIHsx4U5IGBUo5gq { width:18.75rem;height:2.4375rem;top:67.0625rem;left:0.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKbU9PvTRLUtvO43CXNT2WcVrPg1x0pm { width:18.75rem;height:2.4375rem;top:93.8125rem;left:0.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7Se5yEZduwA7VdBrTa7EQLGcOdFqhPt { width:10.75rem;height:10.75rem;top:57.4375rem;left:4.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLfnzwgbKQMqT5AfqShuc4ASQyVGfvRZ { width:17.625rem;height:3.14930625rem;top:70.125rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6R0d6261vK4qyRWaGBNMbSWAOv3Km6Q { width:17.75rem;height:3.14930625rem;top:74.5rem;left:1.15625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQ1zNwDhXXJiwPC2CKhgOuzZ5CAquw41 { width:17.75rem;height:3.14930625rem;top:78.5390625rem;left:1.15625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LItkHvuc9ntNnMmlKVHp6qKCEWSLb1ow { width:16.3125rem;height:11.5rem;top:83.4375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgTgKlgTpeqB7cBrh0vbCATexy0BKRk4 { display:block; }#LgTgKlgTpeqB7cBrh0vbCATexy0BKRk4 > .row .container { width:20rem;height:60.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aubvQtNkD2kira3lxSy8HkK9Nciwf9fO { width:20rem;height:52.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlKRvc0rGs1iso45K66TwdiAL7W3BFfw { width:19rem;height:50.9375rem;top:1.84375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvGITAMLPtBMQuTsZXdmqzHEO3S8cshs { width:20rem;height:4.548825rem;top:2.5625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1dBwyHtIB71gk36i3VP7y3B0TE79xst { width:20rem;height:20rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w894wsq3HAdgZp4ssdABB1y5KEa9WhPJ { width:17.8125rem;height:28.2587375rem;top:23.6943359375rem;left:1.09375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P33XM07l7dR3qmRHoICBNkTqbnxa20yM { width:19rem;height:4.4375rem;top:54.896484375rem;left:0.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXsXl8Tp1OOQQRcgv2LVxLQ1m0wqSduP { display:block; }
 }@media only screen and (max-width: 763px) { #eOsprseOuT6v10uugzXTHa9sBvV0kulO { display:block; }#eOsprseOuT6v10uugzXTHa9sBvV0kulO > .row .container { width:20rem;height:57.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V6Or9iiOdAA0GSOf4dRhTOR7t6fAL2mL { width:18.625rem;height:4.548825rem;top:1.07421875rem;left:0.6875rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UNIzJV0qSchU7wQI9VDVarKvGvEy4T3r { width:19rem;height:4.3125rem;top:51.13671875rem;left:0.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnbDfwcVDoVS81nAX5bqBen2Qo9ZgxaS { display:block; }
 }@media only screen and (max-width: 763px) { #kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i { display:flex;height:auto;width:20rem;top:6.2373046875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i #xTdNT6ZQKDS7wbq7AQMxrxIZFhhEL5p1 {  }
 }@media only screen and (max-width: 763px) { #kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i #r1tAMTTVQIJt2gJlgBhurBUtou97iEpt {  }
 }@media only screen and (max-width: 763px) { #kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i #X9Af0z1wbhP8WPsCcaWL2ODMqir40yQA {  }
 }@media only screen and (max-width: 763px) { #kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i #aThIvSxF6eyx4d0zq7u99eM0wz5W2hTx {  }
 }@media only screen and (max-width: 763px) { #kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i #Wy50UhgutkJT68vKBKrcFcXtPmzpqVHB {  }
 }@media only screen and (max-width: 763px) { #kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i #h5Kza4t0U8op1a3T2uWHma6Cihuw8T4W {  }
 }@media only screen and (max-width: 763px) { #kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i #tNTcpRQoSXRr6cMyKrRT0mq9rznG2MQQ {  }
 }@media only screen and (max-width: 763px) { #kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i #tryt95mLfQAqUMQaSKcROa3lHKi6Uqks {  }
 }@media only screen and (max-width: 763px) { #kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i #qqBJ0df9QIeysDwFEkI3evicP3Wm97Ed {  }
 }@media only screen and (max-width: 763px) { #kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i #ARWozrwt4TMgDKOn54coA7VNuqKO639R {  }
 }@media only screen and (max-width: 763px) { #kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i #zsfvkhQtLIOsW1dnfaSTUAEgiPtTJ3TF {  }
 }@media only screen and (max-width: 763px) { #kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i #RMOzrr5TsqNnvhGSfpGBLwcok9eSiHTv {  }
 }@media only screen and (max-width: 763px) { #kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i #es5etg1JQsB4vZgUPfhrkHJnNn95q7o3 {  }
 }@media only screen and (max-width: 763px) { #kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i #JPktKU4FhWeNpsX9Vkw0fIIxV9oh44tX {  }
 }@media only screen and (max-width: 763px) { #kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i #kIlER8FNNm1wAetPCsDAXSQAlPVk17f5 {  }
 }@media only screen and (max-width: 763px) { #kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i #TtnrJ43aWMi4Ankd0gLGMnRIW5vkp58w {  }
 }@media only screen and (max-width: 763px) { #kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i #hRCU2Vigt2qJZTBOQVJ2vItmi0eKUd9N {  }
 }@media only screen and (max-width: 763px) { #kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i #gpK8TTmw7yFoHLL2QnBCU3bWzIw2FZhn {  }
 }@media only screen and (max-width: 763px) { #kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i #iesD80T74ElKvKcAfAuMdwxGVoZOt75A {  }
 }@media only screen and (max-width: 763px) { #kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i #TIeeXsJ2pWbtT1mxgqWXNfHs9qZOakDu {  }
 }@media only screen and (max-width: 763px) { #kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i #xikTTf2cKZOg0vSqT7kIGUMnVrJBnm20 {  }
 }@media only screen and (max-width: 763px) { #kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i #ad9dyzWVsiJkbn16JgWvvKmz1yuDLBt4 {  }
 }@media only screen and (max-width: 763px) { #kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i #qUUcOGZVC6TrKDxlsgId15VlKT8TTCRI {  }
 }@media only screen and (max-width: 763px) { #kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i #rrAiVTqyFlUAFikDxsI3JfDUOzy8DvbD {  }
 }@media only screen and (max-width: 763px) { #kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i #Nwz7dU1OpS8Ftau5DblAGR9nirpxZ6KF {  }
 }@media only screen and (max-width: 763px) { #kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i #ZIFrx49B5rxpVN9u2Z8Ll4UCp5ctaWNw {  }
 }@media only screen and (max-width: 763px) { #kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i #ZWB1uAczXontxyvfVd2E7ZLx4EpQua8H {  }
 }@media only screen and (max-width: 763px) { #kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i #fRL270iwkXIw5JqBUw0He7BoQRJtT5a8 {  }
 }@media only screen and (max-width: 763px) { #kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i #A8E5uhTZ8dZAqLLxwlLwvVh1oFZFetu4 {  }
 }@media only screen and (max-width: 763px) { #kDCT4QOwzr5EWdw3ITNOZmXdZF1bZk5i #J7lqTNstBK69fRwVeD8NssTivxZJBG5R {  }
 }@media only screen and (max-width: 763px) { #QUasOXT1VVKwa2730EL1UZOlHTnGNyyS { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#QUasOXT1VVKwa2730EL1UZOlHTnGNyyS > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VDrsyT9Ad9Tu9ZofZEfIsyBaxex7XIye { width:20rem;height:2.875rem;top:7.6875rem;left:-0.21875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #evkTVEP8wnLJOCKOpxmaSaOuSxOR5uh8 { display:block; }
 }@media only screen and (max-width: 763px) { #zqxoVNgTLG5LCcThBXa9F6fvvEndR15A .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#zqxoVNgTLG5LCcThBXa9F6fvvEndR15A .widget-text.counter-number { padding-top:0.36rem;padding-right:0.318125rem;padding-bottom:0.36rem;padding-left:0.318125rem;width:1.906875rem;min-width:1.906875rem;height:1.93625rem;font-size:1.440625rem;line-height:30.98px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#zqxoVNgTLG5LCcThBXa9F6fvvEndR15A .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.225rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.5425rem;height:0.765625rem;font-size:0.540625rem;line-height:12.25px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#zqxoVNgTLG5LCcThBXa9F6fvvEndR15A { display:flex;width:14.1875rem;height:3.646875rem;top:2.48046875rem;left:3.1376953125rem;padding-top:0.285rem;padding-right:0.29875rem;padding-bottom:0.285rem;padding-left:0.29875rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #zqxoVNgTLG5LCcThBXa9F6fvvEndR15A #rGz2naJ2D2eTqhCtg8uNSB9Thh7Qwkhr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zqxoVNgTLG5LCcThBXa9F6fvvEndR15A #IfwU7IPCl0RCc3bIaHrf0kyTIMJVNTRT {  }
 }@media only screen and (max-width: 763px) { #zqxoVNgTLG5LCcThBXa9F6fvvEndR15A #kiJEXqgsVnwAAFRct4JX7QxIgHic1Mr9 {  }
 }@media only screen and (max-width: 763px) { #zqxoVNgTLG5LCcThBXa9F6fvvEndR15A #am7mScKRgXLLkeruIPkWcBwT4My4mwJm { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zqxoVNgTLG5LCcThBXa9F6fvvEndR15A #qwJgov7QEwvKhUMkmyvGrgtPkbmoFhWb {  }
 }@media only screen and (max-width: 763px) { #zqxoVNgTLG5LCcThBXa9F6fvvEndR15A #F6CwG4rKyaTSW7pxzk2UqChmFbOzLfr6 {  }
 }@media only screen and (max-width: 763px) { #zqxoVNgTLG5LCcThBXa9F6fvvEndR15A #NMd9AgCS2bMtJQ8KpaOzZd9wlGB3P6zq { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zqxoVNgTLG5LCcThBXa9F6fvvEndR15A #mEObT2KJBzWV9BPTpar1HB1F66uKop2p {  }
 }@media only screen and (max-width: 763px) { #zqxoVNgTLG5LCcThBXa9F6fvvEndR15A #dwPpQQXsTGO8IarOOnzPlz3lzRqfsaa1 {  }
 }@media only screen and (max-width: 763px) { #zqxoVNgTLG5LCcThBXa9F6fvvEndR15A #aeWQVrQ9NXuVVumh16BKWlkHFk7ms1OG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zqxoVNgTLG5LCcThBXa9F6fvvEndR15A #IfQNXmLAbtsLsfLsHyTTfiGaKt5UO9w6 {  }
 }@media only screen and (max-width: 763px) { #zqxoVNgTLG5LCcThBXa9F6fvvEndR15A #dZIItFKgTPa7RfH2y1NArKCMBnigRt43 {  }
 }@media only screen and (max-width: 763px) { #ObtOQ2JTLH5Sfuwzw2n3a6cepZiMtxnt { width:20rem;height:1.5434rem;top:0.9375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }