.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:224,234,246;--color-primary-1:150,184,224;--color-primary-2:45,112,192;--color-primary-3:23,56,96;--color-primary-4:7,17,29;--color-secondary-0:240,236,233;--color-secondary-1:210,198,189;--color-secondary-2:180,160,145;--color-secondary-3:158,127,74;--color-secondary-4:36,32,29;--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:"lato";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { background-color: transparent; background-image: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .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); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { border-width: 0; border-radius: 0; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { font-size:0.875rem;font-family:arial;height:63.875rem;width:60rem;overflow:visible;position:relative;display:block; }#x3QeHsQKQNVXEJfS0ZKPuDISGLJUEk0T { color:rgba(var(--color-tertiary-4),1);display:block;width:33.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.1875rem;font-weight:normal;z-index:14997;line-height:1.3;letter-spacing:0;top:7.4934897422787rem;left:1.8462467193604rem;height:10.8865rem;text-align:left;text-align-last:left;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; }
#A1zTo2wheyc1sIEDWI7HVnkJFfLid27J { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;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(--headlines-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.1248125rem;height:3.99956875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:53.045249938965rem;left:1.8462467193604rem;display:block; }
#J457OGvgpSz5fxR2s8mt0fEvq1WuoXMx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A85L5WyDd6euf9QX5U3tioWS4TDQ9FTF { color:rgba(2,2,2,0.8);display:block;width:24.8746875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:45.937502861023rem;left:1.8462467193604rem;height:3.84331875rem;text-align:left;text-align-last:left;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; }
#HyDG4LMHAK8WTNc7Tp57q12pnrzdzH1a { position:absolute;display:block;z-index:14992;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:45.9375rem;width:36.4995625rem;top:0rem;left:23.500434875488rem;overflow:hidden;display:block; }
#EtmkSdaXlxKmclJBxw4mAqyPdMQSFFge { position:absolute;display:block;z-index:14988;background-color:rgba(var(--color-secondary-2),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-left-radius:287.5rem;border-top-right-radius:287.5rem;border-bottom-left-radius:287.5rem;border-bottom-right-radius:287.5rem;box-shadow: none;height:31.375rem;width:31.375rem;top:10.1875rem;left:28.625rem;display:block; }
#V3uMucKUQu8l6PkF5rFlIUc0K0qdlTap { position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-primary-2),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-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:8.499875rem;width:8.499875rem;top:7.4934897422787rem;left:50.49967956543rem;display:block; }
#ucda7mbgupaBR6wbW1zI1QqJ4eD4tOxO { color:rgba(var(--color-tertiary-0),1);display:block;width:5.24956875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15038;line-height:.9;letter-spacing:0;top:10.187174797058rem;left:51.187072753906rem;height:1.57498125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JwwnZW3h1ZNsar2KCo5nKM8E1t5iOCZs { color:rgba(var(--color-tertiary-0),1);display:block;width:6.624875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15039;line-height:.8;letter-spacing:0;top:11.935221672058rem;left:51.436096191406rem;height:1.99978125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i4XT9mfTKCDAZo0NiQpD4J4eTFsqmwRy { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-secondary-3),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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.6245625rem;width:0.0623915rem;top:32.830405235291rem;left:0.58973693847656rem;display:block; }
#Q0VTJOdblqvKcllqEUiXG5vdsvLd3bUm { color:rgba(var(--color-tertiary-4),1);display:block;width:31.7496875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15024;line-height:1.2;letter-spacing:0;top:58.962677001953rem;left:1.2489166259766rem;height:8.09895625rem;display:block; }
#oyBfKW6VHtTQuFmJfQqGutGq3NTaHvkg { color:rgba(var(--color-tertiary-4),1);display:block;width:33.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:normal;z-index:14998;line-height:1.3;letter-spacing:0;top:13.936632156372rem;left:1.8462467193604rem;height:5.525175rem;text-align:left;text-align-last:left;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; }
#vp7DTBao5LbvKgNQ8Ua1wmLuMT9htU3D { color:rgba(2,2,2,0.8);display:block;width:24.8746875rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.25rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:1.0649957656861rem;left:2.3741321563721rem;height:7.874875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mBnHeCHzqTC8gec8hIRR4s7y71Io9JHF { color:rgba(var(--color-tertiary-4),1);display:block;width:33.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:normal;z-index:14999;line-height:1.3;letter-spacing:0;top:17.492948532104rem;left:1.8115253448486rem;height:;text-align:left;text-align-last:left;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; }
#u90HnlCE6wT6bDLvvNkFkEERnwmpPC63 { color:rgba(78,50,3,0.61);display:block;width:33.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:24.577365875244rem;left:1.8462467193604rem;height:8.28775rem;text-align:left;text-align-last:left;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; }
#TObbSFAF8FWIFEPS27wJPuTa2GUTVrNB { color:rgba(var(--color-tertiary-4),1);display:block;width:33.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:32.830405235291rem;left:1.2489166259766rem;height:4.0625rem;text-align:left;text-align-last:left;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; }
#x3hqAXk2ah8QexMLGst8hDfS6QoEx5Qs { color:rgba(var(--color-tertiary-4),1);display:block;width:33.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:35.439455986023rem;left:1.2489166259766rem;height:4.0625rem;text-align:left;text-align-last:left;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; }
#KSvIye1V3R29QkAfXXpnuRVeErlUMHxw { color:rgba(var(--color-tertiary-4),1);display:block;width:33.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:38.017039299011rem;left:1.2489166259766rem;height:6.09375rem;text-align:left;text-align-last:left;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; }
#DxHTl63DA48sHetRC8AG4y0gCkEID9TL { 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; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container { background-color: transparent; background-image: none; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container > .video-iframe-container { display: none; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row > .video-iframe-container { display: none; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .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); }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container { border-width: 0; border-radius: 0; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container { font-size:0.875rem;font-family:arial;height:37.9375rem;width:60rem;position:relative;display:block; }#RZsJklLOx1RQ2kcBisH3wHZIanEX6RLL { position:absolute;display:block;z-index:15004;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:33.75rem;width:60rem;top:2.2894964218139rem;left:-0.125rem;overflow:hidden;display:block; }
#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 { 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; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { background-color: transparent; background-image: none; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container > .video-iframe-container { display: none; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row > .video-iframe-container { display: none; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .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); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { border-width: 0; border-radius: 0; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { font-size:0.875rem;font-family:arial;height:74.75rem;width:60rem;position:relative;display:block; }#FlgUbFCbI0iHHPimnequkehekMs7QE7Z { color:rgba(19,20,21,0.8);display:block;width:49.311rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:23.956163406372rem;left:5.3439674377441rem;height:34.201375rem;text-align:left;text-align-last:left;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; }
#EiFJxMBDE6mITM3zQkkuNecnnHAya6rv { color:#1f333b;display:block;width:58.3121875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:58.889976501465rem;left:0.84364318847656rem;height:9.9755625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZwdBw2iABwqnVT27BDJWXrRKgCQGxpDm { color:#1f333b;display:block;width:58.3121875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:0.87456583976744rem;left:0.84364318847656rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL { 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; }#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL > .row .container { background-color: transparent; background-image: none; }#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL > .row .container > .video-iframe-container { display: none; }#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL > .row > .video-iframe-container { display: none; }#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL > .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); }#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL > .row .container { border-width: 0; border-radius: 0; }#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL > .row .container { font-size:0.875rem;font-family:arial;height:205.5625rem;width:60rem;position:relative;display:block; }#cgSZSHCzFmNkGwKLc1ikdOmMt5ITRSMN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.062175rem;width:2.062175rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:9.9924044609069rem;left:4.1558170318604rem; }
#UrfclKpCh5IUL6TvVdDt2VRAX1a508Ax { color:rgba(var(--color-secondary-3),1);display:block;width:58.6870625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:1.8739125728607rem;left:0rem;height:5.68685rem;text-align:center;text-align-last:center;display:block; }
#KUUQbkxT1kckPo2MKOJUunhiUAwcXP4X { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;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(--headlines-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.1875rem;height:4.31206875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:112.43652534485rem;left:19.593101501465rem;display:block; }
#SUhXJAW1dHhRMDVMfTo9UcDOGdOZoFDK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qunFtuVU58XIplxx5EKw1rvTo7HIXPQ0 { color:rgba(var(--color-secondary-3),1);display:block;width:38.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:36.40625rem;left:16rem;height:2.843425rem;display:block; }
#KdE2T158LFLHPtLN1lVe5SZpV62BfrfT { 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:10.3125rem;width:18.3125rem;top:43.82421875rem;left:2.3125rem;overflow:hidden;display:block; }
#XtG1T5001KdJbKvsdDgTdbHdsPqOsMWu { color:rgba(var(--color-tertiary-4),1);display:block;width:35.687375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:45.187171459198rem;left:22.280818939209rem;height:1.29936875rem;display:block; }
#MG78IxoaILptwqe4zQlKwtGVl2UVDwVg { color:rgba(var(--color-secondary-3),1);display:block;width:9.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:43.15625rem;left:22.28125rem;height:2.03125rem;display:block; }
#QEcB4eoetegdHD5ANy4CGk4zZ74LVHoc { color:rgba(var(--color-tertiary-4),1);display:block;width:32.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:48.242733001709rem;left:24.312068939209rem;height:2.59874375rem;display:block; }
#TZvCZ7sZQv3T9vXUL2uNCWDnwQbQd2T0 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:51.59912109375rem;left:24.3125rem;height:2.59874375rem;display:block; }
#lbP1wBkGavWq1dspQ5s1gQPTUns64L5w { position:absolute;display:block;z-index:15019;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:10.3125rem;width:18.3125rem;top:58.73046875rem;left:39.46875rem;overflow:hidden;display:block; }
#AKBggNADJoWC9xdS9ayKhTcN6r2gLR0w { color:rgba(var(--color-secondary-3),1);display:block;width:9.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:58.73046875rem;left:2.3125rem;height:2.03125rem;display:block; }
#ttfMV98iKT8vno3ClBHhVd29rMq9XZL5 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.187375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:81.212026596069rem;left:22.409397125244rem;height:1.29936875rem;display:block; }
#VLrK8FIHn3ZNEFBWeeDH4XUnXqgVbTOf { color:rgba(var(--color-tertiary-4),1);display:block;width:32.874375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:65.1795835495rem;left:5.3125019073486rem;height:5.19748125rem;display:block; }
#DC7AWXdcuOmPPliMXzis0b6eqBqiwh2T { position:absolute;display:block;z-index:15020;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:10.25rem;width:18.3125rem;top:78.15625rem;left:2.375rem;overflow:hidden;display:block; }
#fhRZgUT0UgHX6ALdTou5h3iFI5PZBsUC { color:rgba(var(--color-secondary-3),1);display:block;width:9.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:78.15625rem;left:22.28125rem;height:2.03125rem;display:block; }
#hvqgeQ0f7Cpr0dwE2DUlB09QA2a5ZKEt { color:rgba(var(--color-tertiary-4),1);display:block;width:32.6248125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:83.43045043945rem;left:24.405384063721rem;height:5.19748125rem;display:block; }
#AS3ts1Pi0M3HZm9JSfTBZHDRn7tFbJC5 { position:absolute;display:block;z-index:15023;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:26.6873125rem;width:47.5rem;top:140.39984703064rem;left:5.5929908752441rem;overflow:hidden;display:block; }
#E5gGZgEBTQ939MAqzPLDg5n8SgWHPyah { color:rgba(var(--color-secondary-3),1);display:block;width:38.6246875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:121.45290565491rem;left:10.755752563476rem;height:2.843425rem;display:block; }
#THZyek0JDbDTHiP730ZawpDCpuXfkEq2 { color:rgba(var(--color-tertiary-4),1);display:block;width:43.0620625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:127.33669471741rem;left:8.4684257507325rem;height:9.0955875rem;display:block; }
#wzghBwfRvOWut5sKeN72u8MygXZIRdAp { color:rgba(var(--color-tertiary-4),1);display:block;width:31.7496875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:108.03059959412rem;left:18.127716064453rem;height:2.43706875rem;display:block; }
#iQLwlsPNC1ftpztJS3J5Q03Igl0fsi0X { color:rgba(var(--color-tertiary-4),1);display:block;width:30.687375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:168.87425613403rem;left:18.659397125244rem;height:4.3869375rem;display:block; }
#m3DCVmFWaX9nCichGhdkzoom7Sos3l98 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:181.18707561493rem;left:9.0625019073488rem;display:block; }
#VpT4viE6NKQNtpgDpvydJ9wXauQiWecm { color:rgba(var(--color-tertiary-4),1);display:block;width:30.687375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:171.57933425903rem;left:18.595920562744rem;height:4.3869375rem;display:block; }
#XIaTWvm74ToaUnR9Xhi1ehpSX6H0pRQT { color:rgba(var(--color-tertiary-4),1);display:block;width:13.499875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:177.74903488159rem;left:22.280818939209rem;height:1.29936875rem;display:block; }
#niJsH9H7WGlmUHkuTcahKdbX2LqgKZuP { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:11.25rem;width:20rem;display:none; }
#PkpvOH0cye3miRnh4kCqK8NRdb8ETrVZ { color:rgba(var(--color-tertiary-4),1);display:block;width:45.4996875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:17.056207656861rem;left:7.2498931884762rem;height:2.59874375rem;display:block; }
#rkb4JpXy3il2OFyeKW6Kdeo8Q6mL8828 { color:rgba(var(--color-tertiary-4),1);display:block;width:49.4998125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:26.591805934906rem;left:5.2495670318604rem;height:4.71245625rem;text-align:center;text-align-last:center;display:block; }
#SVmLk7cRoZs7xmuqJ7WHHu4NXcV2fSUI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.062175rem;width:2.062175rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:12.877061843872rem;left:4.1558170318604rem; }
#I54PqL5QWUxqs55wT9Z78MhQIdA7oAUX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.062175rem;width:2.062175rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:17.32421875rem;left:4.1558170318604rem; }
#vhazwgey4pUyXNTwaqd8utqTQVtOTlKx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:48.51171875rem;left:21.40625rem; }
#Jol94EF198gLeDmvFu0VF20St69SGEQf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:51.86767578125rem;left:21.40625rem; }
#ANu2aMzAh2iDJG5k8eOhWwA6Bb4vAInt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.062175rem;width:2.062175rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:66.0975522995rem;left:2.3122844696045rem; }
#p3y2IPdBpsqeESbIoXQlOkxA1l4h9Diw { color:rgba(var(--color-tertiary-4),1);display:block;width:32.874375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:68.167867660525rem;left:4.7178840637207rem;height:;display:block; }
#v9amtFpIWh2CmsXiGlCRoRVuNK1oCEA2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.062175rem;width:2.062175rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:71.331926345825rem;left:2.3122844696045rem; }
#SSEy0ein8ZA7Doi08Z0C7R4TyzZQZ42v { color:rgba(var(--color-tertiary-4),1);display:block;width:32.6248125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:89.279529571531rem;left:24.405384063721rem;height:2.59874375rem;display:block; }
#yNVDmK0okkb536mIR1WRSIE3L4EoNm6F { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.062175rem;width:2.062175rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:89.547542572019rem;left:21.312393188476rem; }
#KXEF37mSnHw3qXZTyq9B8C214DS7ATqb { color:rgba(var(--color-tertiary-4),1);display:block;width:31.312375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:61.479496002198rem;left:2.3746757507324rem;height:2.59874375rem;display:block; }
#UvDlW59Kb7HQ9mfdNWM04u5sdVgWTwrz { color:rgba(var(--color-tertiary-4),1);display:block;width:45.4996875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:9.7238512039188rem;left:7.2498931884762rem;height:2.59874375rem;display:block; }
#Dydt6p9qh4s45yZVnoSih453OpidGATN { color:rgba(var(--color-tertiary-4),1);display:block;width:45.4996875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:12.877061843872rem;left:7.2498931884762rem;height:2.59874375rem;display:block; }
#TrcEAec2gWCtTz400Nlh4AtkDFTkLd4i { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.062175rem;width:2.062175rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:21.074762344361rem;left:4.1558170318604rem; }
#bniyWk4fq6PnkoJC6BXG4DbIJ4ImwtUG { color:rgba(var(--color-tertiary-4),1);display:block;width:45.4996875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:20.806749343872rem;left:7.2498931884762rem;height:2.59874375rem;display:block; }
#nohz07KHZVpTmOWJ2Tq7dkz4OseBbJ5f { color:rgba(var(--color-tertiary-4),1);display:block;width:32.874375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:71.063913345337rem;left:5.3125019073486rem;height:2.59874375rem;display:block; }
#mv3BzzTXqG1JJa9poz3yaXIegHAKfNbo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.062175rem;width:2.062175rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:84.18024635315rem;left:21.312393188476rem; }
#b2hNQbef2bo3WsumdBtGQU5KR68WeNWE { color:rgba(var(--color-tertiary-4),1);display:block;width:49.4998125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:97.021493911744rem;left:5.2495670318604rem;height:7.0686875rem;text-align:center;text-align-last:center;display:block; }
#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I { 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; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container { background-color: transparent; background-image: none; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container > .video-iframe-container { display: none; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row > .video-iframe-container { display: none; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .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); }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container { border-width: 0; border-radius: 0; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container { font-size:0.875rem;font-family:arial;height:21.375rem;width:60rem;position:relative;display:block; }#KEsrSkUil3PwuSsscs724ZdxkInmVXWT { color:#1f333b;display:block;width:47.6248125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:1.2603073120118rem;left:6.8750019073488rem;height:9.44825rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Nkw0CTW7eayCTurXrtT5vDTMCpRG7kxr { color:#1f333b;display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:12.958440780639rem;left:8.1250019073488rem;height:4.900175rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL { 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; }#cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL > .row .container { background-color: transparent; background-image: none; }#cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL > .row .container > .video-iframe-container { display: none; }#cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL > .row > .video-iframe-container { display: none; }#cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL > .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); }#cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL > .row .container { border-width: 0; border-radius: 0; }#cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL > .row .container { font-size:0.875rem;font-family:arial;height:136.5625rem;width:60rem;position:relative;display:block; }#VS4ecEhVMLpU8yTofaynXD8060ekvniD { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-3),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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:29.5625rem;top:13.78125rem;left:4.75rem;display:block; }
#pagxxokb7LuUBmXIkHszSRbwm7tUDcfx { position:absolute;display:block;z-index:15010;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.5rem;width:29.75rem;top:0.96875rem;left:1.125rem;overflow:hidden;display:block; }
#v1c8nSd5cu9UTpRlLlghTAu6ObDpnU86 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:31.607421875rem;left:12.78125rem;height:1.29980625rem;display:block; }
#PpSsaJR8pOznESpcvU2ztSpQAJpdkyU1 { color:rgba(var(--color-tertiary-4),1);display:block;width:34.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:32.9072265625rem;left:12.78125rem;height:1.94986875rem;display:block; }
#U9pPNh8J3tJ2aRVq3xPS3RP65CfUikdC { color:rgba(var(--color-tertiary-4),1);display:block;width:37.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:36.716796875rem;left:12.78125rem;height:25.9874rem;display:block; }
#O1T0rLsib29xcdITL5u4ecqryo1vGzEl { color:rgba(var(--color-secondary-3),1);display:block;width:38.6246875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:64.672840118406rem;left:12.781036376953rem;height:2.843425rem;display:block; }
#wMEdwVCb4fHGoZyTGN1Uur1FEGuJR97L { position:absolute;display:block;z-index:15025;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:18.3125rem;width:17.625rem;top:71.40625rem;left:1.65625rem;overflow:hidden;display:block; }
#Z5UiezDTiMcJskDauNCcWF7IIGV8v6Nl { position:absolute;display:block;z-index:15029;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:5.812175rem;width:20.9375rem;top:92.499460220337rem;left:0rem;overflow:hidden;display:block; }
#LNTTbKUQ1RRpXhQBB50t71sPoatsnF9o { position:absolute;display:block;z-index:15032;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.8120625rem;width:17.4370625rem;top:96.187067031862rem;left:21.968318939209rem;overflow:hidden;display:block; }
#qZx9zbDXWp3mGwsXbWAvrUQD2RHaMltm { position:absolute;display:block;z-index:15037;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.875rem;width:16.5625rem;top:68.625rem;left:40.98388671875rem;overflow:hidden;display:block; }
#fiBUFHQeQLPuI7J3VvB66Ca2iu8Evq9n { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;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(--headlines-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.1875rem;height:4.3125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:111.9375rem;left:21.40625rem;display:block; }
#yIk2rEBIbMQu66zOtxRw2NNM5zSMGJfm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TEtl8i8XWhlyvPZnH6bdVvsFOfTm6Rrw { color:rgba(var(--color-secondary-3),1);display:block;width:29.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:118.625rem;left:15rem;height:2.843425rem;display:block; }
#AxdPeKLH78TBKkaTSXFEmrag55OeZKw4 { color:rgba(var(--color-tertiary-4),1);display:block;width:48.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.7;letter-spacing:0;top:124.0107421875rem;left:7.03125rem;height:10.198575rem;display:block; }
#TxDt5EDWvlXH86nTNnbZWw10t0csHRTT { position:absolute;display:block;z-index:15011;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:31rem;top:7.03125rem;left:24.78125rem;overflow:hidden;display:block; }
#rfS2Hke6zCiTfyMymNNAisnhBrs7aByl { position:absolute;display:block;z-index:15038;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.9371875rem;width:17.249875rem;top:69.877939224244rem;left:21.030818939209rem;overflow:hidden;display:block; }
#QWPtUrzMQqwpKAgvhIJ6Kv8OTVoSA4sQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:124.0107421875rem;left:4.75rem; }
#N92HlNl0Os1eiRUNfuI6f8F2sK1xiz8o { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:125.9482421875rem;left:4.75rem; }
#Uxbazbp9EueF0z8JAfePDpN3fUPmCxdN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:127.3232421875rem;left:4.75rem; }
#WXzh9IcR3vDOAC7Ii3SG2D8SBxKyKPhA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:129.2607421875rem;left:4.75rem; }
#eut9sC0mkL9FGiMT5fyPcDcLF7atvWsf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:130.6357421875rem;left:4.75rem; }
#lxScoIMA2PglEH8xKvuIRdTEWJpZ7Hd5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:132.89599609375rem;left:4.75rem; }
#ysTPt3t6VL2FJ66rQRQxPWxNNpMHPlgf { color:rgba(var(--color-tertiary-4),1);display:block;width:31.7496875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:107.66978645325rem;left:19.690216064453rem;height:2.43706875rem;display:block; }
#Ao49QyVi5xAQB9uTAiLu2xz2bd7EUmlX { position:absolute;display:block;z-index:15026;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:11.0625rem;width:17.5625rem;top:94.627824783325rem;left:40.482860565186rem;overflow:hidden;display:block; }
#VBLtCPep284srJs0TSL8LypMRTaZMS7y { position:absolute;display:block;z-index:15030;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:5.75rem;width:19.4375rem;top:99.627281188962rem;left:1.1246757507324rem;overflow:hidden;display:block; }
#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp { 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; }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row .container { background-color: transparent; background-image: none; }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row .container > .video-iframe-container { display: none; }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row > .video-iframe-container { display: none; }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .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); }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row .container { border-width: 0; border-radius: 0; }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row .container { font-size:0.875rem;font-family:arial;height:38.875rem;width:60rem;position:relative;display:block; }#d6XFB2Th9Se1MTZ7RmimGAO25pTJdVyH { color:#1f333b;display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15001;line-height:.8;letter-spacing:0;top:2.4375rem;left:8.125rem;height:1.79980625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#b2Db02cfcuR1y3cJVp4p3NhLlXy2QyGd { color:rgba(var(--color-secondary-3),1);display:block;width:21rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:3.3125rem;left:2.65625rem;height:2.1120875rem;display:block; }
#mbFkKLUUu2uDhHLPQkpMCPmvxg4b1Jxm { color:rgba(var(--color-tertiary-4),1);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:7.5352649688719rem;left:3.2807083129883rem;height:3.399525rem;display:block; }
#q6RhKzuKmJpu3L10J0d76Bsm1KI8d9EM { color:rgba(var(--color-secondary-3),1);display:block;width:23.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:3.3125rem;left:31.34375rem;height:2.1120875rem;display:block; }
#fabJ3WfaMH4HTFuv5pS6satWd5rAW8I5 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:8.1873919963838rem;left:31.592884063721rem;height:6.79905rem;display:block; }
#DSKMiCdx8yoE7LyWZXle4qBpJBtrZMkc { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;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(--headlines-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.1875rem;height:4.31206875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:24.435237884521rem;left:18.970813751221rem;display:block; }
#CzZldpgguhBknNNZyAsmWhTiFsM7FVXZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tWOSn59Z0qxbT6Hs2stOdmQJXS5I3r7r { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:8.1875rem;left:1.34375rem; }
#iPLsG6ytNB2A7uAGLGnkFwuHpDRXg0kT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:11.6875rem;left:1.34375rem; }
#irW4GzvuUHv96WcdVh1SIw4QAirADrqW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:8.8125rem;left:30.03125rem; }
#i6vxvP6J5M42Gq9alKtuN1coLKamzSJJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:11.6875rem;left:30.03125rem; }
#gDWXc45NL3pUtCvaO4LiTc8ZwkvnsW7R { color:rgba(var(--color-tertiary-4),1);display:block;width:53.2498125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:20.15789604187rem;left:1.7523880004882rem;height:2.51844375rem;text-align:center;text-align-last:center;display:block; }
#inddgIqbkdu9ifwm4iD2hEQHWnnUXXdt { color:rgba(var(--color-tertiary-4),1);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:11.621095657349rem;left:3.2807083129883rem;height:5.09928125rem;display:block; }
#Zfq9sCAcPU5wuFIvP0eXuwzVUX34wTfG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.37478125rem;width:1.37478125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:11.686198711395rem;left:30.003257751465rem; }
#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ { 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; }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row .container { background-color: transparent; background-image: none; }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row .container > .video-iframe-container { display: none; }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row > .video-iframe-container { display: none; }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .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); }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row .container { border-width: 0; border-radius: 0; }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row .container { font-size:0.875rem;font-family:arial;height:10.1875rem;width:60rem;position:relative;display:block; }#yRQcSLlUlErU4yLadPIc84bNvkolwynR { color:rgba(31,51,59,0.6);display:block;width:18.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.375rem;left:0rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#uSmkHI8B0nTx7N0lHQiXC7cifO3bJT8M { color:rgba(31,51,59,0.6);display:block;width:18.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:3.375rem;left:20rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#vKpF8sVHORrSX7cCErALvWfDXd3fc3Rb { color:#1f333b;display:block;width:18.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.8;letter-spacing:0;top:6.5rem;left:40rem;height:1.79980625rem;text-align:left;text-align-last:left;display:block; }
#VTGUBpXPNNZazKFsXMsOeHqTrsqwpGHR { color:rgba(31,51,59,0.6);display:block;width:18.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:3.375rem;left:40rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#SSfwTG7tskN4q4VsMnNwuso8yfwnRlx2 { color:#1f333b;display:block;width:18.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.8;letter-spacing:0;top:6.5rem;left:20rem;height:1.79980625rem;text-align:left;text-align-last:left;display:block; }
#LASrbEahZoqOT3nI2MbtkRTuvCBaqf47 { color:#1f333b;display:block;width:18.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.8;letter-spacing:0;top:6.5rem;left:0rem;height:1.79980625rem;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD { display:block; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x3QeHsQKQNVXEJfS0ZKPuDISGLJUEk0T { width:33.4375rem;height:10.875rem;top:7.4375rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1zTo2wheyc1sIEDWI7HVnkJFfLid27J { width:15.0625rem;height:3.9375rem;top:53rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J457OGvgpSz5fxR2s8mt0fEvq1WuoXMx { display:block; }
 }@media only screen and (max-width: 763px) { #A85L5WyDd6euf9QX5U3tioWS4TDQ9FTF { width:24.8125rem;height:3.8125rem;top:45.9375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyDG4LMHAK8WTNc7Tp57q12pnrzdzH1a { width:36.4375rem;height:45.859389581724rem;top:0rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtmkSdaXlxKmclJBxw4mAqyPdMQSFFge { width:31.375rem;height:31.375rem;top:10.1875rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3uMucKUQu8l6PkF5rFlIUc0K0qdlTap { width:8.4375rem;height:8.4375rem;top:7.4375rem;left:39.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucda7mbgupaBR6wbW1zI1QqJ4eD4tOxO { width:5.1875rem;height:1.5625rem;top:10.125rem;left:42.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwwnZW3h1ZNsar2KCo5nKM8E1t5iOCZs { width:6.5625rem;height:1.9375rem;top:11.875rem;left:41.125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4XT9mfTKCDAZo0NiQpD4J4eTFsqmwRy { width:0;height:9.5625rem;top:32.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0VTJOdblqvKcllqEUiXG5vdsvLd3bUm { top:58.9375rem;left:0rem;width:31.6875rem;height:8.0625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyBfKW6VHtTQuFmJfQqGutGq3NTaHvkg { width:33.4375rem;height:5.5rem;top:13.875rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vp7DTBao5LbvKgNQ8Ua1wmLuMT9htU3D { width:24.8125rem;height:7.8125rem;top:1.0625rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBnHeCHzqTC8gec8hIRR4s7y71Io9JHF { width:33.4375rem;height:;top:17.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u90HnlCE6wT6bDLvvNkFkEERnwmpPC63 { width:33.4375rem;height:8.25rem;top:24.5625rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TObbSFAF8FWIFEPS27wJPuTa2GUTVrNB { width:33.4375rem;height:4.0625rem;top:32.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3hqAXk2ah8QexMLGst8hDfS6QoEx5Qs { width:33.4375rem;height:4.0625rem;top:35.4375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSvIye1V3R29QkAfXXpnuRVeErlUMHxw { width:33.4375rem;height:6.0625rem;top:38rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxHTl63DA48sHetRC8AG4y0gCkEID9TL { display:block; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RZsJklLOx1RQ2kcBisH3wHZIanEX6RLL { top:2.25rem;left:0rem;width:47.75rem;height:26.859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 { display:block; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FlgUbFCbI0iHHPimnequkehekMs7QE7Z { width:47.75rem;height:34.1875rem;top:23.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiFJxMBDE6mITM3zQkkuNecnnHAya6rv { width:47.75rem;height:9.9375rem;top:58.875rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwdBw2iABwqnVT27BDJWXrRKgCQGxpDm { width:47.75rem;height:;top:0.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL { display:block; }#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cgSZSHCzFmNkGwKLc1ikdOmMt5ITRSMN { top:9.9375rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrfclKpCh5IUL6TvVdDt2VRAX1a508Ax { top:1.8125rem;left:0rem;width:47.75rem;height:5.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUUQbkxT1kckPo2MKOJUunhiUAwcXP4X { width:17.1875rem;height:4.25rem;top:112.375rem;left:13.468101501465rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUhXJAW1dHhRMDVMfTo9UcDOGdOZoFDK { display:block; }
 }@media only screen and (max-width: 763px) { #qunFtuVU58XIplxx5EKw1rvTo7HIXPQ0 { top:36.375rem;left:9.125rem;width:38.625rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdE2T158LFLHPtLN1lVe5SZpV62BfrfT { top:43.8125rem;left:0rem;width:18.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtG1T5001KdJbKvsdDgTdbHdsPqOsMWu { top:45.125rem;left:12.125rem;width:35.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MG78IxoaILptwqe4zQlKwtGVl2UVDwVg { top:43.125rem;left:16.15625rem;width:9.6875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEcB4eoetegdHD5ANy4CGk4zZ74LVHoc { top:48.1875rem;left:14.9375rem;width:32.8125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZvCZ7sZQv3T9vXUL2uNCWDnwQbQd2T0 { top:51.5625rem;left:14.9375rem;width:32.8125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbP1wBkGavWq1dspQ5s1gQPTUns64L5w { top:58.6875rem;left:29.1875rem;width:18.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKBggNADJoWC9xdS9ayKhTcN6r2gLR0w { top:58.6875rem;left:0rem;width:9.6875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttfMV98iKT8vno3ClBHhVd29rMq9XZL5 { top:81.1875rem;left:14.625rem;width:33.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLrK8FIHn3ZNEFBWeeDH4XUnXqgVbTOf { top:65.125rem;left:0rem;width:32.8125rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DC7AWXdcuOmPPliMXzis0b6eqBqiwh2T { top:78.125rem;left:0rem;width:18.3125rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhRZgUT0UgHX6ALdTou5h3iFI5PZBsUC { top:78.125rem;left:16.15625rem;width:9.6875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvqgeQ0f7Cpr0dwE2DUlB09QA2a5ZKEt { top:83.375rem;left:15.1875rem;width:32.5625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AS3ts1Pi0M3HZm9JSfTBZHDRn7tFbJC5 { top:140.375rem;left:0rem;width:47.5rem;height:26.6873125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5gGZgEBTQ939MAqzPLDg5n8SgWHPyah { top:121.4375rem;left:4.6307525634766rem;width:38.5625rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #THZyek0JDbDTHiP730ZawpDCpuXfkEq2 { top:127.3125rem;left:2.3434257507324rem;width:43rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzghBwfRvOWut5sKeN72u8MygXZIRdAp { top:108rem;left:12.002716064453rem;width:31.6875rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQLwlsPNC1ftpztJS3J5Q03Igl0fsi0X { top:168.8125rem;left:12.534397125244rem;width:30.625rem;height:4.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3DCVmFWaX9nCichGhdkzoom7Sos3l98 { top:181.125rem;left:2.9375019073486rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpT4viE6NKQNtpgDpvydJ9wXauQiWecm { top:171.5625rem;left:12.470920562744rem;width:30.625rem;height:4.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIaTWvm74ToaUnR9Xhi1ehpSX6H0pRQT { top:177.6875rem;left:16.155818939209rem;width:13.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #niJsH9H7WGlmUHkuTcahKdbX2LqgKZuP { display:none; }
 }@media only screen and (max-width: 763px) { #PkpvOH0cye3miRnh4kCqK8NRdb8ETrVZ { top:17rem;left:1.1248931884766rem;width:45.4375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkb4JpXy3il2OFyeKW6Kdeo8Q6mL8828 { top:26.5625rem;left:0rem;width:47.75rem;height:4.6875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVmLk7cRoZs7xmuqJ7WHHu4NXcV2fSUI { top:12.875rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #I54PqL5QWUxqs55wT9Z78MhQIdA7oAUX { top:17.3125rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhazwgey4pUyXNTwaqd8utqTQVtOTlKx { top:48.5rem;left:15.28125rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jol94EF198gLeDmvFu0VF20St69SGEQf { top:51.8125rem;left:15.28125rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANu2aMzAh2iDJG5k8eOhWwA6Bb4vAInt { top:66.0625rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3y2IPdBpsqeESbIoXQlOkxA1l4h9Diw { top:68.125rem;left:0rem;width:32.8125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9amtFpIWh2CmsXiGlCRoRVuNK1oCEA2 { top:71.3125rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSEy0ein8ZA7Doi08Z0C7R4TyzZQZ42v { top:89.25rem;left:15.1875rem;width:32.5625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNVDmK0okkb536mIR1WRSIE3L4EoNm6F { top:89.5rem;left:15.187393188476rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXEF37mSnHw3qXZTyq9B8C214DS7ATqb { top:61.4375rem;left:0rem;width:31.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvDlW59Kb7HQ9mfdNWM04u5sdVgWTwrz { top:9.6875rem;left:1.1248931884766rem;width:45.4375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dydt6p9qh4s45yZVnoSih453OpidGATN { top:12.875rem;left:1.1248931884766rem;width:45.4375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrcEAec2gWCtTz400Nlh4AtkDFTkLd4i { top:21.0625rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bniyWk4fq6PnkoJC6BXG4DbIJ4ImwtUG { top:20.75rem;left:1.1248931884766rem;width:45.4375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nohz07KHZVpTmOWJ2Tq7dkz4OseBbJ5f { top:71.0625rem;left:0rem;width:32.8125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mv3BzzTXqG1JJa9poz3yaXIegHAKfNbo { top:84.125rem;left:15.187393188476rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2hNQbef2bo3WsumdBtGQU5KR68WeNWE { top:97rem;left:0rem;width:47.75rem;height:;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I { display:block; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KEsrSkUil3PwuSsscs724ZdxkInmVXWT { width:47.5625rem;height:9.4375rem;top:1.25rem;left:0.1875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nkw0CTW7eayCTurXrtT5vDTMCpRG7kxr { width:43.75rem;height:4.875rem;top:12.9375rem;left:2.0000019073486rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL { display:block; }#cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VS4ecEhVMLpU8yTofaynXD8060ekvniD { width:29.5625rem;height:5.625rem;top:13.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pagxxokb7LuUBmXIkHszSRbwm7tUDcfx { top:0.9375rem;left:0rem;width:29.75rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1c8nSd5cu9UTpRlLlghTAu6ObDpnU86 { top:31.5625rem;left:6.65625rem;width:6.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpSsaJR8pOznESpcvU2ztSpQAJpdkyU1 { top:32.875rem;left:6.65625rem;width:34.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9pPNh8J3tJ2aRVq3xPS3RP65CfUikdC { top:36.6875rem;left:6.6560363769531rem;width:37.1875rem;height:25.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1T0rLsib29xcdITL5u4ecqryo1vGzEl { top:64.625rem;left:6.6560363769531rem;width:38.5625rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMEdwVCb4fHGoZyTGN1Uur1FEGuJR97L { top:71.375rem;left:0rem;width:17.625rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5UiezDTiMcJskDauNCcWF7IIGV8v6Nl { top:92.4375rem;left:0rem;width:20.9375rem;height:5.812175rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNTTbKUQ1RRpXhQBB50t71sPoatsnF9o { top:96.125rem;left:15.843318939209rem;width:17.375rem;height:6.7878168090239rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZx9zbDXWp3mGwsXbWAvrUQD2RHaMltm { top:68.625rem;left:31.1875rem;width:16.5625rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiBUFHQeQLPuI7J3VvB66Ca2iu8Evq9n { width:17.1875rem;height:4.3125rem;top:111.9375rem;left:15.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIk2rEBIbMQu66zOtxRw2NNM5zSMGJfm { display:block; }
 }@media only screen and (max-width: 763px) { #TEtl8i8XWhlyvPZnH6bdVvsFOfTm6Rrw { top:118.625rem;left:8.875rem;width:29.3125rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxdPeKLH78TBKkaTSXFEmrag55OeZKw4 { top:124rem;left:0rem;width:47.75rem;height:10.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxDt5EDWvlXH86nTNnbZWw10t0csHRTT { top:7rem;left:16.75rem;width:31rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfS2Hke6zCiTfyMymNNAisnhBrs7aByl { top:69.875rem;left:14.905818939209rem;width:17.1875rem;height:23.850631390445rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWPtUrzMQqwpKAgvhIJ6Kv8OTVoSA4sQ { top:124rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N92HlNl0Os1eiRUNfuI6f8F2sK1xiz8o { top:125.9375rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uxbazbp9EueF0z8JAfePDpN3fUPmCxdN { top:127.3125rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXzh9IcR3vDOAC7Ii3SG2D8SBxKyKPhA { top:129.25rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eut9sC0mkL9FGiMT5fyPcDcLF7atvWsf { top:130.625rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxScoIMA2PglEH8xKvuIRdTEWJpZ7Hd5 { top:132.875rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysTPt3t6VL2FJ66rQRQxPWxNNpMHPlgf { top:107.625rem;left:13.565216064453rem;width:31.6875rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ao49QyVi5xAQB9uTAiLu2xz2bd7EUmlX { top:94.625rem;left:30.1875rem;width:17.5625rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBLtCPep284srJs0TSL8LypMRTaZMS7y { top:99.625rem;left:0rem;width:19.4375rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp { display:block; }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d6XFB2Th9Se1MTZ7RmimGAO25pTJdVyH { width:43.75rem;height:1.75rem;top:2.4375rem;left:2rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2Db02cfcuR1y3cJVp4p3NhLlXy2QyGd { top:3.3125rem;left:0rem;width:21rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbFkKLUUu2uDhHLPQkpMCPmvxg4b1Jxm { top:7.5rem;left:0rem;width:23.125rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6RhKzuKmJpu3L10J0d76Bsm1KI8d9EM { top:3.3125rem;left:24.125rem;width:23.625rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fabJ3WfaMH4HTFuv5pS6satWd5rAW8I5 { top:8.125rem;left:24.625rem;width:23.125rem;height:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSKMiCdx8yoE7LyWZXle4qBpJBtrZMkc { width:17.1875rem;height:4.25rem;top:24.375rem;left:12.845813751221rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzZldpgguhBknNNZyAsmWhTiFsM7FVXZ { display:block; }
 }@media only screen and (max-width: 763px) { #tWOSn59Z0qxbT6Hs2stOdmQJXS5I3r7r { top:8.1875rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPLsG6ytNB2A7uAGLGnkFwuHpDRXg0kT { top:11.6875rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #irW4GzvuUHv96WcdVh1SIw4QAirADrqW { top:8.8125rem;left:23.90625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6vxvP6J5M42Gq9alKtuN1coLKamzSJJ { top:11.6875rem;left:23.90625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDWXc45NL3pUtCvaO4LiTc8ZwkvnsW7R { top:20.125rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #inddgIqbkdu9ifwm4iD2hEQHWnnUXXdt { top:11.5625rem;left:0rem;width:23.125rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zfq9sCAcPU5wuFIvP0eXuwzVUX34wTfG { top:11.625rem;left:23.878257751465rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ { display:block; }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yRQcSLlUlErU4yLadPIc84bNvkolwynR { width:18.125rem;height:;top:3.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSmkHI8B0nTx7N0lHQiXC7cifO3bJT8M { width:18.125rem;height:1.25rem;top:3.375rem;left:13.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKpF8sVHORrSX7cCErALvWfDXd3fc3Rb { width:18.125rem;height:1.75rem;top:6.5rem;left:29.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTGUBpXPNNZazKFsXMsOeHqTrsqwpGHR { width:18.125rem;height:1.25rem;top:3.375rem;left:29.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSfwTG7tskN4q4VsMnNwuso8yfwnRlx2 { width:18.125rem;height:1.75rem;top:6.5rem;left:13.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LASrbEahZoqOT3nI2MbtkRTuvCBaqf47 { width:18.125rem;height:1.75rem;top:6.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD { background-color:#ffffff;background-image:none;display:block; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { background-color: transparent; background-image: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .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); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { width:20rem;height:73.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x3QeHsQKQNVXEJfS0ZKPuDISGLJUEk0T { width:20rem;height:6.749125rem;top:4.5616321563721rem;left:0rem;font-size:2.8125rem;text-align:center;text-align-last:center;line-height:1.2;color:#191a1a;display:block; }
 }@media only screen and (max-width: 763px) { #A1zTo2wheyc1sIEDWI7HVnkJFfLid27J { width:12.1875rem;height:3.24924375rem;top:63.4988117218rem;left:3.0311417579651rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J457OGvgpSz5fxR2s8mt0fEvq1WuoXMx { display:block; }
 }@media only screen and (max-width: 763px) { #A85L5WyDd6euf9QX5U3tioWS4TDQ9FTF { width:17.874375rem;height:2.34375rem;top:35.148114204407rem;left:1.062283039093rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HyDG4LMHAK8WTNc7Tp57q12pnrzdzH1a { width:20rem;height:25.1248125rem;top:38.961048126221rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtmkSdaXlxKmclJBxw4mAqyPdMQSFFge { width:18.75rem;height:18.75rem;top:59.0869375rem;left:1.25rem;z-index:14985;display:none; }
 }@media only screen and (max-width: 763px) { #V3uMucKUQu8l6PkF5rFlIUc0K0qdlTap { width:6.875rem;height:6.875rem;top:42.245553970337rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucda7mbgupaBR6wbW1zI1QqJ4eD4tOxO { width:5.24956875rem;height:1.124675rem;top:44.058160781861rem;left:1.062283039093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwwnZW3h1ZNsar2KCo5nKM8E1t5iOCZs { width:6.624375rem;height:1.59939375rem;top:45.710721969604rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4XT9mfTKCDAZo0NiQpD4J4eTFsqmwRy { width:0.0623915rem;height:8.6246875rem;top:25.232206821442rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0VTJOdblqvKcllqEUiXG5vdsvLd3bUm { width:20rem;height:4.798175rem;top:68.373485565187rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oyBfKW6VHtTQuFmJfQqGutGq3NTaHvkg { width:20rem;height:5.39930625rem;top:10.208333969116rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;line-height:1.2;color:#191a1a;display:block; }
 }@media only screen and (max-width: 763px) { #vp7DTBao5LbvKgNQ8Ua1wmLuMT9htU3D { width:20rem;height:4.874675rem;top:0.5859375rem;left:0rem;font-size:3.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mBnHeCHzqTC8gec8hIRR4s7y71Io9JHF { width:20rem;height:5.4003875rem;top:13.685981750488rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;color:#191a1a;display:block; }
 }@media only screen and (max-width: 763px) { #u90HnlCE6wT6bDLvvNkFkEERnwmpPC63 { width:20rem;height:7.198875rem;top:18.033855438233rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;color:#82681a;display:block; }
 }@media only screen and (max-width: 763px) { #TObbSFAF8FWIFEPS27wJPuTa2GUTVrNB { width:20rem;height:2.69965rem;top:25.23220539093rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;color:#191a1a;display:block; }
 }@media only screen and (max-width: 763px) { #x3hqAXk2ah8QexMLGst8hDfS6QoEx5Qs { width:20rem;height:2.84939375rem;top:27.356771469116rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.2;color:#191a1a;display:block; }
 }@media only screen and (max-width: 763px) { #KSvIye1V3R29QkAfXXpnuRVeErlUMHxw { width:20rem;height:4.4987rem;top:29.392905235291rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;color:#191a1a;display:block; }
 }@media only screen and (max-width: 763px) { #DxHTl63DA48sHetRC8AG4y0gCkEID9TL { display:block; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RZsJklLOx1RQ2kcBisH3wHZIanEX6RLL { width:20rem;height:11.125rem;top:1.8994140625rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 { display:block; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { width:20rem;height:118.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FlgUbFCbI0iHHPimnequkehekMs7QE7Z { width:20rem;height:34.1921875rem;top:56.926547050476rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EiFJxMBDE6mITM3zQkkuNecnnHAya6rv { width:20rem;height:20.2995rem;top:91.118709564206rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZwdBw2iABwqnVT27BDJWXrRKgCQGxpDm { width:20rem;height:55.9895625rem;top:0.9375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL { display:block; }#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL > .row .container { width:20rem;height:299.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cgSZSHCzFmNkGwKLc1ikdOmMt5ITRSMN { display:flex;width:2.062175rem;height:2.062175rem;top:21.210395336151rem;left:8.5308160781863rem; }
 }@media only screen and (max-width: 763px) { #UrfclKpCh5IUL6TvVdDt2VRAX1a508Ax { width:20rem;height:10.3971375rem;top:0.68684911727906rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KUUQbkxT1kckPo2MKOJUunhiUAwcXP4X { width:12.1875rem;height:3.312175rem;top:228.07835769653rem;left:3.9062504768372rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SUhXJAW1dHhRMDVMfTo9UcDOGdOZoFDK { display:block; }
 }@media only screen and (max-width: 763px) { #qunFtuVU58XIplxx5EKw1rvTo7HIXPQ0 { width:20rem;height:5.19856875rem;top:67.777242660525rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KdE2T158LFLHPtLN1lVe5SZpV62BfrfT { width:18.3121875rem;height:10.3125rem;top:76.0275554657rem;left:0.8436415195465rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtG1T5001KdJbKvsdDgTdbHdsPqOsMWu { width:20rem;height:2.59874375rem;top:91.195215225219rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MG78IxoaILptwqe4zQlKwtGVl2UVDwVg { width:9.6875rem;height:2.03125rem;top:88.28884887695rem;left:5.1562504768372rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QEcB4eoetegdHD5ANy4CGk4zZ74LVHoc { width:20rem;height:5.19748125rem;top:98.436422348025rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TZvCZ7sZQv3T9vXUL2uNCWDnwQbQd2T0 { width:20rem;height:3.8981125rem;top:109.65766716003rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lbP1wBkGavWq1dspQ5s1gQPTUns64L5w { width:18.3121875rem;height:10.3125rem;top:116.78494644165rem;left:0.8436415195465rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKBggNADJoWC9xdS9ayKhTcN6r2gLR0w { width:9.6875rem;height:2.03125rem;top:129.029961586rem;left:5.1562504768372rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ttfMV98iKT8vno3ClBHhVd29rMq9XZL5 { width:20rem;height:1.29936875rem;top:176.31023788452rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VLrK8FIHn3ZNEFBWeeDH4XUnXqgVbTOf { width:20rem;height:7.79625rem;top:141.78928756714rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DC7AWXdcuOmPPliMXzis0b6eqBqiwh2T { width:18.3121875rem;height:10.2485rem;top:161.6248922348rem;left:0.8436415195465rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhRZgUT0UgHX6ALdTou5h3iFI5PZBsUC { width:9.6875rem;height:2.03125rem;top:173.56663322449rem;left:5.1562504768372rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hvqgeQ0f7Cpr0dwE2DUlB09QA2a5ZKEt { width:20rem;height:7.79625rem;top:182.56077575684rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AS3ts1Pi0M3HZm9JSfTBZHDRn7tFbJC5 { width:19.124375rem;height:10.7498125rem;top:242.56566572189rem;left:0.43728303909302rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5gGZgEBTQ939MAqzPLDg5n8SgWHPyah { width:20rem;height:5.19856875rem;top:234.66038894653rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #THZyek0JDbDTHiP730ZawpDCpuXfkEq2 { width:20rem;height:16.89184375rem;top:255.95810508728rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wzghBwfRvOWut5sKeN72u8MygXZIRdAp { width:16.4371875rem;height:1.29936875rem;top:225.43838405609rem;left:1.7811415195465rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iQLwlsPNC1ftpztJS3J5Q03Igl0fsi0X { width:17.7485rem;height:2.4370625rem;top:275.64779376984rem;left:1.1252171993256rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m3DCVmFWaX9nCichGhdkzoom7Sos3l98 { height:11.25rem;width:20rem;top:317.341796875rem;left:0rem;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;display:none; }
 }@media only screen and (max-width: 763px) { #VpT4viE6NKQNtpgDpvydJ9wXauQiWecm { width:20rem;height:2.4370625rem;top:277.16092300415rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XIaTWvm74ToaUnR9Xhi1ehpSX6H0pRQT { width:13.499375rem;height:1.29936875rem;top:280.90278625488rem;left:3.249783039093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #niJsH9H7WGlmUHkuTcahKdbX2LqgKZuP { height:11.25rem;width:20rem;top:284.68099784851rem;left:0rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #PkpvOH0cye3miRnh4kCqK8NRdb8ETrVZ { width:20rem;height:5.19748125rem;top:35.272912025452rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #rkb4JpXy3il2OFyeKW6Kdeo8Q6mL8828 { width:20rem;height:11.781125rem;top:53.629029273987rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SVmLk7cRoZs7xmuqJ7WHHu4NXcV2fSUI { display:flex;width:2.062175rem;height:2.062175rem;top:12.357857227326rem;left:8.5308160781863rem; }
 }@media only screen and (max-width: 763px) { #I54PqL5QWUxqs55wT9Z78MhQIdA7oAUX { display:flex;width:2.062175rem;height:2.062175rem;top:32.184247016907rem;left:8.5308160781863rem; }
 }@media only screen and (max-width: 763px) { #vhazwgey4pUyXNTwaqd8utqTQVtOTlKx { display:flex;width:2.062175rem;height:2.062175rem;top:105.78614044189rem;left:8.9686422348025rem; }
 }@media only screen and (max-width: 763px) { #Jol94EF198gLeDmvFu0VF20St69SGEQf { display:flex;width:2.062175rem;height:2.062175rem;top:94.973965644838rem;left:8.9686422348025rem; }
 }@media only screen and (max-width: 763px) { #ANu2aMzAh2iDJG5k8eOhWwA6Bb4vAInt { display:flex;width:2.062175rem;height:2.062175rem;top:42.036137104034rem;left:8.5308160781863rem; }
 }@media only screen and (max-width: 763px) { #p3y2IPdBpsqeESbIoXQlOkxA1l4h9Diw { width:20rem;height:0;top:124.16178894043rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v9amtFpIWh2CmsXiGlCRoRVuNK1oCEA2 { display:flex;width:2.062175rem;height:2.062175rem;top:137.99859428406rem;left:8.9686422348025rem; }
 }@media only screen and (max-width: 763px) { #SSEy0ein8ZA7Doi08Z0C7R4TyzZQZ42v { width:20rem;height:2.59874375rem;top:197.15930175781rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yNVDmK0okkb536mIR1WRSIE3L4EoNm6F { display:flex;width:2.062175rem;height:2.062175rem;top:179.03484535218rem;left:8.9686422348025rem; }
 }@media only screen and (max-width: 763px) { #KXEF37mSnHw3qXZTyq9B8C214DS7ATqb { width:20rem;height:3.8981125rem;top:132.08441925049rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UvDlW59Kb7HQ9mfdNWM04u5sdVgWTwrz { width:20rem;height:3.8981125rem;top:15.749241828919rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #Dydt6p9qh4s45yZVnoSih453OpidGATN { width:20rem;height:6.496875rem;top:24.208986461162rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #TrcEAec2gWCtTz400Nlh4AtkDFTkLd4i { display:flex;width:1.9992375rem;height:1.9992375rem;top:193.01867866516rem;left:8.56228351593rem; }
 }@media only screen and (max-width: 763px) { #bniyWk4fq6PnkoJC6BXG4DbIJ4ImwtUG { width:20rem;height:5.19748125rem;top:45.520835876465rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #nohz07KHZVpTmOWJ2Tq7dkz4OseBbJ5f { width:20rem;height:2.59874375rem;top:156.06063842774rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mv3BzzTXqG1JJa9poz3yaXIegHAKfNbo { display:flex;width:1.9987rem;height:1.9987rem;top:152.17017173767rem;left:9.0001087188719rem; }
 }@media only screen and (max-width: 763px) { #b2hNQbef2bo3WsumdBtGQU5KR68WeNWE { width:20rem;height:18.8498125rem;top:202.81901931762rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I { display:block; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container { width:20rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KEsrSkUil3PwuSsscs724ZdxkInmVXWT { width:20rem;height:22.3958125rem;top:0.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Nkw0CTW7eayCTurXrtT5vDTMCpRG7kxr { width:20rem;height:7.35025rem;top:23.922521591186rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL { display:block; }#cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL > .row .container { width:20rem;height:217.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VS4ecEhVMLpU8yTofaynXD8060ekvniD { width:12.3125rem;height:5.875rem;top:7.67236328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pagxxokb7LuUBmXIkHszSRbwm7tUDcfx { width:17.9375rem;height:9.875rem;top:1.04736328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1c8nSd5cu9UTpRlLlghTAu6ObDpnU86 { width:6.4371875rem;height:1.29936875rem;top:25.736763000488rem;left:6.7811422348025rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PpSsaJR8pOznESpcvU2ztSpQAJpdkyU1 { width:20rem;height:1.94986875rem;top:27.001447677613rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U9pPNh8J3tJ2aRVq3xPS3RP65CfUikdC { width:20rem;height:41.579875rem;top:31.825610756874rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O1T0rLsib29xcdITL5u4ecqryo1vGzEl { width:20rem;height:5.19856875rem;top:77.078424453737rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wMEdwVCb4fHGoZyTGN1Uur1FEGuJR97L { width:14.5621875rem;height:15.1248125rem;top:84.840517997744rem;left:2.7186417579651rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5UiezDTiMcJskDauNCcWF7IIGV8v6Nl { width:20rem;height:5.56206875rem;top:121.77953529358rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNTTbKUQ1RRpXhQBB50t71sPoatsnF9o { width:16.4985rem;height:6.3748125rem;top:147.40346527099rem;left:1.7502171993256rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZx9zbDXWp3mGwsXbWAvrUQD2RHaMltm { width:12.5rem;height:18.125rem;top:128.71472072601rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiBUFHQeQLPuI7J3VvB66Ca2iu8Evq9n { width:16.624375rem;height:4.12489375rem;top:209.71898269653rem;left:1.687283039093rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yIk2rEBIbMQu66zOtxRw2NNM5zSMGJfm { display:block; }
 }@media only screen and (max-width: 763px) { #TEtl8i8XWhlyvPZnH6bdVvsFOfTm6Rrw { width:20rem;height:5.19856875rem;top:175.31033134461rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AxdPeKLH78TBKkaTSXFEmrag55OeZKw4 { width:17.8125rem;height:20.39714375rem;top:182.78321695328rem;left:1.09375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TxDt5EDWvlXH86nTNnbZWw10t0csHRTT { width:15.4375rem;height:10.25rem;top:12.10302734375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfS2Hke6zCiTfyMymNNAisnhBrs7aByl { width:14.375rem;height:20rem;top:101.15502929688rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWPtUrzMQqwpKAgvhIJ6Kv8OTVoSA4sQ { display:flex;width:1.3737rem;height:1.3737rem;top:189.81175422669rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #N92HlNl0Os1eiRUNfuI6f8F2sK1xiz8o { display:flex;width:1.3737rem;height:1.3737rem;top:199.84539222718rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Uxbazbp9EueF0z8JAfePDpN3fUPmCxdN { display:flex;width:1.3737rem;height:1.3737rem;top:182.78321266174rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WXzh9IcR3vDOAC7Ii3SG2D8SBxKyKPhA { display:flex;width:1.3737rem;height:1.3737rem;top:187.78267669678rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eut9sC0mkL9FGiMT5fyPcDcLF7atvWsf { display:flex;width:1.3737rem;height:1.3737rem;top:193.15810871124rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lxScoIMA2PglEH8xKvuIRdTEWJpZ7Hd5 { display:flex;width:1.3737rem;height:1.3737rem;top:196.65745735169rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ysTPt3t6VL2FJ66rQRQxPWxNNpMHPlgf { width:20rem;height:1.29936875rem;top:206.51477241516rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ao49QyVi5xAQB9uTAiLu2xz2bd7EUmlX { width:17.561875rem;height:11.0623125rem;top:154.77975463868rem;left:1.218533039093rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBLtCPep284srJs0TSL8LypMRTaZMS7y { width:18.9371875rem;height:5.56206875rem;top:166.53267097473rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp { display:block; }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row .container { width:20rem;height:51.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d6XFB2Th9Se1MTZ7RmimGAO25pTJdVyH { width:20rem;height:1.5996125rem;top:3.79980625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b2Db02cfcuR1y3cJVp4p3NhLlXy2QyGd { width:20rem;height:4.2246125rem;top:1.23681640625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mbFkKLUUu2uDhHLPQkpMCPmvxg4b1Jxm { width:18.375rem;height:3.399525rem;top:6.0654296875rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6RhKzuKmJpu3L10J0d76Bsm1KI8d9EM { width:20rem;height:4.224175rem;top:17.310657501221rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fabJ3WfaMH4HTFuv5pS6satWd5rAW8I5 { width:16.9998125rem;height:8.4988125rem;top:22.218940734863rem;left:2.3117406368256rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSKMiCdx8yoE7LyWZXle4qBpJBtrZMkc { width:15.8745625rem;height:3.937175rem;top:37.839629173279rem;left:1.6248915195465rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CzZldpgguhBknNNZyAsmWhTiFsM7FVXZ { display:block; }
 }@media only screen and (max-width: 763px) { #tWOSn59Z0qxbT6Hs2stOdmQJXS5I3r7r { display:flex;width:1.375rem;height:1.375rem;top:11.34033203125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iPLsG6ytNB2A7uAGLGnkFwuHpDRXg0kT { display:flex;width:1.37478125rem;height:1.37478125rem;top:22.905816078186rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #irW4GzvuUHv96WcdVh1SIw4QAirADrqW { display:flex;width:0.625rem;height:0.625rem;top:14.839952468872rem;left:0rem;opacity:0; }
 }@media only screen and (max-width: 763px) { #i6vxvP6J5M42Gq9alKtuN1coLKamzSJJ { display:flex;width:1.375rem;height:1.375rem;top:6.0654296875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gDWXc45NL3pUtCvaO4LiTc8ZwkvnsW7R { width:20rem;height:2.27485rem;top:34.227974891662rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #inddgIqbkdu9ifwm4iD2hEQHWnnUXXdt { width:18.187375rem;height:5.09928125rem;top:11.340063095092rem;left:1.8126087188721rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zfq9sCAcPU5wuFIvP0eXuwzVUX34wTfG { display:flex;width:1.3125rem;height:1.3125rem;top:27.46365070343rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ { display:block; }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yRQcSLlUlErU4yLadPIc84bNvkolwynR { width:18.125rem;height:1.29936875rem;top:1.25rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uSmkHI8B0nTx7N0lHQiXC7cifO3bJT8M { width:18.125rem;height:1.29936875rem;top:6.84786875rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vKpF8sVHORrSX7cCErALvWfDXd3fc3Rb { width:18.125rem;height:1.7995875rem;top:14.9945625rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VTGUBpXPNNZazKFsXMsOeHqTrsqwpGHR { width:18.125rem;height:1.29936875rem;top:12.4457375rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SSfwTG7tskN4q4VsMnNwuso8yfwnRlx2 { width:18.125rem;height:1.7995875rem;top:9.39669375rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LASrbEahZoqOT3nI2MbtkRTuvCBaqf47 { width:18.125rem;height:1.7995875rem;top:3.798825rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }