.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:233,246,255;--color-primary-1:183,215,232;--color-primary-2:144,211,253;--color-primary-3:86,127,152;--color-primary-4:29,42,51;--color-secondary-0:255,255,255;--color-secondary-1:245,245,245;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Roboto";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/gMlgSlx1/Banff_Nationalpark.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:36.375rem;width:60rem;overflow:visible;position:relative;display:block; }#wPf2gPhsJFK5J9c94ldD17SLzkwmuMzi { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:6.25rem;width:20rem;top:5.375rem;left:1.3124980926514rem;display:block; }
#dG5I2ptJMOFnwZ0Lz07VcXU9Kfmpgu3k { position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.3125rem 1.5625rem rgba(var(--color-secondary-4),0.2) ;height:8.125rem;width:20rem;top:7.8743491172787rem;left:1.3118476867676rem;display:block; }
#SenLIDSXqsozoadw6BMW43BoUXgdarlM { color:rgba(var(--color-tertiary-0),1);display:block;width:30.8745625rem;position:absolute;font-family:lato;font-size:6.25rem;font-weight:700;z-index:15012;line-height:.7;letter-spacing:0;text-shadow:0.0625rem 0.3125rem 0.625rem rgba(var(--color-tertiary-4),0.3);top:18.104385375976rem;left:22.875434875488rem;height:8.75rem;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;display:block; }
#DqmNaAU4wmKc81Ue2RuZePdtfEX4a6gD { 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:15013;line-height:1.3;letter-spacing:0;top:9.637499809265rem;left:5.0624980926514rem;height:0;display:block; }#DqmNaAU4wmKc81Ue2RuZePdtfEX4a6gD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DqmNaAU4wmKc81Ue2RuZePdtfEX4a6gD li:before{  }
#IDoUrpuPedTOL7RmZmAx9MH689qBsbBT { color:rgba(var(--color-tertiary-4),1);display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:6.30624961853rem;left:4.4374980926514rem;height:4.38585rem;text-align:center;text-align-last:center;display:block; }
#MU00O5F251BUzzOEFGhSlvhiXHqFLBA4 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.4375rem;width:31.4375rem;top:0rem;left:28.563543319702rem;overflow:hidden;display:block; }
#hFA238g8PCdUKCWIRGCGxh1GVOyiyxOa { box-sizing:content-box;color:rgba(var(--color-secondary-0),1);font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15016;top:27.5rem;left:24.6875rem;display:block; }
#kzTsgvZdDMBp05c6ht9SmZnJV70R2b8h { box-sizing:content-box;color:rgba(var(--color-secondary-0),1);font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15017;top:29.9375rem;left:24.875rem;display:block; }
#H5yXfwvn5aS9aXHT5n9aQfJfpga1ORTJ { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:28.125rem;left:27.125rem;height:1.2999125rem;font-style:normal;display:block; }
#uTlLE6fAEZbpKtZfdDKF0SXhQIfA2Pdi { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:30.3125rem;left:27.125rem;height:1.38020625rem;font-style:normal;display:block; }
#oeK0XyFWUaU14SEMqKSknDLusTlIMWkB { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:12.006294250488rem;left:2.5607643127441rem;display:block; }
#t7JWLGvIg206Vwy7XU3IeTiVHqK1NGxf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T6B9Zd3vtFCLqPOdXzv3NJOeI7K9o8Ey { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T6B9Zd3vtFCLqPOdXzv3NJOeI7K9o8Ey > .row .container { background-color: transparent; background-image: none; }#T6B9Zd3vtFCLqPOdXzv3NJOeI7K9o8Ey::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6B9Zd3vtFCLqPOdXzv3NJOeI7K9o8Ey > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6B9Zd3vtFCLqPOdXzv3NJOeI7K9o8Ey > .row .container > .video-iframe-container { display: none; }#T6B9Zd3vtFCLqPOdXzv3NJOeI7K9o8Ey > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6B9Zd3vtFCLqPOdXzv3NJOeI7K9o8Ey > .row > .video-iframe-container { display: none; }#T6B9Zd3vtFCLqPOdXzv3NJOeI7K9o8Ey > .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); }#T6B9Zd3vtFCLqPOdXzv3NJOeI7K9o8Ey > .row .container { border-width: 0; border-radius: 0; }#T6B9Zd3vtFCLqPOdXzv3NJOeI7K9o8Ey > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T6B9Zd3vtFCLqPOdXzv3NJOeI7K9o8Ey > .row .container { font-size:0.875rem;font-family:arial;height:50.9375rem;width:60rem;position:relative;display:block; }#a56PK957PNJ1TtQ06det08qJUPILRA9T { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:6.9375rem;top:4.5625rem;left:16.28125rem;overflow:hidden;display:block; }
#JxSPKQZdxKhFw8PgorcGOrx3MHMdGcpH { color:#282828;display:block;width:23.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:300;z-index:15001;line-height:1;letter-spacing:0;top:4.5624990463257rem;left:0.0010414123535156rem;height:9.375rem;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;display:block; }
#ktqaTnQlc6lKvGfXlQqqybAi5xzry8Si { color:rgba(40,40,40,0.7);display:block;width:28.8748125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:14999;line-height:1.5;letter-spacing:0;top:14.954425811767rem;left:0rem;height:28.4895625rem;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;display:block; }
#o5una0qccNlIGmZ4Lkxqq9wwTiwZrwKg { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-0),0.3);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:0.0625rem;top:30.9375rem;left:8.6875rem;display:block; }
#ZXNIHspIa8yasakllhJBTVlpnq3ZfSRZ { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-0),0.3);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:0.0625rem;top:30.9375rem;left:19.375rem;display:block; }
#llzotoxpUfOe17v4yCqJm3O3o5cUekwD { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:0.0625rem;top:39.4375rem;left:6.8125rem;overflow:hidden;display:block; }
#I4xti2tyeJ1HJXzZnm52iRI2M6AvWVtp { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.5rem;width:27rem;top:3.2173314094544rem;left:32.999820709229rem;overflow:hidden;display:block; }
#QWqELs5NqOcLOONk96PgMNnnCt9TXuaH { background-color:#282828;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6248125rem;height:3.93663125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:44.6875rem;left:16.3125rem;display:block; }
#kpqBFTgT31bpqQrR5i4sdCwIg8Ix0s3n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EBKZTzM0nsOh8ZVvgh3HufMUvl6PpiWJ { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0rem;box-shadow: none;height:3.9375rem;width:13.5625rem;top:44.6875rem;left:2.75rem;display:block; }
#ryFBe3gTQ1a7SgQkCPQ8kpe9wHfaNqfn { color:rgba(var(--color-tertiary-4),1);display:block;width:12.9373125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:45.8125rem;left:3.375rem;height:1.7068125rem;display:block; }
#rKuvMmidOTyp2toTqkLK7bF0m53lVcVF { background-color:#282828;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6248125rem;height:3.93663125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:44.6875rem;left:45.125rem;display:block; }
#Tx92fnFdHF7xMSeHGf3paTLFLKwGaies { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tKSflFvDRMxRF7zTwDUBT1LTdsz5QzRt { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0rem;box-shadow: none;height:3.9375rem;width:13.5625rem;top:44.6875rem;left:31.5625rem;display:block; }
#pJmXtBbW0vT0aKEH2LbrWIhHaBsEl46q { color:rgba(var(--color-tertiary-4),1);display:block;width:12.9373125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:45.8125rem;left:32.1875rem;height:1.7068125rem;display:block; }
#SC2kaWW1MBDOXfvwlfuDaAGIfQXx1PKD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/hAmX8ePW/Bow_River_AB.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SC2kaWW1MBDOXfvwlfuDaAGIfQXx1PKD.adaptive-delivery-prevent-bg, #SC2kaWW1MBDOXfvwlfuDaAGIfQXx1PKD.lazyload, #SC2kaWW1MBDOXfvwlfuDaAGIfQXx1PKD.lazyloading { background-image: none; }#SC2kaWW1MBDOXfvwlfuDaAGIfQXx1PKD > .row .container { background-color: transparent; background-image: none; }#SC2kaWW1MBDOXfvwlfuDaAGIfQXx1PKD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.6); }#SC2kaWW1MBDOXfvwlfuDaAGIfQXx1PKD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SC2kaWW1MBDOXfvwlfuDaAGIfQXx1PKD > .row .container > .video-iframe-container { display: none; }#SC2kaWW1MBDOXfvwlfuDaAGIfQXx1PKD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.6); }#SC2kaWW1MBDOXfvwlfuDaAGIfQXx1PKD > .row > .video-iframe-container { display: none; }#SC2kaWW1MBDOXfvwlfuDaAGIfQXx1PKD > .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); }#SC2kaWW1MBDOXfvwlfuDaAGIfQXx1PKD > .row .container { border-width: 0; border-radius: 0; }#SC2kaWW1MBDOXfvwlfuDaAGIfQXx1PKD::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SC2kaWW1MBDOXfvwlfuDaAGIfQXx1PKD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SC2kaWW1MBDOXfvwlfuDaAGIfQXx1PKD > .row .container { font-size:0.875rem;font-family:arial;height:16.25rem;width:60rem;position:relative;display:block; }#tCUDq3t9UEqGWKs14FqVe477n3AT6PIQ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:19.6875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#N2EPgo6yCS561LKb2NTzCJ478fE0LrOk { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:19.6875rem;top:0rem;left:20.15625rem;overflow:hidden;display:block; }
#DPGv0r27s01ePPXIawD66NV2weVRZ5Hw { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:19.6875rem;top:0rem;left:40.25rem;overflow:hidden;display:block; }
#gJXZPDVlUDkl7fpuwO9T81MW3PcwvHmm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gJXZPDVlUDkl7fpuwO9T81MW3PcwvHmm > .row .container { background-color: transparent; background-image: none; }#gJXZPDVlUDkl7fpuwO9T81MW3PcwvHmm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gJXZPDVlUDkl7fpuwO9T81MW3PcwvHmm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gJXZPDVlUDkl7fpuwO9T81MW3PcwvHmm > .row .container > .video-iframe-container { display: none; }#gJXZPDVlUDkl7fpuwO9T81MW3PcwvHmm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gJXZPDVlUDkl7fpuwO9T81MW3PcwvHmm > .row > .video-iframe-container { display: none; }#gJXZPDVlUDkl7fpuwO9T81MW3PcwvHmm > .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); }#gJXZPDVlUDkl7fpuwO9T81MW3PcwvHmm > .row .container { border-width: 0; border-radius: 0; }#gJXZPDVlUDkl7fpuwO9T81MW3PcwvHmm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gJXZPDVlUDkl7fpuwO9T81MW3PcwvHmm > .row .container { font-size:0.875rem;font-family:arial;height:42.1875rem;width:60rem;position:relative;display:block; }#hBWJDcpvnQB6kDAl2KHT4lir5w3r0Jf2 { color:#282828;display:block;width:26.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:300;z-index:15003;line-height:1;letter-spacing:0;top:1.7187471389771rem;left:29.688543319702rem;height:6.25rem;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;display:block; }
#OR8L24qxcc2o7WMaCW2Wa83buNhBxTBI { color:rgba(40,40,40,0.7);display:block;width:30.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:9.8749971389769rem;left:29.688543319702rem;height:30rem;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;display:block; }
#eLcgLwO0cvKEtFVl4HhR7g7eJTH2RLbU { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35rem;width:28.5625rem;top:4.21875rem;left:0rem;overflow:hidden;display:block; }
#cZBLpuO8LchFcfx7u7laFuOcP5PWUEze { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/NmcfufaO/BG3.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cZBLpuO8LchFcfx7u7laFuOcP5PWUEze.adaptive-delivery-prevent-bg, #cZBLpuO8LchFcfx7u7laFuOcP5PWUEze.lazyload, #cZBLpuO8LchFcfx7u7laFuOcP5PWUEze.lazyloading { background-image: none; }#cZBLpuO8LchFcfx7u7laFuOcP5PWUEze > .row .container { background-color: transparent; background-image: none; }#cZBLpuO8LchFcfx7u7laFuOcP5PWUEze::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZBLpuO8LchFcfx7u7laFuOcP5PWUEze > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZBLpuO8LchFcfx7u7laFuOcP5PWUEze > .row .container > .video-iframe-container { display: none; }#cZBLpuO8LchFcfx7u7laFuOcP5PWUEze > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZBLpuO8LchFcfx7u7laFuOcP5PWUEze > .row > .video-iframe-container { display: none; }#cZBLpuO8LchFcfx7u7laFuOcP5PWUEze > .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); }#cZBLpuO8LchFcfx7u7laFuOcP5PWUEze > .row .container { border-width: 0; border-radius: 0; }#cZBLpuO8LchFcfx7u7laFuOcP5PWUEze > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cZBLpuO8LchFcfx7u7laFuOcP5PWUEze > .row .container { font-size:0.875rem;font-family:arial;height:42.8125rem;width:60rem;position:relative;display:block; }#TIwfUM9hnwOtrPmwAd1WwFHnun9gIPlG { color:#282828;display:block;width:29.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:300;z-index:15005;line-height:1;letter-spacing:0;top:0.93641471862794rem;left:0rem;height:6.25rem;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;display:block; }
#VroJzqcAaKiu6vaTkWBh170HX7o1QeUL { color:rgba(40,40,40,0.7);display:block;width:29.4998125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:8.05881023407rem;left:0rem;height:32.2807875rem;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;display:block; }
#QxQWd2wzP5ThPuCpCenPrb6GpOmJTIkI { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:0.0625rem;top:30rem;left:38.0625rem;overflow:hidden;display:block; }
#KONVpxE3NrOEkNtZ9x9n4TcDBT9vhX8i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/hAmX8ePW/Bow_River_AB.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KONVpxE3NrOEkNtZ9x9n4TcDBT9vhX8i.adaptive-delivery-prevent-bg, #KONVpxE3NrOEkNtZ9x9n4TcDBT9vhX8i.lazyload, #KONVpxE3NrOEkNtZ9x9n4TcDBT9vhX8i.lazyloading { background-image: none; }#KONVpxE3NrOEkNtZ9x9n4TcDBT9vhX8i > .row .container { background-color: transparent; background-image: none; }#KONVpxE3NrOEkNtZ9x9n4TcDBT9vhX8i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.6); }#KONVpxE3NrOEkNtZ9x9n4TcDBT9vhX8i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KONVpxE3NrOEkNtZ9x9n4TcDBT9vhX8i > .row .container > .video-iframe-container { display: none; }#KONVpxE3NrOEkNtZ9x9n4TcDBT9vhX8i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.6); }#KONVpxE3NrOEkNtZ9x9n4TcDBT9vhX8i > .row > .video-iframe-container { display: none; }#KONVpxE3NrOEkNtZ9x9n4TcDBT9vhX8i > .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); }#KONVpxE3NrOEkNtZ9x9n4TcDBT9vhX8i > .row .container { border-width: 0; border-radius: 0; }#KONVpxE3NrOEkNtZ9x9n4TcDBT9vhX8i::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KONVpxE3NrOEkNtZ9x9n4TcDBT9vhX8i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KONVpxE3NrOEkNtZ9x9n4TcDBT9vhX8i > .row .container { font-size:0.875rem;font-family:arial;height:16.25rem;width:60rem;position:relative;display:block; }#dIoOx7PGo3mLGuBrQpspNXHuP64BCWWt { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:19.6875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#hX68DJgLiIZZOXHz41TBgui8FR733tBF { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:19.6875rem;top:0rem;left:20.15625rem;overflow:hidden;display:block; }
#uIHrxH6pR5mRaApDX6XmlhQ3JBVe3fGh { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:19.6875rem;top:0rem;left:40.25rem;overflow:hidden;display:block; }
#vEqSdCq7MTBSz5FrsoTHmIqET6vxAVi7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vEqSdCq7MTBSz5FrsoTHmIqET6vxAVi7 > .row .container { background-color: transparent; background-image: none; }#vEqSdCq7MTBSz5FrsoTHmIqET6vxAVi7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vEqSdCq7MTBSz5FrsoTHmIqET6vxAVi7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vEqSdCq7MTBSz5FrsoTHmIqET6vxAVi7 > .row .container > .video-iframe-container { display: none; }#vEqSdCq7MTBSz5FrsoTHmIqET6vxAVi7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vEqSdCq7MTBSz5FrsoTHmIqET6vxAVi7 > .row > .video-iframe-container { display: none; }#vEqSdCq7MTBSz5FrsoTHmIqET6vxAVi7 > .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); }#vEqSdCq7MTBSz5FrsoTHmIqET6vxAVi7 > .row .container { border-width: 0; border-radius: 0; }#vEqSdCq7MTBSz5FrsoTHmIqET6vxAVi7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vEqSdCq7MTBSz5FrsoTHmIqET6vxAVi7 > .row .container { font-size:0.875rem;font-family:arial;height:43.125rem;width:60rem;position:relative;display:block; }#wUiTxSOUTMc0CplZN50XP2V2kvdmBskT { color:#282828;display:block;width:35.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:300;z-index:15004;line-height:1;letter-spacing:0;top:1.7958278656006rem;left:0.0010414123535156rem;height:9.375rem;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;display:block; }
#VC1BrroO4vEA8CTNA638E0O2Z8lRg3uf { color:rgba(40,40,40,0.7);display:block;width:30.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:11.725264072418rem;left:1.2858085632324rem;height:26.25rem;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;display:block; }
#PIirQKc8PDK1efUM2TwUDcnimduU5Aum { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.1875rem;width:25.6875rem;top:0rem;left:34.313543319702rem;overflow:hidden;display:block; }
#fV1Rh8yT74y8NSe3NpqSysKoS7P35hQZ { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.75rem;width:23.25rem;top:21.4375rem;left:36.751043319702rem;overflow:hidden;display:block; }
#mJRWgtzoIW09B3k2brW2oJBuBUBUnBTA { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:6.25rem;width:30.75rem;top:28.687496185302rem;left:1.0697917938232rem;display:block; }
#fz9icTOZ25kOc0We5kfUWUkVOTR8IWaF { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:6.25rem;width:1.75rem;top:28.749999046326rem;left:14.499998092651rem;display:block; }
#pwVAeTVvPxnIcKfQMdr8xFm3ghcXBbC1 { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:6.25rem;width:0.1875rem;top:28.687496185302rem;left:15.281248092651rem;display:block; }
#CJsDVAq4cxwIh71DmzoAE0TMLMZKmoBA { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:30.918746948243rem;left:1.0697917938232rem;height:1.7871125rem;display:block; }
#ApCOIIf4NzsWB42cBdiJ53IBp7AVgTt4 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:31.081245422363rem;left:16.249998092651rem;height:1.462675rem;display:block; }
#Fx0DrcfsuEJTzoAhDhnNwOIrLq9veb01 { background-color:#282828;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.625rem;height:3.9375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:37.281246185302rem;left:14.499998092651rem;display:block; }
#Ze1el3ZI70HqxXdoQ7rZGpsBpmwq3iBv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aiZD4AekiMExvPmmfVKZUwX58pgBawam { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0rem;box-shadow: none;height:3.9375rem;width:7.875rem;top:37.281246185302rem;left:7.4760417938231rem;display:block; }
#Gv6z87gKAQglVFAQFMVqJGnVqUmloAgX { color:rgba(var(--color-tertiary-4),1);display:block;width:7.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:38.288536071778rem;left:8.1635417938231rem;height:1.7068125rem;display:block; }
#TxqvAh9hyqAhgCKaRIZwPgOPNa8pBQ4R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/hAmX8ePW/Bow_River_AB.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TxqvAh9hyqAhgCKaRIZwPgOPNa8pBQ4R.adaptive-delivery-prevent-bg, #TxqvAh9hyqAhgCKaRIZwPgOPNa8pBQ4R.lazyload, #TxqvAh9hyqAhgCKaRIZwPgOPNa8pBQ4R.lazyloading { background-image: none; }#TxqvAh9hyqAhgCKaRIZwPgOPNa8pBQ4R > .row .container { background-color: transparent; background-image: none; }#TxqvAh9hyqAhgCKaRIZwPgOPNa8pBQ4R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.6); }#TxqvAh9hyqAhgCKaRIZwPgOPNa8pBQ4R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxqvAh9hyqAhgCKaRIZwPgOPNa8pBQ4R > .row .container > .video-iframe-container { display: none; }#TxqvAh9hyqAhgCKaRIZwPgOPNa8pBQ4R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.6); }#TxqvAh9hyqAhgCKaRIZwPgOPNa8pBQ4R > .row > .video-iframe-container { display: none; }#TxqvAh9hyqAhgCKaRIZwPgOPNa8pBQ4R > .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); }#TxqvAh9hyqAhgCKaRIZwPgOPNa8pBQ4R > .row .container { border-width: 0; border-radius: 0; }#TxqvAh9hyqAhgCKaRIZwPgOPNa8pBQ4R::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TxqvAh9hyqAhgCKaRIZwPgOPNa8pBQ4R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TxqvAh9hyqAhgCKaRIZwPgOPNa8pBQ4R > .row .container { font-size:0.875rem;font-family:arial;height:16.25rem;width:60rem;position:relative;display:block; }#ZfLOKu9ez8VS6l9Ab57rFM3yRqFFF12B { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:19.6875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#xQnL21ace1Imgl8cO9mWnP59SGn8gNgn { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:19.6875rem;top:0rem;left:20.15625rem;overflow:hidden;display:block; }
#AxIIiKXwTf5nyi70TNd5Tkc81s3KU5ol { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:19.6875rem;top:0rem;left:40.25rem;overflow:hidden;display:block; }
#GnC2S0qAC3nihy5TD6fbefU9ImhgmwW9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GnC2S0qAC3nihy5TD6fbefU9ImhgmwW9 > .row .container { background-color: transparent; background-image: none; }#GnC2S0qAC3nihy5TD6fbefU9ImhgmwW9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GnC2S0qAC3nihy5TD6fbefU9ImhgmwW9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GnC2S0qAC3nihy5TD6fbefU9ImhgmwW9 > .row .container > .video-iframe-container { display: none; }#GnC2S0qAC3nihy5TD6fbefU9ImhgmwW9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GnC2S0qAC3nihy5TD6fbefU9ImhgmwW9 > .row > .video-iframe-container { display: none; }#GnC2S0qAC3nihy5TD6fbefU9ImhgmwW9 > .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); }#GnC2S0qAC3nihy5TD6fbefU9ImhgmwW9 > .row .container { border-width: 0; border-radius: 0; }#GnC2S0qAC3nihy5TD6fbefU9ImhgmwW9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GnC2S0qAC3nihy5TD6fbefU9ImhgmwW9 > .row .container { font-size:0.875rem;font-family:arial;height:42.1875rem;width:60rem;position:relative;display:block; }#dc1nLpto1CNPKZNTezRhxqWZoTHfaG25 { color:rgba(40,40,40,0.7);display:block;width:30.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:6.0937623977661rem;left:29.251043319702rem;height:30rem;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;display:block; }
#NJbULVeCyQxx1rTdIT2yXnsWacBrFl4Z { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.625rem;width:23.125rem;top:21.4375rem;left:0.0010414123535156rem;overflow:hidden;display:block; }
#o1p5QiWianKkfQD6ZNED1JuSF6PhkiZp { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:6.25rem;width:30.75rem;top:24.876048088074rem;left:29.251043319702rem;display:block; }
#TwELUF83ShfPpiZeN7pFVeDFUFlB086Z { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:6.25rem;width:0.1875rem;top:24.876042366028rem;left:43.751043319702rem;display:block; }
#b4MBT9vrXKxv6H5cwcgf1OPsSrbkGyHm { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:27.107291221619rem;left:29.688543319702rem;height:1.7875rem;display:block; }
#uQ2mmlgJETpv5lBw6m2wslWHspPdmVOT { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:27.269791603088rem;left:44.501043319702rem;height:1.462675rem;display:block; }
#TsnOAGbMpREylnexT7MJvoUcT8JXSMFG { background-color:#282828;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.625rem;height:3.9375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:34.355208396912rem;left:43.751043319702rem;display:block; }
#T6DC5MB0giB56pzvW2g5WlyqNOIguHQx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tv7BTc5WmtIm0of5kZyOcDewxdroMMv1 { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0rem;box-shadow: none;height:3.9375rem;width:7.875rem;top:34.355208396912rem;left:35.945837020874rem;display:block; }
#qOPEmhiDMB9UD0bXCrPMJz3EZI5aB2u8 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:35.47083568573rem;left:36.633337020874rem;height:1.7068125rem;display:block; }
#ibzgcKoU547TxJXCZ9dpMpcVqoo2aex1 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.1875rem;width:25.6875rem;top:0rem;left:0.0010414123535156rem;overflow:hidden;display:block; }
#MXn48nn5lhmm22uHZxMqUHskf8wqSBqt { color:#282828;display:block;width:29rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:300;z-index:15004;line-height:1;letter-spacing:0;top:2.3791561126709rem;left:29.251043319702rem;height:3.125rem;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;display:block; }
#WoTATtogIDo6lb0HqfE6xpz0qblZs2ny { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/hAmX8ePW/Bow_River_AB.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WoTATtogIDo6lb0HqfE6xpz0qblZs2ny.adaptive-delivery-prevent-bg, #WoTATtogIDo6lb0HqfE6xpz0qblZs2ny.lazyload, #WoTATtogIDo6lb0HqfE6xpz0qblZs2ny.lazyloading { background-image: none; }#WoTATtogIDo6lb0HqfE6xpz0qblZs2ny > .row .container { background-color: transparent; background-image: none; }#WoTATtogIDo6lb0HqfE6xpz0qblZs2ny::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.6); }#WoTATtogIDo6lb0HqfE6xpz0qblZs2ny > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WoTATtogIDo6lb0HqfE6xpz0qblZs2ny > .row .container > .video-iframe-container { display: none; }#WoTATtogIDo6lb0HqfE6xpz0qblZs2ny > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.6); }#WoTATtogIDo6lb0HqfE6xpz0qblZs2ny > .row > .video-iframe-container { display: none; }#WoTATtogIDo6lb0HqfE6xpz0qblZs2ny > .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); }#WoTATtogIDo6lb0HqfE6xpz0qblZs2ny > .row .container { border-width: 0; border-radius: 0; }#WoTATtogIDo6lb0HqfE6xpz0qblZs2ny::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WoTATtogIDo6lb0HqfE6xpz0qblZs2ny > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WoTATtogIDo6lb0HqfE6xpz0qblZs2ny > .row .container { font-size:0.875rem;font-family:arial;height:16.25rem;width:60rem;position:relative;display:block; }#DlAwRJSRa4gfh0ItUnxJ9DO48froR1ae { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:19.6875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#xO3nJ5R2iHSKWivhLaAT87rMQBUBrHQr { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:19.6875rem;top:0rem;left:20.15625rem;overflow:hidden;display:block; }
#kGzESS96da1durgG4Br6St6v54MAmTTv { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:19.6875rem;top:0rem;left:40.25rem;overflow:hidden;display:block; }
#TdEs3WG1CWlbNZt1nGFLeKMbuWGp3Kzx { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.4375rem;width:26.375rem;top:16.249987602234rem;left:33.626043319702rem;overflow:hidden;display:block; }
#nUSqW5hcuBv4TB2yGgNq40Pe4cUD5zDy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nUSqW5hcuBv4TB2yGgNq40Pe4cUD5zDy > .row .container { background-color: transparent; background-image: none; }#nUSqW5hcuBv4TB2yGgNq40Pe4cUD5zDy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nUSqW5hcuBv4TB2yGgNq40Pe4cUD5zDy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nUSqW5hcuBv4TB2yGgNq40Pe4cUD5zDy > .row .container > .video-iframe-container { display: none; }#nUSqW5hcuBv4TB2yGgNq40Pe4cUD5zDy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nUSqW5hcuBv4TB2yGgNq40Pe4cUD5zDy > .row > .video-iframe-container { display: none; }#nUSqW5hcuBv4TB2yGgNq40Pe4cUD5zDy > .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); }#nUSqW5hcuBv4TB2yGgNq40Pe4cUD5zDy > .row .container { border-width: 0; border-radius: 0; }#nUSqW5hcuBv4TB2yGgNq40Pe4cUD5zDy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nUSqW5hcuBv4TB2yGgNq40Pe4cUD5zDy > .row .container { font-size:0.875rem;font-family:arial;height:54.5625rem;width:60rem;position:relative;display:block; }#RX6rC3z8iP1xIiTBuHKlqrArJNvR3Gte { color:rgba(40,40,40,0.7);display:block;width:30.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:9.2135171890256rem;left:0.0010414123535156rem;height:33.75rem;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;display:block; }
#T3w353ZioEkPu06s2IzWapaL4Ed6BZvS { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5.5rem;width:27.9375rem;top:38.731249809265rem;left:31.255208969116rem;display:block; }
#ELgZafIuaQCqOi09akA36I9QidZ9o8JE { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:5.5rem;width:0.125rem;top:38.654166221619rem;left:45.942708969116rem;display:block; }
#H42dpc7EGpbGanrCEmTfpBWznSNpXCXR { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:40.587500572204rem;left:31.512498855591rem;height:1.7875rem;display:block; }
#kqnZGn0LGrKmAlzlz4TCEafUHEzUdtcB { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:40.587500572204rem;left:47.137502670288rem;height:1.462675rem;display:block; }
#WfGlV4totNI57pA46rVUOTbnqamB400i { background-color:#282828;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.625rem;height:3.9375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:45.639582633972rem;left:45.942708969116rem;display:block; }
#fm2teAJdKUVhfNz5K2eNlGOz8rb7znIt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#axEug7O2vTsGd3e0XruHd4ykkgt6WGAy { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0rem;box-shadow: none;height:3.9375rem;width:7.875rem;top:45.639582633972rem;left:38.137502670288rem;display:block; }
#uakZBGE38gcBrVHTQ7OBzsgribTZiFa7 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:46.755206108093rem;left:38.825002670288rem;height:1.7068125rem;display:block; }
#wul09VGD6Zke8wxeUUaZB8v149TnowGG { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.375rem;width:30.3125rem;top:32.187499046326rem;left:0.0010414123535156rem;overflow:hidden;display:block; }
#p4AVpwIdygkACAhi0mu8F4EbhvluURdv { color:#282828;display:block;width:40.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:300;z-index:15004;line-height:1;letter-spacing:0;top:1.5625057220459rem;left:0.0010414123535156rem;height:6.25rem;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;display:block; }
#BlggX3k5o49z5H6FzddOkl3GzTgOP52E { color:rgba(var(--color-tertiary-4),1);display:block;width:7.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:35.47083568573rem;left:36.633337020874rem;height:1.70625rem;display:none; }
#KD48mFwLFPiedM1idJ6EJxdPW8zf0iyZ { position:relative;display:block; }#KD48mFwLFPiedM1idJ6EJxdPW8zf0iyZ { background-color: transparent; background-image: none; }#KD48mFwLFPiedM1idJ6EJxdPW8zf0iyZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KD48mFwLFPiedM1idJ6EJxdPW8zf0iyZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KD48mFwLFPiedM1idJ6EJxdPW8zf0iyZ > .row .container > .video-iframe-container { display: none; }#KD48mFwLFPiedM1idJ6EJxdPW8zf0iyZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KD48mFwLFPiedM1idJ6EJxdPW8zf0iyZ > .row > .video-iframe-container { display: none; }#KD48mFwLFPiedM1idJ6EJxdPW8zf0iyZ > .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); }#KD48mFwLFPiedM1idJ6EJxdPW8zf0iyZ { border-width: 0; border-radius: 0; }#KD48mFwLFPiedM1idJ6EJxdPW8zf0iyZ > .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; }#KD48mFwLFPiedM1idJ6EJxdPW8zf0iyZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;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; }#hDmgrTtdrTQMFKHK5kaJFzi9Bkfg78Uq { color:#282828;display:block;width:27.3123125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:300;z-index:15005;line-height:1;letter-spacing:0;top:1.8402786254882rem;left:16.343318939209rem;height:3.125rem;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;display:block; }
#veEVe9eOJv7XPflVPZ46gkyCrv5MP5dT { color:rgba(40,40,40,0.7);display:block;width:40.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:7.6519012451175rem;left:9.53125rem;height:18.75rem;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; }
#iak4sKQOwp2DzeITXrI6iZkxFn3yDg7Q { position:relative;display:block; }#iak4sKQOwp2DzeITXrI6iZkxFn3yDg7Q { background-color: transparent; background-image: none; }#iak4sKQOwp2DzeITXrI6iZkxFn3yDg7Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iak4sKQOwp2DzeITXrI6iZkxFn3yDg7Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iak4sKQOwp2DzeITXrI6iZkxFn3yDg7Q > .row .container > .video-iframe-container { display: none; }#iak4sKQOwp2DzeITXrI6iZkxFn3yDg7Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iak4sKQOwp2DzeITXrI6iZkxFn3yDg7Q > .row > .video-iframe-container { display: none; }#iak4sKQOwp2DzeITXrI6iZkxFn3yDg7Q > .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); }#iak4sKQOwp2DzeITXrI6iZkxFn3yDg7Q { border-width: 0; border-radius: 0; }#iak4sKQOwp2DzeITXrI6iZkxFn3yDg7Q > .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; }#iak4sKQOwp2DzeITXrI6iZkxFn3yDg7Q > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:38.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#scG1JyCrOhO6soCnaBMngKX0GnWlbEoz { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.75rem;width:18.75rem;top:3.814697265625E-6rem;left:0.625rem;overflow:hidden;display:block; }
#WahvxmemHODeP4QksOtHWpluQvgDJGF0 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.7495625rem;width:19.1873125rem;top:0rem;left:20.405818939209rem;overflow:hidden;display:block; }
#Dor3cUPIEUyB1sWqkAoEsowdekpn2I9z { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.7495625rem;width:19.375rem;top:0rem;left:40.312503814698rem;overflow:hidden;display:block; }
#tvytte8savfKqf0ilOu3qmea9wT80H7V { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1870625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:13.313802719116rem;left:1.9064674377441rem;height:1.62435rem;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; }
#QXqr0MwvhNqtTZIGWZLLnEX7aFxvnn5P { color:rgba(var(--color-tertiary-4),1);display:block;width:18.6870625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:13.313802719116rem;left:20.655384063721rem;height:1.62435rem;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; }
#H3b3Ibo63lJohrpp9iMQURA7hZCwbNxT { color:rgba(var(--color-tertiary-4),1);display:block;width:18.6870625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:13.394098281861rem;left:40.655384063721rem;height:1.462675rem;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; }
#xNS05f8EcaIQppduTbJhHhO4fbOEXi29 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:15.838760375976rem;left:0.9375rem;height:16.8988625rem;text-align:center;text-align-last:center;display:block; }
#ORPk2fe3Fm5b361JzxBbKUGFQtQqoxpT { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:15.838760375976rem;left:20.937503814698rem;height:10.3993125rem;text-align:center;text-align-last:center;display:block; }
#ZIB9fTDm4wvMEWTt6nBplq1OKGWelJ7l { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:15.838760375976rem;left:40.937503814698rem;height:6.4995625rem;text-align:center;text-align-last:center;display:block; }
#ltPCV7lHnuzB8TaTLC7qTJXG7WcGOCdx { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:34.1875rem;left:1.25rem;display:block; }
#gxKpbethB7IgdEASDgESe00M2K65COcx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Hadn2gkso1wh9g0iFSIcF4s5s2RTTPb3 { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:34.187288284302rem;left:21.250003814698rem;display:block; }
#MSHBHZvR4WwxVDzuGSu9HtDeUXAwUsXO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y267IB61VgJ8I8ZiMkN4wLssl396T2fs { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:34.187288284302rem;left:41.250003814698rem;display:block; }
#OTIXwkMJnninddmRzQezl5a23B1iOcKo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BNe9Xb1v0iNR0s2sohITDcEZKV7FvetC { position:relative;display:block; }#BNe9Xb1v0iNR0s2sohITDcEZKV7FvetC { background-color: transparent; background-image: none; }#BNe9Xb1v0iNR0s2sohITDcEZKV7FvetC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BNe9Xb1v0iNR0s2sohITDcEZKV7FvetC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BNe9Xb1v0iNR0s2sohITDcEZKV7FvetC > .row .container > .video-iframe-container { display: none; }#BNe9Xb1v0iNR0s2sohITDcEZKV7FvetC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BNe9Xb1v0iNR0s2sohITDcEZKV7FvetC > .row > .video-iframe-container { display: none; }#BNe9Xb1v0iNR0s2sohITDcEZKV7FvetC > .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); }#BNe9Xb1v0iNR0s2sohITDcEZKV7FvetC { border-width: 0; border-radius: 0; }#BNe9Xb1v0iNR0s2sohITDcEZKV7FvetC > .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; }#BNe9Xb1v0iNR0s2sohITDcEZKV7FvetC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:35.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#swCm6OgBpHBt8Iwy90EeZ5AeLlZFH8s3 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.625rem;width:19.125rem;top:0rem;left:0.3125rem;overflow:hidden;display:block; }
#g21ayMvUrwH65XzEp7uaR3CDyFqFuEAG { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.6248125rem;width:19.4998125rem;top:0rem;left:20.248481750488rem;overflow:hidden;display:block; }
#tx9irPkeMTkhqxVFK6kE6kIpQmDaU9Al { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.7495625rem;width:19.249125rem;top:0rem;left:40.374351501465rem;overflow:hidden;display:block; }
#D2ixraax62hbRZCEDcvdqgD0ux8UP8oV { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1870625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:13.313802719116rem;left:1.9064674377441rem;height:;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; }
#NTDgp4tDpT6AGG6QQwfEHV0HGLTaMBKX { color:rgba(var(--color-tertiary-4),1);display:block;width:18.6870625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:13.313802719116rem;left:20.655384063721rem;height:;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; }
#ZLwLcNQdUa6mtxDZasgBci4HIJFhMxvK { color:rgba(var(--color-tertiary-4),1);display:block;width:18.6870625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:13.394098281861rem;left:40.655384063721rem;height:;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; }
#IF1KFrXXw7WyWbwQnHsZnvK41z9ETS6Z { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:15.837675094604rem;left:0.9375rem;height:14.29906875rem;text-align:center;text-align-last:center;display:block; }
#XpseRIn92koEnrHrUJXnihRtfVM9Eia4 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:15.837675094604rem;left:20.937503814698rem;height:11.6992125rem;text-align:center;text-align-last:center;display:block; }
#JmiOPM3KR4oJWqs13IQLTQ2zkzPaD86g { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:15.838760375976rem;left:40.937503814698rem;height:10.39930625rem;text-align:center;text-align-last:center;display:block; }
#kT6nTyO1HNddL5tqvKes0wOfAbfTXhMc { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:30.8125rem;left:1.25rem;display:block; }
#ITGtJWDZ5w4uv9fuS9NsgQVL0dls34eM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Rg7biwvLKnn0NKE1JNkQd9tUSD2qclFz { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:30.8125rem;left:21.25rem;display:block; }
#F1mE2pfwV1WmgJguS7090TGWKfs8cHIS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NLe7oDMxh6D3MabdOGiDPU1l3v49PFqH { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:30.8125rem;left:41.25rem;display:block; }
#Kflv1Wgbzltt76t59CLSwLFocHVgWrI9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Lt9kvNzEI52eKAoFH7Bq2xfEXT6D6gCO { position:relative;display:block; }#Lt9kvNzEI52eKAoFH7Bq2xfEXT6D6gCO { background-color: transparent; background-image: none; }#Lt9kvNzEI52eKAoFH7Bq2xfEXT6D6gCO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lt9kvNzEI52eKAoFH7Bq2xfEXT6D6gCO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lt9kvNzEI52eKAoFH7Bq2xfEXT6D6gCO > .row .container > .video-iframe-container { display: none; }#Lt9kvNzEI52eKAoFH7Bq2xfEXT6D6gCO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lt9kvNzEI52eKAoFH7Bq2xfEXT6D6gCO > .row > .video-iframe-container { display: none; }#Lt9kvNzEI52eKAoFH7Bq2xfEXT6D6gCO > .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); }#Lt9kvNzEI52eKAoFH7Bq2xfEXT6D6gCO { border-width: 0; border-radius: 0; }#Lt9kvNzEI52eKAoFH7Bq2xfEXT6D6gCO > .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; }#Lt9kvNzEI52eKAoFH7Bq2xfEXT6D6gCO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:35.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lrz8QskygJWUFOd9aFKNU5KPcWrDPRfW { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.874375rem;width:19.375rem;top:0rem;left:0.3125rem;overflow:hidden;display:block; }
#mfLFSlSt4a2Jfnshc6NueTtJ7r4g4rh9 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.8125rem;width:19.3120625rem;top:0rem;left:20.342884063721rem;overflow:hidden;display:block; }
#qn4R9MnGfnzenuy82P94pff5qMod5aq7 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.7495625rem;width:17.061625rem;top:0rem;left:41.468105316162rem;overflow:hidden;display:block; }
#z4cf6zaas7TrLv0CNwd77P24hbqv9z6O { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1870625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:13.313802719116rem;left:1.9064674377441rem;height:;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; }
#F1D8ab8ufog1T2uWVXBppWE4PTMiGQTZ { color:rgba(var(--color-tertiary-4),1);display:block;width:18.6870625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:13.313802719116rem;left:20.655384063721rem;height:;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; }
#BumRTFgzg0b9ChL1huaBihTMx2PLX5xw { color:rgba(var(--color-tertiary-4),1);display:block;width:18.6870625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:13.394098281861rem;left:40.655384063721rem;height:1.62435rem;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; }
#Pwp40UhIKH2TxUbrm3py5mKfT0ATmit0 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:15.838760375976rem;left:0.9375rem;height:9.099375rem;text-align:center;text-align-last:center;display:block; }
#ZVEEGTEcci48M084Rtz70lbqJlUH7TWK { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:15.837675094604rem;left:20.937503814698rem;height:6.4995625rem;text-align:center;text-align-last:center;display:block; }
#ToMWit4ptabvossxGHlcTbVhfyTGMc2L { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:15.838760375976rem;left:40.937503814698rem;height:12.999125rem;text-align:center;text-align-last:center;display:block; }
#qWzHnKdOFAHa5kDpQp2gVANdbUCAZitV { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:30.185529708863rem;left:1.25rem;display:block; }
#TNcZD0QqzOCFgRFK0IP0mnAepaQI9Uht { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zhtTDCteDiadwuG0LmWGJuod6DquRUI2 { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:30.186616897583rem;left:21.250003814698rem;display:block; }
#daIfau4aOnxFs8T1ma92ZKp1FCAhyWC7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x7kJ1IhpolvH9H8eq21dg0qxz8goFr6g { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:30.186632156372rem;left:41.250003814698rem;display:block; }
#fS07EWNaJipmtr7oWATot17iLmZRTTPT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oNcminkvJCnw1rgATlaJQJ7AU5KBTTrB { position:relative;display:block; }#oNcminkvJCnw1rgATlaJQJ7AU5KBTTrB { background-color: transparent; background-image: none; }#oNcminkvJCnw1rgATlaJQJ7AU5KBTTrB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oNcminkvJCnw1rgATlaJQJ7AU5KBTTrB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oNcminkvJCnw1rgATlaJQJ7AU5KBTTrB > .row .container > .video-iframe-container { display: none; }#oNcminkvJCnw1rgATlaJQJ7AU5KBTTrB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oNcminkvJCnw1rgATlaJQJ7AU5KBTTrB > .row > .video-iframe-container { display: none; }#oNcminkvJCnw1rgATlaJQJ7AU5KBTTrB > .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); }#oNcminkvJCnw1rgATlaJQJ7AU5KBTTrB { border-width: 0; border-radius: 0; }#oNcminkvJCnw1rgATlaJQJ7AU5KBTTrB > .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; }#oNcminkvJCnw1rgATlaJQJ7AU5KBTTrB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:59.25rem;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; }#OTMo1OIr20QTvr5clHqmcT3V3Ty7AiEZ { color:rgba(var(--color-tertiary-4),1);display:block;width:55.5620625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.966796875rem;left:2.2178802490234rem;height:3.41145625rem;text-align:center;text-align-last:center;display:block; }
#vpUlV3e9K7wZx6nWxPTlomQUq4cqsmqi { color:rgba(var(--color-tertiary-4),1);display:block;width:48.75rem;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:4.3771705627441rem;left:5.625rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#ZWWrMMLIC7vMWxJP9mXHGMXD8QTnKM9a { color:rgba(var(--color-tertiary-4),1);display:block;width:58.811875rem;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:6.8500432968137rem;left:0.59244537353516rem;height:50.6965875rem;display:block; }
#Wfv3pxmfWaST04SA3GzdMCBk6dDcIQfL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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; }#Wfv3pxmfWaST04SA3GzdMCBk6dDcIQfL > .row .container { background-color: transparent; background-image: none; }#Wfv3pxmfWaST04SA3GzdMCBk6dDcIQfL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wfv3pxmfWaST04SA3GzdMCBk6dDcIQfL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wfv3pxmfWaST04SA3GzdMCBk6dDcIQfL > .row .container > .video-iframe-container { display: none; }#Wfv3pxmfWaST04SA3GzdMCBk6dDcIQfL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wfv3pxmfWaST04SA3GzdMCBk6dDcIQfL > .row > .video-iframe-container { display: none; }#Wfv3pxmfWaST04SA3GzdMCBk6dDcIQfL > .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); }#Wfv3pxmfWaST04SA3GzdMCBk6dDcIQfL > .row .container { border-width: 0; border-radius: 0; }#Wfv3pxmfWaST04SA3GzdMCBk6dDcIQfL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wfv3pxmfWaST04SA3GzdMCBk6dDcIQfL > .row .container { font-size:0.875rem;font-family:arial;height:14.9375rem;width:60rem;position:relative;display:block; }#sHSXrAnlDgqIL8KTVwqnmRw7mh3BugAA { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:5.8125rem;left:0rem;height:0;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;display:block; }
#vLCCkr9U80laE0V3m0upLFvzIfQo1sRU { color:#282828;display:block;width:59.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.4995422363281rem;left:0rem;height:5.19748125rem;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;display:block; }
#mn7TKmIXCgSqDmf9p0Ct7F7In77T4LT9 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:10.1875rem;left:0rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kVhIyVa19U8pfp5yRRMNtzotTo0sUGaG { color:rgba(var(--color-tertiary-4),1);display:block;width:13.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:10.1875rem;left:23.3125rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#pA3dpXsgyl4MGmSdMbC3V1aJHsIlK7GE { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:10.1875rem;left:47.5rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#MWPozHuzgpOnG2UIFuI0VDkKsc7NrRt7 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.749125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:11.484375rem;left:21.625434875488rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wPf2gPhsJFK5J9c94ldD17SLzkwmuMzi { width:20rem;height:6.25rem;top:5.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dG5I2ptJMOFnwZ0Lz07VcXU9Kfmpgu3k { width:20rem;height:8.125rem;top:7.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SenLIDSXqsozoadw6BMW43BoUXgdarlM { width:30.8125rem;height:8.75rem;top:18.0625rem;left:16.750434875488rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqmNaAU4wmKc81Ue2RuZePdtfEX4a6gD { width:12.5rem;height:;top:9.625rem;left:0rem;font-size:1rem;display:block; }#DqmNaAU4wmKc81Ue2RuZePdtfEX4a6gD li:before{  }
 }@media only screen and (max-width: 763px) { #IDoUrpuPedTOL7RmZmAx9MH689qBsbBT { width:12.5625rem;height:0;top:6.25rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MU00O5F251BUzzOEFGhSlvhiXHqFLBA4 { width:31.4375rem;height:9.4375rem;top:0rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFA238g8PCdUKCWIRGCGxh1GVOyiyxOa { width:2.375rem;height:2.375rem;top:27.5rem;left:18.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzTsgvZdDMBp05c6ht9SmZnJV70R2b8h { width:2.0625rem;height:2.0625rem;top:29.9375rem;left:18.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5yXfwvn5aS9aXHT5n9aQfJfpga1ORTJ { width:12.5rem;height:1.25rem;top:28.125rem;left:21rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTlLE6fAEZbpKtZfdDKF0SXhQIfA2Pdi { width:12.5rem;height:1.375rem;top:30.3125rem;left:21rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeK0XyFWUaU14SEMqKSknDLusTlIMWkB { width:17.5rem;height:3.4375rem;top:12rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7JWLGvIg206Vwy7XU3IeTiVHqK1NGxf { display:block; }
 }@media only screen and (max-width: 763px) { #T6B9Zd3vtFCLqPOdXzv3NJOeI7K9o8Ey { display:block; }#T6B9Zd3vtFCLqPOdXzv3NJOeI7K9o8Ey > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a56PK957PNJ1TtQ06det08qJUPILRA9T { width:6.9375rem;height:2.25rem;top:4.5625rem;left:10.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxSPKQZdxKhFw8PgorcGOrx3MHMdGcpH { width:23.5625rem;height:9.375rem;top:4.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktqaTnQlc6lKvGfXlQqqybAi5xzry8Si { width:28.8125rem;height:28.4375rem;top:14.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5una0qccNlIGmZ4Lkxqq9wwTiwZrwKg { width:0.0625rem;height:6.25rem;top:30.9375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXNIHspIa8yasakllhJBTVlpnq3ZfSRZ { width:0.0625rem;height:6.25rem;top:30.9375rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #llzotoxpUfOe17v4yCqJm3O3o5cUekwD { width:0.0625rem;height:3.9375rem;top:39.4375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4xti2tyeJ1HJXzZnm52iRI2M6AvWVtp { width:27rem;height:39.5rem;top:3.1875rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWqELs5NqOcLOONk96PgMNnnCt9TXuaH { width:12.5625rem;height:3.875rem;top:44.6875rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpqBFTgT31bpqQrR5i4sdCwIg8Ix0s3n { display:block; }
 }@media only screen and (max-width: 763px) { #EBKZTzM0nsOh8ZVvgh3HufMUvl6PpiWJ { width:13.5rem;height:3.875rem;top:44.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryFBe3gTQ1a7SgQkCPQ8kpe9wHfaNqfn { width:12.875rem;height:1.6875rem;top:45.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKuvMmidOTyp2toTqkLK7bF0m53lVcVF { width:12.5625rem;height:3.875rem;top:44.6875rem;left:35.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tx92fnFdHF7xMSeHGf3paTLFLKwGaies { display:block; }
 }@media only screen and (max-width: 763px) { #tKSflFvDRMxRF7zTwDUBT1LTdsz5QzRt { width:13.5rem;height:3.875rem;top:44.6875rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJmXtBbW0vT0aKEH2LbrWIhHaBsEl46q { width:12.875rem;height:1.6875rem;top:45.8125rem;left:26.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SC2kaWW1MBDOXfvwlfuDaAGIfQXx1PKD { display:block; }#SC2kaWW1MBDOXfvwlfuDaAGIfQXx1PKD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tCUDq3t9UEqGWKs14FqVe477n3AT6PIQ { width:19.6875rem;height:16.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2EPgo6yCS561LKb2NTzCJ478fE0LrOk { width:19.6875rem;height:16.1875rem;top:0rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPGv0r27s01ePPXIawD66NV2weVRZ5Hw { width:19.6875rem;height:16.1875rem;top:0rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJXZPDVlUDkl7fpuwO9T81MW3PcwvHmm { display:block; }#gJXZPDVlUDkl7fpuwO9T81MW3PcwvHmm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hBWJDcpvnQB6kDAl2KHT4lir5w3r0Jf2 { width:26.6875rem;height:6.25rem;top:1.6875rem;left:21.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OR8L24qxcc2o7WMaCW2Wa83buNhBxTBI { width:30.3125rem;height:30rem;top:9.8125rem;left:17.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLcgLwO0cvKEtFVl4HhR7g7eJTH2RLbU { width:28.5625rem;height:35rem;top:4.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZBLpuO8LchFcfx7u7laFuOcP5PWUEze { display:block; }#cZBLpuO8LchFcfx7u7laFuOcP5PWUEze > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TIwfUM9hnwOtrPmwAd1WwFHnun9gIPlG { width:29.1875rem;height:6.25rem;top:0.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VroJzqcAaKiu6vaTkWBh170HX7o1QeUL { width:29.4375rem;height:32.25rem;top:8rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxQWd2wzP5ThPuCpCenPrb6GpOmJTIkI { width:0.0625rem;height:3.9375rem;top:30rem;left:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KONVpxE3NrOEkNtZ9x9n4TcDBT9vhX8i { display:block; }#KONVpxE3NrOEkNtZ9x9n4TcDBT9vhX8i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dIoOx7PGo3mLGuBrQpspNXHuP64BCWWt { width:19.6875rem;height:16.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hX68DJgLiIZZOXHz41TBgui8FR733tBF { width:19.6875rem;height:16.1875rem;top:0rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIHrxH6pR5mRaApDX6XmlhQ3JBVe3fGh { width:19.6875rem;height:16.1875rem;top:0rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEqSdCq7MTBSz5FrsoTHmIqET6vxAVi7 { display:block; }#vEqSdCq7MTBSz5FrsoTHmIqET6vxAVi7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wUiTxSOUTMc0CplZN50XP2V2kvdmBskT { width:35.6875rem;height:9.375rem;top:1.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VC1BrroO4vEA8CTNA638E0O2Z8lRg3uf { width:30.3125rem;height:26.25rem;top:11.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIirQKc8PDK1efUM2TwUDcnimduU5Aum { width:25.6875rem;height:23.1875rem;top:0rem;left:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fV1Rh8yT74y8NSe3NpqSysKoS7P35hQZ { width:23.25rem;height:20.75rem;top:21.4375rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJRWgtzoIW09B3k2brW2oJBuBUBUnBTA { width:30.75rem;height:6.25rem;top:28.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fz9icTOZ25kOc0We5kfUWUkVOTR8IWaF { width:1.75rem;height:6.25rem;top:28.6875rem;left:8.3749980926512rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwVAeTVvPxnIcKfQMdr8xFm3ghcXBbC1 { width:0.1875rem;height:6.25rem;top:28.625rem;left:9.1562480926512rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJsDVAq4cxwIh71DmzoAE0TMLMZKmoBA { width:13.5rem;height:1.75rem;top:30.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApCOIIf4NzsWB42cBdiJ53IBp7AVgTt4 { width:15.5rem;height:1.4375rem;top:31.0625rem;left:10.124998092651rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fx0DrcfsuEJTzoAhDhnNwOIrLq9veb01 { width:12.625rem;height:3.9375rem;top:37.25rem;left:8.3749980926512rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ze1el3ZI70HqxXdoQ7rZGpsBpmwq3iBv { display:block; }
 }@media only screen and (max-width: 763px) { #aiZD4AekiMExvPmmfVKZUwX58pgBawam { width:7.875rem;height:3.9375rem;top:37.25rem;left:1.3510417938232rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gv6z87gKAQglVFAQFMVqJGnVqUmloAgX { width:7.1875rem;height:1.6875rem;top:38.25rem;left:2.0385417938233rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxqvAh9hyqAhgCKaRIZwPgOPNa8pBQ4R { display:block; }#TxqvAh9hyqAhgCKaRIZwPgOPNa8pBQ4R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZfLOKu9ez8VS6l9Ab57rFM3yRqFFF12B { width:19.6875rem;height:16.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQnL21ace1Imgl8cO9mWnP59SGn8gNgn { width:19.6875rem;height:16.1875rem;top:0rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxIIiKXwTf5nyi70TNd5Tkc81s3KU5ol { width:19.6875rem;height:16.1875rem;top:0rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnC2S0qAC3nihy5TD6fbefU9ImhgmwW9 { display:block; }#GnC2S0qAC3nihy5TD6fbefU9ImhgmwW9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dc1nLpto1CNPKZNTezRhxqWZoTHfaG25 { width:30.3125rem;height:30rem;top:6.0625rem;left:17.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJbULVeCyQxx1rTdIT2yXnsWacBrFl4Z { width:23.125rem;height:20.625rem;top:21.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1p5QiWianKkfQD6ZNED1JuSF6PhkiZp { width:30.75rem;height:6.25rem;top:24.875rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwELUF83ShfPpiZeN7pFVeDFUFlB086Z { width:0.1875rem;height:6.25rem;top:24.875rem;left:37.626043319702rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4MBT9vrXKxv6H5cwcgf1OPsSrbkGyHm { width:13.5rem;height:1.75rem;top:27.0625rem;left:23.563543319702rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQ2mmlgJETpv5lBw6m2wslWHspPdmVOT { width:15.5rem;height:1.4375rem;top:27.25rem;left:32.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsnOAGbMpREylnexT7MJvoUcT8JXSMFG { width:12.625rem;height:3.9375rem;top:34.3125rem;left:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6DC5MB0giB56pzvW2g5WlyqNOIguHQx { display:block; }
 }@media only screen and (max-width: 763px) { #Tv7BTc5WmtIm0of5kZyOcDewxdroMMv1 { width:7.875rem;height:3.9375rem;top:34.3125rem;left:29.820837020874rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOPEmhiDMB9UD0bXCrPMJz3EZI5aB2u8 { width:7.1875rem;height:1.6875rem;top:35.4375rem;left:30.508337020874rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibzgcKoU547TxJXCZ9dpMpcVqoo2aex1 { width:25.6875rem;height:23.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXn48nn5lhmm22uHZxMqUHskf8wqSBqt { width:29rem;height:3.125rem;top:2.375rem;left:18.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoTATtogIDo6lb0HqfE6xpz0qblZs2ny { display:block; }#WoTATtogIDo6lb0HqfE6xpz0qblZs2ny > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DlAwRJSRa4gfh0ItUnxJ9DO48froR1ae { width:19.6875rem;height:16.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xO3nJ5R2iHSKWivhLaAT87rMQBUBrHQr { width:19.6875rem;height:16.1875rem;top:0rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGzESS96da1durgG4Br6St6v54MAmTTv { width:19.6875rem;height:16.1875rem;top:0rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdEs3WG1CWlbNZt1nGFLeKMbuWGp3Kzx { width:26.375rem;height:31.4375rem;top:16.1875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUSqW5hcuBv4TB2yGgNq40Pe4cUD5zDy { display:block; }#nUSqW5hcuBv4TB2yGgNq40Pe4cUD5zDy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RX6rC3z8iP1xIiTBuHKlqrArJNvR3Gte { width:30.3125rem;height:33.75rem;top:9.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3w353ZioEkPu06s2IzWapaL4Ed6BZvS { width:27.9375rem;height:5.5rem;top:38.6875rem;left:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELgZafIuaQCqOi09akA36I9QidZ9o8JE { width:0.125rem;height:5.5rem;top:38.625rem;left:39.817708969116rem;display:block; }
 }@media only screen and (max-width: 763px) { #H42dpc7EGpbGanrCEmTfpBWznSNpXCXR { width:13.6875rem;height:1.75rem;top:40.5625rem;left:25.387498855591rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqnZGn0LGrKmAlzlz4TCEafUHEzUdtcB { width:11.5rem;height:3.125rem;top:40.5625rem;left:36.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfGlV4totNI57pA46rVUOTbnqamB400i { width:12.625rem;height:3.9375rem;top:45.625rem;left:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fm2teAJdKUVhfNz5K2eNlGOz8rb7znIt { display:block; }
 }@media only screen and (max-width: 763px) { #axEug7O2vTsGd3e0XruHd4ykkgt6WGAy { width:7.875rem;height:3.9375rem;top:45.625rem;left:32.012502670288rem;display:block; }
 }@media only screen and (max-width: 763px) { #uakZBGE38gcBrVHTQ7OBzsgribTZiFa7 { width:7.1875rem;height:1.6875rem;top:46.75rem;left:32.700002670288rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wul09VGD6Zke8wxeUUaZB8v149TnowGG { width:30.3125rem;height:22.375rem;top:32.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4AVpwIdygkACAhi0mu8F4EbhvluURdv { width:40.625rem;height:6.25rem;top:1.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlggX3k5o49z5H6FzddOkl3GzTgOP52E { width:7.1875rem;height:1.6875rem;top:35.4375rem;left:30.508337020874rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KD48mFwLFPiedM1idJ6EJxdPW8zf0iyZ { display:block; }#KD48mFwLFPiedM1idJ6EJxdPW8zf0iyZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hDmgrTtdrTQMFKHK5kaJFzi9Bkfg78Uq { width:27.25rem;height:3.125rem;top:1.8125rem;left:10.218318939209rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #veEVe9eOJv7XPflVPZ46gkyCrv5MP5dT { width:40.9375rem;height:18.75rem;top:7.625rem;left:3.40625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iak4sKQOwp2DzeITXrI6iZkxFn3yDg7Q { display:block; }#iak4sKQOwp2DzeITXrI6iZkxFn3yDg7Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #scG1JyCrOhO6soCnaBMngKX0GnWlbEoz { width:18.75rem;height:12.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WahvxmemHODeP4QksOtHWpluQvgDJGF0 { width:19.125rem;height:12.708157164403rem;top:0rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dor3cUPIEUyB1sWqkAoEsowdekpn2I9z { width:19.375rem;height:12.7495625rem;top:0rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvytte8savfKqf0ilOu3qmea9wT80H7V { width:16.125rem;height:1.5625rem;top:13.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXqr0MwvhNqtTZIGWZLLnEX7aFxvnn5P { width:18.625rem;height:1.5625rem;top:13.3125rem;left:13.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3b3Ibo63lJohrpp9iMQURA7hZCwbNxT { width:18.625rem;height:1.4375rem;top:13.375rem;left:29rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNS05f8EcaIQppduTbJhHhO4fbOEXi29 { width:18.125rem;height:16.875rem;top:15.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORPk2fe3Fm5b361JzxBbKUGFQtQqoxpT { width:18.125rem;height:10.375rem;top:15.8125rem;left:13.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIB9fTDm4wvMEWTt6nBplq1OKGWelJ7l { width:18.125rem;height:6.4375rem;top:15.8125rem;left:29.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltPCV7lHnuzB8TaTLC7qTJXG7WcGOCdx { width:17.5rem;height:3.4375rem;top:34.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxKpbethB7IgdEASDgESe00M2K65COcx { display:block; }
 }@media only screen and (max-width: 763px) { #Hadn2gkso1wh9g0iFSIcF4s5s2RTTPb3 { width:17.5rem;height:3.4375rem;top:34.125rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSHBHZvR4WwxVDzuGSu9HtDeUXAwUsXO { display:block; }
 }@media only screen and (max-width: 763px) { #y267IB61VgJ8I8ZiMkN4wLssl396T2fs { width:17.5rem;height:3.4375rem;top:34.125rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTIXwkMJnninddmRzQezl5a23B1iOcKo { display:block; }
 }@media only screen and (max-width: 763px) { #BNe9Xb1v0iNR0s2sohITDcEZKV7FvetC { display:block; }#BNe9Xb1v0iNR0s2sohITDcEZKV7FvetC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #swCm6OgBpHBt8Iwy90EeZ5AeLlZFH8s3 { width:19.125rem;height:12.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g21ayMvUrwH65XzEp7uaR3CDyFqFuEAG { width:19.4375rem;height:12.584469361885rem;top:0rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tx9irPkeMTkhqxVFK6kE6kIpQmDaU9Al { width:19.1875rem;height:12.708745486808rem;top:0rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2ixraax62hbRZCEDcvdqgD0ux8UP8oV { width:16.125rem;height:;top:13.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTDgp4tDpT6AGG6QQwfEHV0HGLTaMBKX { width:18.625rem;height:;top:13.3125rem;left:13.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLwLcNQdUa6mtxDZasgBci4HIJFhMxvK { width:18.625rem;height:;top:13.375rem;left:29rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IF1KFrXXw7WyWbwQnHsZnvK41z9ETS6Z { width:18.125rem;height:14.25rem;top:15.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpseRIn92koEnrHrUJXnihRtfVM9Eia4 { width:18.125rem;height:11.6875rem;top:15.8125rem;left:13.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmiOPM3KR4oJWqs13IQLTQ2zkzPaD86g { width:18.125rem;height:10.375rem;top:15.8125rem;left:29.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT6nTyO1HNddL5tqvKes0wOfAbfTXhMc { width:17.5rem;height:3.4375rem;top:30.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITGtJWDZ5w4uv9fuS9NsgQVL0dls34eM { display:block; }
 }@media only screen and (max-width: 763px) { #Rg7biwvLKnn0NKE1JNkQd9tUSD2qclFz { width:17.5rem;height:3.4375rem;top:30.8125rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1mE2pfwV1WmgJguS7090TGWKfs8cHIS { display:block; }
 }@media only screen and (max-width: 763px) { #NLe7oDMxh6D3MabdOGiDPU1l3v49PFqH { width:17.5rem;height:3.4375rem;top:30.8125rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kflv1Wgbzltt76t59CLSwLFocHVgWrI9 { display:block; }
 }@media only screen and (max-width: 763px) { #Lt9kvNzEI52eKAoFH7Bq2xfEXT6D6gCO { display:block; }#Lt9kvNzEI52eKAoFH7Bq2xfEXT6D6gCO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lrz8QskygJWUFOd9aFKNU5KPcWrDPRfW { width:19.375rem;height:12.874375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfLFSlSt4a2Jfnshc6NueTtJ7r4g4rh9 { width:19.25rem;height:12.771324916746rem;top:0rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qn4R9MnGfnzenuy82P94pff5qMod5aq7 { width:17rem;height:12.703512268028rem;top:0rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4cf6zaas7TrLv0CNwd77P24hbqv9z6O { width:16.125rem;height:;top:13.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1D8ab8ufog1T2uWVXBppWE4PTMiGQTZ { width:18.625rem;height:;top:13.3125rem;left:13.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BumRTFgzg0b9ChL1huaBihTMx2PLX5xw { width:18.625rem;height:1.5625rem;top:13.375rem;left:29rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pwp40UhIKH2TxUbrm3py5mKfT0ATmit0 { width:18.125rem;height:9.0625rem;top:15.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVEEGTEcci48M084Rtz70lbqJlUH7TWK { width:18.125rem;height:6.4375rem;top:15.8125rem;left:13.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToMWit4ptabvossxGHlcTbVhfyTGMc2L { width:18.125rem;height:12.9375rem;top:15.8125rem;left:29.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWzHnKdOFAHa5kDpQp2gVANdbUCAZitV { width:17.5rem;height:3.4375rem;top:30.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNcZD0QqzOCFgRFK0IP0mnAepaQI9Uht { display:block; }
 }@media only screen and (max-width: 763px) { #zhtTDCteDiadwuG0LmWGJuod6DquRUI2 { width:17.5rem;height:3.4375rem;top:30.125rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #daIfau4aOnxFs8T1ma92ZKp1FCAhyWC7 { display:block; }
 }@media only screen and (max-width: 763px) { #x7kJ1IhpolvH9H8eq21dg0qxz8goFr6g { width:17.5rem;height:3.4375rem;top:30.125rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fS07EWNaJipmtr7oWATot17iLmZRTTPT { display:block; }
 }@media only screen and (max-width: 763px) { #oNcminkvJCnw1rgATlaJQJ7AU5KBTTrB { display:block; }#oNcminkvJCnw1rgATlaJQJ7AU5KBTTrB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OTMo1OIr20QTvr5clHqmcT3V3Ty7AiEZ { width:47.75rem;height:;top:0.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpUlV3e9K7wZx6nWxPTlomQUq4cqsmqi { width:47.75rem;height:1.25rem;top:4.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWWrMMLIC7vMWxJP9mXHGMXD8QTnKM9a { width:47.75rem;height:50.6875rem;top:6.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wfv3pxmfWaST04SA3GzdMCBk6dDcIQfL { display:block; }#Wfv3pxmfWaST04SA3GzdMCBk6dDcIQfL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sHSXrAnlDgqIL8KTVwqnmRw7mh3BugAA { width:21.875rem;height:0;top:5.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLCCkr9U80laE0V3m0upLFvzIfQo1sRU { width:47.75rem;height:5.1875rem;top:1.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mn7TKmIXCgSqDmf9p0Ct7F7In77T4LT9 { width:11.25rem;height:1.25rem;top:10.1875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVhIyVa19U8pfp5yRRMNtzotTo0sUGaG { width:13.3125rem;height:1.25rem;top:10.125rem;left:17.186634063721rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pA3dpXsgyl4MGmSdMbC3V1aJHsIlK7GE { width:12.5rem;height:1.25rem;top:10.1875rem;left:35.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWPozHuzgpOnG2UIFuI0VDkKsc7NrRt7 { width:16.6875rem;height:1.25rem;top:11.4375rem;left:15.500434875488rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:51.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wPf2gPhsJFK5J9c94ldD17SLzkwmuMzi { width:20rem;height:6.25rem;top:31.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dG5I2ptJMOFnwZ0Lz07VcXU9Kfmpgu3k { width:20rem;height:11.6875rem;top:31.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SenLIDSXqsozoadw6BMW43BoUXgdarlM { width:20rem;height:1.4rem;top:19.706249237061rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqmNaAU4wmKc81Ue2RuZePdtfEX4a6gD { width:12.5rem;height:0;top:50.7rem;left:3.75rem;font-size:1rem;display:block; }#DqmNaAU4wmKc81Ue2RuZePdtfEX4a6gD li:before{  }
 }@media only screen and (max-width: 763px) { #IDoUrpuPedTOL7RmZmAx9MH689qBsbBT { width:12.625rem;height:4.38585rem;top:32.875rem;left:3.6875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MU00O5F251BUzzOEFGhSlvhiXHqFLBA4 { width:20rem;height:6.0039761431411rem;top:9.91250038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFA238g8PCdUKCWIRGCGxh1GVOyiyxOa { width:2.4375rem;height:2.4375rem;top:44.5625rem;left:2.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzTsgvZdDMBp05c6ht9SmZnJV70R2b8h { width:2.125rem;height:2.125rem;top:46.9375rem;left:2.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5yXfwvn5aS9aXHT5n9aQfJfpga1ORTJ { width:12.5rem;height:1.2999125rem;top:45.1875rem;left:4.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTlLE6fAEZbpKtZfdDKF0SXhQIfA2Pdi { width:12.5rem;height:1.38020625rem;top:47.3125rem;left:4.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeK0XyFWUaU14SEMqKSknDLusTlIMWkB { width:17.5rem;height:3.4375rem;top:39.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7JWLGvIg206Vwy7XU3IeTiVHqK1NGxf { display:block; }
 }@media only screen and (max-width: 763px) { #T6B9Zd3vtFCLqPOdXzv3NJOeI7K9o8Ey { display:block; }#T6B9Zd3vtFCLqPOdXzv3NJOeI7K9o8Ey > .row .container { width:20rem;height:82rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a56PK957PNJ1TtQ06det08qJUPILRA9T { width:6.9375rem;height:2.25rem;top:9.0625rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxSPKQZdxKhFw8PgorcGOrx3MHMdGcpH { width:20rem;height:6rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktqaTnQlc6lKvGfXlQqqybAi5xzry8Si { width:20rem;height:25.3125rem;top:12.5625rem;left:0rem;text-align:justify;text-align-last:initial;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5una0qccNlIGmZ4Lkxqq9wwTiwZrwKg { width:0.0625rem;height:6.25rem;top:39.125rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXNIHspIa8yasakllhJBTVlpnq3ZfSRZ { width:0.0625rem;height:6.25rem;top:46.625rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #llzotoxpUfOe17v4yCqJm3O3o5cUekwD { width:0.0625rem;height:3.9375rem;top:54.125rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4xti2tyeJ1HJXzZnm52iRI2M6AvWVtp { width:19.9370625rem;height:29.249125rem;top:39.124349594116rem;left:0.061848938465118rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWqELs5NqOcLOONk96PgMNnnCt9TXuaH { width:10rem;height:5.1875rem;top:69.0625rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpqBFTgT31bpqQrR5i4sdCwIg8Ix0s3n { display:block; }
 }@media only screen and (max-width: 763px) { #EBKZTzM0nsOh8ZVvgh3HufMUvl6PpiWJ { width:9.6875rem;height:5.1875rem;top:69.0625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryFBe3gTQ1a7SgQkCPQ8kpe9wHfaNqfn { width:9.749375rem;height:3.41363125rem;top:69.9375rem;left:1.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKuvMmidOTyp2toTqkLK7bF0m53lVcVF { width:10.2495625rem;height:3.87478125rem;top:75.5371131897rem;left:9.7504349350931rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tx92fnFdHF7xMSeHGf3paTLFLKwGaies { display:block; }
 }@media only screen and (max-width: 763px) { #tKSflFvDRMxRF7zTwDUBT1LTdsz5QzRt { width:9.875rem;height:3.875rem;top:75.53711128235rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJmXtBbW0vT0aKEH2LbrWIhHaBsEl46q { width:7.7495625rem;height:3.41363125rem;top:75.766063690187rem;left:1.0926650166511rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SC2kaWW1MBDOXfvwlfuDaAGIfQXx1PKD { display:block; }#SC2kaWW1MBDOXfvwlfuDaAGIfQXx1PKD > .row .container { width:20rem;height:53.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tCUDq3t9UEqGWKs14FqVe477n3AT6PIQ { width:19.6875rem;height:16.1875rem;top:1.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2EPgo6yCS561LKb2NTzCJ478fE0LrOk { width:19.6875rem;height:16.1875rem;top:18.6875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPGv0r27s01ePPXIawD66NV2weVRZ5Hw { width:19.6875rem;height:16.1875rem;top:36.125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJXZPDVlUDkl7fpuwO9T81MW3PcwvHmm { display:block; }#gJXZPDVlUDkl7fpuwO9T81MW3PcwvHmm > .row .container { width:20rem;height:60.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hBWJDcpvnQB6kDAl2KHT4lir5w3r0Jf2 { width:20rem;height:4rem;top:27.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OR8L24qxcc2o7WMaCW2Wa83buNhBxTBI { width:20rem;height:23.90625rem;top:32.6875rem;left:0rem;text-align:justify;text-align-last:initial;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLcgLwO0cvKEtFVl4HhR7g7eJTH2RLbU { width:20rem;height:24.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZBLpuO8LchFcfx7u7laFuOcP5PWUEze { display:block; }#cZBLpuO8LchFcfx7u7laFuOcP5PWUEze > .row .container { width:20rem;height:55.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TIwfUM9hnwOtrPmwAd1WwFHnun9gIPlG { width:20rem;height:4rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VroJzqcAaKiu6vaTkWBh170HX7o1QeUL { width:20rem;height:47.4717875rem;top:6.875rem;left:0rem;text-align:justify;text-align-last:initial;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxQWd2wzP5ThPuCpCenPrb6GpOmJTIkI { width:0.0625rem;height:3.9375rem;top:48.025rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KONVpxE3NrOEkNtZ9x9n4TcDBT9vhX8i { display:block; }#KONVpxE3NrOEkNtZ9x9n4TcDBT9vhX8i > .row .container { width:20rem;height:53.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dIoOx7PGo3mLGuBrQpspNXHuP64BCWWt { width:19.6875rem;height:16.1875rem;top:1.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hX68DJgLiIZZOXHz41TBgui8FR733tBF { width:19.6875rem;height:16.1875rem;top:18.6875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIHrxH6pR5mRaApDX6XmlhQ3JBVe3fGh { width:19.6875rem;height:16.1875rem;top:36.125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEqSdCq7MTBSz5FrsoTHmIqET6vxAVi7 { display:block; }#vEqSdCq7MTBSz5FrsoTHmIqET6vxAVi7 > .row .container { width:20rem;height:83.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wUiTxSOUTMc0CplZN50XP2V2kvdmBskT { width:20rem;height:6rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VC1BrroO4vEA8CTNA638E0O2Z8lRg3uf { width:20rem;height:21.09375rem;top:9.0625rem;left:0rem;text-align:justify;text-align-last:initial;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIirQKc8PDK1efUM2TwUDcnimduU5Aum { width:20rem;height:18rem;top:31.40625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fV1Rh8yT74y8NSe3NpqSysKoS7P35hQZ { width:20rem;height:17.8489375rem;top:63.40625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJRWgtzoIW09B3k2brW2oJBuBUBUnBTA { width:20rem;height:6.25rem;top:50.65625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fz9icTOZ25kOc0We5kfUWUkVOTR8IWaF { width:1.75rem;height:6.25rem;top:50.71875rem;left:13.430206298828rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwVAeTVvPxnIcKfQMdr8xFm3ghcXBbC1 { width:0.1875rem;height:6.25rem;top:50.656250953674rem;left:0rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #CJsDVAq4cxwIh71DmzoAE0TMLMZKmoBA { width:13.5rem;height:1.7875rem;top:51.700000762939rem;left:4.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApCOIIf4NzsWB42cBdiJ53IBp7AVgTt4 { width:15.5rem;height:1.462675rem;top:54.174999237061rem;left:3.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fx0DrcfsuEJTzoAhDhnNwOIrLq9veb01 { width:12.625rem;height:3.9375rem;top:58.218750953674rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ze1el3ZI70HqxXdoQ7rZGpsBpmwq3iBv { display:block; }
 }@media only screen and (max-width: 763px) { #aiZD4AekiMExvPmmfVKZUwX58pgBawam { width:7.9375rem;height:3.9375rem;top:58.218750953674rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gv6z87gKAQglVFAQFMVqJGnVqUmloAgX { width:7.1875rem;height:1.7068125rem;top:59.334376335144rem;left:1.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxqvAh9hyqAhgCKaRIZwPgOPNa8pBQ4R { display:block; }#TxqvAh9hyqAhgCKaRIZwPgOPNa8pBQ4R > .row .container { width:20rem;height:53.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZfLOKu9ez8VS6l9Ab57rFM3yRqFFF12B { width:19.6875rem;height:16.1875rem;top:1.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQnL21ace1Imgl8cO9mWnP59SGn8gNgn { width:19.6875rem;height:16.1875rem;top:18.6875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxIIiKXwTf5nyi70TNd5Tkc81s3KU5ol { width:19.6875rem;height:16.1875rem;top:36.125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnC2S0qAC3nihy5TD6fbefU9ImhgmwW9 { display:block; }#GnC2S0qAC3nihy5TD6fbefU9ImhgmwW9 > .row .container { width:20rem;height:83.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dc1nLpto1CNPKZNTezRhxqWZoTHfaG25 { width:20rem;height:25.3125rem;top:43.025rem;left:0rem;text-align:justify;text-align-last:initial;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJbULVeCyQxx1rTdIT2yXnsWacBrFl4Z { width:20rem;height:17.8375rem;top:23.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1p5QiWianKkfQD6ZNED1JuSF6PhkiZp { width:20rem;height:6.25rem;top:69.587501525881rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwELUF83ShfPpiZeN7pFVeDFUFlB086Z { width:0.1875rem;height:6.25rem;top:69.587499618531rem;left:0rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #b4MBT9vrXKxv6H5cwcgf1OPsSrbkGyHm { width:13.5rem;height:1.7875rem;top:70.263544082644rem;left:3.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQ2mmlgJETpv5lBw6m2wslWHspPdmVOT { width:15.5rem;height:1.462675rem;top:73.106250762938rem;left:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsnOAGbMpREylnexT7MJvoUcT8JXSMFG { width:9.75rem;height:3.9375rem;top:77.087499618531rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6DC5MB0giB56pzvW2g5WlyqNOIguHQx { display:block; }
 }@media only screen and (max-width: 763px) { #Tv7BTc5WmtIm0of5kZyOcDewxdroMMv1 { width:7.875rem;height:3.9375rem;top:77.087499618531rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOPEmhiDMB9UD0bXCrPMJz3EZI5aB2u8 { width:7.1875rem;height:1.7068125rem;top:78.203125rem;left:2.0072908401489rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibzgcKoU547TxJXCZ9dpMpcVqoo2aex1 { width:20rem;height:18rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXn48nn5lhmm22uHZxMqUHskf8wqSBqt { width:20rem;height:2rem;top:20.5rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoTATtogIDo6lb0HqfE6xpz0qblZs2ny { display:block; }#WoTATtogIDo6lb0HqfE6xpz0qblZs2ny > .row .container { width:20rem;height:78.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DlAwRJSRa4gfh0ItUnxJ9DO48froR1ae { width:19.6875rem;height:16.1875rem;top:1.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xO3nJ5R2iHSKWivhLaAT87rMQBUBrHQr { width:19.6875rem;height:16.1875rem;top:18.6875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGzESS96da1durgG4Br6St6v54MAmTTv { width:19.6875rem;height:16.1875rem;top:61.2135625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdEs3WG1CWlbNZt1nGFLeKMbuWGp3Kzx { width:20rem;height:23.8125rem;top:36.124137878418rem;left:-0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUSqW5hcuBv4TB2yGgNq40Pe4cUD5zDy { display:block; }#nUSqW5hcuBv4TB2yGgNq40Pe4cUD5zDy > .row .container { width:20rem;height:71.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RX6rC3z8iP1xIiTBuHKlqrArJNvR3Gte { width:20rem;height:28.125rem;top:25.6875rem;left:0rem;text-align:justify;text-align-last:initial;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3w353ZioEkPu06s2IzWapaL4Ed6BZvS { width:20rem;height:5.5rem;top:55.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELgZafIuaQCqOi09akA36I9QidZ9o8JE { width:0.125rem;height:5.5rem;top:55.0625rem;left:2.1875rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #H42dpc7EGpbGanrCEmTfpBWznSNpXCXR { width:13.6875rem;height:1.7875rem;top:55.606248855591rem;left:3.15625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqnZGn0LGrKmAlzlz4TCEafUHEzUdtcB { width:11.5rem;height:1.462675rem;top:58.268751144409rem;left:4.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfGlV4totNI57pA46rVUOTbnqamB400i { width:12.625rem;height:3.9375rem;top:62.59374809265rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fm2teAJdKUVhfNz5K2eNlGOz8rb7znIt { display:block; }
 }@media only screen and (max-width: 763px) { #axEug7O2vTsGd3e0XruHd4ykkgt6WGAy { width:7.875rem;height:3.9375rem;top:62.59374809265rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uakZBGE38gcBrVHTQ7OBzsgribTZiFa7 { width:7.1875rem;height:1.7068125rem;top:69.678131103512rem;left:6.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wul09VGD6Zke8wxeUUaZB8v149TnowGG { width:20rem;height:15.375rem;top:9.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4AVpwIdygkACAhi0mu8F4EbhvluURdv { width:20rem;height:6rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlggX3k5o49z5H6FzddOkl3GzTgOP52E { width:7.1875rem;height:1.7068125rem;top:63.709388732913rem;left:2.1875rem;font-size:1.3125rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #KD48mFwLFPiedM1idJ6EJxdPW8zf0iyZ { display:block; }#KD48mFwLFPiedM1idJ6EJxdPW8zf0iyZ > .row .container { width:20rem;height:21.373687744141rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hDmgrTtdrTQMFKHK5kaJFzi9Bkfg78Uq { width:20rem;height:1.99978125rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #veEVe9eOJv7XPflVPZ46gkyCrv5MP5dT { width:20rem;height:16.875rem;top:4.4987rem;left:0rem;text-align:justify;text-align-last:initial;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iak4sKQOwp2DzeITXrI6iZkxFn3yDg7Q { display:block; }#iak4sKQOwp2DzeITXrI6iZkxFn3yDg7Q > .row .container { width:20rem;height:103.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #scG1JyCrOhO6soCnaBMngKX0GnWlbEoz { width:18.75rem;height:12.75rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WahvxmemHODeP4QksOtHWpluQvgDJGF0 { width:19.125rem;height:12.708157164403rem;top:15.25rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dor3cUPIEUyB1sWqkAoEsowdekpn2I9z { width:19.375rem;height:12.7495625rem;top:29.20725rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvytte8savfKqf0ilOu3qmea9wT80H7V { width:16.124125rem;height:1.62435rem;top:43.205317626953rem;left:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXqr0MwvhNqtTZIGWZLLnEX7aFxvnn5P { width:18.624125rem;height:1.62435rem;top:68.914980126956rem;left:0.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3b3Ibo63lJohrpp9iMQURA7hZCwbNxT { width:18.624125rem;height:1.462675rem;top:88.126142626956rem;left:0.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNS05f8EcaIQppduTbJhHhO4fbOEXi29 { width:18.125rem;height:16.8988625rem;top:46.079667626953rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORPk2fe3Fm5b361JzxBbKUGFQtQqoxpT { width:18.125rem;height:10.3993125rem;top:71.789330126956rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIB9fTDm4wvMEWTt6nBplq1OKGWelJ7l { width:18.125rem;height:6.4995625rem;top:90.838817626956rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltPCV7lHnuzB8TaTLC7qTJXG7WcGOCdx { width:17.5rem;height:3.4375rem;top:64.227480126956rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxKpbethB7IgdEASDgESe00M2K65COcx { display:block; }
 }@media only screen and (max-width: 763px) { #Hadn2gkso1wh9g0iFSIcF4s5s2RTTPb3 { width:17.5rem;height:3.4375rem;top:83.438642626956rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSHBHZvR4WwxVDzuGSu9HtDeUXAwUsXO { display:block; }
 }@media only screen and (max-width: 763px) { #y267IB61VgJ8I8ZiMkN4wLssl396T2fs { width:17.5rem;height:3.4375rem;top:98.587317626956rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTIXwkMJnninddmRzQezl5a23B1iOcKo { display:block; }
 }@media only screen and (max-width: 763px) { #BNe9Xb1v0iNR0s2sohITDcEZKV7FvetC { display:block; }#BNe9Xb1v0iNR0s2sohITDcEZKV7FvetC > .row .container { width:20rem;height:99.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #swCm6OgBpHBt8Iwy90EeZ5AeLlZFH8s3 { width:20rem;height:13.1875rem;top:0.93747329711912rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g21ayMvUrwH65XzEp7uaR3CDyFqFuEAG { width:20rem;height:12.9375rem;top:14.123264312744rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tx9irPkeMTkhqxVFK6kE6kIpQmDaU9Al { width:20rem;height:13.2498125rem;top:27.060546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2ixraax62hbRZCEDcvdqgD0ux8UP8oV { width:16.124125rem;height:1.62435rem;top:41.1875rem;left:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTDgp4tDpT6AGG6QQwfEHV0HGLTaMBKX { width:18.624125rem;height:1.62435rem;top:62.1875rem;left:0.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLwLcNQdUa6mtxDZasgBci4HIJFhMxvK { width:18.624125rem;height:1.462675rem;top:80.125rem;left:0.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IF1KFrXXw7WyWbwQnHsZnvK41z9ETS6Z { width:18.125rem;height:14.29906875rem;top:44.0625rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpseRIn92koEnrHrUJXnihRtfVM9Eia4 { width:18.125rem;height:11.6992125rem;top:65.0625rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmiOPM3KR4oJWqs13IQLTQ2zkzPaD86g { width:18.125rem;height:10.39930625rem;top:82.8125rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT6nTyO1HNddL5tqvKes0wOfAbfTXhMc { width:17.5rem;height:3.4375rem;top:58.819446563721rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITGtJWDZ5w4uv9fuS9NsgQVL0dls34eM { display:block; }
 }@media only screen and (max-width: 763px) { #Rg7biwvLKnn0NKE1JNkQd9tUSD2qclFz { width:17.5rem;height:3.4375rem;top:76.756731987rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1mE2pfwV1WmgJguS7090TGWKfs8cHIS { display:block; }
 }@media only screen and (max-width: 763px) { #NLe7oDMxh6D3MabdOGiDPU1l3v49PFqH { width:17.5rem;height:3.4375rem;top:95.086809158325rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kflv1Wgbzltt76t59CLSwLFocHVgWrI9 { display:block; }
 }@media only screen and (max-width: 763px) { #Lt9kvNzEI52eKAoFH7Bq2xfEXT6D6gCO { display:block; }#Lt9kvNzEI52eKAoFH7Bq2xfEXT6D6gCO > .row .container { width:20rem;height:99.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lrz8QskygJWUFOd9aFKNU5KPcWrDPRfW { width:20rem;height:13.3125rem;top:1.0622730255127rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfLFSlSt4a2Jfnshc6NueTtJ7r4g4rh9 { width:20rem;height:13.3125rem;top:14.371746063233rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qn4R9MnGfnzenuy82P94pff5qMod5aq7 { width:20rem;height:15rem;top:27.681207656861rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4cf6zaas7TrLv0CNwd77P24hbqv9z6O { width:16.124125rem;height:1.62435rem;top:43.205317626953rem;left:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1D8ab8ufog1T2uWVXBppWE4PTMiGQTZ { width:18.624125rem;height:1.62435rem;top:62.1875rem;left:0.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BumRTFgzg0b9ChL1huaBihTMx2PLX5xw { width:18.624125rem;height:1.462675rem;top:77.6875rem;left:0.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pwp40UhIKH2TxUbrm3py5mKfT0ATmit0 { width:18.125rem;height:9.099375rem;top:46.079667626953rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVEEGTEcci48M084Rtz70lbqJlUH7TWK { width:18.125rem;height:6.4995625rem;top:65.0625rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToMWit4ptabvossxGHlcTbVhfyTGMc2L { width:18.125rem;height:12.999125rem;top:80.375rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWzHnKdOFAHa5kDpQp2gVANdbUCAZitV { width:17.5rem;height:3.4375rem;top:56.914057254791rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNcZD0QqzOCFgRFK0IP0mnAepaQI9Uht { display:block; }
 }@media only screen and (max-width: 763px) { #zhtTDCteDiadwuG0LmWGJuod6DquRUI2 { width:17.5rem;height:3.4375rem;top:73.123920440675rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #daIfau4aOnxFs8T1ma92ZKp1FCAhyWC7 { display:block; }
 }@media only screen and (max-width: 763px) { #x7kJ1IhpolvH9H8eq21dg0qxz8goFr6g { width:17.5rem;height:3.4375rem;top:95.086809158325rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #fS07EWNaJipmtr7oWATot17iLmZRTTPT { display:block; }
 }@media only screen and (max-width: 763px) { #oNcminkvJCnw1rgATlaJQJ7AU5KBTTrB { display:block; }#oNcminkvJCnw1rgATlaJQJ7AU5KBTTrB > .row .container { width:20rem;height:118rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OTMo1OIr20QTvr5clHqmcT3V3Ty7AiEZ { width:20rem;height:1.2999125rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpUlV3e9K7wZx6nWxPTlomQUq4cqsmqi { width:20rem;height:2.599825rem;top:3.798825rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWWrMMLIC7vMWxJP9mXHGMXD8QTnKM9a { width:20rem;height:109.19270625rem;top:7.64756875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wfv3pxmfWaST04SA3GzdMCBk6dDcIQfL { display:block; }#Wfv3pxmfWaST04SA3GzdMCBk6dDcIQfL > .row .container { width:20rem;height:15.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sHSXrAnlDgqIL8KTVwqnmRw7mh3BugAA { width:18.5625rem;height:0;top:1.25rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLCCkr9U80laE0V3m0upLFvzIfQo1sRU { width:18.3125rem;height:3.9rem;top:2.5rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mn7TKmIXCgSqDmf9p0Ct7F7In77T4LT9 { width:11.311875rem;height:0.97439375rem;top:10.3125rem;left:5.5rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #kVhIyVa19U8pfp5yRRMNtzotTo0sUGaG { width:13.3745625rem;height:0.97439375rem;top:8.0625rem;left:3.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pA3dpXsgyl4MGmSdMbC3V1aJHsIlK7GE { width:12.5rem;height:0.97439375rem;top:10.3125rem;left:3.8125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MWPozHuzgpOnG2UIFuI0VDkKsc7NrRt7 { width:16.6873125rem;height:0.97439375rem;top:12.5rem;left:1.6875rem;font-size:0.75rem;display:block; }
 }