.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:254,254,254;--color-primary-1:252,252,252;--color-primary-2:249,249,249;--color-primary-3:125,125,125;--color-primary-4:37,37,37;--color-secondary-0:217,228,233;--color-secondary-1:128,166,182;--color-secondary-2:0,76,109;--color-secondary-3:0,38,55;--color-secondary-4:0,11,16;--color-tertiary-0:217,228,233;--color-tertiary-1:128,166,182;--color-tertiary-2:0,76,109;--color-tertiary-3:0,38,55;--color-tertiary-4:0,11,16;--headlines-font-family:"Panton";--paragraphs-font-family:"Panton"; }@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-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/5f9efc30-6964-453f-86cc-073e1b398d9a/Bluebackground3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
 #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR *:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="text"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="email"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="tel"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR textarea:focus-visible { outline:0.125rem solid #efb71b;; } #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); }#RoAVrLsvbyZzUg3i0TXEbFhb3TsfzsrT { position:relative;display:block; }#RoAVrLsvbyZzUg3i0TXEbFhb3TsfzsrT { background-color: transparent; background-image: none; }#RoAVrLsvbyZzUg3i0TXEbFhb3TsfzsrT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RoAVrLsvbyZzUg3i0TXEbFhb3TsfzsrT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RoAVrLsvbyZzUg3i0TXEbFhb3TsfzsrT > .row .container > .video-iframe-container { display: none; }#RoAVrLsvbyZzUg3i0TXEbFhb3TsfzsrT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RoAVrLsvbyZzUg3i0TXEbFhb3TsfzsrT > .row > .video-iframe-container { display: none; }#RoAVrLsvbyZzUg3i0TXEbFhb3TsfzsrT > .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); }#RoAVrLsvbyZzUg3i0TXEbFhb3TsfzsrT { border-width: 0; border-radius: 0; }#RoAVrLsvbyZzUg3i0TXEbFhb3TsfzsrT > .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; }#RoAVrLsvbyZzUg3i0TXEbFhb3TsfzsrT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:0.8125rem;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; }#v1vkhTBBQZTm8FyygwvK9nREJlenGVIi { position:relative;display:block; }#v1vkhTBBQZTm8FyygwvK9nREJlenGVIi { background-color: transparent; background-image: none; }#v1vkhTBBQZTm8FyygwvK9nREJlenGVIi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v1vkhTBBQZTm8FyygwvK9nREJlenGVIi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v1vkhTBBQZTm8FyygwvK9nREJlenGVIi > .row .container > .video-iframe-container { display: none; }#v1vkhTBBQZTm8FyygwvK9nREJlenGVIi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v1vkhTBBQZTm8FyygwvK9nREJlenGVIi > .row > .video-iframe-container { display: none; }#v1vkhTBBQZTm8FyygwvK9nREJlenGVIi > .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); }#v1vkhTBBQZTm8FyygwvK9nREJlenGVIi { border-width: 0; border-radius: 0; }#v1vkhTBBQZTm8FyygwvK9nREJlenGVIi > .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; }#v1vkhTBBQZTm8FyygwvK9nREJlenGVIi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:364.6875rem;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; }#JlBlTAyBg88WhWlqdCL7ImbheKChgBgu { color:rgba(var(--color-primary-2),1);display:block;width:52.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15000;line-height:.9;letter-spacing:0;top:2.375rem;left:3.8125rem;height:3.93663125rem;text-align:center;text-align-last:center;display:block; }
#ZNm1mDStyoTAOBL07WNwf1HBQBCG4wic { color:rgba(var(--color-primary-2),1);display:block;width:39.4998125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.3708774447444rem;left:10.248481750488rem;height:2.43706875rem;text-align:center;text-align-last:center;display:block; }
#vrzh8gKMeadlZCl6AukJmIzZvkTdhWHO { color:rgba(var(--color-primary-2),1);display:block;width:52.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:11.5625rem;left:3.75rem;height:4.108075rem;display:block; }
#dkN7pVno6DFc9xPLQBx3HTwwR5uFJ54C { color:rgba(var(--color-primary-2),1);display:block;width:52.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:19rem;left:3.75rem;height:1.38020625rem;display:block; }
#XfJSyDfEETnTUQG9zkW4AEg9SLdITKHP { color:rgba(var(--color-primary-2),1);display:block;width:50.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:20.8125rem;left:5.625rem;height:6.09265625rem;display:block; }
#EKgdve6Bd5EeEBi2S6TArSdcapPImM13 { color:rgba(var(--color-primary-2),1);display:block;width:52.4370625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:29.75rem;left:3.8125rem;height:1.38020625rem;display:block; }
#IbQdBBNLFoNVn6XLP9SFTyrAz7g6B83U { color:rgba(var(--color-primary-2),1);display:block;width:50.5620625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:31.75rem;left:5.6875rem;height:2.43706875rem;display:block; }
#nbGK0zSgScWL6o8xrvLUWOTZTc4XBtz2 { color:rgba(var(--color-primary-2),1);display:block;width:50.561rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:41.9375rem;left:5.6875rem;height:8.8736875rem;display:block; }#nbGK0zSgScWL6o8xrvLUWOTZTc4XBtz2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nbGK0zSgScWL6o8xrvLUWOTZTc4XBtz2 li:before{  }
#Q3L0fGUxTrP5CJ96wS06KGP8rmtI3La6 { color:rgba(var(--color-primary-2),1);display:block;width:52.4370625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:38.0625rem;left:3.8125rem;height:1.38020625rem;display:block; }
#DUNwTfKdpaa4RCsF7QiePrUKD2ibbIrM { color:rgba(var(--color-primary-2),1);display:block;width:50.561rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:40.1875rem;left:4.75rem;height:1.21853125rem;display:block; }
#RBzybFRTToqewmNF0mAX0sRAyTt0wQST { color:rgba(var(--color-primary-2),1);display:block;width:50.561rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:52.0625rem;left:4.6875rem;height:2.43706875rem;display:block; }
#SqluRQ5MKBMe0kqc366S0mVZakD2wFTD { color:rgba(var(--color-primary-2),1);display:block;width:52.4370625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:59.1875rem;left:3.8125rem;height:1.38020625rem;display:block; }
#AM0IwPsDefu667sUnIDLpDNwiGbLEcHx { color:rgba(var(--color-primary-2),1);display:block;width:50.5620625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:61.1875rem;left:5.625rem;height:1.21853125rem;display:block; }
#Ze9CzpCRUCt6cnuDdD6r7mpiQTF3wNiI { color:rgba(var(--color-primary-2),1);display:block;width:52.4370625rem;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:64rem;left:5.625rem;height:1.21853125rem;display:block; }
#SGC0ykM3bO2VkGAGOZM8KaQLK5NoLqI0 { color:rgba(var(--color-primary-2),1);display:block;width:50.561rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:65.4375rem;left:5.625rem;height:1.21853125rem;display:block; }
#p5AX608d1sI1QUvLOAlfFLU0uLXRaT89 { color:rgba(var(--color-primary-2),1);display:block;width:50.561rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:81.875rem;left:5.625rem;height:4.87413125rem;display:block; }
#LDoyRixZLsuJVTHVenZIPQ3257AaJAPI { color:rgba(var(--color-primary-2),1);display:block;width:52.4370625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:80.25rem;left:5.625rem;height:1.21853125rem;display:block; }
#DucpNQL0hZVHzhF3skbh9JptVQUzElxE { color:rgba(var(--color-primary-2),1);display:block;width:50.561rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:87rem;left:5.625rem;height:8.5611875rem;display:block; }#DucpNQL0hZVHzhF3skbh9JptVQUzElxE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DucpNQL0hZVHzhF3skbh9JptVQUzElxE li:before{  }
#RQxFTlH8V3rZDSV1veVMviZdqepfafbv { color:rgba(var(--color-primary-2),1);display:block;width:50.561rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:67.25rem;left:5.625rem;height:5.49913125rem;display:block; }#RQxFTlH8V3rZDSV1veVMviZdqepfafbv li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RQxFTlH8V3rZDSV1veVMviZdqepfafbv li:before{  }
#gs5tU0LDl7ompmXkl7RcauXcTbHRyThP { color:rgba(var(--color-primary-2),1);display:block;width:50.561rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:73.5625rem;left:5.625rem;height:4.87413125rem;display:block; }
#etNimtqPJi36cQNkleTeWkVrmMyBsT4h { color:rgba(var(--color-primary-2),1);display:block;width:52.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:118.5625rem;left:3.3125rem;height:1.38020625rem;display:block; }
#ToBHVU7BAb3g8hvvVzJL9RIm3uw0ZRM1 { color:rgba(var(--color-primary-2),1);display:block;width:52.4370625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:120.6875rem;left:4.25rem;height:1.21853125rem;display:block; }
#K2qpf7tbT4T1yIWaLzD8wIkR7tvkk6mN { color:rgba(var(--color-primary-2),1);display:block;width:50.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:122.3125rem;left:4.1875rem;height:1.21853125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZeI5hW8bemMmirVC2y9lHhuVSCQmMMC3 { color:rgba(var(--color-primary-2),1);display:block;width:50.561rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:123.9375rem;left:4.25rem;height:4.2806rem;display:block; }#ZeI5hW8bemMmirVC2y9lHhuVSCQmMMC3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZeI5hW8bemMmirVC2y9lHhuVSCQmMMC3 li:before{  }
#gqxpKQzpl2Zuqs0uyM5fSBZ3diKIAZm7 { color:rgba(var(--color-primary-2),1);display:block;width:50.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:131.1875rem;left:4.25rem;height:3.6556rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QgkcSHym90xaQcPB94HLoTW0zr8ihpNT { color:rgba(var(--color-primary-2),1);display:block;width:52.4370625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:129.5625rem;left:4.3125rem;height:1.21853125rem;display:block; }
#PVZNwZQuPIIXX2IHS2Pac2UTHP4mlIfz { color:rgba(var(--color-primary-2),1);display:block;width:50.5625rem;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:137.8125rem;left:4.25rem;height:1.21853125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VTEThBA8AdgITeKOB5rNUdrG7RiqyZse { color:rgba(var(--color-primary-2),1);display:block;width:52.4370625rem;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:136.1875rem;left:4.3125rem;height:1.21853125rem;display:block; }
#RDZphWtc7a93iH8pB1Tqw7vGR7kokMCh { color:rgba(var(--color-primary-2),1);display:block;width:50.561rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:139.625rem;left:4.25rem;height:5.81163125rem;display:block; }#RDZphWtc7a93iH8pB1Tqw7vGR7kokMCh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RDZphWtc7a93iH8pB1Tqw7vGR7kokMCh li:before{  }
#HkBDMER9GWWXFhTVMLWVynMzk1hbKIC8 { color:rgba(var(--color-primary-2),1);display:block;width:52.4370625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:149.5625rem;left:3.8125rem;height:1.38020625rem;display:block; }
#QaNsMGKZdFoA5pyfE5ZuzyAHtEeoHSW8 { color:rgba(var(--color-primary-2),1);display:block;width:52.4370625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:151.75rem;left:4.8125rem;height:1.21853125rem;display:block; }
#tUWBEvoCm8UKVdXnUzUf8F04vGaSnfgv { color:rgba(var(--color-primary-2),1);display:block;width:50.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:153.375rem;left:4.75rem;height:1.21853125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rr54KfFPEzHzJOWDfzlH1Sho0Thmuw7R { color:rgba(var(--color-primary-2),1);display:block;width:50.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:157.5rem;left:4.75rem;height:3.6556rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VlDoqkNnBqlOtMQfWJzZLQaxN0ZO7oxT { color:rgba(var(--color-primary-2),1);display:block;width:52.4370625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:155.875rem;left:4.8125rem;height:1.21853125rem;display:block; }
#pl0UgGngeZzV0vT8tRcM6KJiwhTnFosC { color:rgba(var(--color-primary-2),1);display:block;width:50.5625rem;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:163.75rem;left:4.625rem;height:3.65559375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XvTJdtvZhD9g7qBT1i3TGuPZccmHt3Go { color:rgba(var(--color-primary-2),1);display:block;width:52.4370625rem;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:162.25rem;left:4.6875rem;height:1.21853125rem;display:block; }
#yhzmeWk4IXT4ZqI4kFW6kp0kfOTbsA1d { color:rgba(var(--color-primary-2),1);display:block;width:52.4370625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:171.1875rem;left:3.8125rem;height:1.38020625rem;display:block; }
#G0k5nCTGO3StJV2gEkqEVgBEh0AXRp0m { color:rgba(var(--color-primary-2),1);display:block;width:50.561rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:173.3125rem;left:4.6875rem;height:3.65559375rem;display:block; }
#LmE1prp90Pk79p2rahreBvkPv1Vn6gaG { color:rgba(var(--color-primary-2),1);display:block;width:50.561rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:177.75rem;left:5.625rem;height:7.0301875rem;display:block; }#LmE1prp90Pk79p2rahreBvkPv1Vn6gaG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LmE1prp90Pk79p2rahreBvkPv1Vn6gaG li:before{  }
#tkSrRqc3kTgxphLXT0fbO7qoW0mE3ZLE { color:rgba(var(--color-primary-2),1);display:block;width:50.561rem;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:194.75rem;left:4.8125rem;height:8.8736875rem;display:block; }#tkSrRqc3kTgxphLXT0fbO7qoW0mE3ZLE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tkSrRqc3kTgxphLXT0fbO7qoW0mE3ZLE li:before{  }
#Z0RMOPbcoev47CkeDnxnEBMVZlkuKvpc { color:rgba(var(--color-primary-2),1);display:block;width:50.561rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:186.375rem;left:4.625rem;height:7.31119375rem;display:block; }
#izCVTCuVkO4eOH3aXea3QtxPaC6mC3pL { color:rgba(var(--color-primary-2),1);display:block;width:50.561rem;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:204.875rem;left:4.625rem;height:1.21853125rem;display:block; }
#ygf1acikqtzWCLd8kBdEP3IUgbqT2Xbt { color:rgba(var(--color-primary-2),1);display:block;width:50.561rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:224.6875rem;left:5.625rem;height:11.93575rem;display:block; }#ygf1acikqtzWCLd8kBdEP3IUgbqT2Xbt li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ygf1acikqtzWCLd8kBdEP3IUgbqT2Xbt li:before{  }
#ZEzcq0C4Wb7FNH07KLyHf28p7FGMZ6wm { color:rgba(var(--color-primary-2),1);display:block;width:50.561rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:222.75rem;left:4.6875rem;height:1.21853125rem;display:block; }
#BQTcqDSZM45xVNaIXJKwczgwFlPIyd6E { color:rgba(var(--color-primary-2),1);display:block;width:50.561rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:237.6875rem;left:4.6875rem;height:19.496525rem;display:block; }
#mXR6OsRP8ouQGXIOHPTvCaBuGTb1WRdz { color:rgba(var(--color-primary-2),1);display:block;width:50.561rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:217rem;left:5.625rem;height:4.2806rem;display:block; }#mXR6OsRP8ouQGXIOHPTvCaBuGTb1WRdz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mXR6OsRP8ouQGXIOHPTvCaBuGTb1WRdz li:before{  }
#Eitq4HhATIp1tl3rw3fHTXiTFaSmTgiK { color:rgba(var(--color-primary-2),1);display:block;width:50.561rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:213.25rem;left:4.6875rem;height:3.65559375rem;display:block; }
#BxsoCzCwTTFQe1MTK3IhGNLUKUsGTLv7 { color:rgba(var(--color-primary-2),1);display:block;width:52.4370625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:211.125rem;left:3.8125rem;height:1.38020625rem;display:block; }
#z4ADTLURXH3OlDfleoAqtFMwF10zgkUC { color:rgba(var(--color-primary-2),1);display:block;width:52.4370625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:262rem;left:3.8125rem;height:1.38020625rem;display:block; }
#mWxTfr9eravEQAvXH1M54tzp7CicJvMD { color:rgba(var(--color-primary-2),1);display:block;width:52.4370625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:264.1875rem;left:5.625rem;height:1.21853125rem;display:block; }
#OVdS2N4bmNOPJmJLGpgC9OthKCFtufxt { color:rgba(var(--color-primary-2),1);display:block;width:50.561rem;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:270.5rem;left:5.6875rem;height:1.21853125rem;display:block; }
#UsKSEMCOtwPaBrrbawECuTQlVUBu8TPX { color:rgba(var(--color-primary-2),1);display:block;width:50.561rem;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:272.3125rem;left:5.6875rem;height:7.3426875rem;display:block; }#UsKSEMCOtwPaBrrbawECuTQlVUBu8TPX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UsKSEMCOtwPaBrrbawECuTQlVUBu8TPX li:before{  }
#Ss8lCIBVSrQXdUyeMWQPn2Oia10axime { color:rgba(var(--color-primary-2),1);display:block;width:50.561rem;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:265.5rem;left:5.6875rem;height:2.43706875rem;display:block; }
#HDc9UF91XetpMpuDyTfi7koJ1x2HIg7F { color:rgba(var(--color-primary-2),1);display:block;width:52.436rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:269.0625rem;left:5.625rem;height:1.21853125rem;display:block; }
#xifTSc2b5DkVhFbvqTVxlbUOoCqgvurP { color:rgba(var(--color-primary-2),1);display:block;width:50.561rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:282.5rem;left:5.6875rem;height:2.43706875rem;display:block; }
#fl3vRKxF1GVmV6JvZT9ivakssEcV1ADm { color:rgba(var(--color-primary-2),1);display:block;width:52.4370625rem;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:281.125rem;left:5.625rem;height:1.21853125rem;display:block; }
#I1skdaoIlhqib8txafTZcC8w23Ag8Gah { color:rgba(var(--color-primary-2),1);display:block;width:50.561rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:288.0625rem;left:5.6875rem;height:2.43706875rem;display:block; }
#J7KuASyrZMwNVqDU0MDSz6K3lusLsWoI { color:rgba(var(--color-primary-2),1);display:block;width:52.4370625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:286.6875rem;left:5.625rem;height:1.21853125rem;display:block; }
#tU66CyKVItBNgbnwRxN1yVHhfl3EAlMh { color:rgba(var(--color-primary-2),1);display:block;width:50.561rem;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:293.4375rem;left:5.6875rem;height:2.43706875rem;display:block; }
#ser3S7OSbg4kHZphZKXKxI2JQAP8Hm8e { color:rgba(var(--color-primary-2),1);display:block;width:52.4370625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:292.0625rem;left:5.625rem;height:1.21853125rem;display:block; }
#ncdoWaJPTSFBS5NpfgFEUvqvegXRh3fd { color:rgba(var(--color-primary-2),1);display:block;width:50.561rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:298.5rem;left:5.6875rem;height:2.43706875rem;display:block; }
#AVt2kGRzqBz6E5X1d1oFwVZK9TNiLKCt { color:rgba(var(--color-primary-2),1);display:block;width:52.4370625rem;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:297.125rem;left:5.625rem;height:1.21853125rem;display:block; }
#T9DkcsyCmTIGtSeMB71q2xpOlKqLoApf { color:rgba(var(--color-primary-2),1);display:block;width:52.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:304.1875rem;left:3.8125rem;height:1.38020625rem;display:block; }
#fDoRF2ccvHvikcmaVKVMJroc5HQdHC0C { color:rgba(var(--color-primary-2),1);display:block;width:50.5625rem;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:306.1875rem;left:5.5625rem;height:7.3112rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KGbc8v3FqeJ0GwJo5wvkUzBqlmu1AFMC { color:rgba(var(--color-primary-2),1);display:block;width:52.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:316.75rem;left:3.75rem;height:1.38020625rem;display:block; }
#PzxedmuRNbLuKVLwKWFwKlDny3F6MyWx { color:rgba(var(--color-primary-2),1);display:block;width:50.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:318.875rem;left:5.5rem;height:4.87413125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#V0auVKlrSLDlB1a7QegTx4vRrHR8uAXR { color:rgba(var(--color-primary-2),1);display:block;width:52.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:327.1875rem;left:3.8125rem;height:1.38020625rem;display:block; }
#ehTCV6Bod5XOaN7ZC9KfrcuapnHBOWHJ { color:rgba(var(--color-primary-2),1);display:block;width:50.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:329.125rem;left:5.5625rem;height:2.43706875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UtzzFIDTQszgheiKJRVzbJKaLwiWTvxN { color:rgba(var(--color-primary-2),1);display:block;width:50.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:336.1875rem;left:5.5625rem;height:4.87413125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ppv1Mqzv8hIvfMeqxnKbqDt80y6BsB2J { color:rgba(var(--color-primary-2),1);display:block;width:52.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:334.375rem;left:3.8125rem;height:1.38020625rem;display:block; }
#tbZ3MbOpU25MzFDsEcnwxo9ahrUTVPew { color:rgba(var(--color-primary-2),1);display:block;width:50.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:345.875rem;left:5.5rem;height:3.6556rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T0QQs0Coc6bWokJg0Ghw8V4G40tkyTzB { color:rgba(var(--color-primary-2),1);display:block;width:52.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:344rem;left:3.6875rem;height:1.38020625rem;display:block; }
#tN8GdezUdlWEUIkJJXSLF6KoSVMXedEO { color:rgba(var(--color-primary-2),1);display:block;width:52.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:351.9375rem;left:3.6875rem;height:1.38020625rem;display:block; }
#hsl3zMxdWAJrE1Hh6S8RO6K0Z9KmAXes { color:rgba(var(--color-primary-2),1);display:block;width:50.5625rem;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:353.8125rem;left:5.5rem;height:4.874125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AAt8yx1h0QIpfT3gLbWrN2r7GsB2MMIC { color:rgba(var(--color-primary-2),1);display:block;width:50.561rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:107.6875rem;left:5.625rem;height:6.09266875rem;display:block; }
#nmNTBOfVZovkFRTebiKNo1ks5TvNrErq { color:rgba(var(--color-primary-2),1);display:block;width:38.811875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:96.1875rem;left:8.375rem;height:3.9681rem;display:block; }#nmNTBOfVZovkFRTebiKNo1ks5TvNrErq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nmNTBOfVZovkFRTebiKNo1ks5TvNrErq li:before{  }
#mcETE2A58LFC9cgw9FiMpgOpHxEcIEJn { color:rgba(var(--color-primary-2),1);display:block;width:50.561rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:100.8125rem;left:5.625rem;height:5.49913125rem;display:block; }#mcETE2A58LFC9cgw9FiMpgOpHxEcIEJn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mcETE2A58LFC9cgw9FiMpgOpHxEcIEJn li:before{  }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #RoAVrLsvbyZzUg3i0TXEbFhb3TsfzsrT { display:block; }#RoAVrLsvbyZzUg3i0TXEbFhb3TsfzsrT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v1vkhTBBQZTm8FyygwvK9nREJlenGVIi { display:block; }#v1vkhTBBQZTm8FyygwvK9nREJlenGVIi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JlBlTAyBg88WhWlqdCL7ImbheKChgBgu { top:2.3125rem;left:0rem;width:47.75rem;height:3.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNm1mDStyoTAOBL07WNwf1HBQBCG4wic { top:7.3125rem;left:4.1234817504883rem;width:39.4375rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrzh8gKMeadlZCl6AukJmIzZvkTdhWHO { top:11.5625rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkN7pVno6DFc9xPLQBx3HTwwR5uFJ54C { top:19rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfJSyDfEETnTUQG9zkW4AEg9SLdITKHP { top:20.75rem;left:0rem;width:47.75rem;height:6.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKgdve6Bd5EeEBi2S6TArSdcapPImM13 { top:29.75rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbQdBBNLFoNVn6XLP9SFTyrAz7g6B83U { top:31.75rem;left:0rem;width:47.75rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbGK0zSgScWL6o8xrvLUWOTZTc4XBtz2 { top:41.9375rem;left:0rem;width:47.75rem;height:8.8125rem;font-size:0.9375rem;display:block; }#nbGK0zSgScWL6o8xrvLUWOTZTc4XBtz2 li:before{  }
 }@media only screen and (max-width: 763px) { #Q3L0fGUxTrP5CJ96wS06KGP8rmtI3La6 { top:38.0625rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUNwTfKdpaa4RCsF7QiePrUKD2ibbIrM { top:40.1875rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBzybFRTToqewmNF0mAX0sRAyTt0wQST { top:52.0625rem;left:0rem;width:47.75rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqluRQ5MKBMe0kqc366S0mVZakD2wFTD { top:59.1875rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AM0IwPsDefu667sUnIDLpDNwiGbLEcHx { top:61.1875rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ze9CzpCRUCt6cnuDdD6r7mpiQTF3wNiI { top:64rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGC0ykM3bO2VkGAGOZM8KaQLK5NoLqI0 { top:65.4375rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5AX608d1sI1QUvLOAlfFLU0uLXRaT89 { top:81.875rem;left:0rem;width:47.75rem;height:4.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDoyRixZLsuJVTHVenZIPQ3257AaJAPI { top:80.25rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DucpNQL0hZVHzhF3skbh9JptVQUzElxE { top:87rem;left:0rem;width:47.75rem;height:8.5rem;font-size:0.9375rem;display:block; }#DucpNQL0hZVHzhF3skbh9JptVQUzElxE li:before{  }
 }@media only screen and (max-width: 763px) { #RQxFTlH8V3rZDSV1veVMviZdqepfafbv { top:67.25rem;left:0rem;width:47.75rem;height:5.4375rem;font-size:0.9375rem;display:block; }#RQxFTlH8V3rZDSV1veVMviZdqepfafbv li:before{  }
 }@media only screen and (max-width: 763px) { #gs5tU0LDl7ompmXkl7RcauXcTbHRyThP { top:73.5625rem;left:0rem;width:47.75rem;height:4.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #etNimtqPJi36cQNkleTeWkVrmMyBsT4h { top:118.5625rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToBHVU7BAb3g8hvvVzJL9RIm3uw0ZRM1 { top:120.6875rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2qpf7tbT4T1yIWaLzD8wIkR7tvkk6mN { top:122.3125rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeI5hW8bemMmirVC2y9lHhuVSCQmMMC3 { top:123.9375rem;left:0rem;width:47.75rem;height:4.25rem;font-size:0.9375rem;display:block; }#ZeI5hW8bemMmirVC2y9lHhuVSCQmMMC3 li:before{  }
 }@media only screen and (max-width: 763px) { #gqxpKQzpl2Zuqs0uyM5fSBZ3diKIAZm7 { top:131.1875rem;left:0rem;width:47.75rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgkcSHym90xaQcPB94HLoTW0zr8ihpNT { top:129.5625rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVZNwZQuPIIXX2IHS2Pac2UTHP4mlIfz { top:137.8125rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTEThBA8AdgITeKOB5rNUdrG7RiqyZse { top:136.1875rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDZphWtc7a93iH8pB1Tqw7vGR7kokMCh { top:139.625rem;left:0rem;width:47.75rem;height:5.75rem;font-size:0.9375rem;display:block; }#RDZphWtc7a93iH8pB1Tqw7vGR7kokMCh li:before{  }
 }@media only screen and (max-width: 763px) { #HkBDMER9GWWXFhTVMLWVynMzk1hbKIC8 { top:149.5625rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaNsMGKZdFoA5pyfE5ZuzyAHtEeoHSW8 { top:151.75rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUWBEvoCm8UKVdXnUzUf8F04vGaSnfgv { top:153.375rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rr54KfFPEzHzJOWDfzlH1Sho0Thmuw7R { top:157.5rem;left:0rem;width:47.75rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlDoqkNnBqlOtMQfWJzZLQaxN0ZO7oxT { top:155.875rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pl0UgGngeZzV0vT8tRcM6KJiwhTnFosC { top:163.75rem;left:0rem;width:47.75rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvTJdtvZhD9g7qBT1i3TGuPZccmHt3Go { top:162.25rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhzmeWk4IXT4ZqI4kFW6kp0kfOTbsA1d { top:171.1875rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0k5nCTGO3StJV2gEkqEVgBEh0AXRp0m { top:173.3125rem;left:0rem;width:47.75rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmE1prp90Pk79p2rahreBvkPv1Vn6gaG { top:177.75rem;left:0rem;width:47.75rem;height:7rem;font-size:0.9375rem;display:block; }#LmE1prp90Pk79p2rahreBvkPv1Vn6gaG li:before{  }
 }@media only screen and (max-width: 763px) { #tkSrRqc3kTgxphLXT0fbO7qoW0mE3ZLE { top:194.75rem;left:0rem;width:47.75rem;height:8.8125rem;font-size:0.9375rem;display:block; }#tkSrRqc3kTgxphLXT0fbO7qoW0mE3ZLE li:before{  }
 }@media only screen and (max-width: 763px) { #Z0RMOPbcoev47CkeDnxnEBMVZlkuKvpc { top:186.375rem;left:0rem;width:47.75rem;height:7.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #izCVTCuVkO4eOH3aXea3QtxPaC6mC3pL { top:204.875rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygf1acikqtzWCLd8kBdEP3IUgbqT2Xbt { top:224.6875rem;left:0rem;width:47.75rem;height:11.875rem;font-size:0.9375rem;display:block; }#ygf1acikqtzWCLd8kBdEP3IUgbqT2Xbt li:before{  }
 }@media only screen and (max-width: 763px) { #ZEzcq0C4Wb7FNH07KLyHf28p7FGMZ6wm { top:222.75rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQTcqDSZM45xVNaIXJKwczgwFlPIyd6E { top:237.6875rem;left:0rem;width:47.75rem;height:19.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXR6OsRP8ouQGXIOHPTvCaBuGTb1WRdz { top:217rem;left:0rem;width:47.75rem;height:4.25rem;font-size:0.9375rem;display:block; }#mXR6OsRP8ouQGXIOHPTvCaBuGTb1WRdz li:before{  }
 }@media only screen and (max-width: 763px) { #Eitq4HhATIp1tl3rw3fHTXiTFaSmTgiK { top:213.25rem;left:0rem;width:47.75rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxsoCzCwTTFQe1MTK3IhGNLUKUsGTLv7 { top:211.125rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4ADTLURXH3OlDfleoAqtFMwF10zgkUC { top:262rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWxTfr9eravEQAvXH1M54tzp7CicJvMD { top:264.1875rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVdS2N4bmNOPJmJLGpgC9OthKCFtufxt { top:270.5rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsKSEMCOtwPaBrrbawECuTQlVUBu8TPX { top:272.3125rem;left:0rem;width:47.75rem;height:7.3125rem;font-size:0.9375rem;display:block; }#UsKSEMCOtwPaBrrbawECuTQlVUBu8TPX li:before{  }
 }@media only screen and (max-width: 763px) { #Ss8lCIBVSrQXdUyeMWQPn2Oia10axime { top:265.5rem;left:0rem;width:47.75rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDc9UF91XetpMpuDyTfi7koJ1x2HIg7F { top:269.0625rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xifTSc2b5DkVhFbvqTVxlbUOoCqgvurP { top:282.5rem;left:0rem;width:47.75rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fl3vRKxF1GVmV6JvZT9ivakssEcV1ADm { top:281.125rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1skdaoIlhqib8txafTZcC8w23Ag8Gah { top:288.0625rem;left:0rem;width:47.75rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7KuASyrZMwNVqDU0MDSz6K3lusLsWoI { top:286.6875rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tU66CyKVItBNgbnwRxN1yVHhfl3EAlMh { top:293.4375rem;left:0rem;width:47.75rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ser3S7OSbg4kHZphZKXKxI2JQAP8Hm8e { top:292.0625rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncdoWaJPTSFBS5NpfgFEUvqvegXRh3fd { top:298.5rem;left:0rem;width:47.75rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVt2kGRzqBz6E5X1d1oFwVZK9TNiLKCt { top:297.125rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9DkcsyCmTIGtSeMB71q2xpOlKqLoApf { top:304.1875rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDoRF2ccvHvikcmaVKVMJroc5HQdHC0C { top:306.1875rem;left:0rem;width:47.75rem;height:7.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGbc8v3FqeJ0GwJo5wvkUzBqlmu1AFMC { top:316.75rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzxedmuRNbLuKVLwKWFwKlDny3F6MyWx { top:318.875rem;left:0rem;width:47.75rem;height:4.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0auVKlrSLDlB1a7QegTx4vRrHR8uAXR { top:327.1875rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehTCV6Bod5XOaN7ZC9KfrcuapnHBOWHJ { top:329.125rem;left:0rem;width:47.75rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtzzFIDTQszgheiKJRVzbJKaLwiWTvxN { top:336.1875rem;left:0rem;width:47.75rem;height:4.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppv1Mqzv8hIvfMeqxnKbqDt80y6BsB2J { top:334.375rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbZ3MbOpU25MzFDsEcnwxo9ahrUTVPew { top:345.875rem;left:0rem;width:47.75rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0QQs0Coc6bWokJg0Ghw8V4G40tkyTzB { top:344rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tN8GdezUdlWEUIkJJXSLF6KoSVMXedEO { top:351.9375rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsl3zMxdWAJrE1Hh6S8RO6K0Z9KmAXes { top:353.8125rem;left:0rem;width:47.75rem;height:4.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAt8yx1h0QIpfT3gLbWrN2r7GsB2MMIC { top:107.6875rem;left:0rem;width:47.75rem;height:6.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmNTBOfVZovkFRTebiKNo1ks5TvNrErq { top:96.1875rem;left:2.25rem;width:38.75rem;height:3.9375rem;font-size:0.9375rem;display:block; }#nmNTBOfVZovkFRTebiKNo1ks5TvNrErq li:before{  }
 }@media only screen and (max-width: 763px) { #mcETE2A58LFC9cgw9FiMpgOpHxEcIEJn { top:100.8125rem;left:0rem;width:47.75rem;height:5.4375rem;font-size:0.9375rem;display:block; }#mcETE2A58LFC9cgw9FiMpgOpHxEcIEJn li:before{  }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#004c6d;background-image:none;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); } }@media only screen and (max-width: 763px) { #RoAVrLsvbyZzUg3i0TXEbFhb3TsfzsrT { display:block; }#RoAVrLsvbyZzUg3i0TXEbFhb3TsfzsrT { background-color: transparent; background-image: none; }#RoAVrLsvbyZzUg3i0TXEbFhb3TsfzsrT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RoAVrLsvbyZzUg3i0TXEbFhb3TsfzsrT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RoAVrLsvbyZzUg3i0TXEbFhb3TsfzsrT > .row .container > .video-iframe-container { display: none; }#RoAVrLsvbyZzUg3i0TXEbFhb3TsfzsrT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RoAVrLsvbyZzUg3i0TXEbFhb3TsfzsrT > .row > .video-iframe-container { display: none; }#RoAVrLsvbyZzUg3i0TXEbFhb3TsfzsrT > .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); }#RoAVrLsvbyZzUg3i0TXEbFhb3TsfzsrT > .row .container { width:20rem;height:0.625rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v1vkhTBBQZTm8FyygwvK9nREJlenGVIi { display:block; }#v1vkhTBBQZTm8FyygwvK9nREJlenGVIi > .row .container { width:20rem;height:399.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JlBlTAyBg88WhWlqdCL7ImbheKChgBgu { width:20rem;height:5.19856875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNm1mDStyoTAOBL07WNwf1HBQBCG4wic { width:20rem;height:7.3111875rem;top:10.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrzh8gKMeadlZCl6AukJmIzZvkTdhWHO { width:20rem;height:18.1911625rem;top:18.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkN7pVno6DFc9xPLQBx3HTwwR5uFJ54C { width:20rem;height:1.38075rem;top:37.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfJSyDfEETnTUQG9zkW4AEg9SLdITKHP { width:20rem;height:5.19748125rem;top:40.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKgdve6Bd5EeEBi2S6TArSdcapPImM13 { width:20rem;height:0;top:46.562285423279rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbQdBBNLFoNVn6XLP9SFTyrAz7g6B83U { width:20rem;height:0;top:49.191410423279rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbGK0zSgScWL6o8xrvLUWOTZTc4XBtz2 { width:20rem;height:0;top:57.975054173279rem;left:0rem;font-size:1rem;display:block; }#nbGK0zSgScWL6o8xrvLUWOTZTc4XBtz2 li:before{  }
 }@media only screen and (max-width: 763px) { #Q3L0fGUxTrP5CJ96wS06KGP8rmtI3La6 { width:20rem;height:0;top:52.878479173279rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUNwTfKdpaa4RCsF7QiePrUKD2ibbIrM { width:20rem;height:0;top:55.507604173279rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBzybFRTToqewmNF0mAX0sRAyTt0wQST { width:20rem;height:0;top:68.097679173281rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqluRQ5MKBMe0kqc366S0mVZakD2wFTD { width:20rem;height:0;top:71.784747923281rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AM0IwPsDefu667sUnIDLpDNwiGbLEcHx { width:20rem;height:0;top:74.413872923281rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ze9CzpCRUCt6cnuDdD6r7mpiQTF3wNiI { width:20rem;height:0;top:76.881322923281rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGC0ykM3bO2VkGAGOZM8KaQLK5NoLqI0 { width:20rem;height:0;top:79.348772923281rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5AX608d1sI1QUvLOAlfFLU0uLXRaT89 { width:20rem;height:0;top:97.154772923281rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDoyRixZLsuJVTHVenZIPQ3257AaJAPI { width:20rem;height:0;top:94.687322923281rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DucpNQL0hZVHzhF3skbh9JptVQUzElxE { width:20rem;height:0;top:103.27782292328rem;left:0rem;font-size:1rem;display:block; }#DucpNQL0hZVHzhF3skbh9JptVQUzElxE li:before{  }
 }@media only screen and (max-width: 763px) { #RQxFTlH8V3rZDSV1veVMviZdqepfafbv { width:20rem;height:0;top:81.816222923281rem;left:0rem;font-size:1rem;display:block; }#RQxFTlH8V3rZDSV1veVMviZdqepfafbv li:before{  }
 }@media only screen and (max-width: 763px) { #gs5tU0LDl7ompmXkl7RcauXcTbHRyThP { width:20rem;height:0;top:88.564272923281rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #etNimtqPJi36cQNkleTeWkVrmMyBsT4h { width:20rem;height:0;top:132.39676042328rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToBHVU7BAb3g8hvvVzJL9RIm3uw0ZRM1 { width:20rem;height:0;top:135.02588542328rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2qpf7tbT4T1yIWaLzD8wIkR7tvkk6mN { width:20rem;height:0;top:137.49333542328rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeI5hW8bemMmirVC2y9lHhuVSCQmMMC3 { width:20rem;height:0;top:139.96078542328rem;left:0rem;font-size:1rem;display:block; }#ZeI5hW8bemMmirVC2y9lHhuVSCQmMMC3 li:before{  }
 }@media only screen and (max-width: 763px) { #gqxpKQzpl2Zuqs0uyM5fSBZ3diKIAZm7 { width:20rem;height:0;top:147.95883542328rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgkcSHym90xaQcPB94HLoTW0zr8ihpNT { width:20rem;height:0;top:145.49138542328rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVZNwZQuPIIXX2IHS2Pac2UTHP4mlIfz { width:20rem;height:0;top:155.33188542328rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTEThBA8AdgITeKOB5rNUdrG7RiqyZse { width:20rem;height:0;top:152.86443542328rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDZphWtc7a93iH8pB1Tqw7vGR7kokMCh { width:20rem;height:0;top:157.79933542328rem;left:0rem;font-size:1rem;display:block; }#RDZphWtc7a93iH8pB1Tqw7vGR7kokMCh li:before{  }
 }@media only screen and (max-width: 763px) { #HkBDMER9GWWXFhTVMLWVynMzk1hbKIC8 { width:20rem;height:0;top:164.85988542328rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaNsMGKZdFoA5pyfE5ZuzyAHtEeoHSW8 { width:20rem;height:0;top:167.48901042328rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUWBEvoCm8UKVdXnUzUf8F04vGaSnfgv { width:20rem;height:0;top:169.95646042328rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rr54KfFPEzHzJOWDfzlH1Sho0Thmuw7R { width:20rem;height:0;top:174.89136042328rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlDoqkNnBqlOtMQfWJzZLQaxN0ZO7oxT { width:20rem;height:0;top:172.42391042328rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pl0UgGngeZzV0vT8tRcM6KJiwhTnFosC { width:20rem;height:0;top:182.26441042328rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvTJdtvZhD9g7qBT1i3TGuPZccmHt3Go { width:20rem;height:0;top:179.79696042328rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhzmeWk4IXT4ZqI4kFW6kp0kfOTbsA1d { width:20rem;height:0;top:187.16892292328rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0k5nCTGO3StJV2gEkqEVgBEh0AXRp0m { width:20rem;height:0;top:189.79804792328rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmE1prp90Pk79p2rahreBvkPv1Vn6gaG { width:20rem;height:0;top:194.70256042328rem;left:0rem;font-size:1rem;display:block; }#LmE1prp90Pk79p2rahreBvkPv1Vn6gaG li:before{  }
 }@media only screen and (max-width: 763px) { #tkSrRqc3kTgxphLXT0fbO7qoW0mE3ZLE { width:20rem;height:0;top:211.54287292328rem;left:0rem;font-size:1rem;display:block; }#tkSrRqc3kTgxphLXT0fbO7qoW0mE3ZLE li:before{  }
 }@media only screen and (max-width: 763px) { #Z0RMOPbcoev47CkeDnxnEBMVZlkuKvpc { width:20rem;height:0;top:202.98274792328rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #izCVTCuVkO4eOH3aXea3QtxPaC6mC3pL { width:20rem;height:0;top:221.66549792328rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygf1acikqtzWCLd8kBdEP3IUgbqT2Xbt { width:20rem;height:0;top:239.66463542328rem;left:0rem;font-size:1rem;display:block; }#ygf1acikqtzWCLd8kBdEP3IUgbqT2Xbt li:before{  }
 }@media only screen and (max-width: 763px) { #ZEzcq0C4Wb7FNH07KLyHf28p7FGMZ6wm { width:20rem;height:0;top:237.19718542328rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQTcqDSZM45xVNaIXJKwczgwFlPIyd6E { width:20rem;height:0;top:252.84932292328rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXR6OsRP8ouQGXIOHPTvCaBuGTb1WRdz { width:20rem;height:0;top:231.66658542328rem;left:0rem;font-size:1rem;display:block; }#mXR6OsRP8ouQGXIOHPTvCaBuGTb1WRdz li:before{  }
 }@media only screen and (max-width: 763px) { #Eitq4HhATIp1tl3rw3fHTXiTFaSmTgiK { width:20rem;height:0;top:226.76207292328rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxsoCzCwTTFQe1MTK3IhGNLUKUsGTLv7 { width:20rem;height:0;top:224.13294792328rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4ADTLURXH3OlDfleoAqtFMwF10zgkUC { width:20rem;height:0;top:273.59476042328rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWxTfr9eravEQAvXH1M54tzp7CicJvMD { width:20rem;height:0;top:276.22388542328rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVdS2N4bmNOPJmJLGpgC9OthKCFtufxt { width:20rem;height:0;top:284.84585417328rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsKSEMCOtwPaBrrbawECuTQlVUBu8TPX { width:20rem;height:0;top:287.31330417328rem;left:0rem;font-size:1rem;display:block; }#UsKSEMCOtwPaBrrbawECuTQlVUBu8TPX li:before{  }
 }@media only screen and (max-width: 763px) { #Ss8lCIBVSrQXdUyeMWQPn2Oia10axime { width:20rem;height:0;top:278.69133542328rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDc9UF91XetpMpuDyTfi7koJ1x2HIg7F { width:20rem;height:0;top:282.37840417328rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xifTSc2b5DkVhFbvqTVxlbUOoCqgvurP { width:20rem;height:0;top:298.37344167328rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fl3vRKxF1GVmV6JvZT9ivakssEcV1ADm { width:20rem;height:0;top:295.90599167328rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1skdaoIlhqib8txafTZcC8w23Ag8Gah { width:20rem;height:0;top:304.52796042328rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7KuASyrZMwNVqDU0MDSz6K3lusLsWoI { width:20rem;height:0;top:302.06051042328rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tU66CyKVItBNgbnwRxN1yVHhfl3EAlMh { width:20rem;height:0;top:310.68247917328rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ser3S7OSbg4kHZphZKXKxI2JQAP8Hm8e { width:20rem;height:0;top:308.21502917328rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncdoWaJPTSFBS5NpfgFEUvqvegXRh3fd { width:20rem;height:0;top:316.83699792328rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVt2kGRzqBz6E5X1d1oFwVZK9TNiLKCt { width:20rem;height:0;top:314.36954792328rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9DkcsyCmTIGtSeMB71q2xpOlKqLoApf { width:20rem;height:0;top:320.52406667328rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDoRF2ccvHvikcmaVKVMJroc5HQdHC0C { width:20rem;height:0;top:323.15319167328rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGbc8v3FqeJ0GwJo5wvkUzBqlmu1AFMC { width:20rem;height:0;top:331.71437917328rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzxedmuRNbLuKVLwKWFwKlDny3F6MyWx { width:20rem;height:0;top:334.34350417328rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0auVKlrSLDlB1a7QegTx4vRrHR8uAXR { width:20rem;height:0;top:340.46655417328rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehTCV6Bod5XOaN7ZC9KfrcuapnHBOWHJ { width:20rem;height:0;top:343.09567917328rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtzzFIDTQszgheiKJRVzbJKaLwiWTvxN { width:20rem;height:0;top:349.41187292328rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppv1Mqzv8hIvfMeqxnKbqDt80y6BsB2J { width:20rem;height:0;top:346.78274792328rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbZ3MbOpU25MzFDsEcnwxo9ahrUTVPew { width:20rem;height:0;top:358.16404792328rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0QQs0Coc6bWokJg0Ghw8V4G40tkyTzB { width:20rem;height:0;top:355.53492292328rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tN8GdezUdlWEUIkJJXSLF6KoSVMXedEO { width:20rem;height:0;top:363.06964792328rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsl3zMxdWAJrE1Hh6S8RO6K0Z9KmAXes { width:20rem;height:0;top:365.69877292328rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAt8yx1h0QIpfT3gLbWrN2r7GsB2MMIC { width:20rem;height:0;top:125.05409792328rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmNTBOfVZovkFRTebiKNo1ks5TvNrErq { width:20rem;height:0;top:113.08794792328rem;left:0rem;font-size:1rem;display:block; }#nmNTBOfVZovkFRTebiKNo1ks5TvNrErq li:before{  }
 }@media only screen and (max-width: 763px) { #mcETE2A58LFC9cgw9FiMpgOpHxEcIEJn { width:20rem;height:0;top:118.30604792328rem;left:0rem;font-size:1rem;display:block; }#mcETE2A58LFC9cgw9FiMpgOpHxEcIEJn li:before{  }
 }