.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:255,255,255;--color-primary-1:255,255,255;--color-primary-2:255,255,255;--color-primary-3:128,128,128;--color-primary-4:38,38,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:223,223,224;--color-tertiary-1:149,150,153;--color-tertiary-2:42,44,50;--color-tertiary-3:21,22,25;--color-tertiary-4:6,7,8;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); }#BSv1uxXTr02nh7ouyTV8RUFW75rGayCb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#BSv1uxXTr02nh7ouyTV8RUFW75rGayCb > .row .container { background-color: transparent; background-image: none; }#BSv1uxXTr02nh7ouyTV8RUFW75rGayCb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BSv1uxXTr02nh7ouyTV8RUFW75rGayCb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BSv1uxXTr02nh7ouyTV8RUFW75rGayCb > .row .container > .video-iframe-container { display: none; }#BSv1uxXTr02nh7ouyTV8RUFW75rGayCb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BSv1uxXTr02nh7ouyTV8RUFW75rGayCb > .row > .video-iframe-container { display: none; }#BSv1uxXTr02nh7ouyTV8RUFW75rGayCb > .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); }#BSv1uxXTr02nh7ouyTV8RUFW75rGayCb > .row .container { border-width: 0; border-radius: 0; }#BSv1uxXTr02nh7ouyTV8RUFW75rGayCb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BSv1uxXTr02nh7ouyTV8RUFW75rGayCb > .row .container { font-size:0.875rem;font-family:arial;height:428.25rem;width:75rem;position:relative;display:block; }#PXaLJHAuz4Be16G24yw05y45wGzUeWTX { color:rgba(var(--color-tertiary-2),1);display:block;width:47.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:16.25rem;left:13.75rem;height:2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IAM42Oh5m4y1ieGuSfom8S786LW4CVgF { color:rgba(var(--color-tertiary-2),1);display:block;width:43.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.25rem;left:15rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#QTVUEWiwPDOwEJl1HMAlJ3A1cu8uafE6 { color:#0ba3ad;display:block;width:47.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:3.75rem;left:13.75rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tMN0IrFuaSa7rxqAT4De8hgNrDmGdx6u { color:rgba(var(--color-tertiary-2),1);display:block;width:46.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:18.75rem;left:13.75rem;height:6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#qq3B6QDpmbmI0dxMRozlyiaJGo60wvIW { color:rgba(var(--color-tertiary-2),1);display:block;width:43.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:10.875rem;left:15.625rem;height:2.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#IZvKCSFdb1ei5GWRGT6M5vSfBvdCdvSf { color:rgba(var(--color-tertiary-2),1);display:block;width:46.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:30rem;left:13.75rem;height:7.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#frXN5nkTDG7kBl60Mhx1yWB3TDGqhdQs { color:rgba(var(--color-tertiary-2),1);display:block;width:47.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:27.5rem;left:13.75rem;height:2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#m80GJEU3pSCxcqkNqTNpssSz0bF9hTxJ { color:rgba(var(--color-tertiary-2),1);display:block;width:47.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:41.25rem;left:13.75rem;height:2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#a2fe9N92WDZqFiQcFg27a91q4HzyIslx { color:rgba(var(--color-tertiary-2),1);display:block;width:46.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:43.75rem;left:13.75rem;height:6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#TR4gqa3pHpQd8WTRPbOTgDofZlxI65Rp { color:rgba(var(--color-tertiary-2),1);display:block;width:46.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:56.25rem;left:13.75rem;height:12rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#g5PpJSX7BkskfhyOhQyxns12SN94iutL { color:rgba(var(--color-tertiary-2),1);display:block;width:47.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:53.75rem;left:13.75rem;height:2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TaTti8biQeMi3KbUrsZT5Q468iflJTXZ { color:rgba(var(--color-tertiary-2),1);display:block;width:47.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:73.75rem;left:13.75rem;height:2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FbT4EddB38RtlJMBS7WZLUeZSWU0vgfP { color:rgba(var(--color-tertiary-2),1);display:block;width:46.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:76.25rem;left:13.75rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#adHdhcvV1EqpQc4TgU8ASfR08c4DsLNS { color:rgba(var(--color-tertiary-2),1);display:block;width:46.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15013;line-height:1.6;letter-spacing:0;top:86.25rem;left:13.75rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#QxdJZ0znvtwiKoVl5W8EKtkP1DeZAyAe { color:rgba(var(--color-tertiary-2),1);display:block;width:47.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.6;letter-spacing:0;top:83.75rem;left:13.75rem;height:2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RTmAScgfLm4eqJX1V0uN7BUT4y50afTA { color:rgba(var(--color-tertiary-2),1);display:block;width:47.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:95rem;left:13.75rem;height:2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OlM3QsUAQSoRwR2ioMbLkcDQJZuT86Gl { color:rgba(var(--color-tertiary-2),1);display:block;width:46.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:97.5rem;left:13.75rem;height:18rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#aHMZIbAlyAPnTQThCTuPOeA8vPMtdW4n { color:rgba(var(--color-tertiary-2),1);display:block;width:46.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15012;line-height:1.6;letter-spacing:0;top:125rem;left:13.75rem;height:13.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#N7PaTp6VT3NV9BKhHTPzgnzgQWLkIk1T { color:rgba(var(--color-tertiary-2),1);display:block;width:47.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.6;letter-spacing:0;top:122.5rem;left:13.75rem;height:2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TZvnTDFHTBMHedqEnuJrogKAeNTy0Az0 { color:rgba(var(--color-tertiary-2),1);display:block;width:47.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.6;letter-spacing:0;top:141.25rem;left:13.75rem;height:2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OvteHThOQgqpWnPxRgFTIh8oingMB0ZL { color:rgba(var(--color-tertiary-2),1);display:block;width:46.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15012;line-height:1.6;letter-spacing:0;top:143.75rem;left:13.75rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#GIRq0sTk3JnvIwGl8n38W84GVl9yBo7e { color:rgba(var(--color-tertiary-2),1);display:block;width:46.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15014;line-height:1.6;letter-spacing:0;top:151.25rem;left:13.75rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#IMtJ8FQQD8fumyqAQkJ6LuCzi79TGZB5 { color:rgba(var(--color-tertiary-2),1);display:block;width:47.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.6;letter-spacing:0;top:148.75rem;left:13.8125rem;height:2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#L1R25k1J0ISSTQvk8Ki9T3lMbDM8l2xB { color:rgba(var(--color-tertiary-2),1);display:block;width:46.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15016;line-height:1.6;letter-spacing:0;top:157.5rem;left:13.75rem;height:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#yminn6PJqq33Mzzkyf8BrxxO6WOFFvlK { color:rgba(var(--color-tertiary-2),1);display:block;width:47.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:155rem;left:13.75rem;height:2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#q2cd1Pt8HBayxfuEolHD0twueT9eqNyz { color:rgba(var(--color-tertiary-2),1);display:block;width:47.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:180rem;left:13.75rem;height:2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Wv3RRsBHMJT5TLSDEpTroRTG4Fum3a1G { color:rgba(var(--color-tertiary-2),1);display:block;width:46.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15016;line-height:1.6;letter-spacing:0;top:182.5rem;left:13.75rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#uE8FLsNxHrI3IZyMiuX6TcsJTArxmOhT { color:rgba(var(--color-tertiary-2),1);display:block;width:46.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15018;line-height:1.6;letter-spacing:0;top:191.25rem;left:13.75rem;height:7.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#HtHwfblzgJTznlIlRQU4161mBhlTJF0H { color:rgba(var(--color-tertiary-2),1);display:block;width:47.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.6;letter-spacing:0;top:188.3125rem;left:13.6875rem;height:2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SrsZEKbz4BAtbI5e7SnE5hRrkZIMet1F { color:rgba(var(--color-tertiary-2),1);display:block;width:46.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15020;line-height:1.6;letter-spacing:0;top:205rem;left:13.75rem;height:18rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#XX2WVZi7qUzHHDEP5sxOI3GnuD4ZS2Im { color:rgba(var(--color-tertiary-2),1);display:block;width:47.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.6;letter-spacing:0;top:202.5rem;left:13.75rem;height:2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cQvN54E15OmpeiZw0yd8iOZqPAkdkEmQ { color:rgba(var(--color-tertiary-2),1);display:block;width:46.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15022;line-height:1.6;letter-spacing:0;top:234.25rem;left:13.75rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#kXVw0HNGKHXq0TUSKmkwNLS7yGgOL2Ak { color:rgba(var(--color-tertiary-2),1);display:block;width:47.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.6;letter-spacing:0;top:231.25rem;left:13.75rem;height:2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SgDUMkRQXBD7NA6HW8KyeIGM37SXpuf9 { color:rgba(var(--color-tertiary-2),1);display:block;width:46.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15024;line-height:1.6;letter-spacing:0;top:243.75rem;left:13.75rem;height:6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#SCmIfxRoc4SJd3lu1add7JD4XLHtVNW7 { color:rgba(var(--color-tertiary-2),1);display:block;width:47.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.6;letter-spacing:0;top:241.25rem;left:13.75rem;height:2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RkKxe1SHqQOiJmyN7IOttpP1eZDw1FSZ { color:rgba(var(--color-tertiary-2),1);display:block;width:46.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15026;line-height:1.6;letter-spacing:0;top:256.25rem;left:13.75rem;height:42rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#maGsarAua6pWxVUaEoa2OLqiQr8woZ9T { color:rgba(var(--color-tertiary-2),1);display:block;width:47.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.6;letter-spacing:0;top:253.75rem;left:13.75rem;height:2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vFZfKmAS7fXNBuQZ9Sqc1l7JlUi2Ls7i { color:rgba(var(--color-tertiary-2),1);display:block;width:46.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15026;line-height:1.6;letter-spacing:0;top:311.25rem;left:13.75rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#sAmsoAKfg70Va2PtmfJRCeONdWnpPHTi { color:rgba(var(--color-tertiary-2),1);display:block;width:47.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.6;letter-spacing:0;top:308.75rem;left:13.75rem;height:2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KTTHJy7Ufu0yTzvrzKdgbXn6nGtAGDT3 { color:rgba(var(--color-tertiary-2),1);display:block;width:46.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15028;line-height:1.6;letter-spacing:0;top:322.5rem;left:13.75rem;height:7.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#nCEhHMaN4fq703rstkoliZ4ystQXVwcI { color:rgba(var(--color-tertiary-2),1);display:block;width:47.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.6;letter-spacing:0;top:320rem;left:13.75rem;height:2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Cn9xLn9AuN738Ho3CGvyvCMZX9MfGFik { color:rgba(var(--color-tertiary-2),1);display:block;width:46.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15030;line-height:1.6;letter-spacing:0;top:336.25rem;left:13.75rem;height:10.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#MGkPQJC9wgcOaT7paRGwA7RsPsJuftCs { color:rgba(var(--color-tertiary-2),1);display:block;width:47.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.6;letter-spacing:0;top:333.75rem;left:13.75rem;height:2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#X2kT1WHT4eWM8aECDVaCLn7e6FhIorlx { color:rgba(var(--color-tertiary-2),1);display:block;width:46.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15032;line-height:1.6;letter-spacing:0;top:355rem;left:13.75rem;height:6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#XyJyxUAMyGcvrkQfWQUbuJCGXeEPxxGA { color:rgba(var(--color-tertiary-2),1);display:block;width:47.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15031;line-height:1.6;letter-spacing:0;top:352.5rem;left:13.75rem;height:2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#io49FzAac4Wv5vOtOWlolXGFD2Qgo53Q { color:rgba(var(--color-tertiary-2),1);display:block;width:46.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15034;line-height:1.6;letter-spacing:0;top:367.5rem;left:13.75rem;height:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#VWG6hvmHXxr8B8iS6uAEsSSPFwbhJuES { color:rgba(var(--color-tertiary-2),1);display:block;width:47.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15033;line-height:1.6;letter-spacing:0;top:365rem;left:13.75rem;height:2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hcM2ZO7g12DghJnOlTDwbA2MTD5eN4cE { color:rgba(var(--color-tertiary-2),1);display:block;width:46.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15034;line-height:1.6;letter-spacing:0;top:390rem;left:13.75rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#QxctiuJbKeHSwCWbyzKT4bfVv48Sg4wL { color:rgba(var(--color-tertiary-2),1);display:block;width:47.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15033;line-height:1.6;letter-spacing:0;top:387.5rem;left:13.75rem;height:2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xa2fyKF8qWpm0vKgri6PSs8ntAC3S2ub { color:rgba(var(--color-tertiary-2),1);display:block;width:46.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15036;line-height:1.6;letter-spacing:0;top:401.25rem;left:13.75rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#xr8eScLaM1bxgnGDT2gNHGLTtEWLp5rp { color:rgba(var(--color-tertiary-2),1);display:block;width:47.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15035;line-height:1.6;letter-spacing:0;top:398.75rem;left:13.75rem;height:2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#l9uVTMNM1At5PmQgKPtuqRDIs28sIGxU { color:rgba(var(--color-tertiary-2),1);display:block;width:46.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15038;line-height:1;letter-spacing:0;top:408.75rem;left:13.75rem;height:4.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#paUTeRuFLzGJ4lZMNPOszCfARmn7i9Kw { color:rgba(var(--color-tertiary-2),1);display:block;width:47.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15037;line-height:1.6;letter-spacing:0;top:406.25rem;left:13.75rem;height:2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#K7GRlM4m2rQ3KEJCQOL7gdNoNxTwcxeU { color:rgba(var(--color-tertiary-2),1);display:block;width:47.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15037;line-height:1.6;letter-spacing:0;top:416.25rem;left:13.75rem;height:2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PBnqFh96MNbEthTySkIICuOeF1i0QkBJ { color:rgba(var(--color-tertiary-2),1);display:block;width:46.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15038;line-height:1.6;letter-spacing:0;top:418.75rem;left:13.75rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#MBAKGkRg6IS5tubvLfXMUzv8TozABbEC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),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; }#MBAKGkRg6IS5tubvLfXMUzv8TozABbEC > .row .container { background-color: transparent; background-image: none; }#MBAKGkRg6IS5tubvLfXMUzv8TozABbEC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MBAKGkRg6IS5tubvLfXMUzv8TozABbEC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MBAKGkRg6IS5tubvLfXMUzv8TozABbEC > .row .container > .video-iframe-container { display: none; }#MBAKGkRg6IS5tubvLfXMUzv8TozABbEC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MBAKGkRg6IS5tubvLfXMUzv8TozABbEC > .row > .video-iframe-container { display: none; }#MBAKGkRg6IS5tubvLfXMUzv8TozABbEC > .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); }#MBAKGkRg6IS5tubvLfXMUzv8TozABbEC > .row .container { border-width: 0; border-radius: 0; }#MBAKGkRg6IS5tubvLfXMUzv8TozABbEC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MBAKGkRg6IS5tubvLfXMUzv8TozABbEC > .row .container { font-size:0.875rem;font-family:arial;height:4.25rem;width:75rem;position:relative;display:block; }#KlcWQRLX5PCoZEgLbCKdmcFxn8y433RT { position:absolute;display:block;z-index:15000;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:1.75rem;width:7.8125rem;top:1.1875rem;left:0rem;overflow:hidden;display:block; }
#GOJ6v4SR2iGHB8oWoJrz9Ee9sDTfuaTu { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.51171875rem;left:9.59375rem;height:1.29980625rem;display:block; }
#yFV5TWyXb5xcKwL7LD3FOOyZT1lySubG { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5625rem;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:1.57421875rem;left:67.4375rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #BSv1uxXTr02nh7ouyTV8RUFW75rGayCb { display:block; }#BSv1uxXTr02nh7ouyTV8RUFW75rGayCb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PXaLJHAuz4Be16G24yw05y45wGzUeWTX { top:16.25rem;left:0.125rem;width:47.4375rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAM42Oh5m4y1ieGuSfom8S786LW4CVgF { top:6.25rem;left:1.375rem;width:43.6875rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTVUEWiwPDOwEJl1HMAlJ3A1cu8uafE6 { top:3.75rem;left:0.125rem;width:47.5rem;height:;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMN0IrFuaSa7rxqAT4De8hgNrDmGdx6u { top:18.75rem;left:0.125rem;width:46.3125rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qq3B6QDpmbmI0dxMRozlyiaJGo60wvIW { top:10.875rem;left:2rem;width:43.6875rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZvKCSFdb1ei5GWRGT6M5vSfBvdCdvSf { top:30rem;left:0.125rem;width:46.3125rem;height:9rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #frXN5nkTDG7kBl60Mhx1yWB3TDGqhdQs { top:27.5rem;left:0.125rem;width:47.4375rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m80GJEU3pSCxcqkNqTNpssSz0bF9hTxJ { top:41.25rem;left:0.125rem;width:47.4375rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2fe9N92WDZqFiQcFg27a91q4HzyIslx { top:43.75rem;left:0.125rem;width:46.3125rem;height:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TR4gqa3pHpQd8WTRPbOTgDofZlxI65Rp { top:56.25rem;left:0.125rem;width:46.3125rem;height:15rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5PpJSX7BkskfhyOhQyxns12SN94iutL { top:53.75rem;left:0.125rem;width:47.4375rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaTti8biQeMi3KbUrsZT5Q468iflJTXZ { top:73.75rem;left:0.125rem;width:47.4375rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbT4EddB38RtlJMBS7WZLUeZSWU0vgfP { top:76.25rem;left:0.125rem;width:46.3125rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #adHdhcvV1EqpQc4TgU8ASfR08c4DsLNS { top:86.25rem;left:0.125rem;width:46.3125rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxdJZ0znvtwiKoVl5W8EKtkP1DeZAyAe { top:83.75rem;left:0.125rem;width:47.4375rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTmAScgfLm4eqJX1V0uN7BUT4y50afTA { top:95rem;left:0.125rem;width:47.4375rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlM3QsUAQSoRwR2ioMbLkcDQJZuT86Gl { top:97.5rem;left:0.125rem;width:46.3125rem;height:22.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHMZIbAlyAPnTQThCTuPOeA8vPMtdW4n { top:125rem;left:0.125rem;width:46.3125rem;height:13.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7PaTp6VT3NV9BKhHTPzgnzgQWLkIk1T { top:122.5rem;left:0.125rem;width:47.4375rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZvnTDFHTBMHedqEnuJrogKAeNTy0Az0 { top:141.25rem;left:0.125rem;width:47.4375rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvteHThOQgqpWnPxRgFTIh8oingMB0ZL { top:143.75rem;left:0.125rem;width:46.3125rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIRq0sTk3JnvIwGl8n38W84GVl9yBo7e { top:151.25rem;left:0.125rem;width:46.3125rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMtJ8FQQD8fumyqAQkJ6LuCzi79TGZB5 { top:148.75rem;left:0.1875rem;width:47.4375rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1R25k1J0ISSTQvk8Ki9T3lMbDM8l2xB { top:157.5rem;left:0.125rem;width:46.3125rem;height:19.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yminn6PJqq33Mzzkyf8BrxxO6WOFFvlK { top:155rem;left:0.125rem;width:47.4375rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2cd1Pt8HBayxfuEolHD0twueT9eqNyz { top:180rem;left:0.125rem;width:47.4375rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wv3RRsBHMJT5TLSDEpTroRTG4Fum3a1G { top:182.5rem;left:0.125rem;width:46.3125rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uE8FLsNxHrI3IZyMiuX6TcsJTArxmOhT { top:191.25rem;left:0.125rem;width:46.3125rem;height:9rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtHwfblzgJTznlIlRQU4161mBhlTJF0H { top:188.3125rem;left:0.0625rem;width:47.4375rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrsZEKbz4BAtbI5e7SnE5hRrkZIMet1F { top:205rem;left:0.125rem;width:46.3125rem;height:24rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XX2WVZi7qUzHHDEP5sxOI3GnuD4ZS2Im { top:202.5rem;left:0.125rem;width:47.4375rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQvN54E15OmpeiZw0yd8iOZqPAkdkEmQ { top:234.25rem;left:0.125rem;width:46.3125rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXVw0HNGKHXq0TUSKmkwNLS7yGgOL2Ak { top:231.25rem;left:0.125rem;width:47.4375rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgDUMkRQXBD7NA6HW8KyeIGM37SXpuf9 { top:243.75rem;left:0.125rem;width:46.3125rem;height:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCmIfxRoc4SJd3lu1add7JD4XLHtVNW7 { top:241.25rem;left:0.125rem;width:47.4375rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkKxe1SHqQOiJmyN7IOttpP1eZDw1FSZ { top:256.25rem;left:0.125rem;width:46.3125rem;height:49.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #maGsarAua6pWxVUaEoa2OLqiQr8woZ9T { top:253.75rem;left:0.125rem;width:47.4375rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFZfKmAS7fXNBuQZ9Sqc1l7JlUi2Ls7i { top:311.25rem;left:0.125rem;width:46.3125rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAmsoAKfg70Va2PtmfJRCeONdWnpPHTi { top:308.75rem;left:0.125rem;width:47.4375rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTTHJy7Ufu0yTzvrzKdgbXn6nGtAGDT3 { top:322.5rem;left:0.125rem;width:46.3125rem;height:9rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCEhHMaN4fq703rstkoliZ4ystQXVwcI { top:320rem;left:0.125rem;width:47.4375rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cn9xLn9AuN738Ho3CGvyvCMZX9MfGFik { top:336.25rem;left:0.125rem;width:46.3125rem;height:13.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGkPQJC9wgcOaT7paRGwA7RsPsJuftCs { top:333.75rem;left:0.125rem;width:47.4375rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2kT1WHT4eWM8aECDVaCLn7e6FhIorlx { top:355rem;left:0.125rem;width:46.3125rem;height:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyJyxUAMyGcvrkQfWQUbuJCGXeEPxxGA { top:352.5rem;left:0.125rem;width:47.4375rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #io49FzAac4Wv5vOtOWlolXGFD2Qgo53Q { top:367.5rem;left:0.125rem;width:46.3125rem;height:18rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWG6hvmHXxr8B8iS6uAEsSSPFwbhJuES { top:365rem;left:0.125rem;width:47.4375rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcM2ZO7g12DghJnOlTDwbA2MTD5eN4cE { top:390rem;left:0.125rem;width:46.3125rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxctiuJbKeHSwCWbyzKT4bfVv48Sg4wL { top:387.5rem;left:0.125rem;width:47.4375rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xa2fyKF8qWpm0vKgri6PSs8ntAC3S2ub { top:401.25rem;left:0.125rem;width:46.3125rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xr8eScLaM1bxgnGDT2gNHGLTtEWLp5rp { top:398.75rem;left:0.125rem;width:47.4375rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9uVTMNM1At5PmQgKPtuqRDIs28sIGxU { top:408.75rem;left:0.125rem;width:46.3125rem;height:4.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #paUTeRuFLzGJ4lZMNPOszCfARmn7i9Kw { top:406.25rem;left:0.125rem;width:47.4375rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7GRlM4m2rQ3KEJCQOL7gdNoNxTwcxeU { top:416.25rem;left:0.125rem;width:47.4375rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBnqFh96MNbEthTySkIICuOeF1i0QkBJ { top:418.75rem;left:0.125rem;width:46.3125rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBAKGkRg6IS5tubvLfXMUzv8TozABbEC { display:block; }#MBAKGkRg6IS5tubvLfXMUzv8TozABbEC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KlcWQRLX5PCoZEgLbCKdmcFxn8y433RT { top:1.1875rem;left:0rem;width:7.8125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOJ6v4SR2iGHB8oWoJrz9Ee9sDTfuaTu { top:1.5rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFV5TWyXb5xcKwL7LD3FOOyZT1lySubG { top:1.5625rem;left:40.1875rem;width:7.5625rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:0rem;left:0rem;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) { #BSv1uxXTr02nh7ouyTV8RUFW75rGayCb { display:block; }#BSv1uxXTr02nh7ouyTV8RUFW75rGayCb > .row .container { width:20rem;height:686.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PXaLJHAuz4Be16G24yw05y45wGzUeWTX { width:20rem;height:1.5996125rem;top:20rem;left:0.125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #IAM42Oh5m4y1ieGuSfom8S786LW4CVgF { width:17.625rem;height:4.2246125rem;top:4.5244140625rem;left:1.25rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QTVUEWiwPDOwEJl1HMAlJ3A1cu8uafE6 { width:17.5rem;height:1.21875rem;top:1.25rem;left:1.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15008;color:#0ba3ad;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #tMN0IrFuaSa7rxqAT4De8hgNrDmGdx6u { width:20rem;height:11.19925rem;top:22.5rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #qq3B6QDpmbmI0dxMRozlyiaJGo60wvIW { width:17.4375rem;height:6.09375rem;top:11.25rem;left:1.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IZvKCSFdb1ei5GWRGT6M5vSfBvdCdvSf { width:20rem;height:18.19875rem;top:38.75rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #frXN5nkTDG7kBl60Mhx1yWB3TDGqhdQs { width:20rem;height:1.5996125rem;top:35.89990234375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #m80GJEU3pSCxcqkNqTNpssSz0bF9hTxJ { width:20rem;height:3.19921875rem;top:58.75rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #a2fe9N92WDZqFiQcFg27a91q4HzyIslx { width:20rem;height:13.999rem;top:62.5rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #TR4gqa3pHpQd8WTRPbOTgDofZlxI65Rp { width:20rem;height:30.797875rem;top:81.25rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #g5PpJSX7BkskfhyOhQyxns12SN94iutL { width:20rem;height:1.5996125rem;top:78.75rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #TaTti8biQeMi3KbUrsZT5Q468iflJTXZ { width:20rem;height:1.5996125rem;top:113.75rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #FbT4EddB38RtlJMBS7WZLUeZSWU0vgfP { width:20rem;height:6.9995rem;top:116.25rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #adHdhcvV1EqpQc4TgU8ASfR08c4DsLNS { width:20rem;height:11.19925rem;top:127.5rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #QxdJZ0znvtwiKoVl5W8EKtkP1DeZAyAe { width:20rem;height:1.5996125rem;top:125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #RTmAScgfLm4eqJX1V0uN7BUT4y50afTA { width:20rem;height:1.5996125rem;top:141.25rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #OlM3QsUAQSoRwR2ioMbLkcDQJZuT86Gl { width:20rem;height:44.796875rem;top:143.75rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #aHMZIbAlyAPnTQThCTuPOeA8vPMtdW4n { width:20rem;height:22.3984625rem;top:192.5rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #N7PaTp6VT3NV9BKhHTPzgnzgQWLkIk1T { width:20rem;height:1.5996125rem;top:190rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #TZvnTDFHTBMHedqEnuJrogKAeNTy0Az0 { width:20rem;height:1.5996125rem;top:217.5rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #OvteHThOQgqpWnPxRgFTIh8oingMB0ZL { width:20rem;height:4.19970625rem;top:220rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #GIRq0sTk3JnvIwGl8n38W84GVl9yBo7e { width:20rem;height:4.19970625rem;top:228.75rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #IMtJ8FQQD8fumyqAQkJ6LuCzi79TGZB5 { width:20rem;height:1.5996125rem;top:226.25rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #L1R25k1J0ISSTQvk8Ki9T3lMbDM8l2xB { width:20rem;height:40.5971875rem;top:237.5rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #yminn6PJqq33Mzzkyf8BrxxO6WOFFvlK { width:20rem;height:1.5996125rem;top:235rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #q2cd1Pt8HBayxfuEolHD0twueT9eqNyz { width:20rem;height:1.5996125rem;top:281.25rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #Wv3RRsBHMJT5TLSDEpTroRTG4Fum3a1G { width:20rem;height:9.7993125rem;top:283.75rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #uE8FLsNxHrI3IZyMiuX6TcsJTArxmOhT { width:20rem;height:18.19875rem;top:298.75rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #HtHwfblzgJTznlIlRQU4161mBhlTJF0H { width:20rem;height:1.5996125rem;top:296.25rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #SrsZEKbz4BAtbI5e7SnE5hRrkZIMet1F { width:20rem;height:41.9971125rem;top:323.75rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #XX2WVZi7qUzHHDEP5sxOI3GnuD4ZS2Im { width:20rem;height:3.19921875rem;top:320rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #cQvN54E15OmpeiZw0yd8iOZqPAkdkEmQ { width:20rem;height:6.9995rem;top:372.5rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #kXVw0HNGKHXq0TUSKmkwNLS7yGgOL2Ak { width:20rem;height:3.19921875rem;top:368.75rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #SgDUMkRQXBD7NA6HW8KyeIGM37SXpuf9 { width:20rem;height:13.999rem;top:385rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #SCmIfxRoc4SJd3lu1add7JD4XLHtVNW7 { width:20rem;height:1.5996125rem;top:382.5rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #RkKxe1SHqQOiJmyN7IOttpP1eZDw1FSZ { width:20rem;height:89.5936875rem;top:405rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #maGsarAua6pWxVUaEoa2OLqiQr8woZ9T { width:20rem;height:3.19921875rem;top:401.25rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #vFZfKmAS7fXNBuQZ9Sqc1l7JlUi2Ls7i { width:20rem;height:11.19925rem;top:500rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #sAmsoAKfg70Va2PtmfJRCeONdWnpPHTi { width:20rem;height:1.5996125rem;top:497.5rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #KTTHJy7Ufu0yTzvrzKdgbXn6nGtAGDT3 { width:20rem;height:18.19875rem;top:517.5rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #nCEhHMaN4fq703rstkoliZ4ystQXVwcI { width:20rem;height:3.19921875rem;top:513.75rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #Cn9xLn9AuN738Ho3CGvyvCMZX9MfGFik { width:20rem;height:26.598125rem;top:540rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #MGkPQJC9wgcOaT7paRGwA7RsPsJuftCs { width:20rem;height:1.5996125rem;top:537.5rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #X2kT1WHT4eWM8aECDVaCLn7e6FhIorlx { width:20rem;height:15.3989375rem;top:571.25rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #XyJyxUAMyGcvrkQfWQUbuJCGXeEPxxGA { width:20rem;height:1.5996125rem;top:568.75rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #io49FzAac4Wv5vOtOWlolXGFD2Qgo53Q { width:20rem;height:36.3974375rem;top:592.5rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #VWG6hvmHXxr8B8iS6uAEsSSPFwbhJuES { width:20rem;height:1.5996125rem;top:590rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #hcM2ZO7g12DghJnOlTDwbA2MTD5eN4cE { width:20rem;height:12.599125rem;top:633.75rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #QxctiuJbKeHSwCWbyzKT4bfVv48Sg4wL { width:20rem;height:1.5996125rem;top:631.25rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #xa2fyKF8qWpm0vKgri6PSs8ntAC3S2ub { width:20rem;height:4.19970625rem;top:651.125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #xr8eScLaM1bxgnGDT2gNHGLTtEWLp5rp { width:20rem;height:1.5996125rem;top:648.75rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #l9uVTMNM1At5PmQgKPtuqRDIs28sIGxU { width:20rem;height:12.5991125rem;top:660rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #paUTeRuFLzGJ4lZMNPOszCfARmn7i9Kw { width:20rem;height:1.5996125rem;top:657.5rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #K7GRlM4m2rQ3KEJCQOL7gdNoNxTwcxeU { width:20rem;height:1.5996125rem;top:675rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #PBnqFh96MNbEthTySkIICuOeF1i0QkBJ { width:20rem;height:6.9995rem;top:677.5rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #MBAKGkRg6IS5tubvLfXMUzv8TozABbEC { display:block; }#MBAKGkRg6IS5tubvLfXMUzv8TozABbEC > .row .container { width:20rem;height:6.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KlcWQRLX5PCoZEgLbCKdmcFxn8y433RT { width:7.8125rem;height:1.75rem;top:1.1875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOJ6v4SR2iGHB8oWoJrz9Ee9sDTfuaTu { width:7.5625rem;height:1.29980625rem;top:1.57421875rem;left:10.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFV5TWyXb5xcKwL7LD3FOOyZT1lySubG { width:7.5625rem;height:0.9746125rem;top:4.3369140625rem;left:6rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }