.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;
}
:root { --color-primary-0:240,237,227;--color-primary-1:204,197,161;--color-primary-2:153,138,67;--color-primary-3:77,69,34;--color-primary-4:23,21,10;--color-secondary-0:247,251,255;--color-secondary-1:229,243,255;--color-secondary-2:202,230,255;--color-secondary-3:101,115,128;--color-secondary-4:30,35,38;--color-tertiary-0:255,255,255;--color-tertiary-1:201,210,230;--color-tertiary-2:76,105,171;--color-tertiary-3:38,53,86;--color-tertiary-4:8,10,17;--headlines-font-family:"open sans";--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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-3),1);background-image:url("https://images.assets-landingi.com/x5DLTEjq/bg1_hd.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg.adaptive-delivery-prevent-bg, #f4IHiQGBzhnl0EklNh35rdhQQANWalqg.lazyload, #f4IHiQGBzhnl0EklNh35rdhQQANWalqg.lazyloading { background-image: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { background-color: transparent; background-image: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container > .video-iframe-container { display: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container { display: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .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); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { border-width: 0; border-radius: 0; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { font-size:0.875rem;font-family:arial;height:46.6875rem;width:60rem;position:relative;display:block; }#fSIxLVPaTqAm8HOrKlpF6MJmSDVwUy9E { color:#ffffff;display:block;width:48.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:8.125rem;left:5.625rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q71lpkgDHUxVsPmrxpZzeVeDiT1vuHuk { background-color:#f45b06;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:3.9375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:40.0625rem;left:13.8125rem;display:block; }
#qLmR2OL77nXca9Iz0AAvbgwcCZyVegM4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M6nOPRt7shg5aPvw2lbhsV0gvvvES9Xn { position:absolute;display:block;z-index:15011;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:5rem;width:11.625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#DGi5QmbSNp27JzysvOBLT1XM3bJ5bBbi { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;height:3.3125rem;width:3.3125rem;position:absolute;display:block;z-index:15016;top:16.5rem;left:0rem;box-shadow: 0rem 0.375rem 0.6875rem rgba(var(--color-tertiary-4),0.19) ;display:block; }
#Rzp0aRa6A5dGlrxi4IxUPlySfBZRdcl7 { display:block;width:22.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:16.125rem;left:4.8125rem;height:3.8984375rem;font-style:normal;color:#f4c542;display:block; }
#RAWzr4PkPbrlgplhOlkJ7giH3yysxpKa { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;top:17.125rem;left:0.625rem; }
#cJJXVCAWWoVrctCoJO8fHyQxSboirFr3 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:16.375rem;width:29.25rem;position:absolute;display:block;z-index:15013;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:16.4375rem;left:30.75rem;overflow:hidden;display:block; }
#wvJwRK3u9h4nTdAMoKwlWEgalMvntzgh { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;height:3.3125rem;width:3.3125rem;position:absolute;display:block;z-index:15018;top:23.625rem;left:0rem;box-shadow: 0rem 0.375rem 0.6875rem rgba(var(--color-tertiary-4),0.19) ;display:block; }
#vIELTxyJ89GEgPubKEO4ZhyuXytgWqwA { display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:23.25rem;left:4.8125rem;height:3.8984375rem;font-style:normal;color:#55e3ff;display:block; }
#cpNJTl5aUwDTulIRQxcNRWx2v7BPyWiT { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;top:24.25rem;left:0.625rem; }
#lsTxSJdkqli7aIMpD019KAHracFs20ib { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;height:3.3125rem;width:3.3125rem;position:absolute;display:block;z-index:15020;top:30.75rem;left:0rem;box-shadow: 0rem 0.375rem 0.6875rem rgba(var(--color-tertiary-4),0.19) ;display:block; }
#wNoNdyB2lSfKXA4TMOdXJyIkKO1gxrB1 { display:block;width:21.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:30.375rem;left:4.8125rem;height:3.8984375rem;font-style:normal;color:#ffffff;display:block; }
#OTN6Tdiw2nx1PaGJL0rEPdKhvdBDEpDa { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;top:31.375rem;left:0.625rem; }
#WeZklTrBoKxqAt1lkLm4VaQxHuXaaXdC { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:3.9375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:40.0625rem;left:30.8125rem;display:block; }
#qDq3MHEoLwRa2JUwqkbWIfgPBA512Akf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WoXKfma8rqCWOEqw8CTkK4c8PsyzVRro { position:absolute;display:block;z-index:15031;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:8.875rem;width:22.125rem;top:27.125rem;left:34.3125rem;overflow:hidden;display:block; }
#wcUiB4CGH2W0ZJL4bTlEoM841olNJBW8 { position:relative;display:block; }#wcUiB4CGH2W0ZJL4bTlEoM841olNJBW8 { background-color: transparent; background-image: none; }#wcUiB4CGH2W0ZJL4bTlEoM841olNJBW8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcUiB4CGH2W0ZJL4bTlEoM841olNJBW8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcUiB4CGH2W0ZJL4bTlEoM841olNJBW8 > .row .container > .video-iframe-container { display: none; }#wcUiB4CGH2W0ZJL4bTlEoM841olNJBW8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcUiB4CGH2W0ZJL4bTlEoM841olNJBW8 > .row > .video-iframe-container { display: none; }#wcUiB4CGH2W0ZJL4bTlEoM841olNJBW8 > .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); }#wcUiB4CGH2W0ZJL4bTlEoM841olNJBW8 { border-width: 0; border-radius: 0; }#wcUiB4CGH2W0ZJL4bTlEoM841olNJBW8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#wcUiB4CGH2W0ZJL4bTlEoM841olNJBW8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#A6axrsXIuNze1QJnv8plRlUeMLw3SkxK { position:absolute;display:block;z-index:15012;height:6.0625rem;width:60rem;top:0rem;left:0rem;display:block; }
#vtEkySdfFqwiAThab8U2iqSMOXpfi9n3 { position:relative;display:block; }#vtEkySdfFqwiAThab8U2iqSMOXpfi9n3 { background-color: transparent; background-image: none; }#vtEkySdfFqwiAThab8U2iqSMOXpfi9n3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vtEkySdfFqwiAThab8U2iqSMOXpfi9n3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vtEkySdfFqwiAThab8U2iqSMOXpfi9n3 > .row .container > .video-iframe-container { display: none; }#vtEkySdfFqwiAThab8U2iqSMOXpfi9n3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vtEkySdfFqwiAThab8U2iqSMOXpfi9n3 > .row > .video-iframe-container { display: none; }#vtEkySdfFqwiAThab8U2iqSMOXpfi9n3 > .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); }#vtEkySdfFqwiAThab8U2iqSMOXpfi9n3 { border-width: 0; border-radius: 0; }#vtEkySdfFqwiAThab8U2iqSMOXpfi9n3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#vtEkySdfFqwiAThab8U2iqSMOXpfi9n3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:13.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#oZRTgvBVJohiTkF17AiPkMBdqc7upCoD { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1rem;left:0rem;height:;text-align:center;text-align-last:center;display:block; }
#Aliwt7yoADztUi95oZT2lnRW6BGoaE8S { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:4.75rem;left:0rem;height:7.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vPFOTT7inwbT4uGDpT7nq7f0rpAxanTZ { position:relative;display:block; }#vPFOTT7inwbT4uGDpT7nq7f0rpAxanTZ { background-color: transparent; background-image: none; }#vPFOTT7inwbT4uGDpT7nq7f0rpAxanTZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vPFOTT7inwbT4uGDpT7nq7f0rpAxanTZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vPFOTT7inwbT4uGDpT7nq7f0rpAxanTZ > .row .container > .video-iframe-container { display: none; }#vPFOTT7inwbT4uGDpT7nq7f0rpAxanTZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vPFOTT7inwbT4uGDpT7nq7f0rpAxanTZ > .row > .video-iframe-container { display: none; }#vPFOTT7inwbT4uGDpT7nq7f0rpAxanTZ > .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); }#vPFOTT7inwbT4uGDpT7nq7f0rpAxanTZ { border-width: 0; border-radius: 0; }#vPFOTT7inwbT4uGDpT7nq7f0rpAxanTZ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#vPFOTT7inwbT4uGDpT7nq7f0rpAxanTZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#z10WXJg3pqdiPTtAFyDCHT3sybIzqp34 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1rem;left:0rem;height:;text-align:center;text-align-last:center;display:block; }
#Kbu0RHNeDFy0VeSQQMvhFI5Tuv1OmLB1 { position:relative;display:block; }#Kbu0RHNeDFy0VeSQQMvhFI5Tuv1OmLB1 { background-color: transparent; background-image: none; }#Kbu0RHNeDFy0VeSQQMvhFI5Tuv1OmLB1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kbu0RHNeDFy0VeSQQMvhFI5Tuv1OmLB1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kbu0RHNeDFy0VeSQQMvhFI5Tuv1OmLB1 > .row .container > .video-iframe-container { display: none; }#Kbu0RHNeDFy0VeSQQMvhFI5Tuv1OmLB1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kbu0RHNeDFy0VeSQQMvhFI5Tuv1OmLB1 > .row > .video-iframe-container { display: none; }#Kbu0RHNeDFy0VeSQQMvhFI5Tuv1OmLB1 > .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); }#Kbu0RHNeDFy0VeSQQMvhFI5Tuv1OmLB1 { border-width: 0; border-radius: 0; }#Kbu0RHNeDFy0VeSQQMvhFI5Tuv1OmLB1 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Kbu0RHNeDFy0VeSQQMvhFI5Tuv1OmLB1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:108.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Wlg13huftP9FrcJbtKhD33utG8HCIuhM { box-sizing:content-box;height:7rem;width:19.9375rem;position:absolute;display:block;z-index:15000;background-color:#f0f3f5;background-image:none;box-shadow: none;border-top:0.125rem solid #a7a7a7;border-left:0.125rem solid #a7a7a7;border-right:0.0625rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;top:7.5625rem;left:0rem;display:block; }
#aSa2O10U47XfThBmJtc4MyzwH3GQmU7H { box-sizing:content-box;height:7rem;width:19.8125rem;position:absolute;display:block;z-index:15001;background-color:#f0f3f5;background-image:none;box-shadow: none;border-top:0.125rem solid #a7a7a7;border-left:0.125rem solid #a7a7a7;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;top:7.5625rem;left:20.0625rem;display:block; }
#nW8xyN2zowRFeHvawghv6V9v0NH94UrR { box-sizing:content-box;height:7rem;width:19.75rem;position:absolute;display:block;z-index:15002;background-color:#f0f3f5;background-image:none;box-shadow: none;border-top:0.125rem solid #a7a7a7;border-left:0.125rem solid #a7a7a7;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;top:7.5625rem;left:40rem;display:block; }
#bJmmT5TBq8R8QssEvlQBBZLLv8L3qm9r { box-sizing:content-box;height:7.4375rem;width:59.75rem;position:absolute;display:block;z-index:15001;background-color:#f0f3f5;background-image:none;box-shadow: none;border-top:0.125rem solid #a7a7a7;border-left:0.125rem solid #a7a7a7;border-right:0.125rem solid #a7a7a7;border-bottom:0.0625rem solid #a7a7a7;top:0rem;left:0rem;display:block; }
#ey0gK8KsXzLs7tA70TTcIIcPZDO57xt3 { color:#263556;display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:10.49609375rem;left:1.25rem;height:1.21875rem;display:block; }
#I7TyOSb3M7vbh6hn9iCNDzenxvavru6o { color:#263556;display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:11.71484375rem;left:23.5625rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#QfmhP5zcFU1WW6TTninTXPNtULHM5qTT { color:#263556;display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:11.71484375rem;left:43.5625rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#anN3a8eOH83PVTbRnenZMBDi18tENld6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:9.443359375rem;left:29.3125rem; }
#uUAa8VmTg0QnKFGZuGxDQJfwJFR0nEJR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:9.443359375rem;left:49.3125rem; }
#SH4ZMPVoaJJIifJ68XUlTTi3nnig2VRd { box-sizing:content-box;height:7rem;width:19.9375rem;position:absolute;display:block;z-index:15008;background-color:#f0f3f5;background-image:none;box-shadow: none;border-top:0.0625rem solid #a7a7a7;border-left:0.125rem solid #a7a7a7;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;top:14.8125rem;left:0rem;display:block; }
#bzClGucX37deimcuLsvvf82vEJqw5CM8 { box-sizing:content-box;height:7rem;width:19.8125rem;position:absolute;display:block;z-index:15009;background-color:#f0f3f5;background-image:none;box-shadow: none;border-top:0.0625rem solid #a7a7a7;border-left:0.125rem solid #a7a7a7;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;top:14.8125rem;left:20.0625rem;display:block; }
#HhTtvyHvpFKRmmClAClASH6NRISmgN8i { box-sizing:content-box;height:7rem;width:19.75rem;position:absolute;display:block;z-index:15010;background-color:#f0f3f5;background-image:none;box-shadow: none;border-top:0.0625rem solid #a7a7a7;border-left:0.125rem solid #a7a7a7;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;top:14.8125rem;left:40rem;display:block; }
#zrNEXXxfe3wom2n7LikUqZexDHoaXmbK { color:#263556;display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:19.095703125rem;left:20.84375rem;height:1.21875rem;display:block; }
#qzsTzMOQqBNolmwcpbcF5ZAUzVCmk4mN { color:#263556;display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:17.9208984375rem;left:41.40625rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#Lv2f8uaH5gy5tpualQwgtSem09ITBoeW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:16.40234375rem;left:29.3125rem; }
#cwldEgi3WuBwF77mOSE8S9lUyhtrrmnw { color:#263556;display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:17.71484375rem;left:1.25rem;height:1.3808625rem;display:block; }
#TCfU7sH8sZmCFXGDxMuaX9Uh0vsa26qk { box-sizing:content-box;height:7rem;width:19.9375rem;position:absolute;display:block;z-index:15016;background-color:#f0f3f5;background-image:none;box-shadow: none;border-top:0.0625rem solid #a7a7a7;border-left:0.125rem solid #a7a7a7;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;top:22rem;left:0rem;display:block; }
#MSgTMzSdkCCpQXobgLiBEVT15XpLHKTU { box-sizing:content-box;height:7rem;width:19.8125rem;position:absolute;display:block;z-index:15017;background-color:#f0f3f5;background-image:none;box-shadow: none;border-top:0.0625rem solid #a7a7a7;border-left:0.125rem solid #a7a7a7;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;top:22rem;left:20.0625rem;display:block; }
#AT1DNArTTvuM8Tew1A93r58AnTEJgWKD { box-sizing:content-box;height:7rem;width:19.75rem;position:absolute;display:block;z-index:15018;background-color:#f0f3f5;background-image:none;box-shadow: none;border-top:0.0625rem solid #a7a7a7;border-left:0.125rem solid #a7a7a7;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;top:22rem;left:40rem;display:block; }
#xSWAWDfJylN1znAGLeTLv4PvPhuazTqK { color:#263556;display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:24.3701171875rem;left:20.84375rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#MXPQB9avVlViPD1S04p5X9T5VM6HxAUz { color:#263556;display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:24.9794921875rem;left:42.625rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#cZTgyAxOLo2PwIGXJaWbzkyLouvTss42 { color:#263556;display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:24.875rem;left:1.25rem;height:1.3808625rem;display:block; }
#yn2R8LQvzHG2Az4vtoh8NyUQ0XuiT4Xa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:22.9375rem;left:29.3125rem; }
#kOSbTMk0qzE8NlqpWihh6aDhPsfuasTO { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:22.9326171875rem;left:49.25rem; }
#pGf43i53ZSTA27LrSRURM7C8itoT4WV0 { box-sizing:content-box;height:7rem;width:19.9375rem;position:absolute;display:block;z-index:15024;background-color:#f0f3f5;background-image:none;box-shadow: none;border-top:0.0625rem solid #a7a7a7;border-left:0.125rem solid #a7a7a7;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;top:29.1875rem;left:0rem;display:block; }
#qv9rdMMsNHa0Iq5slfUTLr3lss7trbii { box-sizing:content-box;height:7rem;width:19.8125rem;position:absolute;display:block;z-index:15025;background-color:#f0f3f5;background-image:none;box-shadow: none;border-top:0.0625rem solid #a7a7a7;border-left:0.125rem solid #a7a7a7;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;top:29.1875rem;left:20.0625rem;display:block; }
#gSXBM9VbOqfa5AXQkAZRllLp6uqFZOV8 { box-sizing:content-box;height:7rem;width:19.75rem;position:absolute;display:block;z-index:15026;background-color:#f0f3f5;background-image:none;box-shadow: none;border-top:0.0625rem solid #a7a7a7;border-left:0.125rem solid #a7a7a7;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;top:29.1875rem;left:40rem;display:block; }
#BlxCrDHtlQsm6tlrCR1LIHwpqL0usqxy { color:#263556;display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:32.875rem;left:20.875rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#yPizoW2FPpe5y9464pJOpnuRDULKw5u4 { color:#263556;display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:32.875rem;left:42.625rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#McP2EUUutScl734cuigdE7TPB7kGapil { color:#263556;display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:32.0625rem;left:1.25rem;height:1.3808625rem;display:block; }
#WwgEozO47UirrpGDGBD26dnyvIF2n2Jn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:30.75rem;left:29.3125rem; }
#N9Ugy0vUWx6dvocv22lWnHg8evHKbz1T { box-sizing:content-box;height:7rem;width:19.9375rem;position:absolute;display:block;z-index:15032;background-color:#f0f3f5;background-image:none;box-shadow: none;border-top:0.0625rem solid #a7a7a7;border-left:0.125rem solid #a7a7a7;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;top:36.375rem;left:0rem;display:block; }
#s9EefTTNWvXVrsMciDwXkciA0KBIPn3c { box-sizing:content-box;height:7rem;width:19.8125rem;position:absolute;display:block;z-index:15033;background-color:#f0f3f5;background-image:none;box-shadow: none;border-top:0.0625rem solid #a7a7a7;border-left:0.125rem solid #a7a7a7;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;top:36.375rem;left:20.0625rem;display:block; }
#wPCtSe6OysQi44pkyafL8GfaH7oeaWcK { box-sizing:content-box;height:7rem;width:19.75rem;position:absolute;display:block;z-index:15034;background-color:#f0f3f5;background-image:none;box-shadow: none;border-top:0.0625rem solid #a7a7a7;border-left:0.125rem solid #a7a7a7;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;top:36.375rem;left:40rem;display:block; }
#FToUqP2GLiQ0lECU6iwGBenEHImN6VRz { color:#263556;display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:40.0625rem;left:20.875rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#Shdh4Tx1TA6fXZBBppTPXeuQsia08zn5 { color:#263556;display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:40.0625rem;left:41.65625rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#DsLeaGzVkcQASdXhXo4TJvUM7GLyGdU4 { color:#263556;display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:39.25rem;left:1.25rem;height:1.3808625rem;display:block; }
#o0mMvAM3vDAoQNJT8baaRiIedF8RQCgm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:37.9375rem;left:29.3125rem; }
#rXlnFtceJ1iROFmo1wG3gwfxL18fuiRd { box-sizing:content-box;height:7rem;width:19.9375rem;position:absolute;display:block;z-index:15040;background-color:#f0f3f5;background-image:none;box-shadow: none;border-top:0.0625rem solid #a7a7a7;border-left:0.125rem solid #a7a7a7;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;top:43.5625rem;left:0rem;display:block; }
#Kz0kp92TO78qLpfPAPDq0PQvRfcT8ZGZ { box-sizing:content-box;height:7rem;width:19.8125rem;position:absolute;display:block;z-index:15041;background-color:#f0f3f5;background-image:none;box-shadow: none;border-top:0.0625rem solid #a7a7a7;border-left:0.125rem solid #a7a7a7;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;top:43.5625rem;left:20.0625rem;display:block; }
#EgprtlEBPuIwkSSOSTxwOF6H12JeoA4A { box-sizing:content-box;height:7rem;width:19.75rem;position:absolute;display:block;z-index:15042;background-color:#f0f3f5;background-image:none;box-shadow: none;border-top:0.0625rem solid #a7a7a7;border-left:0.125rem solid #a7a7a7;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;top:43.5625rem;left:40rem;display:block; }
#aMZgyyIc33xmv40OmD80cnB7XpKKwvy8 { color:#263556;display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:47.25rem;left:20.875rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#KWkhd718Z1ZJEeJN33azFczpB7JUE4FL { color:#263556;display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:47.25rem;left:41.6875rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#R2Z2vo4dSTWGiDuKBXE1phLAULvCSq6o { color:#263556;display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:46.4375rem;left:1.25rem;height:1.3808625rem;display:block; }
#faF8cE4bOde7IA3QvfE5V6UJWwMkNUOX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:45.125rem;left:29.3125rem; }
#eFatZnElHPTKTgS9ulCNkdIekB1QLeis { box-sizing:content-box;height:7rem;width:19.9375rem;position:absolute;display:block;z-index:15048;background-color:#f0f3f5;background-image:none;box-shadow: none;border-top:0.0625rem solid #a7a7a7;border-left:0.125rem solid #a7a7a7;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;top:50.75rem;left:0rem;display:block; }
#KsQWTNCAcATqlbzCTSZpbuEe7HyGZXmM { box-sizing:content-box;height:7rem;width:19.8125rem;position:absolute;display:block;z-index:15049;background-color:#f0f3f5;background-image:none;box-shadow: none;border-top:0.0625rem solid #a7a7a7;border-left:0.125rem solid #a7a7a7;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;top:50.75rem;left:20.0625rem;display:block; }
#BuQPb1cBNRKPqKmkucT0SgPdkhwR2XyF { box-sizing:content-box;height:7rem;width:19.75rem;position:absolute;display:block;z-index:15050;background-color:#f0f3f5;background-image:none;box-shadow: none;border-top:0.0625rem solid #a7a7a7;border-left:0.125rem solid #a7a7a7;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;top:50.75rem;left:40rem;display:block; }
#rqQspE43qd5l8bHyJhwwLRpMuX9tpn81 { color:#263556;display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:54.4375rem;left:20.875rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#yBbgzAnylZVex5tl6D2ozF9svE9p7SP2 { color:#263556;display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:54.4375rem;left:41.6875rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#cFwKVBzdoOObU4Xh4wl6T9pLlI6Eik4w { color:#263556;display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:53.625rem;left:1.25rem;height:1.3808625rem;display:block; }
#J8lMSuuzCgmSlTcs3hnhXyl4Rl2Cx0Lq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15068;opacity:1;top:52.3125rem;left:29.3125rem; }
#dvTfDiIpkVxGoBC8WCTu8m6tDmgPTebK { box-sizing:content-box;height:7rem;width:19.9375rem;position:absolute;display:block;z-index:15056;background-color:#f0f3f5;background-image:none;box-shadow: none;border-top:0.0625rem solid #a7a7a7;border-left:0.125rem solid #a7a7a7;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;top:57.9375rem;left:0rem;display:block; }
#xtosDaFrFNcBcDTgnx4JkCWDo3T5w6MU { box-sizing:content-box;height:7rem;width:19.8125rem;position:absolute;display:block;z-index:15057;background-color:#f0f3f5;background-image:none;box-shadow: none;border-top:0.0625rem solid #a7a7a7;border-left:0.125rem solid #a7a7a7;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;top:57.9375rem;left:20.0625rem;display:block; }
#RkoeyEPVqtoeE1LeU6hNXxMa2t05GxLZ { box-sizing:content-box;height:7rem;width:19.75rem;position:absolute;display:block;z-index:15058;background-color:#f0f3f5;background-image:none;box-shadow: none;border-top:0.0625rem solid #a7a7a7;border-left:0.125rem solid #a7a7a7;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;top:57.9375rem;left:40rem;display:block; }
#hvywMzD8qF4hgLvhWD0lTihmTt9KVQfL { color:#263556;display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:61.625rem;left:20.875rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#LtTVIKEoyRKclVpyTZvTTpB5HfJiV1sI { color:#263556;display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15071;line-height:1.3;letter-spacing:0;top:61.625rem;left:41.6875rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#dWSs4cS1HTmToydBqRt5HohZoMT48U2y { color:#263556;display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:60.8125rem;left:1.25rem;height:1.3808625rem;display:block; }
#TtzednqTxefVrZwqyr7FGZZ5DFJwrbsL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15076;opacity:1;top:59.5rem;left:29.3125rem; }
#QPFewfiABJ27XMsdIrPmINl050uv63OL { box-sizing:content-box;height:7rem;width:19.9375rem;position:absolute;display:block;z-index:15064;background-color:#f0f3f5;background-image:none;box-shadow: none;border-top:0.0625rem solid #a7a7a7;border-left:0.125rem solid #a7a7a7;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;top:65.125rem;left:0rem;display:block; }
#VrHZkapDCgN5WSNTXthzfzwJ8W3m7inS { box-sizing:content-box;height:7rem;width:19.8125rem;position:absolute;display:block;z-index:15065;background-color:#f0f3f5;background-image:none;box-shadow: none;border-top:0.0625rem solid #a7a7a7;border-left:0.125rem solid #a7a7a7;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;top:65.125rem;left:20.0625rem;display:block; }
#HrNpsngQBTrqtaoRz7SCeFJb8Lc25rDC { box-sizing:content-box;height:7rem;width:19.75rem;position:absolute;display:block;z-index:15066;background-color:#f0f3f5;background-image:none;box-shadow: none;border-top:0.0625rem solid #a7a7a7;border-left:0.125rem solid #a7a7a7;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;top:65.125rem;left:40rem;display:block; }
#QIO5zKXkEppZap0C7EpmeA6vHhNqW5Vc { color:#263556;display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15078;line-height:1.3;letter-spacing:0;top:68.2333984375rem;left:20.84375rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#oFyczxRQuPV1bmBmOrz3FZ0o8NvaFwGh { color:#263556;display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15079;line-height:1.3;letter-spacing:0;top:68.8125rem;left:41.6875rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#KCCD0Et6NzG7lxZxZIygosyLB1TH6uIo { color:#263556;display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:68rem;left:1.25rem;height:1.3808625rem;display:block; }
#bwJeTbtMXXTwXw4glDMOTztEuLwEuL6L { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15084;opacity:1;top:66.6875rem;left:29.3125rem; }
#ru6N9iome5cP3Dk3oiOXdkJpnCAVLF6k { box-sizing:content-box;height:7rem;width:19.9375rem;position:absolute;display:block;z-index:15072;background-color:#f0f3f5;background-image:none;box-shadow: none;border-top:0.0625rem solid #a7a7a7;border-left:0.125rem solid #a7a7a7;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;top:72.3125rem;left:0rem;display:block; }
#X9EsATiighqiDlWPwEXzeQPLx4V3S0g6 { box-sizing:content-box;height:7rem;width:19.8125rem;position:absolute;display:block;z-index:15073;background-color:#f0f3f5;background-image:none;box-shadow: none;border-top:0.0625rem solid #a7a7a7;border-left:0.125rem solid #a7a7a7;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;top:72.3125rem;left:20.0625rem;display:block; }
#pIBvhxN5gNsrvh6vhfAu8UdvI6BVrHsc { box-sizing:content-box;height:7rem;width:19.75rem;position:absolute;display:block;z-index:15074;background-color:#f0f3f5;background-image:none;box-shadow: none;border-top:0.0625rem solid #a7a7a7;border-left:0.125rem solid #a7a7a7;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;top:72.3125rem;left:40rem;display:block; }
#JhlyIHcufInwoK17CXwxzpVOl4SxPBlS { color:#263556;display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15086;line-height:1.3;letter-spacing:0;top:75.296875rem;left:20.84375rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#A0JWU8LzqwTxrTzot4HDhZPph22bWqCa { color:#263556;display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15087;line-height:1.3;letter-spacing:0;top:75.296875rem;left:41.65625rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#FcHFL9bUVZdGRnB5BFdcNCg1htRXbpM6 { color:#263556;display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15078;line-height:1.3;letter-spacing:0;top:75.1875rem;left:1.25rem;height:1.3808625rem;display:block; }
#td5Ci3umTzrKawRa8A2QPgtFeiLnR9Kg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15093;opacity:1;top:72.8125rem;left:49.3125rem; }
#mTmO0G1RKAvtmHcrAKEC3uoXdoTPuZh5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15092;opacity:1;top:72.8125rem;left:29.3125rem; }
#q0XSR6wNRzIQzOgmmZvKaIfpURuGiSxe { box-sizing:content-box;height:7rem;width:19.9375rem;position:absolute;display:block;z-index:15080;background-color:#f0f3f5;background-image:none;box-shadow: none;border-top:0.0625rem solid #a7a7a7;border-left:0.125rem solid #a7a7a7;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;top:79.5rem;left:0rem;display:block; }
#KDHgElivPzO8nODKuC5X9zoqTCTpLDMA { box-sizing:content-box;height:7rem;width:19.8125rem;position:absolute;display:block;z-index:15081;background-color:#f0f3f5;background-image:none;box-shadow: none;border-top:0.0625rem solid #a7a7a7;border-left:0.125rem solid #a7a7a7;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;top:79.5rem;left:20.0625rem;display:block; }
#x1GLGa9lViZisH32Jo94eIVqAO7J3aW6 { box-sizing:content-box;height:7rem;width:19.75rem;position:absolute;display:block;z-index:15082;background-color:#f0f3f5;background-image:none;box-shadow: none;border-top:0.0625rem solid #a7a7a7;border-left:0.125rem solid #a7a7a7;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;top:79.5rem;left:40rem;display:block; }
#qmbObEbHu8LKMCLUhlwm6uCGDfwwQTEH { color:#263556;display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15095;line-height:1.3;letter-spacing:0;top:83.1875rem;left:41.6875rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#xM8m85MDLfpg6nV6hIh6UNbQsHP5rCkk { color:#263556;display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15094;line-height:1.3;letter-spacing:0;top:82.625rem;left:20.875rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#fJevL3RctIisSZh8QPVSMhRW6cKqVqA0 { color:#263556;display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15086;line-height:1.3;letter-spacing:0;top:82.375rem;left:1.25rem;height:1.3808625rem;display:block; }
#fE01hRLzgF0hFBJmiEE2ryuZ8DcSCZ9T { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15101;opacity:1;top:81.3125rem;left:49.3125rem; }
#R016hlCM8MHKTziz8pi9TX9VVgGdsiGZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15100;opacity:1;top:81.0625rem;left:29.3125rem; }
#SXozfITyVgt4wC7or4MDE8hdWKHD9erI { box-sizing:content-box;height:7rem;width:19.9375rem;position:absolute;display:block;z-index:15088;background-color:#f0f3f5;background-image:none;box-shadow: none;border-top:0.0625rem solid #a7a7a7;border-left:0.125rem solid #a7a7a7;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;top:86.6875rem;left:0rem;display:block; }
#qPtPrOxLkWStedZpqf61nssKB5Mg4Cfv { box-sizing:content-box;height:7rem;width:19.8125rem;position:absolute;display:block;z-index:15089;background-color:#f0f3f5;background-image:none;box-shadow: none;border-top:0.0625rem solid #a7a7a7;border-left:0.125rem solid #a7a7a7;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;top:86.6875rem;left:20.0625rem;display:block; }
#O1KTJhAaxmzImD2qwaBFOJx5xILSsHE1 { box-sizing:content-box;height:7rem;width:19.75rem;position:absolute;display:block;z-index:15090;background-color:#f0f3f5;background-image:none;box-shadow: none;border-top:0.0625rem solid #a7a7a7;border-left:0.125rem solid #a7a7a7;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;top:86.6875rem;left:40rem;display:block; }
#R6JpVTiFamgCP4ZnlaVJHGxtV8DpQzXh { color:#263556;display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15102;line-height:1.3;letter-spacing:0;top:89.8125rem;left:20.875rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#h1NbUXQVeGtPKwihBW6J0ygnsZXzREEC { color:#263556;display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15103;line-height:1.3;letter-spacing:0;top:90.375rem;left:41.6875rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#NtB9e3Qr6SA6NR9MgAXX6ERepGoPQFCA { color:#263556;display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15094;line-height:1.3;letter-spacing:0;top:89.5625rem;left:1.25rem;height:1.3808625rem;display:block; }
#KGZfNP0Rutxalgg9BhnmNQuQIsfkuSTx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15108;opacity:1;top:88.25rem;left:29.3125rem; }
#pTML6K2Mc1qfC8Qc9QFz48AarNQiXDa2 { box-sizing:content-box;height:7rem;width:19.9375rem;position:absolute;display:block;z-index:15096;background-color:#f0f3f5;background-image:none;box-shadow: none;border-top:0.0625rem solid #a7a7a7;border-left:0.125rem solid #a7a7a7;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;top:93.875rem;left:0rem;display:block; }
#q92k3HU7yUTMqdkNwtulI7Gwl6de0yqT { box-sizing:content-box;height:7rem;width:19.8125rem;position:absolute;display:block;z-index:15097;background-color:#f0f3f5;background-image:none;box-shadow: none;border-top:0.0625rem solid #a7a7a7;border-left:0.125rem solid #a7a7a7;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;top:93.875rem;left:20.0625rem;display:block; }
#PvJ8fHRCedmvwQwLntxEPnFXU7uqMQFZ { box-sizing:content-box;height:7rem;width:19.75rem;position:absolute;display:block;z-index:15098;background-color:#f0f3f5;background-image:none;box-shadow: none;border-top:0.0625rem solid #a7a7a7;border-left:0.125rem solid #a7a7a7;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;top:93.875rem;left:40rem;display:block; }
#xdbQwKrdSLiMZ4RJOC6v3iaCAehc0b2o { color:#263556;display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15110;line-height:1.3;letter-spacing:0;top:97rem;left:20.875rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#ym1veVl1TFsulEnBfKJh7WTV6SJAbQIB { color:#263556;display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15111;line-height:1.3;letter-spacing:0;top:97.5625rem;left:41.6875rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#UVdisw72TBiSstiVfAoFu9Z7g7z7Mfap { color:#263556;display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15102;line-height:1.3;letter-spacing:0;top:96.75rem;left:1.25rem;height:1.3808625rem;display:block; }
#sXz46XUaLudFTiR4gC4603m1QhN478VB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15116;opacity:1;top:95.4375rem;left:29.3125rem; }
#OmRCuQcGXwLZGw29EKO7dwzntw2uEVTv { box-sizing:content-box;height:7rem;width:19.9375rem;position:absolute;display:block;z-index:15104;background-color:#f0f3f5;background-image:none;box-shadow: none;border-top:0.0625rem solid #a7a7a7;border-left:0.125rem solid #a7a7a7;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;top:101.0625rem;left:0rem;display:block; }
#L2dx552Ek9uBqzI3vUC4rK9RAJpxiwpK { box-sizing:content-box;height:7rem;width:19.8125rem;position:absolute;display:block;z-index:15105;background-color:#f0f3f5;background-image:none;box-shadow: none;border-top:0.0625rem solid #a7a7a7;border-left:0.125rem solid #a7a7a7;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;top:101.0625rem;left:20.0625rem;display:block; }
#avhH5qmBy7CBoKkpcv4IWnoV6fXR1cnk { box-sizing:content-box;height:7rem;width:19.75rem;position:absolute;display:block;z-index:15106;background-color:#f0f3f5;background-image:none;box-shadow: none;border-top:0.0625rem solid #a7a7a7;border-left:0.125rem solid #a7a7a7;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;top:101.0625rem;left:40rem;display:block; }
#aa41lqWuXOgtAt69CxKkonL9MvFied9w { color:#263556;display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15118;line-height:1.3;letter-spacing:0;top:104.75rem;left:20.84375rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#btaaqpfTRBqXqEZ6daQZH34nWo3ZOXyJ { color:#263556;display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15119;line-height:1.3;letter-spacing:0;top:104.75rem;left:41.6875rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#iydGrST7okxIiLF1zFXpTpxRF7sVfJvl { color:#263556;display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15110;line-height:1.3;letter-spacing:0;top:103.9375rem;left:1.25rem;height:1.3808625rem;display:block; }
#HdqvD7GGztTpiCP5Nv2F6RX5I96qvKTI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15125;opacity:1;top:102.625rem;left:49.3125rem; }
#Tt6nJNG9arv10uLMgF2Ls9Ru1itF0yDy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15124;opacity:1;top:102.625rem;left:29.3125rem; }
#w5FBiAmbRDPg4tO9CR0GBq1aTTHQqT2q { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:15.71484375rem;left:49.25rem; }
#akPLft9RRZrdIUvhTEFBbX51fmUCS5Z8 { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15070;opacity:1;top:30.75rem;left:49.3125rem; }
#sb1W3PmQT3omX78JPVqzsbDHd5NXqdX6 { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:37.8125rem;left:49.25rem; }
#MruyGXfFEOGghbsF7R2Uu7LBfRV1Vc7p { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15126;opacity:1;top:45rem;left:49.25rem; }
#xHy36zy1BR8DCByhza41KWKlIh35KpFX { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15127;opacity:1;top:52.1875rem;left:49.25rem; }
#VwUXGuZohzQ84uVTWpGpf1FWlGcW0Nib { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15128;opacity:1;top:66.7958984375rem;left:49.25rem; }
#eBmL9ELAmwR3C5GtQoFaQyf0aP1T6I5x { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15102;opacity:1;top:88.375rem;left:49.25rem; }
#n5ANyEfvQvnVRQ2hC3rKxnNyRui2aTre { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15103;opacity:1;top:95.5625rem;left:49.25rem; }
#D4A0piHVOgBZl9E97qGHxNcwv80lfywm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15084;opacity:1;top:66.6875rem;left:29.3125rem;display:none; }
#AqBPrNpoxFp6nOrtlpDn9cOeqeTx5JDK { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15128;opacity:1;top:59.5rem;left:49.3125rem; }
#uRIsMQtA8GcmNdo5q94FCcmuQh67UfBB { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15129;line-height:1.3;letter-spacing:0;top:3.01953125rem;left:20.96875rem;height:2.76171875rem;display:block; }
#I1F92bm4RxuOcGWqLALq2NUs6Qs05aPN { color:rgba(var(--color-tertiary-4),1);display:block;width:17.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15130;line-height:1.3;letter-spacing:0;top:3.01953125rem;left:41.375rem;height:2.76171875rem;display:block; }
#EFbEZ52UVxAF4vSkIM8QtTCJRTHf3d9t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#EFbEZ52UVxAF4vSkIM8QtTCJRTHf3d9t > .row .container { background-color: transparent; background-image: none; }#EFbEZ52UVxAF4vSkIM8QtTCJRTHf3d9t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EFbEZ52UVxAF4vSkIM8QtTCJRTHf3d9t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EFbEZ52UVxAF4vSkIM8QtTCJRTHf3d9t > .row .container > .video-iframe-container { display: none; }#EFbEZ52UVxAF4vSkIM8QtTCJRTHf3d9t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EFbEZ52UVxAF4vSkIM8QtTCJRTHf3d9t > .row > .video-iframe-container { display: none; }#EFbEZ52UVxAF4vSkIM8QtTCJRTHf3d9t > .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); }#EFbEZ52UVxAF4vSkIM8QtTCJRTHf3d9t > .row .container { border-width: 0; border-radius: 0; }#EFbEZ52UVxAF4vSkIM8QtTCJRTHf3d9t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EFbEZ52UVxAF4vSkIM8QtTCJRTHf3d9t > .row .container { font-size:0.875rem;font-family:arial;height:13.4375rem;width:60rem;position:relative;display:block; }#T7bICKPNqUBQ6e5sTxMK8P4MG726CLUH { color:#2a2e41;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:7.125rem;left:0rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NtDgF9gOX6l44Za4l61wFuKiHbq2RdvD { position:relative;display:block; }#NtDgF9gOX6l44Za4l61wFuKiHbq2RdvD { background-color: transparent; background-image: none; }#NtDgF9gOX6l44Za4l61wFuKiHbq2RdvD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NtDgF9gOX6l44Za4l61wFuKiHbq2RdvD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NtDgF9gOX6l44Za4l61wFuKiHbq2RdvD > .row .container > .video-iframe-container { display: none; }#NtDgF9gOX6l44Za4l61wFuKiHbq2RdvD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NtDgF9gOX6l44Za4l61wFuKiHbq2RdvD > .row > .video-iframe-container { display: none; }#NtDgF9gOX6l44Za4l61wFuKiHbq2RdvD > .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); }#NtDgF9gOX6l44Za4l61wFuKiHbq2RdvD { border-width: 0; border-radius: 0; }#NtDgF9gOX6l44Za4l61wFuKiHbq2RdvD > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#NtDgF9gOX6l44Za4l61wFuKiHbq2RdvD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:44.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#W59A5DiTixVVTmXC2fmIyA9V1T81BSUs { color:#263556;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15125;line-height:1.3;letter-spacing:0;top:1.0625rem;left:1.4375rem;height:2.76171875rem;display:block; }
#qgmedQpbgek8a5WftIOMy71WwsG6cpOR { color:#263556;display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15124;line-height:1.3;letter-spacing:0;top:0.9375rem;left:21.75rem;height:2.76171875rem;display:block; }
#sACDeUGVkgqiOwz52A9UoI5Xl8nKJDS9 { display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15042;line-height:1.5;letter-spacing:0;top:5rem;left:1.375rem;height:15rem;color:#263556;font-style:normal;display:block; }
#ogm0yhWPzhb5cSrI9xlgpVX9yVIZQdKI { display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15036;line-height:1.5;letter-spacing:0;top:4.9375rem;left:21.75rem;height:13.5rem;color:#263556;font-style:normal;display:block; }
#grwxirJvzFDkiBk2h46NUBPqo9ugr9fR { display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15037;line-height:1.5;letter-spacing:0;top:4.9375rem;left:43.0625rem;height:13.5rem;color:#263556;font-style:normal;display:block; }
#Qp73TMMxmzHbex61XsLhnUiXT5Tz0wap { color:#263556;display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15125;line-height:1.3;letter-spacing:0;top:0.9375rem;left:42.875rem;height:1.3808625rem;display:block; }
#ku1Z6ygbUplWDLhAMqUcePHgeyFPhi0h { color:#263556;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15123;line-height:1.3;letter-spacing:0;top:22.4375rem;left:21.9375rem;height:2.76171875rem;display:block; }
#f0ZhH83TZUl2B8pkPVZxL5tHRp7z4uQG { color:#263556;display:block;width:11.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15124;line-height:1.3;letter-spacing:0;top:22.375rem;left:1.4375rem;height:2.76171875rem;display:block; }
#yoP1OnS89Fb917PUiyUrP77XMEyXdAci { color:#263556;display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15126;line-height:1.3;letter-spacing:0;top:22.375rem;left:43.0625rem;height:2.76171875rem;display:block; }
#iyJwCmLbrSDCX9Wi0S898dzZAd6DuLzE { display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15043;line-height:1.5;letter-spacing:0;top:26.5rem;left:43.0625rem;height:12rem;color:#263556;font-style:normal;display:block; }
#kSRkfCRsuWSKhK9iafrLFeN4QiuN99Ky { display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15041;line-height:1.5;letter-spacing:0;top:26.5rem;left:1.4375rem;height:15rem;color:#263556;font-style:normal;display:block; }
#QH9xgazDHXE7mvoffUElEIVrEpTxw3Xe { display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15035;line-height:1.5;letter-spacing:0;top:26.5rem;left:21.9375rem;height:15rem;color:#263556;font-style:normal;display:block; }
#q7V79NIDA8ZMrPlPrFXzAuEd2ydgyb6E { position:relative;display:block; }#q7V79NIDA8ZMrPlPrFXzAuEd2ydgyb6E { background-color: transparent; background-image: none; }#q7V79NIDA8ZMrPlPrFXzAuEd2ydgyb6E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q7V79NIDA8ZMrPlPrFXzAuEd2ydgyb6E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q7V79NIDA8ZMrPlPrFXzAuEd2ydgyb6E > .row .container > .video-iframe-container { display: none; }#q7V79NIDA8ZMrPlPrFXzAuEd2ydgyb6E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q7V79NIDA8ZMrPlPrFXzAuEd2ydgyb6E > .row > .video-iframe-container { display: none; }#q7V79NIDA8ZMrPlPrFXzAuEd2ydgyb6E > .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); }#q7V79NIDA8ZMrPlPrFXzAuEd2ydgyb6E { border-width: 0; border-radius: 0; }#q7V79NIDA8ZMrPlPrFXzAuEd2ydgyb6E > .row .container > .video-iframe-container { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem; }#q7V79NIDA8ZMrPlPrFXzAuEd2ydgyb6E > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#081639;background-image:none;font-size:0.875rem;font-family:arial;height:23.375rem;width:60rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;position:relative;display:block; }#eE6VCLJq8bDgr8RGWIkSsq3xqQCmSkFM { color:#f45b06;display:block;width:43.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.125rem;left:8.625rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tpLk0WryV0UKULZiZMMD4cFz3VE4MlXR { color:rgba(var(--color-tertiary-0),1);display:block;width:46.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:7.75rem;left:7.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DCaSf15esrrENtzHNU6HUb4vR5tIzTr9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15125;opacity:1;top:11.5625rem;left:2.9375rem; }
#kHfDmSTXXPE7QCpTmLQgSHUw08zEbrlq { color:#ffffff;display:block;width:9.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15119;line-height:1.3;letter-spacing:0;top:11.5625rem;left:4.25rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#yvIta5T4CJR6zz2cVtGn34eKdQOQyUch { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15127;opacity:1;top:11.5625rem;left:14.4375rem; }
#PIFc4iVgpRtF82DhscV85N834rT4V4nL { color:#ffffff;display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15121;line-height:1.3;letter-spacing:0;top:11.5625rem;left:16.375rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#VqsFEyS2sWvDXGb0ERN1zkDflKP7A3gO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15129;opacity:1;top:11.5625rem;left:26.875rem; }
#TAcI6e9JW662rtCdtcXpr8DtANC0gqTE { color:#ffffff;display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15123;line-height:1.3;letter-spacing:0;top:11.5625rem;left:28.1875rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#zuoG7vbWzFmAM7VTlcKDQTzNd3xvm7s5 { color:#ffffff;display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15125;line-height:1.3;letter-spacing:0;top:11.5625rem;left:42.5625rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#tM8rlAoC1sy0fKBl6x9Fp04RRo2oECfu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15131;opacity:1;top:11.5625rem;left:42rem; }
#yxHsmR0GaBmAeUOU3log5PpJOoMdTt6o { background-color:#f45b06;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:3.9375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:15.75rem;left:22.90625rem;display:block; }
#mVC03iITTwUWRQ2igNTdTNfHOoK7sz5z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #f4IHiQGBzhnl0EklNh35rdhQQANWalqg { display:block; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fSIxLVPaTqAm8HOrKlpF6MJmSDVwUy9E { top:8.125rem;left:0rem;width:47.75rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q71lpkgDHUxVsPmrxpZzeVeDiT1vuHuk { width:15.375rem;height:3.9375rem;top:40.0625rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLmR2OL77nXca9Iz0AAvbgwcCZyVegM4 { display:block; }
 }@media only screen and (max-width: 763px) { #M6nOPRt7shg5aPvw2lbhsV0gvvvES9Xn { top:0rem;left:0rem;width:11.625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGi5QmbSNp27JzysvOBLT1XM3bJ5bBbi { width:3.3125rem;height:3.3125rem;top:10.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rzp0aRa6A5dGlrxi4IxUPlySfBZRdcl7 { width:14.5625rem;height:3.125rem;top:10.5rem;left:4.75rem;line-height:1.1;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAWzr4PkPbrlgplhOlkJ7giH3yysxpKa { width:2.125rem;height:2.125rem;top:17.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJJXVCAWWoVrctCoJO8fHyQxSboirFr3 { width:30.375rem;height:17.1875rem;top:9.125rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvJwRK3u9h4nTdAMoKwlWEgalMvntzgh { width:3.3125rem;height:3.3125rem;top:15.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIELTxyJ89GEgPubKEO4ZhyuXytgWqwA { width:14.5625rem;height:4.6875rem;top:15.6875rem;left:4.75rem;line-height:1.1;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpNJTl5aUwDTulIRQxcNRWx2v7BPyWiT { width:2.125rem;height:2.125rem;top:24.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsTxSJdkqli7aIMpD019KAHracFs20ib { width:3.3125rem;height:3.3125rem;top:21.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNoNdyB2lSfKXA4TMOdXJyIkKO1gxrB1 { width:14.5625rem;height:3.125rem;top:21.3125rem;left:4.75rem;line-height:1.1;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTN6Tdiw2nx1PaGJL0rEPdKhvdBDEpDa { width:2.125rem;height:2.125rem;top:31.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeZklTrBoKxqAt1lkLm4VaQxHuXaaXdC { width:15.375rem;height:3.9375rem;top:40.0625rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDq3MHEoLwRa2JUwqkbWIfgPBA512Akf { display:block; }
 }@media only screen and (max-width: 763px) { #WoXKfma8rqCWOEqw8CTkK4c8PsyzVRro { top:27.125rem;left:25.625rem;width:22.125rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcUiB4CGH2W0ZJL4bTlEoM841olNJBW8 { display:block; }#wcUiB4CGH2W0ZJL4bTlEoM841olNJBW8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A6axrsXIuNze1QJnv8plRlUeMLw3SkxK { top:0rem;left:0rem;width:47.75rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtEkySdfFqwiAThab8U2iqSMOXpfi9n3 { display:block; }#vtEkySdfFqwiAThab8U2iqSMOXpfi9n3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oZRTgvBVJohiTkF17AiPkMBdqc7upCoD { top:1rem;left:0rem;width:47.75rem;height:;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aliwt7yoADztUi95oZT2lnRW6BGoaE8S { width:47.75rem;height:7.125rem;top:4.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPFOTT7inwbT4uGDpT7nq7f0rpAxanTZ { display:block; }#vPFOTT7inwbT4uGDpT7nq7f0rpAxanTZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z10WXJg3pqdiPTtAFyDCHT3sybIzqp34 { top:1rem;left:0rem;width:47.75rem;height:;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kbu0RHNeDFy0VeSQQMvhFI5Tuv1OmLB1 { display:block; }#Kbu0RHNeDFy0VeSQQMvhFI5Tuv1OmLB1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wlg13huftP9FrcJbtKhD33utG8HCIuhM { top:7.5625rem;left:0rem;width:19.9375rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSa2O10U47XfThBmJtc4MyzwH3GQmU7H { top:7.5625rem;left:11.6875rem;width:19.8125rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #nW8xyN2zowRFeHvawghv6V9v0NH94UrR { top:7.5625rem;left:27.625rem;width:19.75rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJmmT5TBq8R8QssEvlQBBZLLv8L3qm9r { top:0rem;left:0rem;width:47.5rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ey0gK8KsXzLs7tA70TTcIIcPZDO57xt3 { top:10.4375rem;left:0rem;width:9.1875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7TyOSb3M7vbh6hn9iCNDzenxvavru6o { top:11.6875rem;left:17.375rem;width:12.875rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfmhP5zcFU1WW6TTninTXPNtULHM5qTT { top:11.6875rem;left:33.25rem;width:12.875rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #anN3a8eOH83PVTbRnenZMBDi18tENld6 { top:9.4375rem;left:23.125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUAa8VmTg0QnKFGZuGxDQJfwJFR0nEJR { top:9.4375rem;left:39rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SH4ZMPVoaJJIifJ68XUlTTi3nnig2VRd { top:14.8125rem;left:0rem;width:19.9375rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzClGucX37deimcuLsvvf82vEJqw5CM8 { top:14.8125rem;left:11.6875rem;width:19.8125rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhTtvyHvpFKRmmClAClASH6NRISmgN8i { top:14.8125rem;left:27.625rem;width:19.75rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrNEXXxfe3wom2n7LikUqZexDHoaXmbK { top:19.0625rem;left:13.4375rem;width:18.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzsTzMOQqBNolmwcpbcF5ZAUzVCmk4mN { top:17.875rem;left:30.3125rem;width:17.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lv2f8uaH5gy5tpualQwgtSem09ITBoeW { top:16.375rem;left:23.125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwldEgi3WuBwF77mOSE8S9lUyhtrrmnw { top:17.6875rem;left:0rem;width:9.1875rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCfU7sH8sZmCFXGDxMuaX9Uh0vsa26qk { top:22rem;left:0rem;width:19.9375rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSgTMzSdkCCpQXobgLiBEVT15XpLHKTU { top:22rem;left:11.6875rem;width:19.8125rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT1DNArTTvuM8Tew1A93r58AnTEJgWKD { top:22rem;left:27.625rem;width:19.75rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSWAWDfJylN1znAGLeTLv4PvPhuazTqK { top:24.3125rem;left:13.4375rem;width:18.3125rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXPQB9avVlViPD1S04p5X9T5VM6HxAUz { top:24.9375rem;left:32.3125rem;width:14.75rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZTgyAxOLo2PwIGXJaWbzkyLouvTss42 { top:24.875rem;left:0rem;width:16.9375rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yn2R8LQvzHG2Az4vtoh8NyUQ0XuiT4Xa { top:22.9375rem;left:23.125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOSbTMk0qzE8NlqpWihh6aDhPsfuasTO { top:22.875rem;left:38.9375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGf43i53ZSTA27LrSRURM7C8itoT4WV0 { top:29.1875rem;left:0rem;width:19.9375rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #qv9rdMMsNHa0Iq5slfUTLr3lss7trbii { top:29.1875rem;left:11.6875rem;width:19.8125rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSXBM9VbOqfa5AXQkAZRllLp6uqFZOV8 { top:29.1875rem;left:27.625rem;width:19.75rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlxCrDHtlQsm6tlrCR1LIHwpqL0usqxy { top:32.875rem;left:13.4375rem;width:18.3125rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPizoW2FPpe5y9464pJOpnuRDULKw5u4 { top:32.875rem;left:32.3125rem;width:14.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #McP2EUUutScl734cuigdE7TPB7kGapil { top:32.0625rem;left:0rem;width:18.4375rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwgEozO47UirrpGDGBD26dnyvIF2n2Jn { top:30.75rem;left:23.125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9Ugy0vUWx6dvocv22lWnHg8evHKbz1T { top:36.375rem;left:0rem;width:19.9375rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9EefTTNWvXVrsMciDwXkciA0KBIPn3c { top:36.375rem;left:11.6875rem;width:19.8125rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPCtSe6OysQi44pkyafL8GfaH7oeaWcK { top:36.375rem;left:27.625rem;width:19.75rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #FToUqP2GLiQ0lECU6iwGBenEHImN6VRz { top:40.0625rem;left:13.4375rem;width:18.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Shdh4Tx1TA6fXZBBppTPXeuQsia08zn5 { top:40.0625rem;left:30.9375rem;width:16.6875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsLeaGzVkcQASdXhXo4TJvUM7GLyGdU4 { top:39.25rem;left:0rem;width:16.9375rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0mMvAM3vDAoQNJT8baaRiIedF8RQCgm { top:37.9375rem;left:23.125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXlnFtceJ1iROFmo1wG3gwfxL18fuiRd { top:43.5625rem;left:0rem;width:19.9375rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kz0kp92TO78qLpfPAPDq0PQvRfcT8ZGZ { top:43.5625rem;left:11.6875rem;width:19.8125rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgprtlEBPuIwkSSOSTxwOF6H12JeoA4A { top:43.5625rem;left:27.625rem;width:19.75rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMZgyyIc33xmv40OmD80cnB7XpKKwvy8 { top:47.25rem;left:13.4375rem;width:18.3125rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWkhd718Z1ZJEeJN33azFczpB7JUE4FL { top:47.25rem;left:30.9375rem;width:16.6875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2Z2vo4dSTWGiDuKBXE1phLAULvCSq6o { top:46.4375rem;left:0rem;width:16.9375rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #faF8cE4bOde7IA3QvfE5V6UJWwMkNUOX { top:45.125rem;left:23.125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFatZnElHPTKTgS9ulCNkdIekB1QLeis { top:50.75rem;left:0rem;width:19.9375rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsQWTNCAcATqlbzCTSZpbuEe7HyGZXmM { top:50.75rem;left:11.6875rem;width:19.8125rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuQPb1cBNRKPqKmkucT0SgPdkhwR2XyF { top:50.75rem;left:27.625rem;width:19.75rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqQspE43qd5l8bHyJhwwLRpMuX9tpn81 { top:54.4375rem;left:13.4375rem;width:18.3125rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBbgzAnylZVex5tl6D2ozF9svE9p7SP2 { top:54.4375rem;left:30.9375rem;width:16.6875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFwKVBzdoOObU4Xh4wl6T9pLlI6Eik4w { top:53.625rem;left:0rem;width:16.9375rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8lMSuuzCgmSlTcs3hnhXyl4Rl2Cx0Lq { top:52.3125rem;left:23.125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvTfDiIpkVxGoBC8WCTu8m6tDmgPTebK { top:57.9375rem;left:0rem;width:19.9375rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtosDaFrFNcBcDTgnx4JkCWDo3T5w6MU { top:57.9375rem;left:11.6875rem;width:19.8125rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkoeyEPVqtoeE1LeU6hNXxMa2t05GxLZ { top:57.9375rem;left:27.625rem;width:19.75rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvywMzD8qF4hgLvhWD0lTihmTt9KVQfL { top:61.625rem;left:13.4375rem;width:18.3125rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtTVIKEoyRKclVpyTZvTTpB5HfJiV1sI { top:61.625rem;left:30.9375rem;width:16.6875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWSs4cS1HTmToydBqRt5HohZoMT48U2y { top:60.8125rem;left:0rem;width:16.9375rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtzednqTxefVrZwqyr7FGZZ5DFJwrbsL { top:59.5rem;left:23.125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPFewfiABJ27XMsdIrPmINl050uv63OL { top:65.125rem;left:0rem;width:19.9375rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrHZkapDCgN5WSNTXthzfzwJ8W3m7inS { top:65.125rem;left:11.6875rem;width:19.8125rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrNpsngQBTrqtaoRz7SCeFJb8Lc25rDC { top:65.125rem;left:27.625rem;width:19.75rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIO5zKXkEppZap0C7EpmeA6vHhNqW5Vc { top:68.1875rem;left:13.4375rem;width:18.3125rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFyczxRQuPV1bmBmOrz3FZ0o8NvaFwGh { top:68.8125rem;left:30.9375rem;width:16.6875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCCD0Et6NzG7lxZxZIygosyLB1TH6uIo { top:68rem;left:0rem;width:16.9375rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwJeTbtMXXTwXw4glDMOTztEuLwEuL6L { top:66.6875rem;left:23.125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ru6N9iome5cP3Dk3oiOXdkJpnCAVLF6k { top:72.3125rem;left:0rem;width:19.9375rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9EsATiighqiDlWPwEXzeQPLx4V3S0g6 { top:72.3125rem;left:11.6875rem;width:19.8125rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIBvhxN5gNsrvh6vhfAu8UdvI6BVrHsc { top:72.3125rem;left:27.625rem;width:19.75rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhlyIHcufInwoK17CXwxzpVOl4SxPBlS { top:75.25rem;left:13.4375rem;width:18.3125rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0JWU8LzqwTxrTzot4HDhZPph22bWqCa { top:75.25rem;left:30.9375rem;width:16.6875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcHFL9bUVZdGRnB5BFdcNCg1htRXbpM6 { top:75.1875rem;left:0rem;width:16.9375rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #td5Ci3umTzrKawRa8A2QPgtFeiLnR9Kg { top:72.8125rem;left:39rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTmO0G1RKAvtmHcrAKEC3uoXdoTPuZh5 { top:72.8125rem;left:23.125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0XSR6wNRzIQzOgmmZvKaIfpURuGiSxe { top:79.5rem;left:0rem;width:19.9375rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDHgElivPzO8nODKuC5X9zoqTCTpLDMA { top:79.5rem;left:11.6875rem;width:19.8125rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1GLGa9lViZisH32Jo94eIVqAO7J3aW6 { top:79.5rem;left:27.625rem;width:19.75rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmbObEbHu8LKMCLUhlwm6uCGDfwwQTEH { top:83.1875rem;left:30.9375rem;width:16.6875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xM8m85MDLfpg6nV6hIh6UNbQsHP5rCkk { top:82.625rem;left:13.4375rem;width:18.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJevL3RctIisSZh8QPVSMhRW6cKqVqA0 { top:82.375rem;left:0rem;width:16.9375rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fE01hRLzgF0hFBJmiEE2ryuZ8DcSCZ9T { top:81.3125rem;left:39rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R016hlCM8MHKTziz8pi9TX9VVgGdsiGZ { top:81.0625rem;left:23.125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXozfITyVgt4wC7or4MDE8hdWKHD9erI { top:86.6875rem;left:0rem;width:19.9375rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPtPrOxLkWStedZpqf61nssKB5Mg4Cfv { top:86.6875rem;left:11.6875rem;width:19.8125rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1KTJhAaxmzImD2qwaBFOJx5xILSsHE1 { top:86.6875rem;left:27.625rem;width:19.75rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6JpVTiFamgCP4ZnlaVJHGxtV8DpQzXh { top:89.8125rem;left:13.4375rem;width:18.3125rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1NbUXQVeGtPKwihBW6J0ygnsZXzREEC { top:90.375rem;left:30.9375rem;width:16.6875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtB9e3Qr6SA6NR9MgAXX6ERepGoPQFCA { top:89.5625rem;left:0rem;width:16.9375rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGZfNP0Rutxalgg9BhnmNQuQIsfkuSTx { top:88.25rem;left:23.125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTML6K2Mc1qfC8Qc9QFz48AarNQiXDa2 { top:93.875rem;left:0rem;width:19.9375rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #q92k3HU7yUTMqdkNwtulI7Gwl6de0yqT { top:93.875rem;left:11.6875rem;width:19.8125rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvJ8fHRCedmvwQwLntxEPnFXU7uqMQFZ { top:93.875rem;left:27.625rem;width:19.75rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdbQwKrdSLiMZ4RJOC6v3iaCAehc0b2o { top:97rem;left:13.4375rem;width:18.3125rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ym1veVl1TFsulEnBfKJh7WTV6SJAbQIB { top:97.5625rem;left:30.9375rem;width:16.6875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVdisw72TBiSstiVfAoFu9Z7g7z7Mfap { top:96.75rem;left:0rem;width:16.9375rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXz46XUaLudFTiR4gC4603m1QhN478VB { top:95.4375rem;left:23.125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmRCuQcGXwLZGw29EKO7dwzntw2uEVTv { top:101.0625rem;left:0rem;width:19.9375rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2dx552Ek9uBqzI3vUC4rK9RAJpxiwpK { top:101.0625rem;left:11.6875rem;width:19.8125rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #avhH5qmBy7CBoKkpcv4IWnoV6fXR1cnk { top:101.0625rem;left:27.625rem;width:19.75rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #aa41lqWuXOgtAt69CxKkonL9MvFied9w { top:104.75rem;left:13.4375rem;width:18.3125rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #btaaqpfTRBqXqEZ6daQZH34nWo3ZOXyJ { top:104.75rem;left:30.9375rem;width:16.6875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iydGrST7okxIiLF1zFXpTpxRF7sVfJvl { top:103.9375rem;left:0rem;width:16.9375rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdqvD7GGztTpiCP5Nv2F6RX5I96qvKTI { top:102.625rem;left:39rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt6nJNG9arv10uLMgF2Ls9Ru1itF0yDy { top:102.625rem;left:23.125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5FBiAmbRDPg4tO9CR0GBq1aTTHQqT2q { top:15.6875rem;left:38.9375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #akPLft9RRZrdIUvhTEFBbX51fmUCS5Z8 { top:30.75rem;left:39rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sb1W3PmQT3omX78JPVqzsbDHd5NXqdX6 { top:37.8125rem;left:38.9375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MruyGXfFEOGghbsF7R2Uu7LBfRV1Vc7p { top:45rem;left:38.9375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHy36zy1BR8DCByhza41KWKlIh35KpFX { top:52.1875rem;left:38.9375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwUXGuZohzQ84uVTWpGpf1FWlGcW0Nib { top:66.75rem;left:38.9375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBmL9ELAmwR3C5GtQoFaQyf0aP1T6I5x { top:88.375rem;left:38.9375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5ANyEfvQvnVRQ2hC3rKxnNyRui2aTre { top:95.5625rem;left:38.9375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4A0piHVOgBZl9E97qGHxNcwv80lfywm { top:66.6875rem;left:23.125rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AqBPrNpoxFp6nOrtlpDn9cOeqeTx5JDK { top:59.5rem;left:39rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRIsMQtA8GcmNdo5q94FCcmuQh67UfBB { top:3rem;left:13.6875rem;width:18.0625rem;height:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1F92bm4RxuOcGWqLALq2NUs6Qs05aPN { top:3rem;left:30.375rem;width:17.25rem;height:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFbEZ52UVxAF4vSkIM8QtTCJRTHf3d9t { display:block; }#EFbEZ52UVxAF4vSkIM8QtTCJRTHf3d9t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T7bICKPNqUBQ6e5sTxMK8P4MG726CLUH { width:47.75rem;height:2.8125rem;top:7.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtDgF9gOX6l44Za4l61wFuKiHbq2RdvD { display:block; }#NtDgF9gOX6l44Za4l61wFuKiHbq2RdvD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W59A5DiTixVVTmXC2fmIyA9V1T81BSUs { top:1.0625rem;left:0rem;width:12.5rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgmedQpbgek8a5WftIOMy71WwsG6cpOR { top:0.9375rem;left:15.625rem;width:19.5625rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sACDeUGVkgqiOwz52A9UoI5Xl8nKJDS9 { width:12.6875rem;height:8.9375rem;top:20.375rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogm0yhWPzhb5cSrI9xlgpVX9yVIZQdKI { width:12.6875rem;height:8.9375rem;top:4.8125rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #grwxirJvzFDkiBk2h46NUBPqo9ugr9fR { width:12.6875rem;height:8.9375rem;top:4.8125rem;left:33.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qp73TMMxmzHbex61XsLhnUiXT5Tz0wap { top:0.9375rem;left:30.8125rem;width:16.9375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ku1Z6ygbUplWDLhAMqUcePHgeyFPhi0h { top:22.4375rem;left:15.8125rem;width:12.5rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0ZhH83TZUl2B8pkPVZxL5tHRp7z4uQG { top:22.375rem;left:0rem;width:11.4375rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoP1OnS89Fb917PUiyUrP77XMEyXdAci { top:22.375rem;left:34.125rem;width:13.625rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyJwCmLbrSDCX9Wi0S898dzZAd6DuLzE { width:12.6875rem;height:8.9375rem;top:20.375rem;left:33.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSRkfCRsuWSKhK9iafrLFeN4QiuN99Ky { width:12.5625rem;height:8.9375rem;top:20.375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QH9xgazDHXE7mvoffUElEIVrEpTxw3Xe { width:12.5625rem;height:8.9375rem;top:4.8125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7V79NIDA8ZMrPlPrFXzAuEd2ydgyb6E { display:block; }#q7V79NIDA8ZMrPlPrFXzAuEd2ydgyb6E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eE6VCLJq8bDgr8RGWIkSsq3xqQCmSkFM { top:4.125rem;left:2.5rem;width:43.9375rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpLk0WryV0UKULZiZMMD4cFz3VE4MlXR { top:7.75rem;left:1.375rem;width:46.1875rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCaSf15esrrENtzHNU6HUb4vR5tIzTr9 { top:11.5625rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHfDmSTXXPE7QCpTmLQgSHUw08zEbrlq { top:11.5625rem;left:0rem;width:9.5rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvIta5T4CJR6zz2cVtGn34eKdQOQyUch { top:11.5625rem;left:8.3125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIFc4iVgpRtF82DhscV85N834rT4V4nL { top:11.5625rem;left:10.25rem;width:8.9375rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqsFEyS2sWvDXGb0ERN1zkDflKP7A3gO { top:11.5625rem;left:20.75rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAcI6e9JW662rtCdtcXpr8DtANC0gqTE { top:11.5625rem;left:22.0625rem;width:12.9375rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuoG7vbWzFmAM7VTlcKDQTzNd3xvm7s5 { top:11.5625rem;left:33.25rem;width:14.5rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tM8rlAoC1sy0fKBl6x9Fp04RRo2oECfu { top:11.5625rem;left:35.875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxHsmR0GaBmAeUOU3log5PpJOoMdTt6o { width:15.375rem;height:3.9375rem;top:15.75rem;left:16.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVC03iITTwUWRQ2igNTdTNfHOoK7sz5z { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #f4IHiQGBzhnl0EklNh35rdhQQANWalqg { background-color:#042048;background-image:url("https://images.assets-landingi.com/x5DLTEjq/bg1_hd.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg.adaptive-delivery-prevent-bg, #f4IHiQGBzhnl0EklNh35rdhQQANWalqg.lazyload, #f4IHiQGBzhnl0EklNh35rdhQQANWalqg.lazyloading { background-image: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { background-color: transparent; background-image: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container > .video-iframe-container { display: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container { display: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .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); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { border-width: 0; border-radius: 0; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { width:20rem;height:55.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fSIxLVPaTqAm8HOrKlpF6MJmSDVwUy9E { width:20rem;height:4.38671875rem;top:5.625rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q71lpkgDHUxVsPmrxpZzeVeDiT1vuHuk { width:15.375rem;height:3.9375rem;top:49.5625rem;left:2.3125rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #qLmR2OL77nXca9Iz0AAvbgwcCZyVegM4 { display:block; }
 }@media only screen and (max-width: 763px) { #M6nOPRt7shg5aPvw2lbhsV0gvvvES9Xn { width:9.75rem;height:4.125rem;top:0.6875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGi5QmbSNp27JzysvOBLT1XM3bJ5bBbi { width:3.3125rem;height:3.3125rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rzp0aRa6A5dGlrxi4IxUPlySfBZRdcl7 { width:16.1875rem;height:2.548825rem;top:12.875rem;left:3.8125rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #RAWzr4PkPbrlgplhOlkJ7giH3yysxpKa { width:2.125rem;height:2.125rem;top:13.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJJXVCAWWoVrctCoJO8fHyQxSboirFr3 { width:20rem;height:11.196581196581rem;top:28.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvJwRK3u9h4nTdAMoKwlWEgalMvntzgh { width:3.3125rem;height:3.3125rem;top:17.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIELTxyJ89GEgPubKEO4ZhyuXytgWqwA { width:14.5rem;height:2.548825rem;top:17.8125rem;left:3.8125rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #cpNJTl5aUwDTulIRQxcNRWx2v7BPyWiT { width:2.125rem;height:2.125rem;top:18.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsTxSJdkqli7aIMpD019KAHracFs20ib { width:3.3125rem;height:3.3125rem;top:22.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNoNdyB2lSfKXA4TMOdXJyIkKO1gxrB1 { width:13.875rem;height:2.548825rem;top:22.75rem;left:3.8125rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #OTN6Tdiw2nx1PaGJL0rEPdKhvdBDEpDa { width:2.125rem;height:2.125rem;top:23rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeZklTrBoKxqAt1lkLm4VaQxHuXaaXdC { width:15.375rem;height:3.9375rem;top:43.875rem;left:2.3125rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #qDq3MHEoLwRa2JUwqkbWIfgPBA512Akf { display:block; }
 }@media only screen and (max-width: 763px) { #WoXKfma8rqCWOEqw8CTkK4c8PsyzVRro { width:15.75rem;height:6.1875rem;top:35.625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcUiB4CGH2W0ZJL4bTlEoM841olNJBW8 { display:block; }#wcUiB4CGH2W0ZJL4bTlEoM841olNJBW8 > .row .container { width:20rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A6axrsXIuNze1QJnv8plRlUeMLw3SkxK { width:20rem;height:6rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtEkySdfFqwiAThab8U2iqSMOXpfi9n3 { display:block; }#vtEkySdfFqwiAThab8U2iqSMOXpfi9n3 > .row .container { width:20rem;height:22.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oZRTgvBVJohiTkF17AiPkMBdqc7upCoD { width:20rem;height:6.5800625rem;top:1.1474609375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aliwt7yoADztUi95oZT2lnRW6BGoaE8S { width:20rem;height:12.65625rem;top:8.9765859375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPFOTT7inwbT4uGDpT7nq7f0rpAxanTZ { display:block; }#vPFOTT7inwbT4uGDpT7nq7f0rpAxanTZ > .row .container { width:20rem;height:9.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z10WXJg3pqdiPTtAFyDCHT3sybIzqp34 { width:20rem;height:6.5800625rem;top:1.5625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kbu0RHNeDFy0VeSQQMvhFI5Tuv1OmLB1 { display:block; }#Kbu0RHNeDFy0VeSQQMvhFI5Tuv1OmLB1 { background-color: transparent; background-image: none; }#Kbu0RHNeDFy0VeSQQMvhFI5Tuv1OmLB1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kbu0RHNeDFy0VeSQQMvhFI5Tuv1OmLB1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kbu0RHNeDFy0VeSQQMvhFI5Tuv1OmLB1 > .row .container > .video-iframe-container { display: none; }#Kbu0RHNeDFy0VeSQQMvhFI5Tuv1OmLB1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kbu0RHNeDFy0VeSQQMvhFI5Tuv1OmLB1 > .row > .video-iframe-container { display: none; }#Kbu0RHNeDFy0VeSQQMvhFI5Tuv1OmLB1 > .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); }#Kbu0RHNeDFy0VeSQQMvhFI5Tuv1OmLB1 { border-width: 0; border-radius: 0; }#Kbu0RHNeDFy0VeSQQMvhFI5Tuv1OmLB1 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kbu0RHNeDFy0VeSQQMvhFI5Tuv1OmLB1 > .row .container { width:20rem;height:89.5rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wlg13huftP9FrcJbtKhD33utG8HCIuhM { width:6.9375rem;height:5.5625rem;top:5.9375rem;left:0rem;border-top:0.0625rem solid #a7a7a7;border-left:0.125rem solid #a7a7a7;border-right:0;border-bottom:0.125rem solid #a7a7a7;display:block; }
 }@media only screen and (max-width: 763px) { #aSa2O10U47XfThBmJtc4MyzwH3GQmU7H { width:6.9375rem;height:5.5625rem;top:5.9375rem;left:7.0625rem;border-top:0.0625rem solid #a7a7a7;border-left:0;border-right:0;border-bottom:0.125rem solid #a7a7a7;display:block; }
 }@media only screen and (max-width: 763px) { #nW8xyN2zowRFeHvawghv6V9v0NH94UrR { width:6rem;height:5.5625rem;top:5.9375rem;left:13.875rem;border-top:0.0625rem solid #a7a7a7;border-left:0;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;display:block; }
 }@media only screen and (max-width: 763px) { #bJmmT5TBq8R8QssEvlQBBZLLv8L3qm9r { width:19.75rem;height:5.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ey0gK8KsXzLs7tA70TTcIIcPZDO57xt3 { width:6.625rem;height:0.9746125rem;top:8.13671875rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7TyOSb3M7vbh6hn9iCNDzenxvavru6o { width:4.125rem;height:1.7871125rem;top:9.111328125rem;left:7.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfmhP5zcFU1WW6TTninTXPNtULHM5qTT { width:5.6875rem;height:1.7871125rem;top:9.111328125rem;left:13.46875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #anN3a8eOH83PVTbRnenZMBDi18tENld6 { display:flex;width:1.0625rem;height:1.0625rem;top:7.13671875rem;left:9.46875rem; }
 }@media only screen and (max-width: 763px) { #uUAa8VmTg0QnKFGZuGxDQJfwJFR0nEJR { display:flex;width:1.0625rem;height:1.0625rem;top:7rem;left:15.78125rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #SH4ZMPVoaJJIifJ68XUlTTi3nnig2VRd { width:6.9375rem;height:5.5625rem;top:11.6875rem;left:0rem;border-top:0;border-left:0.125rem solid #a7a7a7;border-right:0;border-bottom:0.125rem solid #a7a7a7;display:block; }
 }@media only screen and (max-width: 763px) { #bzClGucX37deimcuLsvvf82vEJqw5CM8 { width:6.9375rem;height:5.5625rem;top:11.6875rem;left:7.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #a7a7a7;display:block; }
 }@media only screen and (max-width: 763px) { #HhTtvyHvpFKRmmClAClASH6NRISmgN8i { width:6rem;height:5.5625rem;top:11.6875rem;left:13.875rem;border-top:0;border-left:0;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;display:block; }
 }@media only screen and (max-width: 763px) { #zrNEXXxfe3wom2n7LikUqZexDHoaXmbK { width:5.3125rem;height:2.6806625rem;top:13.8740234375rem;left:7.34375rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qzsTzMOQqBNolmwcpbcF5ZAUzVCmk4mN { width:6.5rem;height:0.89355625rem;top:14.083984375rem;left:13.46875rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Lv2f8uaH5gy5tpualQwgtSem09ITBoeW { display:flex;width:1.0625rem;height:1.0625rem;top:12.375rem;left:9.46875rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #cwldEgi3WuBwF77mOSE8S9lUyhtrrmnw { width:5.75rem;height:0.9746125rem;top:13.875rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCfU7sH8sZmCFXGDxMuaX9Uh0vsa26qk { width:6.9375rem;height:5.5625rem;top:17.375rem;left:0rem;border-top:0;border-left:0.125rem solid #a7a7a7;border-right:0;border-bottom:0.125rem solid #a7a7a7;display:block; }
 }@media only screen and (max-width: 763px) { #MSgTMzSdkCCpQXobgLiBEVT15XpLHKTU { width:6.9375rem;height:5.5625rem;top:17.375rem;left:7.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #a7a7a7;display:block; }
 }@media only screen and (max-width: 763px) { #AT1DNArTTvuM8Tew1A93r58AnTEJgWKD { width:6rem;height:5.5625rem;top:17.375rem;left:13.875rem;border-top:0;border-left:0;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;display:block; }
 }@media only screen and (max-width: 763px) { #xSWAWDfJylN1znAGLeTLv4PvPhuazTqK { width:7.875rem;height:3.57421875rem;top:18.755859375rem;left:5.34375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXPQB9avVlViPD1S04p5X9T5VM6HxAUz { width:5.6875rem;height:3.57421875rem;top:19.203125rem;left:13.46875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZTgyAxOLo2PwIGXJaWbzkyLouvTss42 { width:4.375rem;height:2.923825rem;top:18.5625rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yn2R8LQvzHG2Az4vtoh8NyUQ0XuiT4Xa { display:flex;width:1.0625rem;height:1.0625rem;top:17.375rem;left:9.46875rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #kOSbTMk0qzE8NlqpWihh6aDhPsfuasTO { display:flex;width:1.0625rem;height:1.0625rem;top:12.375rem;left:15.78125rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #pGf43i53ZSTA27LrSRURM7C8itoT4WV0 { width:6.9375rem;height:5.5625rem;top:23.0625rem;left:0rem;border-top:0;border-left:0.125rem solid #a7a7a7;border-right:0;border-bottom:0.125rem solid #a7a7a7;display:block; }
 }@media only screen and (max-width: 763px) { #qv9rdMMsNHa0Iq5slfUTLr3lss7trbii { width:6.9375rem;height:5.5625rem;top:23.0625rem;left:7.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #a7a7a7;display:block; }
 }@media only screen and (max-width: 763px) { #gSXBM9VbOqfa5AXQkAZRllLp6uqFZOV8 { width:6rem;height:5.5625rem;top:23.0625rem;left:13.875rem;border-top:0;border-left:0;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;display:block; }
 }@media only screen and (max-width: 763px) { #BlxCrDHtlQsm6tlrCR1LIHwpqL0usqxy { width:6.4375rem;height:2.6806625rem;top:24.56640625rem;left:6.78125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPizoW2FPpe5y9464pJOpnuRDULKw5u4 { width:5.5625rem;height:1.7871125rem;top:25.458984375rem;left:13.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #McP2EUUutScl734cuigdE7TPB7kGapil { width:5.25rem;height:3.8984375rem;top:24.25rem;left:0.5rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WwgEozO47UirrpGDGBD26dnyvIF2n2Jn { display:flex;width:1.0625rem;height:1.0625rem;top:23.25rem;left:9.46875rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #N9Ugy0vUWx6dvocv22lWnHg8evHKbz1T { width:6.9375rem;height:5.5625rem;top:28.75rem;left:0rem;border-top:0;border-left:0.125rem solid #a7a7a7;border-right:0;border-bottom:0.125rem solid #a7a7a7;display:block; }
 }@media only screen and (max-width: 763px) { #s9EefTTNWvXVrsMciDwXkciA0KBIPn3c { width:6.9375rem;height:5.5625rem;top:28.75rem;left:7.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #a7a7a7;display:block; }
 }@media only screen and (max-width: 763px) { #wPCtSe6OysQi44pkyafL8GfaH7oeaWcK { width:6rem;height:5.5625rem;top:28.75rem;left:13.875rem;border-top:0;border-left:0;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;display:block; }
 }@media only screen and (max-width: 763px) { #FToUqP2GLiQ0lECU6iwGBenEHImN6VRz { width:7.375rem;height:1.7871125rem;top:30.541015625rem;left:6.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Shdh4Tx1TA6fXZBBppTPXeuQsia08zn5 { width:6.6875rem;height:3.57421875rem;top:29.806640625rem;left:13.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsLeaGzVkcQASdXhXo4TJvUM7GLyGdU4 { width:6.0625rem;height:1.94921875rem;top:30.6875rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0mMvAM3vDAoQNJT8baaRiIedF8RQCgm { display:flex;width:1.0625rem;height:1.0625rem;top:46.193359375rem;left:15.78125rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #rXlnFtceJ1iROFmo1wG3gwfxL18fuiRd { width:6.9375rem;height:5.5625rem;top:34.4375rem;left:0rem;border-top:0;border-left:0.125rem solid #a7a7a7;border-right:0;border-bottom:0.125rem solid #a7a7a7;display:block; }
 }@media only screen and (max-width: 763px) { #Kz0kp92TO78qLpfPAPDq0PQvRfcT8ZGZ { width:6.9375rem;height:5.5625rem;top:34.4375rem;left:7.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #a7a7a7;display:block; }
 }@media only screen and (max-width: 763px) { #EgprtlEBPuIwkSSOSTxwOF6H12JeoA4A { width:6rem;height:5.5625rem;top:34.4375rem;left:13.875rem;border-top:0;border-left:0;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;display:block; }
 }@media only screen and (max-width: 763px) { #aMZgyyIc33xmv40OmD80cnB7XpKKwvy8 { width:7.625rem;height:3.57421875rem;top:35.94140625rem;left:6.84375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWkhd718Z1ZJEeJN33azFczpB7JUE4FL { width:5.4375rem;height:3.57421875rem;top:35.94140625rem;left:14rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2Z2vo4dSTWGiDuKBXE1phLAULvCSq6o { width:5.8125rem;height:1.94921875rem;top:36.306640625rem;left:0.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #faF8cE4bOde7IA3QvfE5V6UJWwMkNUOX { display:flex;width:1.0625rem;height:1.0625rem;top:34.4375rem;left:9.46875rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #eFatZnElHPTKTgS9ulCNkdIekB1QLeis { width:6.9375rem;height:5.5625rem;top:40.125rem;left:0rem;border-top:0;border-left:0.125rem solid #a7a7a7;border-right:0;border-bottom:0.125rem solid #a7a7a7;display:block; }
 }@media only screen and (max-width: 763px) { #KsQWTNCAcATqlbzCTSZpbuEe7HyGZXmM { width:6.9375rem;height:5.5625rem;top:40.125rem;left:7.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #a7a7a7;display:block; }
 }@media only screen and (max-width: 763px) { #BuQPb1cBNRKPqKmkucT0SgPdkhwR2XyF { width:6rem;height:5.5625rem;top:40.125rem;left:13.875rem;border-top:0;border-left:0;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;display:block; }
 }@media only screen and (max-width: 763px) { #rqQspE43qd5l8bHyJhwwLRpMuX9tpn81 { width:6.125rem;height:3.57421875rem;top:41.62890625rem;left:6.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBbgzAnylZVex5tl6D2ozF9svE9p7SP2 { width:5.6875rem;height:0.89355625rem;top:41.994140625rem;left:13.46875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFwKVBzdoOObU4Xh4wl6T9pLlI6Eik4w { width:5.75rem;height:2.923825rem;top:41.994140625rem;left:0.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8lMSuuzCgmSlTcs3hnhXyl4Rl2Cx0Lq { display:flex;width:1.0625rem;height:1.0625rem;top:40.125rem;left:9.46875rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #dvTfDiIpkVxGoBC8WCTu8m6tDmgPTebK { width:6.9375rem;height:5.5625rem;top:45.8125rem;left:0rem;border-top:0;border-left:0.125rem solid #a7a7a7;border-right:0;border-bottom:0.125rem solid #a7a7a7;display:block; }
 }@media only screen and (max-width: 763px) { #xtosDaFrFNcBcDTgnx4JkCWDo3T5w6MU { width:6.9375rem;height:5.5625rem;top:45.8125rem;left:7.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #a7a7a7;display:block; }
 }@media only screen and (max-width: 763px) { #RkoeyEPVqtoeE1LeU6hNXxMa2t05GxLZ { width:6rem;height:5.5625rem;top:45.8125rem;left:13.875rem;border-top:0;border-left:0;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;display:block; }
 }@media only screen and (max-width: 763px) { #hvywMzD8qF4hgLvhWD0lTihmTt9KVQfL { width:6.5625rem;height:2.6806625rem;top:47.681640625rem;left:6.71875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtTVIKEoyRKclVpyTZvTTpB5HfJiV1sI { width:4.3125rem;height:0.89355625rem;top:48.208984375rem;left:14rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWSs4cS1HTmToydBqRt5HohZoMT48U2y { width:3.8125rem;height:2.923825rem;top:48.1689453125rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtzednqTxefVrZwqyr7FGZZ5DFJwrbsL { display:flex;width:1.0625rem;height:1.0625rem;top:46.193359375rem;left:9.46875rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #QPFewfiABJ27XMsdIrPmINl050uv63OL { width:6.9375rem;height:5.5625rem;top:51.5rem;left:0rem;border-top:0;border-left:0.125rem solid #a7a7a7;border-right:0;border-bottom:0.125rem solid #a7a7a7;display:block; }
 }@media only screen and (max-width: 763px) { #VrHZkapDCgN5WSNTXthzfzwJ8W3m7inS { width:6.9375rem;height:5.5625rem;top:51.5rem;left:7.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #a7a7a7;display:block; }
 }@media only screen and (max-width: 763px) { #HrNpsngQBTrqtaoRz7SCeFJb8Lc25rDC { width:6rem;height:5.5625rem;top:51.5rem;left:13.875rem;border-top:0;border-left:0;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;display:block; }
 }@media only screen and (max-width: 763px) { #QIO5zKXkEppZap0C7EpmeA6vHhNqW5Vc { width:9rem;height:1.7871125rem;top:53.369140625rem;left:5.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFyczxRQuPV1bmBmOrz3FZ0o8NvaFwGh { width:2.3125rem;height:0.89355625rem;top:53.865234375rem;left:15.15625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCCD0Et6NzG7lxZxZIygosyLB1TH6uIo { width:4.1875rem;height:0.9746125rem;top:53.369140625rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwJeTbtMXXTwXw4glDMOTztEuLwEuL6L { display:flex;width:1.0625rem;height:1.0625rem;top:51.5rem;left:9.46875rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #ru6N9iome5cP3Dk3oiOXdkJpnCAVLF6k { width:6.9375rem;height:5.5625rem;top:57.1875rem;left:0rem;border-top:0;border-left:0.125rem solid #a7a7a7;border-right:0;border-bottom:0.125rem solid #a7a7a7;display:block; }
 }@media only screen and (max-width: 763px) { #X9EsATiighqiDlWPwEXzeQPLx4V3S0g6 { width:6.9375rem;height:5.5625rem;top:57.1875rem;left:7.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #a7a7a7;display:block; }
 }@media only screen and (max-width: 763px) { #pIBvhxN5gNsrvh6vhfAu8UdvI6BVrHsc { width:6rem;height:5.5625rem;top:57.1875rem;left:13.875rem;border-top:0;border-left:0;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;display:block; }
 }@media only screen and (max-width: 763px) { #JhlyIHcufInwoK17CXwxzpVOl4SxPBlS { width:8.875rem;height:3.57421875rem;top:58.712890625rem;left:5.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0JWU8LzqwTxrTzot4HDhZPph22bWqCa { width:2.75rem;height:0.89355625rem;top:58.712890625rem;left:14.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcHFL9bUVZdGRnB5BFdcNCg1htRXbpM6 { width:5.8125rem;height:1.94921875rem;top:59.056640625rem;left:0.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #td5Ci3umTzrKawRa8A2QPgtFeiLnR9Kg { display:flex;width:1.0625rem;height:1.0625rem;top:57.1875rem;left:15.78125rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #mTmO0G1RKAvtmHcrAKEC3uoXdoTPuZh5 { display:flex;width:1.0625rem;height:1.0625rem;top:57.1875rem;left:9.46875rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #q0XSR6wNRzIQzOgmmZvKaIfpURuGiSxe { width:6.9375rem;height:5.5625rem;top:62.875rem;left:0rem;border-top:0;border-left:0.125rem solid #a7a7a7;border-right:0;border-bottom:0.125rem solid #a7a7a7;display:block; }
 }@media only screen and (max-width: 763px) { #KDHgElivPzO8nODKuC5X9zoqTCTpLDMA { width:6.9375rem;height:5.5625rem;top:62.875rem;left:7.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #a7a7a7;display:block; }
 }@media only screen and (max-width: 763px) { #x1GLGa9lViZisH32Jo94eIVqAO7J3aW6 { width:6rem;height:5.5625rem;top:62.875rem;left:13.875rem;border-top:0;border-left:0;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;display:block; }
 }@media only screen and (max-width: 763px) { #qmbObEbHu8LKMCLUhlwm6uCGDfwwQTEH { width:6.1875rem;height:0.89355625rem;top:64.625rem;left:13.46875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xM8m85MDLfpg6nV6hIh6UNbQsHP5rCkk { width:7.25rem;height:0.89355625rem;top:64.625rem;left:6.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJevL3RctIisSZh8QPVSMhRW6cKqVqA0 { width:5.25rem;height:2.923825rem;top:64.744140625rem;left:0.90625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fE01hRLzgF0hFBJmiEE2ryuZ8DcSCZ9T { display:flex;width:1.0625rem;height:1.0625rem;top:62.875rem;left:15.78125rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #R016hlCM8MHKTziz8pi9TX9VVgGdsiGZ { display:flex;width:1.0625rem;height:1.0625rem;top:62.875rem;left:9.46875rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #SXozfITyVgt4wC7or4MDE8hdWKHD9erI { width:6.9375rem;height:5.5625rem;top:68.5625rem;left:0rem;border-top:0;border-left:0.125rem solid #a7a7a7;border-right:0;border-bottom:0.125rem solid #a7a7a7;display:block; }
 }@media only screen and (max-width: 763px) { #qPtPrOxLkWStedZpqf61nssKB5Mg4Cfv { width:6.9375rem;height:5.5625rem;top:68.5625rem;left:7.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #a7a7a7;display:block; }
 }@media only screen and (max-width: 763px) { #O1KTJhAaxmzImD2qwaBFOJx5xILSsHE1 { width:6rem;height:5.5625rem;top:68.5625rem;left:13.875rem;border-top:0;border-left:0;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;display:block; }
 }@media only screen and (max-width: 763px) { #R6JpVTiFamgCP4ZnlaVJHGxtV8DpQzXh { width:7.25rem;height:3.57421875rem;top:69.943359375rem;left:6.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1NbUXQVeGtPKwihBW6J0ygnsZXzREEC { width:5.3125rem;height:2.6806625rem;top:70.06640625rem;left:14rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtB9e3Qr6SA6NR9MgAXX6ERepGoPQFCA { width:5.6875rem;height:1.94921875rem;top:70.9189453125rem;left:0.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGZfNP0Rutxalgg9BhnmNQuQIsfkuSTx { display:flex;width:1.0625rem;height:1.0625rem;top:68.5625rem;left:9.46875rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #pTML6K2Mc1qfC8Qc9QFz48AarNQiXDa2 { width:6.9375rem;height:5.5625rem;top:74.25rem;left:0rem;border-top:0;border-left:0.125rem solid #a7a7a7;border-right:0;border-bottom:0.125rem solid #a7a7a7;display:block; }
 }@media only screen and (max-width: 763px) { #q92k3HU7yUTMqdkNwtulI7Gwl6de0yqT { width:6.9375rem;height:5.5625rem;top:74.25rem;left:7.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #a7a7a7;display:block; }
 }@media only screen and (max-width: 763px) { #PvJ8fHRCedmvwQwLntxEPnFXU7uqMQFZ { width:6rem;height:5.5625rem;top:74.25rem;left:13.875rem;border-top:0;border-left:0;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;display:block; }
 }@media only screen and (max-width: 763px) { #xdbQwKrdSLiMZ4RJOC6v3iaCAehc0b2o { width:7.375rem;height:2.6806625rem;top:76.1015625rem;left:6.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ym1veVl1TFsulEnBfKJh7WTV6SJAbQIB { width:3.5625rem;height:2.6806625rem;top:75.75390625rem;left:14.53125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVdisw72TBiSstiVfAoFu9Z7g7z7Mfap { width:4.6875rem;height:1.94921875rem;top:76.119140625rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXz46XUaLudFTiR4gC4603m1QhN478VB { display:flex;width:1.0625rem;height:1.0625rem;top:74.25rem;left:9.46875rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #OmRCuQcGXwLZGw29EKO7dwzntw2uEVTv { width:6.9375rem;height:5.5625rem;top:79.9375rem;left:0rem;border-top:0;border-left:0.125rem solid #a7a7a7;border-right:0;border-bottom:0.125rem solid #a7a7a7;display:block; }
 }@media only screen and (max-width: 763px) { #L2dx552Ek9uBqzI3vUC4rK9RAJpxiwpK { width:6.9375rem;height:5.5625rem;top:79.9375rem;left:7.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #a7a7a7;display:block; }
 }@media only screen and (max-width: 763px) { #avhH5qmBy7CBoKkpcv4IWnoV6fXR1cnk { width:6rem;height:5.5625rem;top:79.9375rem;left:13.875rem;border-top:0;border-left:0;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;display:block; }
 }@media only screen and (max-width: 763px) { #aa41lqWuXOgtAt69CxKkonL9MvFied9w { width:7.625rem;height:3.8984375rem;top:81.7890625rem;left:6.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #btaaqpfTRBqXqEZ6daQZH34nWo3ZOXyJ { width:4.6875rem;height:0.89355625rem;top:81.462890625rem;left:14rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iydGrST7okxIiLF1zFXpTpxRF7sVfJvl { width:3.4375rem;height:1.94921875rem;top:82.2939453125rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdqvD7GGztTpiCP5Nv2F6RX5I96qvKTI { display:flex;width:1.0625rem;height:1.0625rem;top:79.9375rem;left:15.78125rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #Tt6nJNG9arv10uLMgF2Ls9Ru1itF0yDy { display:flex;width:1.0625rem;height:1.0625rem;top:79.9375rem;left:9.46875rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #w5FBiAmbRDPg4tO9CR0GBq1aTTHQqT2q { display:flex;width:1.0625rem;height:1.0625rem;top:17.375rem;left:15.78125rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #akPLft9RRZrdIUvhTEFBbX51fmUCS5Z8 { display:flex;width:1.0625rem;height:1.0625rem;top:23.875rem;left:15.78125rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #sb1W3PmQT3omX78JPVqzsbDHd5NXqdX6 { display:flex;width:1.0625rem;height:1.0625rem;top:28.75rem;left:15.78125rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #MruyGXfFEOGghbsF7R2Uu7LBfRV1Vc7p { display:flex;width:1.0625rem;height:1.0625rem;top:34.4375rem;left:15.78125rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #xHy36zy1BR8DCByhza41KWKlIh35KpFX { display:flex;width:1.0625rem;height:1.0625rem;top:40.505859375rem;left:15.78125rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #VwUXGuZohzQ84uVTWpGpf1FWlGcW0Nib { display:flex;width:1.0625rem;height:1.0625rem;top:68.5625rem;left:15.78125rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #eBmL9ELAmwR3C5GtQoFaQyf0aP1T6I5x { display:flex;width:1.0625rem;height:1.0625rem;top:74.25rem;left:15.78125rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #n5ANyEfvQvnVRQ2hC3rKxnNyRui2aTre { display:flex;width:1.0625rem;height:1.0625rem;top:28.75rem;left:9.46875rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #D4A0piHVOgBZl9E97qGHxNcwv80lfywm { display:flex;width:1.0625rem;height:1.0625rem;top:51.5rem;left:15.78125rem;font-size:0.6875rem;z-index:15085; }
 }@media only screen and (max-width: 763px) { #AqBPrNpoxFp6nOrtlpDn9cOeqeTx5JDK { display:flex;width:1.0625rem;height:1.0625rem;top:46.037109375rem;left:15.625rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #uRIsMQtA8GcmNdo5q94FCcmuQh67UfBB { width:5.4375rem;height:2.111325rem;top:2.4404296875rem;left:7.28125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I1F92bm4RxuOcGWqLALq2NUs6Qs05aPN { width:5.6875rem;height:2.111325rem;top:2.44140625rem;left:14rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EFbEZ52UVxAF4vSkIM8QtTCJRTHf3d9t { display:block; }#EFbEZ52UVxAF4vSkIM8QtTCJRTHf3d9t > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T7bICKPNqUBQ6e5sTxMK8P4MG726CLUH { width:18.6875rem;height:3.25rem;top:1.20703125rem;left:1.3125rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtDgF9gOX6l44Za4l61wFuKiHbq2RdvD { display:block; }#NtDgF9gOX6l44Za4l61wFuKiHbq2RdvD > .row .container { width:20rem;height:126.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W59A5DiTixVVTmXC2fmIyA9V1T81BSUs { width:15.5625rem;height:2.5996125rem;top:1.625rem;left:1.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qgmedQpbgek8a5WftIOMy71WwsG6cpOR { width:15.1875rem;height:2.5996125rem;top:23.3125rem;left:1.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sACDeUGVkgqiOwz52A9UoI5Xl8nKJDS9 { width:16.9375rem;height:15rem;top:5.1875rem;left:1.5rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogm0yhWPzhb5cSrI9xlgpVX9yVIZQdKI { width:16.9375rem;height:13.5rem;top:27.5rem;left:1.53125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #grwxirJvzFDkiBk2h46NUBPqo9ugr9fR { width:16.9375rem;height:13.5rem;top:46.875rem;left:1.53125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qp73TMMxmzHbex61XsLhnUiXT5Tz0wap { width:16.9375rem;height:1.29980625rem;top:43.9375rem;left:1.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ku1Z6ygbUplWDLhAMqUcePHgeyFPhi0h { width:16.375rem;height:1.29980625rem;top:85.25rem;left:1.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #f0ZhH83TZUl2B8pkPVZxL5tHRp7z4uQG { width:13.5625rem;height:1.29980625rem;top:64.0625rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yoP1OnS89Fb917PUiyUrP77XMEyXdAci { width:15.0625rem;height:2.5996125rem;top:106.5rem;left:1.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iyJwCmLbrSDCX9Wi0S898dzZAd6DuLzE { width:16.9375rem;height:12rem;top:110.625rem;left:1.53125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSRkfCRsuWSKhK9iafrLFeN4QiuN99Ky { width:16.9375rem;height:15rem;top:66.6875rem;left:1.53125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QH9xgazDHXE7mvoffUElEIVrEpTxw3Xe { width:16.9375rem;height:15rem;top:88.0625rem;left:1.53125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7V79NIDA8ZMrPlPrFXzAuEd2ydgyb6E { display:block; }#q7V79NIDA8ZMrPlPrFXzAuEd2ydgyb6E > .row .container { width:20rem;height:37.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eE6VCLJq8bDgr8RGWIkSsq3xqQCmSkFM { width:20rem;height:4.38671875rem;top:1.25rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tpLk0WryV0UKULZiZMMD4cFz3VE4MlXR { width:19.5rem;height:2.76171875rem;top:6.57421875rem;left:0.3125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DCaSf15esrrENtzHNU6HUb4vR5tIzTr9 { display:flex;width:1.375rem;height:1.375rem;top:11.25rem;left:9.3125rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #kHfDmSTXXPE7QCpTmLQgSHUw08zEbrlq { width:9.5rem;height:1.21875rem;top:13.875rem;left:5.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvIta5T4CJR6zz2cVtGn34eKdQOQyUch { display:flex;width:1.375rem;height:1.375rem;top:16.125rem;left:9.3125rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #PIFc4iVgpRtF82DhscV85N834rT4V4nL { width:8.9375rem;height:1.21875rem;top:18.75rem;left:5.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqsFEyS2sWvDXGb0ERN1zkDflKP7A3gO { display:flex;width:1.375rem;height:1.375rem;top:20.9375rem;left:9.3125rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #TAcI6e9JW662rtCdtcXpr8DtANC0gqTE { width:12.9375rem;height:1.21875rem;top:23.5625rem;left:3.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuoG7vbWzFmAM7VTlcKDQTzNd3xvm7s5 { width:14.5rem;height:1.21875rem;top:28.4375rem;left:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tM8rlAoC1sy0fKBl6x9Fp04RRo2oECfu { display:flex;width:1.375rem;height:1.375rem;top:25.8125rem;left:9.3125rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #yxHsmR0GaBmAeUOU3log5PpJOoMdTt6o { width:15.375rem;height:3.9375rem;top:31.53515625rem;left:2.3125rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #mVC03iITTwUWRQ2igNTdTNfHOoK7sz5z { display:block; }
 }