.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@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:rgba(var(--color-tertiary-0),1);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); }#PQLc1O8W3SQQcZUzSCaLqbEDLIsoAJT7 { background-color:#045ab2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#PQLc1O8W3SQQcZUzSCaLqbEDLIsoAJT7 > .row .container { background-color: transparent; background-image: none; }#PQLc1O8W3SQQcZUzSCaLqbEDLIsoAJT7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQLc1O8W3SQQcZUzSCaLqbEDLIsoAJT7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQLc1O8W3SQQcZUzSCaLqbEDLIsoAJT7 > .row .container > .video-iframe-container { display: none; }#PQLc1O8W3SQQcZUzSCaLqbEDLIsoAJT7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQLc1O8W3SQQcZUzSCaLqbEDLIsoAJT7 > .row > .video-iframe-container { display: none; }#PQLc1O8W3SQQcZUzSCaLqbEDLIsoAJT7 > .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); }#PQLc1O8W3SQQcZUzSCaLqbEDLIsoAJT7 > .row .container { border-width: 0; border-radius: 0; }#PQLc1O8W3SQQcZUzSCaLqbEDLIsoAJT7 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#PQLc1O8W3SQQcZUzSCaLqbEDLIsoAJT7 > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;overflow:visible;position:relative;display:block; }#TOp2a2x5I8vyLWDgear03f8fVuf5hueM { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:6.125rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
#ScBEyDsv5Bd4c6lXztVI1tXwM5QVmZzi { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top: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:19.1875rem;top:1.25rem;left:55.8125rem;overflow:hidden;display:block; }
#Ak4dnWxRewq5IfcPpcXBvROLyUNWMACN { background-color:#2d7bc5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #5a9bd6;border-left:0.0625rem solid #5a9bd6;border-right:0.0625rem solid #5a9bd6;border-bottom:0.0625rem solid #5a9bd6;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;box-sizing:border-box;color:#f1f5f9;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8rem;height:2.5625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.25rem;left:37.375rem;display:block; }
#OPTUQlK0v23ANM6zyn0AGTEggsl8fuxL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rmsrcdIiTrCsRytab2DehvEayDiTelSU { background-color:#045ab2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #2d7bc5;border-left:0.0625rem solid #2d7bc5;border-right:0.0625rem solid #2d7bc5;border-bottom:0.0625rem solid #2d7bc5;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;box-sizing:border-box;color:#f1f5f9;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8rem;height:2.5625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.25rem;left:45.875rem;display:block; }
#utIt0CEBmVts9Txl0dSOnRFSChSd13wq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ynIIQQoRzgbuX7kXiICKUkiyUztmZhOC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f172a;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; }#ynIIQQoRzgbuX7kXiICKUkiyUztmZhOC > .row .container { background-color: transparent; background-image: none; }#ynIIQQoRzgbuX7kXiICKUkiyUztmZhOC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ynIIQQoRzgbuX7kXiICKUkiyUztmZhOC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ynIIQQoRzgbuX7kXiICKUkiyUztmZhOC > .row .container > .video-iframe-container { display: none; }#ynIIQQoRzgbuX7kXiICKUkiyUztmZhOC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ynIIQQoRzgbuX7kXiICKUkiyUztmZhOC > .row > .video-iframe-container { display: none; }#ynIIQQoRzgbuX7kXiICKUkiyUztmZhOC > .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); }#ynIIQQoRzgbuX7kXiICKUkiyUztmZhOC > .row .container { border-width: 0; border-radius: 0; }#ynIIQQoRzgbuX7kXiICKUkiyUztmZhOC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ynIIQQoRzgbuX7kXiICKUkiyUztmZhOC > .row .container { font-size:0.875rem;font-family:arial;height:31.875rem;width:75rem;position:relative;display:block; }#mwR6xhgz44vJRmSqrTA1za5vRxAtcqrF { box-sizing:content-box;height:6.5rem;width:37.5rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), #8e7fde);background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), #8e7fde);background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), #8e7fde);background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), #8e7fde);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#8e7fde' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#8e7fde' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), #8e7fde);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.9375rem;left:0rem;border-top-right-radius:6.5rem;border-bottom-right-radius:6.5rem;border-bottom-left-radius:6.5rem;border-top-left-radius:6.5rem;display:block; }
#vW7xy381C5FMnhawNpL03uSttHlsAHdz { box-sizing:content-box;height:6.5rem;width:37.5rem;position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #35bb93, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #35bb93, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #35bb93, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #35bb93, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#35bb93', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#35bb93', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #35bb93, rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.9375rem;left:37.5rem;border-top-right-radius:6.5rem;border-bottom-right-radius:6.5rem;border-bottom-left-radius:6.5rem;border-top-left-radius:6.5rem;display:block; }
#Vv5G7qepUUfNBPSPmwGtdPJyk8IFwOdK { box-sizing:content-box;height:6.5rem;width:25rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.4375rem;left:50rem;border-top-right-radius:6.5rem;border-bottom-right-radius:6.5rem;border-bottom-left-radius:6.5rem;border-top-left-radius:6.5rem;display:block; }
#m2qAleFboilgL6SwkZOcneNgTnWTuTog { box-sizing:content-box;height:6.5rem;width:25rem;position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), #dfec19);background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), #dfec19);background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), #dfec19);background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), #dfec19);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#dfec19' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#dfec19' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), #dfec19);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.4375rem;left:25rem;border-top-right-radius:6.5rem;border-bottom-right-radius:6.5rem;border-bottom-left-radius:6.5rem;border-top-left-radius:6.5rem;display:block; }
#sZnfCJbJHuS0R00BrprhVAWLIbX4G0ho { box-sizing:content-box;height:6.5rem;width:25rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.4375rem;left:0rem;border-top-right-radius:6.5rem;border-bottom-right-radius:6.5rem;border-bottom-left-radius:6.5rem;border-top-left-radius:6.5rem;display:block; }
#CXTr3lL7ZPAeecDRIenASFaakaC6obrn { box-sizing:content-box;height:6.5rem;width:50rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -moz-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -ms-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -o-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#00000000' );";background-image: linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.9375rem;left:0rem;border-top-right-radius:6.5rem;border-bottom-right-radius:6.5rem;border-bottom-left-radius:6.5rem;border-top-left-radius:6.5rem;display:block; }
#V0IZQHL88H7EiKbxVmVrkHEhKIa8mQhw { box-sizing:content-box;height:6.5rem;width:37.5rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.4375rem;left:0rem;border-top-right-radius:6.5rem;border-bottom-right-radius:6.5rem;border-bottom-left-radius:6.5rem;border-top-left-radius:6.5rem;display:block; }
#wbNqrnEDlKn32cl6CkA6PZKdOf1T6oq0 { box-sizing:content-box;height:6.5rem;width:37.5rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), #dfec19);background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), #dfec19);background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), #dfec19);background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), #dfec19);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#dfec19' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#dfec19' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), #dfec19);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.4375rem;left:37.5rem;border-top-right-radius:6.5rem;border-bottom-right-radius:6.5rem;border-bottom-left-radius:6.5rem;border-top-left-radius:6.5rem;display:block; }
#tBzou6JFI3RfkHFoe4Pl1DByNthzOivZ { box-sizing:content-box;height:6.5rem;width:25rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #35bb93, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #35bb93, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #35bb93, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #35bb93, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#35bb93', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#35bb93', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #35bb93, rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.9375rem;left:50rem;border-top-right-radius:6.5rem;border-bottom-right-radius:6.5rem;border-bottom-left-radius:6.5rem;border-top-left-radius:6.5rem;display:block; }
#Sp1bGg42TTTSyzz1cMtwTXQlckIKTtJa { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top: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:10rem;width:31.6875rem;top:4rem;left:21.6875rem;overflow:hidden;display:block; }
#l3Hh2PWAgJJvJtcl7fWduAT5k0k4hnqK { box-sizing:content-box;height:31.875rem;width:75rem;position:absolute;display:block;z-index:15019;background-color:rgba(15,23,42,0.8);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;display:block; }
#TASrnR0CKWFhBQMFPWyaRxpJsz76On9V { color:#f1f5f9;display:block;width:36.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:27.4375rem;left:19.125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vJX37tEgkv3F5myQBKconmc1zvR4rnXQ { background-color:#dfec19;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:4rem;border-top-right-radius:4rem;border-bottom-left-radius:4rem;border-bottom-right-radius:4rem;box-shadow: 0.25rem 0.25rem 1.5rem #020617 ;box-sizing:border-box;color:#0f172a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.5rem;height:4.5rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:29.5625rem;left:24.25rem;display:block; }
#qwopX3o3DhS5vg5KD8IFVceP4TOTUVQw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QBr3yzTqXlisKdSbihsGSe1sLNBA9teZ { position:absolute;display:block;z-index:15036;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:8.4375rem;width:15rem;top:15.9375rem;left:21.625rem;overflow:hidden;display:block; }
#M0irIgAkT8EiZ0ihK2FNhAI1NSvDucnS { position:absolute;display:block;z-index:15037;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:8.4375rem;width:15rem;top:15.9375rem;left:38.375rem;overflow:hidden;display:block; }
#ebKJnGO5lKx2JlIXTrJRHL9KvIwIqwlt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f172a;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; }#ebKJnGO5lKx2JlIXTrJRHL9KvIwIqwlt > .row .container { background-color: transparent; background-image: none; }#ebKJnGO5lKx2JlIXTrJRHL9KvIwIqwlt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ebKJnGO5lKx2JlIXTrJRHL9KvIwIqwlt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ebKJnGO5lKx2JlIXTrJRHL9KvIwIqwlt > .row .container > .video-iframe-container { display: none; }#ebKJnGO5lKx2JlIXTrJRHL9KvIwIqwlt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ebKJnGO5lKx2JlIXTrJRHL9KvIwIqwlt > .row > .video-iframe-container { display: none; }#ebKJnGO5lKx2JlIXTrJRHL9KvIwIqwlt > .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); }#ebKJnGO5lKx2JlIXTrJRHL9KvIwIqwlt > .row .container { border-width: 0; border-radius: 0; }#ebKJnGO5lKx2JlIXTrJRHL9KvIwIqwlt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ebKJnGO5lKx2JlIXTrJRHL9KvIwIqwlt > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:75rem;position:relative;display:block; }#vE1d3Jm25zZAQLD0VBykaScNnbZdMIev { color:#f1f5f9;display:block;width:62.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15026;line-height:1.4;letter-spacing:0;top:27rem;left:6.25rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gmJCFFUEQqbF6ADQAGuC7UltRJIytLX6 { color:#f1f5f9;display:block;width:62.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:20.25rem;left:6.25rem;height:5.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O8EBJF3slPZdRsiKuOTlKOTUL3mpXABk { color:#f1f5f9;display:block;width:62.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:11.75rem;left:6.25rem;height:7rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eRkA1pH39NbKmTaPVOoPDldzacDVJ6Bh { box-sizing:content-box;height:0.5rem;width:62.5rem;position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #35bb93, #8e7fde);background-image: -moz-linear-gradient(90deg, #35bb93, #8e7fde);background-image: -ms-linear-gradient(90deg, #35bb93, #8e7fde);background-image: -o-linear-gradient(90deg, #35bb93, #8e7fde);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#35bb93', endColorstr='#8e7fde' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#35bb93', endColorstr='#8e7fde' );";background-image: linear-gradient(90deg, #35bb93, #8e7fde);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.25rem;left:6.25rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#ExMulZJ8Gg19hcXf4LN7BSI6ut2yg0SZ { color:#f1f5f9;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:6.125rem;left:0rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dqcBksfZpOUufvHxMlHpKXDzLpicsTQX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f172a;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; }#dqcBksfZpOUufvHxMlHpKXDzLpicsTQX > .row .container { background-color: transparent; background-image: none; }#dqcBksfZpOUufvHxMlHpKXDzLpicsTQX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dqcBksfZpOUufvHxMlHpKXDzLpicsTQX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dqcBksfZpOUufvHxMlHpKXDzLpicsTQX > .row .container > .video-iframe-container { display: none; }#dqcBksfZpOUufvHxMlHpKXDzLpicsTQX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dqcBksfZpOUufvHxMlHpKXDzLpicsTQX > .row > .video-iframe-container { display: none; }#dqcBksfZpOUufvHxMlHpKXDzLpicsTQX > .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); }#dqcBksfZpOUufvHxMlHpKXDzLpicsTQX > .row .container { border-width: 0; border-radius: 0; }#dqcBksfZpOUufvHxMlHpKXDzLpicsTQX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dqcBksfZpOUufvHxMlHpKXDzLpicsTQX > .row .container { font-size:0.875rem;font-family:arial;height:53.5rem;width:75rem;position:relative;display:block; }#M8Kx2cJq70B8G7MZcvBLi3cFX05WMkyt { box-sizing:content-box;height:48rem;width:23rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #8e7fde, rgba(0,0,0,0));background-image: -moz-linear-gradient(360deg, #8e7fde, rgba(0,0,0,0));background-image: -ms-linear-gradient(360deg, #8e7fde, rgba(0,0,0,0));background-image: -o-linear-gradient(360deg, #8e7fde, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#00000000' );";background-image: linear-gradient(360deg, #8e7fde, rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.5rem;left:0rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:block; }
#MMmvVHAE939KL24XiPhPoFZpKBWHhsqK { box-sizing:content-box;height:3rem;width:12.5rem;position:absolute;display:block;z-index:15003;background-color:#8e7fde;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0rem;left:2rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:block; }
#oUlJZzh8IlAlHkNBIthBcFydqzim3dU8 { color:#f1f5f9;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:0.5rem;left:2rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yKrlw16hFvAuc8AlK2kO80zW9TC4JPau { box-sizing:content-box;height:3rem;width:12.5rem;position:absolute;display:block;z-index:15006;background-color:#045ab2;background-image:none;box-shadow: none;border-top:0.125rem solid #045ab2;border-left:0.125rem solid #045ab2;border-right:0.125rem solid #045ab2;border-bottom:0.125rem solid #045ab2;top:0rem;left:28rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:block; }
#IPXMkg4wuEu66T7EcgyJHVT3U74TU7ax { color:#f1f5f9;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:0.625rem;left:28.125rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u8ZaATpASIecZo9DfdJ1SBB7gkMUVXGS { box-sizing:content-box;height:48rem;width:23rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #045ab2, rgba(0,0,0,0));background-image: -moz-linear-gradient(360deg, #045ab2, rgba(0,0,0,0));background-image: -ms-linear-gradient(360deg, #045ab2, rgba(0,0,0,0));background-image: -o-linear-gradient(360deg, #045ab2, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#00000000' );";background-image: linear-gradient(360deg, #045ab2, rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.5rem;left:26rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:block; }
#SDM7bmxrATv6w94RH24Z0nDRcQpt5D7g { box-sizing:content-box;height:3rem;width:12.5rem;position:absolute;display:block;z-index:15009;background-color:#35bb93;background-image:none;box-shadow: none;border-top:0.125rem solid #35bb93;border-left:0.125rem solid #35bb93;border-right:0.125rem solid #35bb93;border-bottom:0.125rem solid #35bb93;top:0rem;left:54rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:block; }
#dgGEzohSzAWwdCbtx6rNxNwZNEmnEPaa { color:#f1f5f9;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:0.625rem;left:54.125rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tgb4ZBN8OCfRuw21a7IRJkMcfp3qARTV { box-sizing:content-box;height:39.5rem;width:23rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #35bb93, rgba(0,0,0,0));background-image: -moz-linear-gradient(360deg, #35bb93, rgba(0,0,0,0));background-image: -ms-linear-gradient(360deg, #35bb93, rgba(0,0,0,0));background-image: -o-linear-gradient(360deg, #35bb93, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#35bb93', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#35bb93', endColorstr='#00000000' );";background-image: linear-gradient(360deg, #35bb93, rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.5rem;left:52rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:block; }
#iU8mIUD9xyT3Up59pde6EgDz3NrRRc12 { color:#bdbdf5;display:block;width:19rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.5rem;left:2rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WK24RDz90hK1uhI5OihcgpslTfg4UqDn { color:#f1f5f9;display:block;width:16.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:6.88671875rem;left:2rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#r4kCA0bXovokv2xItPb2medgUyJ7FBy7 { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:4.474609375rem;left:13rem; }
#r4kCA0bXovokv2xItPb2medgUyJ7FBy7 > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#NrH91M97JvxzfLKeP35C6LaXPEovPXxa { color:#f1f5f9;display:block;width:16.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:15.6875rem;left:2rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uaAxOsc084bmJEQ5PEX28U7dSVuec4Ul { color:#bdbdf5;display:block;width:19rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:13.3125rem;left:2rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FfSKFSSCcMvsoaimErCXyOoxF5sIU9WQ { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:13.25rem;left:13rem; }
#FfSKFSSCcMvsoaimErCXyOoxF5sIU9WQ > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#griqvabtBAm6w4PJnCNzNQn48K7GOwet { color:#f1f5f9;display:block;width:16.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:24.5rem;left:2rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BJ2pz8tnSXLlpxeGbWUinNNyvtabfwD4 { color:#bdbdf5;display:block;width:19rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:22.125rem;left:2rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CXPDcn5TuKVR6GI2rKNr1ULIcZO4AwfB { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:22.0625rem;left:13.5rem; }
#CXPDcn5TuKVR6GI2rKNr1ULIcZO4AwfB > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#ZB4ucwT4vqfCaEXEvCvoBotM32mvdUAL { color:#f1f5f9;display:block;width:16.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:33.3125rem;left:2rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WzTmvsmdTAE6IpK8fqXlnWcTc5QOp0G7 { color:#bdbdf5;display:block;width:19rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:30.9375rem;left:2rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zABgT469AsuuVsWTCaV20CtIiBCWaTay { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:30.875rem;left:13.5rem; }
#zABgT469AsuuVsWTCaV20CtIiBCWaTay > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#P2pwZVNDtpp4aC1kMCqOc1Dckwi4kVUc { color:#f1f5f9;display:block;width:16.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:33.5625rem;left:28rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HJIKUNsgNX2Gm0Bep0eoaNmflMc1LGgA { color:#87b9e5;display:block;width:19rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:31.1875rem;left:28rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oJdCFUzzZOcxSXNZZTFrVqd0i2XDJd7n { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:31.125rem;left:39.5rem; }
#oJdCFUzzZOcxSXNZZTFrVqd0i2XDJd7n > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#xB9Xi9aNXoWQQgvB7NOAIgdSk71AUXTB { color:#f1f5f9;display:block;width:16.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:24.75rem;left:28rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#E95E7KhPlViKCJRT5gVUWJzs03VOmubH { color:#87b9e5;display:block;width:19rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:22.375rem;left:28rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xhWyQa0MRJad5qk7i25m53Owc4cEgrNk { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:22.3125rem;left:39.5rem; }
#xhWyQa0MRJad5qk7i25m53Owc4cEgrNk > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#ci7ThZGVOVTQ8uZOBp5A1ft9wTZhh8qw { color:#f1f5f9;display:block;width:16.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:15.9375rem;left:28rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#L0XqwTzK66ydxet3JXtcPOXslwdZD0iC { color:#87b9e5;display:block;width:19rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:13.5625rem;left:28rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#N4sIoDm3JpwPnd41ouuqT75vHn9fCMIs { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:13.5rem;left:39.0625rem; }
#N4sIoDm3JpwPnd41ouuqT75vHn9fCMIs > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#owLJD2Pcw7g5Wybysms3kbG1J6reCoK2 { color:#f1f5f9;display:block;width:16.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:7.1875rem;left:28rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#czmTp2bkWeW2DfHyUvnaiMPx0R1TJ79m { color:#87b9e5;display:block;width:19rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:4.75rem;left:28rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zbUEQcd1G9RNTRcemLVaX5ZtWT8HFLne { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:4.75rem;left:39.1875rem; }
#zbUEQcd1G9RNTRcemLVaX5ZtWT8HFLne > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#wFwRC4H2KZHTImtRFyaAkuWc8fS8skwK { color:#f1f5f9;display:block;width:16.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:33.5625rem;left:54rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wgkJO5SuWIBiFI6vXZDGcOwVrTtoUThy { color:#98e7c9;display:block;width:19rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:31.1875rem;left:54rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aNExNAr0MUgJFfITGwBS8Kh9hyQo5Vul { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:31.125rem;left:65.4375rem; }
#aNExNAr0MUgJFfITGwBS8Kh9hyQo5Vul > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#GiI9ReZulO0CRDEJzllqFfrXtPy1S8gW { color:#f1f5f9;display:block;width:16.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:24.75rem;left:54rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bo8RgMdxPrheqZ51Eq09PnbyOP3Qah40 { color:#98e7c9;display:block;width:19rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:22.375rem;left:54rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#G1utCAXATwV7iLr4yKP02Ucfc3cKTmFk { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:22.3125rem;left:65.5rem; }
#G1utCAXATwV7iLr4yKP02Ucfc3cKTmFk > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#Jt3XSiRgbzCFPns1h0X80ZM3Tm2SevCJ { color:#f1f5f9;display:block;width:16.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:15.9375rem;left:54rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xTmXRdJ7aZ272b56kCS7uEWp3APPQeST { color:#98e7c9;display:block;width:19rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:13.5625rem;left:54rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uRDg3SGIB1frAdwBcsgfrQRWWoVEyHeW { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:13.5rem;left:65rem; }
#uRDg3SGIB1frAdwBcsgfrQRWWoVEyHeW > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#yac5TVsVRRwW5wVhDOAu76rek3wKTzfi { color:#f1f5f9;display:block;width:16.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:7.1875rem;left:54rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ADisl3RNnLpJrtv0TBJ0e7dimLopl6Jk { color:#98e7c9;display:block;width:19rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:4.75rem;left:54rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#edQHvx22W4JqbKulKW81TUo9KykvQ5eZ { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:4.75rem;left:65.1875rem; }
#edQHvx22W4JqbKulKW81TUo9KykvQ5eZ > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#l8TGKeI81fo2nfGdZQqnp00QBzeREKtw { color:#f1f5f9;display:block;width:16.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:42.0625rem;left:2rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#g6xkfC1B31VmLhlDHKZ8Ayk45yWW0cT9 { color:#bdbdf5;display:block;width:19rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:39.6875rem;left:2rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#slmPwZX3nz8ar4SkSnpUdCyPrDmszG3B { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:39.625rem;left:13.5rem; }
#slmPwZX3nz8ar4SkSnpUdCyPrDmszG3B > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#ZkObux3IXOdFTW82ABkqN15TIaHDGmaG { color:#87b9e5;display:block;width:19rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:39.9375rem;left:28rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KTzE6oLr3DUN79B5T8ObU3anHKItXNNt { color:#f1f5f9;display:block;width:16.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:42.3125rem;left:28rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sPqTHZ0Utlv0wLLtOFaeiRBhWNtmg2G5 { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:39.875rem;left:39.5rem; }
#sPqTHZ0Utlv0wLLtOFaeiRBhWNtmg2G5 > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#lsMcbgJnB30DTxhlg03bFpTzA4TAvcQC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #045ab2, #2d7bc5);background-image: -moz-linear-gradient(90deg, #045ab2, #2d7bc5);background-image: -ms-linear-gradient(90deg, #045ab2, #2d7bc5);background-image: -o-linear-gradient(90deg, #045ab2, #2d7bc5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );";background-image: linear-gradient(90deg, #045ab2, #2d7bc5);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lsMcbgJnB30DTxhlg03bFpTzA4TAvcQC > .row .container { background-color: transparent; background-image: none; }#lsMcbgJnB30DTxhlg03bFpTzA4TAvcQC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lsMcbgJnB30DTxhlg03bFpTzA4TAvcQC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lsMcbgJnB30DTxhlg03bFpTzA4TAvcQC > .row .container > .video-iframe-container { display: none; }#lsMcbgJnB30DTxhlg03bFpTzA4TAvcQC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lsMcbgJnB30DTxhlg03bFpTzA4TAvcQC > .row > .video-iframe-container { display: none; }#lsMcbgJnB30DTxhlg03bFpTzA4TAvcQC > .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); }#lsMcbgJnB30DTxhlg03bFpTzA4TAvcQC > .row .container { border-width: 0; border-radius: 0; }#lsMcbgJnB30DTxhlg03bFpTzA4TAvcQC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lsMcbgJnB30DTxhlg03bFpTzA4TAvcQC > .row .container { font-size:0.875rem;font-family:arial;height:30.0625rem;width:75rem;position:relative;display:block; }#FXbR1xH5vR0dXVMXLVSQwZJiwaTKNSeQ { box-sizing:content-box;height:21rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -moz-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -ms-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -o-linear-gradient(45deg, #fafb52, #8e7fde);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );";background-image: linear-gradient(45deg, #fafb52, #8e7fde);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:none; }
#d81Z2XGJb6fqslyIg87n7Ewp0F7nRKJX { box-sizing:content-box;height:17.5rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:#0f172a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#F2PL5mnN7bdeVACMroQSQBriuOKEZpvS { color:#f1f5f9;display:block;width:23.5rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:15.8125rem;left:2.75rem;height:7.7988125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nnTEtvkDuFwoWc0tLqILJmch2GN4dLZ6 { box-sizing:content-box;height:3rem;width:18rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #045ab2, #2d7bc5);background-image: -moz-linear-gradient(45deg, #045ab2, #2d7bc5);background-image: -ms-linear-gradient(45deg, #045ab2, #2d7bc5);background-image: -o-linear-gradient(45deg, #045ab2, #2d7bc5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );";background-image: linear-gradient(45deg, #045ab2, #2d7bc5);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.125rem;left:2.75rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#lbBvOI1VWZxOTeAu1L0SOoPpuPOAGlsc { color:#f1f5f9;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:12.75rem;left:6.6875rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cMoWu7qD4cmKDkKUnnDN7mX5M4clmrrw { color:#f1f5f9;display:block;width:5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15028;line-height:1.4;letter-spacing:0;top:12.75rem;left:14.125rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mQDUFkL02qUhUZTTD8SHwtN4m8uNkvax { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top: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:2rem;width:2rem;top:12.625rem;left:4.25rem;overflow:hidden;display:block; }
#ucKhfkmKOG8m3Sm4lmWX3zMfVCRlxpxF { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top: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:2rem;width:2rem;top:12.625rem;left:11.625rem;overflow:hidden;display:block; }
#yXi8aU9kKnrxf9Xw3sBwKauaHig1O2bM { position:absolute;display:block;z-index:15117;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:11.8125rem;left:29.75rem;overflow:hidden;display:block; }
#UTkiwsLcLCvds3WR8UhaJ4gqyKMVMUBz { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15122;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.875rem;left:29.8125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#DMFTcew7LM9ESKd9y5304TFkHXkUwu2K { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15138;line-height:1.2;letter-spacing:0;top:19.75rem;left:30.75rem;height:1.79980625rem;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;font-style:normal;display:block; }
#XtzuBiiyWz50ldRxFIRrgM9hh868HBvt { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15140;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.6875rem;left:30.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#WBHMhBKEAE3F6N4mWyPrvMrDMuoKewsV { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15139;line-height:1.2;letter-spacing:0;top:22.125rem;left:30.75rem;height:0.75rem;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;font-style:normal;display:block; }
#hvCzOxrcafsZqBmtrqbhNk0TBKKBtUMk { position:absolute;display:block;z-index:15122;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:11.8125rem;left:40.875rem;overflow:hidden;display:block; }
#hzWR7oe7iz6zLxm6R0Udv3lIvtTvT90V { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15127;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.875rem;left:40.9375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#fIo1z9DkGPU5AO48Q4m1Ko35yXiBaFaz { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15144;line-height:1.2;letter-spacing:0;top:22.125rem;left:41.875rem;height:0.75rem;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;font-style:normal;display:block; }
#iFE3qH2nn9nnxWhMTShmLWOHpBU7VNgZ { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15145;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.6875rem;left:41.875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#D7uTJi8tEATgdUWg3O4mcgWDMJeaVlf9 { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15143;line-height:1.2;letter-spacing:0;top:19.75rem;left:41.875rem;height:1.79980625rem;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;font-style:normal;display:block; }
#qAlb7tCGHSmcVZqs9Q2hEpsT4uobPhd6 { position:absolute;display:block;z-index:15127;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:11.8125rem;left:52rem;overflow:hidden;display:block; }
#qef6uU4nuxEbaIOQWuK5A5nv0G3Np6X1 { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15132;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.875rem;left:52.0625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#ti2OzQireQ7SAK2g7L8wz62HX2snaWPr { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15149;line-height:1.2;letter-spacing:0;top:22.125rem;left:53rem;height:0.75rem;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;font-style:normal;display:block; }
#fRMsDqTsVd9n4qy02vOT0sgkkTTu8BpF { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15150;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.6875rem;left:53rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#yqpsi6K6OTTbQlhdN6VToTUO63xaaFL1 { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15148;line-height:1.2;letter-spacing:0;top:19.75rem;left:53rem;height:1.79980625rem;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;font-style:normal;display:block; }
#HB52PdBWiO5wG3vMpLzIHx0Qlv4UD4XK { position:absolute;display:block;z-index:15132;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:11.8125rem;left:63.125rem;overflow:hidden;display:block; }
#f0UciyoqqFhqm8RzU1vW8hUuMTKNNiqT { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15137;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.875rem;left:63.1875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#bJgmd2ef8TGftKog5PsDroyLF9PAD7rV { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15154;line-height:1.2;letter-spacing:0;top:22.125rem;left:64.125rem;height:0.75rem;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;font-style:normal;display:block; }
#ayJL3t17xEKazbp9Z2QSPpIAntNwSVpB { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15155;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.6875rem;left:64.125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#Qq2V0hADqRtla1EHEZnN3iLQ82p1WIf0 { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15153;line-height:1.2;letter-spacing:0;top:19.75rem;left:64.125rem;height:1.79980625rem;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;font-style:normal;display:block; }
#y9P781eWTaGRgswz7dmZMfhvBOl28Jlh { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:13.25rem;top:3.5625rem;left:2.75rem;overflow:hidden;display:block; }
#w7X5F7FcSFpy3ZdgnrMwfygVlMV2KmH7 { position:absolute;display:block;z-index:15157;border-bottom:0;border-left:0;border-right:0;border-top: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:3rem;width:11rem;top:3.5625rem;left:18.5625rem;overflow:hidden;display:block; }
#FIOQncRy3T78dCFAUmQ89Xs8eAdf4Qz5 { box-sizing:content-box;color:#5d92ff;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15158;opacity:1;top:4.0625rem;left:69.3125rem; }
#FIOQncRy3T78dCFAUmQ89Xs8eAdf4Qz5 > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; }#P5MDciCUhyFOgFnTNqMSWvcLf8TQpe2M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #045ab2, #2d7bc5);background-image: -moz-linear-gradient(90deg, #045ab2, #2d7bc5);background-image: -ms-linear-gradient(90deg, #045ab2, #2d7bc5);background-image: -o-linear-gradient(90deg, #045ab2, #2d7bc5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );";background-image: linear-gradient(90deg, #045ab2, #2d7bc5);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#P5MDciCUhyFOgFnTNqMSWvcLf8TQpe2M > .row .container { background-color: transparent; background-image: none; }#P5MDciCUhyFOgFnTNqMSWvcLf8TQpe2M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P5MDciCUhyFOgFnTNqMSWvcLf8TQpe2M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P5MDciCUhyFOgFnTNqMSWvcLf8TQpe2M > .row .container > .video-iframe-container { display: none; }#P5MDciCUhyFOgFnTNqMSWvcLf8TQpe2M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P5MDciCUhyFOgFnTNqMSWvcLf8TQpe2M > .row > .video-iframe-container { display: none; }#P5MDciCUhyFOgFnTNqMSWvcLf8TQpe2M > .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); }#P5MDciCUhyFOgFnTNqMSWvcLf8TQpe2M > .row .container { border-width: 0; border-radius: 0; }#P5MDciCUhyFOgFnTNqMSWvcLf8TQpe2M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P5MDciCUhyFOgFnTNqMSWvcLf8TQpe2M > .row .container { font-size:0.875rem;font-family:arial;height:30.0625rem;width:75rem;position:relative;display:block; }#Kp7zUGMHdnVLmsqhk6hOxCuzuEbQTlD4 { box-sizing:content-box;height:21rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -moz-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -ms-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -o-linear-gradient(45deg, #fafb52, #8e7fde);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );";background-image: linear-gradient(45deg, #fafb52, #8e7fde);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:none; }
#ghL3Aa1GHobn6EHBKF21T4NcURI09HLo { box-sizing:content-box;height:17.5rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:#0f172a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#m9u24prZHk6nmdAoBkz32BUFhMQxsQ9b { color:#f1f5f9;display:block;width:23.5rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:15.8125rem;left:2.75rem;height:7.7988125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sCdWxM6tAUDVn4QWkBPnHiuJ52B9g1ub { box-sizing:content-box;height:3rem;width:18rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #045ab2, #2d7bc5);background-image: -moz-linear-gradient(45deg, #045ab2, #2d7bc5);background-image: -ms-linear-gradient(45deg, #045ab2, #2d7bc5);background-image: -o-linear-gradient(45deg, #045ab2, #2d7bc5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );";background-image: linear-gradient(45deg, #045ab2, #2d7bc5);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.125rem;left:2.75rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#DfCLkPXZ8sZqy8Uc0Cle81A5gMuuwToI { color:#f1f5f9;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:12.75rem;left:6.6875rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VnURAKlQT1tlGDQTkP3TgTraIBTKPHea { color:#f1f5f9;display:block;width:5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15028;line-height:1.4;letter-spacing:0;top:12.75rem;left:14.125rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lfSxdFEEy5WM46uRBzuxGiSSmVqL9ZTx { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top: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:2rem;width:2rem;top:12.625rem;left:4.25rem;overflow:hidden;display:block; }
#Eya2pscVRN9puSL36F08TgJN9dqf7DuQ { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top: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:2rem;width:2rem;top:12.625rem;left:11.625rem;overflow:hidden;display:block; }
#eNoibxxexQBCGec2WyAlXtSmL0VfW62a { position:absolute;display:block;z-index:15117;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:11.8125rem;left:29.75rem;overflow:hidden;display:block; }
#VT1MUCwpOG2997QEc5XTL4csxfgDhqA7 { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15122;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.875rem;left:29.8125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#Sbv5ZwKvWEyGbOvEThU6ZmnnvMUixszW { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15138;line-height:1.2;letter-spacing:0;top:19.75rem;left:30.75rem;height:1.79980625rem;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;font-style:normal;display:block; }
#AgK6hhWcIfGWVvpMMDeGih6RfkbybNWE { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15140;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.6875rem;left:30.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#qpWVT0cW5hr42cO0ys9s5wTMaeoFFZES { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15139;line-height:1.2;letter-spacing:0;top:22.125rem;left:30.75rem;height:0.75rem;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;font-style:normal;display:block; }
#lSJaR7HGsMsWp7CTShTGSQxppK5nlpBF { position:absolute;display:block;z-index:15122;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:11.8125rem;left:40.875rem;overflow:hidden;display:block; }
#RyVQngxcBvrXW7xSCLWA0TnKqFSrfVZk { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15127;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.875rem;left:40.9375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#lzMkDeD1w78TVyLD0E65IBnLJCVtPnvT { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15144;line-height:1.2;letter-spacing:0;top:22.125rem;left:41.875rem;height:0.75rem;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;font-style:normal;display:block; }
#FJ13bm4ebrvGSHK4fsyIkouBRCPkxK95 { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15145;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.6875rem;left:41.875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#TnVhZqsbbBp6OAzBn63p4IeomhdXtdeq { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15143;line-height:1.2;letter-spacing:0;top:19.75rem;left:41.875rem;height:1.79980625rem;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;font-style:normal;display:block; }
#TyXQWbQOMniBIausxUbFigDZVuO2CE1k { position:absolute;display:block;z-index:15127;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:11.8125rem;left:52rem;overflow:hidden;display:block; }
#dyCK3TeQquApLUQLPG4TIGsWd59uI0SO { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15132;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.875rem;left:52.0625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#OxTc6CFHoEqqAZdUp8GydQfepzPJyrlo { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15149;line-height:1.2;letter-spacing:0;top:22.125rem;left:53rem;height:0.75rem;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;font-style:normal;display:block; }
#fS52gG1KaOKFUZPK49coDNVDpKeEbWXU { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15150;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.6875rem;left:53rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#bPOq7P0cSlWZHmz8tMMCzTFaXPJCeuPd { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15148;line-height:1.2;letter-spacing:0;top:19.75rem;left:53rem;height:1.79980625rem;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;font-style:normal;display:block; }
#UGwJSyJG88l7TkGOy3SKgdmkcBmwbnNi { position:absolute;display:block;z-index:15132;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:11.8125rem;left:63.125rem;overflow:hidden;display:block; }
#s5C6KsDfIsm4vAS8TQ3loNTwF6vDsuyv { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15137;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.875rem;left:63.1875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#ALoxRQNaE1Qk28cT3SKnRHyc7TCUvknt { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15154;line-height:1.2;letter-spacing:0;top:22.125rem;left:64.125rem;height:0.75rem;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;font-style:normal;display:block; }
#FIB1lwef2J7aikPTtrbiALhDFZL3qZXw { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15155;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.6875rem;left:64.125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#n6yPNPmXQVv9mhPoc88CyN6ultyLqBvP { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15153;line-height:1.2;letter-spacing:0;top:19.75rem;left:64.125rem;height:1.79980625rem;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;font-style:normal;display:block; }
#V7FTzF3xTtFxSDvoKT31dunK6ZrM63Rb { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:13.25rem;top:3.5625rem;left:2.75rem;overflow:hidden;display:block; }
#xzB9b2v58IoG6zcxcdsMF58Xl2ZTOlZ3 { position:absolute;display:block;z-index:15157;border-bottom:0;border-left:0;border-right:0;border-top: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:3rem;width:11rem;top:3.5625rem;left:18rem;overflow:hidden;display:block; }
#iqORs13A4UC9r9m5SRDm0waIyCildseL { box-sizing:content-box;color:#5d92ff;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15159;opacity:1;top:4.0625rem;left:69.3125rem; }
#iqORs13A4UC9r9m5SRDm0waIyCildseL > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; }#TxuZxfQ5krVnKD9kKiJTHCNfTb0u19hH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #045ab2, #2d7bc5);background-image: -moz-linear-gradient(90deg, #045ab2, #2d7bc5);background-image: -ms-linear-gradient(90deg, #045ab2, #2d7bc5);background-image: -o-linear-gradient(90deg, #045ab2, #2d7bc5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );";background-image: linear-gradient(90deg, #045ab2, #2d7bc5);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TxuZxfQ5krVnKD9kKiJTHCNfTb0u19hH > .row .container { background-color: transparent; background-image: none; }#TxuZxfQ5krVnKD9kKiJTHCNfTb0u19hH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxuZxfQ5krVnKD9kKiJTHCNfTb0u19hH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxuZxfQ5krVnKD9kKiJTHCNfTb0u19hH > .row .container > .video-iframe-container { display: none; }#TxuZxfQ5krVnKD9kKiJTHCNfTb0u19hH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxuZxfQ5krVnKD9kKiJTHCNfTb0u19hH > .row > .video-iframe-container { display: none; }#TxuZxfQ5krVnKD9kKiJTHCNfTb0u19hH > .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); }#TxuZxfQ5krVnKD9kKiJTHCNfTb0u19hH > .row .container { border-width: 0; border-radius: 0; }#TxuZxfQ5krVnKD9kKiJTHCNfTb0u19hH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TxuZxfQ5krVnKD9kKiJTHCNfTb0u19hH > .row .container { font-size:0.875rem;font-family:arial;height:30.0625rem;width:75rem;position:relative;display:block; }#J5rfPIW80MJPPItsGXIEKIuNQzOipu05 { box-sizing:content-box;height:21rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -moz-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -ms-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -o-linear-gradient(45deg, #fafb52, #8e7fde);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );";background-image: linear-gradient(45deg, #fafb52, #8e7fde);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:none; }
#dkdpkURy00XVaAbZmFHdXCnsLZRAJw6R { box-sizing:content-box;height:17.5rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:#0f172a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#MTDrnFraQSAysEg2LGQ9QaN2q1CDUqPN { color:#f1f5f9;display:block;width:23.5rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:15.8125rem;left:2.75rem;height:7.7988125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tcOr7OFs9q2fwT95BnXWVBEUibXCmbu1 { box-sizing:content-box;height:3rem;width:18rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #045ab2, #2d7bc5);background-image: -moz-linear-gradient(45deg, #045ab2, #2d7bc5);background-image: -ms-linear-gradient(45deg, #045ab2, #2d7bc5);background-image: -o-linear-gradient(45deg, #045ab2, #2d7bc5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );";background-image: linear-gradient(45deg, #045ab2, #2d7bc5);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.125rem;left:2.75rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#EFGcVw8cHqSVnPCCV1xdy522QZGab2UR { color:#f1f5f9;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:12.75rem;left:6.6875rem;height:1.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#m7yKyLr1D8IvA77h6yh4PEFw4wGtJ6iF { color:#f1f5f9;display:block;width:5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15028;line-height:1.4;letter-spacing:0;top:12.75rem;left:14.125rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IhScLpiTWvLfZTDtxRVwuRHE4iN4anM9 { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top: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:2rem;width:2rem;top:12.625rem;left:4.25rem;overflow:hidden;display:block; }
#edeU2twTc2W8VOi6HDiFWUVkMG7dJku8 { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top: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:2rem;width:2rem;top:12.625rem;left:11.625rem;overflow:hidden;display:block; }
#NFkg4mvBLB7XHmQQEiAxdfTytryHVfaV { position:absolute;display:block;z-index:15117;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:11.8125rem;left:29.75rem;overflow:hidden;display:block; }
#G7Qvh5liv5ABTaZf6XtDnVgSJnXtI4mk { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15122;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.875rem;left:29.8125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#aPMmdhoG9ATlnAUvJp7wJeGuTHD0zJ4e { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15138;line-height:1.2;letter-spacing:0;top:19.75rem;left:30.75rem;height:1.79980625rem;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;font-style:normal;display:block; }
#E0lNkHwpdta9GUqpS4Em4QJ03rG1iRSI { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15140;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.6875rem;left:30.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#LQ2DuBsrlCdXWg4FuKtXMMSlOthSyphP { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15139;line-height:1.2;letter-spacing:0;top:22.125rem;left:30.75rem;height:0.75rem;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;font-style:normal;display:block; }
#DJMlpeumMvfXmwUQ8r7pXTTiLwFWEgm8 { position:absolute;display:block;z-index:15122;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:11.8125rem;left:40.875rem;overflow:hidden;display:block; }
#Mamy53SAiFc99nI8TOfTiVJm5C6k4yQw { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15127;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.875rem;left:40.9375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#oyHtK1umBzISCtuSiH7oTz3zWxiQqfWx { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15144;line-height:1.2;letter-spacing:0;top:22.125rem;left:41.875rem;height:0.75rem;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;font-style:normal;display:block; }
#AOhinnTy7zO5HKDXpe4IP6WCXvRO7B8U { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15145;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.6875rem;left:41.875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#yKzouT0VFHwOVkZbWRrC2RmlTp2y6n0a { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15143;line-height:1.2;letter-spacing:0;top:19.75rem;left:41.875rem;height:1.79980625rem;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;font-style:normal;display:block; }
#PV1Gn4gsT8Vo9t3Uigil9PTTw7tEygJM { position:absolute;display:block;z-index:15127;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:11.8125rem;left:52rem;overflow:hidden;display:block; }
#fMF62cPbarHGaHIMMQQEVWVr4op3zgK0 { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15132;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.875rem;left:52.0625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#AJFAOQRItmbVhzGgk4Kq14CFbmzVkLTq { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15149;line-height:1.2;letter-spacing:0;top:22.125rem;left:53rem;height:0.75rem;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;font-style:normal;display:block; }
#CsnThoQRdNq3kw1zX4KvmUTT7eUduAHi { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15150;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.6875rem;left:53rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#D9n3qlQvDXbyZD1My2JAGA1HD0el2Vby { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15148;line-height:1.2;letter-spacing:0;top:19.75rem;left:53rem;height:1.79980625rem;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;font-style:normal;display:block; }
#pBucqARQnyFDOl32wMeuRqGupDNHcvpp { position:absolute;display:block;z-index:15132;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:11.8125rem;left:63.125rem;overflow:hidden;display:block; }
#JDsLOMCnpbAMm5hHAnGepNtykrEkrPGT { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15137;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.875rem;left:63.1875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#nlTMk0xyyTnxhJ193JtOIfOxH0pE9s5t { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15154;line-height:1.2;letter-spacing:0;top:22.125rem;left:64.125rem;height:0.75rem;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;font-style:normal;display:block; }
#PSdhTVlrA4I1kRVyxZzuOW3AoAgIu6Bv { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15155;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.6875rem;left:64.125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#qoT99T7JbnEDFM6yCw3zU70yN3zpx6E1 { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15153;line-height:1.2;letter-spacing:0;top:19.75rem;left:64.125rem;height:1.79980625rem;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;font-style:normal;display:block; }
#IDFUTLH5hlFs7c9HFfgyq74DKrD88l3W { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:13.25rem;top:3.5625rem;left:2.75rem;overflow:hidden;display:block; }
#Z0RpsLqHd8Kg6z4HiBTeroFSMTGDO3F3 { position:absolute;display:block;z-index:15157;border-bottom:0;border-left:0;border-right:0;border-top: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:3rem;width:11rem;top:3.5625rem;left:18rem;overflow:hidden;display:block; }
#rUNLtC8TIE4I4NI55TszVc3P9nSbGoIv { box-sizing:content-box;color:#5d92ff;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15160;opacity:1;top:4.0625rem;left:69.3125rem; }
#rUNLtC8TIE4I4NI55TszVc3P9nSbGoIv > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; }#OVnuBSwfXL2uaZhLOKp4o1Xk4re9WpAW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #045ab2, #2d7bc5);background-image: -moz-linear-gradient(90deg, #045ab2, #2d7bc5);background-image: -ms-linear-gradient(90deg, #045ab2, #2d7bc5);background-image: -o-linear-gradient(90deg, #045ab2, #2d7bc5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );";background-image: linear-gradient(90deg, #045ab2, #2d7bc5);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OVnuBSwfXL2uaZhLOKp4o1Xk4re9WpAW > .row .container { background-color: transparent; background-image: none; }#OVnuBSwfXL2uaZhLOKp4o1Xk4re9WpAW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OVnuBSwfXL2uaZhLOKp4o1Xk4re9WpAW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OVnuBSwfXL2uaZhLOKp4o1Xk4re9WpAW > .row .container > .video-iframe-container { display: none; }#OVnuBSwfXL2uaZhLOKp4o1Xk4re9WpAW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OVnuBSwfXL2uaZhLOKp4o1Xk4re9WpAW > .row > .video-iframe-container { display: none; }#OVnuBSwfXL2uaZhLOKp4o1Xk4re9WpAW > .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); }#OVnuBSwfXL2uaZhLOKp4o1Xk4re9WpAW > .row .container { border-width: 0; border-radius: 0; }#OVnuBSwfXL2uaZhLOKp4o1Xk4re9WpAW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OVnuBSwfXL2uaZhLOKp4o1Xk4re9WpAW > .row .container { font-size:0.875rem;font-family:arial;height:30.0625rem;width:75rem;position:relative;display:block; }#Sg0v5iUBe4T79ApcO1K2F6bWKHW3q5Oi { box-sizing:content-box;height:21rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -moz-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -ms-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -o-linear-gradient(45deg, #fafb52, #8e7fde);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );";background-image: linear-gradient(45deg, #fafb52, #8e7fde);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:none; }
#BU0ThGari5pSowSwuLqCSDX7k3k4KTd1 { box-sizing:content-box;height:17.5rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:#0f172a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#cXNZp5ECSCtw3EDyNzMu4O95aF5TOMna { color:#f1f5f9;display:block;width:23.5rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:15.8125rem;left:2.75rem;height:7.7988125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sGBEtJchTdGmEd2rgPWTny1KeiVKIvNd { box-sizing:content-box;height:3rem;width:18rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #045ab2, #2d7bc5);background-image: -moz-linear-gradient(45deg, #045ab2, #2d7bc5);background-image: -ms-linear-gradient(45deg, #045ab2, #2d7bc5);background-image: -o-linear-gradient(45deg, #045ab2, #2d7bc5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );";background-image: linear-gradient(45deg, #045ab2, #2d7bc5);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.125rem;left:2.75rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#oivDOHrGkBMshHoZnTF06widSzz58Qnm { color:#f1f5f9;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:12.75rem;left:6.6875rem;height:1.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#k0GcpWg1proWD9FtfQeNa0rCkAdrTzyI { color:#f1f5f9;display:block;width:5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15028;line-height:1.4;letter-spacing:0;top:12.75rem;left:14.125rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yrsDPxs2BGAcHFUITfH4WDTxGpaT0L8V { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top: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:2rem;width:2rem;top:12.625rem;left:4.25rem;overflow:hidden;display:block; }
#HfQQS3mTlk8994kU6x0btWRURf6PUuxM { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top: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:2rem;width:2rem;top:12.625rem;left:11.625rem;overflow:hidden;display:block; }
#rvHNJ9DzDbuToqPNJBD1gXKJeGQT1nqJ { position:absolute;display:block;z-index:15117;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:11.8125rem;left:29.75rem;overflow:hidden;display:block; }
#zoNx7eL2o4NBGTgTK8TpJA9cQrDFIiA9 { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15122;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.875rem;left:29.8125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#LMS69daG7tR3KomOWSqNZ55auMpKAUz8 { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15138;line-height:1.2;letter-spacing:0;top:19.75rem;left:30.75rem;height:1.79980625rem;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;font-style:normal;display:block; }
#TCKS8PVcNhwwLWQULRlQZA8rK0AdpPGc { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15140;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.6875rem;left:30.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#K3uB01v49R1htdvWfHW06VSJSIntSTAU { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15139;line-height:1.2;letter-spacing:0;top:22.125rem;left:30.75rem;height:0.75rem;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;font-style:normal;display:block; }
#I3N16flw1tiik6IRrBKDihFEZOv4xmJh { position:absolute;display:block;z-index:15122;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:11.8125rem;left:40.875rem;overflow:hidden;display:block; }
#NmFWvw2yRUc3HBVHEhGpy3a62BFUk2Sp { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15127;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.875rem;left:40.9375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#o7e2OJym11SIFIX2nXVg1fzkqC8L1Jqc { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15144;line-height:1.2;letter-spacing:0;top:22.125rem;left:41.875rem;height:0.75rem;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;font-style:normal;display:block; }
#Qvq5eBBOOC82AagpgB7qPNntdqleU1AM { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15145;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.6875rem;left:41.875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#PNLFl6wEpiQUav4c1Zh0MHWn1T8H7nI3 { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15143;line-height:1.2;letter-spacing:0;top:19.75rem;left:41.875rem;height:1.79980625rem;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;font-style:normal;display:block; }
#LMrnAP0oT4vxcPcOlKQdNiJCSWN0dJy8 { position:absolute;display:block;z-index:15127;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:11.8125rem;left:52rem;overflow:hidden;display:block; }
#WRhWDL6r6pq5i2KxrLr1PsferfdMCM73 { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15132;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.875rem;left:52.0625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#y88BZlfDnlRg75F7dyRZBwGlJvmbTpxX { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15149;line-height:1.2;letter-spacing:0;top:22.125rem;left:53rem;height:0.75rem;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;font-style:normal;display:block; }
#NVOT7CaQc9dSynywgWUcsd132ZNKWPOv { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15150;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.6875rem;left:53rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#VIO1otPuEJsB6o12OsFzRvwCexrhG0Bt { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15148;line-height:1.2;letter-spacing:0;top:19.75rem;left:53rem;height:1.79980625rem;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;font-style:normal;display:block; }
#qlixIzLCcQ7Vm2dITTbM58CA1Xv5C87R { position:absolute;display:block;z-index:15132;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:11.8125rem;left:63.125rem;overflow:hidden;display:block; }
#RKgSg9NcABlwK6UEHL00ZpovDmSXHeuL { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15137;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.875rem;left:63.1875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#pbJpDswnabKw0uefTUlPMyMg5J0ixTBB { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15154;line-height:1.2;letter-spacing:0;top:22.125rem;left:64.125rem;height:0.75rem;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;font-style:normal;display:block; }
#AhKgfz5RTvITOpwZa0OGrfJyWhZMMBKk { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15155;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.6875rem;left:64.125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#i0HzyHsZUBn1WT7cswmdfoCT6a4IwmDN { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15153;line-height:1.2;letter-spacing:0;top:19.75rem;left:64.125rem;height:1.79980625rem;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;font-style:normal;display:block; }
#ETSi3QyMwToARkUrW4FT8XhuMWktQH99 { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:13.25rem;top:3.5625rem;left:2.75rem;overflow:hidden;display:block; }
#hEu8lTxxuxBZZZ517kEGw4lNxF4kAOnl { position:absolute;display:block;z-index:15157;border-bottom:0;border-left:0;border-right:0;border-top: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:3rem;width:11rem;top:3.5625rem;left:18rem;overflow:hidden;display:block; }
#Bv9RBH7W3gm6H1n8gBWeKFUMKV8ycPce { box-sizing:content-box;color:#5d92ff;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15161;opacity:1;top:4.0625rem;left:69.3125rem; }
#Bv9RBH7W3gm6H1n8gBWeKFUMKV8ycPce > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; }#ahg4Dy1ARknuSobSsNZGJChT2FpxfG1N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #045ab2, #2d7bc5);background-image: -moz-linear-gradient(90deg, #045ab2, #2d7bc5);background-image: -ms-linear-gradient(90deg, #045ab2, #2d7bc5);background-image: -o-linear-gradient(90deg, #045ab2, #2d7bc5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );";background-image: linear-gradient(90deg, #045ab2, #2d7bc5);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ahg4Dy1ARknuSobSsNZGJChT2FpxfG1N > .row .container { background-color: transparent; background-image: none; }#ahg4Dy1ARknuSobSsNZGJChT2FpxfG1N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ahg4Dy1ARknuSobSsNZGJChT2FpxfG1N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ahg4Dy1ARknuSobSsNZGJChT2FpxfG1N > .row .container > .video-iframe-container { display: none; }#ahg4Dy1ARknuSobSsNZGJChT2FpxfG1N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ahg4Dy1ARknuSobSsNZGJChT2FpxfG1N > .row > .video-iframe-container { display: none; }#ahg4Dy1ARknuSobSsNZGJChT2FpxfG1N > .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); }#ahg4Dy1ARknuSobSsNZGJChT2FpxfG1N > .row .container { border-width: 0; border-radius: 0; }#ahg4Dy1ARknuSobSsNZGJChT2FpxfG1N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ahg4Dy1ARknuSobSsNZGJChT2FpxfG1N > .row .container { font-size:0.875rem;font-family:arial;height:30.0625rem;width:75rem;position:relative;display:block; }#TuDSkhZFyIShXqqMiw9TnP6E4qpNiaAn { box-sizing:content-box;height:21rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -moz-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -ms-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -o-linear-gradient(45deg, #fafb52, #8e7fde);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );";background-image: linear-gradient(45deg, #fafb52, #8e7fde);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:none; }
#hcVmh90GJe3Tts9ygRlJsbLOhuDR5AHw { box-sizing:content-box;height:17.5rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:#0f172a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#hkdaEvrt8MxxyBJgioJNggkpEDSaevu8 { color:#f1f5f9;display:block;width:23.5rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:15.8125rem;left:2.75rem;height:7.7988125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rDlcyNta7OL8X3TPSUBTzGK4VDLihwsh { box-sizing:content-box;height:3rem;width:18rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #045ab2, #2d7bc5);background-image: -moz-linear-gradient(45deg, #045ab2, #2d7bc5);background-image: -ms-linear-gradient(45deg, #045ab2, #2d7bc5);background-image: -o-linear-gradient(45deg, #045ab2, #2d7bc5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );";background-image: linear-gradient(45deg, #045ab2, #2d7bc5);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.125rem;left:2.75rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#Q18U2D8BOiCRd6lqhdKTt9SbKBidWHpJ { color:#f1f5f9;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:12.75rem;left:6.6875rem;height:1.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wVzWpBcHwfBJLFqfHEQpcl3WfhdGTt8H { color:#f1f5f9;display:block;width:5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15028;line-height:1.4;letter-spacing:0;top:12.75rem;left:14.125rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iga25rqX89yUvVQM2o9kxLTc5bsgtGeW { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top: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:2rem;width:2rem;top:12.625rem;left:4.25rem;overflow:hidden;display:block; }
#EO90Ryimq8qsJsgHAmVwuLTg13I3gm8S { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top: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:2rem;width:2rem;top:12.625rem;left:11.625rem;overflow:hidden;display:block; }
#wEklTBDtlWLIJVFwKvUFUe6oxryrn85E { position:absolute;display:block;z-index:15117;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:11.8125rem;left:29.75rem;overflow:hidden;display:block; }
#i7n5BxUlJnbaHdR2BLMK8MkZDPTblLUu { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15122;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.875rem;left:29.8125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#undWDmHiVfnfFIQNxPudE3MTkm5iq9Vz { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15138;line-height:1.2;letter-spacing:0;top:19.75rem;left:30.75rem;height:1.79980625rem;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;font-style:normal;display:block; }
#ZUZec6zfKOV3i4WaPTTQVx9XmaGbfohN { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15140;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.6875rem;left:30.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#baTTLMqFxmzWXEAl1PRUNHTRdKxZQMm8 { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15139;line-height:1.2;letter-spacing:0;top:22.125rem;left:30.75rem;height:0.75rem;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;font-style:normal;display:block; }
#MvAWKKAiqdq9iSRxWuLCUzutsT1aB5ZD { position:absolute;display:block;z-index:15122;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:11.8125rem;left:40.875rem;overflow:hidden;display:block; }
#LxLW9t4z2QKrIB4SHvN57apP0yzaZTXz { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15127;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.875rem;left:40.9375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#pOeQidTnJeH5b2SdqxbFrvCzmzkgicov { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15144;line-height:1.2;letter-spacing:0;top:22.125rem;left:41.875rem;height:0.75rem;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;font-style:normal;display:block; }
#JpoX4isOeKDQXTOyCiwGi10l98gQcVnN { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15145;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.6875rem;left:41.875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#kqrnwX68TdZIoEnTB9h2T6FvUCRNTC8X { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15143;line-height:1.2;letter-spacing:0;top:19.75rem;left:41.875rem;height:1.79980625rem;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;font-style:normal;display:block; }
#DW7PHoIkg0tl2PsuQDQTdscJmSOypQ2t { position:absolute;display:block;z-index:15127;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:11.8125rem;left:52rem;overflow:hidden;display:block; }
#uq8ps3hAiIxUa2qAoIDVEeZB0QWwRGea { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15132;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.875rem;left:52.0625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#riem4DenBgb8hIXs04OHUU1ZJt05NmEH { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15149;line-height:1.2;letter-spacing:0;top:22.125rem;left:53rem;height:0.75rem;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;font-style:normal;display:block; }
#kGWyCJDyEP1qA9eWNkWQIX6K4hLvVksL { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15150;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.6875rem;left:53rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#Giy1yKZIk0V3qEPgeqyUElzTPvE1eoDn { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15148;line-height:1.2;letter-spacing:0;top:19.75rem;left:53rem;height:1.79980625rem;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;font-style:normal;display:block; }
#gTKg0koOTVSo4DsNWe6WKxzJST1ByZ0t { position:absolute;display:block;z-index:15132;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:11.8125rem;left:63.125rem;overflow:hidden;display:block; }
#Vv3iOQFpTxKJubIIhR6L2op5I7zJ9tbP { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15137;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.875rem;left:63.1875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#sTe2kzrnq19T9twkqMdhTJswvORhvnnw { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15154;line-height:1.2;letter-spacing:0;top:22.125rem;left:64.125rem;height:0.75rem;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;font-style:normal;display:block; }
#mhAxJQUlPeTic8RKqAbN0dGvqU5ce7kO { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15155;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.6875rem;left:64.125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#eTWl2mIbQO8XeKhAi86Ra99ciQOaZroy { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15153;line-height:1.2;letter-spacing:0;top:19.75rem;left:64.125rem;height:1.79980625rem;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;font-style:normal;display:block; }
#ThrcfD6n2Ddd6J2AXv88ThRBnHprc9KT { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:13.25rem;top:3.5625rem;left:2.75rem;overflow:hidden;display:block; }
#L21yT10ZEDsRqz5gGHWpk1BQTvMSImp4 { position:absolute;display:block;z-index:15157;border-bottom:0;border-left:0;border-right:0;border-top: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:3rem;width:11rem;top:3.5625rem;left:18rem;overflow:hidden;display:block; }
#IGHpmlCFvruRIlfpJRAc7t7b8BM2Anmw { box-sizing:content-box;color:#5d92ff;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15162;opacity:1;top:4.0625rem;left:69.3125rem; }
#IGHpmlCFvruRIlfpJRAc7t7b8BM2Anmw > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; }#ARVmNimsA4VxERvyuCo0tDkTpcF70lLH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #045ab2, #2d7bc5);background-image: -moz-linear-gradient(90deg, #045ab2, #2d7bc5);background-image: -ms-linear-gradient(90deg, #045ab2, #2d7bc5);background-image: -o-linear-gradient(90deg, #045ab2, #2d7bc5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );";background-image: linear-gradient(90deg, #045ab2, #2d7bc5);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ARVmNimsA4VxERvyuCo0tDkTpcF70lLH > .row .container { background-color: transparent; background-image: none; }#ARVmNimsA4VxERvyuCo0tDkTpcF70lLH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ARVmNimsA4VxERvyuCo0tDkTpcF70lLH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ARVmNimsA4VxERvyuCo0tDkTpcF70lLH > .row .container > .video-iframe-container { display: none; }#ARVmNimsA4VxERvyuCo0tDkTpcF70lLH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ARVmNimsA4VxERvyuCo0tDkTpcF70lLH > .row > .video-iframe-container { display: none; }#ARVmNimsA4VxERvyuCo0tDkTpcF70lLH > .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); }#ARVmNimsA4VxERvyuCo0tDkTpcF70lLH > .row .container { border-width: 0; border-radius: 0; }#ARVmNimsA4VxERvyuCo0tDkTpcF70lLH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ARVmNimsA4VxERvyuCo0tDkTpcF70lLH > .row .container { font-size:0.875rem;font-family:arial;height:30.0625rem;width:75rem;position:relative;display:block; }#zsSq2yqcEiKOm9u8zz9iiUtfI1TURbq5 { box-sizing:content-box;height:21rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -moz-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -ms-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -o-linear-gradient(45deg, #fafb52, #8e7fde);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );";background-image: linear-gradient(45deg, #fafb52, #8e7fde);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:none; }
#wqPdPJOxrTG2gGfEbuZPbUlkTu7oTg8d { box-sizing:content-box;height:17.5rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:#0f172a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#TfJ4qohW09QwnqC5AvkrrtgyEu6O7WZE { color:#f1f5f9;display:block;width:23.5rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:15.8125rem;left:2.75rem;height:7.7988125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iLUCdBMCRB1KuoG3VCafM0fH6Jk1RIU7 { box-sizing:content-box;height:3rem;width:18rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #045ab2, #2d7bc5);background-image: -moz-linear-gradient(45deg, #045ab2, #2d7bc5);background-image: -ms-linear-gradient(45deg, #045ab2, #2d7bc5);background-image: -o-linear-gradient(45deg, #045ab2, #2d7bc5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );";background-image: linear-gradient(45deg, #045ab2, #2d7bc5);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.125rem;left:2.75rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#zGESHJlyRTBXJAJ5h21EEeTQglHB3BuC { color:#f1f5f9;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:12.75rem;left:6.6875rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WU0WozIAP1rQddqGepfeA4W1k9LQaQp2 { color:#f1f5f9;display:block;width:5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15028;line-height:1.4;letter-spacing:0;top:12.75rem;left:14.125rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Wk24T2CCZBBJ16FMau7X1O47J0QoVeQ6 { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top: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:2rem;width:2rem;top:12.625rem;left:4.25rem;overflow:hidden;display:block; }
#OSLXNqJmeQidbUFzZlWdEnfBSDieTtDy { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top: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:2rem;width:2rem;top:12.625rem;left:11.625rem;overflow:hidden;display:block; }
#CGlGEGmRFroQWIrlOV2kafGwJEtqV7vo { position:absolute;display:block;z-index:15117;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:11.8125rem;left:29.75rem;overflow:hidden;display:block; }
#iLmbV41JxRGwAxLtQNO2abUxJHTHpGfB { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15122;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.875rem;left:29.8125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#TS2T9hGH7rJmyclWBdkCRTkPR2B8OX2B { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15138;line-height:1.2;letter-spacing:0;top:19.75rem;left:30.75rem;height:1.79980625rem;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;font-style:normal;display:block; }
#GbpZFBzB31LwpsU0cKch1vUmHaL5SbGM { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15140;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.6875rem;left:30.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#FwOysxa66Cil2EDCPWQrtIDLBttWJRQa { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15139;line-height:1.2;letter-spacing:0;top:22.125rem;left:30.75rem;height:0.75rem;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;font-style:normal;display:block; }
#hX9z8lriqrNkqa67e7RrNTOyT2VN2npd { position:absolute;display:block;z-index:15122;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:11.8125rem;left:40.875rem;overflow:hidden;display:block; }
#xGfisSD05oRmBs3FBTEVBQotd4847VZE { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15127;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.875rem;left:40.9375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#F27CiDHCeoyIWyTfh5n2WT0lAFTvyaRc { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15144;line-height:1.2;letter-spacing:0;top:22.125rem;left:41.875rem;height:0.75rem;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;font-style:normal;display:block; }
#Co6m21Ufg9UQ0KSnsktzPcKwCKLp0vd7 { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15145;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.6875rem;left:41.875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#r4d6wrcSNLeTVHpd9THhbIqW2XTkaTMO { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15143;line-height:1.2;letter-spacing:0;top:19.75rem;left:41.875rem;height:1.79980625rem;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;font-style:normal;display:block; }
#rIrMETh3lsvBZl00PcSx1zlo7H0i2VT6 { position:absolute;display:block;z-index:15127;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:11.8125rem;left:52rem;overflow:hidden;display:block; }
#D8RwEZix8CNPHzID4pd7eKM84l5Wvf3n { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15132;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.875rem;left:52.0625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#DtrvnnEhb7VhMsXBoIIO5DUWEz0EyalI { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15149;line-height:1.2;letter-spacing:0;top:22.125rem;left:53rem;height:0.75rem;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;font-style:normal;display:block; }
#w1csKU62OE1amIqTLfFx6oosrsUhpWo1 { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15150;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.6875rem;left:53rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#lToN4fcvx305K4EwxWGAhhKUc51pGQix { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15148;line-height:1.2;letter-spacing:0;top:19.75rem;left:53rem;height:1.79980625rem;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;font-style:normal;display:block; }
#wielfP1aRgKu2AxBxT7NSRsVe0oSaluC { position:absolute;display:block;z-index:15132;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:11.8125rem;left:63.125rem;overflow:hidden;display:block; }
#ctEMhWFdLc6WAtG5iOrgWHqSzybmhypK { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15137;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.875rem;left:63.1875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#o9OKxdxTA1tSddUXlGFLiePkPDwm9hfP { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15154;line-height:1.2;letter-spacing:0;top:22.125rem;left:64.125rem;height:0.75rem;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;font-style:normal;display:block; }
#qc42n1xtZBb7lRX0JiIgzkH9GAcUV3bi { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15155;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.6875rem;left:64.125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#QOUFa7h4fTBvJlK2RK63Maiwb6B3s0Nw { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15153;line-height:1.2;letter-spacing:0;top:19.75rem;left:64.125rem;height:1.79980625rem;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;font-style:normal;display:block; }
#OPyNtAE7cO80NmPHezFX55FLdJlTkKWD { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:13.25rem;top:3.5625rem;left:2.75rem;overflow:hidden;display:block; }
#dHnGwZ3TaUSMBWB3DABHvJhVlS4CJxrz { position:absolute;display:block;z-index:15157;border-bottom:0;border-left:0;border-right:0;border-top: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:3rem;width:11rem;top:3.5625rem;left:18rem;overflow:hidden;display:block; }
#ehnJ4tlFZ3fVBKTzbwXTCqpGaa2LFhDK { box-sizing:content-box;color:#5d92ff;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15163;opacity:1;top:4.0625rem;left:69.3125rem; }
#ehnJ4tlFZ3fVBKTzbwXTCqpGaa2LFhDK > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; }#I4TUIMBxokTuieoHHcwtzMtOL4S8uKO9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #045ab2, #2d7bc5);background-image: -moz-linear-gradient(90deg, #045ab2, #2d7bc5);background-image: -ms-linear-gradient(90deg, #045ab2, #2d7bc5);background-image: -o-linear-gradient(90deg, #045ab2, #2d7bc5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );";background-image: linear-gradient(90deg, #045ab2, #2d7bc5);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#I4TUIMBxokTuieoHHcwtzMtOL4S8uKO9 > .row .container { background-color: transparent; background-image: none; }#I4TUIMBxokTuieoHHcwtzMtOL4S8uKO9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I4TUIMBxokTuieoHHcwtzMtOL4S8uKO9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I4TUIMBxokTuieoHHcwtzMtOL4S8uKO9 > .row .container > .video-iframe-container { display: none; }#I4TUIMBxokTuieoHHcwtzMtOL4S8uKO9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I4TUIMBxokTuieoHHcwtzMtOL4S8uKO9 > .row > .video-iframe-container { display: none; }#I4TUIMBxokTuieoHHcwtzMtOL4S8uKO9 > .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); }#I4TUIMBxokTuieoHHcwtzMtOL4S8uKO9 > .row .container { border-width: 0; border-radius: 0; }#I4TUIMBxokTuieoHHcwtzMtOL4S8uKO9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I4TUIMBxokTuieoHHcwtzMtOL4S8uKO9 > .row .container { font-size:0.875rem;font-family:arial;height:30.0625rem;width:75rem;position:relative;display:block; }#xGkkamP3eZg3NRgepDVoNsy2ZHZCvsV3 { box-sizing:content-box;height:21rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -moz-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -ms-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -o-linear-gradient(45deg, #fafb52, #8e7fde);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );";background-image: linear-gradient(45deg, #fafb52, #8e7fde);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:none; }
#FTMyFH2tcwiw11o261kK4pt7NRDde9SH { box-sizing:content-box;height:17.5rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:#0f172a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#hFGfHz43TkuMknF5MH0kxXfn2Ugxmaog { color:#f1f5f9;display:block;width:23.5rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:15.8125rem;left:2.75rem;height:7.7988125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#c5R2fDxJKVSBmtlWRhfOlzGRSckAh3wI { box-sizing:content-box;height:3rem;width:18rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #045ab2, #2d7bc5);background-image: -moz-linear-gradient(45deg, #045ab2, #2d7bc5);background-image: -ms-linear-gradient(45deg, #045ab2, #2d7bc5);background-image: -o-linear-gradient(45deg, #045ab2, #2d7bc5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );";background-image: linear-gradient(45deg, #045ab2, #2d7bc5);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.125rem;left:2.75rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#lxHoA9LeE1COqy27O3TQOQtdfCIibxtV { color:#f1f5f9;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:12.75rem;left:6.6875rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#To1Ay702W8v7Cd9uBFFsTFs6fyGKzUpc { color:#f1f5f9;display:block;width:5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15028;line-height:1.4;letter-spacing:0;top:12.75rem;left:14.125rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rUZlrHylGokTKGODW3atuaUTGNCxVvoN { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top: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:2rem;width:2rem;top:12.625rem;left:4.25rem;overflow:hidden;display:block; }
#SHilM5SpETp2oCtlz7oaWzhL2hTFT4X5 { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top: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:2rem;width:2rem;top:12.625rem;left:11.625rem;overflow:hidden;display:block; }
#TWZFIsSiqOMXOZmwy6V9ivcOh3lXB1I0 { position:absolute;display:block;z-index:15117;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:11.8125rem;left:29.75rem;overflow:hidden;display:block; }
#faWTXdr3bQpXMMduDm7ERgCmd14BXAxh { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15122;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.875rem;left:29.8125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#tBprXau3QJFvfC5OAXlEqMJx95bN3QiB { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15138;line-height:1.2;letter-spacing:0;top:19.75rem;left:30.75rem;height:1.79980625rem;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;font-style:normal;display:block; }
#ZhvWEcevSyNKzD13wSWQRLdbCe62COCa { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15140;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.6875rem;left:30.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#fWNPINnCKEdkzIi8VDUZvHgqZyeAIATn { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15139;line-height:1.2;letter-spacing:0;top:22.125rem;left:30.75rem;height:0.75rem;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;font-style:normal;display:block; }
#Mgt0tXWxesJVy8Wy8gqAQU6ABaJNutHQ { position:absolute;display:block;z-index:15122;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:11.8125rem;left:40.875rem;overflow:hidden;display:block; }
#HT0yJFP3JTiTTtKUmN8LXzahZyfumkgl { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15127;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.875rem;left:40.9375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#pOynDCi5fUXiiG7bEy7yrxxSoZOLuvOl { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15144;line-height:1.2;letter-spacing:0;top:22.125rem;left:41.875rem;height:0.75rem;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;font-style:normal;display:block; }
#vA2F1rd9B3t8X4sZxTD9v3gAsxLhMD7A { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15145;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.6875rem;left:41.875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#RZtGRuGGm8AXGPzgrbD4ZQXpqLSfLRbX { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15143;line-height:1.2;letter-spacing:0;top:19.75rem;left:41.875rem;height:1.79980625rem;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;font-style:normal;display:block; }
#cDP9K2G8oQRHDhqmRQFqKTO0EGW4H1S3 { position:absolute;display:block;z-index:15127;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:11.8125rem;left:52rem;overflow:hidden;display:block; }
#mlpxqFygTS7GZImvJ9SER2EcHi2RRwQd { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15132;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.875rem;left:52.0625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#Mz0E0ybPUuPwQH4KlB07n5MBoKBTg8AF { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15149;line-height:1.2;letter-spacing:0;top:22.125rem;left:53rem;height:0.75rem;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;font-style:normal;display:block; }
#hxSr5a173hgkbQ27r99v9nOMOFOhBlsE { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15150;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.6875rem;left:53rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#sVFo0cXhq2DrCL7PpsDh7DgNUQuyqrC4 { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15148;line-height:1.2;letter-spacing:0;top:19.75rem;left:53rem;height:1.79980625rem;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;font-style:normal;display:block; }
#tLtrsRcXhZtVxZM6egUsxEBBMqLzsbZn { position:absolute;display:block;z-index:15132;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:11.8125rem;left:63.125rem;overflow:hidden;display:block; }
#B4eVL2t7EI30KqDnrcv8Snh0ko77IHlG { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15137;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.875rem;left:63.1875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#XJsCkxxdTxlGrb2G0nwbnr9MdOt7pIfu { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15154;line-height:1.2;letter-spacing:0;top:22.125rem;left:64.125rem;height:0.75rem;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;font-style:normal;display:block; }
#ynLUzwQOr6hF0zADyhwx4dchIPtJG6eZ { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15155;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.6875rem;left:64.125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#IIiiiexBW5rvCv56uTgOTlRBJBDuPTrL { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15153;line-height:1.2;letter-spacing:0;top:19.75rem;left:64.125rem;height:1.79980625rem;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;font-style:normal;display:block; }
#pLRFv3syHXoCGvDxtPZAEmJ74lpJqmta { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:13.25rem;top:3.5625rem;left:2.75rem;overflow:hidden;display:block; }
#ry9n0KPcdBxIROhAwXFSgrmhDDfR5JtU { position:absolute;display:block;z-index:15157;border-bottom:0;border-left:0;border-right:0;border-top: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:3rem;width:11rem;top:3.5625rem;left:18rem;overflow:hidden;display:block; }
#iqlSz0zNfTINEflswgLPMZgdBuspECT6 { box-sizing:content-box;color:#5d92ff;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15164;opacity:1;top:4.0625rem;left:69.3125rem; }
#iqlSz0zNfTINEflswgLPMZgdBuspECT6 > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; }#k1tg852EVdHuiMRIweNhDRL9wDpUVg95 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #045ab2, #2d7bc5);background-image: -moz-linear-gradient(90deg, #045ab2, #2d7bc5);background-image: -ms-linear-gradient(90deg, #045ab2, #2d7bc5);background-image: -o-linear-gradient(90deg, #045ab2, #2d7bc5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );";background-image: linear-gradient(90deg, #045ab2, #2d7bc5);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#k1tg852EVdHuiMRIweNhDRL9wDpUVg95 > .row .container { background-color: transparent; background-image: none; }#k1tg852EVdHuiMRIweNhDRL9wDpUVg95::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k1tg852EVdHuiMRIweNhDRL9wDpUVg95 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k1tg852EVdHuiMRIweNhDRL9wDpUVg95 > .row .container > .video-iframe-container { display: none; }#k1tg852EVdHuiMRIweNhDRL9wDpUVg95 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k1tg852EVdHuiMRIweNhDRL9wDpUVg95 > .row > .video-iframe-container { display: none; }#k1tg852EVdHuiMRIweNhDRL9wDpUVg95 > .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); }#k1tg852EVdHuiMRIweNhDRL9wDpUVg95 > .row .container { border-width: 0; border-radius: 0; }#k1tg852EVdHuiMRIweNhDRL9wDpUVg95 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k1tg852EVdHuiMRIweNhDRL9wDpUVg95 > .row .container { font-size:0.875rem;font-family:arial;height:30.0625rem;width:75rem;position:relative;display:block; }#iM5JMJE6IcIlxwZwgq0nkcQJHM2SptuG { box-sizing:content-box;height:21rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -moz-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -ms-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -o-linear-gradient(45deg, #fafb52, #8e7fde);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );";background-image: linear-gradient(45deg, #fafb52, #8e7fde);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:none; }
#diPgobR38lKa20ci2ePM93xhHkpxGhgR { box-sizing:content-box;height:17.5rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:#0f172a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#KugRe3kG3DdNFyMml3iqsnp1y3SbGk0x { color:#f1f5f9;display:block;width:23.5rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:15.8125rem;left:2.75rem;height:7.7988125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KQBVZnB6i7MVGtPWAg32OmIy89kHsb6I { box-sizing:content-box;height:3rem;width:18rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #045ab2, #2d7bc5);background-image: -moz-linear-gradient(45deg, #045ab2, #2d7bc5);background-image: -ms-linear-gradient(45deg, #045ab2, #2d7bc5);background-image: -o-linear-gradient(45deg, #045ab2, #2d7bc5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );";background-image: linear-gradient(45deg, #045ab2, #2d7bc5);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.125rem;left:2.75rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#iK36Gw0UplSgbH7DycZ0oaUpz7TgPPda { color:#f1f5f9;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:12.75rem;left:6.6875rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ap6H1RsfUGmCLviqXCf0JD5GHo8bdLEk { color:#f1f5f9;display:block;width:5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15028;line-height:1.4;letter-spacing:0;top:12.75rem;left:14.125rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GzCPfznw6zTzsSeoFS9vMdFf1m76LCFG { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top: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:2rem;width:2rem;top:12.625rem;left:4.25rem;overflow:hidden;display:block; }
#bEOulhXpH4FnolPO5CUlToaMB9z9qyat { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top: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:2rem;width:2rem;top:12.625rem;left:11.625rem;overflow:hidden;display:block; }
#TXeO8nUHkKN7DBURPl9Rb4B1THBB96zg { position:absolute;display:block;z-index:15117;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:11.8125rem;left:29.75rem;overflow:hidden;display:block; }
#V6xW6kbCkuEW9Kat3GQGukUNGOICCyS7 { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15122;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.875rem;left:29.8125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#CE9CTDNzJRK9t9ATH29XVkfzLIUfk7be { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15138;line-height:1.2;letter-spacing:0;top:19.75rem;left:30.75rem;height:1.79980625rem;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;font-style:normal;display:block; }
#nM57ZP9W2lmrFuadfQx3JamlmviGcXMi { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15140;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.6875rem;left:30.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#QriR0tehl4sx3PbQPGRe4Q5HeSTprFG4 { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15139;line-height:1.2;letter-spacing:0;top:22.125rem;left:30.75rem;height:0.75rem;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;font-style:normal;display:block; }
#unQ7GuwDxK9t66GaZDqVJhDmLAvXb3aO { position:absolute;display:block;z-index:15122;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:11.8125rem;left:40.875rem;overflow:hidden;display:block; }
#ABrtuVvwlCgtMMJMnr46JJnGZrlltHgl { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15127;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.875rem;left:40.9375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#SfHaPOF7SVo9VIv8nyG2DTtG9WorhQ6P { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15144;line-height:1.2;letter-spacing:0;top:22.125rem;left:41.875rem;height:0.75rem;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;font-style:normal;display:block; }
#qrL2lIwvL0Fgsg8TaeC3t3oiI7bxJgNc { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15145;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.6875rem;left:41.875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#iOi37gCGZ1vgwhe2E8uTLqyI3adNVZlg { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15143;line-height:1.2;letter-spacing:0;top:19.75rem;left:41.875rem;height:1.79980625rem;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;font-style:normal;display:block; }
#Kcsn0yOiUaf2GBczAaUZBAVTLH08oFw6 { position:absolute;display:block;z-index:15127;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:11.8125rem;left:52rem;overflow:hidden;display:block; }
#AJpJPTFx2xpDTIWQNV9sogLRmW8o0hQn { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15132;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.875rem;left:52.0625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#IH8ELmL04nxowJlCsT9DsDLqmry8qMPU { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15149;line-height:1.2;letter-spacing:0;top:22.125rem;left:53rem;height:0.75rem;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;font-style:normal;display:block; }
#FUH9SoESmOqnpVT7vz2WCxkcL0A3WvuK { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15150;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.6875rem;left:53rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#F5MmcOlaK3WeJIJZQzPoruZIGZXubv1a { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15148;line-height:1.2;letter-spacing:0;top:19.75rem;left:53rem;height:1.79980625rem;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;font-style:normal;display:block; }
#K6WXaofuMHvpQNFdTxTgtBH0JRq4wxOs { position:absolute;display:block;z-index:15132;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:11.8125rem;left:63.125rem;overflow:hidden;display:block; }
#rJ8h00vpw7vsuSQL2I2pCGN1fZ7J4Lfi { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15137;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.875rem;left:63.1875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#IxS2CbblFTxPOVu5lfR72VHvwH8wTMm5 { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15154;line-height:1.2;letter-spacing:0;top:22.125rem;left:64.125rem;height:0.75rem;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;font-style:normal;display:block; }
#WZhhP9wM8nD5mrFAre0kgK0vQ5uvahwl { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15155;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.6875rem;left:64.125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#BQSuT8E8dkgfz3s8mMtMZcGIynx6UzNr { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15153;line-height:1.2;letter-spacing:0;top:19.75rem;left:64.125rem;height:1.79980625rem;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;font-style:normal;display:block; }
#dLFKhrcSltzuTlChrfuWyTtRl2AFbT8b { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:13.25rem;top:3.5625rem;left:2.75rem;overflow:hidden;display:block; }
#TDkWeOJPyFIxQZxqmf9mJkfG2i17OUzS { position:absolute;display:block;z-index:15157;border-bottom:0;border-left:0;border-right:0;border-top: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:3rem;width:11rem;top:3.5625rem;left:18rem;overflow:hidden;display:block; }
#be07GLa4gdTymhHJ5S0Gy4wX2t7Hcvd6 { box-sizing:content-box;color:#5d92ff;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15165;opacity:1;top:4.0625rem;left:69.3125rem; }
#be07GLa4gdTymhHJ5S0Gy4wX2t7Hcvd6 > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; }#c9VKf11GTgWogO2qp2RtMfR8JvCyzcBG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #045ab2, #2d7bc5);background-image: -moz-linear-gradient(90deg, #045ab2, #2d7bc5);background-image: -ms-linear-gradient(90deg, #045ab2, #2d7bc5);background-image: -o-linear-gradient(90deg, #045ab2, #2d7bc5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );";background-image: linear-gradient(90deg, #045ab2, #2d7bc5);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#c9VKf11GTgWogO2qp2RtMfR8JvCyzcBG > .row .container { background-color: transparent; background-image: none; }#c9VKf11GTgWogO2qp2RtMfR8JvCyzcBG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c9VKf11GTgWogO2qp2RtMfR8JvCyzcBG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c9VKf11GTgWogO2qp2RtMfR8JvCyzcBG > .row .container > .video-iframe-container { display: none; }#c9VKf11GTgWogO2qp2RtMfR8JvCyzcBG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c9VKf11GTgWogO2qp2RtMfR8JvCyzcBG > .row > .video-iframe-container { display: none; }#c9VKf11GTgWogO2qp2RtMfR8JvCyzcBG > .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); }#c9VKf11GTgWogO2qp2RtMfR8JvCyzcBG > .row .container { border-width: 0; border-radius: 0; }#c9VKf11GTgWogO2qp2RtMfR8JvCyzcBG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c9VKf11GTgWogO2qp2RtMfR8JvCyzcBG > .row .container { font-size:0.875rem;font-family:arial;height:30.0625rem;width:75rem;position:relative;display:block; }#qXdhZ9s2omra1pmiwNgPv5sByxd0Zz0n { box-sizing:content-box;height:21rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -moz-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -ms-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -o-linear-gradient(45deg, #fafb52, #8e7fde);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );";background-image: linear-gradient(45deg, #fafb52, #8e7fde);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:none; }
#gmkpxVzM57iZQxgzD93d3MU0lWAUHc4l { box-sizing:content-box;height:17.5rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:#0f172a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#GX7HXqwUdRlwMJx46QEX58v2rFaPEXo6 { color:#f1f5f9;display:block;width:23.5rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:15.8125rem;left:2.75rem;height:7.7988125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WqR0T2sqTEGfGHSTVJzrkKgT37tpJQJ5 { box-sizing:content-box;height:3rem;width:18rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #045ab2, #2d7bc5);background-image: -moz-linear-gradient(45deg, #045ab2, #2d7bc5);background-image: -ms-linear-gradient(45deg, #045ab2, #2d7bc5);background-image: -o-linear-gradient(45deg, #045ab2, #2d7bc5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );";background-image: linear-gradient(45deg, #045ab2, #2d7bc5);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.125rem;left:2.75rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#rUXl2q5e307yKO1HG4Oc0SIWvEHqai1t { color:#f1f5f9;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:12.75rem;left:6.6875rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AafpBt4cq8mlH2I6GmMW8ncwE2SrJJT4 { color:#f1f5f9;display:block;width:5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15028;line-height:1.4;letter-spacing:0;top:12.75rem;left:14.125rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aUwRIurcHiT8aJThQQiIdAHem6DrEPIH { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top: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:2rem;width:2rem;top:12.625rem;left:4.25rem;overflow:hidden;display:block; }
#kylOdXoDSuXAWpRrf8oh8HzmuSELbEck { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top: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:2rem;width:2rem;top:12.625rem;left:11.625rem;overflow:hidden;display:block; }
#R7MpbagaS9v8RmDkuhkMBV6QmkoH2lXc { position:absolute;display:block;z-index:15117;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:11.8125rem;left:29.75rem;overflow:hidden;display:block; }
#TvbnudM1N09VOrvisq7i5B5cQQ7T0T7E { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15122;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.875rem;left:29.8125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#PWhfsAXs5iAMy40qKC5toDEoyUd6BDpE { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15138;line-height:1.2;letter-spacing:0;top:19.75rem;left:30.75rem;height:1.79980625rem;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;font-style:normal;display:block; }
#D58lwx987hGHxuoKKG5gkIgOnWgdbRn9 { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15140;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.6875rem;left:30.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#xyPtm4A3QR7rTRTeVCHGpcdi2U11acTC { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15139;line-height:1.2;letter-spacing:0;top:22.125rem;left:30.75rem;height:0.75rem;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;font-style:normal;display:block; }
#s7ySBqSboKGQlxlPcNdX77QlHZdK1MLu { position:absolute;display:block;z-index:15122;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:11.8125rem;left:40.875rem;overflow:hidden;display:block; }
#mNCPwnEni0wtz5ozn57Pt8xbiWBJQCH7 { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15127;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.875rem;left:40.9375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#duSlmSlNupnyi9DQrEDxnkJrQ3GiEBlS { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15144;line-height:1.2;letter-spacing:0;top:22.125rem;left:41.875rem;height:0.75rem;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;font-style:normal;display:block; }
#LectRcqiy2Z0KCyN8HeLNTD0WVXXt818 { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15145;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.6875rem;left:41.875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#uHVpJ5H9vOSuB6NHvNw037cOqHbXSfmX { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15143;line-height:1.2;letter-spacing:0;top:19.75rem;left:41.875rem;height:1.79980625rem;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;font-style:normal;display:block; }
#IFcdBfOMhbPoUczNGEgKbbTqziiicJ9V { position:absolute;display:block;z-index:15127;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:11.8125rem;left:52rem;overflow:hidden;display:block; }
#SeuOiVsZFxMdiCPe2T2gx0XqFHOpGR5l { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15132;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.875rem;left:52.0625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#cXw2JZhLhmFQGTP0LnOmoNO76xHkelPl { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15149;line-height:1.2;letter-spacing:0;top:22.125rem;left:53rem;height:0.75rem;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;font-style:normal;display:block; }
#OAaHC2LyJCmhsMMhGhQT4fmpzVE5plsz { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15150;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.6875rem;left:53rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#OUFIQlI7xU6fvDINyTnfCDXc3MxII8OS { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15148;line-height:1.2;letter-spacing:0;top:19.75rem;left:53rem;height:1.79980625rem;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;font-style:normal;display:block; }
#eOXZ2wOZuaOMeEfUONGtJJ6lrqZi7r1L { position:absolute;display:block;z-index:15132;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:11.8125rem;left:63.125rem;overflow:hidden;display:block; }
#xyNBDOkdbIAluCEHxSyzgJcleyP7FcCl { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15137;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.875rem;left:63.1875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#fT2LhcEuVfJFl6TlqWD1UJrawXc2sgN1 { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15154;line-height:1.2;letter-spacing:0;top:22.125rem;left:64.125rem;height:0.75rem;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;font-style:normal;display:block; }
#T5AJcu96rXVRy73bFPWkhydAVAPLAbqa { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15155;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.6875rem;left:64.125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#zLJJ9LwzgtLkkIETByhpwfTB5CqwiwJ5 { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15153;line-height:1.2;letter-spacing:0;top:19.75rem;left:64.125rem;height:1.79980625rem;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;font-style:normal;display:block; }
#Wf7BeAMiiX3AcJwerRleLhhAzxVnbh2h { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:13.25rem;top:3.5625rem;left:2.75rem;overflow:hidden;display:block; }
#VQhATsf3vveI8acxvf0eOLOnGVR1ywA8 { position:absolute;display:block;z-index:15157;border-bottom:0;border-left:0;border-right:0;border-top: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:3rem;width:11rem;top:3.5625rem;left:18rem;overflow:hidden;display:block; }
#hbDQcADBw7eaG1xgWTMldvWTMerMPSUf { box-sizing:content-box;color:#5d92ff;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15166;opacity:1;top:4.0625rem;left:69.3125rem; }
#hbDQcADBw7eaG1xgWTMldvWTMerMPSUf > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; }#Q9wnO8wAfLNrGCq9yPAp6HC0m7dU8rzQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #045ab2, #2d7bc5);background-image: -moz-linear-gradient(90deg, #045ab2, #2d7bc5);background-image: -ms-linear-gradient(90deg, #045ab2, #2d7bc5);background-image: -o-linear-gradient(90deg, #045ab2, #2d7bc5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );";background-image: linear-gradient(90deg, #045ab2, #2d7bc5);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Q9wnO8wAfLNrGCq9yPAp6HC0m7dU8rzQ > .row .container { background-color: transparent; background-image: none; }#Q9wnO8wAfLNrGCq9yPAp6HC0m7dU8rzQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q9wnO8wAfLNrGCq9yPAp6HC0m7dU8rzQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q9wnO8wAfLNrGCq9yPAp6HC0m7dU8rzQ > .row .container > .video-iframe-container { display: none; }#Q9wnO8wAfLNrGCq9yPAp6HC0m7dU8rzQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q9wnO8wAfLNrGCq9yPAp6HC0m7dU8rzQ > .row > .video-iframe-container { display: none; }#Q9wnO8wAfLNrGCq9yPAp6HC0m7dU8rzQ > .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); }#Q9wnO8wAfLNrGCq9yPAp6HC0m7dU8rzQ > .row .container { border-width: 0; border-radius: 0; }#Q9wnO8wAfLNrGCq9yPAp6HC0m7dU8rzQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q9wnO8wAfLNrGCq9yPAp6HC0m7dU8rzQ > .row .container { font-size:0.875rem;font-family:arial;height:30.0625rem;width:75rem;position:relative;display:block; }#Iex5ORleEBBWEEO1PatHHRIgx1LamTQm { box-sizing:content-box;height:21rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -moz-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -ms-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -o-linear-gradient(45deg, #fafb52, #8e7fde);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );";background-image: linear-gradient(45deg, #fafb52, #8e7fde);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:none; }
#D2J21frcnhXlDncV91MzTR0zOrkmx18K { box-sizing:content-box;height:17.5rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:#0f172a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#OGomzehehy6ZRGM39Os1cUKPiphE65Rl { color:#f1f5f9;display:block;width:23.5rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:15.8125rem;left:2.75rem;height:7.7988125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ADiTmOx7A6ww6ptrQmhtzPFe88eNATf9 { box-sizing:content-box;height:3rem;width:18rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #045ab2, #2d7bc5);background-image: -moz-linear-gradient(45deg, #045ab2, #2d7bc5);background-image: -ms-linear-gradient(45deg, #045ab2, #2d7bc5);background-image: -o-linear-gradient(45deg, #045ab2, #2d7bc5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );";background-image: linear-gradient(45deg, #045ab2, #2d7bc5);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.125rem;left:2.75rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#HbyliLRL1dSTvJK1dBTASFrhL5OpnKHq { color:#f1f5f9;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:12.75rem;left:6.6875rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CGFZ4zbcu9832EtkNudUpqUKLzwMQRK5 { color:#f1f5f9;display:block;width:5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15028;line-height:1.4;letter-spacing:0;top:12.75rem;left:14.125rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#P198uKSUdTVfO8XT8ZHCBm7LKTBu6B9v { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top: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:2rem;width:2rem;top:12.625rem;left:4.25rem;overflow:hidden;display:block; }
#tEJtDgtA5arqkg3efKhIhr9bdOleOAtE { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top: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:2rem;width:2rem;top:12.625rem;left:11.625rem;overflow:hidden;display:block; }
#ROmPB2miZ6VP5XEgybrLIXcn2pMM0EyR { position:absolute;display:block;z-index:15117;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:11.8125rem;left:29.75rem;overflow:hidden;display:block; }
#xBdwkNgd5hp6accmL9rl7ilQAndiyfRU { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15122;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.875rem;left:29.8125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#A0XyxFvbD7qcHOo1wlrXTpipeW14TMzV { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15138;line-height:1.2;letter-spacing:0;top:19.75rem;left:30.75rem;height:1.79980625rem;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;font-style:normal;display:block; }
#G8iIlSOHtXWyB3KhT0skkNJirtSULNkd { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15140;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.6875rem;left:30.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#C1ycMhUGT6hKWfsKDT9MeGJL9uQFMFcL { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15139;line-height:1.2;letter-spacing:0;top:22.125rem;left:30.75rem;height:0.75rem;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;font-style:normal;display:block; }
#LeXgFFk1OfICcc2QThaZBW2uB48BFl4y { position:absolute;display:block;z-index:15122;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:11.8125rem;left:40.875rem;overflow:hidden;display:block; }
#dTXXOeslJoLTiz0JnqhXXP9eV5P43vHR { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15127;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.875rem;left:40.9375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#dN0Jm9TuVx9kOkzmmCXNnFL2Th6W52pM { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15144;line-height:1.2;letter-spacing:0;top:22.125rem;left:41.875rem;height:0.75rem;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;font-style:normal;display:block; }
#e3UMycoPuZoWfT1ZTwWEZ3AyzDZXfhEP { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15145;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.6875rem;left:41.875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#lzfQeqyR3eVaOUXHOPtUUHmPq0N49Ndu { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15143;line-height:1.2;letter-spacing:0;top:19.75rem;left:41.875rem;height:1.79980625rem;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;font-style:normal;display:block; }
#fiTVXIpLEAO5bg3rgt23wpBJSZFBFGOX { position:absolute;display:block;z-index:15127;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:11.8125rem;left:52rem;overflow:hidden;display:block; }
#HBgMzv9FXXLDaiTk1iHOpTmlbLSwGs1N { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15132;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.875rem;left:52.0625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#Tc2QLzlM3M69oUk04P4DwiheRNmvoQ22 { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15149;line-height:1.2;letter-spacing:0;top:22.125rem;left:53rem;height:0.75rem;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;font-style:normal;display:block; }
#IXabdWJuATXORqlHwLind2U7L71F7k6E { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15150;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.6875rem;left:53rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#TfybJVxo9B20OaHwTv7pAEv3shipWPg5 { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15148;line-height:1.2;letter-spacing:0;top:19.75rem;left:53rem;height:1.79980625rem;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;font-style:normal;display:block; }
#U6hE0cGIlt42qTaHxv9UmO6XW3T0OsPo { position:absolute;display:block;z-index:15132;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:11.8125rem;left:63.125rem;overflow:hidden;display:block; }
#PWGtgXgArXLxpgBuLIeefTwtM4b6ZU3i { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15137;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.875rem;left:63.1875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#Txdfp87a0Npkai1pXoRHHvJb5avaTV7J { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15154;line-height:1.2;letter-spacing:0;top:22.125rem;left:64.125rem;height:0.75rem;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;font-style:normal;display:block; }
#SwrVG32AE7R6XFhEtHHLesG0ccsd7pIR { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15155;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.6875rem;left:64.125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#eV5bbzW0RoHpT1tceO1ADNIfP421hIvk { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15153;line-height:1.2;letter-spacing:0;top:19.75rem;left:64.125rem;height:1.79980625rem;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;font-style:normal;display:block; }
#CkqyyJdxGOVlHVJIrAZ9icq7pgunq76d { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:13.25rem;top:3.5625rem;left:2.75rem;overflow:hidden;display:block; }
#wNaNXeUT2yFM8qWpQyWn8avIhd5paXvS { position:absolute;display:block;z-index:15157;border-bottom:0;border-left:0;border-right:0;border-top: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:3rem;width:11rem;top:3.5625rem;left:18rem;overflow:hidden;display:block; }
#PkV1GG5rmdqieDtMLaluMGVJQRNNHG1I { box-sizing:content-box;color:#5d92ff;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15167;opacity:1;top:4.0625rem;left:69.3125rem; }
#PkV1GG5rmdqieDtMLaluMGVJQRNNHG1I > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; }#paUBxRFiKcbfPhsGTHuIWM3pRKdNE9qp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #dfec19, #8e7fde);background-image: -moz-linear-gradient(90deg, #dfec19, #8e7fde);background-image: -ms-linear-gradient(90deg, #dfec19, #8e7fde);background-image: -o-linear-gradient(90deg, #dfec19, #8e7fde);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfec19', endColorstr='#8e7fde' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfec19', endColorstr='#8e7fde' );";background-image: linear-gradient(90deg, #dfec19, #8e7fde);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#paUBxRFiKcbfPhsGTHuIWM3pRKdNE9qp > .row .container { background-color: transparent; background-image: none; }#paUBxRFiKcbfPhsGTHuIWM3pRKdNE9qp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#paUBxRFiKcbfPhsGTHuIWM3pRKdNE9qp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#paUBxRFiKcbfPhsGTHuIWM3pRKdNE9qp > .row .container > .video-iframe-container { display: none; }#paUBxRFiKcbfPhsGTHuIWM3pRKdNE9qp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#paUBxRFiKcbfPhsGTHuIWM3pRKdNE9qp > .row > .video-iframe-container { display: none; }#paUBxRFiKcbfPhsGTHuIWM3pRKdNE9qp > .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); }#paUBxRFiKcbfPhsGTHuIWM3pRKdNE9qp > .row .container { border-width: 0; border-radius: 0; }#paUBxRFiKcbfPhsGTHuIWM3pRKdNE9qp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#paUBxRFiKcbfPhsGTHuIWM3pRKdNE9qp > .row .container { font-size:0.875rem;font-family:arial;height:31rem;width:75rem;position:relative;display:block; }#Vz9SROnlz0tOXHUfPymxkmAfUBkuHhKx { box-sizing:content-box;height:21rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -moz-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -ms-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -o-linear-gradient(45deg, #fafb52, #8e7fde);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );";background-image: linear-gradient(45deg, #fafb52, #8e7fde);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:none; }
#lQlHGisNv8k2uFAzSbWwBbWpWhfB5vT3 { box-sizing:content-box;height:17.5rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:#0f172a;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:10.25rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#NgOlfEmuZJMZTTp6eBzTraNR0Jed3QC1 { color:#f1f5f9;display:block;width:23.5rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:17.0625rem;left:2.75rem;height:7.7988125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hSsAqIu2pfmPNAy80hRSwtD4WSQ0NtAE { box-sizing:content-box;height:3rem;width:18rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -moz-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -ms-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -o-linear-gradient(45deg, #fafb52, #8e7fde);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );";background-image: linear-gradient(45deg, #fafb52, #8e7fde);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.375rem;left:2.75rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#uCuoQ83lbk2puvClJmazwd0fJhIPQaJo { color:#0f172a;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:14rem;left:6.6875rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qbFTgucOgc88UOneT8L9Voi49akrfkbt { color:#0f172a;display:block;width:5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15028;line-height:1.4;letter-spacing:0;top:14rem;left:14.125rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DSZXO0nTCOgtEVkLWI4FTOtKlFXEMIMn { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top: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:2rem;width:2rem;top:13.875rem;left:4.25rem;overflow:hidden;display:block; }
#Q5AvRUxc4M8eT0H5G3xs02645VBMtsEN { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top: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:2rem;width:2rem;top:13.875rem;left:11.625rem;overflow:hidden;display:block; }
#m3IHtncEqwHQ5e7uHVc0IEWc0rDHsOVZ { position:absolute;display:block;z-index:15117;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:13.0625rem;left:29.75rem;overflow:hidden;display:block; }
#dTy0TVEIRIoAhmohwBPrTRHNSS9zdp2T { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15122;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.125rem;left:29.8125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#unfJJVp0t6SWJv2W54JxqDAiw3p057xd { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15138;line-height:1.2;letter-spacing:0;top:21rem;left:30.75rem;height:1.79980625rem;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;font-style:normal;display:block; }
#va0XhP4Dou7TDEgwbH6M4tTT3KAl8Tbh { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15140;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.9375rem;left:30.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#mRQBv3z6BelCHT1vKtfLv3fPXiCM5Izd { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15139;line-height:1.2;letter-spacing:0;top:23.375rem;left:30.75rem;height:0.75rem;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;font-style:normal;display:block; }
#QLKTbTeCJ5gJPaSLzr2BB9QJwAVDyo2c { position:absolute;display:block;z-index:15122;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:13.0625rem;left:40.875rem;overflow:hidden;display:block; }
#nzJXIq5xvsJb7TVTwfftwiMdav1nNu1Z { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15127;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.125rem;left:40.9375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#iXxtTIweV5OgCLab4XrcTOKoldiZAIRW { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15144;line-height:1.2;letter-spacing:0;top:23.375rem;left:41.875rem;height:0.75rem;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;font-style:normal;display:block; }
#CNTwnpmSh1JmkXLmneCG5iAX6SPgE9eU { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15145;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.9375rem;left:41.875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#wlm8GoHmO2nGTCVLG51OCWHNEMu6wqGr { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15143;line-height:1.2;letter-spacing:0;top:21rem;left:41.875rem;height:1.79980625rem;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;font-style:normal;display:block; }
#KbRxwTgJKFVhnumpcI0dW7cRJp0Cdy6o { position:absolute;display:block;z-index:15127;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:13.0625rem;left:52rem;overflow:hidden;display:block; }
#D8qarlRS3Sx9Taey8RvXNHDMdeXfKnHD { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15132;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.125rem;left:52.0625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#qeMWKHcbGTGbcdHcHQ9GhB4N2BqJSTxW { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15149;line-height:1.2;letter-spacing:0;top:23.375rem;left:53rem;height:0.75rem;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;font-style:normal;display:block; }
#bt64VRsbQ3T51RzIHqw3UqPkTH8OhrT6 { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15150;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.9375rem;left:53rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#OKXZKTnMrhvOEeO4pGkerDwrcFbN49cX { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15148;line-height:1.2;letter-spacing:0;top:21rem;left:53rem;height:1.79980625rem;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;font-style:normal;display:block; }
#nr0w1qwd0zHtXLozmtZ8d2IlkMyb79yf { position:absolute;display:block;z-index:15132;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:13.0625rem;left:63.125rem;overflow:hidden;display:block; }
#iBvTTLtHTwssGR3gPlQrvvGJ7WOz2MaW { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15137;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.125rem;left:63.1875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#XzWIGMoAwJEDEQUf5lO85sDZRGhyNkWE { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15154;line-height:1.2;letter-spacing:0;top:23.375rem;left:64.125rem;height:0.75rem;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;font-style:normal;display:block; }
#NUcefRMnuVqumwIJBBVOzvn8EODHuxyb { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15155;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.9375rem;left:64.125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#xvTLTB7b8sZLpV6BD3WxsTsB5mdoIMk9 { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15153;line-height:1.2;letter-spacing:0;top:21rem;left:64.125rem;height:1.79980625rem;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;font-style:normal;display:block; }
#eCkp3WVLh18RTRWaHuTZbRMPsbbWNIcm { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:8.3125rem;top:1.8125rem;left:2.5rem;overflow:hidden;display:block; }
#tETgttbdsxJZ5rAKPVBRHo7Bd1t30PXE { position:absolute;display:block;z-index:15157;border-bottom:0;border-left:0;border-right:0;border-top: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:10.8125rem;top:4.59375rem;left:12.75rem;overflow:hidden;display:block; }
#bDHENhFdtwzKXP6faCTPLe2CSwgKkPNf { box-sizing:content-box;color:#5d92ff;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15168;opacity:1;top:4.5625rem;left:69.3125rem; }
#bDHENhFdtwzKXP6faCTPLe2CSwgKkPNf > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; }#HyUmJhsddNGsJTb2O0N8RAQyJbkPp1w9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #045ab2, #2d7bc5);background-image: -moz-linear-gradient(90deg, #045ab2, #2d7bc5);background-image: -ms-linear-gradient(90deg, #045ab2, #2d7bc5);background-image: -o-linear-gradient(90deg, #045ab2, #2d7bc5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );";background-image: linear-gradient(90deg, #045ab2, #2d7bc5);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HyUmJhsddNGsJTb2O0N8RAQyJbkPp1w9 > .row .container { background-color: transparent; background-image: none; }#HyUmJhsddNGsJTb2O0N8RAQyJbkPp1w9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HyUmJhsddNGsJTb2O0N8RAQyJbkPp1w9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HyUmJhsddNGsJTb2O0N8RAQyJbkPp1w9 > .row .container > .video-iframe-container { display: none; }#HyUmJhsddNGsJTb2O0N8RAQyJbkPp1w9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HyUmJhsddNGsJTb2O0N8RAQyJbkPp1w9 > .row > .video-iframe-container { display: none; }#HyUmJhsddNGsJTb2O0N8RAQyJbkPp1w9 > .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); }#HyUmJhsddNGsJTb2O0N8RAQyJbkPp1w9 > .row .container { border-width: 0; border-radius: 0; }#HyUmJhsddNGsJTb2O0N8RAQyJbkPp1w9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HyUmJhsddNGsJTb2O0N8RAQyJbkPp1w9 > .row .container { font-size:0.875rem;font-family:arial;height:30.0625rem;width:75rem;position:relative;display:block; }#Izf13oUoSoMTV6f8JrbhK4T6vVL107Xl { box-sizing:content-box;height:21rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -moz-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -ms-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -o-linear-gradient(45deg, #fafb52, #8e7fde);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );";background-image: linear-gradient(45deg, #fafb52, #8e7fde);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:none; }
#ZRPgU2GtvkkzrrNvipuNksp6LOuIETkX { box-sizing:content-box;height:17.5rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:#0f172a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#JTIVTLwrwcJwJnFrIWZMMkBT9hTED16l { color:#f1f5f9;display:block;width:23.5rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:15.8125rem;left:2.75rem;height:7.7988125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#B2XAU7T5f5IGQHtAsUNAEQnng0cbF2Pa { box-sizing:content-box;height:3rem;width:18rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #045ab2, #2d7bc5);background-image: -moz-linear-gradient(45deg, #045ab2, #2d7bc5);background-image: -ms-linear-gradient(45deg, #045ab2, #2d7bc5);background-image: -o-linear-gradient(45deg, #045ab2, #2d7bc5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );";background-image: linear-gradient(45deg, #045ab2, #2d7bc5);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.125rem;left:2.75rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#DqIoV9Mu8EWVV39buUcAK5No7TGDGh0B { color:#f1f5f9;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:12.75rem;left:6.6875rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kSnQkEuDdnqOMxQJ7FUDmfwhLlvx56yg { color:#f1f5f9;display:block;width:5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15028;line-height:1.4;letter-spacing:0;top:12.75rem;left:14.125rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rclG0OzxB8gytKK7buIrXhAdSBlQDfn6 { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top: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:2rem;width:2rem;top:12.625rem;left:4.25rem;overflow:hidden;display:block; }
#cNnrngQqNt1OwWReaZwOQvBtzZ9xG0AF { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top: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:2rem;width:2rem;top:12.625rem;left:11.625rem;overflow:hidden;display:block; }
#VO6Ig6IsyHlQNlJuSdFeThTdeN6PL1VO { position:absolute;display:block;z-index:15117;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:11.8125rem;left:29.75rem;overflow:hidden;display:block; }
#NQFLX6A5AUHnTZG3LBTXKkiXcTHvBWko { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15122;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.875rem;left:29.8125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#KW6pTGRB9hKFTOVxylUPuUwXRUIsei7B { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15138;line-height:1.2;letter-spacing:0;top:19.75rem;left:30.75rem;height:1.79980625rem;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;font-style:normal;display:block; }
#zwQ5CliLoI1CMksqrhAA6rEQhOLDTX8z { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15140;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.6875rem;left:30.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#neD0X8PnESRhEMZxgudJJGNTCQBTfCxa { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15139;line-height:1.2;letter-spacing:0;top:22.125rem;left:30.75rem;height:0.75rem;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;font-style:normal;display:block; }
#kHgzHSyBn5I6C5yAXNETazXOo9NC3Rkl { position:absolute;display:block;z-index:15122;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:11.8125rem;left:40.875rem;overflow:hidden;display:block; }
#i6lg2A6bXgxuytlXChBK2Ksk9Is2wZlK { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15127;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.875rem;left:40.9375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#bb4XtcAdi7uivw7UHpqRkQ7XOfGM5xBq { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15144;line-height:1.2;letter-spacing:0;top:22.125rem;left:41.875rem;height:0.75rem;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;font-style:normal;display:block; }
#MKUu2fQoH9WUbwib4AiuloDV9AW6pbxX { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15145;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.6875rem;left:41.875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#wwPeXbIvMdaLJfVkkpzbK7Dui7FOPRPU { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15143;line-height:1.2;letter-spacing:0;top:19.75rem;left:41.875rem;height:1.79980625rem;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;font-style:normal;display:block; }
#lQ63uleKWnk2QJ8pusBdDs8SE8XPoVO9 { position:absolute;display:block;z-index:15127;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:11.8125rem;left:52rem;overflow:hidden;display:block; }
#PQNoSVDz77c7hk1uQLw9GXpmx0pU0rFU { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15132;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.875rem;left:52.0625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#kLnvFBDlU8OxJetkH2pgex5OWU7vCa4w { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15149;line-height:1.2;letter-spacing:0;top:22.125rem;left:53rem;height:0.75rem;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;font-style:normal;display:block; }
#rqLqGkH6e94ykTSdeiqvVAx5gbNVnOLR { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15150;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.6875rem;left:53rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#HDo3uFyT90zrCHSvhSHcFRHNzNsQZ4g8 { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15148;line-height:1.2;letter-spacing:0;top:19.75rem;left:53rem;height:1.79980625rem;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;font-style:normal;display:block; }
#azI5gSxiBfwzPEFcTUhdnVHQakMIzE6k { position:absolute;display:block;z-index:15132;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:11.8125rem;left:63.125rem;overflow:hidden;display:block; }
#f5Vxs7vrWNIhmDmlTH9AeTWNDIoaKM7F { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15137;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.875rem;left:63.1875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#wxFxCZ7k3RlZnK8UsqTPh46nuUD2y2y9 { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15154;line-height:1.2;letter-spacing:0;top:22.125rem;left:64.125rem;height:0.75rem;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;font-style:normal;display:block; }
#yvVbisf9ObILpHZS1yna2SLerBmdzr53 { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15155;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.6875rem;left:64.125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#AC6nmGo5XJsTW0F45agqopa4Guc1UT5X { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15153;line-height:1.2;letter-spacing:0;top:19.75rem;left:64.125rem;height:1.79980625rem;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;font-style:normal;display:block; }
#HSTM2vNTTLiT4P3zutE6pQIdctEMkixx { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:13.25rem;top:3.5625rem;left:2.75rem;overflow:hidden;display:block; }
#aphk4U2oNzMP9K2G6LVtnn8uDlnuxwg6 { position:absolute;display:block;z-index:15157;border-bottom:0;border-left:0;border-right:0;border-top: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:3rem;width:11rem;top:3.5625rem;left:18rem;overflow:hidden;display:block; }
#FTe8ttTmFwq4FSTvE0Ou8bbcslInmv4o { box-sizing:content-box;color:#5d92ff;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15168;opacity:1;top:4.0625rem;left:69.3125rem; }
#FTe8ttTmFwq4FSTvE0Ou8bbcslInmv4o > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; }#Q20oPAq8R8kM1mZL4qRS3A8AuCPTHI89 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #045ab2, #2d7bc5);background-image: -moz-linear-gradient(90deg, #045ab2, #2d7bc5);background-image: -ms-linear-gradient(90deg, #045ab2, #2d7bc5);background-image: -o-linear-gradient(90deg, #045ab2, #2d7bc5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );";background-image: linear-gradient(90deg, #045ab2, #2d7bc5);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Q20oPAq8R8kM1mZL4qRS3A8AuCPTHI89 > .row .container { background-color: transparent; background-image: none; }#Q20oPAq8R8kM1mZL4qRS3A8AuCPTHI89::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q20oPAq8R8kM1mZL4qRS3A8AuCPTHI89 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q20oPAq8R8kM1mZL4qRS3A8AuCPTHI89 > .row .container > .video-iframe-container { display: none; }#Q20oPAq8R8kM1mZL4qRS3A8AuCPTHI89 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q20oPAq8R8kM1mZL4qRS3A8AuCPTHI89 > .row > .video-iframe-container { display: none; }#Q20oPAq8R8kM1mZL4qRS3A8AuCPTHI89 > .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); }#Q20oPAq8R8kM1mZL4qRS3A8AuCPTHI89 > .row .container { border-width: 0; border-radius: 0; }#Q20oPAq8R8kM1mZL4qRS3A8AuCPTHI89 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q20oPAq8R8kM1mZL4qRS3A8AuCPTHI89 > .row .container { font-size:0.875rem;font-family:arial;height:30.0625rem;width:75rem;position:relative;display:block; }#wsic026eyzI8nEuOe9q5PsG1n9BbzDTo { box-sizing:content-box;height:21rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -moz-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -ms-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -o-linear-gradient(45deg, #fafb52, #8e7fde);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );";background-image: linear-gradient(45deg, #fafb52, #8e7fde);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:none; }
#rwAki6o1VWwkJXdd2HyuaesTe6K7X5yO { box-sizing:content-box;height:17.5rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:#0f172a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#ZJsZiDzkW6E1k0VoeUyZ8CZdsVyNGhV0 { color:#f1f5f9;display:block;width:23.5rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:15.8125rem;left:2.75rem;height:7.7988125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VF5Fr3XxDtcPgzazPoZvSOhX0VxOwdSc { box-sizing:content-box;height:3rem;width:18rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #045ab2, #2d7bc5);background-image: -moz-linear-gradient(45deg, #045ab2, #2d7bc5);background-image: -ms-linear-gradient(45deg, #045ab2, #2d7bc5);background-image: -o-linear-gradient(45deg, #045ab2, #2d7bc5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );";background-image: linear-gradient(45deg, #045ab2, #2d7bc5);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.125rem;left:2.75rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#XD6p07cdBAPgLf20VVLRTEBUOTCV2u1g { color:#f1f5f9;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:12.75rem;left:6.6875rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zM6JDiNBW1n2yRM4zkDvhlS78uAw2BaD { color:#f1f5f9;display:block;width:5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15028;line-height:1.4;letter-spacing:0;top:12.75rem;left:14.125rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EdI2uhV2DD8taTc5pWV4dshqy4L2a4Rs { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top: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:2rem;width:2rem;top:12.625rem;left:4.25rem;overflow:hidden;display:block; }
#vaQ0aA8VEiG9FVo2Qi9WT6EkmkDxzf8K { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top: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:2rem;width:2rem;top:12.625rem;left:11.625rem;overflow:hidden;display:block; }
#qVUWNMVhoHe0fdNtHpy4QuSfcWzpLsMs { position:absolute;display:block;z-index:15117;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:11.8125rem;left:29.75rem;overflow:hidden;display:block; }
#wMIIFzeLMXOdDgNfKHXVMTaJdBROmI4V { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15122;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.875rem;left:29.8125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#yQfS0EMlvI0olPLZKhLKq04NdcXD80zE { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15138;line-height:1.2;letter-spacing:0;top:19.75rem;left:30.75rem;height:1.79980625rem;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;font-style:normal;display:block; }
#bnMSDfguQ3GR0O8fQrBgizPJp1Z6h3OB { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15140;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.6875rem;left:30.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#gydrAGXl3d0BXEUeKOzx6rIrIXTKXAKw { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15139;line-height:1.2;letter-spacing:0;top:22.125rem;left:30.75rem;height:0.75rem;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;font-style:normal;display:block; }
#WxI3tuXkhz158z0olB1szvcZCZkWtUD2 { position:absolute;display:block;z-index:15122;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:11.8125rem;left:40.875rem;overflow:hidden;display:block; }
#km4LukrL8drDdsJpcslDPwg9U5GnLFpE { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15127;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.875rem;left:40.9375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#beZ6bEMpq5qvoieF9HkauFyGTZZcSCTy { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15144;line-height:1.2;letter-spacing:0;top:22.125rem;left:41.875rem;height:0.75rem;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;font-style:normal;display:block; }
#fICn0sPQrkHNqFN7V2luPZhH4fTyJmOH { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15145;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.6875rem;left:41.875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#nqVXNnBQx3tlI4gWstUz3qLz1CQTPU2E { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15143;line-height:1.2;letter-spacing:0;top:19.75rem;left:41.875rem;height:1.79980625rem;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;font-style:normal;display:block; }
#TIKs8KcTnLnT6ba20TR8kNBZWwKBHE7r { position:absolute;display:block;z-index:15127;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:11.8125rem;left:52rem;overflow:hidden;display:block; }
#yTw4PAdJdm8eAcEvtUP6bLbZoXtbdTHX { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15132;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.875rem;left:52.0625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#P1z1vChCbPMhBurumRet1CF7W6LuwN6x { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15149;line-height:1.2;letter-spacing:0;top:22.125rem;left:53rem;height:0.75rem;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;font-style:normal;display:block; }
#TUzpp5AEF1Dv5IpTXsQV28AOJax4XqSm { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15150;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.6875rem;left:53rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#qoSnMAQeWMmSUWGztnmn4uENwUq1TihF { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15148;line-height:1.2;letter-spacing:0;top:19.75rem;left:53rem;height:1.79980625rem;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;font-style:normal;display:block; }
#m2Cp7U6WdsP55HqLcf7xOuE9hbqeS87M { position:absolute;display:block;z-index:15132;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:11.8125rem;left:63.125rem;overflow:hidden;display:block; }
#XFhXesxeOiEBA5Rn2p6NkJme5DIGCLCa { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15137;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.875rem;left:63.1875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#wMkH8XDHVg9c0aDsNVtxGw8SQWXA8EJA { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15154;line-height:1.2;letter-spacing:0;top:22.125rem;left:64.125rem;height:0.75rem;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;font-style:normal;display:block; }
#rZdKHoLnmEMorB1Ry7uU2pL6QptO7qHq { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15155;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.6875rem;left:64.125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#pDBIJT6VAlrMP36C1OVGQGne0CZfzRds { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15153;line-height:1.2;letter-spacing:0;top:19.75rem;left:64.125rem;height:1.79980625rem;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;font-style:normal;display:block; }
#weMbFLU0VBqJ2rrMugaPrxZDMqu6aM11 { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:13.25rem;top:3.5625rem;left:2.75rem;overflow:hidden;display:block; }
#xc7k3slTmmcSUAvUWtpP4xaCpZSdy9PT { position:absolute;display:block;z-index:15157;border-bottom:0;border-left:0;border-right:0;border-top: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:3rem;width:11rem;top:3.5625rem;left:18rem;overflow:hidden;display:block; }
#NiMzSFLKWXkALl7TE6htdWsIHFdtaSQc { box-sizing:content-box;color:#5d92ff;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15169;opacity:1;top:4.0625rem;left:69.3125rem; }
#NiMzSFLKWXkALl7TE6htdWsIHFdtaSQc > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; }#MH4qyz9MDQrUFUhU1iczBh67QKRP71nr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #dfec19, #8e7fde);background-image: -moz-linear-gradient(90deg, #dfec19, #8e7fde);background-image: -ms-linear-gradient(90deg, #dfec19, #8e7fde);background-image: -o-linear-gradient(90deg, #dfec19, #8e7fde);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfec19', endColorstr='#8e7fde' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfec19', endColorstr='#8e7fde' );";background-image: linear-gradient(90deg, #dfec19, #8e7fde);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MH4qyz9MDQrUFUhU1iczBh67QKRP71nr > .row .container { background-color: transparent; background-image: none; }#MH4qyz9MDQrUFUhU1iczBh67QKRP71nr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MH4qyz9MDQrUFUhU1iczBh67QKRP71nr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MH4qyz9MDQrUFUhU1iczBh67QKRP71nr > .row .container > .video-iframe-container { display: none; }#MH4qyz9MDQrUFUhU1iczBh67QKRP71nr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MH4qyz9MDQrUFUhU1iczBh67QKRP71nr > .row > .video-iframe-container { display: none; }#MH4qyz9MDQrUFUhU1iczBh67QKRP71nr > .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); }#MH4qyz9MDQrUFUhU1iczBh67QKRP71nr > .row .container { border-width: 0; border-radius: 0; }#MH4qyz9MDQrUFUhU1iczBh67QKRP71nr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MH4qyz9MDQrUFUhU1iczBh67QKRP71nr > .row .container { font-size:0.875rem;font-family:arial;height:31rem;width:75rem;position:relative;display:block; }#d4ooFy5KgIPxeTi9opbnyCZBOFt76Jps { box-sizing:content-box;height:21rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -moz-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -ms-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -o-linear-gradient(45deg, #fafb52, #8e7fde);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );";background-image: linear-gradient(45deg, #fafb52, #8e7fde);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:none; }
#xeFKGxk4Sg7TGE1sxdpETHAWFokP15ge { box-sizing:content-box;height:17.5rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:#0f172a;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:10.25rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#vW1MDZUkFyISHgQQT1B5mugwV0FTRRZM { color:#f1f5f9;display:block;width:23.5rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:17.0625rem;left:2.75rem;height:7.7988125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#h97KQQatNAhLRCrfkoTz6A15STCLlfJ2 { box-sizing:content-box;height:3rem;width:18rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -moz-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -ms-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -o-linear-gradient(45deg, #fafb52, #8e7fde);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );";background-image: linear-gradient(45deg, #fafb52, #8e7fde);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.375rem;left:2.75rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#UefaNR4Ly3Lo576psliHuZkDSmQ6ByI4 { color:#0f172a;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:14rem;left:6.6875rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PtBuoibe1u6RTpGTXArVeSEKXrystkmR { color:#0f172a;display:block;width:5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15028;line-height:1.4;letter-spacing:0;top:14rem;left:14.125rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EXTKWW6J5o4UNMCpoxLDq5Ovk1At3IT4 { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top: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:2rem;width:2rem;top:13.875rem;left:4.25rem;overflow:hidden;display:block; }
#beWnUrOLzldynuI20V0JupipcPxyTHNk { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top: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:2rem;width:2rem;top:13.875rem;left:11.625rem;overflow:hidden;display:block; }
#zWac0Li9oE1xkTqpmDnQ6ObpVNPAmTvP { position:absolute;display:block;z-index:15117;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:13.0625rem;left:29.75rem;overflow:hidden;display:block; }
#TSXlc0l9C2DN8GUrewt0QQcqxHvVO49q { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15122;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.125rem;left:29.8125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#f7DLAS7nt6E5IHHEHOyBnSeXUCU3KLQQ { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15138;line-height:1.2;letter-spacing:0;top:21rem;left:30.75rem;height:1.79980625rem;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;font-style:normal;display:block; }
#LXgIwl1xfaeT9X6tKeVOT1qB8bgIKB0y { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15140;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.9375rem;left:30.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#TdolcxwAd0nCDBeMlsvak43siENe27Rg { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15139;line-height:1.2;letter-spacing:0;top:23.375rem;left:30.75rem;height:0.75rem;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;font-style:normal;display:block; }
#IqRCbpI5T9JUEVLQvKH5wUwoyo4fHW5P { position:absolute;display:block;z-index:15122;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:13.0625rem;left:40.875rem;overflow:hidden;display:block; }
#Iew5fSbh7vJogZ3VurfMrMtryVRZx89R { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15127;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.125rem;left:40.9375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#XqbM3nd3KlGUAunZnTSRy3izHLMPZGGy { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15144;line-height:1.2;letter-spacing:0;top:23.375rem;left:41.875rem;height:0.75rem;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;font-style:normal;display:block; }
#BHpPlz9E4PllwXAeWQbayvGwdMTrtaMW { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15145;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.9375rem;left:41.875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#xux5DqW97EqNZ98PhCgugHbwNDs6iCgG { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15143;line-height:1.2;letter-spacing:0;top:21rem;left:41.875rem;height:1.79980625rem;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;font-style:normal;display:block; }
#QDl7yxHoK02NqfN3ZxKDAA8Nn5ncWvbn { position:absolute;display:block;z-index:15127;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:13.0625rem;left:52rem;overflow:hidden;display:block; }
#wKKHJFQEDCgqLsMPzOkPetqkwIGaTOMg { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15132;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.125rem;left:52.0625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#woUHix5eu3Wd1JxRUK1pkTvEpycvihH5 { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15149;line-height:1.2;letter-spacing:0;top:23.375rem;left:53rem;height:0.75rem;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;font-style:normal;display:block; }
#WkOb6aJ1AwJ0arVOOm2zS3VyxlNIOceL { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15150;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.9375rem;left:53rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#gGUom1aG3pB0DQbsG704UXfqDTlysT8S { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15148;line-height:1.2;letter-spacing:0;top:21rem;left:53rem;height:1.79980625rem;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;font-style:normal;display:block; }
#myWuTTJO1W8PLZMzXmmTi4lK5uEcA1Vc { position:absolute;display:block;z-index:15132;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:13.0625rem;left:63.125rem;overflow:hidden;display:block; }
#chTdeF7qTG3NebPAxzzlfoQNbAdJUbNG { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15137;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.125rem;left:63.1875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#eZJWtt0EDGFCEuK51CWTUegasfO0nGpu { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15154;line-height:1.2;letter-spacing:0;top:23.375rem;left:64.125rem;height:0.75rem;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;font-style:normal;display:block; }
#hUPlLr3aKybOMAPzPL1Kd3NvwOIx8bfs { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15155;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.9375rem;left:64.125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#aU4b4nnNqffx8EpGvA1aT4bfMGDgI597 { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15153;line-height:1.2;letter-spacing:0;top:21rem;left:64.125rem;height:1.79980625rem;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;font-style:normal;display:block; }
#CpUxzoy9mXy7vOO2Zks2P289sJOd46Qg { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:8.3125rem;top:1.8125rem;left:2.5rem;overflow:hidden;display:block; }
#PqpVTazbIWnmCc3mAS3tNsbgCQO5ETp6 { position:absolute;display:block;z-index:15157;border-bottom:0;border-left:0;border-right:0;border-top: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:10.8125rem;top:4.59375rem;left:12.75rem;overflow:hidden;display:block; }
#EDLsIUBbvCcNNlt91dGcIuheQyUpCeIU { box-sizing:content-box;color:#5d92ff;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15170;opacity:1;top:4.5625rem;left:69.3125rem; }
#EDLsIUBbvCcNNlt91dGcIuheQyUpCeIU > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; }#E6K173bb53JMlxWFbhgDV7WH7UUDSevx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f5f9;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; }#E6K173bb53JMlxWFbhgDV7WH7UUDSevx > .row .container { background-color: transparent; background-image: none; }#E6K173bb53JMlxWFbhgDV7WH7UUDSevx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E6K173bb53JMlxWFbhgDV7WH7UUDSevx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E6K173bb53JMlxWFbhgDV7WH7UUDSevx > .row .container > .video-iframe-container { display: none; }#E6K173bb53JMlxWFbhgDV7WH7UUDSevx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E6K173bb53JMlxWFbhgDV7WH7UUDSevx > .row > .video-iframe-container { display: none; }#E6K173bb53JMlxWFbhgDV7WH7UUDSevx > .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); }#E6K173bb53JMlxWFbhgDV7WH7UUDSevx > .row .container { border-width: 0; border-radius: 0; }#E6K173bb53JMlxWFbhgDV7WH7UUDSevx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E6K173bb53JMlxWFbhgDV7WH7UUDSevx > .row .container { font-size:0.875rem;font-family:arial;height:40.875rem;width:75rem;position:relative;display:block; }#sbUSHiLwJhszLkPQ16O7nI21uApWAOMZ { color:rgba(var(--color-primary-4),1);display:block;width:75rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:5.0625rem;left:0rem;height:3.8999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NowlUC6brcnOqnX4K95mLA3LT6JmyOz9 { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.875rem;width:38rem;top:10.9375rem;left:18.5rem;overflow:hidden;display:block; }
#ETT3GdBIb4NGvIJ33GwEWgCT33q9RKGJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f172a;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; }#ETT3GdBIb4NGvIJ33GwEWgCT33q9RKGJ > .row .container { background-color: transparent; background-image: none; }#ETT3GdBIb4NGvIJ33GwEWgCT33q9RKGJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETT3GdBIb4NGvIJ33GwEWgCT33q9RKGJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETT3GdBIb4NGvIJ33GwEWgCT33q9RKGJ > .row .container > .video-iframe-container { display: none; }#ETT3GdBIb4NGvIJ33GwEWgCT33q9RKGJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETT3GdBIb4NGvIJ33GwEWgCT33q9RKGJ > .row > .video-iframe-container { display: none; }#ETT3GdBIb4NGvIJ33GwEWgCT33q9RKGJ > .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); }#ETT3GdBIb4NGvIJ33GwEWgCT33q9RKGJ > .row .container { border-width: 0; border-radius: 0; }#ETT3GdBIb4NGvIJ33GwEWgCT33q9RKGJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ETT3GdBIb4NGvIJ33GwEWgCT33q9RKGJ > .row .container { font-size:0.875rem;font-family:arial;height:16rem;width:75rem;position:relative;display:block; }#NRIODXZE6iqMP1SrGtHKL1k7M5i021Ha { box-sizing:content-box;height:6.5rem;width:25rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), #dfec19);background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), #dfec19);background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), #dfec19);background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), #dfec19);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#dfec19' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#dfec19' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), #dfec19);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.5rem;left:25rem;border-top-right-radius:6.5rem;border-bottom-right-radius:6.5rem;border-bottom-left-radius:6.5rem;border-top-left-radius:6.5rem;display:block; }
#d0ifOWXaWrfcMgLqHrWLz7FSIGS5H1rb { box-sizing:content-box;height:6.5rem;width:25rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.5rem;left:0rem;border-top-right-radius:6.5rem;border-bottom-right-radius:6.5rem;border-bottom-left-radius:6.5rem;border-top-left-radius:6.5rem;display:block; }
#Q4PrApnHtmztuohRv5JG9Rl6LC1WnpLM { box-sizing:content-box;height:6.5rem;width:25rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.5rem;left:50rem;border-top-right-radius:6.5rem;border-bottom-right-radius:6.5rem;border-bottom-left-radius:6.5rem;border-top-left-radius:6.5rem;display:block; }
#dnzsyN6opaRSX9GPwlMV45pLezNia6Or { box-sizing:content-box;height:6.5rem;width:25rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #35bb93, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #35bb93, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #35bb93, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #35bb93, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#35bb93', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#35bb93', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #35bb93, rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1rem;left:50rem;border-top-right-radius:6.5rem;border-bottom-right-radius:6.5rem;border-bottom-left-radius:6.5rem;border-top-left-radius:6.5rem;display:block; }
#HSQaeNJEupAaBCkc5tvMGvCAAWcvNSXe { box-sizing:content-box;height:6.5rem;width:50rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -moz-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -ms-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -o-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#00000000' );";background-image: linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1rem;left:0rem;border-top-right-radius:6.5rem;border-bottom-right-radius:6.5rem;border-bottom-left-radius:6.5rem;border-top-left-radius:6.5rem;display:block; }
#C5RhMPzpfd2mRBGSuJHelpsCrvNCUZR2 { position:absolute;display:block;z-index:15155;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:10.9375rem;top:4.5rem;left:0rem;overflow:hidden;display:block; }
#AIUECcStG67r4FClkmBObuGlfT09r2o4 { color:#f1f5f9;display:block;width:11rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15156;line-height:1.4;letter-spacing:0;top:9.5rem;left:0rem;height:2.0996125rem;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;font-style:normal;display:block; }
#ZvP3M9JecD2bUEkdP2wr3SxHeEGhnZ9l { color:#f1f5f9;display:block;width:14rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15157;line-height:1.4;letter-spacing:0;top:3.875rem;left:61rem;height:2.0996125rem;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; }
#ympdMITTvHhmld6N9yuOykRCpvvH8AVr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15155;opacity:1;top:6.6875rem;left:71.875rem; }
#ympdMITTvHhmld6N9yuOykRCpvvH8AVr > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#hFbAn2FGGOAnGlD6JTSTsosd8BySyAh0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15156;opacity:1;top:6.6875rem;left:68rem; }
#hFbAn2FGGOAnGlD6JTSTsosd8BySyAh0 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#yGd8x2zS5TylVSrCELzVnDQ4u78rCVnT { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15157;opacity:1;top:7rem;left:64.5rem; }
#yGd8x2zS5TylVSrCELzVnDQ4u78rCVnT > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#CEAJRdNh4QFTPVe9J5WyWIFnRRv16S15 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15158;opacity:1;top:6.6875rem;left:60.75rem; }
#CEAJRdNh4QFTPVe9J5WyWIFnRRv16S15 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#ByPTyxnWZ0EFyzpThlcGxQotnIx4brbf { color:#f1f5f9;display:block;width:14rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15158;line-height:1.4;letter-spacing:0;top:10.75rem;left:61rem;height:1.3999rem;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; }
#H2buQGLtKzQyNNzWZIyHfdUdGsINSdz7 { box-sizing:content-box;height:16rem;width:75rem;position:absolute;display:block;z-index:15154;background-color:rgba(15,23,42,0.64);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;display:block; }
#lNLHrZprip2bowC4ETK840aRC5EmvuZq { box-sizing:content-box;height:6.5rem;width:50rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -moz-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -ms-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -o-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#00000000' );";background-image: linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1rem;left:0rem;border-top-right-radius:6.5rem;border-bottom-right-radius:6.5rem;border-bottom-left-radius:6.5rem;border-top-left-radius:6.5rem;display:none; }
#iPmTCftfBlxepLgxkT06u6EXMUKvmTqX { box-sizing:content-box;height:6.5rem;width:50rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -moz-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -ms-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -o-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#00000000' );";background-image: linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1rem;left:0rem;border-top-right-radius:6.5rem;border-bottom-right-radius:6.5rem;border-bottom-left-radius:6.5rem;border-top-left-radius:6.5rem;display:none; }
#Ds2zAxnWDxvRsfrIRPdvu5fO5X4Q1uA0 { box-sizing:content-box;height:6.5rem;width:50rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -moz-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -ms-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -o-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#00000000' );";background-image: linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1rem;left:0rem;border-top-right-radius:6.5rem;border-bottom-right-radius:6.5rem;border-bottom-left-radius:6.5rem;border-top-left-radius:6.5rem;display:none; }
#DuAQ7EwLOwvhrx0opANqrCFfIOqOcGGi { box-sizing:content-box;height:6.5rem;width:50rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -moz-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -ms-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -o-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#00000000' );";background-image: linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1rem;left:0rem;border-top-right-radius:6.5rem;border-bottom-right-radius:6.5rem;border-bottom-left-radius:6.5rem;border-top-left-radius:6.5rem;display:none; }
#IbqWDh05tTQitqhS5Xs51cFIEi9XssZk { box-sizing:content-box;height:6.5rem;width:50rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -moz-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -ms-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -o-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#00000000' );";background-image: linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1rem;left:0rem;border-top-right-radius:6.5rem;border-bottom-right-radius:6.5rem;border-bottom-left-radius:6.5rem;border-top-left-radius:6.5rem;display:none; }
#VIEPrSFaFpts81NA96X8UHd0GfAJMfXc { box-sizing:content-box;height:6.5rem;width:50rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -moz-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -ms-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -o-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#00000000' );";background-image: linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1rem;left:0rem;border-top-right-radius:6.5rem;border-bottom-right-radius:6.5rem;border-bottom-left-radius:6.5rem;border-top-left-radius:6.5rem;display:none; }
#oL7BeQ1X9yZ0PphnqT8NF2OqMtd3Eu32 { box-sizing:content-box;height:18rem;width:50rem;position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #045ab2, #00427b);background-image: -moz-linear-gradient(45deg, #045ab2, #00427b);background-image: -ms-linear-gradient(45deg, #045ab2, #00427b);background-image: -o-linear-gradient(45deg, #045ab2, #00427b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#00427b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#00427b' );";background-image: linear-gradient(45deg, #045ab2, #00427b);background-size:auto !important;box-shadow: -0.25rem -0.25rem 1.5rem rgba(2,6,23,0.48) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.3125rem;left:12.5rem;border-top-right-radius:4rem;border-bottom-right-radius:4rem;border-bottom-left-radius:4rem;border-top-left-radius:4rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PQLc1O8W3SQQcZUzSCaLqbEDLIsoAJT7 { display:block; }#PQLc1O8W3SQQcZUzSCaLqbEDLIsoAJT7 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TOp2a2x5I8vyLWDgear03f8fVuf5hueM { width:6.125rem;height:2.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScBEyDsv5Bd4c6lXztVI1tXwM5QVmZzi { top:1.25rem;left:28.5625rem;width:19.1875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ak4dnWxRewq5IfcPpcXBvROLyUNWMACN { width:8rem;height:2.5625rem;top:1.25rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPTUQlK0v23ANM6zyn0AGTEggsl8fuxL { display:block; }
 }@media only screen and (max-width: 763px) { #rmsrcdIiTrCsRytab2DehvEayDiTelSU { width:8rem;height:2.5625rem;top:1.25rem;left:32.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #utIt0CEBmVts9Txl0dSOnRFSChSd13wq { display:block; }
 }@media only screen and (max-width: 763px) { #ynIIQQoRzgbuX7kXiICKUkiyUztmZhOC { display:block; }#ynIIQQoRzgbuX7kXiICKUkiyUztmZhOC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mwR6xhgz44vJRmSqrTA1za5vRxAtcqrF { top:23.9375rem;left:0rem;width:37.5rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vW7xy381C5FMnhawNpL03uSttHlsAHdz { top:23.9375rem;left:10.25rem;width:37.5rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vv5G7qepUUfNBPSPmwGtdPJyk8IFwOdK { top:16.4375rem;left:22.75rem;width:25rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2qAleFboilgL6SwkZOcneNgTnWTuTog { top:16.4375rem;left:11.375rem;width:25rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZnfCJbJHuS0R00BrprhVAWLIbX4G0ho { top:16.4375rem;left:0rem;width:25rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXTr3lL7ZPAeecDRIenASFaakaC6obrn { top:8.9375rem;left:0rem;width:47.75rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0IZQHL88H7EiKbxVmVrkHEhKIa8mQhw { top:1.4375rem;left:0rem;width:37.5rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbNqrnEDlKn32cl6CkA6PZKdOf1T6oq0 { top:1.4375rem;left:10.25rem;width:37.5rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBzou6JFI3RfkHFoe4Pl1DByNthzOivZ { top:8.9375rem;left:22.75rem;width:25rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sp1bGg42TTTSyzz1cMtwTXQlckIKTtJa { top:4rem;left:8.0625rem;width:31.6875rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3Hh2PWAgJJvJtcl7fWduAT5k0k4hnqK { top:0rem;left:0rem;width:47.75rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TASrnR0CKWFhBQMFPWyaRxpJsz76On9V { top:27.4375rem;left:5.5rem;width:36.75rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJX37tEgkv3F5myQBKconmc1zvR4rnXQ { width:26.5rem;height:4.5rem;top:29.5625rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwopX3o3DhS5vg5KD8IFVceP4TOTUVQw { display:block; }
 }@media only screen and (max-width: 763px) { #QBr3yzTqXlisKdSbihsGSe1sLNBA9teZ { top:15.9375rem;left:8rem;width:15rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0irIgAkT8EiZ0ihK2FNhAI1NSvDucnS { top:15.9375rem;left:24.75rem;width:15rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebKJnGO5lKx2JlIXTrJRHL9KvIwIqwlt { display:block; }#ebKJnGO5lKx2JlIXTrJRHL9KvIwIqwlt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vE1d3Jm25zZAQLD0VBykaScNnbZdMIev { top:27rem;left:0rem;width:47.75rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmJCFFUEQqbF6ADQAGuC7UltRJIytLX6 { top:20.25rem;left:0rem;width:47.75rem;height:5.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8EBJF3slPZdRsiKuOTlKOTUL3mpXABk { top:11.75rem;left:0rem;width:47.75rem;height:7rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRkA1pH39NbKmTaPVOoPDldzacDVJ6Bh { top:9.25rem;left:0rem;width:47.75rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExMulZJ8Gg19hcXf4LN7BSI6ut2yg0SZ { top:6.125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqcBksfZpOUufvHxMlHpKXDzLpicsTQX { display:block; }#dqcBksfZpOUufvHxMlHpKXDzLpicsTQX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M8Kx2cJq70B8G7MZcvBLi3cFX05WMkyt { top:1.5rem;left:0rem;width:23rem;height:48rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMmvVHAE939KL24XiPhPoFZpKBWHhsqK { top:0rem;left:0rem;width:12.5rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUlJZzh8IlAlHkNBIthBcFydqzim3dU8 { top:0.5rem;left:0rem;width:12.5rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKrlw16hFvAuc8AlK2kO80zW9TC4JPau { top:0rem;left:15.875rem;width:12.5rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPXMkg4wuEu66T7EcgyJHVT3U74TU7ax { top:0.625rem;left:15.875rem;width:12.5rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8ZaATpASIecZo9DfdJ1SBB7gkMUVXGS { top:1.5rem;left:8.75rem;width:23rem;height:48rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDM7bmxrATv6w94RH24Z0nDRcQpt5D7g { top:0rem;left:31.75rem;width:12.5rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgGEzohSzAWwdCbtx6rNxNwZNEmnEPaa { top:0.625rem;left:31.75rem;width:12.5rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tgb4ZBN8OCfRuw21a7IRJkMcfp3qARTV { top:1.5rem;left:24.625rem;width:23rem;height:39.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iU8mIUD9xyT3Up59pde6EgDz3NrRRc12 { top:4.5rem;left:0rem;width:19rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WK24RDz90hK1uhI5OihcgpslTfg4UqDn { top:6.875rem;left:0rem;width:16.5rem;height:4.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4kCA0bXovokv2xItPb2medgUyJ7FBy7 { top:4.4375rem;left:8.4375rem;width:2rem;height:2rem;display:block; }
#r4kCA0bXovokv2xItPb2medgUyJ7FBy7 > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #NrH91M97JvxzfLKeP35C6LaXPEovPXxa { top:15.6875rem;left:0rem;width:16.5rem;height:4.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaAxOsc084bmJEQ5PEX28U7dSVuec4Ul { top:13.3125rem;left:0rem;width:19rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfSKFSSCcMvsoaimErCXyOoxF5sIU9WQ { top:13.25rem;left:8.4375rem;width:2rem;height:2rem;display:block; }
#FfSKFSSCcMvsoaimErCXyOoxF5sIU9WQ > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #griqvabtBAm6w4PJnCNzNQn48K7GOwet { top:24.5rem;left:0rem;width:16.5rem;height:4.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJ2pz8tnSXLlpxeGbWUinNNyvtabfwD4 { top:22.125rem;left:0rem;width:19rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXPDcn5TuKVR6GI2rKNr1ULIcZO4AwfB { top:22.0625rem;left:8.9375rem;width:2rem;height:2rem;display:block; }
#CXPDcn5TuKVR6GI2rKNr1ULIcZO4AwfB > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #ZB4ucwT4vqfCaEXEvCvoBotM32mvdUAL { top:33.3125rem;left:0rem;width:16.5rem;height:4.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzTmvsmdTAE6IpK8fqXlnWcTc5QOp0G7 { top:30.9375rem;left:0rem;width:19rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zABgT469AsuuVsWTCaV20CtIiBCWaTay { top:30.875rem;left:8.9375rem;width:2rem;height:2rem;display:block; }
#zABgT469AsuuVsWTCaV20CtIiBCWaTay > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #P2pwZVNDtpp4aC1kMCqOc1Dckwi4kVUc { top:33.5625rem;left:12.75rem;width:16.5rem;height:4.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJIKUNsgNX2Gm0Bep0eoaNmflMc1LGgA { top:31.1875rem;left:12.75rem;width:19rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJdCFUzzZOcxSXNZZTFrVqd0i2XDJd7n { top:31.125rem;left:25.8125rem;width:2rem;height:2rem;display:block; }
#oJdCFUzzZOcxSXNZZTFrVqd0i2XDJd7n > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #xB9Xi9aNXoWQQgvB7NOAIgdSk71AUXTB { top:24.75rem;left:12.75rem;width:16.5rem;height:4.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E95E7KhPlViKCJRT5gVUWJzs03VOmubH { top:22.375rem;left:12.75rem;width:19rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhWyQa0MRJad5qk7i25m53Owc4cEgrNk { top:22.3125rem;left:25.8125rem;width:2rem;height:2rem;display:block; }
#xhWyQa0MRJad5qk7i25m53Owc4cEgrNk > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #ci7ThZGVOVTQ8uZOBp5A1ft9wTZhh8qw { top:15.9375rem;left:12.75rem;width:16.5rem;height:4.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0XqwTzK66ydxet3JXtcPOXslwdZD0iC { top:13.5625rem;left:12.75rem;width:19rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4sIoDm3JpwPnd41ouuqT75vHn9fCMIs { top:13.5rem;left:25.375rem;width:2rem;height:2rem;display:block; }
#N4sIoDm3JpwPnd41ouuqT75vHn9fCMIs > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #owLJD2Pcw7g5Wybysms3kbG1J6reCoK2 { top:7.1875rem;left:12.75rem;width:16.5rem;height:4.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #czmTp2bkWeW2DfHyUvnaiMPx0R1TJ79m { top:4.75rem;left:12.75rem;width:19rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbUEQcd1G9RNTRcemLVaX5ZtWT8HFLne { top:4.75rem;left:25.5rem;width:2rem;height:2rem;display:block; }
#zbUEQcd1G9RNTRcemLVaX5ZtWT8HFLne > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #wFwRC4H2KZHTImtRFyaAkuWc8fS8skwK { top:33.5625rem;left:28.625rem;width:16.5rem;height:4.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgkJO5SuWIBiFI6vXZDGcOwVrTtoUThy { top:31.1875rem;left:28.625rem;width:19rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNExNAr0MUgJFfITGwBS8Kh9hyQo5Vul { top:31.125rem;left:42.625rem;width:2rem;height:2rem;display:block; }
#aNExNAr0MUgJFfITGwBS8Kh9hyQo5Vul > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #GiI9ReZulO0CRDEJzllqFfrXtPy1S8gW { top:24.75rem;left:28.625rem;width:16.5rem;height:4.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bo8RgMdxPrheqZ51Eq09PnbyOP3Qah40 { top:22.375rem;left:28.625rem;width:19rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1utCAXATwV7iLr4yKP02Ucfc3cKTmFk { top:22.3125rem;left:42.6875rem;width:2rem;height:2rem;display:block; }
#G1utCAXATwV7iLr4yKP02Ucfc3cKTmFk > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #Jt3XSiRgbzCFPns1h0X80ZM3Tm2SevCJ { top:15.9375rem;left:28.625rem;width:16.5rem;height:4.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTmXRdJ7aZ272b56kCS7uEWp3APPQeST { top:13.5625rem;left:28.625rem;width:19rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRDg3SGIB1frAdwBcsgfrQRWWoVEyHeW { top:13.5rem;left:42.1875rem;width:2rem;height:2rem;display:block; }
#uRDg3SGIB1frAdwBcsgfrQRWWoVEyHeW > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #yac5TVsVRRwW5wVhDOAu76rek3wKTzfi { top:7.1875rem;left:28.625rem;width:16.5rem;height:4.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADisl3RNnLpJrtv0TBJ0e7dimLopl6Jk { top:4.75rem;left:28.625rem;width:19rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #edQHvx22W4JqbKulKW81TUo9KykvQ5eZ { top:4.75rem;left:42.375rem;width:2rem;height:2rem;display:block; }
#edQHvx22W4JqbKulKW81TUo9KykvQ5eZ > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #l8TGKeI81fo2nfGdZQqnp00QBzeREKtw { top:42.0625rem;left:0rem;width:16.5rem;height:4.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6xkfC1B31VmLhlDHKZ8Ayk45yWW0cT9 { top:39.6875rem;left:0rem;width:19rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #slmPwZX3nz8ar4SkSnpUdCyPrDmszG3B { top:39.625rem;left:8.9375rem;width:2rem;height:2rem;display:block; }
#slmPwZX3nz8ar4SkSnpUdCyPrDmszG3B > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #ZkObux3IXOdFTW82ABkqN15TIaHDGmaG { top:39.9375rem;left:12.75rem;width:19rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTzE6oLr3DUN79B5T8ObU3anHKItXNNt { top:42.3125rem;left:15.25rem;width:16.5rem;height:4.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPqTHZ0Utlv0wLLtOFaeiRBhWNtmg2G5 { top:39.875rem;left:25.8125rem;width:2rem;height:2rem;display:block; }
#sPqTHZ0Utlv0wLLtOFaeiRBhWNtmg2G5 > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #lsMcbgJnB30DTxhlg03bFpTzA4TAvcQC { display:block; }#lsMcbgJnB30DTxhlg03bFpTzA4TAvcQC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FXbR1xH5vR0dXVMXLVSQwZJiwaTKNSeQ { top:4rem;left:0rem;width:47.75rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #d81Z2XGJb6fqslyIg87n7Ewp0F7nRKJX { top:9rem;left:0rem;width:47.75rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2PL5mnN7bdeVACMroQSQBriuOKEZpvS { top:15.8125rem;left:0rem;width:23.5rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnTEtvkDuFwoWc0tLqILJmch2GN4dLZ6 { top:12.125rem;left:0rem;width:18rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbBvOI1VWZxOTeAu1L0SOoPpuPOAGlsc { top:12.75rem;left:0rem;width:4.5rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMoWu7qD4cmKDkKUnnDN7mX5M4clmrrw { top:12.75rem;left:0.5rem;width:5rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQDUFkL02qUhUZTTD8SHwtN4m8uNkvax { top:12.625rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucKhfkmKOG8m3Sm4lmWX3zMfVCRlxpxF { top:12.625rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXi8aU9kKnrxf9Xw3sBwKauaHig1O2bM { top:11.8125rem;left:16.125rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTkiwsLcLCvds3WR8UhaJ4gqyKMVMUBz { top:18.875rem;left:16.1875rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMFTcew7LM9ESKd9y5304TFkHXkUwu2K { top:19.75rem;left:17.125rem;width:7.125rem;height:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtzuBiiyWz50ldRxFIRrgM9hh868HBvt { top:21.6875rem;left:17.125rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBHMhBKEAE3F6N4mWyPrvMrDMuoKewsV { top:22.125rem;left:17.125rem;width:7.125rem;height:0.75rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvCzOxrcafsZqBmtrqbhNk0TBKKBtUMk { top:11.8125rem;left:27.25rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzWR7oe7iz6zLxm6R0Udv3lIvtTvT90V { top:18.875rem;left:27.3125rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIo1z9DkGPU5AO48Q4m1Ko35yXiBaFaz { top:22.125rem;left:28.25rem;width:7.125rem;height:0.75rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFE3qH2nn9nnxWhMTShmLWOHpBU7VNgZ { top:21.6875rem;left:28.25rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7uTJi8tEATgdUWg3O4mcgWDMJeaVlf9 { top:19.75rem;left:28.25rem;width:7.125rem;height:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAlb7tCGHSmcVZqs9Q2hEpsT4uobPhd6 { top:11.8125rem;left:38.375rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #qef6uU4nuxEbaIOQWuK5A5nv0G3Np6X1 { top:18.875rem;left:38.4375rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ti2OzQireQ7SAK2g7L8wz62HX2snaWPr { top:22.125rem;left:39.375rem;width:7.125rem;height:0.75rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRMsDqTsVd9n4qy02vOT0sgkkTTu8BpF { top:21.6875rem;left:39.375rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqpsi6K6OTTbQlhdN6VToTUO63xaaFL1 { top:19.75rem;left:39.375rem;width:7.125rem;height:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HB52PdBWiO5wG3vMpLzIHx0Qlv4UD4XK { top:11.8125rem;left:38.625rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0UciyoqqFhqm8RzU1vW8hUuMTKNNiqT { top:18.875rem;left:38.625rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJgmd2ef8TGftKog5PsDroyLF9PAD7rV { top:22.125rem;left:40.625rem;width:7.125rem;height:0.75rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayJL3t17xEKazbp9Z2QSPpIAntNwSVpB { top:21.6875rem;left:40.625rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qq2V0hADqRtla1EHEZnN3iLQ82p1WIf0 { top:19.75rem;left:40.625rem;width:7.125rem;height:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9P781eWTaGRgswz7dmZMfhvBOl28Jlh { top:3.5625rem;left:0rem;width:13.25rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7X5F7FcSFpy3ZdgnrMwfygVlMV2KmH7 { top:3.5625rem;left:4.9375rem;width:11rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIOQncRy3T78dCFAUmQ89Xs8eAdf4Qz5 { top:4.0625rem;left:44.75rem;width:3rem;height:3rem;display:block; }
#FIOQncRy3T78dCFAUmQ89Xs8eAdf4Qz5 > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { #P5MDciCUhyFOgFnTNqMSWvcLf8TQpe2M { display:block; }#P5MDciCUhyFOgFnTNqMSWvcLf8TQpe2M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kp7zUGMHdnVLmsqhk6hOxCuzuEbQTlD4 { top:4rem;left:0rem;width:47.75rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghL3Aa1GHobn6EHBKF21T4NcURI09HLo { top:9rem;left:0rem;width:47.75rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9u24prZHk6nmdAoBkz32BUFhMQxsQ9b { top:15.8125rem;left:0rem;width:23.5rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCdWxM6tAUDVn4QWkBPnHiuJ52B9g1ub { top:12.125rem;left:0rem;width:18rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfCLkPXZ8sZqy8Uc0Cle81A5gMuuwToI { top:12.75rem;left:0rem;width:4.5rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnURAKlQT1tlGDQTkP3TgTraIBTKPHea { top:12.75rem;left:0.5rem;width:5rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfSxdFEEy5WM46uRBzuxGiSSmVqL9ZTx { top:12.625rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eya2pscVRN9puSL36F08TgJN9dqf7DuQ { top:12.625rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNoibxxexQBCGec2WyAlXtSmL0VfW62a { top:11.8125rem;left:16.125rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #VT1MUCwpOG2997QEc5XTL4csxfgDhqA7 { top:18.875rem;left:16.1875rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sbv5ZwKvWEyGbOvEThU6ZmnnvMUixszW { top:19.75rem;left:17.125rem;width:7.125rem;height:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgK6hhWcIfGWVvpMMDeGih6RfkbybNWE { top:21.6875rem;left:17.125rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpWVT0cW5hr42cO0ys9s5wTMaeoFFZES { top:22.125rem;left:17.125rem;width:7.125rem;height:0.75rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSJaR7HGsMsWp7CTShTGSQxppK5nlpBF { top:11.8125rem;left:27.25rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyVQngxcBvrXW7xSCLWA0TnKqFSrfVZk { top:18.875rem;left:27.3125rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzMkDeD1w78TVyLD0E65IBnLJCVtPnvT { top:22.125rem;left:28.25rem;width:7.125rem;height:0.75rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJ13bm4ebrvGSHK4fsyIkouBRCPkxK95 { top:21.6875rem;left:28.25rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnVhZqsbbBp6OAzBn63p4IeomhdXtdeq { top:19.75rem;left:28.25rem;width:7.125rem;height:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyXQWbQOMniBIausxUbFigDZVuO2CE1k { top:11.8125rem;left:38.375rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyCK3TeQquApLUQLPG4TIGsWd59uI0SO { top:18.875rem;left:38.4375rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxTc6CFHoEqqAZdUp8GydQfepzPJyrlo { top:22.125rem;left:39.375rem;width:7.125rem;height:0.75rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fS52gG1KaOKFUZPK49coDNVDpKeEbWXU { top:21.6875rem;left:39.375rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPOq7P0cSlWZHmz8tMMCzTFaXPJCeuPd { top:19.75rem;left:39.375rem;width:7.125rem;height:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGwJSyJG88l7TkGOy3SKgdmkcBmwbnNi { top:11.8125rem;left:38.625rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5C6KsDfIsm4vAS8TQ3loNTwF6vDsuyv { top:18.875rem;left:38.625rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALoxRQNaE1Qk28cT3SKnRHyc7TCUvknt { top:22.125rem;left:40.625rem;width:7.125rem;height:0.75rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIB1lwef2J7aikPTtrbiALhDFZL3qZXw { top:21.6875rem;left:40.625rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6yPNPmXQVv9mhPoc88CyN6ultyLqBvP { top:19.75rem;left:40.625rem;width:7.125rem;height:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7FTzF3xTtFxSDvoKT31dunK6ZrM63Rb { top:3.5625rem;left:0rem;width:13.25rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzB9b2v58IoG6zcxcdsMF58Xl2ZTOlZ3 { top:3.5625rem;left:4.375rem;width:11rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqORs13A4UC9r9m5SRDm0waIyCildseL { top:4.0625rem;left:44.75rem;width:3rem;height:3rem;display:block; }
#iqORs13A4UC9r9m5SRDm0waIyCildseL > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { #TxuZxfQ5krVnKD9kKiJTHCNfTb0u19hH { display:block; }#TxuZxfQ5krVnKD9kKiJTHCNfTb0u19hH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J5rfPIW80MJPPItsGXIEKIuNQzOipu05 { top:4rem;left:0rem;width:47.75rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkdpkURy00XVaAbZmFHdXCnsLZRAJw6R { top:9rem;left:0rem;width:47.75rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTDrnFraQSAysEg2LGQ9QaN2q1CDUqPN { top:15.8125rem;left:0rem;width:23.5rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcOr7OFs9q2fwT95BnXWVBEUibXCmbu1 { top:12.125rem;left:0rem;width:18rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFGcVw8cHqSVnPCCV1xdy522QZGab2UR { top:12.75rem;left:0rem;width:4.5rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7yKyLr1D8IvA77h6yh4PEFw4wGtJ6iF { top:12.75rem;left:0.5rem;width:5rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhScLpiTWvLfZTDtxRVwuRHE4iN4anM9 { top:12.625rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #edeU2twTc2W8VOi6HDiFWUVkMG7dJku8 { top:12.625rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFkg4mvBLB7XHmQQEiAxdfTytryHVfaV { top:11.8125rem;left:16.125rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7Qvh5liv5ABTaZf6XtDnVgSJnXtI4mk { top:18.875rem;left:16.1875rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPMmdhoG9ATlnAUvJp7wJeGuTHD0zJ4e { top:19.75rem;left:17.125rem;width:7.125rem;height:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0lNkHwpdta9GUqpS4Em4QJ03rG1iRSI { top:21.6875rem;left:17.125rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQ2DuBsrlCdXWg4FuKtXMMSlOthSyphP { top:22.125rem;left:17.125rem;width:7.125rem;height:0.75rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJMlpeumMvfXmwUQ8r7pXTTiLwFWEgm8 { top:11.8125rem;left:27.25rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mamy53SAiFc99nI8TOfTiVJm5C6k4yQw { top:18.875rem;left:27.3125rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyHtK1umBzISCtuSiH7oTz3zWxiQqfWx { top:22.125rem;left:28.25rem;width:7.125rem;height:0.75rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOhinnTy7zO5HKDXpe4IP6WCXvRO7B8U { top:21.6875rem;left:28.25rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKzouT0VFHwOVkZbWRrC2RmlTp2y6n0a { top:19.75rem;left:28.25rem;width:7.125rem;height:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PV1Gn4gsT8Vo9t3Uigil9PTTw7tEygJM { top:11.8125rem;left:38.375rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMF62cPbarHGaHIMMQQEVWVr4op3zgK0 { top:18.875rem;left:38.4375rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJFAOQRItmbVhzGgk4Kq14CFbmzVkLTq { top:22.125rem;left:39.375rem;width:7.125rem;height:0.75rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsnThoQRdNq3kw1zX4KvmUTT7eUduAHi { top:21.6875rem;left:39.375rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9n3qlQvDXbyZD1My2JAGA1HD0el2Vby { top:19.75rem;left:39.375rem;width:7.125rem;height:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBucqARQnyFDOl32wMeuRqGupDNHcvpp { top:11.8125rem;left:38.625rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDsLOMCnpbAMm5hHAnGepNtykrEkrPGT { top:18.875rem;left:38.625rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlTMk0xyyTnxhJ193JtOIfOxH0pE9s5t { top:22.125rem;left:40.625rem;width:7.125rem;height:0.75rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSdhTVlrA4I1kRVyxZzuOW3AoAgIu6Bv { top:21.6875rem;left:40.625rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoT99T7JbnEDFM6yCw3zU70yN3zpx6E1 { top:19.75rem;left:40.625rem;width:7.125rem;height:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDFUTLH5hlFs7c9HFfgyq74DKrD88l3W { top:3.5625rem;left:0rem;width:13.25rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0RpsLqHd8Kg6z4HiBTeroFSMTGDO3F3 { top:3.5625rem;left:4.375rem;width:11rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUNLtC8TIE4I4NI55TszVc3P9nSbGoIv { top:4.0625rem;left:44.75rem;width:3rem;height:3rem;display:block; }
#rUNLtC8TIE4I4NI55TszVc3P9nSbGoIv > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { #OVnuBSwfXL2uaZhLOKp4o1Xk4re9WpAW { display:block; }#OVnuBSwfXL2uaZhLOKp4o1Xk4re9WpAW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sg0v5iUBe4T79ApcO1K2F6bWKHW3q5Oi { top:4rem;left:0rem;width:47.75rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #BU0ThGari5pSowSwuLqCSDX7k3k4KTd1 { top:9rem;left:0rem;width:47.75rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXNZp5ECSCtw3EDyNzMu4O95aF5TOMna { top:15.8125rem;left:0rem;width:23.5rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGBEtJchTdGmEd2rgPWTny1KeiVKIvNd { top:12.125rem;left:0rem;width:18rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #oivDOHrGkBMshHoZnTF06widSzz58Qnm { top:12.75rem;left:0rem;width:4.5rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0GcpWg1proWD9FtfQeNa0rCkAdrTzyI { top:12.75rem;left:0.5rem;width:5rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrsDPxs2BGAcHFUITfH4WDTxGpaT0L8V { top:12.625rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfQQS3mTlk8994kU6x0btWRURf6PUuxM { top:12.625rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvHNJ9DzDbuToqPNJBD1gXKJeGQT1nqJ { top:11.8125rem;left:16.125rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoNx7eL2o4NBGTgTK8TpJA9cQrDFIiA9 { top:18.875rem;left:16.1875rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMS69daG7tR3KomOWSqNZ55auMpKAUz8 { top:19.75rem;left:17.125rem;width:7.125rem;height:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCKS8PVcNhwwLWQULRlQZA8rK0AdpPGc { top:21.6875rem;left:17.125rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3uB01v49R1htdvWfHW06VSJSIntSTAU { top:22.125rem;left:17.125rem;width:7.125rem;height:0.75rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3N16flw1tiik6IRrBKDihFEZOv4xmJh { top:11.8125rem;left:27.25rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmFWvw2yRUc3HBVHEhGpy3a62BFUk2Sp { top:18.875rem;left:27.3125rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7e2OJym11SIFIX2nXVg1fzkqC8L1Jqc { top:22.125rem;left:28.25rem;width:7.125rem;height:0.75rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qvq5eBBOOC82AagpgB7qPNntdqleU1AM { top:21.6875rem;left:28.25rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNLFl6wEpiQUav4c1Zh0MHWn1T8H7nI3 { top:19.75rem;left:28.25rem;width:7.125rem;height:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMrnAP0oT4vxcPcOlKQdNiJCSWN0dJy8 { top:11.8125rem;left:38.375rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRhWDL6r6pq5i2KxrLr1PsferfdMCM73 { top:18.875rem;left:38.4375rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y88BZlfDnlRg75F7dyRZBwGlJvmbTpxX { top:22.125rem;left:39.375rem;width:7.125rem;height:0.75rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVOT7CaQc9dSynywgWUcsd132ZNKWPOv { top:21.6875rem;left:39.375rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIO1otPuEJsB6o12OsFzRvwCexrhG0Bt { top:19.75rem;left:39.375rem;width:7.125rem;height:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlixIzLCcQ7Vm2dITTbM58CA1Xv5C87R { top:11.8125rem;left:38.625rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKgSg9NcABlwK6UEHL00ZpovDmSXHeuL { top:18.875rem;left:38.625rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbJpDswnabKw0uefTUlPMyMg5J0ixTBB { top:22.125rem;left:40.625rem;width:7.125rem;height:0.75rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhKgfz5RTvITOpwZa0OGrfJyWhZMMBKk { top:21.6875rem;left:40.625rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0HzyHsZUBn1WT7cswmdfoCT6a4IwmDN { top:19.75rem;left:40.625rem;width:7.125rem;height:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETSi3QyMwToARkUrW4FT8XhuMWktQH99 { top:3.5625rem;left:0rem;width:13.25rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEu8lTxxuxBZZZ517kEGw4lNxF4kAOnl { top:3.5625rem;left:4.375rem;width:11rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bv9RBH7W3gm6H1n8gBWeKFUMKV8ycPce { top:4.0625rem;left:44.75rem;width:3rem;height:3rem;display:block; }
#Bv9RBH7W3gm6H1n8gBWeKFUMKV8ycPce > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { #ahg4Dy1ARknuSobSsNZGJChT2FpxfG1N { display:block; }#ahg4Dy1ARknuSobSsNZGJChT2FpxfG1N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TuDSkhZFyIShXqqMiw9TnP6E4qpNiaAn { top:4rem;left:0rem;width:47.75rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcVmh90GJe3Tts9ygRlJsbLOhuDR5AHw { top:9rem;left:0rem;width:47.75rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkdaEvrt8MxxyBJgioJNggkpEDSaevu8 { top:15.8125rem;left:0rem;width:23.5rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDlcyNta7OL8X3TPSUBTzGK4VDLihwsh { top:12.125rem;left:0rem;width:18rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q18U2D8BOiCRd6lqhdKTt9SbKBidWHpJ { top:12.75rem;left:0rem;width:4.5rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVzWpBcHwfBJLFqfHEQpcl3WfhdGTt8H { top:12.75rem;left:0.5rem;width:5rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iga25rqX89yUvVQM2o9kxLTc5bsgtGeW { top:12.625rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EO90Ryimq8qsJsgHAmVwuLTg13I3gm8S { top:12.625rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEklTBDtlWLIJVFwKvUFUe6oxryrn85E { top:11.8125rem;left:16.125rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7n5BxUlJnbaHdR2BLMK8MkZDPTblLUu { top:18.875rem;left:16.1875rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #undWDmHiVfnfFIQNxPudE3MTkm5iq9Vz { top:19.75rem;left:17.125rem;width:7.125rem;height:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUZec6zfKOV3i4WaPTTQVx9XmaGbfohN { top:21.6875rem;left:17.125rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #baTTLMqFxmzWXEAl1PRUNHTRdKxZQMm8 { top:22.125rem;left:17.125rem;width:7.125rem;height:0.75rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvAWKKAiqdq9iSRxWuLCUzutsT1aB5ZD { top:11.8125rem;left:27.25rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxLW9t4z2QKrIB4SHvN57apP0yzaZTXz { top:18.875rem;left:27.3125rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOeQidTnJeH5b2SdqxbFrvCzmzkgicov { top:22.125rem;left:28.25rem;width:7.125rem;height:0.75rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpoX4isOeKDQXTOyCiwGi10l98gQcVnN { top:21.6875rem;left:28.25rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqrnwX68TdZIoEnTB9h2T6FvUCRNTC8X { top:19.75rem;left:28.25rem;width:7.125rem;height:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DW7PHoIkg0tl2PsuQDQTdscJmSOypQ2t { top:11.8125rem;left:38.375rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #uq8ps3hAiIxUa2qAoIDVEeZB0QWwRGea { top:18.875rem;left:38.4375rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #riem4DenBgb8hIXs04OHUU1ZJt05NmEH { top:22.125rem;left:39.375rem;width:7.125rem;height:0.75rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGWyCJDyEP1qA9eWNkWQIX6K4hLvVksL { top:21.6875rem;left:39.375rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Giy1yKZIk0V3qEPgeqyUElzTPvE1eoDn { top:19.75rem;left:39.375rem;width:7.125rem;height:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTKg0koOTVSo4DsNWe6WKxzJST1ByZ0t { top:11.8125rem;left:38.625rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vv3iOQFpTxKJubIIhR6L2op5I7zJ9tbP { top:18.875rem;left:38.625rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTe2kzrnq19T9twkqMdhTJswvORhvnnw { top:22.125rem;left:40.625rem;width:7.125rem;height:0.75rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhAxJQUlPeTic8RKqAbN0dGvqU5ce7kO { top:21.6875rem;left:40.625rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTWl2mIbQO8XeKhAi86Ra99ciQOaZroy { top:19.75rem;left:40.625rem;width:7.125rem;height:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThrcfD6n2Ddd6J2AXv88ThRBnHprc9KT { top:3.5625rem;left:0rem;width:13.25rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #L21yT10ZEDsRqz5gGHWpk1BQTvMSImp4 { top:3.5625rem;left:4.375rem;width:11rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGHpmlCFvruRIlfpJRAc7t7b8BM2Anmw { top:4.0625rem;left:44.75rem;width:3rem;height:3rem;display:block; }
#IGHpmlCFvruRIlfpJRAc7t7b8BM2Anmw > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { #ARVmNimsA4VxERvyuCo0tDkTpcF70lLH { display:block; }#ARVmNimsA4VxERvyuCo0tDkTpcF70lLH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zsSq2yqcEiKOm9u8zz9iiUtfI1TURbq5 { top:4rem;left:0rem;width:47.75rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqPdPJOxrTG2gGfEbuZPbUlkTu7oTg8d { top:9rem;left:0rem;width:47.75rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfJ4qohW09QwnqC5AvkrrtgyEu6O7WZE { top:15.8125rem;left:0rem;width:23.5rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLUCdBMCRB1KuoG3VCafM0fH6Jk1RIU7 { top:12.125rem;left:0rem;width:18rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGESHJlyRTBXJAJ5h21EEeTQglHB3BuC { top:12.75rem;left:0rem;width:4.5rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WU0WozIAP1rQddqGepfeA4W1k9LQaQp2 { top:12.75rem;left:0.5rem;width:5rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wk24T2CCZBBJ16FMau7X1O47J0QoVeQ6 { top:12.625rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSLXNqJmeQidbUFzZlWdEnfBSDieTtDy { top:12.625rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGlGEGmRFroQWIrlOV2kafGwJEtqV7vo { top:11.8125rem;left:16.125rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLmbV41JxRGwAxLtQNO2abUxJHTHpGfB { top:18.875rem;left:16.1875rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS2T9hGH7rJmyclWBdkCRTkPR2B8OX2B { top:19.75rem;left:17.125rem;width:7.125rem;height:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbpZFBzB31LwpsU0cKch1vUmHaL5SbGM { top:21.6875rem;left:17.125rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwOysxa66Cil2EDCPWQrtIDLBttWJRQa { top:22.125rem;left:17.125rem;width:7.125rem;height:0.75rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hX9z8lriqrNkqa67e7RrNTOyT2VN2npd { top:11.8125rem;left:27.25rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGfisSD05oRmBs3FBTEVBQotd4847VZE { top:18.875rem;left:27.3125rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F27CiDHCeoyIWyTfh5n2WT0lAFTvyaRc { top:22.125rem;left:28.25rem;width:7.125rem;height:0.75rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Co6m21Ufg9UQ0KSnsktzPcKwCKLp0vd7 { top:21.6875rem;left:28.25rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4d6wrcSNLeTVHpd9THhbIqW2XTkaTMO { top:19.75rem;left:28.25rem;width:7.125rem;height:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIrMETh3lsvBZl00PcSx1zlo7H0i2VT6 { top:11.8125rem;left:38.375rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8RwEZix8CNPHzID4pd7eKM84l5Wvf3n { top:18.875rem;left:38.4375rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtrvnnEhb7VhMsXBoIIO5DUWEz0EyalI { top:22.125rem;left:39.375rem;width:7.125rem;height:0.75rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1csKU62OE1amIqTLfFx6oosrsUhpWo1 { top:21.6875rem;left:39.375rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lToN4fcvx305K4EwxWGAhhKUc51pGQix { top:19.75rem;left:39.375rem;width:7.125rem;height:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wielfP1aRgKu2AxBxT7NSRsVe0oSaluC { top:11.8125rem;left:38.625rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctEMhWFdLc6WAtG5iOrgWHqSzybmhypK { top:18.875rem;left:38.625rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9OKxdxTA1tSddUXlGFLiePkPDwm9hfP { top:22.125rem;left:40.625rem;width:7.125rem;height:0.75rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qc42n1xtZBb7lRX0JiIgzkH9GAcUV3bi { top:21.6875rem;left:40.625rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOUFa7h4fTBvJlK2RK63Maiwb6B3s0Nw { top:19.75rem;left:40.625rem;width:7.125rem;height:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPyNtAE7cO80NmPHezFX55FLdJlTkKWD { top:3.5625rem;left:0rem;width:13.25rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHnGwZ3TaUSMBWB3DABHvJhVlS4CJxrz { top:3.5625rem;left:4.375rem;width:11rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehnJ4tlFZ3fVBKTzbwXTCqpGaa2LFhDK { top:4.0625rem;left:44.75rem;width:3rem;height:3rem;display:block; }
#ehnJ4tlFZ3fVBKTzbwXTCqpGaa2LFhDK > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { #I4TUIMBxokTuieoHHcwtzMtOL4S8uKO9 { display:block; }#I4TUIMBxokTuieoHHcwtzMtOL4S8uKO9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xGkkamP3eZg3NRgepDVoNsy2ZHZCvsV3 { top:4rem;left:0rem;width:47.75rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTMyFH2tcwiw11o261kK4pt7NRDde9SH { top:9rem;left:0rem;width:47.75rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFGfHz43TkuMknF5MH0kxXfn2Ugxmaog { top:15.8125rem;left:0rem;width:23.5rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5R2fDxJKVSBmtlWRhfOlzGRSckAh3wI { top:12.125rem;left:0rem;width:18rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxHoA9LeE1COqy27O3TQOQtdfCIibxtV { top:12.75rem;left:0rem;width:4.5rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #To1Ay702W8v7Cd9uBFFsTFs6fyGKzUpc { top:12.75rem;left:0.5rem;width:5rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUZlrHylGokTKGODW3atuaUTGNCxVvoN { top:12.625rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHilM5SpETp2oCtlz7oaWzhL2hTFT4X5 { top:12.625rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWZFIsSiqOMXOZmwy6V9ivcOh3lXB1I0 { top:11.8125rem;left:16.125rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #faWTXdr3bQpXMMduDm7ERgCmd14BXAxh { top:18.875rem;left:16.1875rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBprXau3QJFvfC5OAXlEqMJx95bN3QiB { top:19.75rem;left:17.125rem;width:7.125rem;height:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhvWEcevSyNKzD13wSWQRLdbCe62COCa { top:21.6875rem;left:17.125rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWNPINnCKEdkzIi8VDUZvHgqZyeAIATn { top:22.125rem;left:17.125rem;width:7.125rem;height:0.75rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mgt0tXWxesJVy8Wy8gqAQU6ABaJNutHQ { top:11.8125rem;left:27.25rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT0yJFP3JTiTTtKUmN8LXzahZyfumkgl { top:18.875rem;left:27.3125rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOynDCi5fUXiiG7bEy7yrxxSoZOLuvOl { top:22.125rem;left:28.25rem;width:7.125rem;height:0.75rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vA2F1rd9B3t8X4sZxTD9v3gAsxLhMD7A { top:21.6875rem;left:28.25rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZtGRuGGm8AXGPzgrbD4ZQXpqLSfLRbX { top:19.75rem;left:28.25rem;width:7.125rem;height:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDP9K2G8oQRHDhqmRQFqKTO0EGW4H1S3 { top:11.8125rem;left:38.375rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlpxqFygTS7GZImvJ9SER2EcHi2RRwQd { top:18.875rem;left:38.4375rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mz0E0ybPUuPwQH4KlB07n5MBoKBTg8AF { top:22.125rem;left:39.375rem;width:7.125rem;height:0.75rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxSr5a173hgkbQ27r99v9nOMOFOhBlsE { top:21.6875rem;left:39.375rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVFo0cXhq2DrCL7PpsDh7DgNUQuyqrC4 { top:19.75rem;left:39.375rem;width:7.125rem;height:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLtrsRcXhZtVxZM6egUsxEBBMqLzsbZn { top:11.8125rem;left:38.625rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4eVL2t7EI30KqDnrcv8Snh0ko77IHlG { top:18.875rem;left:38.625rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJsCkxxdTxlGrb2G0nwbnr9MdOt7pIfu { top:22.125rem;left:40.625rem;width:7.125rem;height:0.75rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynLUzwQOr6hF0zADyhwx4dchIPtJG6eZ { top:21.6875rem;left:40.625rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIiiiexBW5rvCv56uTgOTlRBJBDuPTrL { top:19.75rem;left:40.625rem;width:7.125rem;height:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLRFv3syHXoCGvDxtPZAEmJ74lpJqmta { top:3.5625rem;left:0rem;width:13.25rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #ry9n0KPcdBxIROhAwXFSgrmhDDfR5JtU { top:3.5625rem;left:4.375rem;width:11rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqlSz0zNfTINEflswgLPMZgdBuspECT6 { top:4.0625rem;left:44.75rem;width:3rem;height:3rem;display:block; }
#iqlSz0zNfTINEflswgLPMZgdBuspECT6 > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { #k1tg852EVdHuiMRIweNhDRL9wDpUVg95 { display:block; }#k1tg852EVdHuiMRIweNhDRL9wDpUVg95 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iM5JMJE6IcIlxwZwgq0nkcQJHM2SptuG { top:4rem;left:0rem;width:47.75rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #diPgobR38lKa20ci2ePM93xhHkpxGhgR { top:9rem;left:0rem;width:47.75rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KugRe3kG3DdNFyMml3iqsnp1y3SbGk0x { top:15.8125rem;left:0rem;width:23.5rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQBVZnB6i7MVGtPWAg32OmIy89kHsb6I { top:12.125rem;left:0rem;width:18rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #iK36Gw0UplSgbH7DycZ0oaUpz7TgPPda { top:12.75rem;left:0rem;width:4.5rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ap6H1RsfUGmCLviqXCf0JD5GHo8bdLEk { top:12.75rem;left:0.5rem;width:5rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzCPfznw6zTzsSeoFS9vMdFf1m76LCFG { top:12.625rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEOulhXpH4FnolPO5CUlToaMB9z9qyat { top:12.625rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXeO8nUHkKN7DBURPl9Rb4B1THBB96zg { top:11.8125rem;left:16.125rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6xW6kbCkuEW9Kat3GQGukUNGOICCyS7 { top:18.875rem;left:16.1875rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CE9CTDNzJRK9t9ATH29XVkfzLIUfk7be { top:19.75rem;left:17.125rem;width:7.125rem;height:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nM57ZP9W2lmrFuadfQx3JamlmviGcXMi { top:21.6875rem;left:17.125rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QriR0tehl4sx3PbQPGRe4Q5HeSTprFG4 { top:22.125rem;left:17.125rem;width:7.125rem;height:0.75rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #unQ7GuwDxK9t66GaZDqVJhDmLAvXb3aO { top:11.8125rem;left:27.25rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABrtuVvwlCgtMMJMnr46JJnGZrlltHgl { top:18.875rem;left:27.3125rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfHaPOF7SVo9VIv8nyG2DTtG9WorhQ6P { top:22.125rem;left:28.25rem;width:7.125rem;height:0.75rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrL2lIwvL0Fgsg8TaeC3t3oiI7bxJgNc { top:21.6875rem;left:28.25rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOi37gCGZ1vgwhe2E8uTLqyI3adNVZlg { top:19.75rem;left:28.25rem;width:7.125rem;height:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kcsn0yOiUaf2GBczAaUZBAVTLH08oFw6 { top:11.8125rem;left:38.375rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJpJPTFx2xpDTIWQNV9sogLRmW8o0hQn { top:18.875rem;left:38.4375rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IH8ELmL04nxowJlCsT9DsDLqmry8qMPU { top:22.125rem;left:39.375rem;width:7.125rem;height:0.75rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUH9SoESmOqnpVT7vz2WCxkcL0A3WvuK { top:21.6875rem;left:39.375rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5MmcOlaK3WeJIJZQzPoruZIGZXubv1a { top:19.75rem;left:39.375rem;width:7.125rem;height:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6WXaofuMHvpQNFdTxTgtBH0JRq4wxOs { top:11.8125rem;left:38.625rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJ8h00vpw7vsuSQL2I2pCGN1fZ7J4Lfi { top:18.875rem;left:38.625rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxS2CbblFTxPOVu5lfR72VHvwH8wTMm5 { top:22.125rem;left:40.625rem;width:7.125rem;height:0.75rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZhhP9wM8nD5mrFAre0kgK0vQ5uvahwl { top:21.6875rem;left:40.625rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQSuT8E8dkgfz3s8mMtMZcGIynx6UzNr { top:19.75rem;left:40.625rem;width:7.125rem;height:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLFKhrcSltzuTlChrfuWyTtRl2AFbT8b { top:3.5625rem;left:0rem;width:13.25rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDkWeOJPyFIxQZxqmf9mJkfG2i17OUzS { top:3.5625rem;left:4.375rem;width:11rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #be07GLa4gdTymhHJ5S0Gy4wX2t7Hcvd6 { top:4.0625rem;left:44.75rem;width:3rem;height:3rem;display:block; }
#be07GLa4gdTymhHJ5S0Gy4wX2t7Hcvd6 > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { #c9VKf11GTgWogO2qp2RtMfR8JvCyzcBG { display:block; }#c9VKf11GTgWogO2qp2RtMfR8JvCyzcBG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qXdhZ9s2omra1pmiwNgPv5sByxd0Zz0n { top:4rem;left:0rem;width:47.75rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmkpxVzM57iZQxgzD93d3MU0lWAUHc4l { top:9rem;left:0rem;width:47.75rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GX7HXqwUdRlwMJx46QEX58v2rFaPEXo6 { top:15.8125rem;left:0rem;width:23.5rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqR0T2sqTEGfGHSTVJzrkKgT37tpJQJ5 { top:12.125rem;left:0rem;width:18rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUXl2q5e307yKO1HG4Oc0SIWvEHqai1t { top:12.75rem;left:0rem;width:4.5rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AafpBt4cq8mlH2I6GmMW8ncwE2SrJJT4 { top:12.75rem;left:0.5rem;width:5rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUwRIurcHiT8aJThQQiIdAHem6DrEPIH { top:12.625rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kylOdXoDSuXAWpRrf8oh8HzmuSELbEck { top:12.625rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7MpbagaS9v8RmDkuhkMBV6QmkoH2lXc { top:11.8125rem;left:16.125rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvbnudM1N09VOrvisq7i5B5cQQ7T0T7E { top:18.875rem;left:16.1875rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWhfsAXs5iAMy40qKC5toDEoyUd6BDpE { top:19.75rem;left:17.125rem;width:7.125rem;height:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D58lwx987hGHxuoKKG5gkIgOnWgdbRn9 { top:21.6875rem;left:17.125rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyPtm4A3QR7rTRTeVCHGpcdi2U11acTC { top:22.125rem;left:17.125rem;width:7.125rem;height:0.75rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7ySBqSboKGQlxlPcNdX77QlHZdK1MLu { top:11.8125rem;left:27.25rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNCPwnEni0wtz5ozn57Pt8xbiWBJQCH7 { top:18.875rem;left:27.3125rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #duSlmSlNupnyi9DQrEDxnkJrQ3GiEBlS { top:22.125rem;left:28.25rem;width:7.125rem;height:0.75rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LectRcqiy2Z0KCyN8HeLNTD0WVXXt818 { top:21.6875rem;left:28.25rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHVpJ5H9vOSuB6NHvNw037cOqHbXSfmX { top:19.75rem;left:28.25rem;width:7.125rem;height:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFcdBfOMhbPoUczNGEgKbbTqziiicJ9V { top:11.8125rem;left:38.375rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeuOiVsZFxMdiCPe2T2gx0XqFHOpGR5l { top:18.875rem;left:38.4375rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXw2JZhLhmFQGTP0LnOmoNO76xHkelPl { top:22.125rem;left:39.375rem;width:7.125rem;height:0.75rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAaHC2LyJCmhsMMhGhQT4fmpzVE5plsz { top:21.6875rem;left:39.375rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUFIQlI7xU6fvDINyTnfCDXc3MxII8OS { top:19.75rem;left:39.375rem;width:7.125rem;height:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOXZ2wOZuaOMeEfUONGtJJ6lrqZi7r1L { top:11.8125rem;left:38.625rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyNBDOkdbIAluCEHxSyzgJcleyP7FcCl { top:18.875rem;left:38.625rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fT2LhcEuVfJFl6TlqWD1UJrawXc2sgN1 { top:22.125rem;left:40.625rem;width:7.125rem;height:0.75rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5AJcu96rXVRy73bFPWkhydAVAPLAbqa { top:21.6875rem;left:40.625rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLJJ9LwzgtLkkIETByhpwfTB5CqwiwJ5 { top:19.75rem;left:40.625rem;width:7.125rem;height:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wf7BeAMiiX3AcJwerRleLhhAzxVnbh2h { top:3.5625rem;left:0rem;width:13.25rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQhATsf3vveI8acxvf0eOLOnGVR1ywA8 { top:3.5625rem;left:4.375rem;width:11rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbDQcADBw7eaG1xgWTMldvWTMerMPSUf { top:4.0625rem;left:44.75rem;width:3rem;height:3rem;display:block; }
#hbDQcADBw7eaG1xgWTMldvWTMerMPSUf > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { #Q9wnO8wAfLNrGCq9yPAp6HC0m7dU8rzQ { display:block; }#Q9wnO8wAfLNrGCq9yPAp6HC0m7dU8rzQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iex5ORleEBBWEEO1PatHHRIgx1LamTQm { top:4rem;left:0rem;width:47.75rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2J21frcnhXlDncV91MzTR0zOrkmx18K { top:9rem;left:0rem;width:47.75rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGomzehehy6ZRGM39Os1cUKPiphE65Rl { top:15.8125rem;left:0rem;width:23.5rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADiTmOx7A6ww6ptrQmhtzPFe88eNATf9 { top:12.125rem;left:0rem;width:18rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbyliLRL1dSTvJK1dBTASFrhL5OpnKHq { top:12.75rem;left:0rem;width:4.5rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGFZ4zbcu9832EtkNudUpqUKLzwMQRK5 { top:12.75rem;left:0.5rem;width:5rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P198uKSUdTVfO8XT8ZHCBm7LKTBu6B9v { top:12.625rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEJtDgtA5arqkg3efKhIhr9bdOleOAtE { top:12.625rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROmPB2miZ6VP5XEgybrLIXcn2pMM0EyR { top:11.8125rem;left:16.125rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBdwkNgd5hp6accmL9rl7ilQAndiyfRU { top:18.875rem;left:16.1875rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0XyxFvbD7qcHOo1wlrXTpipeW14TMzV { top:19.75rem;left:17.125rem;width:7.125rem;height:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8iIlSOHtXWyB3KhT0skkNJirtSULNkd { top:21.6875rem;left:17.125rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1ycMhUGT6hKWfsKDT9MeGJL9uQFMFcL { top:22.125rem;left:17.125rem;width:7.125rem;height:0.75rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeXgFFk1OfICcc2QThaZBW2uB48BFl4y { top:11.8125rem;left:27.25rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTXXOeslJoLTiz0JnqhXXP9eV5P43vHR { top:18.875rem;left:27.3125rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dN0Jm9TuVx9kOkzmmCXNnFL2Th6W52pM { top:22.125rem;left:28.25rem;width:7.125rem;height:0.75rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3UMycoPuZoWfT1ZTwWEZ3AyzDZXfhEP { top:21.6875rem;left:28.25rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzfQeqyR3eVaOUXHOPtUUHmPq0N49Ndu { top:19.75rem;left:28.25rem;width:7.125rem;height:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiTVXIpLEAO5bg3rgt23wpBJSZFBFGOX { top:11.8125rem;left:38.375rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBgMzv9FXXLDaiTk1iHOpTmlbLSwGs1N { top:18.875rem;left:38.4375rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tc2QLzlM3M69oUk04P4DwiheRNmvoQ22 { top:22.125rem;left:39.375rem;width:7.125rem;height:0.75rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXabdWJuATXORqlHwLind2U7L71F7k6E { top:21.6875rem;left:39.375rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfybJVxo9B20OaHwTv7pAEv3shipWPg5 { top:19.75rem;left:39.375rem;width:7.125rem;height:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6hE0cGIlt42qTaHxv9UmO6XW3T0OsPo { top:11.8125rem;left:38.625rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWGtgXgArXLxpgBuLIeefTwtM4b6ZU3i { top:18.875rem;left:38.625rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txdfp87a0Npkai1pXoRHHvJb5avaTV7J { top:22.125rem;left:40.625rem;width:7.125rem;height:0.75rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwrVG32AE7R6XFhEtHHLesG0ccsd7pIR { top:21.6875rem;left:40.625rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eV5bbzW0RoHpT1tceO1ADNIfP421hIvk { top:19.75rem;left:40.625rem;width:7.125rem;height:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkqyyJdxGOVlHVJIrAZ9icq7pgunq76d { top:3.5625rem;left:0rem;width:13.25rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNaNXeUT2yFM8qWpQyWn8avIhd5paXvS { top:3.5625rem;left:4.375rem;width:11rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkV1GG5rmdqieDtMLaluMGVJQRNNHG1I { top:4.0625rem;left:44.75rem;width:3rem;height:3rem;display:block; }
#PkV1GG5rmdqieDtMLaluMGVJQRNNHG1I > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { #paUBxRFiKcbfPhsGTHuIWM3pRKdNE9qp { display:block; }#paUBxRFiKcbfPhsGTHuIWM3pRKdNE9qp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vz9SROnlz0tOXHUfPymxkmAfUBkuHhKx { top:4rem;left:0rem;width:47.75rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQlHGisNv8k2uFAzSbWwBbWpWhfB5vT3 { top:10.25rem;left:0rem;width:47.75rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgOlfEmuZJMZTTp6eBzTraNR0Jed3QC1 { top:17.0625rem;left:0rem;width:23.5rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSsAqIu2pfmPNAy80hRSwtD4WSQ0NtAE { top:13.375rem;left:0rem;width:18rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCuoQ83lbk2puvClJmazwd0fJhIPQaJo { top:14rem;left:0rem;width:4.5rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbFTgucOgc88UOneT8L9Voi49akrfkbt { top:14rem;left:0.5rem;width:5rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSZXO0nTCOgtEVkLWI4FTOtKlFXEMIMn { top:13.875rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5AvRUxc4M8eT0H5G3xs02645VBMtsEN { top:13.875rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3IHtncEqwHQ5e7uHVc0IEWc0rDHsOVZ { top:13.0625rem;left:16.125rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTy0TVEIRIoAhmohwBPrTRHNSS9zdp2T { top:20.125rem;left:16.1875rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #unfJJVp0t6SWJv2W54JxqDAiw3p057xd { top:21rem;left:17.125rem;width:7.125rem;height:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #va0XhP4Dou7TDEgwbH6M4tTT3KAl8Tbh { top:22.9375rem;left:17.125rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRQBv3z6BelCHT1vKtfLv3fPXiCM5Izd { top:23.375rem;left:17.125rem;width:7.125rem;height:0.75rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLKTbTeCJ5gJPaSLzr2BB9QJwAVDyo2c { top:13.0625rem;left:27.25rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzJXIq5xvsJb7TVTwfftwiMdav1nNu1Z { top:20.125rem;left:27.3125rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXxtTIweV5OgCLab4XrcTOKoldiZAIRW { top:23.375rem;left:28.25rem;width:7.125rem;height:0.75rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNTwnpmSh1JmkXLmneCG5iAX6SPgE9eU { top:22.9375rem;left:28.25rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlm8GoHmO2nGTCVLG51OCWHNEMu6wqGr { top:21rem;left:28.25rem;width:7.125rem;height:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbRxwTgJKFVhnumpcI0dW7cRJp0Cdy6o { top:13.0625rem;left:38.375rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8qarlRS3Sx9Taey8RvXNHDMdeXfKnHD { top:20.125rem;left:38.4375rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeMWKHcbGTGbcdHcHQ9GhB4N2BqJSTxW { top:23.375rem;left:39.375rem;width:7.125rem;height:0.75rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bt64VRsbQ3T51RzIHqw3UqPkTH8OhrT6 { top:22.9375rem;left:39.375rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKXZKTnMrhvOEeO4pGkerDwrcFbN49cX { top:21rem;left:39.375rem;width:7.125rem;height:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nr0w1qwd0zHtXLozmtZ8d2IlkMyb79yf { top:13.0625rem;left:38.625rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBvTTLtHTwssGR3gPlQrvvGJ7WOz2MaW { top:20.125rem;left:38.625rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzWIGMoAwJEDEQUf5lO85sDZRGhyNkWE { top:23.375rem;left:40.625rem;width:7.125rem;height:0.75rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUcefRMnuVqumwIJBBVOzvn8EODHuxyb { top:22.9375rem;left:40.625rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvTLTB7b8sZLpV6BD3WxsTsB5mdoIMk9 { top:21rem;left:40.625rem;width:7.125rem;height:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCkp3WVLh18RTRWaHuTZbRMPsbbWNIcm { top:1.8125rem;left:0rem;width:8.3125rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tETgttbdsxJZ5rAKPVBRHo7Bd1t30PXE { top:4.5625rem;left:0rem;width:10.8125rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDHENhFdtwzKXP6faCTPLe2CSwgKkPNf { top:4.5625rem;left:44.75rem;width:3rem;height:3rem;display:block; }
#bDHENhFdtwzKXP6faCTPLe2CSwgKkPNf > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { #HyUmJhsddNGsJTb2O0N8RAQyJbkPp1w9 { display:block; }#HyUmJhsddNGsJTb2O0N8RAQyJbkPp1w9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Izf13oUoSoMTV6f8JrbhK4T6vVL107Xl { top:4rem;left:0rem;width:47.75rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRPgU2GtvkkzrrNvipuNksp6LOuIETkX { top:9rem;left:0rem;width:47.75rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTIVTLwrwcJwJnFrIWZMMkBT9hTED16l { top:15.8125rem;left:0rem;width:23.5rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2XAU7T5f5IGQHtAsUNAEQnng0cbF2Pa { top:12.125rem;left:0rem;width:18rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqIoV9Mu8EWVV39buUcAK5No7TGDGh0B { top:12.75rem;left:0rem;width:4.5rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSnQkEuDdnqOMxQJ7FUDmfwhLlvx56yg { top:12.75rem;left:0.5rem;width:5rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rclG0OzxB8gytKK7buIrXhAdSBlQDfn6 { top:12.625rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNnrngQqNt1OwWReaZwOQvBtzZ9xG0AF { top:12.625rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VO6Ig6IsyHlQNlJuSdFeThTdeN6PL1VO { top:11.8125rem;left:16.125rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQFLX6A5AUHnTZG3LBTXKkiXcTHvBWko { top:18.875rem;left:16.1875rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KW6pTGRB9hKFTOVxylUPuUwXRUIsei7B { top:19.75rem;left:17.125rem;width:7.125rem;height:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwQ5CliLoI1CMksqrhAA6rEQhOLDTX8z { top:21.6875rem;left:17.125rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #neD0X8PnESRhEMZxgudJJGNTCQBTfCxa { top:22.125rem;left:17.125rem;width:7.125rem;height:0.75rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHgzHSyBn5I6C5yAXNETazXOo9NC3Rkl { top:11.8125rem;left:27.25rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6lg2A6bXgxuytlXChBK2Ksk9Is2wZlK { top:18.875rem;left:27.3125rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bb4XtcAdi7uivw7UHpqRkQ7XOfGM5xBq { top:22.125rem;left:28.25rem;width:7.125rem;height:0.75rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKUu2fQoH9WUbwib4AiuloDV9AW6pbxX { top:21.6875rem;left:28.25rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwPeXbIvMdaLJfVkkpzbK7Dui7FOPRPU { top:19.75rem;left:28.25rem;width:7.125rem;height:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQ63uleKWnk2QJ8pusBdDs8SE8XPoVO9 { top:11.8125rem;left:38.375rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQNoSVDz77c7hk1uQLw9GXpmx0pU0rFU { top:18.875rem;left:38.4375rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLnvFBDlU8OxJetkH2pgex5OWU7vCa4w { top:22.125rem;left:39.375rem;width:7.125rem;height:0.75rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqLqGkH6e94ykTSdeiqvVAx5gbNVnOLR { top:21.6875rem;left:39.375rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDo3uFyT90zrCHSvhSHcFRHNzNsQZ4g8 { top:19.75rem;left:39.375rem;width:7.125rem;height:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #azI5gSxiBfwzPEFcTUhdnVHQakMIzE6k { top:11.8125rem;left:38.625rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5Vxs7vrWNIhmDmlTH9AeTWNDIoaKM7F { top:18.875rem;left:38.625rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxFxCZ7k3RlZnK8UsqTPh46nuUD2y2y9 { top:22.125rem;left:40.625rem;width:7.125rem;height:0.75rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvVbisf9ObILpHZS1yna2SLerBmdzr53 { top:21.6875rem;left:40.625rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AC6nmGo5XJsTW0F45agqopa4Guc1UT5X { top:19.75rem;left:40.625rem;width:7.125rem;height:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSTM2vNTTLiT4P3zutE6pQIdctEMkixx { top:3.5625rem;left:0rem;width:13.25rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #aphk4U2oNzMP9K2G6LVtnn8uDlnuxwg6 { top:3.5625rem;left:4.375rem;width:11rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTe8ttTmFwq4FSTvE0Ou8bbcslInmv4o { top:4.0625rem;left:44.75rem;width:3rem;height:3rem;display:block; }
#FTe8ttTmFwq4FSTvE0Ou8bbcslInmv4o > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { #Q20oPAq8R8kM1mZL4qRS3A8AuCPTHI89 { display:block; }#Q20oPAq8R8kM1mZL4qRS3A8AuCPTHI89 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wsic026eyzI8nEuOe9q5PsG1n9BbzDTo { top:4rem;left:0rem;width:47.75rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwAki6o1VWwkJXdd2HyuaesTe6K7X5yO { top:9rem;left:0rem;width:47.75rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJsZiDzkW6E1k0VoeUyZ8CZdsVyNGhV0 { top:15.8125rem;left:0rem;width:23.5rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VF5Fr3XxDtcPgzazPoZvSOhX0VxOwdSc { top:12.125rem;left:0rem;width:18rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #XD6p07cdBAPgLf20VVLRTEBUOTCV2u1g { top:12.75rem;left:0rem;width:4.5rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zM6JDiNBW1n2yRM4zkDvhlS78uAw2BaD { top:12.75rem;left:0.5rem;width:5rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdI2uhV2DD8taTc5pWV4dshqy4L2a4Rs { top:12.625rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaQ0aA8VEiG9FVo2Qi9WT6EkmkDxzf8K { top:12.625rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVUWNMVhoHe0fdNtHpy4QuSfcWzpLsMs { top:11.8125rem;left:16.125rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMIIFzeLMXOdDgNfKHXVMTaJdBROmI4V { top:18.875rem;left:16.1875rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQfS0EMlvI0olPLZKhLKq04NdcXD80zE { top:19.75rem;left:17.125rem;width:7.125rem;height:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnMSDfguQ3GR0O8fQrBgizPJp1Z6h3OB { top:21.6875rem;left:17.125rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gydrAGXl3d0BXEUeKOzx6rIrIXTKXAKw { top:22.125rem;left:17.125rem;width:7.125rem;height:0.75rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxI3tuXkhz158z0olB1szvcZCZkWtUD2 { top:11.8125rem;left:27.25rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #km4LukrL8drDdsJpcslDPwg9U5GnLFpE { top:18.875rem;left:27.3125rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #beZ6bEMpq5qvoieF9HkauFyGTZZcSCTy { top:22.125rem;left:28.25rem;width:7.125rem;height:0.75rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fICn0sPQrkHNqFN7V2luPZhH4fTyJmOH { top:21.6875rem;left:28.25rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqVXNnBQx3tlI4gWstUz3qLz1CQTPU2E { top:19.75rem;left:28.25rem;width:7.125rem;height:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIKs8KcTnLnT6ba20TR8kNBZWwKBHE7r { top:11.8125rem;left:38.375rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTw4PAdJdm8eAcEvtUP6bLbZoXtbdTHX { top:18.875rem;left:38.4375rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1z1vChCbPMhBurumRet1CF7W6LuwN6x { top:22.125rem;left:39.375rem;width:7.125rem;height:0.75rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUzpp5AEF1Dv5IpTXsQV28AOJax4XqSm { top:21.6875rem;left:39.375rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoSnMAQeWMmSUWGztnmn4uENwUq1TihF { top:19.75rem;left:39.375rem;width:7.125rem;height:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2Cp7U6WdsP55HqLcf7xOuE9hbqeS87M { top:11.8125rem;left:38.625rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFhXesxeOiEBA5Rn2p6NkJme5DIGCLCa { top:18.875rem;left:38.625rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMkH8XDHVg9c0aDsNVtxGw8SQWXA8EJA { top:22.125rem;left:40.625rem;width:7.125rem;height:0.75rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZdKHoLnmEMorB1Ry7uU2pL6QptO7qHq { top:21.6875rem;left:40.625rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDBIJT6VAlrMP36C1OVGQGne0CZfzRds { top:19.75rem;left:40.625rem;width:7.125rem;height:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #weMbFLU0VBqJ2rrMugaPrxZDMqu6aM11 { top:3.5625rem;left:0rem;width:13.25rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #xc7k3slTmmcSUAvUWtpP4xaCpZSdy9PT { top:3.5625rem;left:4.375rem;width:11rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiMzSFLKWXkALl7TE6htdWsIHFdtaSQc { top:4.0625rem;left:44.75rem;width:3rem;height:3rem;display:block; }
#NiMzSFLKWXkALl7TE6htdWsIHFdtaSQc > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { #MH4qyz9MDQrUFUhU1iczBh67QKRP71nr { display:block; }#MH4qyz9MDQrUFUhU1iczBh67QKRP71nr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d4ooFy5KgIPxeTi9opbnyCZBOFt76Jps { top:4rem;left:0rem;width:47.75rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeFKGxk4Sg7TGE1sxdpETHAWFokP15ge { top:10.25rem;left:0rem;width:47.75rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vW1MDZUkFyISHgQQT1B5mugwV0FTRRZM { top:17.0625rem;left:0rem;width:23.5rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h97KQQatNAhLRCrfkoTz6A15STCLlfJ2 { top:13.375rem;left:0rem;width:18rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #UefaNR4Ly3Lo576psliHuZkDSmQ6ByI4 { top:14rem;left:0rem;width:4.5rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtBuoibe1u6RTpGTXArVeSEKXrystkmR { top:14rem;left:0.5rem;width:5rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXTKWW6J5o4UNMCpoxLDq5Ovk1At3IT4 { top:13.875rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #beWnUrOLzldynuI20V0JupipcPxyTHNk { top:13.875rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWac0Li9oE1xkTqpmDnQ6ObpVNPAmTvP { top:13.0625rem;left:16.125rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSXlc0l9C2DN8GUrewt0QQcqxHvVO49q { top:20.125rem;left:16.1875rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7DLAS7nt6E5IHHEHOyBnSeXUCU3KLQQ { top:21rem;left:17.125rem;width:7.125rem;height:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXgIwl1xfaeT9X6tKeVOT1qB8bgIKB0y { top:22.9375rem;left:17.125rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdolcxwAd0nCDBeMlsvak43siENe27Rg { top:23.375rem;left:17.125rem;width:7.125rem;height:0.75rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqRCbpI5T9JUEVLQvKH5wUwoyo4fHW5P { top:13.0625rem;left:27.25rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iew5fSbh7vJogZ3VurfMrMtryVRZx89R { top:20.125rem;left:27.3125rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqbM3nd3KlGUAunZnTSRy3izHLMPZGGy { top:23.375rem;left:28.25rem;width:7.125rem;height:0.75rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHpPlz9E4PllwXAeWQbayvGwdMTrtaMW { top:22.9375rem;left:28.25rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xux5DqW97EqNZ98PhCgugHbwNDs6iCgG { top:21rem;left:28.25rem;width:7.125rem;height:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDl7yxHoK02NqfN3ZxKDAA8Nn5ncWvbn { top:13.0625rem;left:38.375rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKKHJFQEDCgqLsMPzOkPetqkwIGaTOMg { top:20.125rem;left:38.4375rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #woUHix5eu3Wd1JxRUK1pkTvEpycvihH5 { top:23.375rem;left:39.375rem;width:7.125rem;height:0.75rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkOb6aJ1AwJ0arVOOm2zS3VyxlNIOceL { top:22.9375rem;left:39.375rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGUom1aG3pB0DQbsG704UXfqDTlysT8S { top:21rem;left:39.375rem;width:7.125rem;height:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #myWuTTJO1W8PLZMzXmmTi4lK5uEcA1Vc { top:13.0625rem;left:38.625rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #chTdeF7qTG3NebPAxzzlfoQNbAdJUbNG { top:20.125rem;left:38.625rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZJWtt0EDGFCEuK51CWTUegasfO0nGpu { top:23.375rem;left:40.625rem;width:7.125rem;height:0.75rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUPlLr3aKybOMAPzPL1Kd3NvwOIx8bfs { top:22.9375rem;left:40.625rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aU4b4nnNqffx8EpGvA1aT4bfMGDgI597 { top:21rem;left:40.625rem;width:7.125rem;height:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpUxzoy9mXy7vOO2Zks2P289sJOd46Qg { top:1.8125rem;left:0rem;width:8.3125rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqpVTazbIWnmCc3mAS3tNsbgCQO5ETp6 { top:4.5625rem;left:0rem;width:10.8125rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDLsIUBbvCcNNlt91dGcIuheQyUpCeIU { top:4.5625rem;left:44.75rem;width:3rem;height:3rem;display:block; }
#EDLsIUBbvCcNNlt91dGcIuheQyUpCeIU > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { #E6K173bb53JMlxWFbhgDV7WH7UUDSevx { display:block; }#E6K173bb53JMlxWFbhgDV7WH7UUDSevx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sbUSHiLwJhszLkPQ16O7nI21uApWAOMZ { top:5.0625rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NowlUC6brcnOqnX4K95mLA3LT6JmyOz9 { top:10.9375rem;left:4.875rem;width:38rem;height:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETT3GdBIb4NGvIJ33GwEWgCT33q9RKGJ { display:block; }#ETT3GdBIb4NGvIJ33GwEWgCT33q9RKGJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NRIODXZE6iqMP1SrGtHKL1k7M5i021Ha { top:8.5rem;left:11.375rem;width:25rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0ifOWXaWrfcMgLqHrWLz7FSIGS5H1rb { top:8.5rem;left:0rem;width:25rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4PrApnHtmztuohRv5JG9Rl6LC1WnpLM { top:8.5rem;left:22.75rem;width:25rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnzsyN6opaRSX9GPwlMV45pLezNia6Or { top:1rem;left:22.75rem;width:25rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSQaeNJEupAaBCkc5tvMGvCAAWcvNSXe { top:1rem;left:0rem;width:47.75rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5RhMPzpfd2mRBGSuJHelpsCrvNCUZR2 { width:10.9375rem;height:4.5rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIUECcStG67r4FClkmBObuGlfT09r2o4 { top:9.5rem;left:0rem;width:11rem;height:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvP3M9JecD2bUEkdP2wr3SxHeEGhnZ9l { top:3.875rem;left:33.75rem;width:14rem;height:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ympdMITTvHhmld6N9yuOykRCpvvH8AVr { top:6.6875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
#ympdMITTvHhmld6N9yuOykRCpvvH8AVr > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #hFbAn2FGGOAnGlD6JTSTsosd8BySyAh0 { top:6.6875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
#hFbAn2FGGOAnGlD6JTSTsosd8BySyAh0 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #yGd8x2zS5TylVSrCELzVnDQ4u78rCVnT { top:7rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
#yGd8x2zS5TylVSrCELzVnDQ4u78rCVnT > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #CEAJRdNh4QFTPVe9J5WyWIFnRRv16S15 { top:6.6875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
#CEAJRdNh4QFTPVe9J5WyWIFnRRv16S15 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #ByPTyxnWZ0EFyzpThlcGxQotnIx4brbf { top:10.75rem;left:33.75rem;width:14rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2buQGLtKzQyNNzWZIyHfdUdGsINSdz7 { top:0rem;left:0rem;width:47.75rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNLHrZprip2bowC4ETK840aRC5EmvuZq { top:1rem;left:0rem;width:47.75rem;height:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #iPmTCftfBlxepLgxkT06u6EXMUKvmTqX { top:1rem;left:0rem;width:47.75rem;height:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ds2zAxnWDxvRsfrIRPdvu5fO5X4Q1uA0 { top:1rem;left:0rem;width:47.75rem;height:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #DuAQ7EwLOwvhrx0opANqrCFfIOqOcGGi { top:1rem;left:0rem;width:47.75rem;height:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #IbqWDh05tTQitqhS5Xs51cFIEi9XssZk { top:1rem;left:0rem;width:47.75rem;height:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #VIEPrSFaFpts81NA96X8UHd0GfAJMfXc { top:1rem;left:0rem;width:47.75rem;height:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #oL7BeQ1X9yZ0PphnqT8NF2OqMtd3Eu32 { top:28.3125rem;left:0rem;width:47.75rem;height:18rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PQLc1O8W3SQQcZUzSCaLqbEDLIsoAJT7 { display:block; }#PQLc1O8W3SQQcZUzSCaLqbEDLIsoAJT7 > .row .container { width:20rem;height:3.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TOp2a2x5I8vyLWDgear03f8fVuf5hueM { width:4.25rem;height:1.75rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScBEyDsv5Bd4c6lXztVI1tXwM5QVmZzi { width:13.375rem;height:1.6875rem;top:1.0625rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ak4dnWxRewq5IfcPpcXBvROLyUNWMACN { width:8rem;height:2.5625rem;top:1.25rem;left:6rem;display:none; }
 }@media only screen and (max-width: 763px) { #OPTUQlK0v23ANM6zyn0AGTEggsl8fuxL { display:block; }
 }@media only screen and (max-width: 763px) { #rmsrcdIiTrCsRytab2DehvEayDiTelSU { width:8rem;height:2.5625rem;top:1.25rem;left:6rem;display:none; }
 }@media only screen and (max-width: 763px) { #utIt0CEBmVts9Txl0dSOnRFSChSd13wq { display:block; }
 }@media only screen and (max-width: 763px) { #ynIIQQoRzgbuX7kXiICKUkiyUztmZhOC { background-color:#0f172a;background-image:url("https://images.assets-landingi.com/uc/5913673a-ab12-482b-820c-0f8cb66480d5/paginadeobrigadomobile.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#ynIIQQoRzgbuX7kXiICKUkiyUztmZhOC.adaptive-delivery-prevent-bg, #ynIIQQoRzgbuX7kXiICKUkiyUztmZhOC.lazyload, #ynIIQQoRzgbuX7kXiICKUkiyUztmZhOC.lazyloading { background-image: none; }#ynIIQQoRzgbuX7kXiICKUkiyUztmZhOC > .row .container { background-color: transparent; background-image: none; }#ynIIQQoRzgbuX7kXiICKUkiyUztmZhOC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ynIIQQoRzgbuX7kXiICKUkiyUztmZhOC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ynIIQQoRzgbuX7kXiICKUkiyUztmZhOC > .row .container > .video-iframe-container { display: none; }#ynIIQQoRzgbuX7kXiICKUkiyUztmZhOC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ynIIQQoRzgbuX7kXiICKUkiyUztmZhOC > .row > .video-iframe-container { display: none; }#ynIIQQoRzgbuX7kXiICKUkiyUztmZhOC > .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); }#ynIIQQoRzgbuX7kXiICKUkiyUztmZhOC > .row .container { width:20rem;height:23.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mwR6xhgz44vJRmSqrTA1za5vRxAtcqrF { width:20rem;height:6.5rem;top:23.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vW7xy381C5FMnhawNpL03uSttHlsAHdz { width:20rem;height:6.5rem;top:23.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vv5G7qepUUfNBPSPmwGtdPJyk8IFwOdK { width:20rem;height:6.5rem;top:16.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #m2qAleFboilgL6SwkZOcneNgTnWTuTog { width:20rem;height:6.5rem;top:16.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sZnfCJbJHuS0R00BrprhVAWLIbX4G0ho { width:20rem;height:6.5rem;top:16.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CXTr3lL7ZPAeecDRIenASFaakaC6obrn { width:20rem;height:6.5rem;top:8.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #V0IZQHL88H7EiKbxVmVrkHEhKIa8mQhw { width:20rem;height:6.5rem;top:1.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wbNqrnEDlKn32cl6CkA6PZKdOf1T6oq0 { width:20rem;height:6.5rem;top:1.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tBzou6JFI3RfkHFoe4Pl1DByNthzOivZ { width:20rem;height:6.5rem;top:8.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sp1bGg42TTTSyzz1cMtwTXQlckIKTtJa { width:16rem;height:5rem;top:2.5rem;left:2.53125rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #l3Hh2PWAgJJvJtcl7fWduAT5k0k4hnqK { width:20rem;height:31.875rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TASrnR0CKWFhBQMFPWyaRxpJsz76On9V { width:16.125rem;height:2.5996125rem;top:15rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJX37tEgkv3F5myQBKconmc1zvR4rnXQ { width:17rem;height:3rem;top:18.099609375rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwopX3o3DhS5vg5KD8IFVceP4TOTUVQw { display:block; }
 }@media only screen and (max-width: 763px) { #QBr3yzTqXlisKdSbihsGSe1sLNBA9teZ { width:8rem;height:4.5rem;top:9rem;left:2.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0irIgAkT8EiZ0ihK2FNhAI1NSvDucnS { width:8rem;height:4.5rem;top:9rem;left:10.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebKJnGO5lKx2JlIXTrJRHL9KvIwIqwlt { background-color:#0f172a;background-image:none;display:block; }#ebKJnGO5lKx2JlIXTrJRHL9KvIwIqwlt > .row .container { background-color: transparent; background-image: none; }#ebKJnGO5lKx2JlIXTrJRHL9KvIwIqwlt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ebKJnGO5lKx2JlIXTrJRHL9KvIwIqwlt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ebKJnGO5lKx2JlIXTrJRHL9KvIwIqwlt > .row .container > .video-iframe-container { display: none; }#ebKJnGO5lKx2JlIXTrJRHL9KvIwIqwlt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ebKJnGO5lKx2JlIXTrJRHL9KvIwIqwlt > .row > .video-iframe-container { display: none; }#ebKJnGO5lKx2JlIXTrJRHL9KvIwIqwlt > .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); }#ebKJnGO5lKx2JlIXTrJRHL9KvIwIqwlt > .row .container { width:20rem;height:26.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vE1d3Jm25zZAQLD0VBykaScNnbZdMIev { width:18rem;height:2.0996125rem;top:21.9990234375rem;left:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmJCFFUEQqbF6ADQAGuC7UltRJIytLX6 { width:18rem;height:5.249025rem;top:16.125rem;left:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8EBJF3slPZdRsiKuOTlKOTUL3mpXABk { width:18rem;height:8.3984375rem;top:7.099609375rem;left:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRkA1pH39NbKmTaPVOoPDldzacDVJ6Bh { width:17.5rem;height:0.5rem;top:5.599609375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExMulZJ8Gg19hcXf4LN7BSI6ut2yg0SZ { width:17rem;height:2.5996125rem;top:2.5rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqcBksfZpOUufvHxMlHpKXDzLpicsTQX { display:block; }#dqcBksfZpOUufvHxMlHpKXDzLpicsTQX > .row .container { width:20rem;height:105.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M8Kx2cJq70B8G7MZcvBLi3cFX05WMkyt { width:20rem;height:33.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMmvVHAE939KL24XiPhPoFZpKBWHhsqK { width:10.5rem;height:2.5rem;top:0rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUlJZzh8IlAlHkNBIthBcFydqzim3dU8 { width:10.5rem;height:1.625rem;top:0.4375rem;left:4.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKrlw16hFvAuc8AlK2kO80zW9TC4JPau { width:10.5rem;height:2.5rem;top:36.75rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPXMkg4wuEu66T7EcgyJHVT3U74TU7ax { width:10.5rem;height:1.625rem;top:37.3125rem;left:4.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8ZaATpASIecZo9DfdJ1SBB7gkMUVXGS { width:20rem;height:33.8125rem;top:38.07421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDM7bmxrATv6w94RH24Z0nDRcQpt5D7g { width:10.5rem;height:2.5rem;top:73.875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgGEzohSzAWwdCbtx6rNxNwZNEmnEPaa { width:10.5rem;height:1.625rem;top:74.4375rem;left:4.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tgb4ZBN8OCfRuw21a7IRJkMcfp3qARTV { width:20rem;height:28.0625rem;top:75.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iU8mIUD9xyT3Up59pde6EgDz3NrRRc12 { width:9.5rem;height:1.29980625rem;top:4rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WK24RDz90hK1uhI5OihcgpslTfg4UqDn { width:9.5rem;height:2.923825rem;top:5.5625rem;left:3.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4kCA0bXovokv2xItPb2medgUyJ7FBy7 { display:flex;width:3.125rem;height:3rem;top:5.5rem;left:13.6875rem;font-size:1rem; }
#r4kCA0bXovokv2xItPb2medgUyJ7FBy7 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3rem; } }@media only screen and (max-width: 763px) { #NrH91M97JvxzfLKeP35C6LaXPEovPXxa { width:9.5rem;height:2.923825rem;top:11.5rem;left:3.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaAxOsc084bmJEQ5PEX28U7dSVuec4Ul { width:9.5rem;height:1.29980625rem;top:9.9375rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfSKFSSCcMvsoaimErCXyOoxF5sIU9WQ { display:flex;width:3rem;height:3rem;top:11.4375rem;left:13.6875rem;font-size:2.0625rem; }
#FfSKFSSCcMvsoaimErCXyOoxF5sIU9WQ > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { #griqvabtBAm6w4PJnCNzNQn48K7GOwet { width:9.5rem;height:2.923825rem;top:17.4375rem;left:3.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJ2pz8tnSXLlpxeGbWUinNNyvtabfwD4 { width:9.5rem;height:1.29980625rem;top:15.875rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXPDcn5TuKVR6GI2rKNr1ULIcZO4AwfB { display:flex;width:3rem;height:3rem;top:17.375rem;left:13.6875rem;font-size:2.0625rem; }
#CXPDcn5TuKVR6GI2rKNr1ULIcZO4AwfB > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { #ZB4ucwT4vqfCaEXEvCvoBotM32mvdUAL { width:9.5rem;height:2.923825rem;top:23.4375rem;left:3.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzTmvsmdTAE6IpK8fqXlnWcTc5QOp0G7 { width:9.5rem;height:1.29980625rem;top:21.8125rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zABgT469AsuuVsWTCaV20CtIiBCWaTay { display:flex;width:3rem;height:3rem;top:23.375rem;left:13.6875rem;font-size:2.0625rem; }
#zABgT469AsuuVsWTCaV20CtIiBCWaTay > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { #P2pwZVNDtpp4aC1kMCqOc1Dckwi4kVUc { width:9.5rem;height:2.923825rem;top:60.4375rem;left:3.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJIKUNsgNX2Gm0Bep0eoaNmflMc1LGgA { width:9.5rem;height:1.29980625rem;top:58.875rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJdCFUzzZOcxSXNZZTFrVqd0i2XDJd7n { display:flex;width:3rem;height:3rem;top:60.4375rem;left:13.75rem;font-size:2.0625rem; }
#oJdCFUzzZOcxSXNZZTFrVqd0i2XDJd7n > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { #xB9Xi9aNXoWQQgvB7NOAIgdSk71AUXTB { width:9.5rem;height:2.923825rem;top:54.5rem;left:3.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E95E7KhPlViKCJRT5gVUWJzs03VOmubH { width:9.5rem;height:1.29980625rem;top:52.9375rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhWyQa0MRJad5qk7i25m53Owc4cEgrNk { display:flex;width:3rem;height:3rem;top:54.5rem;left:13.75rem;font-size:2.0625rem; }
#xhWyQa0MRJad5qk7i25m53Owc4cEgrNk > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { #ci7ThZGVOVTQ8uZOBp5A1ft9wTZhh8qw { width:9.5rem;height:2.923825rem;top:48.5625rem;left:3.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0XqwTzK66ydxet3JXtcPOXslwdZD0iC { width:9.5rem;height:1.29980625rem;top:47rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4sIoDm3JpwPnd41ouuqT75vHn9fCMIs { display:flex;width:3rem;height:3rem;top:48.5625rem;left:13.75rem;font-size:2.0625rem; }
#N4sIoDm3JpwPnd41ouuqT75vHn9fCMIs > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { #owLJD2Pcw7g5Wybysms3kbG1J6reCoK2 { width:9.5rem;height:2.923825rem;top:42.625rem;left:3.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #czmTp2bkWeW2DfHyUvnaiMPx0R1TJ79m { width:9.5rem;height:1.29980625rem;top:41rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbUEQcd1G9RNTRcemLVaX5ZtWT8HFLne { display:flex;width:3rem;height:3rem;top:42.5625rem;left:13.75rem;font-size:2.0625rem; }
#zbUEQcd1G9RNTRcemLVaX5ZtWT8HFLne > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { #wFwRC4H2KZHTImtRFyaAkuWc8fS8skwK { width:9.5rem;height:2.923825rem;top:97.8125rem;left:3.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgkJO5SuWIBiFI6vXZDGcOwVrTtoUThy { width:9.5rem;height:1.29980625rem;top:96.1875rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNExNAr0MUgJFfITGwBS8Kh9hyQo5Vul { display:flex;width:3rem;height:3rem;top:97.75rem;left:13.75rem;font-size:2.0625rem; }
#aNExNAr0MUgJFfITGwBS8Kh9hyQo5Vul > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { #GiI9ReZulO0CRDEJzllqFfrXtPy1S8gW { width:9.5rem;height:2.923825rem;top:91.8125rem;left:3.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bo8RgMdxPrheqZ51Eq09PnbyOP3Qah40 { width:9.5rem;height:1.29980625rem;top:90.1875rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1utCAXATwV7iLr4yKP02Ucfc3cKTmFk { display:flex;width:3rem;height:3rem;top:91.75rem;left:13.75rem;font-size:2.0625rem; }
#G1utCAXATwV7iLr4yKP02Ucfc3cKTmFk > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { #Jt3XSiRgbzCFPns1h0X80ZM3Tm2SevCJ { width:9.5rem;height:2.923825rem;top:85.8125rem;left:3.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTmXRdJ7aZ272b56kCS7uEWp3APPQeST { width:9.5rem;height:1.29980625rem;top:84.1875rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRDg3SGIB1frAdwBcsgfrQRWWoVEyHeW { display:flex;width:3rem;height:3rem;top:85.75rem;left:13.75rem;font-size:2.0625rem; }
#uRDg3SGIB1frAdwBcsgfrQRWWoVEyHeW > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { #yac5TVsVRRwW5wVhDOAu76rek3wKTzfi { width:9.5rem;height:2.923825rem;top:79.75rem;left:3.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADisl3RNnLpJrtv0TBJ0e7dimLopl6Jk { width:9.5rem;height:1.29980625rem;top:78.125rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #edQHvx22W4JqbKulKW81TUo9KykvQ5eZ { display:flex;width:3rem;height:3rem;top:79.6875rem;left:13.75rem;font-size:2.0625rem; }
#edQHvx22W4JqbKulKW81TUo9KykvQ5eZ > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { #l8TGKeI81fo2nfGdZQqnp00QBzeREKtw { width:9.5rem;height:2.923825rem;top:29.4375rem;left:3.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6xkfC1B31VmLhlDHKZ8Ayk45yWW0cT9 { width:9.5rem;height:1.29980625rem;top:27.8125rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #slmPwZX3nz8ar4SkSnpUdCyPrDmszG3B { display:flex;width:3rem;height:3rem;top:29.375rem;left:13.75rem;font-size:2.0625rem; }
#slmPwZX3nz8ar4SkSnpUdCyPrDmszG3B > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { #ZkObux3IXOdFTW82ABkqN15TIaHDGmaG { width:9.5rem;height:1.29980625rem;top:64.8125rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTzE6oLr3DUN79B5T8ObU3anHKItXNNt { width:9.5rem;height:2.923825rem;top:66.4375rem;left:3.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPqTHZ0Utlv0wLLtOFaeiRBhWNtmg2G5 { display:flex;width:3rem;height:3rem;top:66.375rem;left:13.75rem;font-size:2.0625rem; }
#sPqTHZ0Utlv0wLLtOFaeiRBhWNtmg2G5 > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { #lsMcbgJnB30DTxhlg03bFpTzA4TAvcQC { display:block; }#lsMcbgJnB30DTxhlg03bFpTzA4TAvcQC > .row .container { width:20rem;height:35.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FXbR1xH5vR0dXVMXLVSQwZJiwaTKNSeQ { width:20rem;height:21rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #d81Z2XGJb6fqslyIg87n7Ewp0F7nRKJX { width:20rem;height:29.5rem;top:5.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2PL5mnN7bdeVACMroQSQBriuOKEZpvS { width:12.25rem;height:3.8994125rem;top:9.375rem;left:3.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nnTEtvkDuFwoWc0tLqILJmch2GN4dLZ6 { width:10rem;height:2rem;top:6.875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbBvOI1VWZxOTeAu1L0SOoPpuPOAGlsc { width:3rem;height:1.04980625rem;top:7.375rem;left:7.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMoWu7qD4cmKDkKUnnDN7mX5M4clmrrw { width:3rem;height:1.04980625rem;top:7.375rem;left:11.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQDUFkL02qUhUZTTD8SHwtN4m8uNkvax { width:1.25rem;height:1.25rem;top:7.25rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucKhfkmKOG8m3Sm4lmWX3zMfVCRlxpxF { width:1.25rem;height:1.25rem;top:7.1875rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXi8aU9kKnrxf9Xw3sBwKauaHig1O2bM { width:6.5rem;height:8.5rem;top:14.75rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTkiwsLcLCvds3WR8UhaJ4gqyKMVMUBz { width:6.5rem;height:4rem;top:19.3125rem;left:3rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMFTcew7LM9ESKd9y5304TFkHXkUwu2K { width:5.25rem;height:1.5rem;top:20.0625rem;left:3.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtzuBiiyWz50ldRxFIRrgM9hh868HBvt { width:5.25rem;height:0.125rem;top:21.75rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBHMhBKEAE3F6N4mWyPrvMrDMuoKewsV { width:5.625rem;height:0.599609375rem;top:22.125rem;left:3.5625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvCzOxrcafsZqBmtrqbhNk0TBKKBtUMk { width:6.5rem;height:8.5rem;top:14.75rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzWR7oe7iz6zLxm6R0Udv3lIvtTvT90V { width:6.5rem;height:4rem;top:19.3125rem;left:10.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIo1z9DkGPU5AO48Q4m1Ko35yXiBaFaz { width:5.625rem;height:0.599609375rem;top:22.125rem;left:11.0625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFE3qH2nn9nnxWhMTShmLWOHpBU7VNgZ { width:5.25rem;height:0.125rem;top:21.8125rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7uTJi8tEATgdUWg3O4mcgWDMJeaVlf9 { width:5.25rem;height:1.5rem;top:20.1875rem;left:11.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAlb7tCGHSmcVZqs9Q2hEpsT4uobPhd6 { width:6.5rem;height:8.5rem;top:24.3125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #qef6uU4nuxEbaIOQWuK5A5nv0G3Np6X1 { width:6.5rem;height:4rem;top:28.875rem;left:3rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ti2OzQireQ7SAK2g7L8wz62HX2snaWPr { width:5.625rem;height:0.599609375rem;top:31.625rem;left:3.5625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRMsDqTsVd9n4qy02vOT0sgkkTTu8BpF { width:5.25rem;height:0.125rem;top:31.25rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqpsi6K6OTTbQlhdN6VToTUO63xaaFL1 { width:5.25rem;height:1.5rem;top:29.5625rem;left:3.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HB52PdBWiO5wG3vMpLzIHx0Qlv4UD4XK { width:6.5rem;height:8.4375rem;top:24.3125rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0UciyoqqFhqm8RzU1vW8hUuMTKNNiqT { width:6.5rem;height:4rem;top:28.8125rem;left:10.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJgmd2ef8TGftKog5PsDroyLF9PAD7rV { width:5.625rem;height:0.599609375rem;top:31.625rem;left:11.0625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayJL3t17xEKazbp9Z2QSPpIAntNwSVpB { width:5.25rem;height:0.125rem;top:31.3125rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qq2V0hADqRtla1EHEZnN3iLQ82p1WIf0 { width:5.25rem;height:1.5rem;top:29.6875rem;left:11.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9P781eWTaGRgswz7dmZMfhvBOl28Jlh { width:6.625rem;height:2rem;top:2.1875rem;left:0rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #w7X5F7FcSFpy3ZdgnrMwfygVlMV2KmH7 { width:5.4375rem;height:1.5rem;top:2.25rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIOQncRy3T78dCFAUmQ89Xs8eAdf4Qz5 { display:flex;width:2rem;height:2rem;top:2rem;left:18rem;font-size:1.375rem; }
#FIOQncRy3T78dCFAUmQ89Xs8eAdf4Qz5 > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #P5MDciCUhyFOgFnTNqMSWvcLf8TQpe2M { display:block; }#P5MDciCUhyFOgFnTNqMSWvcLf8TQpe2M > .row .container { width:20rem;height:35.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kp7zUGMHdnVLmsqhk6hOxCuzuEbQTlD4 { width:20rem;height:21rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ghL3Aa1GHobn6EHBKF21T4NcURI09HLo { width:20rem;height:29.5rem;top:5.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9u24prZHk6nmdAoBkz32BUFhMQxsQ9b { width:12.25rem;height:3.8994125rem;top:9.375rem;left:3.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sCdWxM6tAUDVn4QWkBPnHiuJ52B9g1ub { width:10rem;height:2rem;top:6.875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfCLkPXZ8sZqy8Uc0Cle81A5gMuuwToI { width:3rem;height:1.04980625rem;top:7.375rem;left:7.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnURAKlQT1tlGDQTkP3TgTraIBTKPHea { width:3rem;height:1.04980625rem;top:7.375rem;left:11.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfSxdFEEy5WM46uRBzuxGiSSmVqL9ZTx { width:1.25rem;height:1.25rem;top:7.25rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eya2pscVRN9puSL36F08TgJN9dqf7DuQ { width:1.25rem;height:1.25rem;top:7.1875rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNoibxxexQBCGec2WyAlXtSmL0VfW62a { width:6.5rem;height:8.5rem;top:14.75rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #VT1MUCwpOG2997QEc5XTL4csxfgDhqA7 { width:6.5rem;height:4rem;top:19.3125rem;left:3rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sbv5ZwKvWEyGbOvEThU6ZmnnvMUixszW { width:5.25rem;height:1.5rem;top:20.1875rem;left:3.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgK6hhWcIfGWVvpMMDeGih6RfkbybNWE { width:5.25rem;height:0.125rem;top:21.8125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpWVT0cW5hr42cO0ys9s5wTMaeoFFZES { width:5.625rem;height:0.599609375rem;top:22.125rem;left:3.5625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSJaR7HGsMsWp7CTShTGSQxppK5nlpBF { width:6.5rem;height:8.5rem;top:14.75rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyVQngxcBvrXW7xSCLWA0TnKqFSrfVZk { width:6.5rem;height:4rem;top:19.3125rem;left:10.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzMkDeD1w78TVyLD0E65IBnLJCVtPnvT { width:5.625rem;height:0.599609375rem;top:22.125rem;left:11.0625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJ13bm4ebrvGSHK4fsyIkouBRCPkxK95 { width:5.25rem;height:0.125rem;top:21.8125rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnVhZqsbbBp6OAzBn63p4IeomhdXtdeq { width:5.25rem;height:1.5rem;top:20.1875rem;left:11.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyXQWbQOMniBIausxUbFigDZVuO2CE1k { width:6.5rem;height:8.5rem;top:24.25rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyCK3TeQquApLUQLPG4TIGsWd59uI0SO { width:6.5rem;height:4rem;top:28.8125rem;left:3rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxTc6CFHoEqqAZdUp8GydQfepzPJyrlo { width:5.625rem;height:0.599609375rem;top:31.625rem;left:3.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fS52gG1KaOKFUZPK49coDNVDpKeEbWXU { width:5.25rem;height:0.125rem;top:31.3125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPOq7P0cSlWZHmz8tMMCzTFaXPJCeuPd { width:5.25rem;height:1.5rem;top:29.6875rem;left:3.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGwJSyJG88l7TkGOy3SKgdmkcBmwbnNi { width:6.5rem;height:8.5rem;top:24.25rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5C6KsDfIsm4vAS8TQ3loNTwF6vDsuyv { width:6.5rem;height:4rem;top:28.8125rem;left:10.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALoxRQNaE1Qk28cT3SKnRHyc7TCUvknt { width:5.625rem;height:0.599609375rem;top:31.625rem;left:11.0625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIB1lwef2J7aikPTtrbiALhDFZL3qZXw { width:5.25rem;height:0.125rem;top:31.3125rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6yPNPmXQVv9mhPoc88CyN6ultyLqBvP { width:5.25rem;height:1.5rem;top:29.6875rem;left:11.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7FTzF3xTtFxSDvoKT31dunK6ZrM63Rb { width:6.625rem;height:2rem;top:2.1875rem;left:0rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #xzB9b2v58IoG6zcxcdsMF58Xl2ZTOlZ3 { width:5.5rem;height:1.5rem;top:2.25rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqORs13A4UC9r9m5SRDm0waIyCildseL { display:flex;width:2rem;height:2rem;top:2rem;left:18rem;font-size:1.375rem; }
#iqORs13A4UC9r9m5SRDm0waIyCildseL > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #TxuZxfQ5krVnKD9kKiJTHCNfTb0u19hH { display:block; }#TxuZxfQ5krVnKD9kKiJTHCNfTb0u19hH > .row .container { width:20rem;height:35.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J5rfPIW80MJPPItsGXIEKIuNQzOipu05 { width:20rem;height:21rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dkdpkURy00XVaAbZmFHdXCnsLZRAJw6R { width:20rem;height:29.5rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTDrnFraQSAysEg2LGQ9QaN2q1CDUqPN { width:12.25rem;height:3.8994125rem;top:9.125rem;left:3.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tcOr7OFs9q2fwT95BnXWVBEUibXCmbu1 { width:10rem;height:2rem;top:6.625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFGcVw8cHqSVnPCCV1xdy522QZGab2UR { width:3rem;height:1.04980625rem;top:7.125rem;left:7.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7yKyLr1D8IvA77h6yh4PEFw4wGtJ6iF { width:3rem;height:1.04980625rem;top:7.125rem;left:11.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhScLpiTWvLfZTDtxRVwuRHE4iN4anM9 { width:1.25rem;height:1.25rem;top:7rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #edeU2twTc2W8VOi6HDiFWUVkMG7dJku8 { width:1.3125rem;height:1.3125rem;top:6.9375rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFkg4mvBLB7XHmQQEiAxdfTytryHVfaV { width:6.5rem;height:8.5rem;top:14.5rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7Qvh5liv5ABTaZf6XtDnVgSJnXtI4mk { width:6.5rem;height:4rem;top:19.0625rem;left:3rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPMmdhoG9ATlnAUvJp7wJeGuTHD0zJ4e { width:5.25rem;height:1.5rem;top:19.9375rem;left:3.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0lNkHwpdta9GUqpS4Em4QJ03rG1iRSI { width:5.25rem;height:0.125rem;top:21.5625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQ2DuBsrlCdXWg4FuKtXMMSlOthSyphP { width:5.625rem;height:0.599609375rem;top:21.875rem;left:3.5rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJMlpeumMvfXmwUQ8r7pXTTiLwFWEgm8 { width:6.5rem;height:8.5rem;top:14.5rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mamy53SAiFc99nI8TOfTiVJm5C6k4yQw { width:6.5rem;height:4rem;top:19.0625rem;left:10.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyHtK1umBzISCtuSiH7oTz3zWxiQqfWx { width:5.625rem;height:0.599609375rem;top:21.875rem;left:11rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOhinnTy7zO5HKDXpe4IP6WCXvRO7B8U { width:5.25rem;height:0.125rem;top:21.5625rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKzouT0VFHwOVkZbWRrC2RmlTp2y6n0a { width:5.25rem;height:1.5rem;top:19.875rem;left:11rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PV1Gn4gsT8Vo9t3Uigil9PTTw7tEygJM { width:6.5rem;height:8.5rem;top:24rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMF62cPbarHGaHIMMQQEVWVr4op3zgK0 { width:6.5rem;height:4rem;top:28.5625rem;left:3rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJFAOQRItmbVhzGgk4Kq14CFbmzVkLTq { width:5.625rem;height:0.599609375rem;top:31.375rem;left:3.5rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsnThoQRdNq3kw1zX4KvmUTT7eUduAHi { width:5.25rem;height:0.125rem;top:31.0625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9n3qlQvDXbyZD1My2JAGA1HD0el2Vby { width:5.25rem;height:1.5rem;top:29.4375rem;left:3.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBucqARQnyFDOl32wMeuRqGupDNHcvpp { width:6.5rem;height:8.5rem;top:24rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDsLOMCnpbAMm5hHAnGepNtykrEkrPGT { width:6.5rem;height:4rem;top:28.5625rem;left:10.875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlTMk0xyyTnxhJ193JtOIfOxH0pE9s5t { width:5.625rem;height:0.599609375rem;top:31.375rem;left:11.375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSdhTVlrA4I1kRVyxZzuOW3AoAgIu6Bv { width:5.25rem;height:0.125rem;top:31.0625rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoT99T7JbnEDFM6yCw3zU70yN3zpx6E1 { width:5.25rem;height:1.5rem;top:29.4375rem;left:11.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDFUTLH5hlFs7c9HFfgyq74DKrD88l3W { width:6.625rem;height:2rem;top:2rem;left:0rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #Z0RpsLqHd8Kg6z4HiBTeroFSMTGDO3F3 { width:5.5rem;height:1.5rem;top:2.25rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUNLtC8TIE4I4NI55TszVc3P9nSbGoIv { display:flex;width:2rem;height:2rem;top:2rem;left:18rem;font-size:1.375rem; }
#rUNLtC8TIE4I4NI55TszVc3P9nSbGoIv > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #OVnuBSwfXL2uaZhLOKp4o1Xk4re9WpAW { display:block; }#OVnuBSwfXL2uaZhLOKp4o1Xk4re9WpAW > .row .container { width:20rem;height:35.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sg0v5iUBe4T79ApcO1K2F6bWKHW3q5Oi { width:20rem;height:21rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BU0ThGari5pSowSwuLqCSDX7k3k4KTd1 { width:20rem;height:29.5rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXNZp5ECSCtw3EDyNzMu4O95aF5TOMna { width:12.25rem;height:3.8994125rem;top:9.125rem;left:3.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sGBEtJchTdGmEd2rgPWTny1KeiVKIvNd { width:10rem;height:2rem;top:6.625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oivDOHrGkBMshHoZnTF06widSzz58Qnm { width:3rem;height:1.04980625rem;top:7.099609375rem;left:7.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0GcpWg1proWD9FtfQeNa0rCkAdrTzyI { width:3rem;height:1.04980625rem;top:7.099609375rem;left:11.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrsDPxs2BGAcHFUITfH4WDTxGpaT0L8V { width:1.25rem;height:1.25rem;top:7rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfQQS3mTlk8994kU6x0btWRURf6PUuxM { width:1.25rem;height:1.25rem;top:6.9375rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvHNJ9DzDbuToqPNJBD1gXKJeGQT1nqJ { width:6.5rem;height:8.5rem;top:14.5rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoNx7eL2o4NBGTgTK8TpJA9cQrDFIiA9 { width:6.5rem;height:4rem;top:19.0625rem;left:3rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMS69daG7tR3KomOWSqNZ55auMpKAUz8 { width:5.25rem;height:1.5rem;top:19.875rem;left:3.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCKS8PVcNhwwLWQULRlQZA8rK0AdpPGc { width:5.25rem;height:0.125rem;top:21.5625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3uB01v49R1htdvWfHW06VSJSIntSTAU { width:5.625rem;height:0.599609375rem;top:21.875rem;left:3.4375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3N16flw1tiik6IRrBKDihFEZOv4xmJh { width:6.5rem;height:8.5rem;top:14.5rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmFWvw2yRUc3HBVHEhGpy3a62BFUk2Sp { width:6.5rem;height:4rem;top:19.0625rem;left:10.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7e2OJym11SIFIX2nXVg1fzkqC8L1Jqc { width:5.625rem;height:0.599609375rem;top:21.875rem;left:11rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qvq5eBBOOC82AagpgB7qPNntdqleU1AM { width:5.25rem;height:0.125rem;top:21.5625rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNLFl6wEpiQUav4c1Zh0MHWn1T8H7nI3 { width:5.25rem;height:1.5rem;top:19.875rem;left:11rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMrnAP0oT4vxcPcOlKQdNiJCSWN0dJy8 { width:6.5rem;height:8.5rem;top:24rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRhWDL6r6pq5i2KxrLr1PsferfdMCM73 { width:6.5rem;height:4rem;top:28.5625rem;left:3rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y88BZlfDnlRg75F7dyRZBwGlJvmbTpxX { width:5.625rem;height:0.599609375rem;top:31.375rem;left:3.5rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVOT7CaQc9dSynywgWUcsd132ZNKWPOv { width:5.25rem;height:0.125rem;top:31.0625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIO1otPuEJsB6o12OsFzRvwCexrhG0Bt { width:5.25rem;height:1.5rem;top:29.4375rem;left:3.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlixIzLCcQ7Vm2dITTbM58CA1Xv5C87R { width:6.5rem;height:8.5rem;top:24rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKgSg9NcABlwK6UEHL00ZpovDmSXHeuL { width:6.5rem;height:4rem;top:28.5625rem;left:10.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbJpDswnabKw0uefTUlPMyMg5J0ixTBB { width:5.625rem;height:0.599609375rem;top:31.375rem;left:11rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhKgfz5RTvITOpwZa0OGrfJyWhZMMBKk { width:5.25rem;height:0.125rem;top:31.0625rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0HzyHsZUBn1WT7cswmdfoCT6a4IwmDN { width:5.25rem;height:1.5rem;top:29.375rem;left:11rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETSi3QyMwToARkUrW4FT8XhuMWktQH99 { width:6.625rem;height:2rem;top:2rem;left:0rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #hEu8lTxxuxBZZZ517kEGw4lNxF4kAOnl { width:5.5rem;height:1.5rem;top:2.125rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bv9RBH7W3gm6H1n8gBWeKFUMKV8ycPce { display:flex;width:2rem;height:2rem;top:1.875rem;left:18rem;font-size:1.375rem; }
#Bv9RBH7W3gm6H1n8gBWeKFUMKV8ycPce > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #ahg4Dy1ARknuSobSsNZGJChT2FpxfG1N { display:block; }#ahg4Dy1ARknuSobSsNZGJChT2FpxfG1N > .row .container { width:20rem;height:35.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TuDSkhZFyIShXqqMiw9TnP6E4qpNiaAn { width:20rem;height:21rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hcVmh90GJe3Tts9ygRlJsbLOhuDR5AHw { width:20rem;height:29.5rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkdaEvrt8MxxyBJgioJNggkpEDSaevu8 { width:12.25rem;height:3.8994125rem;top:9.125rem;left:3.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rDlcyNta7OL8X3TPSUBTzGK4VDLihwsh { width:10rem;height:2rem;top:6.625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q18U2D8BOiCRd6lqhdKTt9SbKBidWHpJ { width:3rem;height:1.04980625rem;top:7.125rem;left:7.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVzWpBcHwfBJLFqfHEQpcl3WfhdGTt8H { width:3rem;height:1.04980625rem;top:7.099609375rem;left:11.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iga25rqX89yUvVQM2o9kxLTc5bsgtGeW { width:1.25rem;height:1.25rem;top:7rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EO90Ryimq8qsJsgHAmVwuLTg13I3gm8S { width:1.25rem;height:1.25rem;top:6.9375rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEklTBDtlWLIJVFwKvUFUe6oxryrn85E { width:6.5rem;height:8.5rem;top:14.5rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7n5BxUlJnbaHdR2BLMK8MkZDPTblLUu { width:6.5rem;height:4rem;top:19.0625rem;left:3rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #undWDmHiVfnfFIQNxPudE3MTkm5iq9Vz { width:5.25rem;height:1.5rem;top:19.875rem;left:3.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUZec6zfKOV3i4WaPTTQVx9XmaGbfohN { width:5.25rem;height:0.125rem;top:21.5625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #baTTLMqFxmzWXEAl1PRUNHTRdKxZQMm8 { width:5.625rem;height:0.599609375rem;top:21.875rem;left:3.5rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvAWKKAiqdq9iSRxWuLCUzutsT1aB5ZD { width:6.5rem;height:8.5rem;top:14.5rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxLW9t4z2QKrIB4SHvN57apP0yzaZTXz { width:6.5rem;height:4rem;top:19.0625rem;left:10.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOeQidTnJeH5b2SdqxbFrvCzmzkgicov { width:5.625rem;height:0.599609375rem;top:21.875rem;left:11rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpoX4isOeKDQXTOyCiwGi10l98gQcVnN { width:5.25rem;height:0.125rem;top:21.5625rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqrnwX68TdZIoEnTB9h2T6FvUCRNTC8X { width:5.25rem;height:1.5rem;top:19.875rem;left:11rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DW7PHoIkg0tl2PsuQDQTdscJmSOypQ2t { width:6.5rem;height:8.5rem;top:24rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #uq8ps3hAiIxUa2qAoIDVEeZB0QWwRGea { width:6.5rem;height:4rem;top:28.5625rem;left:3rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #riem4DenBgb8hIXs04OHUU1ZJt05NmEH { width:5.625rem;height:0.599609375rem;top:31.375rem;left:3.4375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGWyCJDyEP1qA9eWNkWQIX6K4hLvVksL { width:5.25rem;height:0.125rem;top:31.0625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Giy1yKZIk0V3qEPgeqyUElzTPvE1eoDn { width:5.25rem;height:1.5rem;top:29.4375rem;left:3.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTKg0koOTVSo4DsNWe6WKxzJST1ByZ0t { width:6.5rem;height:8.5rem;top:24.0625rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vv3iOQFpTxKJubIIhR6L2op5I7zJ9tbP { width:6.5rem;height:4rem;top:28.5625rem;left:10.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTe2kzrnq19T9twkqMdhTJswvORhvnnw { width:5.625rem;height:0.599609375rem;top:31.375rem;left:11rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhAxJQUlPeTic8RKqAbN0dGvqU5ce7kO { width:5.25rem;height:0.125rem;top:31.0625rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTWl2mIbQO8XeKhAi86Ra99ciQOaZroy { width:5.25rem;height:1.5rem;top:29.375rem;left:11rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThrcfD6n2Ddd6J2AXv88ThRBnHprc9KT { width:6.625rem;height:2rem;top:2rem;left:0rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #L21yT10ZEDsRqz5gGHWpk1BQTvMSImp4 { width:5.5rem;height:1.5rem;top:2.125rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGHpmlCFvruRIlfpJRAc7t7b8BM2Anmw { display:flex;width:2rem;height:2rem;top:1.875rem;left:18rem;font-size:1.375rem; }
#IGHpmlCFvruRIlfpJRAc7t7b8BM2Anmw > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #ARVmNimsA4VxERvyuCo0tDkTpcF70lLH { display:block; }#ARVmNimsA4VxERvyuCo0tDkTpcF70lLH > .row .container { width:20rem;height:35.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zsSq2yqcEiKOm9u8zz9iiUtfI1TURbq5 { width:20rem;height:21rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wqPdPJOxrTG2gGfEbuZPbUlkTu7oTg8d { width:20rem;height:29.5rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfJ4qohW09QwnqC5AvkrrtgyEu6O7WZE { width:12.25rem;height:3.8994125rem;top:9.125rem;left:3.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iLUCdBMCRB1KuoG3VCafM0fH6Jk1RIU7 { width:10rem;height:2rem;top:6.625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGESHJlyRTBXJAJ5h21EEeTQglHB3BuC { width:3rem;height:1.04980625rem;top:7.125rem;left:7.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WU0WozIAP1rQddqGepfeA4W1k9LQaQp2 { width:3rem;height:1.04980625rem;top:7.125rem;left:11.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wk24T2CCZBBJ16FMau7X1O47J0QoVeQ6 { width:1.25rem;height:1.25rem;top:7rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSLXNqJmeQidbUFzZlWdEnfBSDieTtDy { width:1.25rem;height:1.25rem;top:6.9375rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGlGEGmRFroQWIrlOV2kafGwJEtqV7vo { width:6.5rem;height:8.5rem;top:14.5rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLmbV41JxRGwAxLtQNO2abUxJHTHpGfB { width:6.5rem;height:4rem;top:19.0625rem;left:3rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS2T9hGH7rJmyclWBdkCRTkPR2B8OX2B { width:5.25rem;height:1.5rem;top:19.875rem;left:3.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbpZFBzB31LwpsU0cKch1vUmHaL5SbGM { width:5.25rem;height:0.125rem;top:21.5625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwOysxa66Cil2EDCPWQrtIDLBttWJRQa { width:5.625rem;height:0.599609375rem;top:21.875rem;left:3.4375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hX9z8lriqrNkqa67e7RrNTOyT2VN2npd { width:6.5rem;height:8.5rem;top:14.5rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGfisSD05oRmBs3FBTEVBQotd4847VZE { width:6.5rem;height:4rem;top:19.0625rem;left:10.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F27CiDHCeoyIWyTfh5n2WT0lAFTvyaRc { width:5.625rem;height:0.599609375rem;top:21.875rem;left:10.9375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Co6m21Ufg9UQ0KSnsktzPcKwCKLp0vd7 { width:5.25rem;height:0.125rem;top:21.5625rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4d6wrcSNLeTVHpd9THhbIqW2XTkaTMO { width:5.25rem;height:1.5rem;top:19.9375rem;left:10.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIrMETh3lsvBZl00PcSx1zlo7H0i2VT6 { width:6.5rem;height:8.5rem;top:24rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8RwEZix8CNPHzID4pd7eKM84l5Wvf3n { width:6.5rem;height:4rem;top:28.5625rem;left:3rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtrvnnEhb7VhMsXBoIIO5DUWEz0EyalI { width:5.625rem;height:0.599609375rem;top:31.375rem;left:3.5rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1csKU62OE1amIqTLfFx6oosrsUhpWo1 { width:5.25rem;height:0.125rem;top:31.0625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lToN4fcvx305K4EwxWGAhhKUc51pGQix { width:5.25rem;height:1.5rem;top:29.375rem;left:3.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wielfP1aRgKu2AxBxT7NSRsVe0oSaluC { width:6.5rem;height:8.5rem;top:24rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctEMhWFdLc6WAtG5iOrgWHqSzybmhypK { width:6.5rem;height:4rem;top:28.5625rem;left:10.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9OKxdxTA1tSddUXlGFLiePkPDwm9hfP { width:5.625rem;height:0.599609375rem;top:31.375rem;left:11rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qc42n1xtZBb7lRX0JiIgzkH9GAcUV3bi { width:5.25rem;height:0.125rem;top:31.0625rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOUFa7h4fTBvJlK2RK63Maiwb6B3s0Nw { width:5.25rem;height:1.5rem;top:29.4375rem;left:11rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPyNtAE7cO80NmPHezFX55FLdJlTkKWD { width:6.625rem;height:2rem;top:2rem;left:0rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #dHnGwZ3TaUSMBWB3DABHvJhVlS4CJxrz { width:5.5rem;height:1.5rem;top:2.25rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehnJ4tlFZ3fVBKTzbwXTCqpGaa2LFhDK { display:flex;width:2rem;height:2rem;top:2rem;left:18rem;font-size:1.375rem; }
#ehnJ4tlFZ3fVBKTzbwXTCqpGaa2LFhDK > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #I4TUIMBxokTuieoHHcwtzMtOL4S8uKO9 { display:block; }#I4TUIMBxokTuieoHHcwtzMtOL4S8uKO9 > .row .container { width:20rem;height:35.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xGkkamP3eZg3NRgepDVoNsy2ZHZCvsV3 { width:20rem;height:21rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FTMyFH2tcwiw11o261kK4pt7NRDde9SH { width:20rem;height:29.5rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFGfHz43TkuMknF5MH0kxXfn2Ugxmaog { width:12.25rem;height:3.8994125rem;top:9.125rem;left:3.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c5R2fDxJKVSBmtlWRhfOlzGRSckAh3wI { width:10rem;height:2rem;top:6.625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxHoA9LeE1COqy27O3TQOQtdfCIibxtV { width:3rem;height:1.04980625rem;top:7.125rem;left:7.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #To1Ay702W8v7Cd9uBFFsTFs6fyGKzUpc { width:3rem;height:1.04980625rem;top:7.125rem;left:11.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUZlrHylGokTKGODW3atuaUTGNCxVvoN { width:1.25rem;height:1.25rem;top:7rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHilM5SpETp2oCtlz7oaWzhL2hTFT4X5 { width:1.25rem;height:1.25rem;top:6.9375rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWZFIsSiqOMXOZmwy6V9ivcOh3lXB1I0 { width:6.5rem;height:8.5rem;top:14.5rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #faWTXdr3bQpXMMduDm7ERgCmd14BXAxh { width:6.5rem;height:4rem;top:19.0625rem;left:3rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBprXau3QJFvfC5OAXlEqMJx95bN3QiB { width:5.25rem;height:1.5rem;top:19.875rem;left:3.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhvWEcevSyNKzD13wSWQRLdbCe62COCa { width:5.25rem;height:0.125rem;top:21.5625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWNPINnCKEdkzIi8VDUZvHgqZyeAIATn { width:5.625rem;height:0.599609375rem;top:21.875rem;left:3.5rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mgt0tXWxesJVy8Wy8gqAQU6ABaJNutHQ { width:6.5rem;height:8.5rem;top:14.5rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT0yJFP3JTiTTtKUmN8LXzahZyfumkgl { width:6.5rem;height:4rem;top:19.0625rem;left:10.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOynDCi5fUXiiG7bEy7yrxxSoZOLuvOl { width:5.625rem;height:0.599609375rem;top:21.875rem;left:11rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vA2F1rd9B3t8X4sZxTD9v3gAsxLhMD7A { width:5.25rem;height:0.125rem;top:21.5625rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZtGRuGGm8AXGPzgrbD4ZQXpqLSfLRbX { width:5.25rem;height:1.5rem;top:19.9375rem;left:11rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDP9K2G8oQRHDhqmRQFqKTO0EGW4H1S3 { width:6.5rem;height:8.5rem;top:24.0625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlpxqFygTS7GZImvJ9SER2EcHi2RRwQd { width:6.5rem;height:4rem;top:28.625rem;left:3rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mz0E0ybPUuPwQH4KlB07n5MBoKBTg8AF { width:5.625rem;height:0.599609375rem;top:31.4375rem;left:3.4375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxSr5a173hgkbQ27r99v9nOMOFOhBlsE { width:5.25rem;height:0.125rem;top:31.125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVFo0cXhq2DrCL7PpsDh7DgNUQuyqrC4 { width:5.25rem;height:1.5rem;top:29.4375rem;left:3.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLtrsRcXhZtVxZM6egUsxEBBMqLzsbZn { width:6.5rem;height:8.5rem;top:24.0625rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4eVL2t7EI30KqDnrcv8Snh0ko77IHlG { width:6.5rem;height:4rem;top:28.625rem;left:10.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJsCkxxdTxlGrb2G0nwbnr9MdOt7pIfu { width:5.625rem;height:0.599609375rem;top:31.4375rem;left:11rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynLUzwQOr6hF0zADyhwx4dchIPtJG6eZ { width:5.25rem;height:0.125rem;top:31.125rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIiiiexBW5rvCv56uTgOTlRBJBDuPTrL { width:5.25rem;height:1.5rem;top:29.4375rem;left:11rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLRFv3syHXoCGvDxtPZAEmJ74lpJqmta { width:6.625rem;height:2rem;top:2rem;left:0rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #ry9n0KPcdBxIROhAwXFSgrmhDDfR5JtU { width:5.5rem;height:1.5rem;top:2.25rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqlSz0zNfTINEflswgLPMZgdBuspECT6 { display:flex;width:2rem;height:2rem;top:2rem;left:18rem;font-size:1.375rem; }
#iqlSz0zNfTINEflswgLPMZgdBuspECT6 > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #k1tg852EVdHuiMRIweNhDRL9wDpUVg95 { display:block; }#k1tg852EVdHuiMRIweNhDRL9wDpUVg95 > .row .container { width:20rem;height:35.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iM5JMJE6IcIlxwZwgq0nkcQJHM2SptuG { width:20rem;height:21rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #diPgobR38lKa20ci2ePM93xhHkpxGhgR { width:20rem;height:29.5rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KugRe3kG3DdNFyMml3iqsnp1y3SbGk0x { width:12.25rem;height:3.8994125rem;top:9.125rem;left:3.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KQBVZnB6i7MVGtPWAg32OmIy89kHsb6I { width:10rem;height:2rem;top:6.625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iK36Gw0UplSgbH7DycZ0oaUpz7TgPPda { width:3rem;height:1.04980625rem;top:7.125rem;left:7.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ap6H1RsfUGmCLviqXCf0JD5GHo8bdLEk { width:3rem;height:1.04980625rem;top:7.125rem;left:11.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzCPfznw6zTzsSeoFS9vMdFf1m76LCFG { width:1.25rem;height:1.25rem;top:7rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEOulhXpH4FnolPO5CUlToaMB9z9qyat { width:1.25rem;height:1.25rem;top:7rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXeO8nUHkKN7DBURPl9Rb4B1THBB96zg { width:6.5rem;height:8.5rem;top:14.5rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6xW6kbCkuEW9Kat3GQGukUNGOICCyS7 { width:6.5rem;height:4rem;top:19.0625rem;left:3rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CE9CTDNzJRK9t9ATH29XVkfzLIUfk7be { width:5.25rem;height:1.5rem;top:19.9375rem;left:3.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nM57ZP9W2lmrFuadfQx3JamlmviGcXMi { width:5.25rem;height:0.125rem;top:21.5625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QriR0tehl4sx3PbQPGRe4Q5HeSTprFG4 { width:5.625rem;height:0.599609375rem;top:21.875rem;left:3.5rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #unQ7GuwDxK9t66GaZDqVJhDmLAvXb3aO { width:6.5rem;height:8.5rem;top:14.5rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABrtuVvwlCgtMMJMnr46JJnGZrlltHgl { width:6.5rem;height:4rem;top:19.0625rem;left:10.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfHaPOF7SVo9VIv8nyG2DTtG9WorhQ6P { width:5.625rem;height:0.599609375rem;top:21.875rem;left:11rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrL2lIwvL0Fgsg8TaeC3t3oiI7bxJgNc { width:5.25rem;height:0.125rem;top:21.5625rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOi37gCGZ1vgwhe2E8uTLqyI3adNVZlg { width:5.25rem;height:1.5rem;top:19.875rem;left:11rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kcsn0yOiUaf2GBczAaUZBAVTLH08oFw6 { width:6.5rem;height:8.5rem;top:24rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJpJPTFx2xpDTIWQNV9sogLRmW8o0hQn { width:6.5rem;height:4rem;top:28.5625rem;left:3rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IH8ELmL04nxowJlCsT9DsDLqmry8qMPU { width:5.625rem;height:0.599609375rem;top:31.375rem;left:3.5rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUH9SoESmOqnpVT7vz2WCxkcL0A3WvuK { width:5.25rem;height:0.125rem;top:31.0625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5MmcOlaK3WeJIJZQzPoruZIGZXubv1a { width:5.25rem;height:1.5rem;top:29.375rem;left:3.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6WXaofuMHvpQNFdTxTgtBH0JRq4wxOs { width:6.5rem;height:8.5rem;top:24rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJ8h00vpw7vsuSQL2I2pCGN1fZ7J4Lfi { width:6.5rem;height:4rem;top:28.5625rem;left:10.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxS2CbblFTxPOVu5lfR72VHvwH8wTMm5 { width:5.625rem;height:0.599609375rem;top:31.375rem;left:11rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZhhP9wM8nD5mrFAre0kgK0vQ5uvahwl { width:5.25rem;height:0.125rem;top:31.0625rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQSuT8E8dkgfz3s8mMtMZcGIynx6UzNr { width:5.25rem;height:1.5rem;top:29.4375rem;left:11rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLFKhrcSltzuTlChrfuWyTtRl2AFbT8b { width:6.625rem;height:2rem;top:2rem;left:0rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #TDkWeOJPyFIxQZxqmf9mJkfG2i17OUzS { width:5.5rem;height:1.5rem;top:2.25rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #be07GLa4gdTymhHJ5S0Gy4wX2t7Hcvd6 { display:flex;width:2rem;height:2rem;top:2rem;left:18rem;font-size:1.375rem; }
#be07GLa4gdTymhHJ5S0Gy4wX2t7Hcvd6 > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #c9VKf11GTgWogO2qp2RtMfR8JvCyzcBG { display:block; }#c9VKf11GTgWogO2qp2RtMfR8JvCyzcBG > .row .container { width:20rem;height:35.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qXdhZ9s2omra1pmiwNgPv5sByxd0Zz0n { width:20rem;height:21rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gmkpxVzM57iZQxgzD93d3MU0lWAUHc4l { width:20rem;height:29.5rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GX7HXqwUdRlwMJx46QEX58v2rFaPEXo6 { width:12.25rem;height:3.8994125rem;top:9.125rem;left:3.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WqR0T2sqTEGfGHSTVJzrkKgT37tpJQJ5 { width:10rem;height:2rem;top:6.625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUXl2q5e307yKO1HG4Oc0SIWvEHqai1t { width:3rem;height:1.04980625rem;top:7.125rem;left:7.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AafpBt4cq8mlH2I6GmMW8ncwE2SrJJT4 { width:3rem;height:1.04980625rem;top:7.125rem;left:11.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUwRIurcHiT8aJThQQiIdAHem6DrEPIH { width:1.25rem;height:1.25rem;top:7rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kylOdXoDSuXAWpRrf8oh8HzmuSELbEck { width:1.25rem;height:1.25rem;top:6.9375rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7MpbagaS9v8RmDkuhkMBV6QmkoH2lXc { width:6.5rem;height:8.5rem;top:14.5rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvbnudM1N09VOrvisq7i5B5cQQ7T0T7E { width:6.5rem;height:4rem;top:19.0625rem;left:3rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWhfsAXs5iAMy40qKC5toDEoyUd6BDpE { width:5.25rem;height:1.5rem;top:19.9375rem;left:3.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D58lwx987hGHxuoKKG5gkIgOnWgdbRn9 { width:5.25rem;height:0.125rem;top:21.5625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyPtm4A3QR7rTRTeVCHGpcdi2U11acTC { width:5.625rem;height:0.599609375rem;top:21.875rem;left:3.5rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7ySBqSboKGQlxlPcNdX77QlHZdK1MLu { width:6.5rem;height:8.5rem;top:14.5rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNCPwnEni0wtz5ozn57Pt8xbiWBJQCH7 { width:6.5rem;height:4rem;top:19.0625rem;left:10.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #duSlmSlNupnyi9DQrEDxnkJrQ3GiEBlS { width:5.625rem;height:0.599609375rem;top:21.875rem;left:11rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LectRcqiy2Z0KCyN8HeLNTD0WVXXt818 { width:5.25rem;height:0.125rem;top:21.5625rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHVpJ5H9vOSuB6NHvNw037cOqHbXSfmX { width:5.25rem;height:1.5rem;top:19.9375rem;left:11rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFcdBfOMhbPoUczNGEgKbbTqziiicJ9V { width:6.5rem;height:8.5rem;top:24rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeuOiVsZFxMdiCPe2T2gx0XqFHOpGR5l { width:6.5rem;height:4rem;top:28.5625rem;left:3rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXw2JZhLhmFQGTP0LnOmoNO76xHkelPl { width:5.625rem;height:0.599609375rem;top:31.375rem;left:3.5rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAaHC2LyJCmhsMMhGhQT4fmpzVE5plsz { width:5.25rem;height:0.125rem;top:31.0625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUFIQlI7xU6fvDINyTnfCDXc3MxII8OS { width:5.25rem;height:1.5rem;top:29.4375rem;left:3.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOXZ2wOZuaOMeEfUONGtJJ6lrqZi7r1L { width:6.5rem;height:8.5rem;top:24rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyNBDOkdbIAluCEHxSyzgJcleyP7FcCl { width:6.5rem;height:4rem;top:28.5625rem;left:10.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fT2LhcEuVfJFl6TlqWD1UJrawXc2sgN1 { width:5.625rem;height:0.599609375rem;top:31.375rem;left:11rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5AJcu96rXVRy73bFPWkhydAVAPLAbqa { width:5.25rem;height:0.125rem;top:31.0625rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLJJ9LwzgtLkkIETByhpwfTB5CqwiwJ5 { width:5.25rem;height:1.5rem;top:29.4375rem;left:11rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wf7BeAMiiX3AcJwerRleLhhAzxVnbh2h { width:6.625rem;height:2rem;top:2rem;left:0rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #VQhATsf3vveI8acxvf0eOLOnGVR1ywA8 { width:5.5rem;height:1.5rem;top:2.25rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbDQcADBw7eaG1xgWTMldvWTMerMPSUf { display:flex;width:2rem;height:2rem;top:2rem;left:18rem;font-size:1.375rem; }
#hbDQcADBw7eaG1xgWTMldvWTMerMPSUf > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #Q9wnO8wAfLNrGCq9yPAp6HC0m7dU8rzQ { display:block; }#Q9wnO8wAfLNrGCq9yPAp6HC0m7dU8rzQ > .row .container { width:20rem;height:35.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iex5ORleEBBWEEO1PatHHRIgx1LamTQm { width:20rem;height:21rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #D2J21frcnhXlDncV91MzTR0zOrkmx18K { width:20rem;height:29.5rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGomzehehy6ZRGM39Os1cUKPiphE65Rl { width:12.25rem;height:3.8994125rem;top:9.125rem;left:3.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ADiTmOx7A6ww6ptrQmhtzPFe88eNATf9 { width:10rem;height:2rem;top:6.625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbyliLRL1dSTvJK1dBTASFrhL5OpnKHq { width:3rem;height:1.04980625rem;top:7.125rem;left:7.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGFZ4zbcu9832EtkNudUpqUKLzwMQRK5 { width:3rem;height:1.04980625rem;top:7.125rem;left:11.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P198uKSUdTVfO8XT8ZHCBm7LKTBu6B9v { width:1.25rem;height:1.25rem;top:7rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEJtDgtA5arqkg3efKhIhr9bdOleOAtE { width:1.25rem;height:1.25rem;top:7rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROmPB2miZ6VP5XEgybrLIXcn2pMM0EyR { width:6.5rem;height:8.5rem;top:14.5rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBdwkNgd5hp6accmL9rl7ilQAndiyfRU { width:6.5rem;height:4rem;top:19.0625rem;left:3rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0XyxFvbD7qcHOo1wlrXTpipeW14TMzV { width:5.25rem;height:1.5rem;top:19.9375rem;left:3.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8iIlSOHtXWyB3KhT0skkNJirtSULNkd { width:5.25rem;height:0.125rem;top:21.5625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1ycMhUGT6hKWfsKDT9MeGJL9uQFMFcL { width:5.625rem;height:0.599609375rem;top:21.875rem;left:3.5rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeXgFFk1OfICcc2QThaZBW2uB48BFl4y { width:6.5rem;height:8.5rem;top:14.5rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTXXOeslJoLTiz0JnqhXXP9eV5P43vHR { width:6.5rem;height:4rem;top:19.0625rem;left:10.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dN0Jm9TuVx9kOkzmmCXNnFL2Th6W52pM { width:5.625rem;height:0.599609375rem;top:21.875rem;left:11rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3UMycoPuZoWfT1ZTwWEZ3AyzDZXfhEP { width:5.25rem;height:0.125rem;top:21.5625rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzfQeqyR3eVaOUXHOPtUUHmPq0N49Ndu { width:5.25rem;height:1.5rem;top:19.9375rem;left:11rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiTVXIpLEAO5bg3rgt23wpBJSZFBFGOX { width:6.5rem;height:8.5rem;top:24.0625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBgMzv9FXXLDaiTk1iHOpTmlbLSwGs1N { width:6.5rem;height:4rem;top:28.625rem;left:3rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tc2QLzlM3M69oUk04P4DwiheRNmvoQ22 { width:5.625rem;height:0.599609375rem;top:31.4375rem;left:3.5rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXabdWJuATXORqlHwLind2U7L71F7k6E { width:5.25rem;height:0.125rem;top:31.125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfybJVxo9B20OaHwTv7pAEv3shipWPg5 { width:5.25rem;height:1.5rem;top:29.4375rem;left:3.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6hE0cGIlt42qTaHxv9UmO6XW3T0OsPo { width:6.5rem;height:8.5rem;top:24.0625rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWGtgXgArXLxpgBuLIeefTwtM4b6ZU3i { width:6.5rem;height:4rem;top:28.625rem;left:10.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txdfp87a0Npkai1pXoRHHvJb5avaTV7J { width:5.625rem;height:0.599609375rem;top:31.4375rem;left:11rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwrVG32AE7R6XFhEtHHLesG0ccsd7pIR { width:5.25rem;height:0.125rem;top:31.125rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #eV5bbzW0RoHpT1tceO1ADNIfP421hIvk { width:5.25rem;height:1.5rem;top:29.4375rem;left:11rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkqyyJdxGOVlHVJIrAZ9icq7pgunq76d { width:6.625rem;height:2rem;top:2rem;left:0rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #wNaNXeUT2yFM8qWpQyWn8avIhd5paXvS { width:5.5rem;height:1.5rem;top:2.25rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkV1GG5rmdqieDtMLaluMGVJQRNNHG1I { display:flex;width:2rem;height:2rem;top:2rem;left:18rem;font-size:1.375rem; }
#PkV1GG5rmdqieDtMLaluMGVJQRNNHG1I > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #paUBxRFiKcbfPhsGTHuIWM3pRKdNE9qp { display:block; }#paUBxRFiKcbfPhsGTHuIWM3pRKdNE9qp > .row .container { width:20rem;height:37rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vz9SROnlz0tOXHUfPymxkmAfUBkuHhKx { width:20rem;height:21rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lQlHGisNv8k2uFAzSbWwBbWpWhfB5vT3 { width:20rem;height:29.5rem;top:6.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgOlfEmuZJMZTTp6eBzTraNR0Jed3QC1 { width:12.25rem;height:3.8994125rem;top:10.6875rem;left:3.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hSsAqIu2pfmPNAy80hRSwtD4WSQ0NtAE { width:10rem;height:2rem;top:8.1875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCuoQ83lbk2puvClJmazwd0fJhIPQaJo { width:3rem;height:1.04980625rem;top:8.6875rem;left:7.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbFTgucOgc88UOneT8L9Voi49akrfkbt { width:3rem;height:1.04980625rem;top:8.6875rem;left:11.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSZXO0nTCOgtEVkLWI4FTOtKlFXEMIMn { width:1.25rem;height:1.25rem;top:8.5625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5AvRUxc4M8eT0H5G3xs02645VBMtsEN { width:1.25rem;height:1.25rem;top:8.5625rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3IHtncEqwHQ5e7uHVc0IEWc0rDHsOVZ { width:6.5rem;height:8.5rem;top:16.0625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTy0TVEIRIoAhmohwBPrTRHNSS9zdp2T { width:6.5rem;height:4rem;top:20.625rem;left:3rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #unfJJVp0t6SWJv2W54JxqDAiw3p057xd { width:5.25rem;height:1.5rem;top:21.5rem;left:3.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #va0XhP4Dou7TDEgwbH6M4tTT3KAl8Tbh { width:5.25rem;height:0.125rem;top:23.125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRQBv3z6BelCHT1vKtfLv3fPXiCM5Izd { width:5.625rem;height:0.599609375rem;top:23.4375rem;left:3.4375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLKTbTeCJ5gJPaSLzr2BB9QJwAVDyo2c { width:6.5rem;height:8.5rem;top:16.0625rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzJXIq5xvsJb7TVTwfftwiMdav1nNu1Z { width:6.5rem;height:4rem;top:20.625rem;left:10.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXxtTIweV5OgCLab4XrcTOKoldiZAIRW { width:5.625rem;height:0.599609375rem;top:23.375rem;left:10.9375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNTwnpmSh1JmkXLmneCG5iAX6SPgE9eU { width:5.25rem;height:0.125rem;top:23.0625rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlm8GoHmO2nGTCVLG51OCWHNEMu6wqGr { width:5.25rem;height:1.5rem;top:21.375rem;left:10.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbRxwTgJKFVhnumpcI0dW7cRJp0Cdy6o { width:6.5rem;height:8.5rem;top:25.5625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8qarlRS3Sx9Taey8RvXNHDMdeXfKnHD { width:6.5rem;height:4rem;top:30.125rem;left:3rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeMWKHcbGTGbcdHcHQ9GhB4N2BqJSTxW { width:5.625rem;height:0.599609375rem;top:32.9375rem;left:3.4375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bt64VRsbQ3T51RzIHqw3UqPkTH8OhrT6 { width:5.25rem;height:0.125rem;top:32.625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKXZKTnMrhvOEeO4pGkerDwrcFbN49cX { width:5.25rem;height:1.5rem;top:31rem;left:3.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nr0w1qwd0zHtXLozmtZ8d2IlkMyb79yf { width:6.5rem;height:8.5rem;top:25.5625rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBvTTLtHTwssGR3gPlQrvvGJ7WOz2MaW { width:6.5rem;height:4rem;top:30.125rem;left:10.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzWIGMoAwJEDEQUf5lO85sDZRGhyNkWE { width:5.625rem;height:0.599609375rem;top:32.9375rem;left:10.9375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUcefRMnuVqumwIJBBVOzvn8EODHuxyb { width:5.25rem;height:0.125rem;top:32.625rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvTLTB7b8sZLpV6BD3WxsTsB5mdoIMk9 { width:5.25rem;height:1.5rem;top:31rem;left:10.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCkp3WVLh18RTRWaHuTZbRMPsbbWNIcm { width:3.875rem;height:3.5rem;top:2rem;left:0rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #tETgttbdsxJZ5rAKPVBRHo7Bd1t30PXE { width:5.5rem;height:1.5rem;top:3.1875rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDHENhFdtwzKXP6faCTPLe2CSwgKkPNf { display:flex;width:2rem;height:2rem;top:2.875rem;left:18rem;font-size:1.375rem; }
#bDHENhFdtwzKXP6faCTPLe2CSwgKkPNf > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #HyUmJhsddNGsJTb2O0N8RAQyJbkPp1w9 { display:block; }#HyUmJhsddNGsJTb2O0N8RAQyJbkPp1w9 > .row .container { width:20rem;height:35.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Izf13oUoSoMTV6f8JrbhK4T6vVL107Xl { width:20rem;height:21rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZRPgU2GtvkkzrrNvipuNksp6LOuIETkX { width:20rem;height:29.5rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTIVTLwrwcJwJnFrIWZMMkBT9hTED16l { width:12.25rem;height:3.8994125rem;top:9.125rem;left:3.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B2XAU7T5f5IGQHtAsUNAEQnng0cbF2Pa { width:10rem;height:2rem;top:6.625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqIoV9Mu8EWVV39buUcAK5No7TGDGh0B { width:3rem;height:1.04980625rem;top:7.125rem;left:7.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSnQkEuDdnqOMxQJ7FUDmfwhLlvx56yg { width:3rem;height:1.04980625rem;top:7.125rem;left:11.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rclG0OzxB8gytKK7buIrXhAdSBlQDfn6 { width:1.25rem;height:1.25rem;top:7rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNnrngQqNt1OwWReaZwOQvBtzZ9xG0AF { width:1.25rem;height:1.25rem;top:7rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VO6Ig6IsyHlQNlJuSdFeThTdeN6PL1VO { width:6.5rem;height:8.5rem;top:14.5rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQFLX6A5AUHnTZG3LBTXKkiXcTHvBWko { width:6.5rem;height:4rem;top:19.0625rem;left:3rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KW6pTGRB9hKFTOVxylUPuUwXRUIsei7B { width:5.25rem;height:1.5rem;top:19.875rem;left:3.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwQ5CliLoI1CMksqrhAA6rEQhOLDTX8z { width:5.25rem;height:0.125rem;top:21.5625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #neD0X8PnESRhEMZxgudJJGNTCQBTfCxa { width:5.625rem;height:0.599609375rem;top:21.875rem;left:3.4375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHgzHSyBn5I6C5yAXNETazXOo9NC3Rkl { width:6.5rem;height:8.5rem;top:14.5rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6lg2A6bXgxuytlXChBK2Ksk9Is2wZlK { width:6.5rem;height:4rem;top:19.0625rem;left:10.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bb4XtcAdi7uivw7UHpqRkQ7XOfGM5xBq { width:5.625rem;height:0.599609375rem;top:21.875rem;left:11rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKUu2fQoH9WUbwib4AiuloDV9AW6pbxX { width:5.25rem;height:0.125rem;top:21.5625rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwPeXbIvMdaLJfVkkpzbK7Dui7FOPRPU { width:5.25rem;height:1.5rem;top:19.875rem;left:11rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQ63uleKWnk2QJ8pusBdDs8SE8XPoVO9 { width:6.5rem;height:8.5rem;top:24rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQNoSVDz77c7hk1uQLw9GXpmx0pU0rFU { width:6.5rem;height:4rem;top:28.5625rem;left:3rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLnvFBDlU8OxJetkH2pgex5OWU7vCa4w { width:5.625rem;height:0.599609375rem;top:31.375rem;left:3.5rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqLqGkH6e94ykTSdeiqvVAx5gbNVnOLR { width:5.25rem;height:0.125rem;top:31.0625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDo3uFyT90zrCHSvhSHcFRHNzNsQZ4g8 { width:5.25rem;height:1.5rem;top:29.375rem;left:3.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #azI5gSxiBfwzPEFcTUhdnVHQakMIzE6k { width:6.5rem;height:8.5rem;top:24rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5Vxs7vrWNIhmDmlTH9AeTWNDIoaKM7F { width:6.5rem;height:4rem;top:28.5625rem;left:10.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxFxCZ7k3RlZnK8UsqTPh46nuUD2y2y9 { width:5.625rem;height:0.599609375rem;top:31.375rem;left:11rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvVbisf9ObILpHZS1yna2SLerBmdzr53 { width:5.25rem;height:0.125rem;top:31.0625rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #AC6nmGo5XJsTW0F45agqopa4Guc1UT5X { width:5.25rem;height:1.5rem;top:29.375rem;left:11rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSTM2vNTTLiT4P3zutE6pQIdctEMkixx { width:6.625rem;height:2rem;top:2rem;left:0rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #aphk4U2oNzMP9K2G6LVtnn8uDlnuxwg6 { width:5.5rem;height:1.5rem;top:2.25rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTe8ttTmFwq4FSTvE0Ou8bbcslInmv4o { display:flex;width:2rem;height:2rem;top:2rem;left:18rem;font-size:1.375rem; }
#FTe8ttTmFwq4FSTvE0Ou8bbcslInmv4o > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #Q20oPAq8R8kM1mZL4qRS3A8AuCPTHI89 { display:block; }#Q20oPAq8R8kM1mZL4qRS3A8AuCPTHI89 > .row .container { width:20rem;height:35.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wsic026eyzI8nEuOe9q5PsG1n9BbzDTo { width:20rem;height:21rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rwAki6o1VWwkJXdd2HyuaesTe6K7X5yO { width:20rem;height:29.5rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJsZiDzkW6E1k0VoeUyZ8CZdsVyNGhV0 { width:12.25rem;height:3.8994125rem;top:9.125rem;left:3.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VF5Fr3XxDtcPgzazPoZvSOhX0VxOwdSc { width:10rem;height:2rem;top:6.625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XD6p07cdBAPgLf20VVLRTEBUOTCV2u1g { width:3rem;height:1.04980625rem;top:7.125rem;left:7.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zM6JDiNBW1n2yRM4zkDvhlS78uAw2BaD { width:3rem;height:1.04980625rem;top:7.125rem;left:11.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdI2uhV2DD8taTc5pWV4dshqy4L2a4Rs { width:1.25rem;height:1.25rem;top:7rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaQ0aA8VEiG9FVo2Qi9WT6EkmkDxzf8K { width:1.25rem;height:1.25rem;top:7rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVUWNMVhoHe0fdNtHpy4QuSfcWzpLsMs { width:6.5rem;height:8.5rem;top:14.5rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMIIFzeLMXOdDgNfKHXVMTaJdBROmI4V { width:6.5rem;height:4rem;top:19.0625rem;left:3rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQfS0EMlvI0olPLZKhLKq04NdcXD80zE { width:5.25rem;height:1.5rem;top:19.875rem;left:3.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnMSDfguQ3GR0O8fQrBgizPJp1Z6h3OB { width:5.25rem;height:0.125rem;top:21.5625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gydrAGXl3d0BXEUeKOzx6rIrIXTKXAKw { width:5.625rem;height:0.599609375rem;top:21.875rem;left:3.4375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxI3tuXkhz158z0olB1szvcZCZkWtUD2 { width:6.5rem;height:8.5rem;top:14.5rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #km4LukrL8drDdsJpcslDPwg9U5GnLFpE { width:6.5rem;height:4rem;top:19.0625rem;left:10.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #beZ6bEMpq5qvoieF9HkauFyGTZZcSCTy { width:5.625rem;height:0.599609375rem;top:21.875rem;left:10.9375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fICn0sPQrkHNqFN7V2luPZhH4fTyJmOH { width:5.25rem;height:0.125rem;top:21.5625rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqVXNnBQx3tlI4gWstUz3qLz1CQTPU2E { width:5.25rem;height:1.5rem;top:19.875rem;left:10.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIKs8KcTnLnT6ba20TR8kNBZWwKBHE7r { width:6.5rem;height:8.5rem;top:24rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTw4PAdJdm8eAcEvtUP6bLbZoXtbdTHX { width:6.5rem;height:4rem;top:28.5625rem;left:3rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1z1vChCbPMhBurumRet1CF7W6LuwN6x { width:5.625rem;height:0.599609375rem;top:31.375rem;left:3.5rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUzpp5AEF1Dv5IpTXsQV28AOJax4XqSm { width:5.25rem;height:0.125rem;top:31.0625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoSnMAQeWMmSUWGztnmn4uENwUq1TihF { width:5.25rem;height:1.5rem;top:29.375rem;left:3.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2Cp7U6WdsP55HqLcf7xOuE9hbqeS87M { width:6.5rem;height:8.5rem;top:24rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFhXesxeOiEBA5Rn2p6NkJme5DIGCLCa { width:6.5rem;height:4rem;top:28.5625rem;left:10.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMkH8XDHVg9c0aDsNVtxGw8SQWXA8EJA { width:5.625rem;height:0.599609375rem;top:31.375rem;left:11rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZdKHoLnmEMorB1Ry7uU2pL6QptO7qHq { width:5.25rem;height:0.125rem;top:31.0625rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDBIJT6VAlrMP36C1OVGQGne0CZfzRds { width:5.25rem;height:1.5rem;top:29.375rem;left:11rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #weMbFLU0VBqJ2rrMugaPrxZDMqu6aM11 { width:6.625rem;height:2rem;top:2rem;left:0rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #xc7k3slTmmcSUAvUWtpP4xaCpZSdy9PT { width:5.5rem;height:1.5rem;top:2.25rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiMzSFLKWXkALl7TE6htdWsIHFdtaSQc { display:flex;width:2rem;height:2rem;top:2rem;left:18rem;font-size:1.375rem; }
#NiMzSFLKWXkALl7TE6htdWsIHFdtaSQc > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #MH4qyz9MDQrUFUhU1iczBh67QKRP71nr { display:block; }#MH4qyz9MDQrUFUhU1iczBh67QKRP71nr > .row .container { width:20rem;height:37rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d4ooFy5KgIPxeTi9opbnyCZBOFt76Jps { width:20rem;height:21rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xeFKGxk4Sg7TGE1sxdpETHAWFokP15ge { width:20rem;height:29.5rem;top:6.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vW1MDZUkFyISHgQQT1B5mugwV0FTRRZM { width:12.25rem;height:3.8994125rem;top:10.6875rem;left:3.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h97KQQatNAhLRCrfkoTz6A15STCLlfJ2 { width:10rem;height:2rem;top:8.1875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UefaNR4Ly3Lo576psliHuZkDSmQ6ByI4 { width:3rem;height:1.04980625rem;top:8.6875rem;left:7.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtBuoibe1u6RTpGTXArVeSEKXrystkmR { width:3rem;height:1.04980625rem;top:8.6875rem;left:11.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXTKWW6J5o4UNMCpoxLDq5Ovk1At3IT4 { width:1.25rem;height:1.25rem;top:8.5625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #beWnUrOLzldynuI20V0JupipcPxyTHNk { width:1.25rem;height:1.25rem;top:8.5625rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWac0Li9oE1xkTqpmDnQ6ObpVNPAmTvP { width:6.5rem;height:8.5rem;top:16.0625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSXlc0l9C2DN8GUrewt0QQcqxHvVO49q { width:6.5rem;height:4rem;top:20.625rem;left:3rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7DLAS7nt6E5IHHEHOyBnSeXUCU3KLQQ { width:5.25rem;height:1.5rem;top:21.4375rem;left:3.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXgIwl1xfaeT9X6tKeVOT1qB8bgIKB0y { width:5.25rem;height:0.125rem;top:23.125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdolcxwAd0nCDBeMlsvak43siENe27Rg { width:5.625rem;height:0.599609375rem;top:23.4375rem;left:3.5rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqRCbpI5T9JUEVLQvKH5wUwoyo4fHW5P { width:6.5rem;height:8.5rem;top:16.125rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iew5fSbh7vJogZ3VurfMrMtryVRZx89R { width:6.5rem;height:4rem;top:20.625rem;left:10.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqbM3nd3KlGUAunZnTSRy3izHLMPZGGy { width:5.625rem;height:0.599609375rem;top:23.4375rem;left:11rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHpPlz9E4PllwXAeWQbayvGwdMTrtaMW { width:5.25rem;height:0.125rem;top:23.125rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #xux5DqW97EqNZ98PhCgugHbwNDs6iCgG { width:5.25rem;height:1.5rem;top:21.4375rem;left:11rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDl7yxHoK02NqfN3ZxKDAA8Nn5ncWvbn { width:6.5rem;height:8.5rem;top:25.625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKKHJFQEDCgqLsMPzOkPetqkwIGaTOMg { width:6.5rem;height:4rem;top:30.1875rem;left:3rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #woUHix5eu3Wd1JxRUK1pkTvEpycvihH5 { width:5.625rem;height:0.599609375rem;top:33rem;left:3.5rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkOb6aJ1AwJ0arVOOm2zS3VyxlNIOceL { width:5.25rem;height:0.125rem;top:32.6875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGUom1aG3pB0DQbsG704UXfqDTlysT8S { width:5.25rem;height:1.5rem;top:31rem;left:3.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #myWuTTJO1W8PLZMzXmmTi4lK5uEcA1Vc { width:6.5rem;height:8.5rem;top:25.625rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #chTdeF7qTG3NebPAxzzlfoQNbAdJUbNG { width:6.5rem;height:4rem;top:30.1875rem;left:10.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZJWtt0EDGFCEuK51CWTUegasfO0nGpu { width:5.625rem;height:0.599609375rem;top:33rem;left:11.0625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUPlLr3aKybOMAPzPL1Kd3NvwOIx8bfs { width:5.25rem;height:0.125rem;top:32.6875rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aU4b4nnNqffx8EpGvA1aT4bfMGDgI597 { width:5.25rem;height:1.5rem;top:31rem;left:11.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpUxzoy9mXy7vOO2Zks2P289sJOd46Qg { width:3.875rem;height:3.5rem;top:2rem;left:0rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #PqpVTazbIWnmCc3mAS3tNsbgCQO5ETp6 { width:5.5rem;height:1.5rem;top:3.1875rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDLsIUBbvCcNNlt91dGcIuheQyUpCeIU { display:flex;width:2rem;height:2rem;top:2.75rem;left:18rem;font-size:1.375rem; }
#EDLsIUBbvCcNNlt91dGcIuheQyUpCeIU > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #E6K173bb53JMlxWFbhgDV7WH7UUDSevx { display:block; }#E6K173bb53JMlxWFbhgDV7WH7UUDSevx > .row .container { width:20rem;height:19.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sbUSHiLwJhszLkPQ16O7nI21uApWAOMZ { width:20rem;height:1.29980625rem;top:2rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NowlUC6brcnOqnX4K95mLA3LT6JmyOz9 { width:20rem;height:13.0918125rem;top:4.2998046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETT3GdBIb4NGvIJ33GwEWgCT33q9RKGJ { display:block; }#ETT3GdBIb4NGvIJ33GwEWgCT33q9RKGJ > .row .container { width:20rem;height:16rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NRIODXZE6iqMP1SrGtHKL1k7M5i021Ha { width:20rem;height:6.5rem;top:8.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #d0ifOWXaWrfcMgLqHrWLz7FSIGS5H1rb { width:20rem;height:6.5rem;top:8.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q4PrApnHtmztuohRv5JG9Rl6LC1WnpLM { width:20rem;height:6.5rem;top:8.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dnzsyN6opaRSX9GPwlMV45pLezNia6Or { width:20rem;height:6.5rem;top:1rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HSQaeNJEupAaBCkc5tvMGvCAAWcvNSXe { width:20rem;height:6.5rem;top:1rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #C5RhMPzpfd2mRBGSuJHelpsCrvNCUZR2 { width:7.1875rem;height:3rem;top:2rem;left:6.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIUECcStG67r4FClkmBObuGlfT09r2o4 { width:11rem;height:1.3999rem;top:5.25rem;left:4.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZvP3M9JecD2bUEkdP2wr3SxHeEGhnZ9l { width:14rem;height:1.3999rem;top:7.625rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ympdMITTvHhmld6N9yuOykRCpvvH8AVr { display:flex;width:2.5rem;height:2.5rem;top:9.5rem;left:13.5rem;font-size:1.75rem; }
#ympdMITTvHhmld6N9yuOykRCpvvH8AVr > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #hFbAn2FGGOAnGlD6JTSTsosd8BySyAh0 { display:flex;width:2.5rem;height:2.5rem;top:9.5rem;left:10.1875rem;font-size:1.75rem; }
#hFbAn2FGGOAnGlD6JTSTsosd8BySyAh0 > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #yGd8x2zS5TylVSrCELzVnDQ4u78rCVnT { display:flex;width:2rem;height:2rem;top:9.75rem;left:7.1875rem;font-size:1.375rem; }
#yGd8x2zS5TylVSrCELzVnDQ4u78rCVnT > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #CEAJRdNh4QFTPVe9J5WyWIFnRRv16S15 { display:flex;width:2.5rem;height:2.5rem;top:9.5rem;left:4rem;font-size:1.75rem; }
#CEAJRdNh4QFTPVe9J5WyWIFnRRv16S15 > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #ByPTyxnWZ0EFyzpThlcGxQotnIx4brbf { width:14rem;height:1.04980625rem;top:12.94970703125rem;left:3rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2buQGLtKzQyNNzWZIyHfdUdGsINSdz7 { width:20rem;height:16rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lNLHrZprip2bowC4ETK840aRC5EmvuZq { width:20rem;height:6.5rem;top:3.5rem;left:2.5rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #iPmTCftfBlxepLgxkT06u6EXMUKvmTqX { width:10rem;height:4.5rem;top:0.5625rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #Ds2zAxnWDxvRsfrIRPdvu5fO5X4Q1uA0 { width:10rem;height:4.5rem;top:0.5625rem;left:10rem;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #35bb93, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #35bb93, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #35bb93, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #35bb93, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#35bb93', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#35bb93', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #35bb93, rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #DuAQ7EwLOwvhrx0opANqrCFfIOqOcGGi { width:20rem;height:4.5rem;top:5.6875rem;left:0rem;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(270deg, #045ab2, rgba(0,0,0,0));background-image: -moz-linear-gradient(270deg, #045ab2, rgba(0,0,0,0));background-image: -ms-linear-gradient(270deg, #045ab2, rgba(0,0,0,0));background-image: -o-linear-gradient(270deg, #045ab2, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#00000000' );";background-image: linear-gradient(270deg, #045ab2, rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #IbqWDh05tTQitqhS5Xs51cFIEi9XssZk { width:10rem;height:4.5rem;top:10.9375rem;left:10rem;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #8e7fde, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #8e7fde, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #8e7fde, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #8e7fde, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #8e7fde, rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #VIEPrSFaFpts81NA96X8UHd0GfAJMfXc { width:10rem;height:4.5rem;top:10.75rem;left:0rem;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(270deg, #dfec19, rgba(0,0,0,0));background-image: -moz-linear-gradient(270deg, #dfec19, rgba(0,0,0,0));background-image: -ms-linear-gradient(270deg, #dfec19, rgba(0,0,0,0));background-image: -o-linear-gradient(270deg, #dfec19, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfec19', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfec19', endColorstr='#00000000' );";background-image: linear-gradient(270deg, #dfec19, rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #oL7BeQ1X9yZ0PphnqT8NF2OqMtd3Eu32 { width:20rem;height:16rem;top:0rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:15025;background-color:rgba(15,23,42,0.64);background-image:none;display:block; }
 }