.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:49.3125rem;width:60rem;position:relative;display:block; }#fSIxLVPaTqAm8HOrKlpF6MJmSDVwUy9E { color:rgba(var(--color-tertiary-0),1);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:6.8125rem;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:41.3125rem;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:17.375rem;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:17.375rem;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:18rem;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:17.6875rem;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:24.5rem;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:24.5rem;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:25.125rem;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:31.625rem;left:0rem;box-shadow: 0rem 0.375rem 0.6875rem rgba(var(--color-tertiary-4),0.19) ;display:block; }
#wNoNdyB2lSfKXA4TMOdXJyIkKO1gxrB1 { display:block;width:20.6875rem;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:31.625rem;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:32.25rem;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:41.3125rem;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:28.375rem;left:34.3125rem;overflow:hidden;display:block; }
#Hbw9e6yiEcOKpJEXZWgg7g5N3OwzT1f3 { color:#ffffff;display:block;width:30.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:10.5625rem;left:14.53125rem;height:2.03125rem;text-align:center;text-align-last:center;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; }
#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: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; }#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; }
#SzwMM1eIgvoNMUq6GwT2AqxHyUDR9Psz { 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; }
#C5HMQmLw1HoZJiAwURWLRqewxJcW6dED { position:relative;display:block; }#C5HMQmLw1HoZJiAwURWLRqewxJcW6dED { background-color: transparent; background-image: none; }#C5HMQmLw1HoZJiAwURWLRqewxJcW6dED::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C5HMQmLw1HoZJiAwURWLRqewxJcW6dED > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C5HMQmLw1HoZJiAwURWLRqewxJcW6dED > .row .container > .video-iframe-container { display: none; }#C5HMQmLw1HoZJiAwURWLRqewxJcW6dED > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C5HMQmLw1HoZJiAwURWLRqewxJcW6dED > .row > .video-iframe-container { display: none; }#C5HMQmLw1HoZJiAwURWLRqewxJcW6dED > .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); }#C5HMQmLw1HoZJiAwURWLRqewxJcW6dED { border-width: 0; border-radius: 0; }#C5HMQmLw1HoZJiAwURWLRqewxJcW6dED > .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; }#C5HMQmLw1HoZJiAwURWLRqewxJcW6dED > .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; }#T8yCRSFTVGhsXOcK7N7O6oHGDWeHfSwf { 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:2.4375rem;text-align:center;text-align-last:center;display:block; }
#UM3Jmv2epL1O4SI3kaqipGcw33vWtSBh { position:relative;display:block; }#UM3Jmv2epL1O4SI3kaqipGcw33vWtSBh { background-color: transparent; background-image: none; }#UM3Jmv2epL1O4SI3kaqipGcw33vWtSBh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UM3Jmv2epL1O4SI3kaqipGcw33vWtSBh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UM3Jmv2epL1O4SI3kaqipGcw33vWtSBh > .row .container > .video-iframe-container { display: none; }#UM3Jmv2epL1O4SI3kaqipGcw33vWtSBh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UM3Jmv2epL1O4SI3kaqipGcw33vWtSBh > .row > .video-iframe-container { display: none; }#UM3Jmv2epL1O4SI3kaqipGcw33vWtSBh > .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); }#UM3Jmv2epL1O4SI3kaqipGcw33vWtSBh { border-width: 0; border-radius: 0; }#UM3Jmv2epL1O4SI3kaqipGcw33vWtSBh > .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; }#UM3Jmv2epL1O4SI3kaqipGcw33vWtSBh > .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; }#pPFvTBe4ZJZe4gThDFuyK371oQzTJkHC { 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; }
#TD2aWpu4LvFl03fG3kZTpxaH5nBf8CDI { 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; }
#kFkvWnvsZpTowhkWI4NoiZZqP3JtVmfp { 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; }
#B2iEUR2KsnTzRLmZbZ8QLu6WSCheXESc { 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; }
#ETQ3Py5rXaeGfW4elyWnfO60Ek9KISrf { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:16.3125rem;top:1.1875rem;left:21.397103658537rem;overflow:hidden;display:block; }
#KusQTdiqp3czWpog0doTeeSFurSCJ2fv { 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:3.875rem;width:11.25rem;top:1.90625rem;left:43.34375rem;overflow:hidden;display:block; }
#hymToTyCciSrCRaqcoWCDe41131qFRDT { 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; }
#WgQKnMubaXAPonTFAAX97aT6fofokOVx { 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; }
#ksDUfZTCnMHrqTKlqrLXIGgNv9wRBUEN { 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; }
#d5Qptvp6aPCvstKS4JxwL50OWkfKHMg5 { 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; }
#h214DaGzPIkPnT15gRUStaJiGMThlpV3 { 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; }
#DidFIabGDTQaQrilSbuV1BSWPmiXyU33 { 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; }
#HcUbrhW8F4mMzRvTJVXJymlhZkHgE8sa { 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; }
#T11uBkv35KtzrIlIZDuVb6dgA0xURx6K { 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; }
#U7q6AA8rIGDu1Rl9RJL0DqKiiEEUzIfx { 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; }
#euBWCUZnM2L73r5FwllLGJUH1JIiPEyo { 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; }
#sf5f2BPzwl1EriPDhxX8DWDrNKfTTkkQ { 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; }
#ZDOfxg7UVWiHZOwQiUnJWIqqHySw5d0i { 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; }
#DrmmgJQSDCriVGwFRfHdNibBfQKWVoNT { 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; }
#grI4mWOp8BakTL6xh1Qb1M7ADOawKoWO { 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; }
#Xi8Obiy8oUIxWTD0LvUSy9kdzrlO7FBw { 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; }
#cfC2NK4dpb8IUlUvK5NesUDhyP3K1akT { 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:4.875rem;text-align:center;text-align-last:center;display:block; }
#QJPtQTbzacU8TOJSliw3HmALBTvhfWAi { 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; }
#iISEh27l4cvkBiIlAQhfJ7UnOs7KGLrK { 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; }
#XNLT0bAhv7LhBOWNIgvEymiuhGaBmVO9 { 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; }
#MLwtrpKs2u31yp5zB81q8oITtNa7eHzz { 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; }
#Mvc9INAXdeJZ1HAqTBCV231y5dFNQ77U { 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; }
#aLhO4lFRA87icLeLTlf5eVCaNziE4NEg { 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; }
#RkMhCGPWpX5mQh8J0PunkhQGRl7bhvAf { 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; }
#Z7ZUekZyLSvKuC3JutvmAwhM4MpknsNA { 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:1.21875rem;text-align:center;text-align-last:center;display:block; }
#Ooo92flVbooelButqQvNqH9Ja7ZLWQCT { 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; }
#qoDMVxyDA7Xxb7K2JXdK46398VD1kwmN { color:#263556;display:block;width:18.8125rem;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; }
#NhFL3eg3cqvqK0WuOxwUB66HRwaTPksZ { 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; }
#r07o5zyDWT3KkVR9TQbNyZ8zsXGIrDXm { 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; }
#O6RBiTNAkaLVdP4qdeghimpFTP1afkRL { 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; }
#V5UdV4yTO5gg8tOyopdqd3eL868pKODL { 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; }
#xVwzqRyQMKCIi9zEqRSBu4ycmPGtxV6B { 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; }
#c9qEV8ly0HRR5V04SwnPlxMkVvDQeQFV { 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:1.21875rem;text-align:center;text-align-last:center;display:block; }
#VHcQRkRpTu7r4Ks26vfaDuipHJX85ffr { 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; }
#epVf8okfUW3rOToTZTKLM0cQ3HK4ynrT { 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; }
#NAu4ExX0ENaFAMfrt7Dl7sG5RpK6WlqD { 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; }
#dy10Qb84TJTIuK8LJk5u4QDOqnJmPGGr { 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; }
#opN1QDQ1K1hglmek4lcMRGZR7r3i6WHb { 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; }
#fVyzitKRbOymxpWJnAScZHpfobsh7hT4 { 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:46.4375rem;left:20.84375rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#TenvL4TPfm9BOeoeJXflgAXHpV4NoBOV { 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; }
#RPAJUOomUn0tAT3JzTGp2s3TmDOkgHOW { 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; }
#HGIEeOJTqGyVCHIetIFdJsW0HoRXuobf { 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; }
#T8uq51tcU0aNeGGnKGv44OBdtQHum3rG { 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; }
#nqe68NQ4LB4ToK9o2opS7PtZCaJsaKOS { 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; }
#hQ8cspZLHbKhF6Eic6NOVXurzGxsgVvb { 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; }
#yOWvSRvfT5D0VL2tBhobzISGWU5h5em5 { 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; }
#C6ExAA2AEnnlPdn6CGim2yTP48lREqOx { 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; }
#TXSLEzV1NCTOQEHKxK5w4iqmK7IfHa2O { 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; }
#Sm5mdxqwiF56wrDT7TlXMD0kBuskyDfI { 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; }
#s7lMx9oUHPla7XifTz15bOfSCRk5HKo9 { 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; }
#siZTF4UCrTRpI35iMnbUJEJT08JfdyUb { 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; }
#geoZ2hJDgWRuTSIVPUTSCa9BTKA6Scwx { 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; }
#va30s1XG5k9aCuqpyR3awUkrpghFhI5n { 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; }
#gb9WT9MwvD221oX4LCfS3D5WmesnTJ8d { 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; }
#TEKtwhP6RDFHT6e9bNS7xgQ0bihiT3U0 { 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; }
#Nz5nZXmryUu9AsBkHFzPCVuCupt9UWuL { 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; }
#zCZyaoJK4LZptDKIip91yvel2ey7i1dR { 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; }
#txX8kg9MHN01eo4deQIQHC6h5KZqhIyv { 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; }
#iRg4DPak3BJizbg4xtWaiXmKFdzkGOs1 { 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; }
#rG9I2J64LpKPr31vDI8sn3V7hm9Fi32d { 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; }
#VaTb4y5mVzlAiy2kK6MiFgSZfamfGrX8 { 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; }
#FloTw1Q0UPMrRTgtkuxH4v30ZkpCsbdt { 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; }
#ynLfLC1bUUetTlDG0qWPUIJ9xLQX3NsF { 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; }
#aNOzIZQTa1MlFmatONUIz6CFOMMTEM8a { 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; }
#sJhykKtqnbZTGlpvZUCAokW95TaJZ3F1 { 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; }
#BJZm1mnPHrhrqh2cNCl6PkKqDXGLXtUX { 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; }
#dQHJZEE7sWbyAowbr0TalI5PPpGOtLlM { 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.1875rem;left:20.84375rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#PrUWTGQbKz40TNTfmWF3fPTT9uTuDbnV { 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:76rem;left:41.6875rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#wDuD0WxGdw4f3PkNpKgnVf9nrFsEykS3 { 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; }
#kXTxXzET5cpFeEXX2e6IkeBqxkLezSLq { 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:74.125rem;left:49.3125rem; }
#hV6PbakaJgLBw2eKCOFL7SuqWWqsckB4 { 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; }
#qGM66Tza3o7HT9CTV27up5tUlWC5A9t3 { 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; }
#k1zvRT9fFBWMMGIc180pM0u7B7qZDDyi { 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; }
#mwv2NTNsMLeKGRH8CGiSTuTqml3RvdaR { 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; }
#bn1JILNRT0dbecfZ1mrBM0mWy3sJ7XnV { 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; }
#KqcFLyFtRO1WCbMZrRhuMkWgF5tLFTuh { 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; }
#vZfEvDQeQXZZ4rAWNyqzfxxcuKP70RXU { 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; }
#ZVCyKqpsTFDF6qlzNL4dRGI4og7eT1b3 { 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; }
#RMo0nHVwADn7ClemZf6dgkglkKwo1PtC { 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; }
#XiJsTz5lOiTWbHFHl7ryu3iCrXVHqMTV { 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; }
#yJAcOmshH2ER0i1WegCHC50X3aDIFLFn { 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; }
#m0kyfClGgLmIRU3G5zp2NhhPIuK9R8Xb { 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; }
#TekcpEmquslcQfhtap8KLddBInmIyMl9 { 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; }
#gv8xwJaU24fHCI3h2fP1oi16NgJ8eSdP { 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; }
#GigNJz7b8Js2OQn7aCdHFLogHDIL1hrl { 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; }
#zSffmoePOoRTEvTX5bgekcMTFri1oPgb { 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; }
#mZvUamu9r3cWM2BZqL02vAD6Jh5FKyXZ { 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; }
#renGzFE97GLDAnoPreh2tX3q0irNv3uo { 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; }
#oae9NUuIm35OlXDtoZAkebGCMkJOvXlI { 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; }
#kd0TcoeLPDD6y5enCobR8AyVgvAgdpP2 { 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; }
#pZTmTL6q8tBiWOIaDcwZOi7BKGqpAby1 { 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; }
#lZStkMZNT3CehAwHMPkliT9FFTBChaW3 { 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; }
#CTrFV395qghMTQPMDwi1bzkrJ2lUUpN7 { 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; }
#qQaQlDs7nb3tNZrZzTRQypbiVclzuUNu { 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; }
#OhZzhNmlVuMNiIFR8Opr4EN1z6rm11es { 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; }
#WPX9EpiwBHBhcrSqBdMhH6N4Q2VB3Msf { 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; }
#SMcPZUzK0a1sUhWGR5dqKacNQli9dtnu { 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; }
#Gi65e2B7km1MLv9Me2o7Vmqhvox8UGho { 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; }
#EuJCQKZ7DXN8KPlFrMbfwAe5gHPxie9p { 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; }
#SQaULav7NaJaq5WLVeGb28aDIPOk52KH { 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; }
#BHedgRXte8riiUIUVFwqQIqQAlI88zlg { 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; }
#KJltqKdvyatlFtmIDCP5GVgc2K4oyCM6 { 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; }
#WKfVvUcW8ApdHcTHsC3SfKtLcyBid85C { 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; }
#OXsi4lLW8gLBJDoAcrklzFDuulac4U0O { 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; }
#tpl0KiQcc5LUnwoMFZyWV9ckcrBqKw1D { 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; }
#SRLyyaaWve74JAV906WAGNZ6GSJUfs2E { 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; }
#OdUgMhc8CW9CvdiQQkqq6vbC3u9bvmAL { 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; }
#HZs5SgcF2HGRn1mTvBn7sD0E4T6dyLpm { 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; }
#mfBr4uFHFQzvC3s0I8g5V9BErm41xmyz { 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; }
#eSke84AwAZAKx0fvADeC5Iedsf4ssdgr { 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; }
#PIR2TzQxggRqiylIV8KcCaCFq4oPNdSS { 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; }
#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:20.8125rem;width:60rem;position:relative;display:block; }#LiPmShZPnNRvi4yqOBi5ZqHuTJyCUIrG { 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:15006;line-height:1.5;letter-spacing:0;top:13.125rem;left:0rem;height:3.5625rem;font-style:normal;text-align:center;text-align-last:center;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:10.0625rem;left:0rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VGItIUwiJLDZBLPR5OawiM0if2C49dKS { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5625rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qAchEIEbZ925XDT8SXsnCsA3C59NkflH { position:relative;display:block; }#qAchEIEbZ925XDT8SXsnCsA3C59NkflH { background-color: transparent; background-image: none; }#qAchEIEbZ925XDT8SXsnCsA3C59NkflH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qAchEIEbZ925XDT8SXsnCsA3C59NkflH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qAchEIEbZ925XDT8SXsnCsA3C59NkflH > .row .container > .video-iframe-container { display: none; }#qAchEIEbZ925XDT8SXsnCsA3C59NkflH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qAchEIEbZ925XDT8SXsnCsA3C59NkflH > .row > .video-iframe-container { display: none; }#qAchEIEbZ925XDT8SXsnCsA3C59NkflH > .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); }#qAchEIEbZ925XDT8SXsnCsA3C59NkflH { border-width: 0; border-radius: 0; }#qAchEIEbZ925XDT8SXsnCsA3C59NkflH > .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; }#qAchEIEbZ925XDT8SXsnCsA3C59NkflH > .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.9375rem;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; }#reSbQEnsoqTQECFhC6yG2Puz6JTGmb3L { display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15053;line-height:1.5;letter-spacing:0;top:24.5625rem;left:1.5625rem;height:9rem;color:#263556;font-style:normal;display:block; }
#RPTqr4T2HUQEzPZ3R44OJK44dfadmOd5 { display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15047;line-height:1.5;letter-spacing:0;top:24.5625rem;left:21.9375rem;height:16.5rem;color:#263556;font-style:normal;display:block; }
#LdgR2T3smQuaxwm9K8WoMLegJlTFpgWD { display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15055;line-height:1.5;letter-spacing:0;top:24.5625rem;left:42.3125rem;height:10.5rem;color:#263556;font-style:normal;display:block; }
#R9f4iUUChIoMg3tHECTWL0gCyevxsT7w { color:#263556;display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15135;line-height:1.3;letter-spacing:0;top:20.375rem;left:21.9375rem;height:2.76171875rem;display:block; }
#aLOEbtxOnhIQxT7eTHOfWzTkUThkuGbc { color:#263556;display:block;width:11.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15136;line-height:1.3;letter-spacing:0;top:20.375rem;left:1.5625rem;height:2.76171875rem;display:block; }
#qUULue0gEt6JSSN8L6AvKcibg0W8QsdN { color:#263556;display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15138;line-height:1.3;letter-spacing:0;top:20.375rem;left:42.3125rem;height:2.76171875rem;display:block; }
#Sc42J9J7lVTiWPZWCHnweiloG3LFFhew { display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15054;line-height:1.5;letter-spacing:0;top:4.5625rem;left:1.4375rem;height:12rem;color:#263556;font-style:normal;display:block; }
#RNEVIlrqAV7r2AtHsVr76TSDNIKDn1kw { display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15048;line-height:1.5;letter-spacing:0;top:4.5625rem;left:21.75rem;height:12rem;color:#263556;font-style:normal;display:block; }
#uHT2iOVruO0RMwOuFeUfsUp0ryQaKWIn { display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15049;line-height:1.5;letter-spacing:0;top:4.5625rem;left:42.3125rem;height:12rem;color:#263556;font-style:normal;display:block; }
#hba8uhAFoav6LI988A6S7nuXWDA7q7QD { color:#263556;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15137;line-height:1.3;letter-spacing:0;top:0.6875rem;left:1.4375rem;height:2.76171875rem;display:block; }
#cR521cqP1A6hQC0E8yAKosQ74thoxcfh { color:#263556;display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15136;line-height:1.3;letter-spacing:0;top:0.5625rem;left:21.75rem;height:2.76171875rem;display:block; }
#u6bmJ1SxpTevOoCInX3y7pUMi33gUnNr { color:#263556;display:block;width:13.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15137;line-height:1.3;letter-spacing:0;top:0.6875rem;left:42.3125rem;height:2.76171875rem;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:6.8125rem;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:41.3125rem;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:18rem;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:25.125rem;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:32.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeZklTrBoKxqAt1lkLm4VaQxHuXaaXdC { width:15.375rem;height:3.9375rem;top:41.3125rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDq3MHEoLwRa2JUwqkbWIfgPBA512Akf { display:block; }
 }@media only screen and (max-width: 763px) { #WoXKfma8rqCWOEqw8CTkK4c8PsyzVRro { top:28.375rem;left:25.625rem;width:22.125rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hbw9e6yiEcOKpJEXZWgg7g5N3OwzT1f3 { top:10.5625rem;left:8.40625rem;width:30.9375rem;height:2rem;font-size:1.375rem;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) { #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) { #SzwMM1eIgvoNMUq6GwT2AqxHyUDR9Psz { width:47.75rem;height:7.125rem;top:4.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5HMQmLw1HoZJiAwURWLRqewxJcW6dED { display:block; }#C5HMQmLw1HoZJiAwURWLRqewxJcW6dED > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T8yCRSFTVGhsXOcK7N7O6oHGDWeHfSwf { top:1rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UM3Jmv2epL1O4SI3kaqipGcw33vWtSBh { display:block; }#UM3Jmv2epL1O4SI3kaqipGcw33vWtSBh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pPFvTBe4ZJZe4gThDFuyK371oQzTJkHC { top:7.5625rem;left:0rem;width:19.9375rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #TD2aWpu4LvFl03fG3kZTpxaH5nBf8CDI { top:7.5625rem;left:11.6875rem;width:19.8125rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFkvWnvsZpTowhkWI4NoiZZqP3JtVmfp { top:7.5625rem;left:27.625rem;width:19.75rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2iEUR2KsnTzRLmZbZ8QLu6WSCheXESc { top:0rem;left:0rem;width:47.5rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETQ3Py5rXaeGfW4elyWnfO60Ek9KISrf { top:1.1875rem;left:15.875rem;width:16.3125rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KusQTdiqp3czWpog0doTeeSFurSCJ2fv { top:1.875rem;left:33.03125rem;width:11.25rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hymToTyCciSrCRaqcoWCDe41131qFRDT { top:10.4375rem;left:0rem;width:9.1875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgQKnMubaXAPonTFAAX97aT6fofokOVx { 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) { #ksDUfZTCnMHrqTKlqrLXIGgNv9wRBUEN { 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) { #d5Qptvp6aPCvstKS4JxwL50OWkfKHMg5 { top:9.4375rem;left:23.125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h214DaGzPIkPnT15gRUStaJiGMThlpV3 { top:9.4375rem;left:39rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DidFIabGDTQaQrilSbuV1BSWPmiXyU33 { top:14.8125rem;left:0rem;width:19.9375rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcUbrhW8F4mMzRvTJVXJymlhZkHgE8sa { top:14.8125rem;left:11.6875rem;width:19.8125rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #T11uBkv35KtzrIlIZDuVb6dgA0xURx6K { top:14.8125rem;left:27.625rem;width:19.75rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7q6AA8rIGDu1Rl9RJL0DqKiiEEUzIfx { 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) { #euBWCUZnM2L73r5FwllLGJUH1JIiPEyo { 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) { #sf5f2BPzwl1EriPDhxX8DWDrNKfTTkkQ { top:16.375rem;left:23.125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDOfxg7UVWiHZOwQiUnJWIqqHySw5d0i { top:17.6875rem;left:0rem;width:9.1875rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrmmgJQSDCriVGwFRfHdNibBfQKWVoNT { top:22rem;left:0rem;width:19.9375rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #grI4mWOp8BakTL6xh1Qb1M7ADOawKoWO { top:22rem;left:11.6875rem;width:19.8125rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xi8Obiy8oUIxWTD0LvUSy9kdzrlO7FBw { top:22rem;left:27.625rem;width:19.75rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfC2NK4dpb8IUlUvK5NesUDhyP3K1akT { top:24.3125rem;left:13.4375rem;width:18.3125rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJPtQTbzacU8TOJSliw3HmALBTvhfWAi { 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) { #iISEh27l4cvkBiIlAQhfJ7UnOs7KGLrK { top:24.875rem;left:0rem;width:16.9375rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNLT0bAhv7LhBOWNIgvEymiuhGaBmVO9 { top:22.9375rem;left:23.125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLwtrpKs2u31yp5zB81q8oITtNa7eHzz { top:22.875rem;left:38.9375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mvc9INAXdeJZ1HAqTBCV231y5dFNQ77U { top:29.1875rem;left:0rem;width:19.9375rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLhO4lFRA87icLeLTlf5eVCaNziE4NEg { top:29.1875rem;left:11.6875rem;width:19.8125rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkMhCGPWpX5mQh8J0PunkhQGRl7bhvAf { top:29.1875rem;left:27.625rem;width:19.75rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7ZUekZyLSvKuC3JutvmAwhM4MpknsNA { top:32.875rem;left:13.4375rem;width:18.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ooo92flVbooelButqQvNqH9Ja7ZLWQCT { 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) { #qoDMVxyDA7Xxb7K2JXdK46398VD1kwmN { top:32.0625rem;left:0rem;width:18.8125rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhFL3eg3cqvqK0WuOxwUB66HRwaTPksZ { top:30.75rem;left:23.125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r07o5zyDWT3KkVR9TQbNyZ8zsXGIrDXm { top:36.375rem;left:0rem;width:19.9375rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6RBiTNAkaLVdP4qdeghimpFTP1afkRL { top:36.375rem;left:11.6875rem;width:19.8125rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5UdV4yTO5gg8tOyopdqd3eL868pKODL { top:36.375rem;left:27.625rem;width:19.75rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVwzqRyQMKCIi9zEqRSBu4ycmPGtxV6B { 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) { #c9qEV8ly0HRR5V04SwnPlxMkVvDQeQFV { top:40.0625rem;left:30.9375rem;width:16.6875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHcQRkRpTu7r4Ks26vfaDuipHJX85ffr { top:39.25rem;left:0rem;width:16.9375rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #epVf8okfUW3rOToTZTKLM0cQ3HK4ynrT { top:37.9375rem;left:23.125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAu4ExX0ENaFAMfrt7Dl7sG5RpK6WlqD { top:43.5625rem;left:0rem;width:19.9375rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #dy10Qb84TJTIuK8LJk5u4QDOqnJmPGGr { top:43.5625rem;left:11.6875rem;width:19.8125rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #opN1QDQ1K1hglmek4lcMRGZR7r3i6WHb { top:43.5625rem;left:27.625rem;width:19.75rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVyzitKRbOymxpWJnAScZHpfobsh7hT4 { top:46.4375rem;left:13.4375rem;width:18.3125rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TenvL4TPfm9BOeoeJXflgAXHpV4NoBOV { 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) { #RPAJUOomUn0tAT3JzTGp2s3TmDOkgHOW { top:46.4375rem;left:0rem;width:16.9375rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGIEeOJTqGyVCHIetIFdJsW0HoRXuobf { top:45.125rem;left:23.125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8uq51tcU0aNeGGnKGv44OBdtQHum3rG { top:50.75rem;left:0rem;width:19.9375rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqe68NQ4LB4ToK9o2opS7PtZCaJsaKOS { top:50.75rem;left:11.6875rem;width:19.8125rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQ8cspZLHbKhF6Eic6NOVXurzGxsgVvb { top:50.75rem;left:27.625rem;width:19.75rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOWvSRvfT5D0VL2tBhobzISGWU5h5em5 { 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) { #C6ExAA2AEnnlPdn6CGim2yTP48lREqOx { 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) { #TXSLEzV1NCTOQEHKxK5w4iqmK7IfHa2O { top:53.625rem;left:0rem;width:16.9375rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sm5mdxqwiF56wrDT7TlXMD0kBuskyDfI { top:52.3125rem;left:23.125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7lMx9oUHPla7XifTz15bOfSCRk5HKo9 { top:57.9375rem;left:0rem;width:19.9375rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #siZTF4UCrTRpI35iMnbUJEJT08JfdyUb { top:57.9375rem;left:11.6875rem;width:19.8125rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #geoZ2hJDgWRuTSIVPUTSCa9BTKA6Scwx { top:57.9375rem;left:27.625rem;width:19.75rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #va30s1XG5k9aCuqpyR3awUkrpghFhI5n { 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) { #gb9WT9MwvD221oX4LCfS3D5WmesnTJ8d { 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) { #TEKtwhP6RDFHT6e9bNS7xgQ0bihiT3U0 { top:60.8125rem;left:0rem;width:16.9375rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nz5nZXmryUu9AsBkHFzPCVuCupt9UWuL { top:59.5rem;left:23.125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCZyaoJK4LZptDKIip91yvel2ey7i1dR { top:65.125rem;left:0rem;width:19.9375rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #txX8kg9MHN01eo4deQIQHC6h5KZqhIyv { top:65.125rem;left:11.6875rem;width:19.8125rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRg4DPak3BJizbg4xtWaiXmKFdzkGOs1 { top:65.125rem;left:27.625rem;width:19.75rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #rG9I2J64LpKPr31vDI8sn3V7hm9Fi32d { 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) { #VaTb4y5mVzlAiy2kK6MiFgSZfamfGrX8 { 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) { #FloTw1Q0UPMrRTgtkuxH4v30ZkpCsbdt { top:68rem;left:0rem;width:16.9375rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynLfLC1bUUetTlDG0qWPUIJ9xLQX3NsF { top:66.6875rem;left:23.125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNOzIZQTa1MlFmatONUIz6CFOMMTEM8a { top:72.3125rem;left:0rem;width:19.9375rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJhykKtqnbZTGlpvZUCAokW95TaJZ3F1 { top:72.3125rem;left:11.6875rem;width:19.8125rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJZm1mnPHrhrqh2cNCl6PkKqDXGLXtUX { top:72.3125rem;left:27.625rem;width:19.75rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQHJZEE7sWbyAowbr0TalI5PPpGOtLlM { top:75.1875rem;left:13.4375rem;width:18.3125rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrUWTGQbKz40TNTfmWF3fPTT9uTuDbnV { top:76rem;left:30.9375rem;width:16.6875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDuD0WxGdw4f3PkNpKgnVf9nrFsEykS3 { top:75.1875rem;left:0rem;width:16.9375rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXTxXzET5cpFeEXX2e6IkeBqxkLezSLq { top:74.125rem;left:39rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hV6PbakaJgLBw2eKCOFL7SuqWWqsckB4 { top:72.8125rem;left:23.125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGM66Tza3o7HT9CTV27up5tUlWC5A9t3 { top:79.5rem;left:0rem;width:19.9375rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1zvRT9fFBWMMGIc180pM0u7B7qZDDyi { top:79.5rem;left:11.6875rem;width:19.8125rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwv2NTNsMLeKGRH8CGiSTuTqml3RvdaR { top:79.5rem;left:27.625rem;width:19.75rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #bn1JILNRT0dbecfZ1mrBM0mWy3sJ7XnV { 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) { #KqcFLyFtRO1WCbMZrRhuMkWgF5tLFTuh { 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) { #vZfEvDQeQXZZ4rAWNyqzfxxcuKP70RXU { top:82.375rem;left:0rem;width:16.9375rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVCyKqpsTFDF6qlzNL4dRGI4og7eT1b3 { top:81.3125rem;left:39rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMo0nHVwADn7ClemZf6dgkglkKwo1PtC { top:81.0625rem;left:23.125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiJsTz5lOiTWbHFHl7ryu3iCrXVHqMTV { top:86.6875rem;left:0rem;width:19.9375rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJAcOmshH2ER0i1WegCHC50X3aDIFLFn { top:86.6875rem;left:11.6875rem;width:19.8125rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0kyfClGgLmIRU3G5zp2NhhPIuK9R8Xb { top:86.6875rem;left:27.625rem;width:19.75rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #TekcpEmquslcQfhtap8KLddBInmIyMl9 { 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) { #gv8xwJaU24fHCI3h2fP1oi16NgJ8eSdP { 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) { #GigNJz7b8Js2OQn7aCdHFLogHDIL1hrl { top:89.5625rem;left:0rem;width:16.9375rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSffmoePOoRTEvTX5bgekcMTFri1oPgb { top:88.25rem;left:23.125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZvUamu9r3cWM2BZqL02vAD6Jh5FKyXZ { top:93.875rem;left:0rem;width:19.9375rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #renGzFE97GLDAnoPreh2tX3q0irNv3uo { top:93.875rem;left:11.6875rem;width:19.8125rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #oae9NUuIm35OlXDtoZAkebGCMkJOvXlI { top:93.875rem;left:27.625rem;width:19.75rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #kd0TcoeLPDD6y5enCobR8AyVgvAgdpP2 { top:97rem;left:13.4375rem;width:18.3125rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZTmTL6q8tBiWOIaDcwZOi7BKGqpAby1 { 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) { #lZStkMZNT3CehAwHMPkliT9FFTBChaW3 { top:96.75rem;left:0rem;width:16.9375rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTrFV395qghMTQPMDwi1bzkrJ2lUUpN7 { top:95.4375rem;left:23.125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQaQlDs7nb3tNZrZzTRQypbiVclzuUNu { top:101.0625rem;left:0rem;width:19.9375rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhZzhNmlVuMNiIFR8Opr4EN1z6rm11es { top:101.0625rem;left:11.6875rem;width:19.8125rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPX9EpiwBHBhcrSqBdMhH6N4Q2VB3Msf { top:101.0625rem;left:27.625rem;width:19.75rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMcPZUzK0a1sUhWGR5dqKacNQli9dtnu { 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) { #Gi65e2B7km1MLv9Me2o7Vmqhvox8UGho { 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) { #EuJCQKZ7DXN8KPlFrMbfwAe5gHPxie9p { top:103.9375rem;left:0rem;width:16.9375rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQaULav7NaJaq5WLVeGb28aDIPOk52KH { top:102.625rem;left:39rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHedgRXte8riiUIUVFwqQIqQAlI88zlg { top:102.625rem;left:23.125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJltqKdvyatlFtmIDCP5GVgc2K4oyCM6 { top:15.6875rem;left:38.9375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKfVvUcW8ApdHcTHsC3SfKtLcyBid85C { top:30.75rem;left:39rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXsi4lLW8gLBJDoAcrklzFDuulac4U0O { top:37.8125rem;left:38.9375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpl0KiQcc5LUnwoMFZyWV9ckcrBqKw1D { top:45rem;left:38.9375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRLyyaaWve74JAV906WAGNZ6GSJUfs2E { top:52.1875rem;left:38.9375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdUgMhc8CW9CvdiQQkqq6vbC3u9bvmAL { top:66.75rem;left:38.9375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZs5SgcF2HGRn1mTvBn7sD0E4T6dyLpm { top:88.375rem;left:38.9375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfBr4uFHFQzvC3s0I8g5V9BErm41xmyz { top:95.5625rem;left:38.9375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSke84AwAZAKx0fvADeC5Iedsf4ssdgr { top:66.6875rem;left:23.125rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PIR2TzQxggRqiylIV8KcCaCFq4oPNdSS { top:59.5rem;left:39rem;width:1.375rem;height:1.375rem;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) { #LiPmShZPnNRvi4yqOBi5ZqHuTJyCUIrG { width:47.75rem;height:3.5625rem;top:13.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7bICKPNqUBQ6e5sTxMK8P4MG726CLUH { width:47.75rem;height:2.8125rem;top:10.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGItIUwiJLDZBLPR5OawiM0if2C49dKS { width:47.75rem;height:1.625rem;top:7.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAchEIEbZ925XDT8SXsnCsA3C59NkflH { display:block; }#qAchEIEbZ925XDT8SXsnCsA3C59NkflH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #reSbQEnsoqTQECFhC6yG2Puz6JTGmb3L { width:12.5625rem;height:8.9375rem;top:20.375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPTqr4T2HUQEzPZ3R44OJK44dfadmOd5 { width:12.5625rem;height:8.9375rem;top:4.8125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdgR2T3smQuaxwm9K8WoMLegJlTFpgWD { width:12.6875rem;height:8.9375rem;top:20.375rem;left:33.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9f4iUUChIoMg3tHECTWL0gCyevxsT7w { top:20.375rem;left:15.8125rem;width:15.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLOEbtxOnhIQxT7eTHOfWzTkUThkuGbc { top:20.375rem;left:0rem;width:11.4375rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUULue0gEt6JSSN8L6AvKcibg0W8QsdN { top:20.375rem;left:34.125rem;width:13.625rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sc42J9J7lVTiWPZWCHnweiloG3LFFhew { width:12.6875rem;height:8.9375rem;top:20.375rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNEVIlrqAV7r2AtHsVr76TSDNIKDn1kw { width:12.6875rem;height:8.9375rem;top:4.8125rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHT2iOVruO0RMwOuFeUfsUp0ryQaKWIn { width:12.6875rem;height:8.9375rem;top:4.8125rem;left:33.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hba8uhAFoav6LI988A6S7nuXWDA7q7QD { top:0.6875rem;left:0rem;width:12.5rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cR521cqP1A6hQC0E8yAKosQ74thoxcfh { top:0.5625rem;left:15.625rem;width:19.5625rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6bmJ1SxpTevOoCInX3y7pUMi33gUnNr { top:0.6875rem;left:34.375rem;width:13.375rem;height:2.75rem;font-size:1rem;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:1rem;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:60.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fSIxLVPaTqAm8HOrKlpF6MJmSDVwUy9E { width:20rem;height:4.38671875rem;top:6.9375rem;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:55.0625rem;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:10.75rem;height:4.5625rem;top:0.75rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGi5QmbSNp27JzysvOBLT1XM3bJ5bBbi { width:3.3125rem;height:3.3125rem;top:17.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rzp0aRa6A5dGlrxi4IxUPlySfBZRdcl7 { width:15.375rem;height:2.3984375rem;top:18rem;left:3.875rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #RAWzr4PkPbrlgplhOlkJ7giH3yysxpKa { width:2.125rem;height:2.125rem;top:18.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJJXVCAWWoVrctCoJO8fHyQxSboirFr3 { width:20rem;height:11.196581196581rem;top:33.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvJwRK3u9h4nTdAMoKwlWEgalMvntzgh { width:3.3125rem;height:3.3125rem;top:22.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIELTxyJ89GEgPubKEO4ZhyuXytgWqwA { width:15.4375rem;height:2.3984375rem;top:22.9375rem;left:3.875rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #cpNJTl5aUwDTulIRQxcNRWx2v7BPyWiT { width:2.125rem;height:2.125rem;top:23.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsTxSJdkqli7aIMpD019KAHracFs20ib { width:3.3125rem;height:3.3125rem;top:27.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNoNdyB2lSfKXA4TMOdXJyIkKO1gxrB1 { width:15.375rem;height:2.3984375rem;top:27.8125rem;left:3.875rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #OTN6Tdiw2nx1PaGJL0rEPdKhvdBDEpDa { width:2.125rem;height:2.125rem;top:28rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeZklTrBoKxqAt1lkLm4VaQxHuXaaXdC { width:15.375rem;height:3.9375rem;top:49.25rem;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:17.125rem;height:6.8125rem;top:40.1875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hbw9e6yiEcOKpJEXZWgg7g5N3OwzT1f3 { width:19.125rem;height:3.57421875rem;top:12.09375rem;left:0.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcUiB4CGH2W0ZJL4bTlEoM841olNJBW8 { display:block; }#wcUiB4CGH2W0ZJL4bTlEoM841olNJBW8 > .row .container { width:20rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A6axrsXIuNze1QJnv8plRlUeMLw3SkxK { width:20rem;height:5.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPFOTT7inwbT4uGDpT7nq7f0rpAxanTZ { display:block; }#vPFOTT7inwbT4uGDpT7nq7f0rpAxanTZ > .row .container { width:20rem;height:22.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z10WXJg3pqdiPTtAFyDCHT3sybIzqp34 { width:20rem;height:6.5800625rem;top:1.1474609375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzwMM1eIgvoNMUq6GwT2AqxHyUDR9Psz { 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) { #C5HMQmLw1HoZJiAwURWLRqewxJcW6dED { display:block; }#C5HMQmLw1HoZJiAwURWLRqewxJcW6dED > .row .container { width:20rem;height:8.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T8yCRSFTVGhsXOcK7N7O6oHGDWeHfSwf { width:20rem;height:6.5800625rem;top:1.1474609375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UM3Jmv2epL1O4SI3kaqipGcw33vWtSBh { display:block; }#UM3Jmv2epL1O4SI3kaqipGcw33vWtSBh { background-color: transparent; background-image: none; }#UM3Jmv2epL1O4SI3kaqipGcw33vWtSBh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UM3Jmv2epL1O4SI3kaqipGcw33vWtSBh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UM3Jmv2epL1O4SI3kaqipGcw33vWtSBh > .row .container > .video-iframe-container { display: none; }#UM3Jmv2epL1O4SI3kaqipGcw33vWtSBh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UM3Jmv2epL1O4SI3kaqipGcw33vWtSBh > .row > .video-iframe-container { display: none; }#UM3Jmv2epL1O4SI3kaqipGcw33vWtSBh > .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); }#UM3Jmv2epL1O4SI3kaqipGcw33vWtSBh { border-width: 0; border-radius: 0; }#UM3Jmv2epL1O4SI3kaqipGcw33vWtSBh > .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; }#UM3Jmv2epL1O4SI3kaqipGcw33vWtSBh > .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) { #pPFvTBe4ZJZe4gThDFuyK371oQzTJkHC { 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) { #TD2aWpu4LvFl03fG3kZTpxaH5nBf8CDI { 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) { #kFkvWnvsZpTowhkWI4NoiZZqP3JtVmfp { 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) { #B2iEUR2KsnTzRLmZbZ8QLu6WSCheXESc { width:19.75rem;height:5.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETQ3Py5rXaeGfW4elyWnfO60Ek9KISrf { width:6.9375rem;height:2.0625rem;top:1.9375rem;left:6.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KusQTdiqp3czWpog0doTeeSFurSCJ2fv { width:5.5rem;height:1.8125rem;top:2.0625rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hymToTyCciSrCRaqcoWCDe41131qFRDT { 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) { #WgQKnMubaXAPonTFAAX97aT6fofokOVx { 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) { #ksDUfZTCnMHrqTKlqrLXIGgNv9wRBUEN { 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) { #d5Qptvp6aPCvstKS4JxwL50OWkfKHMg5 { display:flex;width:1.0625rem;height:1.0625rem;top:7.13671875rem;left:9.46875rem; }
 }@media only screen and (max-width: 763px) { #h214DaGzPIkPnT15gRUStaJiGMThlpV3 { display:flex;width:1.0625rem;height:1.0625rem;top:7rem;left:15.78125rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #DidFIabGDTQaQrilSbuV1BSWPmiXyU33 { 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) { #HcUbrhW8F4mMzRvTJVXJymlhZkHgE8sa { 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) { #T11uBkv35KtzrIlIZDuVb6dgA0xURx6K { 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) { #U7q6AA8rIGDu1Rl9RJL0DqKiiEEUzIfx { 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) { #euBWCUZnM2L73r5FwllLGJUH1JIiPEyo { 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) { #sf5f2BPzwl1EriPDhxX8DWDrNKfTTkkQ { 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) { #ZDOfxg7UVWiHZOwQiUnJWIqqHySw5d0i { 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) { #DrmmgJQSDCriVGwFRfHdNibBfQKWVoNT { 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) { #grI4mWOp8BakTL6xh1Qb1M7ADOawKoWO { 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) { #Xi8Obiy8oUIxWTD0LvUSy9kdzrlO7FBw { 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) { #cfC2NK4dpb8IUlUvK5NesUDhyP3K1akT { width:9.125rem;height:4.467775rem;top:18.65625rem;left:4.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJPtQTbzacU8TOJSliw3HmALBTvhfWAi { width:5.6875rem;height:2.6806625rem;top:19.203125rem;left:13.46875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iISEh27l4cvkBiIlAQhfJ7UnOs7KGLrK { 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) { #XNLT0bAhv7LhBOWNIgvEymiuhGaBmVO9 { 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) { #MLwtrpKs2u31yp5zB81q8oITtNa7eHzz { 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) { #Mvc9INAXdeJZ1HAqTBCV231y5dFNQ77U { 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) { #aLhO4lFRA87icLeLTlf5eVCaNziE4NEg { 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) { #RkMhCGPWpX5mQh8J0PunkhQGRl7bhvAf { 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) { #Z7ZUekZyLSvKuC3JutvmAwhM4MpknsNA { 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) { #Ooo92flVbooelButqQvNqH9Ja7ZLWQCT { 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) { #qoDMVxyDA7Xxb7K2JXdK46398VD1kwmN { 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) { #NhFL3eg3cqvqK0WuOxwUB66HRwaTPksZ { 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) { #r07o5zyDWT3KkVR9TQbNyZ8zsXGIrDXm { 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) { #O6RBiTNAkaLVdP4qdeghimpFTP1afkRL { 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) { #V5UdV4yTO5gg8tOyopdqd3eL868pKODL { 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) { #xVwzqRyQMKCIi9zEqRSBu4ycmPGtxV6B { 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) { #c9qEV8ly0HRR5V04SwnPlxMkVvDQeQFV { width:5.3125rem;height:2.6806625rem;top:30.25390625rem;left:14rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHcQRkRpTu7r4Ks26vfaDuipHJX85ffr { 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) { #epVf8okfUW3rOToTZTKLM0cQ3HK4ynrT { 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) { #NAu4ExX0ENaFAMfrt7Dl7sG5RpK6WlqD { 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) { #dy10Qb84TJTIuK8LJk5u4QDOqnJmPGGr { 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) { #opN1QDQ1K1hglmek4lcMRGZR7r3i6WHb { 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) { #fVyzitKRbOymxpWJnAScZHpfobsh7hT4 { width:8rem;height:4.467775rem;top:35.7197265625rem;left:6rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TenvL4TPfm9BOeoeJXflgAXHpV4NoBOV { width:4.8125rem;height:3.57421875rem;top:35.94140625rem;left:14rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPAJUOomUn0tAT3JzTGp2s3TmDOkgHOW { 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) { #HGIEeOJTqGyVCHIetIFdJsW0HoRXuobf { 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) { #T8uq51tcU0aNeGGnKGv44OBdtQHum3rG { 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) { #nqe68NQ4LB4ToK9o2opS7PtZCaJsaKOS { 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) { #hQ8cspZLHbKhF6Eic6NOVXurzGxsgVvb { 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) { #yOWvSRvfT5D0VL2tBhobzISGWU5h5em5 { 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) { #C6ExAA2AEnnlPdn6CGim2yTP48lREqOx { 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) { #TXSLEzV1NCTOQEHKxK5w4iqmK7IfHa2O { 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) { #Sm5mdxqwiF56wrDT7TlXMD0kBuskyDfI { 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) { #s7lMx9oUHPla7XifTz15bOfSCRk5HKo9 { 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) { #siZTF4UCrTRpI35iMnbUJEJT08JfdyUb { 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) { #geoZ2hJDgWRuTSIVPUTSCa9BTKA6Scwx { 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) { #va30s1XG5k9aCuqpyR3awUkrpghFhI5n { 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) { #gb9WT9MwvD221oX4LCfS3D5WmesnTJ8d { width:4.3125rem;height:0.89355625rem;top:48.208984375rem;left:14rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEKtwhP6RDFHT6e9bNS7xgQ0bihiT3U0 { width:5.3125rem;height:1.94921875rem;top:48.1689453125rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nz5nZXmryUu9AsBkHFzPCVuCupt9UWuL { 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) { #zCZyaoJK4LZptDKIip91yvel2ey7i1dR { 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) { #txX8kg9MHN01eo4deQIQHC6h5KZqhIyv { 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) { #iRg4DPak3BJizbg4xtWaiXmKFdzkGOs1 { 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) { #rG9I2J64LpKPr31vDI8sn3V7hm9Fi32d { width:9rem;height:1.7871125rem;top:53.369140625rem;left:5.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaTb4y5mVzlAiy2kK6MiFgSZfamfGrX8 { width:4.5625rem;height:0.89355625rem;top:53.896484375rem;left:14rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FloTw1Q0UPMrRTgtkuxH4v30ZkpCsbdt { 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) { #ynLfLC1bUUetTlDG0qWPUIJ9xLQX3NsF { 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) { #aNOzIZQTa1MlFmatONUIz6CFOMMTEM8a { 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) { #sJhykKtqnbZTGlpvZUCAokW95TaJZ3F1 { 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) { #BJZm1mnPHrhrqh2cNCl6PkKqDXGLXtUX { 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) { #dQHJZEE7sWbyAowbr0TalI5PPpGOtLlM { width:8.3125rem;height:3.57421875rem;top:59.36328125rem;left:5.84375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrUWTGQbKz40TNTfmWF3fPTT9uTuDbnV { width:2.75rem;height:1.7871125rem;top:59.583984375rem;left:14.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDuD0WxGdw4f3PkNpKgnVf9nrFsEykS3 { 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) { #kXTxXzET5cpFeEXX2e6IkeBqxkLezSLq { display:flex;width:1.0625rem;height:1.0625rem;top:58.056640625rem;left:15.78125rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #hV6PbakaJgLBw2eKCOFL7SuqWWqsckB4 { display:flex;width:1.0625rem;height:1.0625rem;top:58.056640625rem;left:9.46875rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #qGM66Tza3o7HT9CTV27up5tUlWC5A9t3 { 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) { #k1zvRT9fFBWMMGIc180pM0u7B7qZDDyi { 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) { #mwv2NTNsMLeKGRH8CGiSTuTqml3RvdaR { 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) { #bn1JILNRT0dbecfZ1mrBM0mWy3sJ7XnV { width:6.1875rem;height:0.89355625rem;top:65.271484375rem;left:13.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqcFLyFtRO1WCbMZrRhuMkWgF5tLFTuh { width:7.25rem;height:0.89355625rem;top:65.271484375rem;left:6.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZfEvDQeQXZZ4rAWNyqzfxxcuKP70RXU { width:6.375rem;height:1.94921875rem;top:64.744140625rem;left:0.90625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVCyKqpsTFDF6qlzNL4dRGI4og7eT1b3 { display:flex;width:1.0625rem;height:1.0625rem;top:63.744140625rem;left:15.78125rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #RMo0nHVwADn7ClemZf6dgkglkKwo1PtC { display:flex;width:1.0625rem;height:1.0625rem;top:63.744140625rem;left:9.46875rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #XiJsTz5lOiTWbHFHl7ryu3iCrXVHqMTV { 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) { #yJAcOmshH2ER0i1WegCHC50X3aDIFLFn { 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) { #m0kyfClGgLmIRU3G5zp2NhhPIuK9R8Xb { 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) { #TekcpEmquslcQfhtap8KLddBInmIyMl9 { 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) { #gv8xwJaU24fHCI3h2fP1oi16NgJ8eSdP { width:5.8125rem;height:3.57421875rem;top:69.943359375rem;left:13.46875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GigNJz7b8Js2OQn7aCdHFLogHDIL1hrl { 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) { #zSffmoePOoRTEvTX5bgekcMTFri1oPgb { 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) { #mZvUamu9r3cWM2BZqL02vAD6Jh5FKyXZ { 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) { #renGzFE97GLDAnoPreh2tX3q0irNv3uo { 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) { #oae9NUuIm35OlXDtoZAkebGCMkJOvXlI { 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) { #kd0TcoeLPDD6y5enCobR8AyVgvAgdpP2 { 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) { #pZTmTL6q8tBiWOIaDcwZOi7BKGqpAby1 { width:4.75rem;height:2.6806625rem;top:76.1015625rem;left:14.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZStkMZNT3CehAwHMPkliT9FFTBChaW3 { 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) { #CTrFV395qghMTQPMDwi1bzkrJ2lUUpN7 { 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) { #qQaQlDs7nb3tNZrZzTRQypbiVclzuUNu { 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) { #OhZzhNmlVuMNiIFR8Opr4EN1z6rm11es { 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) { #WPX9EpiwBHBhcrSqBdMhH6N4Q2VB3Msf { 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) { #SMcPZUzK0a1sUhWGR5dqKacNQli9dtnu { width:7.0625rem;height:3.8984375rem;top:81.7890625rem;left:6.46875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gi65e2B7km1MLv9Me2o7Vmqhvox8UGho { width:4.6875rem;height:0.89355625rem;top:82.375rem;left:14rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuJCQKZ7DXN8KPlFrMbfwAe5gHPxie9p { 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) { #SQaULav7NaJaq5WLVeGb28aDIPOk52KH { 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) { #BHedgRXte8riiUIUVFwqQIqQAlI88zlg { 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) { #KJltqKdvyatlFtmIDCP5GVgc2K4oyCM6 { 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) { #WKfVvUcW8ApdHcTHsC3SfKtLcyBid85C { 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) { #OXsi4lLW8gLBJDoAcrklzFDuulac4U0O { 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) { #tpl0KiQcc5LUnwoMFZyWV9ckcrBqKw1D { 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) { #SRLyyaaWve74JAV906WAGNZ6GSJUfs2E { 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) { #OdUgMhc8CW9CvdiQQkqq6vbC3u9bvmAL { 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) { #HZs5SgcF2HGRn1mTvBn7sD0E4T6dyLpm { 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) { #mfBr4uFHFQzvC3s0I8g5V9BErm41xmyz { 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) { #eSke84AwAZAKx0fvADeC5Iedsf4ssdgr { 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) { #PIR2TzQxggRqiylIV8KcCaCFq4oPNdSS { 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) { #EFbEZ52UVxAF4vSkIM8QtTCJRTHf3d9t { display:block; }#EFbEZ52UVxAF4vSkIM8QtTCJRTHf3d9t > .row .container { width:20rem;height:17rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LiPmShZPnNRvi4yqOBi5ZqHuTJyCUIrG { width:20rem;height:4.21875rem;top:10.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7bICKPNqUBQ6e5sTxMK8P4MG726CLUH { width:20rem;height:3.8994125rem;top:5.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGItIUwiJLDZBLPR5OawiM0if2C49dKS { width:17.375rem;height:1.21875rem;top:3.8125rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAchEIEbZ925XDT8SXsnCsA3C59NkflH { display:block; }#qAchEIEbZ925XDT8SXsnCsA3C59NkflH > .row .container { width:20rem;height:121.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #reSbQEnsoqTQECFhC6yG2Puz6JTGmb3L { width:16.9375rem;height:9rem;top:63.4375rem;left:1.53125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPTqr4T2HUQEzPZ3R44OJK44dfadmOd5 { width:16.9375rem;height:16.5rem;top:80.6875rem;left:1.53125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdgR2T3smQuaxwm9K8WoMLegJlTFpgWD { width:16.9375rem;height:10.5rem;top:105.8125rem;left:1.53125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9f4iUUChIoMg3tHECTWL0gCyevxsT7w { width:12.5rem;height:2.5996125rem;top:76.8125rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aLOEbtxOnhIQxT7eTHOfWzTkUThkuGbc { width:11.4375rem;height:2.5996125rem;top:59.3876953125rem;left:4.28125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qUULue0gEt6JSSN8L6AvKcibg0W8QsdN { width:13.625rem;height:2.5996125rem;top:101.8125rem;left:3.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Sc42J9J7lVTiWPZWCHnweiloG3LFFhew { width:16.9375rem;height:12rem;top:5.1875rem;left:1.53125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNEVIlrqAV7r2AtHsVr76TSDNIKDn1kw { width:16.9375rem;height:12rem;top:24.9375rem;left:1.53125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHT2iOVruO0RMwOuFeUfsUp0ryQaKWIn { width:16.9375rem;height:12rem;top:43.1875rem;left:1.53125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hba8uhAFoav6LI988A6S7nuXWDA7q7QD { width:12.5rem;height:2.5996125rem;top:1.25rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cR521cqP1A6hQC0E8yAKosQ74thoxcfh { width:19.5625rem;height:2.5996125rem;top:20.75rem;left:0.21875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u6bmJ1SxpTevOoCInX3y7pUMi33gUnNr { width:15.875rem;height:1.29980625rem;top:40.3125rem;left:2.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q7V79NIDA8ZMrPlPrFXzAuEd2ydgyb6E { display:block; }#q7V79NIDA8ZMrPlPrFXzAuEd2ydgyb6E > .row .container { width:20rem;height:37.5625rem;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:20rem;height:2.5996125rem;top:6.88671875rem;left:0rem;font-size:1rem;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.8125rem;left:9.3125rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #kHfDmSTXXPE7QCpTmLQgSHUw08zEbrlq { width:9.5rem;height:1.21875rem;top:14.4375rem;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.6875rem;left:9.3125rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #PIFc4iVgpRtF82DhscV85N834rT4V4nL { width:8.9375rem;height:1.21875rem;top:19.3125rem;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:21.5rem;left:9.3125rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #TAcI6e9JW662rtCdtcXpr8DtANC0gqTE { width:12.9375rem;height:1.21875rem;top:24.125rem;left:3.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuoG7vbWzFmAM7VTlcKDQTzNd3xvm7s5 { width:14.5rem;height:1.21875rem;top:29rem;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:26.375rem;left:9.3125rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #yxHsmR0GaBmAeUOU3log5PpJOoMdTt6o { width:15.375rem;height:3.9375rem;top:32.25rem;left:2.3125rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #mVC03iITTwUWRQ2igNTdTNfHOoK7sz5z { display:block; }
 }