.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:226,225,227;--color-primary-1:169,166,172;--color-primary-2:112,106,117;--color-primary-3:67,64,70;--color-primary-4:16,6,25;--color-secondary-0:255,222,231;--color-secondary-1:255,144,176;--color-secondary-2:255,33,96;--color-secondary-3:128,17,48;--color-secondary-4:38,5,14;--color-tertiary-0:255,255,255;--color-tertiary-1:255,255,255;--color-tertiary-2:255,255,255;--color-tertiary-3:128,128,128;--color-tertiary-4:38,38,38;--headlines-font-family:"Comfortaa";--paragraphs-font-family:"Open Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DAx8fT4zk920U7ADkzOudV9hePGtcIcU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#DAx8fT4zk920U7ADkzOudV9hePGtcIcU > .row .container { background-color: transparent; background-image: none; }#DAx8fT4zk920U7ADkzOudV9hePGtcIcU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DAx8fT4zk920U7ADkzOudV9hePGtcIcU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DAx8fT4zk920U7ADkzOudV9hePGtcIcU > .row .container > .video-iframe-container { display: none; }#DAx8fT4zk920U7ADkzOudV9hePGtcIcU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DAx8fT4zk920U7ADkzOudV9hePGtcIcU > .row > .video-iframe-container { display: none; }#DAx8fT4zk920U7ADkzOudV9hePGtcIcU > .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); }#DAx8fT4zk920U7ADkzOudV9hePGtcIcU > .row .container { border-width: 0; border-radius: 0; }#DAx8fT4zk920U7ADkzOudV9hePGtcIcU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DAx8fT4zk920U7ADkzOudV9hePGtcIcU > .row .container { font-size:0.875rem;font-family:arial;height:8.625rem;width:60rem;position:relative;display:block; }#nFrDlzhxKMsxTwW4TOdPLgxQtTsPQDyN { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5625rem;width:13.625rem;top:0rem;left:23.1875rem;overflow:hidden;display:block; }
#sWZSCCRGp9GcKxGPd2tnl8tmtlZc1kqu { z-index:15003;top:0.21875rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #ff004c);background-image: -moz-linear-gradient(216deg, #7700fd, #ff004c);background-image: -ms-linear-gradient(216deg, #7700fd, #ff004c);background-image: -o-linear-gradient(216deg, #7700fd, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #7700fd, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.625rem;height:2.25rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#X75ghKstQkwtADLpSWD6bOXT9HosIPql { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MlzNWAJziyKKSJ6oJZ4DxN3bsvV2kJtx { z-index:15004;top:2.8125rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #ff004c);background-image: -moz-linear-gradient(216deg, #7700fd, #ff004c);background-image: -ms-linear-gradient(216deg, #7700fd, #ff004c);background-image: -o-linear-gradient(216deg, #7700fd, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #7700fd, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.625rem;height:2.25rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#bd1TTbwFve0wtcDGu0DF5WRUMXDgFXIn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WBElbSlo5A2W4Fmha6ETSIp6nn8Qr3gF { z-index:15005;top:5.59375rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #ff004c);background-image: -moz-linear-gradient(216deg, #7700fd, #ff004c);background-image: -ms-linear-gradient(216deg, #7700fd, #ff004c);background-image: -o-linear-gradient(216deg, #7700fd, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #7700fd, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.625rem;height:2.25rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#uDc2TdyNFXpsHzyMsRvhB9Qyc0R2Z90G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TO90Tv3CoyFbm43k8xA5UsABRKpTOfni { z-index:15005;top:2.78125rem;left:49.1875rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #ff004c);background-image: -moz-linear-gradient(216deg, #7700fd, #ff004c);background-image: -ms-linear-gradient(216deg, #7700fd, #ff004c);background-image: -o-linear-gradient(216deg, #7700fd, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #7700fd, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:3.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TrScHPJUEyXUfGloXUeFIf3WwplukxVU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/499d5e4e-4a68-409e-a397-d2d2c4c441bd/varosnap48.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.15); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.15); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:69.625rem;width:60rem;overflow:visible;position:relative;display:block; }#diNgOtWFXX3dx5Nyk7J9iB6gOI5HkVHr { color:#ff2160;display:block;width:60rem;position:absolute;font-family:"bricolage grotesque";font-size:6.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:9.9375rem;left:0rem;height:8.083333rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KE2Tl8wpyP0WB1koekigT3mwHmfvJpzT { color:rgba(206,78,76,0.5);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:17.3125rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vJkLxsZZKJyPw30SsHwmka8kwrXlJyPg { position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a66bffef-e47a-49b2-becf-183d94cf4f4b/groove.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.4375rem rgba(0,0,0,0.25) ;height:24.125rem;width:26.5625rem;top:39.375rem;left:16.71875rem;display:block; }#vJkLxsZZKJyPw30SsHwmka8kwrXlJyPg.adaptive-delivery-prevent-bg, #vJkLxsZZKJyPw30SsHwmka8kwrXlJyPg.lazyload, #vJkLxsZZKJyPw30SsHwmka8kwrXlJyPg.lazyloading { background-image: none; }
#XDJHuUxy2JMroIM4doZvTDHLeE3Ww4m5 { position:absolute;display:block;z-index:14999;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/837a4840-efe9-47e0-aaea-8ef460a2cd75/colee.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.4375rem rgba(0,0,0,0.25) ;height:18.9375rem;width:17.25rem;top:41.96875rem;left:0rem;display:block; }#XDJHuUxy2JMroIM4doZvTDHLeE3Ww4m5.adaptive-delivery-prevent-bg, #XDJHuUxy2JMroIM4doZvTDHLeE3Ww4m5.lazyload, #XDJHuUxy2JMroIM4doZvTDHLeE3Ww4m5.lazyloading { background-image: none; }
#roKlRZXiT2BL26QKyG27bTLzP86Tk8QQ { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/884b6769-a41d-4b3c-9b61-ff79a1d45624/belga.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.4375rem rgba(0,0,0,0.25) ;height:18.9375rem;width:17.25rem;top:41.96875rem;left:42.75rem;display:block; }#roKlRZXiT2BL26QKyG27bTLzP86Tk8QQ.adaptive-delivery-prevent-bg, #roKlRZXiT2BL26QKyG27bTLzP86Tk8QQ.lazyload, #roKlRZXiT2BL26QKyG27bTLzP86Tk8QQ.lazyloading { background-image: none; }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:1.33rem;padding-right:1.16rem;padding-bottom:1.33rem;padding-left:1.16rem;display:block;align-items:center;width:6.96125rem;min-width:6.96125rem;height:7.15125rem;position:relative;font-family:var(--headlines-font-family);font-size:5.323125rem;font-weight:700;line-height:114.42px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.83125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:9.28125rem;height:2.828125rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.995625rem;font-weight:400;line-height:45.25px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:41.125rem;height:13.470625rem;padding-top:1.663125rem;padding-right:1.6575rem;padding-bottom:1.663125rem;padding-left:1.6575rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:20.5rem;left:7.7802085876462rem;z-index:15013; }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #UpGwfCag5tZWTwdAhcm1bw9OtgGlXEJh { display:flex;position:relative;top:0rem;left:0rem; }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #fGG6KFsGzZcrgHI8iFg6wSgWdCBHP3Sr { width:auto; }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #NwtgO91CvISR6xTQbSdJl1P9R2EvuRkq {  }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #MlcwODS9LmuJ7UcPi0thZzbyZXX6TuvO { display:flex;position:relative;top:0rem;left:0rem; }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #m0LbVo4ItACRMLgO7g8pFq1VxhTTSxlt {  }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #JcSLFrANDOIDfEC3fWbWkkBSmsmtFG0f {  }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #HxbBSHG3378XtTKGXhLI2Vzn20f3ggnL { display:flex;position:relative;top:0rem;left:0rem; }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #NrxEauQTV6OOR0qT94GNp2I2edhz56p6 {  }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #HcdimN5ZCDkI97Bbx2z5rmUyr8BpkDSX {  }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #iaawbCgeqE6kBsgE256rrMp5rLaxTDXX { display:flex;position:relative;top:0rem;left:0rem; }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #b1NgDavzpT2UsA43ElTorr30hutcRzGH {  }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #V9TwTmM4ybk11LaxnLA7XkH0JWEiKBUB {  }
#Uxt7uIz2akIXhyITD8fWGyzz8eZA6ie8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#Uxt7uIz2akIXhyITD8fWGyzz8eZA6ie8 > .row .container { background-color: transparent; background-image: none; }#Uxt7uIz2akIXhyITD8fWGyzz8eZA6ie8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uxt7uIz2akIXhyITD8fWGyzz8eZA6ie8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uxt7uIz2akIXhyITD8fWGyzz8eZA6ie8 > .row .container > .video-iframe-container { display: none; }#Uxt7uIz2akIXhyITD8fWGyzz8eZA6ie8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uxt7uIz2akIXhyITD8fWGyzz8eZA6ie8 > .row > .video-iframe-container { display: none; }#Uxt7uIz2akIXhyITD8fWGyzz8eZA6ie8 > .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); }#Uxt7uIz2akIXhyITD8fWGyzz8eZA6ie8 > .row .container { border-width: 0; border-radius: 0; }#Uxt7uIz2akIXhyITD8fWGyzz8eZA6ie8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Uxt7uIz2akIXhyITD8fWGyzz8eZA6ie8 > .row .container { font-size:0.875rem;font-family:arial;height:7.8125rem;width:60rem;position:relative;display:block; }#AHvCwzFtHyxVBhxM3QqCvVrN0WmPt2ef { color:#d93b73;display:block;width:60rem;position:absolute;font-family:"bricolage grotesque";font-size:3.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.6875rem;left:0rem;height:4.8333335rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gtB1bMAvpeQ9vNThVxZ7qtN8bEI2bQaT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#gtB1bMAvpeQ9vNThVxZ7qtN8bEI2bQaT > .row .container { background-color: transparent; background-image: none; }#gtB1bMAvpeQ9vNThVxZ7qtN8bEI2bQaT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtB1bMAvpeQ9vNThVxZ7qtN8bEI2bQaT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtB1bMAvpeQ9vNThVxZ7qtN8bEI2bQaT > .row .container > .video-iframe-container { display: none; }#gtB1bMAvpeQ9vNThVxZ7qtN8bEI2bQaT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtB1bMAvpeQ9vNThVxZ7qtN8bEI2bQaT > .row > .video-iframe-container { display: none; }#gtB1bMAvpeQ9vNThVxZ7qtN8bEI2bQaT > .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); }#gtB1bMAvpeQ9vNThVxZ7qtN8bEI2bQaT > .row .container { border-width: 0; border-radius: 0; }#gtB1bMAvpeQ9vNThVxZ7qtN8bEI2bQaT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gtB1bMAvpeQ9vNThVxZ7qtN8bEI2bQaT > .row .container { font-size:0.875rem;font-family:arial;height:74rem;width:60rem;position:relative;display:block; }#vJ7I90m6XrQSHq4UKJ6EWTl4knMtPTy5 { color:#ffffff;display:block;width:2.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:6.1875rem;left:1.875rem;height:1.583333375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Gw3A1Ti2ekNHCzm26e14VqUeJxe2cghp { color:rgba(var(--color-tertiary-0),1);display:block;width:20.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15049;line-height:1.4;letter-spacing:0;top:6.125rem;left:5.625rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DzLXXXTCpOuMC1HR5k82QXnUIki0PPWJ { box-sizing:content-box;height:4.5625rem;width:58.5rem;position:absolute;display:block;z-index:15048;background-color:#663399;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.5625rem;left:0.75rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#aJTKKya9bxzuiPHDB0NBdMQkCJPutkKA { color:rgba(var(--color-tertiary-0),1);display:block;width:20.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15050;line-height:1.4;letter-spacing:0;top:8.125rem;left:5.625rem;height:1.333333375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oThXhCl9o69nTUEwzGs5hvspTwCq1KPT { box-sizing:content-box;height:13.375rem;width:58.5rem;position:absolute;display:block;z-index:15052;background-color:#663399;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11rem;left:0.75rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#Xuy2HXEEwuDGPstpLJ4oQpe6to9dagrK { color:rgba(var(--color-tertiary-0),1);display:block;width:20.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15054;line-height:1.4;letter-spacing:0;top:22.5625rem;left:5.625rem;height:1.333333375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gzevszR9x3wSpcmRX88mfhWwQbFlFi6b { color:rgba(var(--color-tertiary-0),1);display:block;width:20.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15053;line-height:1.4;letter-spacing:0;top:11.5625rem;left:5.625rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CCkicOUAG4GwtpD4kZL7aOVwsMA1ffoC { color:#ffffff;display:block;width:3rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:11.625rem;left:1.875rem;height:1.583333375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rNDIBoSRGTsQ0J5uFI7QTAawoFCqLcwa { position:absolute;display:block;z-index:15055;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9rem;width:16.125rem;top:13.1875rem;left:41.4375rem;overflow:hidden;display:block; }
#e6P1RKSNt2JvSa8n9TezRksCdg108M89 { color:rgba(var(--color-tertiary-0),1);display:block;width:34.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15055;line-height:1.4;letter-spacing:0;top:13.625rem;left:5.625rem;height:8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kfMSHzqUCzyM3LyhmQ0EXbP9hiwDGmZu { box-sizing:content-box;height:9.6875rem;width:58.5rem;position:absolute;display:block;z-index:15058;background-color:#f2b62b;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.25rem;left:0.75rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#vOaIpyD9EuxOSk5LphDQSztJCDTotGMN { position:absolute;display:block;z-index:15061;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9rem;width:16.125rem;top:25.5625rem;left:41.375rem;overflow:hidden;display:block; }
#IAMW89gaeLCLwoIDTDraWslF96HWnxyh { color:rgba(var(--color-tertiary-0),1);display:block;width:20.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15060;line-height:1.4;letter-spacing:0;top:33.25rem;left:5.625rem;height:1.333333375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EaIARxS655SdBdzdb7nxFcDZoU7czzZT { color:rgba(var(--color-tertiary-0),1);display:block;width:35.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15061;line-height:1.4;letter-spacing:0;top:27.6875rem;left:5.625rem;height:5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OekqTcJgDdWRoCZcQwbRNJwilSa06D2Z { color:rgba(var(--color-tertiary-0),1);display:block;width:20.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15059;line-height:1.4;letter-spacing:0;top:25.8125rem;left:5.625rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ofvt6Hl9PBgkT1XZMGRZduDwn2qZ3CXu { color:#ffffff;display:block;width:3rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:25.875rem;left:1.875rem;height:1.583333375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HktfbKfvDvfB83dSLukDcuI7p4WwVPeL { box-sizing:content-box;height:10.6875rem;width:58.5rem;position:absolute;display:block;z-index:15058;background-color:#663399;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:35.6875rem;left:0.75rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#p2ONw5CauhuzpZb8FKHXnovve0wXa7TR { position:absolute;display:block;z-index:15061;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9rem;width:16.125rem;top:36.5625rem;left:42.1875rem;overflow:hidden;display:block; }
#yoETKk9V3v6nFcJ5cyT8GP4dmurtkpii { color:rgba(var(--color-tertiary-0),1);display:block;width:34.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15061;line-height:1.4;letter-spacing:0;top:38.0625rem;left:5.625rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#brOdUTSatXVpF9nZIm8pthDTsnPUbSDt { color:rgba(var(--color-tertiary-0),1);display:block;width:20.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15060;line-height:1.4;letter-spacing:0;top:44.8125rem;left:5.625rem;height:1.333333375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dcFiC1qET4XiSP0Gx4XDHL2KvMyuM2Ur { color:rgba(var(--color-tertiary-0),1);display:block;width:34.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15059;line-height:1.4;letter-spacing:0;top:36.25rem;left:5.625rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gumEVpQlX7bLrdcbvPzD9Rcu26JErhVX { color:#ffffff;display:block;width:3rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:36.3125rem;left:1.875rem;height:1.583333375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OR5vCAUUfOeTyfkAVFdXsygDQcrqgGfw { box-sizing:content-box;height:10.6875rem;width:58.5rem;position:absolute;display:block;z-index:15064;background-color:#663399;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:47.375rem;left:0.75rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#N8MyT6BNr6BHOfDaMbGPrMm5kXxWP0lz { position:absolute;display:block;z-index:15067;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9rem;width:16.125rem;top:48.25rem;left:42.1875rem;overflow:hidden;display:block; }
#Tll2crSfdKJHEdWe5KXRLoNapaSkyRKD { color:rgba(var(--color-tertiary-0),1);display:block;width:34.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15067;line-height:1.4;letter-spacing:0;top:49.75rem;left:5.625rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J1v5UzfKwutVoPWHBBrmHXSeLRmuvIKX { color:rgba(var(--color-tertiary-0),1);display:block;width:20.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15066;line-height:1.4;letter-spacing:0;top:56.5rem;left:5.625rem;height:1.333333375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Sa901Qzftra80BlZDRqUPDTIwuvRtKoQ { color:rgba(var(--color-tertiary-0),1);display:block;width:34.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15065;line-height:1.4;letter-spacing:0;top:47.9375rem;left:5.625rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#h5lPUPmtBpoLIDykKmhD0pUaR8rv6am8 { color:#ffffff;display:block;width:3.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:48rem;left:1.875rem;height:1.583333375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rpGIfqUyGGqcEgAnnchGIDg8H5g5ixon { box-sizing:content-box;height:10.6875rem;width:58.5rem;position:absolute;display:block;z-index:15070;background-color:#663399;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:59.1875rem;left:0.75rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#Wd5i4m16gFAPd7g5CbOUPfUF3QdB1eZN { position:absolute;display:block;z-index:15073;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9rem;width:16.125rem;top:60.0625rem;left:42.1875rem;overflow:hidden;display:block; }
#TJ0IaLcLra88B7MOg2zbMtt1nPqt3lwn { color:rgba(var(--color-tertiary-0),1);display:block;width:27.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15073;line-height:1.4;letter-spacing:0;top:62.375rem;left:5.625rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GH78K1nunCedo0f9fSyF74wCO0g17Pra { color:rgba(var(--color-tertiary-0),1);display:block;width:20.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15072;line-height:1.4;letter-spacing:0;top:67.75rem;left:5.625rem;height:1.333333375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J0aIm9tPHzFIzAMWUUrQTQM1pNUpM5Mp { color:rgba(var(--color-tertiary-0),1);display:block;width:34.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15071;line-height:1.4;letter-spacing:0;top:59.75rem;left:5.625rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kXCRlELOSJnCJHwlTVSgNAMRqPzQtIw8 { color:#ffffff;display:block;width:3.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:59.8125rem;left:1.875rem;height:1.583333375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#on1u9pUUtcb7Pcae6uOWE72Qg4Te8o3B { box-sizing:content-box;height:4.25rem;width:58.5rem;position:absolute;display:block;z-index:15052;background-color:#00bbd1;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.4375rem;left:0.75rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#ab0ukXCkcFDpmJ0zgDXMTAfvZg1i6KFH { color:#ffffff;display:block;width:2.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:1.0625rem;left:1.875rem;height:1.583333375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zV6fVWJfWLaL2uTRua3WEvms7I8gGKNv { color:rgba(var(--color-tertiary-0),1);display:block;width:31.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15053;line-height:1.4;letter-spacing:0;top:1rem;left:5.625rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vEDgC8WuS19SJ7zuWyGOxQqZE2SpmqRr { color:rgba(var(--color-tertiary-0),1);display:block;width:20.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15074;line-height:1.4;letter-spacing:0;top:2.7291717529297rem;left:5.625rem;height:1.333333375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ais96Nts7mXQ71H3b6Wr5CFq9lh5TF8x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#Ais96Nts7mXQ71H3b6Wr5CFq9lh5TF8x > .row .container { background-color: transparent; background-image: none; }#Ais96Nts7mXQ71H3b6Wr5CFq9lh5TF8x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ais96Nts7mXQ71H3b6Wr5CFq9lh5TF8x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ais96Nts7mXQ71H3b6Wr5CFq9lh5TF8x > .row .container > .video-iframe-container { display: none; }#Ais96Nts7mXQ71H3b6Wr5CFq9lh5TF8x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ais96Nts7mXQ71H3b6Wr5CFq9lh5TF8x > .row > .video-iframe-container { display: none; }#Ais96Nts7mXQ71H3b6Wr5CFq9lh5TF8x > .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); }#Ais96Nts7mXQ71H3b6Wr5CFq9lh5TF8x > .row .container { border-width: 0; border-radius: 0; }#Ais96Nts7mXQ71H3b6Wr5CFq9lh5TF8x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ais96Nts7mXQ71H3b6Wr5CFq9lh5TF8x > .row .container { font-size:0.875rem;font-family:arial;height:7.8125rem;width:60rem;position:relative;display:block; }#Q5kRe3hrxBeUTVOoKpGG4LXwxUJyq4us { color:#d93b73;display:block;width:60rem;position:absolute;font-family:"bricolage grotesque";font-size:3.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.6875rem;left:0rem;height:4.8333335rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AVn7GsV0fMzB2h0dGMXuvZ65FPirShMC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#AVn7GsV0fMzB2h0dGMXuvZ65FPirShMC > .row .container { background-color: transparent; background-image: none; }#AVn7GsV0fMzB2h0dGMXuvZ65FPirShMC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AVn7GsV0fMzB2h0dGMXuvZ65FPirShMC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AVn7GsV0fMzB2h0dGMXuvZ65FPirShMC > .row .container > .video-iframe-container { display: none; }#AVn7GsV0fMzB2h0dGMXuvZ65FPirShMC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AVn7GsV0fMzB2h0dGMXuvZ65FPirShMC > .row > .video-iframe-container { display: none; }#AVn7GsV0fMzB2h0dGMXuvZ65FPirShMC > .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); }#AVn7GsV0fMzB2h0dGMXuvZ65FPirShMC > .row .container { border-width: 0; border-radius: 0; }#AVn7GsV0fMzB2h0dGMXuvZ65FPirShMC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AVn7GsV0fMzB2h0dGMXuvZ65FPirShMC > .row .container { font-size:0.875rem;font-family:arial;height:32.5625rem;width:60rem;position:relative;display:block; }#O3HdPRlpCGdkR1DctbNMzVcMkD202GOn { box-sizing:content-box;height:2.5rem;width:58.5rem;position:absolute;display:block;z-index:15052;background-color:#00bbd1;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.125rem;left:0.75rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#nZ2UcESTFvwuFo1rOIbyJTkN9eIXLHIf { color:#ffffff;display:block;width:2.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:2.5625rem;left:1.875rem;height:1.583333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#IaU4Pw938xumfap5d796dVZVSb7whHip { color:rgba(var(--color-tertiary-0),1);display:block;width:31.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15053;line-height:1.4;letter-spacing:0;top:2.5rem;left:5.625rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ycPrDoH419H5O4bEzTLFlglorFAU9V3v { box-sizing:content-box;height:2.5rem;width:58.5rem;position:absolute;display:block;z-index:15055;background-color:#00bbd1;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.25rem;left:0.75rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#LRH2ahDP5JdJazchh83Aaf61DS7USK4z { color:rgba(var(--color-tertiary-0),1);display:block;width:31.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15056;line-height:1.4;letter-spacing:0;top:5.625rem;left:5.625rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ItJOFu4ig9ClNW50ZnbCly9s8SVb2C1p { color:#ffffff;display:block;width:2.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:5.6875rem;left:1.875rem;height:1.583333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#tEgUv0vlTZWD8w5NI921Trod1q3ZHzcg { box-sizing:content-box;height:4.1875rem;width:58.5rem;position:absolute;display:block;z-index:15076;background-color:#d93b73;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.4375rem;left:0.75rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#Gdga9mPmiIZ3Now2Hrex7JVPzxdrzaSM { color:rgba(var(--color-tertiary-0),1);display:block;width:20.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15078;line-height:1.4;letter-spacing:0;top:10.875rem;left:5.625rem;height:1.333333375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#M9PrAkt7QHeRxa4mZmV1rMvPk2G5kmg2 { color:rgba(var(--color-tertiary-0),1);display:block;width:34.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15077;line-height:1.4;letter-spacing:0;top:9rem;left:5.625rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lNekp6TdmqICTaHT0SFT8Bo9MDQSzd4G { color:#ffffff;display:block;width:3.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15078;line-height:1.3;letter-spacing:0;top:9.0625rem;left:1.875rem;height:1.583333375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tpCbGVeFghseH3DeNCUkEFUFlWpMRcVv { box-sizing:content-box;height:4.1875rem;width:58.5rem;position:absolute;display:block;z-index:15080;background-color:#d93b73;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.3125rem;left:0.75rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#X5QOVXAtN6E9913q2PqWEDQBeNNLvEgq { color:rgba(var(--color-tertiary-0),1);display:block;width:20.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15082;line-height:1.4;letter-spacing:0;top:15.75rem;left:5.625rem;height:1.333333375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dCkduOEtyz00lQKhbyEdTJ6ToWeiqOPF { color:rgba(var(--color-tertiary-0),1);display:block;width:34.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15081;line-height:1.4;letter-spacing:0;top:13.875rem;left:5.625rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VWv0HW6y7A3uZtADRyvfV8kW2uWq7ULi { color:#ffffff;display:block;width:3.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:13.9375rem;left:1.875rem;height:1.583333375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#m7ipZg6cxCX28Rx7wGVzbKRLpJ6m7FvI { box-sizing:content-box;height:6.4375rem;width:58.5rem;position:absolute;display:block;z-index:15064;background-color:#663399;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.1875rem;left:0.75rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#uphuSoXy7QaanKt5agducEs7XG3Vf9TG { color:rgba(var(--color-tertiary-0),1);display:block;width:34.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15065;line-height:1.4;letter-spacing:0;top:18.75rem;left:5.625rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iw0k1sUfo7OIT1kb6TmUdRTCvw0ph1nm { color:#ffffff;display:block;width:3rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:18.8125rem;left:1.875rem;height:1.583333375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d8ZBkaqklHV73ksU6yZ0eAULCeapcOk2 { color:rgba(var(--color-tertiary-0),1);display:block;width:34.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15067;line-height:1.4;letter-spacing:0;top:20.5625rem;left:5.625rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tXD5odaFOtQvsbIwgEzbfdCHFRuhHATM { color:rgba(var(--color-tertiary-0),1);display:block;width:20.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15066;line-height:1.4;letter-spacing:0;top:22.8310546875rem;left:5.625rem;height:1.333333375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kfos3LqHGknDilKchw2lzN21WFeqq1sI { box-sizing:content-box;height:6.4375rem;width:58.5rem;position:absolute;display:block;z-index:15069;background-color:#663399;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.375rem;left:0.75rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#x9s00wUENlg4CpJrOoHqoZQlH2g21MqJ { color:rgba(var(--color-tertiary-0),1);display:block;width:20.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15071;line-height:1.4;letter-spacing:0;top:30rem;left:5.625rem;height:1.333333375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pcVuJEv0Jb3W1ERFc48snmo9nZIDySpK { color:rgba(var(--color-tertiary-0),1);display:block;width:45.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15072;line-height:1.4;letter-spacing:0;top:27.75rem;left:5.625rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TBpl2BwrGD1g1SMkHBndE8SA8riuusv1 { color:rgba(var(--color-tertiary-0),1);display:block;width:34.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15070;line-height:1.4;letter-spacing:0;top:25.9375rem;left:5.625rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bhgXxHdCsIeFdAH6T7QQFIGx1J1CDO86 { color:#ffffff;display:block;width:3.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15071;line-height:1.3;letter-spacing:0;top:26rem;left:1.875rem;height:3.16666675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kXbmrCT276HXiemTUW9P0RzLcXsl7qT8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#kXbmrCT276HXiemTUW9P0RzLcXsl7qT8 > .row .container { background-color: transparent; background-image: none; }#kXbmrCT276HXiemTUW9P0RzLcXsl7qT8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kXbmrCT276HXiemTUW9P0RzLcXsl7qT8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kXbmrCT276HXiemTUW9P0RzLcXsl7qT8 > .row .container > .video-iframe-container { display: none; }#kXbmrCT276HXiemTUW9P0RzLcXsl7qT8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kXbmrCT276HXiemTUW9P0RzLcXsl7qT8 > .row > .video-iframe-container { display: none; }#kXbmrCT276HXiemTUW9P0RzLcXsl7qT8 > .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); }#kXbmrCT276HXiemTUW9P0RzLcXsl7qT8 > .row .container { border-width: 0; border-radius: 0; }#kXbmrCT276HXiemTUW9P0RzLcXsl7qT8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kXbmrCT276HXiemTUW9P0RzLcXsl7qT8 > .row .container { font-size:0.875rem;font-family:arial;height:76.75rem;width:60rem;position:relative;display:block; }#r8MDUcmiEoRWXfwtLyQbKUPfxfqCke3s { box-sizing:content-box;height:4.375rem;width:58.5rem;position:absolute;display:block;z-index:15064;background-color:#f2b62b;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.1875rem;left:0.75rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#aSVTS6IJGvIIy7CopTgKAxJwXEPba12s { color:#ffffff;display:block;width:3rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:0.8125rem;left:1.875rem;height:1.583333375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Jz7raHhXkmfOaONNRi8X0P8Jkzqocs89 { color:rgba(var(--color-tertiary-0),1);display:block;width:31.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15065;line-height:1.4;letter-spacing:0;top:0.75rem;left:5.625rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PtUghmSvfms6zl2z43FVCunyRMoWTiTQ { color:rgba(var(--color-tertiary-0),1);display:block;width:20.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15066;line-height:1.4;letter-spacing:0;top:2.8125rem;left:5.625rem;height:1.333333375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WCu2FZlfpVpqGA1nwVkUGsynLZInqfHg { box-sizing:content-box;height:4.375rem;width:58.5rem;position:absolute;display:block;z-index:15068;background-color:#a7d170;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.3125rem;left:0.75rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#mdhMZWDu7gzU2BaB8es8kWxdRdDN7P04 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15070;line-height:1.4;letter-spacing:0;top:7.9375rem;left:5.625rem;height:1.333333375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XEAS0NpEBLFv0ZxBLkMK3KG7WwGfrSHb { color:rgba(var(--color-tertiary-0),1);display:block;width:31.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15069;line-height:1.4;letter-spacing:0;top:5.875rem;left:5.625rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DIOTcFm1UMGTR7lr5OCFdl3SqelUZK8D { color:#ffffff;display:block;width:3rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:5.9375rem;left:1.875rem;height:1.583333375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MQrIX2TzTqNwFLtS4T8dFMTaasCgbmIH { box-sizing:content-box;height:2.75rem;width:58.5rem;position:absolute;display:block;z-index:15072;background-color:#00bbd1;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.5rem;left:0.75rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#XfEdeDgGHMb1lLFrZqTOPKtQRdMaC3yc { color:rgba(var(--color-tertiary-0),1);display:block;width:50.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15073;line-height:1.4;letter-spacing:0;top:11.0625rem;left:5.625rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JCRcvrmXVvs075GDp9RTuAJZCAlv3vnr { color:#ffffff;display:block;width:3rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15074;line-height:1.3;letter-spacing:0;top:11.125rem;left:1.875rem;height:1.583333375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pt9xmtZuTeJ4N5CvdhCqkCzDvs4fpU1I { box-sizing:content-box;height:10.6875rem;width:58.5rem;position:absolute;display:block;z-index:15076;background-color:#663399;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.1875rem;left:0.75rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#eUv7XD3D4DiMeTfroD8HyaMZGGtHGgTy { position:absolute;display:block;z-index:15079;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9rem;width:16.125rem;top:15.0625rem;left:42.1875rem;overflow:hidden;display:block; }
#Ji3qIZKvQazLZ8cAFL1UJn6xFT3ZtpD3 { color:rgba(var(--color-tertiary-0),1);display:block;width:23.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15079;line-height:1.4;letter-spacing:0;top:17.375rem;left:5.625rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#broURgOh5vFXT4LU2TU0I3NDmo55MmFX { color:rgba(var(--color-tertiary-0),1);display:block;width:20.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15078;line-height:1.4;letter-spacing:0;top:22.7255859375rem;left:5.625rem;height:1.333333375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GKKKhUU3dM1ReqGWxHioyPZeVQsVXiV0 { color:rgba(var(--color-tertiary-0),1);display:block;width:34.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15077;line-height:1.4;letter-spacing:0;top:14.75rem;left:5.625rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QnhULTv42Q6TUtLWN930KAupmQGkAl0O { color:#ffffff;display:block;width:3.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15078;line-height:1.3;letter-spacing:0;top:14.8125rem;left:1.875rem;height:1.583333375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Jcif3rhq8Mv0fZTVTD3UXJWJhTtEIHI9 { box-sizing:content-box;height:12.5rem;width:58.5rem;position:absolute;display:block;z-index:15064;background-color:#f2b62b;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.6875rem;left:0.75rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#tvmiR70VnQrr7w7Bf1oK19FnBfJRkUMI { position:absolute;display:block;z-index:15067;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9rem;width:16.125rem;top:27.4375rem;left:42.1875rem;overflow:hidden;display:block; }
#wqK7CWkqp2S1HFLTr1CtSUhPdPLCtpTx { color:rgba(var(--color-tertiary-0),1);display:block;width:20.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15066;line-height:1.4;letter-spacing:0;top:36.1875rem;left:5.625rem;height:1.333333375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mbIOaE1dExuW8s9H75MZhne2Cisoy4fc { color:rgba(var(--color-tertiary-0),1);display:block;width:35.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15067;line-height:1.4;letter-spacing:0;top:28.26220703125rem;left:5.625rem;height:7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yCJfUJSdlEOIHqKXl3Dh4ifiVG4mQd54 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15065;line-height:1.4;letter-spacing:0;top:26.25rem;left:5.625rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oGAZspu39IKnmen0uk8Oz7rbteubLTel { color:#ffffff;display:block;width:3rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:26.3125rem;left:1.875rem;height:1.583333375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bvNMVFhhmeo64ZsZpz9TTCPzDsMUKXsn { box-sizing:content-box;height:10.6875rem;width:58.5rem;position:absolute;display:block;z-index:15076;background-color:#663399;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:39.125rem;left:0.75rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#LqcbDWef6dbXQB6HOKh7lIGsE2zaR79E { position:absolute;display:block;z-index:15079;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9rem;width:16.125rem;top:40rem;left:42.1875rem;overflow:hidden;display:block; }
#TXEgdyTcsMEpCe4788eEAQWTeXflSJQm { color:rgba(var(--color-tertiary-0),1);display:block;width:20.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15078;line-height:1.4;letter-spacing:0;top:47.6875rem;left:5.625rem;height:1.333333375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EpbvklBWDUeD1Rh7I6aLc3TfBm8vo71B { color:rgba(var(--color-tertiary-0),1);display:block;width:34.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15079;line-height:1.4;letter-spacing:0;top:42.3125rem;left:5.625rem;height:4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IX3v4gG2THQf25i1vEMlrK0m5gCFwFw2 { color:rgba(var(--color-tertiary-0),1);display:block;width:34.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15077;line-height:1.4;letter-spacing:0;top:39.6875rem;left:5.625rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Mlep1SDXbQ8sFdoC6DvCssOzVGkupngq { color:#ffffff;display:block;width:3.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15078;line-height:1.3;letter-spacing:0;top:39.75rem;left:1.875rem;height:1.583333375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FTtDKXK3WWaHEezBmRDtbJAe2ilUgBFm { box-sizing:content-box;height:12.5rem;width:58.5rem;position:absolute;display:block;z-index:15070;background-color:#f2b62b;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:50.9375rem;left:0.75rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#k7tJRgM1fBAfJkTgAbwqnh4fQeDnrxG8 { position:absolute;display:block;z-index:15073;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9rem;width:16.125rem;top:52.6875rem;left:42.1875rem;overflow:hidden;display:block; }
#pe3b98saJ75tbTBo6B8AozNtPhOwNVMh { color:rgba(var(--color-tertiary-0),1);display:block;width:20.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15072;line-height:1.4;letter-spacing:0;top:61.4375rem;left:5.625rem;height:1.333333375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yo5HXpdNiErRDEyCOBDW5lOJ6tlQO7KS { color:rgba(var(--color-tertiary-0),1);display:block;width:35.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15073;line-height:1.4;letter-spacing:0;top:53.5rem;left:5.625rem;height:7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n5qd0EML5byhx7KvUVHiB163UxpVkXDM { color:rgba(var(--color-tertiary-0),1);display:block;width:20.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15071;line-height:1.4;letter-spacing:0;top:51.5rem;left:5.625rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iRpXuQAm8vZQiXqB033CuSO7EoSbr4XL { color:#ffffff;display:block;width:3rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:51.5625rem;left:1.875rem;height:1.583333375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#leNFwK5F9nhmn5Lgv4qH59FbJZtUoLDJ { box-sizing:content-box;height:10.6875rem;width:58.5rem;position:absolute;display:block;z-index:15082;background-color:#663399;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:64.5625rem;left:0.75rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#uGylbOwHsoZ6GXct8dC0xC8bb1G2r9cm { position:absolute;display:block;z-index:15085;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9rem;width:16.125rem;top:65.4375rem;left:42.1875rem;overflow:hidden;display:block; }
#GkUsJ5QCnL2pROvAFSPN7yo6LetKG2Ii { color:rgba(var(--color-tertiary-0),1);display:block;width:20.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15084;line-height:1.4;letter-spacing:0;top:73.125rem;left:5.625rem;height:1.333333375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Mm2bQVofquVJcB60Sb7is14bkruCD6zs { color:rgba(var(--color-tertiary-0),1);display:block;width:34.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15085;line-height:1.4;letter-spacing:0;top:67.4375rem;left:5.625rem;height:5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RX98yEc3Cc5WlymqTEHWFTyDon8rdbEC { color:rgba(var(--color-tertiary-0),1);display:block;width:34.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15083;line-height:1.4;letter-spacing:0;top:65.125rem;left:5.625rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rhTeBm5OVvwWD66BmJ9lJza6pHc6iAZ4 { color:#ffffff;display:block;width:3.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15084;line-height:1.3;letter-spacing:0;top:65.1875rem;left:1.875rem;height:1.583333375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oFWuNsZphn1ckiGvNCwyG6wZT1TogsTh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#oFWuNsZphn1ckiGvNCwyG6wZT1TogsTh > .row .container { background-color: transparent; background-image: none; }#oFWuNsZphn1ckiGvNCwyG6wZT1TogsTh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oFWuNsZphn1ckiGvNCwyG6wZT1TogsTh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oFWuNsZphn1ckiGvNCwyG6wZT1TogsTh > .row .container > .video-iframe-container { display: none; }#oFWuNsZphn1ckiGvNCwyG6wZT1TogsTh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oFWuNsZphn1ckiGvNCwyG6wZT1TogsTh > .row > .video-iframe-container { display: none; }#oFWuNsZphn1ckiGvNCwyG6wZT1TogsTh > .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); }#oFWuNsZphn1ckiGvNCwyG6wZT1TogsTh > .row .container { border-width: 0; border-radius: 0; }#oFWuNsZphn1ckiGvNCwyG6wZT1TogsTh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oFWuNsZphn1ckiGvNCwyG6wZT1TogsTh > .row .container { font-size:0.875rem;font-family:arial;height:7.8125rem;width:60rem;position:relative;display:block; }#usCxngX3XAqAy1EK6n05707wuJaqamX9 { color:#d93b73;display:block;width:60rem;position:absolute;font-family:"bricolage grotesque";font-size:3.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.46875rem;left:0rem;height:4.8333335rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sVwTn51lhHeVpz7M52INQLd0bn7Wc8UX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#sVwTn51lhHeVpz7M52INQLd0bn7Wc8UX > .row .container { background-color: transparent; background-image: none; }#sVwTn51lhHeVpz7M52INQLd0bn7Wc8UX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVwTn51lhHeVpz7M52INQLd0bn7Wc8UX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVwTn51lhHeVpz7M52INQLd0bn7Wc8UX > .row .container > .video-iframe-container { display: none; }#sVwTn51lhHeVpz7M52INQLd0bn7Wc8UX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVwTn51lhHeVpz7M52INQLd0bn7Wc8UX > .row > .video-iframe-container { display: none; }#sVwTn51lhHeVpz7M52INQLd0bn7Wc8UX > .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); }#sVwTn51lhHeVpz7M52INQLd0bn7Wc8UX > .row .container { border-width: 0; border-radius: 0; }#sVwTn51lhHeVpz7M52INQLd0bn7Wc8UX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sVwTn51lhHeVpz7M52INQLd0bn7Wc8UX > .row .container { font-size:0.875rem;font-family:arial;height:79.5rem;width:60rem;position:relative;display:block; }#rhGqmJyWPPhaTN83ErKrAQahv8eS2vOd { box-sizing:content-box;height:6.0625rem;width:58.5rem;position:absolute;display:block;z-index:15064;background-color:#663399;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.1875rem;left:0.75rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#ZP16fBFME7g3zt4OxruZBuzyZINu6hhK { color:#ffffff;display:block;width:3rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:0.8125rem;left:1.875rem;height:1.583333375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xDQTucuzEIKyJztKJLiLL7wrqTSdfXOa { color:rgba(var(--color-tertiary-0),1);display:block;width:31.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15065;line-height:1.4;letter-spacing:0;top:0.75rem;left:5.625rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Eq6Fy3MZ2l0n41PX0XV6boSOC5a6X4ZL { color:rgba(var(--color-tertiary-0),1);display:block;width:20.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15066;line-height:1.4;letter-spacing:0;top:4.5625rem;left:5.625rem;height:1.333333375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q1Z3vX5HHlLoniTVJuTyUd5GMNV0KTb5 { box-sizing:content-box;height:2.75rem;width:58.5rem;position:absolute;display:block;z-index:15072;background-color:#00bbd1;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.0625rem;left:0.75rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#KFA6HC0tgVxt4my0Ps2ebL2r6Te9tHOW { color:rgba(var(--color-tertiary-0),1);display:block;width:50.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15073;line-height:1.4;letter-spacing:0;top:7.625rem;left:5.625rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TzqBF6T7EKmdVFED4FMGRtyrWHObqtRF { color:#ffffff;display:block;width:3rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15074;line-height:1.3;letter-spacing:0;top:7.6875rem;left:1.875rem;height:1.583333375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NnefnUVJaqqInBg8w0bbrhUf6X55vaFC { box-sizing:content-box;height:9.25rem;width:58.5rem;position:absolute;display:block;z-index:15076;background-color:#663399;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.6875rem;left:0.75rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#m3yOF7RuirZk3xiSP6Vt14qpvIvn7USm { color:rgba(var(--color-tertiary-0),1);display:block;width:45.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15079;line-height:1.2;letter-spacing:0;top:13.25rem;left:5.625rem;height:4.249999875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NqVT2Gk6lS1SQhdiC9NELft058E8FX34 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15078;line-height:1.4;letter-spacing:0;top:18.1005859375rem;left:5.625rem;height:1.333333375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ih0N5Sz5UMaGlcVxKohkcK7R4IhD8gX4 { color:rgba(var(--color-tertiary-0),1);display:block;width:34.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15077;line-height:1.4;letter-spacing:0;top:11.25rem;left:5.625rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rEopKZGl2Txr0Z6ALRZAQp0nXVpGJfCM { color:#ffffff;display:block;width:3.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15078;line-height:1.3;letter-spacing:0;top:11.3125rem;left:1.875rem;height:3.16666675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FTIEv0ObgrWQD7WVFcuJppXpaavpIrmh { box-sizing:content-box;height:11.5625rem;width:58.5rem;position:absolute;display:block;z-index:15076;background-color:#663399;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.875rem;left:0.75rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#TQB5nvfqProAtJVViXV5uEHW2ZcSSS45 { position:absolute;display:block;z-index:15079;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9rem;width:16.125rem;top:34.75rem;left:42.1875rem;overflow:hidden;display:block; }
#kwh1Eg7yEyQ2rfDWvfHnodCvwLFITXbO { color:rgba(var(--color-tertiary-0),1);display:block;width:20.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15078;line-height:1.4;letter-spacing:0;top:43.5rem;left:5.625rem;height:1.333333375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#h4mfcygfVdT1HhGEK5m9MyMraesleuy3 { color:rgba(var(--color-tertiary-0),1);display:block;width:34.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15079;line-height:1.4;letter-spacing:0;top:36.75rem;left:5.625rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cpQ00eaopRRvvUirQCr6W9IIDibnTfuE { color:rgba(var(--color-tertiary-0),1);display:block;width:34.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15077;line-height:1.4;letter-spacing:0;top:34.4375rem;left:5.625rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ixhISKfOngHuoyJIfPEZsIqoqb4TM6CS { color:#ffffff;display:block;width:3.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15078;line-height:1.3;letter-spacing:0;top:34.5rem;left:1.875rem;height:1.583333375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#apFkPrTulD8FEm3wkCvGuhqhqPLEk2Ho { box-sizing:content-box;height:11.3125rem;width:58.5rem;position:absolute;display:block;z-index:15070;background-color:#f2b62b;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:46.375rem;left:0.75rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#VHZdd0zkeBcByg57iQckuOJn9w81u5T5 { position:absolute;display:block;z-index:15073;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9rem;width:16.125rem;top:47.5625rem;left:42.1875rem;overflow:hidden;display:block; }
#mbBIS83I8GsIZVNJVz10H1FkUsLW0SDn { color:rgba(var(--color-tertiary-0),1);display:block;width:20.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15072;line-height:1.4;letter-spacing:0;top:55.1875rem;left:5.625rem;height:1.333333375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XqvL9LGC9TuciV1Fa8TKTnVrT0GNca8E { color:rgba(var(--color-tertiary-0),1);display:block;width:35.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15073;line-height:1.4;letter-spacing:0;top:48.9375rem;left:5.625rem;height:4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZD7JsnHP1d5dApTGWo3XUNRPtTEl5fWm { color:rgba(var(--color-tertiary-0),1);display:block;width:20.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15071;line-height:1.4;letter-spacing:0;top:46.9375rem;left:5.625rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UZr10Kz4nIqABeMkccUMkOmPGc434CNe { color:#ffffff;display:block;width:3rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:47rem;left:1.875rem;height:1.583333375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#o2yXMTkrHTO6k0400FBQ49nvee727vgi { color:rgba(var(--color-tertiary-0),1);display:block;width:31.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15066;line-height:1.4;letter-spacing:0;top:2.46875rem;left:5.625rem;height:1.583333375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CzuLvKcAT7uXVEBeAGtFOXD5HxA85MO1 { box-sizing:content-box;height:6.6875rem;width:58.5rem;position:absolute;display:block;z-index:15081;background-color:#a7d170;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.75rem;left:0.75rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#fifDy5hRW1TREtz29qerypCXuKf5QEL6 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15083;line-height:1.4;letter-spacing:0;top:25.625rem;left:5.625rem;height:1.333333375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tm8wTUqn59eX1mCyJrVe7Vshok9iL7Gt { color:rgba(var(--color-tertiary-0),1);display:block;width:43.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15084;line-height:1.4;letter-spacing:0;top:23.1875rem;left:5.625rem;height:1.583333375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bvmz5nfgyVIFsq4MWz0gggIhlFbzUBWC { color:#ffffff;display:block;width:3.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15083;line-height:1.3;letter-spacing:0;top:21.375rem;left:1.875rem;height:1.583333375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kthdyCoMc9txx0DpJysepnN7VCpftR3s { color:rgba(var(--color-tertiary-0),1);display:block;width:34.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15082;line-height:1.4;letter-spacing:0;top:21.3125rem;left:5.625rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#foVzXlQuQV63Q1S6N5LEH5bArcQT6WLy { box-sizing:content-box;height:4.4375rem;width:58.5rem;position:absolute;display:block;z-index:15086;background-color:#f2b62b;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.375rem;left:0.75rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#mFEi9fXsA2JW6gHVTQTcCzhHUtyuI6xT { color:rgba(var(--color-tertiary-0),1);display:block;width:20.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15088;line-height:1.4;letter-spacing:0;top:31.0185546875rem;left:5.625rem;height:1.333333375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NEpW9thwNuyVTdUQuonI6dmsMnC1MikX { color:rgba(var(--color-tertiary-0),1);display:block;width:34.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15087;line-height:1.4;letter-spacing:0;top:28.9375rem;left:5.625rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#e5bVqFs16cee6PFO6FPiaOxNTAb1ffPE { color:#ffffff;display:block;width:3.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15088;line-height:1.3;letter-spacing:0;top:29rem;left:1.875rem;height:1.583333375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lbVEfdpHJqMCdd8nnQ92DBsVBBWuoMUf { box-sizing:content-box;height:12.1875rem;width:58.5rem;position:absolute;display:block;z-index:15082;background-color:#663399;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:58.6875rem;left:0.75rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#pBdXMRmJgQCXfJpx5M4F0uNFKvTcv254 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15084;line-height:1.4;letter-spacing:0;top:69rem;left:5.625rem;height:1.333333375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#R9t5avAgBMUmkUx2lDw1KVcG6Kcav0FG { position:absolute;display:block;z-index:15085;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9rem;width:16.125rem;top:59.5625rem;left:42.1875rem;overflow:hidden;display:block; }
#meDZTQpNNKoAUGgbFFhVurZgiXmquvl5 { color:rgba(var(--color-tertiary-0),1);display:block;width:34.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15085;line-height:1.4;letter-spacing:0;top:61.3125rem;left:5.625rem;height:7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EzXIO5gI4cguUHsAWJ7LkoBPC9lsMTuW { color:rgba(var(--color-tertiary-0),1);display:block;width:34.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15083;line-height:1.4;letter-spacing:0;top:59.25rem;left:5.625rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ol4cEnJTslQzoKZCamquA1ggyOfLSHB5 { color:#ffffff;display:block;width:3.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15084;line-height:1.3;letter-spacing:0;top:59.3125rem;left:1.875rem;height:1.583333375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OJLNto1V2RRHyWx5tIqNDn4aES9e1qPw { box-sizing:content-box;height:4.3125rem;width:58.5rem;position:absolute;display:block;z-index:15088;background-color:#663399;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:72rem;left:0.75rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#Skq6iRCNc9NJXGvnqCMgPWiAIyKXgF1o { color:rgba(var(--color-tertiary-0),1);display:block;width:20.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15090;line-height:1.4;letter-spacing:0;top:74.5rem;left:5.625rem;height:1.333333375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I0HcvGdOOIZE24ieJxmTCVRaSo1xWGLW { color:rgba(var(--color-tertiary-0),1);display:block;width:34.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15089;line-height:1.4;letter-spacing:0;top:72.5625rem;left:5.625rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#O3ZSJwSmJEZPsdveuCBLuLpzWKVUx0wp { color:#ffffff;display:block;width:3.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:72.625rem;left:1.875rem;height:1.583333375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Uz0beVDFLgKZ6cJQ1wbUTTdw9fIAHmza { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#Uz0beVDFLgKZ6cJQ1wbUTTdw9fIAHmza > .row .container { background-color: transparent; background-image: none; }#Uz0beVDFLgKZ6cJQ1wbUTTdw9fIAHmza::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uz0beVDFLgKZ6cJQ1wbUTTdw9fIAHmza > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uz0beVDFLgKZ6cJQ1wbUTTdw9fIAHmza > .row .container > .video-iframe-container { display: none; }#Uz0beVDFLgKZ6cJQ1wbUTTdw9fIAHmza > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uz0beVDFLgKZ6cJQ1wbUTTdw9fIAHmza > .row > .video-iframe-container { display: none; }#Uz0beVDFLgKZ6cJQ1wbUTTdw9fIAHmza > .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); }#Uz0beVDFLgKZ6cJQ1wbUTTdw9fIAHmza > .row .container { border-width: 0; border-radius: 0; }#Uz0beVDFLgKZ6cJQ1wbUTTdw9fIAHmza > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Uz0beVDFLgKZ6cJQ1wbUTTdw9fIAHmza > .row .container { font-size:0.875rem;font-family:arial;height:21.8125rem;width:60rem;position:relative;display:block; }#TuUWLIx0moOoueSeM0a7Cweiwy4Z5f2R { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #494949;border-left:0.125rem solid #494949;border-right:0.125rem solid #494949;border-bottom:0.125rem solid #494949;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:19.5625rem;width:13.875rem;top:0.25rem;left:0.4375rem;display:block; }
#iEJQU5zJ46ThaccA6bWOcb91bhFBmibo { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9375rem;position:absolute;font-family:"bricolage grotesque";font-size:1.4375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:7rem;left:0.03125rem;height:1.833333375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yunXUk3QUXTfsUyvki6viGIr19vlB4vw { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.125rem;width:2.8125rem;top:9.8125rem;left:6.09375rem;display:block; }
#TLnEtEsfhH6Xclp3qkNwGMDzzI9Fohb9 { color:#859fb3;display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:10.91667175293rem;left:0.71875rem;height:5.3333335rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hTKvUJmIAevTq19zOvmcEPtTlcaFme4H { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #494949;border-left:0.125rem solid #494949;border-right:0.125rem solid #494949;border-bottom:0.125rem solid #494949;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:19.6875rem;width:13.875rem;top:0.25rem;left:15.437501907349rem;display:block; }
#qoAGBgxkAKHAfsVTIGeydZ4yWqT5J8e1 { color:#859fb3;display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:10.958335876465rem;left:15.593751907349rem;height:5.3333335rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OtOzINaL6nsVfwLGHgHN1scIqyQ2TGQv { position:absolute;display:block;z-index:15011;background-color:#6195f5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.125rem;width:2.8125rem;top:9.8125rem;left:21.125rem;display:block; }
#Dw1ZsLRd21KLX2TJZayHvNICChZy2XS1 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9375rem;position:absolute;font-family:"bricolage grotesque";font-size:1.4375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:7rem;left:15.0625rem;height:1.833333375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kCVQG12cvne7cq28gWGbn76niTTwJkKK { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #494949;border-left:0.125rem solid #494949;border-right:0.125rem solid #494949;border-bottom:0.125rem solid #494949;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:19.5625rem;width:13.875rem;top:0.25rem;left:30.437501907349rem;display:block; }
#gaiIsBMbgFV2zspnAqQ9Fr0k0eg0JU96 { color:#859fb3;display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:10.958335876465rem;left:30.656251907349rem;height:6.6666665rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TmwuHAmKVx0QlRRxpooVJF1kvCXJsbsM { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.125rem;width:2.8125rem;top:9.8125rem;left:36.125rem;display:block; }
#QBy4C1dnamdcCu5XTLfs14EgNpo7h9rR { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9375rem;position:absolute;font-family:"bricolage grotesque";font-size:1.4375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7rem;left:30.0625rem;height:1.833333375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RXME965l2eD2ffux1Z4tfUo1k9ALBSRp { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #494949;border-left:0.125rem solid #494949;border-right:0.125rem solid #494949;border-bottom:0.125rem solid #494949;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:19.4375rem;width:13.875rem;top:0.25rem;left:45.437501907349rem;display:block; }
#iaexBe9hCh4hANIfkldAEL1Zng3kZy4W { color:#859fb3;display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:10.875rem;left:46.031251907349rem;height:6.6666665rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XLRtVydTnFT246nTVPe0nrTtEXK2T8hu { position:absolute;display:block;z-index:15021;background-color:#6195f5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.125rem;width:2.8125rem;top:9.8125rem;left:51.125rem;display:block; }
#hWP6hkBKaWPfb2bqdE5tGDzgk6OTIEmH { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9375rem;position:absolute;font-family:"bricolage grotesque";font-size:1.4375rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:7rem;left:45.0625rem;height:1.833333375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oThXvQ49zVgLWkSHlBqRETmtPdDZSSBq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.1875rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:1.75rem;left:5.40625rem; }
#ou8L8q3MTqStPKsXyUeN1TdZ9hmIpHcK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:1.8125rem;left:20.46875rem; }
#nXBw35e9mft2xka0gSWsPxD1JIroOtwQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.1875rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:1.75rem;left:50.40625rem; }
#ZoNzaiMJFtdBzsUd30pRuIkS3X5xmzLA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:1.78125rem;left:35.4375rem; }
#BlcUESBhL3ZPqREEQDgNRPivGBtFM8ol { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#BlcUESBhL3ZPqREEQDgNRPivGBtFM8ol > .row .container { background-color: transparent; background-image: none; }#BlcUESBhL3ZPqREEQDgNRPivGBtFM8ol::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BlcUESBhL3ZPqREEQDgNRPivGBtFM8ol > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BlcUESBhL3ZPqREEQDgNRPivGBtFM8ol > .row .container > .video-iframe-container { display: none; }#BlcUESBhL3ZPqREEQDgNRPivGBtFM8ol > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BlcUESBhL3ZPqREEQDgNRPivGBtFM8ol > .row > .video-iframe-container { display: none; }#BlcUESBhL3ZPqREEQDgNRPivGBtFM8ol > .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); }#BlcUESBhL3ZPqREEQDgNRPivGBtFM8ol > .row .container { border-width: 0; border-radius: 0; }#BlcUESBhL3ZPqREEQDgNRPivGBtFM8ol > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BlcUESBhL3ZPqREEQDgNRPivGBtFM8ol > .row .container { font-size:0.875rem;font-family:arial;height:6.8125rem;width:60rem;position:relative;display:block; }#MSkARxIT2A2dGiahD97mgCsXOoPf9TIg { color:#fec135;display:block;width:60rem;position:absolute;font-family:"bricolage grotesque";font-size:3.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.1875rem;left:0rem;height:4.8333335rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hdOV7bSkXDTyIBgDqD5XWTiQrTSBPq93 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#hdOV7bSkXDTyIBgDqD5XWTiQrTSBPq93 > .row .container { background-color: transparent; background-image: none; }#hdOV7bSkXDTyIBgDqD5XWTiQrTSBPq93::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hdOV7bSkXDTyIBgDqD5XWTiQrTSBPq93 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hdOV7bSkXDTyIBgDqD5XWTiQrTSBPq93 > .row .container > .video-iframe-container { display: none; }#hdOV7bSkXDTyIBgDqD5XWTiQrTSBPq93 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hdOV7bSkXDTyIBgDqD5XWTiQrTSBPq93 > .row > .video-iframe-container { display: none; }#hdOV7bSkXDTyIBgDqD5XWTiQrTSBPq93 > .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); }#hdOV7bSkXDTyIBgDqD5XWTiQrTSBPq93 > .row .container { border-width: 0; border-radius: 0; }#hdOV7bSkXDTyIBgDqD5XWTiQrTSBPq93 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hdOV7bSkXDTyIBgDqD5XWTiQrTSBPq93 > .row .container { font-size:0.875rem;font-family:arial;height:47.6875rem;width:60rem;position:relative;display:block; }#Q6o2TwsLHfcWM4ThUqbQPWkxJ3pTD91O { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:44.3125rem;width:44.0625rem;top:1.6875rem;left:7.96875rem;overflow:hidden;display:block; }
#zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/q3bREOue/04.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz.adaptive-delivery-prevent-bg, #zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz.lazyload, #zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz.lazyloading { background-image: none; }#zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz > .row .container { background-color: transparent; background-image: none; }#zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz > .row .container > .video-iframe-container { display: none; }#zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz > .row > .video-iframe-container { display: none; }#zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz > .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); }#zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz > .row .container { border-width: 0; border-radius: 0; }#zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz > .row .container { font-size:0.875rem;font-family:arial;height:13.625rem;width:60rem;position:relative;display:block; }#g7c0SGTZzU6S2iWcAUwU3iD0v1QQAwye { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:6rem;top:5.6875rem;left:27rem;overflow:hidden;display:block; }
#UnKIr7gRZT7hZZeQavC8ZTFHTHPqh9TZ { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;top:11.375rem;left:27.625rem; }
#UnKIr7gRZT7hZZeQavC8ZTFHTHPqh9TZ > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }#FeuP38z4Pl90GbSTAEnIlb8iizlK6TPA { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;top:11.375rem;left:30.4375rem; }
#FeuP38z4Pl90GbSTAEnIlb8iizlK6TPA > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }#ELcQseZQrpVhSLVUZOphSGEHpN6i5cdq { color:rgba(var(--color-tertiary-0),1);display:block;width:20.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15088;line-height:1.4;letter-spacing:0;top:1.26953125rem;left:20.000001907349rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #DAx8fT4zk920U7ADkzOudV9hePGtcIcU { display:block; }#DAx8fT4zk920U7ADkzOudV9hePGtcIcU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nFrDlzhxKMsxTwW4TOdPLgxQtTsPQDyN { top:0rem;left:17.0625rem;width:13.625rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWZSCCRGp9GcKxGPd2tnl8tmtlZc1kqu { top:0.1875rem;left:0rem;width:7.625rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X75ghKstQkwtADLpSWD6bOXT9HosIPql { display:block; }
 }@media only screen and (max-width: 763px) { #MlzNWAJziyKKSJ6oJZ4DxN3bsvV2kJtx { top:2.8125rem;left:0rem;width:7.625rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bd1TTbwFve0wtcDGu0DF5WRUMXDgFXIn { display:block; }
 }@media only screen and (max-width: 763px) { #WBElbSlo5A2W4Fmha6ETSIp6nn8Qr3gF { top:5.5625rem;left:0rem;width:7.625rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDc2TdyNFXpsHzyMsRvhB9Qyc0R2Z90G { display:block; }
 }@media only screen and (max-width: 763px) { #TO90Tv3CoyFbm43k8xA5UsABRKpTOfni { top:2.75rem;left:36.9375rem;width:10.8125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrScHPJUEyXUfGloXUeFIf3WwplukxVU { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #diNgOtWFXX3dx5Nyk7J9iB6gOI5HkVHr { width:47.75rem;height:;top:9.9375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KE2Tl8wpyP0WB1koekigT3mwHmfvJpzT { width:47.75rem;height:3.25rem;top:17.3125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJkLxsZZKJyPw30SsHwmka8kwrXlJyPg { width:26.5625rem;height:24.125rem;top:39.375rem;left:10.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDJHuUxy2JMroIM4doZvTDHLeE3Ww4m5 { width:17.25rem;height:18.9375rem;top:41.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #roKlRZXiT2BL26QKyG27bTLzP86Tk8QQ { width:17.25rem;height:18.9375rem;top:41.9375rem;left:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc .widget-text.counter-number { padding-top:0.44375rem;padding-right:0.388125rem;padding-bottom:0.44375rem;padding-left:0.388125rem;width:2.329375rem;min-width:2.625rem;height:2.385rem;font-size:1.775rem;line-height:43px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2775rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.105625rem;height:0.943125rem;font-size:0.665625rem;line-height:1;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc { display:flex;width:16.4375rem;height:4.493125rem;top:20.5rem;left:1.6552085876465rem;padding-top:1.47625rem;padding-right:1.470625rem;padding-bottom:1.47625rem;padding-left:1.470625rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #UpGwfCag5tZWTwdAhcm1bw9OtgGlXEJh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #fGG6KFsGzZcrgHI8iFg6wSgWdCBHP3Sr {  }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #NwtgO91CvISR6xTQbSdJl1P9R2EvuRkq {  }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #MlcwODS9LmuJ7UcPi0thZzbyZXX6TuvO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #m0LbVo4ItACRMLgO7g8pFq1VxhTTSxlt {  }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #JcSLFrANDOIDfEC3fWbWkkBSmsmtFG0f {  }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #HxbBSHG3378XtTKGXhLI2Vzn20f3ggnL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #NrxEauQTV6OOR0qT94GNp2I2edhz56p6 {  }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #HcdimN5ZCDkI97Bbx2z5rmUyr8BpkDSX {  }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #iaawbCgeqE6kBsgE256rrMp5rLaxTDXX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #b1NgDavzpT2UsA43ElTorr30hutcRzGH {  }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #V9TwTmM4ybk11LaxnLA7XkH0JWEiKBUB {  }
 }@media only screen and (max-width: 763px) { #Uxt7uIz2akIXhyITD8fWGyzz8eZA6ie8 { display:block; }#Uxt7uIz2akIXhyITD8fWGyzz8eZA6ie8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AHvCwzFtHyxVBhxM3QqCvVrN0WmPt2ef { width:47.75rem;height:4.875rem;top:1.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtB1bMAvpeQ9vNThVxZ7qtN8bEI2bQaT { display:block; }#gtB1bMAvpeQ9vNThVxZ7qtN8bEI2bQaT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vJ7I90m6XrQSHq4UKJ6EWTl4knMtPTy5 { width:2.5rem;height:1.625rem;top:6.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gw3A1Ti2ekNHCzm26e14VqUeJxe2cghp { width:20.375rem;height:1.75rem;top:6.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzLXXXTCpOuMC1HR5k82QXnUIki0PPWJ { top:5.5625rem;left:0rem;width:47.75rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJTKKya9bxzuiPHDB0NBdMQkCJPutkKA { width:20.375rem;height:1.375rem;top:8.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oThXhCl9o69nTUEwzGs5hvspTwCq1KPT { top:11rem;left:0rem;width:47.75rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xuy2HXEEwuDGPstpLJ4oQpe6to9dagrK { width:20.375rem;height:1.375rem;top:22.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzevszR9x3wSpcmRX88mfhWwQbFlFi6b { width:20.375rem;height:1.75rem;top:11.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCkicOUAG4GwtpD4kZL7aOVwsMA1ffoC { width:3rem;height:1.625rem;top:11.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNDIBoSRGTsQ0J5uFI7QTAawoFCqLcwa { top:13.1875rem;left:31.625rem;width:16.125rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6P1RKSNt2JvSa8n9TezRksCdg108M89 { width:34.875rem;height:8.375rem;top:13.625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfMSHzqUCzyM3LyhmQ0EXbP9hiwDGmZu { top:25.25rem;left:0rem;width:47.75rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOaIpyD9EuxOSk5LphDQSztJCDTotGMN { top:25.5625rem;left:31.625rem;width:16.125rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAMW89gaeLCLwoIDTDraWslF96HWnxyh { width:20.375rem;height:1.375rem;top:33.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaIARxS655SdBdzdb7nxFcDZoU7czzZT { width:35.1875rem;height:5.1875rem;top:27.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OekqTcJgDdWRoCZcQwbRNJwilSa06D2Z { width:20.375rem;height:1.75rem;top:25.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofvt6Hl9PBgkT1XZMGRZduDwn2qZ3CXu { width:3rem;height:1.625rem;top:25.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HktfbKfvDvfB83dSLukDcuI7p4WwVPeL { top:35.6875rem;left:0rem;width:47.75rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2ONw5CauhuzpZb8FKHXnovve0wXa7TR { top:36.5625rem;left:31.625rem;width:16.125rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoETKk9V3v6nFcJ5cyT8GP4dmurtkpii { width:34.875rem;height:6.25rem;top:38.0625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #brOdUTSatXVpF9nZIm8pthDTsnPUbSDt { width:20.375rem;height:1.375rem;top:44.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcFiC1qET4XiSP0Gx4XDHL2KvMyuM2Ur { width:34.625rem;height:1.75rem;top:36.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gumEVpQlX7bLrdcbvPzD9Rcu26JErhVX { width:3rem;height:1.625rem;top:36.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OR5vCAUUfOeTyfkAVFdXsygDQcrqgGfw { top:47.375rem;left:0rem;width:47.75rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8MyT6BNr6BHOfDaMbGPrMm5kXxWP0lz { top:48.25rem;left:31.625rem;width:16.125rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tll2crSfdKJHEdWe5KXRLoNapaSkyRKD { width:34.875rem;height:6.25rem;top:49.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1v5UzfKwutVoPWHBBrmHXSeLRmuvIKX { width:20.375rem;height:1.375rem;top:56.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sa901Qzftra80BlZDRqUPDTIwuvRtKoQ { width:34.625rem;height:1.75rem;top:47.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5lPUPmtBpoLIDykKmhD0pUaR8rv6am8 { width:3.3125rem;height:1.625rem;top:48rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpGIfqUyGGqcEgAnnchGIDg8H5g5ixon { top:59.1875rem;left:0rem;width:47.75rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wd5i4m16gFAPd7g5CbOUPfUF3QdB1eZN { top:60.0625rem;left:31.625rem;width:16.125rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJ0IaLcLra88B7MOg2zbMtt1nPqt3lwn { width:27.875rem;height:3.125rem;top:62.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GH78K1nunCedo0f9fSyF74wCO0g17Pra { width:20.375rem;height:1.375rem;top:67.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0aIm9tPHzFIzAMWUUrQTQM1pNUpM5Mp { width:34.625rem;height:1.75rem;top:59.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXCRlELOSJnCJHwlTVSgNAMRqPzQtIw8 { width:3.3125rem;height:1.625rem;top:59.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #on1u9pUUtcb7Pcae6uOWE72Qg4Te8o3B { top:0.4375rem;left:0rem;width:47.75rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ab0ukXCkcFDpmJ0zgDXMTAfvZg1i6KFH { width:2.8125rem;height:1.5625rem;top:1.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zV6fVWJfWLaL2uTRua3WEvms7I8gGKNv { width:31.75rem;height:1.75rem;top:1rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEDgC8WuS19SJ7zuWyGOxQqZE2SpmqRr { width:20.375rem;height:1.3125rem;top:2.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ais96Nts7mXQ71H3b6Wr5CFq9lh5TF8x { display:block; }#Ais96Nts7mXQ71H3b6Wr5CFq9lh5TF8x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q5kRe3hrxBeUTVOoKpGG4LXwxUJyq4us { width:47.75rem;height:4.875rem;top:1.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVn7GsV0fMzB2h0dGMXuvZ65FPirShMC { display:block; }#AVn7GsV0fMzB2h0dGMXuvZ65FPirShMC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O3HdPRlpCGdkR1DctbNMzVcMkD202GOn { top:2.125rem;left:0rem;width:47.75rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZ2UcESTFvwuFo1rOIbyJTkN9eIXLHIf { width:2.8125rem;height:1.625rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaU4Pw938xumfap5d796dVZVSb7whHip { width:31.75rem;height:1.75rem;top:2.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycPrDoH419H5O4bEzTLFlglorFAU9V3v { top:5.25rem;left:0rem;width:47.75rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRH2ahDP5JdJazchh83Aaf61DS7USK4z { width:31.75rem;height:1.75rem;top:5.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItJOFu4ig9ClNW50ZnbCly9s8SVb2C1p { width:2.8125rem;height:1.625rem;top:5.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEgUv0vlTZWD8w5NI921Trod1q3ZHzcg { top:8.4375rem;left:0rem;width:47.75rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gdga9mPmiIZ3Now2Hrex7JVPzxdrzaSM { width:20.375rem;height:1.375rem;top:10.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9PrAkt7QHeRxa4mZmV1rMvPk2G5kmg2 { width:34.625rem;height:1.75rem;top:9rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNekp6TdmqICTaHT0SFT8Bo9MDQSzd4G { width:3.3125rem;height:1.625rem;top:9.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpCbGVeFghseH3DeNCUkEFUFlWpMRcVv { top:13.3125rem;left:0rem;width:47.75rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5QOVXAtN6E9913q2PqWEDQBeNNLvEgq { width:20.375rem;height:1.375rem;top:15.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCkduOEtyz00lQKhbyEdTJ6ToWeiqOPF { width:34.625rem;height:1.75rem;top:13.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWv0HW6y7A3uZtADRyvfV8kW2uWq7ULi { width:3.3125rem;height:1.625rem;top:13.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7ipZg6cxCX28Rx7wGVzbKRLpJ6m7FvI { top:18.1875rem;left:0rem;width:47.75rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uphuSoXy7QaanKt5agducEs7XG3Vf9TG { width:34.625rem;height:1.75rem;top:18.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iw0k1sUfo7OIT1kb6TmUdRTCvw0ph1nm { width:3rem;height:1.625rem;top:18.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8ZBkaqklHV73ksU6yZ0eAULCeapcOk2 { width:34.875rem;height:1.75rem;top:20.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXD5odaFOtQvsbIwgEzbfdCHFRuhHATM { width:20.375rem;height:1.375rem;top:22.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfos3LqHGknDilKchw2lzN21WFeqq1sI { top:25.375rem;left:0rem;width:47.75rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9s00wUENlg4CpJrOoHqoZQlH2g21MqJ { width:20.375rem;height:1.375rem;top:30rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcVuJEv0Jb3W1ERFc48snmo9nZIDySpK { width:45.4375rem;height:1.75rem;top:27.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBpl2BwrGD1g1SMkHBndE8SA8riuusv1 { width:34.625rem;height:1.75rem;top:25.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhgXxHdCsIeFdAH6T7QQFIGx1J1CDO86 { width:3.9375rem;height:3.25rem;top:26rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXbmrCT276HXiemTUW9P0RzLcXsl7qT8 { display:block; }#kXbmrCT276HXiemTUW9P0RzLcXsl7qT8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r8MDUcmiEoRWXfwtLyQbKUPfxfqCke3s { top:0.1875rem;left:0rem;width:47.75rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSVTS6IJGvIIy7CopTgKAxJwXEPba12s { width:3rem;height:1.625rem;top:0.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jz7raHhXkmfOaONNRi8X0P8Jkzqocs89 { width:31.375rem;height:1.75rem;top:0.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtUghmSvfms6zl2z43FVCunyRMoWTiTQ { width:20.375rem;height:1.375rem;top:2.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCu2FZlfpVpqGA1nwVkUGsynLZInqfHg { top:5.3125rem;left:0rem;width:47.75rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdhMZWDu7gzU2BaB8es8kWxdRdDN7P04 { width:20.375rem;height:1.375rem;top:7.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEAS0NpEBLFv0ZxBLkMK3KG7WwGfrSHb { width:31.375rem;height:1.75rem;top:5.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIOTcFm1UMGTR7lr5OCFdl3SqelUZK8D { width:3rem;height:1.625rem;top:5.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQrIX2TzTqNwFLtS4T8dFMTaasCgbmIH { top:10.5rem;left:0rem;width:47.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfEdeDgGHMb1lLFrZqTOPKtQRdMaC3yc { width:47.75rem;height:1.75rem;top:11.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCRcvrmXVvs075GDp9RTuAJZCAlv3vnr { width:3rem;height:1.625rem;top:11.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pt9xmtZuTeJ4N5CvdhCqkCzDvs4fpU1I { top:14.1875rem;left:0rem;width:47.75rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUv7XD3D4DiMeTfroD8HyaMZGGtHGgTy { top:15.0625rem;left:31.625rem;width:16.125rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ji3qIZKvQazLZ8cAFL1UJn6xFT3ZtpD3 { width:23.125rem;height:3.125rem;top:17.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #broURgOh5vFXT4LU2TU0I3NDmo55MmFX { width:20.375rem;height:1.375rem;top:22.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKKKhUU3dM1ReqGWxHioyPZeVQsVXiV0 { width:34.625rem;height:1.75rem;top:14.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnhULTv42Q6TUtLWN930KAupmQGkAl0O { width:3.3125rem;height:1.625rem;top:14.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jcif3rhq8Mv0fZTVTD3UXJWJhTtEIHI9 { top:25.6875rem;left:0rem;width:47.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvmiR70VnQrr7w7Bf1oK19FnBfJRkUMI { top:27.4375rem;left:31.625rem;width:16.125rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqK7CWkqp2S1HFLTr1CtSUhPdPLCtpTx { width:20.375rem;height:1.375rem;top:36.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbIOaE1dExuW8s9H75MZhne2Cisoy4fc { width:35.1875rem;height:7.3125rem;top:28.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCJfUJSdlEOIHqKXl3Dh4ifiVG4mQd54 { width:20.375rem;height:1.75rem;top:26.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGAZspu39IKnmen0uk8Oz7rbteubLTel { width:3rem;height:1.625rem;top:26.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvNMVFhhmeo64ZsZpz9TTCPzDsMUKXsn { top:39.125rem;left:0rem;width:47.75rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqcbDWef6dbXQB6HOKh7lIGsE2zaR79E { top:40rem;left:31.625rem;width:16.125rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXEgdyTcsMEpCe4788eEAQWTeXflSJQm { width:20.375rem;height:1.375rem;top:47.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpbvklBWDUeD1Rh7I6aLc3TfBm8vo71B { width:34.5rem;height:4.1875rem;top:42.3125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IX3v4gG2THQf25i1vEMlrK0m5gCFwFw2 { width:34.625rem;height:1.75rem;top:39.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mlep1SDXbQ8sFdoC6DvCssOzVGkupngq { width:3.3125rem;height:1.625rem;top:39.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTtDKXK3WWaHEezBmRDtbJAe2ilUgBFm { top:50.9375rem;left:0rem;width:47.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7tJRgM1fBAfJkTgAbwqnh4fQeDnrxG8 { top:52.6875rem;left:31.625rem;width:16.125rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #pe3b98saJ75tbTBo6B8AozNtPhOwNVMh { width:20.375rem;height:1.375rem;top:61.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yo5HXpdNiErRDEyCOBDW5lOJ6tlQO7KS { width:35.1875rem;height:7.3125rem;top:53.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5qd0EML5byhx7KvUVHiB163UxpVkXDM { width:20.375rem;height:1.75rem;top:51.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRpXuQAm8vZQiXqB033CuSO7EoSbr4XL { width:3rem;height:1.625rem;top:51.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #leNFwK5F9nhmn5Lgv4qH59FbJZtUoLDJ { top:64.5625rem;left:0rem;width:47.75rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGylbOwHsoZ6GXct8dC0xC8bb1G2r9cm { top:65.4375rem;left:31.625rem;width:16.125rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkUsJ5QCnL2pROvAFSPN7yo6LetKG2Ii { width:20.375rem;height:1.375rem;top:73.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mm2bQVofquVJcB60Sb7is14bkruCD6zs { width:34.5rem;height:5.1875rem;top:67.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RX98yEc3Cc5WlymqTEHWFTyDon8rdbEC { width:34.625rem;height:1.75rem;top:65.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhTeBm5OVvwWD66BmJ9lJza6pHc6iAZ4 { width:3.3125rem;height:1.625rem;top:65.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFWuNsZphn1ckiGvNCwyG6wZT1TogsTh { display:block; }#oFWuNsZphn1ckiGvNCwyG6wZT1TogsTh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #usCxngX3XAqAy1EK6n05707wuJaqamX9 { width:47.75rem;height:4.8125rem;top:1.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVwTn51lhHeVpz7M52INQLd0bn7Wc8UX { display:block; }#sVwTn51lhHeVpz7M52INQLd0bn7Wc8UX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rhGqmJyWPPhaTN83ErKrAQahv8eS2vOd { top:0.1875rem;left:0rem;width:47.75rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZP16fBFME7g3zt4OxruZBuzyZINu6hhK { width:3rem;height:1.625rem;top:0.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDQTucuzEIKyJztKJLiLL7wrqTSdfXOa { width:31.375rem;height:1.75rem;top:0.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eq6Fy3MZ2l0n41PX0XV6boSOC5a6X4ZL { width:20.375rem;height:1.375rem;top:4.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1Z3vX5HHlLoniTVJuTyUd5GMNV0KTb5 { top:7.0625rem;left:0rem;width:47.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFA6HC0tgVxt4my0Ps2ebL2r6Te9tHOW { width:47.75rem;height:1.75rem;top:7.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzqBF6T7EKmdVFED4FMGRtyrWHObqtRF { width:3rem;height:1.625rem;top:7.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnefnUVJaqqInBg8w0bbrhUf6X55vaFC { top:10.6875rem;left:0rem;width:47.75rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3yOF7RuirZk3xiSP6Vt14qpvIvn7USm { width:45.875rem;height:4.25rem;top:13.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqVT2Gk6lS1SQhdiC9NELft058E8FX34 { width:20.375rem;height:1.375rem;top:18.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ih0N5Sz5UMaGlcVxKohkcK7R4IhD8gX4 { width:34.625rem;height:1.75rem;top:11.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEopKZGl2Txr0Z6ALRZAQp0nXVpGJfCM { width:3.625rem;height:3.25rem;top:11.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTIEv0ObgrWQD7WVFcuJppXpaavpIrmh { top:33.875rem;left:0rem;width:47.75rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQB5nvfqProAtJVViXV5uEHW2ZcSSS45 { top:34.75rem;left:31.625rem;width:16.125rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwh1Eg7yEyQ2rfDWvfHnodCvwLFITXbO { width:20.375rem;height:1.375rem;top:43.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4mfcygfVdT1HhGEK5m9MyMraesleuy3 { width:34.5rem;height:6.25rem;top:36.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpQ00eaopRRvvUirQCr6W9IIDibnTfuE { width:34.625rem;height:1.75rem;top:34.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixhISKfOngHuoyJIfPEZsIqoqb4TM6CS { width:3.3125rem;height:1.625rem;top:34.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #apFkPrTulD8FEm3wkCvGuhqhqPLEk2Ho { top:46.375rem;left:0rem;width:47.75rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHZdd0zkeBcByg57iQckuOJn9w81u5T5 { top:47.5625rem;left:31.625rem;width:16.125rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbBIS83I8GsIZVNJVz10H1FkUsLW0SDn { width:20.375rem;height:1.375rem;top:55.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqvL9LGC9TuciV1Fa8TKTnVrT0GNca8E { width:35.1875rem;height:4.1875rem;top:48.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZD7JsnHP1d5dApTGWo3XUNRPtTEl5fWm { width:20.375rem;height:1.75rem;top:46.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZr10Kz4nIqABeMkccUMkOmPGc434CNe { width:3rem;height:1.625rem;top:47rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2yXMTkrHTO6k0400FBQ49nvee727vgi { width:31.375rem;height:1.625rem;top:2.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzuLvKcAT7uXVEBeAGtFOXD5HxA85MO1 { top:20.75rem;left:0rem;width:47.75rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fifDy5hRW1TREtz29qerypCXuKf5QEL6 { width:20.375rem;height:1.375rem;top:25.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tm8wTUqn59eX1mCyJrVe7Vshok9iL7Gt { width:43.4375rem;height:1.6875rem;top:23.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvmz5nfgyVIFsq4MWz0gggIhlFbzUBWC { width:3.625rem;height:1.625rem;top:21.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kthdyCoMc9txx0DpJysepnN7VCpftR3s { width:34.625rem;height:1.75rem;top:21.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #foVzXlQuQV63Q1S6N5LEH5bArcQT6WLy { top:28.375rem;left:0rem;width:47.75rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFEi9fXsA2JW6gHVTQTcCzhHUtyuI6xT { width:20.375rem;height:1.375rem;top:31rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEpW9thwNuyVTdUQuonI6dmsMnC1MikX { width:34.625rem;height:1.75rem;top:28.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5bVqFs16cee6PFO6FPiaOxNTAb1ffPE { width:3.625rem;height:1.625rem;top:29rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbVEfdpHJqMCdd8nnQ92DBsVBBWuoMUf { top:58.6875rem;left:0rem;width:47.75rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBdXMRmJgQCXfJpx5M4F0uNFKvTcv254 { width:20.375rem;height:1.375rem;top:69rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9t5avAgBMUmkUx2lDw1KVcG6Kcav0FG { top:59.5625rem;left:31.625rem;width:16.125rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #meDZTQpNNKoAUGgbFFhVurZgiXmquvl5 { width:34.5rem;height:7.3125rem;top:61.3125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzXIO5gI4cguUHsAWJ7LkoBPC9lsMTuW { width:34.625rem;height:1.75rem;top:59.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ol4cEnJTslQzoKZCamquA1ggyOfLSHB5 { width:3.3125rem;height:1.5625rem;top:59.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJLNto1V2RRHyWx5tIqNDn4aES9e1qPw { top:72rem;left:0rem;width:47.75rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Skq6iRCNc9NJXGvnqCMgPWiAIyKXgF1o { width:20.375rem;height:1.375rem;top:74.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0HcvGdOOIZE24ieJxmTCVRaSo1xWGLW { width:34.625rem;height:1.75rem;top:72.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3ZSJwSmJEZPsdveuCBLuLpzWKVUx0wp { width:3.3125rem;height:1.625rem;top:72.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uz0beVDFLgKZ6cJQ1wbUTTdw9fIAHmza { display:block; }#Uz0beVDFLgKZ6cJQ1wbUTTdw9fIAHmza > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TuUWLIx0moOoueSeM0a7Cweiwy4Z5f2R { width:13.875rem;height:19.5625rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEJQU5zJ46ThaccA6bWOcb91bhFBmibo { width:14.9375rem;height:1.8125rem;top:7rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yunXUk3QUXTfsUyvki6viGIr19vlB4vw { width:2.8125rem;height:0.125rem;top:9.8125rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLnEtEsfhH6Xclp3qkNwGMDzzI9Fohb9 { width:13.5625rem;height:5.5rem;top:10.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTKvUJmIAevTq19zOvmcEPtTlcaFme4H { width:13.875rem;height:19.6875rem;top:0.25rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoAGBgxkAKHAfsVTIGeydZ4yWqT5J8e1 { width:13.8125rem;height:5.5rem;top:10.9375rem;left:10.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtOzINaL6nsVfwLGHgHN1scIqyQ2TGQv { width:2.8125rem;height:0.125rem;top:9.8125rem;left:16.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dw1ZsLRd21KLX2TJZayHvNICChZy2XS1 { width:14.9375rem;height:1.8125rem;top:7rem;left:8.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCVQG12cvne7cq28gWGbn76niTTwJkKK { width:13.875rem;height:19.5625rem;top:0.25rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaiIsBMbgFV2zspnAqQ9Fr0k0eg0JU96 { width:13.6875rem;height:6.875rem;top:10.9375rem;left:22.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmwuHAmKVx0QlRRxpooVJF1kvCXJsbsM { width:2.8125rem;height:0.125rem;top:9.8125rem;left:28.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBy4C1dnamdcCu5XTLfs14EgNpo7h9rR { width:14.9375rem;height:1.8125rem;top:7rem;left:20.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXME965l2eD2ffux1Z4tfUo1k9ALBSRp { width:13.875rem;height:19.4375rem;top:0.25rem;left:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaexBe9hCh4hANIfkldAEL1Zng3kZy4W { width:12.9375rem;height:6.875rem;top:10.875rem;left:34.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLRtVydTnFT246nTVPe0nrTtEXK2T8hu { width:2.8125rem;height:0.125rem;top:9.8125rem;left:40.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWP6hkBKaWPfb2bqdE5tGDzgk6OTIEmH { width:14.9375rem;height:1.8125rem;top:7rem;left:32.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oThXvQ49zVgLWkSHlBqRETmtPdDZSSBq { top:1.75rem;left:3.875rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ou8L8q3MTqStPKsXyUeN1TdZ9hmIpHcK { top:1.8125rem;left:15.875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXBw35e9mft2xka0gSWsPxD1JIroOtwQ { top:1.75rem;left:39.6875rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoNzaiMJFtdBzsUd30pRuIkS3X5xmzLA { top:1.75rem;left:27.78125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlcUESBhL3ZPqREEQDgNRPivGBtFM8ol { display:block; }#BlcUESBhL3ZPqREEQDgNRPivGBtFM8ol > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MSkARxIT2A2dGiahD97mgCsXOoPf9TIg { width:47.75rem;height:4.875rem;top:1.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdOV7bSkXDTyIBgDqD5XWTiQrTSBPq93 { display:block; }#hdOV7bSkXDTyIBgDqD5XWTiQrTSBPq93 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q6o2TwsLHfcWM4ThUqbQPWkxJ3pTD91O { top:1.6875rem;left:1.84375rem;width:44.0625rem;height:44.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz { display:block; }#zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g7c0SGTZzU6S2iWcAUwU3iD0v1QQAwye { width:6rem;height:4.3125rem;top:5.6875rem;left:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnKIr7gRZT7hZZeQavC8ZTFHTHPqh9TZ { width:1.5rem;height:1.5rem;top:11.375rem;left:21.4375rem;display:block; }
#UnKIr7gRZT7hZZeQavC8ZTFHTHPqh9TZ > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #FeuP38z4Pl90GbSTAEnIlb8iizlK6TPA { width:1.5rem;height:1.5rem;top:11.375rem;left:24.25rem;display:block; }
#FeuP38z4Pl90GbSTAEnIlb8iizlK6TPA > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #ELcQseZQrpVhSLVUZOphSGEHpN6i5cdq { width:20.1875rem;height:3.5rem;top:1.25rem;left:11.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #DAx8fT4zk920U7ADkzOudV9hePGtcIcU { display:block; }#DAx8fT4zk920U7ADkzOudV9hePGtcIcU > .row .container { width:20rem;height:22.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nFrDlzhxKMsxTwW4TOdPLgxQtTsPQDyN { width:14.75rem;height:9.1875rem;top:0.75rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWZSCCRGp9GcKxGPd2tnl8tmtlZc1kqu { top:9.9375rem;left:6.1875rem;width:7.625rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X75ghKstQkwtADLpSWD6bOXT9HosIPql { display:block; }
 }@media only screen and (max-width: 763px) { #MlzNWAJziyKKSJ6oJZ4DxN3bsvV2kJtx { top:12.75rem;left:6.1875rem;width:7.625rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bd1TTbwFve0wtcDGu0DF5WRUMXDgFXIn { display:block; }
 }@media only screen and (max-width: 763px) { #WBElbSlo5A2W4Fmha6ETSIp6nn8Qr3gF { top:15.9375rem;left:6.1875rem;width:7.625rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDc2TdyNFXpsHzyMsRvhB9Qyc0R2Z90G { display:block; }
 }@media only screen and (max-width: 763px) { #TO90Tv3CoyFbm43k8xA5UsABRKpTOfni { top:19.0625rem;left:5.125rem;width:9.75rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrScHPJUEyXUfGloXUeFIf3WwplukxVU { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:38.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #diNgOtWFXX3dx5Nyk7J9iB6gOI5HkVHr { width:20rem;height:3.25rem;top:1.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KE2Tl8wpyP0WB1koekigT3mwHmfvJpzT { width:20rem;height:1.833333375rem;top:5.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJkLxsZZKJyPw30SsHwmka8kwrXlJyPg { width:11.3125rem;height:9.9375rem;top:19.1875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDJHuUxy2JMroIM4doZvTDHLeE3Ww4m5 { width:9.5rem;height:8.0625rem;top:27.75rem;left:0rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #roKlRZXiT2BL26QKyG27bTLzP86Tk8QQ { width:9.6875rem;height:8.1875rem;top:27.6875rem;left:10.125rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc { display:flex;width:18rem;height:5.0625rem;top:7.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #UpGwfCag5tZWTwdAhcm1bw9OtgGlXEJh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #fGG6KFsGzZcrgHI8iFg6wSgWdCBHP3Sr {  }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #NwtgO91CvISR6xTQbSdJl1P9R2EvuRkq {  }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #MlcwODS9LmuJ7UcPi0thZzbyZXX6TuvO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #m0LbVo4ItACRMLgO7g8pFq1VxhTTSxlt {  }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #JcSLFrANDOIDfEC3fWbWkkBSmsmtFG0f {  }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #HxbBSHG3378XtTKGXhLI2Vzn20f3ggnL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #NrxEauQTV6OOR0qT94GNp2I2edhz56p6 {  }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #HcdimN5ZCDkI97Bbx2z5rmUyr8BpkDSX {  }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #iaawbCgeqE6kBsgE256rrMp5rLaxTDXX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #b1NgDavzpT2UsA43ElTorr30hutcRzGH {  }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #V9TwTmM4ybk11LaxnLA7XkH0JWEiKBUB {  }
 }@media only screen and (max-width: 763px) { #Uxt7uIz2akIXhyITD8fWGyzz8eZA6ie8 { display:block; }#Uxt7uIz2akIXhyITD8fWGyzz8eZA6ie8 > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AHvCwzFtHyxVBhxM3QqCvVrN0WmPt2ef { width:20rem;height:2.41666675rem;top:0.59375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtB1bMAvpeQ9vNThVxZ7qtN8bEI2bQaT { display:block; }#gtB1bMAvpeQ9vNThVxZ7qtN8bEI2bQaT > .row .container { width:20rem;height:86.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vJ7I90m6XrQSHq4UKJ6EWTl4knMtPTy5 { width:2.5rem;height:1.25rem;top:7.360679626465rem;left:0.375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gw3A1Ti2ekNHCzm26e14VqUeJxe2cghp { width:14.5rem;height:1.333333375rem;top:7.31120300293rem;left:3.5625002980233rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzLXXXTCpOuMC1HR5k82QXnUIki0PPWJ { width:20rem;height:3.6875rem;top:6.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJTKKya9bxzuiPHDB0NBdMQkCJPutkKA { width:12.875rem;height:1.25rem;top:8.786460876465rem;left:3.5625002980233rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oThXhCl9o69nTUEwzGs5hvspTwCq1KPT { width:20rem;height:13.6875rem;top:11.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xuy2HXEEwuDGPstpLJ4oQpe6to9dagrK { width:12.625rem;height:1.333333375rem;top:23.1875rem;left:3.5000002980233rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzevszR9x3wSpcmRX88mfhWwQbFlFi6b { width:7.3125rem;height:1.333333375rem;top:12.298179626465rem;left:3.5625002980233rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCkicOUAG4GwtpD4kZL7aOVwsMA1ffoC { width:3rem;height:1.25rem;top:12.348960876465rem;left:0.375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNDIBoSRGTsQ0J5uFI7QTAawoFCqLcwa { width:16.125rem;height:9rem;top:13.75rem;left:3.5625002980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6P1RKSNt2JvSa8n9TezRksCdg108M89 { width:20rem;height:15.7470625rem;top:13.5rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kfMSHzqUCzyM3LyhmQ0EXbP9hiwDGmZu { width:20rem;height:14.0625rem;top:26.43359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOaIpyD9EuxOSk5LphDQSztJCDTotGMN { width:15.6875rem;height:8.6875rem;top:29.21484375rem;left:3.5625002980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAMW89gaeLCLwoIDTDraWslF96HWnxyh { width:15.5rem;height:1.333333375rem;top:38.49609375rem;left:3.5625002980233rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaIARxS655SdBdzdb7nxFcDZoU7czzZT { width:20rem;height:9.44825rem;top:32.9340625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #OekqTcJgDdWRoCZcQwbRNJwilSa06D2Z { width:14.625rem;height:1.333333375rem;top:27.5078125rem;left:3.5625002980233rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofvt6Hl9PBgkT1XZMGRZduDwn2qZ3CXu { width:3rem;height:1.25rem;top:27.55859375rem;left:0.375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HktfbKfvDvfB83dSLukDcuI7p4WwVPeL { width:20rem;height:15.125rem;top:41.34375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2ONw5CauhuzpZb8FKHXnovve0wXa7TR { width:16.125rem;height:9rem;top:45.05859375rem;left:3.6250002980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoETKk9V3v6nFcJ5cyT8GP4dmurtkpii { width:20rem;height:11.547875rem;top:48.6215625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #brOdUTSatXVpF9nZIm8pthDTsnPUbSDt { width:12.875rem;height:1.333333375rem;top:54.56901550293rem;left:3.5625002980233rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcFiC1qET4XiSP0Gx4XDHL2KvMyuM2Ur { width:15.25rem;height:2.33333325rem;top:42.18359375rem;left:3.5625002980233rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #gumEVpQlX7bLrdcbvPzD9Rcu26JErhVX { width:3rem;height:1.25rem;top:42.18359375rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OR5vCAUUfOeTyfkAVFdXsygDQcrqgGfw { width:20rem;height:13.625rem;top:57.419273376465rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8MyT6BNr6BHOfDaMbGPrMm5kXxWP0lz { width:16.125rem;height:9rem;top:59.65625rem;left:3.5625002980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tll2crSfdKJHEdWe5KXRLoNapaSkyRKD { width:20rem;height:11.547875rem;top:63.7944375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #J1v5UzfKwutVoPWHBBrmHXSeLRmuvIKX { width:12.6875rem;height:1.333333375rem;top:69.294281005863rem;left:3.5625002980233rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sa901Qzftra80BlZDRqUPDTIwuvRtKoQ { width:16.125rem;height:1.333333375rem;top:58.231773376465rem;left:3.5625002980233rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5lPUPmtBpoLIDykKmhD0pUaR8rv6am8 { width:3.3125rem;height:1.25rem;top:58.231773376465rem;left:0.375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpGIfqUyGGqcEgAnnchGIDg8H5g5ixon { width:20rem;height:13.6875rem;top:71.841156005863rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wd5i4m16gFAPd7g5CbOUPfUF3QdB1eZN { width:16.125rem;height:9rem;top:74.31640625rem;left:3.5000002980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJ0IaLcLra88B7MOg2zbMtt1nPqt3lwn { width:20rem;height:4.19921875rem;top:79.7798125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #GH78K1nunCedo0f9fSyF74wCO0g17Pra { width:13.625rem;height:1.333333375rem;top:83.817718505863rem;left:3.4375000596046rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0aIm9tPHzFIzAMWUUrQTQM1pNUpM5Mp { width:10.0625rem;height:1.333333375rem;top:72.479171752931rem;left:3.5625002980233rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXCRlELOSJnCJHwlTVSgNAMRqPzQtIw8 { width:3.3125rem;height:1.25rem;top:72.528656005863rem;left:0.375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #on1u9pUUtcb7Pcae6uOWE72Qg4Te8o3B { width:20rem;height:5.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ab0ukXCkcFDpmJ0zgDXMTAfvZg1i6KFH { width:2.8125rem;height:1.25rem;top:0.34896087646484rem;left:0.46875005960464rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zV6fVWJfWLaL2uTRua3WEvms7I8gGKNv { width:15.4375rem;height:2.66666675rem;top:0.28646087646484rem;left:3.5625002980233rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEDgC8WuS19SJ7zuWyGOxQqZE2SpmqRr { width:13.5rem;height:2.5rem;top:3.2161560058594rem;left:3.5rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ais96Nts7mXQ71H3b6Wr5CFq9lh5TF8x { display:block; }#Ais96Nts7mXQ71H3b6Wr5CFq9lh5TF8x > .row .container { width:20rem;height:5.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q5kRe3hrxBeUTVOoKpGG4LXwxUJyq4us { width:20rem;height:3.66666675rem;top:0.71875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #AVn7GsV0fMzB2h0dGMXuvZ65FPirShMC { display:block; }#AVn7GsV0fMzB2h0dGMXuvZ65FPirShMC > .row .container { width:20rem;height:37rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O3HdPRlpCGdkR1DctbNMzVcMkD202GOn { width:20rem;height:2.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZ2UcESTFvwuFo1rOIbyJTkN9eIXLHIf { width:2.8125rem;height:1.25rem;top:1.6875rem;left:1.125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaU4Pw938xumfap5d796dVZVSb7whHip { width:10.375rem;height:1.333333375rem;top:1.5810546875rem;left:3.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycPrDoH419H5O4bEzTLFlglorFAU9V3v { width:20rem;height:3.1875rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRH2ahDP5JdJazchh83Aaf61DS7USK4z { width:15.375rem;height:2.33333325rem;top:4.349609375rem;left:3.90625rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ItJOFu4ig9ClNW50ZnbCly9s8SVb2C1p { width:2.8125rem;height:1.25rem;top:4.349609375rem;left:1.125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEgUv0vlTZWD8w5NI921Trod1q3ZHzcg { width:20rem;height:6.25rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gdga9mPmiIZ3Now2Hrex7JVPzxdrzaSM { width:15.0625rem;height:2.33333325rem;top:11.125rem;left:3.9375rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #M9PrAkt7QHeRxa4mZmV1rMvPk2G5kmg2 { width:13.3125rem;height:2.66666675rem;top:7.880859375rem;left:3.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNekp6TdmqICTaHT0SFT8Bo9MDQSzd4G { width:2.875rem;height:1.25rem;top:7.875rem;left:1.09375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpCbGVeFghseH3DeNCUkEFUFlWpMRcVv { width:20rem;height:5.1875rem;top:14.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5QOVXAtN6E9913q2PqWEDQBeNNLvEgq { width:12.6875rem;height:1.333333375rem;top:17.4931640625rem;left:3.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCkduOEtyz00lQKhbyEdTJ6ToWeiqOPF { width:11.4375rem;height:2.33333325rem;top:14.880859375rem;left:3.9375rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #VWv0HW6y7A3uZtADRyvfV8kW2uWq7ULi { width:3.3125rem;height:1.25rem;top:14.84375rem;left:0.875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7ipZg6cxCX28Rx7wGVzbKRLpJ6m7FvI { width:20rem;height:5.8125rem;top:20.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uphuSoXy7QaanKt5agducEs7XG3Vf9TG { width:14.25rem;height:1.333333375rem;top:20.94970703125rem;left:3.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iw0k1sUfo7OIT1kb6TmUdRTCvw0ph1nm { width:3rem;height:1.25rem;top:21rem;left:1.03125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8ZBkaqklHV73ksU6yZ0eAULCeapcOk2 { width:12.875rem;height:1.333333375rem;top:22.3310546875rem;left:3.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXD5odaFOtQvsbIwgEzbfdCHFRuhHATM { width:13.0625rem;height:1.333333375rem;top:24.0810546875rem;left:3.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfos3LqHGknDilKchw2lzN21WFeqq1sI { width:20rem;height:9.3125rem;top:26.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9s00wUENlg4CpJrOoHqoZQlH2g21MqJ { width:11.8125rem;height:1.333333375rem;top:33.75rem;left:3.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcVuJEv0Jb3W1ERFc48snmo9nZIDySpK { width:14.0625rem;height:4rem;top:28.861328125rem;left:3.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBpl2BwrGD1g1SMkHBndE8SA8riuusv1 { width:14.75rem;height:1.333333375rem;top:27.46240234375rem;left:3.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhgXxHdCsIeFdAH6T7QQFIGx1J1CDO86 { width:3.9375rem;height:2.5rem;top:27.5625rem;left:0.5625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXbmrCT276HXiemTUW9P0RzLcXsl7qT8 { display:block; }#kXbmrCT276HXiemTUW9P0RzLcXsl7qT8 > .row .container { width:20rem;height:88.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r8MDUcmiEoRWXfwtLyQbKUPfxfqCke3s { width:20rem;height:4.8125rem;top:0.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSVTS6IJGvIIy7CopTgKAxJwXEPba12s { width:3rem;height:1.25rem;top:0.662109375rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jz7raHhXkmfOaONNRi8X0P8Jkzqocs89 { width:12.4375rem;height:3.5rem;top:0.5498046875rem;left:3.78125rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #PtUghmSvfms6zl2z43FVCunyRMoWTiTQ { width:14.875rem;height:1.333333375rem;top:3.1630859375rem;left:3.625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCu2FZlfpVpqGA1nwVkUGsynLZInqfHg { width:20rem;height:3.75rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdhMZWDu7gzU2BaB8es8kWxdRdDN7P04 { width:9.1875rem;height:1.333333375rem;top:7.8486328125rem;left:3.625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEAS0NpEBLFv0ZxBLkMK3KG7WwGfrSHb { width:8.5625rem;height:1.333333375rem;top:6.26220703125rem;left:3.625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIOTcFm1UMGTR7lr5OCFdl3SqelUZK8D { width:3rem;height:1.25rem;top:6.3125rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQrIX2TzTqNwFLtS4T8dFMTaasCgbmIH { width:20rem;height:4.375rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfEdeDgGHMb1lLFrZqTOPKtQRdMaC3yc { width:15.6875rem;height:3.5rem;top:10.625rem;left:3.625rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #JCRcvrmXVvs075GDp9RTuAJZCAlv3vnr { width:3rem;height:1.25rem;top:10.6875rem;left:0.5625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pt9xmtZuTeJ4N5CvdhCqkCzDvs4fpU1I { width:20rem;height:14rem;top:15.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUv7XD3D4DiMeTfroD8HyaMZGGtHGgTy { width:16.125rem;height:9rem;top:17.9111328125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ji3qIZKvQazLZ8cAFL1UJn6xFT3ZtpD3 { width:20rem;height:3.1494125rem;top:30.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #broURgOh5vFXT4LU2TU0I3NDmo55MmFX { width:12.6875rem;height:1.333333375rem;top:27.4755859375rem;left:3.65625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKKKhUU3dM1ReqGWxHioyPZeVQsVXiV0 { width:7.6875rem;height:1.333333375rem;top:16.32470703125rem;left:3.625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnhULTv42Q6TUtLWN930KAupmQGkAl0O { width:3.0625rem;height:1.25rem;top:16.375rem;left:0.46875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jcif3rhq8Mv0fZTVTD3UXJWJhTtEIHI9 { width:20rem;height:13.625rem;top:30.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvmiR70VnQrr7w7Bf1oK19FnBfJRkUMI { width:16.125rem;height:9rem;top:32.84912109375rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqK7CWkqp2S1HFLTr1CtSUhPdPLCtpTx { width:14.75rem;height:1.333333375rem;top:42.3505859375rem;left:3.625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbIOaE1dExuW8s9H75MZhne2Cisoy4fc { width:20rem;height:13.6474375rem;top:45.01220703125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #yCJfUJSdlEOIHqKXl3Dh4ifiVG4mQd54 { width:15.5625rem;height:1.333333375rem;top:31.13720703125rem;left:3.625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGAZspu39IKnmen0uk8Oz7rbteubLTel { width:3rem;height:1.25rem;top:31.1875rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvNMVFhhmeo64ZsZpz9TTCPzDsMUKXsn { width:20rem;height:13.3125rem;top:46.09375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqcbDWef6dbXQB6HOKh7lIGsE2zaR79E { width:16.125rem;height:9rem;top:48.25830078125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXEgdyTcsMEpCe4788eEAQWTeXflSJQm { width:13.3125rem;height:1.333333375rem;top:57.57080078125rem;left:3.625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpbvklBWDUeD1Rh7I6aLc3TfBm8vo71B { width:20rem;height:7.348625rem;top:63.09670703125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #IX3v4gG2THQf25i1vEMlrK0m5gCFwFw2 { width:9.375rem;height:1.333333375rem;top:46.73388671875rem;left:3.78125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mlep1SDXbQ8sFdoC6DvCssOzVGkupngq { width:3.3125rem;height:1.25rem;top:46.7841796875rem;left:0.46875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTtDKXK3WWaHEezBmRDtbJAe2ilUgBFm { width:20rem;height:13.625rem;top:60.4091796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7tJRgM1fBAfJkTgAbwqnh4fQeDnrxG8 { width:16.125rem;height:9rem;top:62.75830078125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pe3b98saJ75tbTBo6B8AozNtPhOwNVMh { width:15.25rem;height:1.333333375rem;top:72.25830078125rem;left:3.625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yo5HXpdNiErRDEyCOBDW5lOJ6tlQO7KS { width:20rem;height:13.6474375rem;top:74.40920703125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #n5qd0EML5byhx7KvUVHiB163UxpVkXDM { width:11rem;height:1.333333375rem;top:61.23388671875rem;left:3.625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRpXuQAm8vZQiXqB033CuSO7EoSbr4XL { width:3rem;height:1.25rem;top:61.2841796875rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #leNFwK5F9nhmn5Lgv4qH59FbJZtUoLDJ { width:20rem;height:13rem;top:75.18115234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGylbOwHsoZ6GXct8dC0xC8bb1G2r9cm { width:15.5625rem;height:8.625rem;top:77.2177734375rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkUsJ5QCnL2pROvAFSPN7yo6LetKG2Ii { width:15.25rem;height:1.333333375rem;top:86.28173828125rem;left:3.78125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mm2bQVofquVJcB60Sb7is14bkruCD6zs { width:20rem;height:9.44825rem;top:92.18120703125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #RX98yEc3Cc5WlymqTEHWFTyDon8rdbEC { width:12.5rem;height:1.333333375rem;top:75.818359375rem;left:3.75rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhTeBm5OVvwWD66BmJ9lJza6pHc6iAZ4 { width:3.3125rem;height:1.25rem;top:75.86865234375rem;left:0.46875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFWuNsZphn1ckiGvNCwyG6wZT1TogsTh { display:block; }#oFWuNsZphn1ckiGvNCwyG6wZT1TogsTh > .row .container { width:20rem;height:5.59375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #usCxngX3XAqAy1EK6n05707wuJaqamX9 { width:20rem;height:4.8333335rem;top:0.78125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVwTn51lhHeVpz7M52INQLd0bn7Wc8UX { display:block; }#sVwTn51lhHeVpz7M52INQLd0bn7Wc8UX > .row .container { width:20rem;height:91.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rhGqmJyWPPhaTN83ErKrAQahv8eS2vOd { width:20rem;height:6.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZP16fBFME7g3zt4OxruZBuzyZINu6hhK { width:3rem;height:1.25rem;top:1.8740234375rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDQTucuzEIKyJztKJLiLL7wrqTSdfXOa { width:11.5rem;height:1.333333375rem;top:1.82373046875rem;left:3.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eq6Fy3MZ2l0n41PX0XV6boSOC5a6X4ZL { width:12.5625rem;height:1.333333375rem;top:5.1875rem;left:3.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1Z3vX5HHlLoniTVJuTyUd5GMNV0KTb5 { width:20rem;height:3.25rem;top:8.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFA6HC0tgVxt4my0Ps2ebL2r6Te9tHOW { width:15.625rem;height:2.33333325rem;top:8.599609375rem;left:3.75rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TzqBF6T7EKmdVFED4FMGRtyrWHObqtRF { width:3rem;height:1.25rem;top:8.599609375rem;left:0.75rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnefnUVJaqqInBg8w0bbrhUf6X55vaFC { width:20rem;height:11.75rem;top:12.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3yOF7RuirZk3xiSP6Vt14qpvIvn7USm { width:15.4375rem;height:6.500000125rem;top:14.67724609375rem;left:3.9375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqVT2Gk6lS1SQhdiC9NELft058E8FX34 { width:12.8125rem;height:1.333333375rem;top:22.3505859375rem;left:3.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ih0N5Sz5UMaGlcVxKohkcK7R4IhD8gX4 { width:15.5625rem;height:1.333333375rem;top:12.89990234375rem;left:3.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEopKZGl2Txr0Z6ALRZAQp0nXVpGJfCM { width:3.1875rem;height:2.5rem;top:13rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTIEv0ObgrWQD7WVFcuJppXpaavpIrmh { width:20rem;height:13.6875rem;top:42.03369140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQB5nvfqProAtJVViXV5uEHW2ZcSSS45 { width:16.125rem;height:9rem;top:44.40869140625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwh1Eg7yEyQ2rfDWvfHnodCvwLFITXbO { width:12.75rem;height:1.333333375rem;top:53.82177734375rem;left:3.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4mfcygfVdT1HhGEK5m9MyMraesleuy3 { width:20rem;height:11.547875rem;top:50.721675rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #cpQ00eaopRRvvUirQCr6W9IIDibnTfuE { width:7rem;height:1.333333375rem;top:42.7958984375rem;left:3.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixhISKfOngHuoyJIfPEZsIqoqb4TM6CS { width:3.25rem;height:1.25rem;top:42.84619140625rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #apFkPrTulD8FEm3wkCvGuhqhqPLEk2Ho { width:20rem;height:13.5rem;top:56.76953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHZdd0zkeBcByg57iQckuOJn9w81u5T5 { width:16.125rem;height:9rem;top:58.95703125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbBIS83I8GsIZVNJVz10H1FkUsLW0SDn { width:15.6875rem;height:1.333333375rem;top:68.3076171875rem;left:3.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqvL9LGC9TuciV1Fa8TKTnVrT0GNca8E { width:20rem;height:8.3984375rem;top:66.08205rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZD7JsnHP1d5dApTGWo3XUNRPtTEl5fWm { width:11.4375rem;height:1.333333375rem;top:57.40673828125rem;left:3.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZr10Kz4nIqABeMkccUMkOmPGc434CNe { width:3rem;height:1.25rem;top:57.45703125rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2yXMTkrHTO6k0400FBQ49nvee727vgi { width:12.5625rem;height:1.333333375rem;top:3.173828125rem;left:3.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzuLvKcAT7uXVEBeAGtFOXD5HxA85MO1 { width:20rem;height:8.875rem;top:25.09375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fifDy5hRW1TREtz29qerypCXuKf5QEL6 { width:9.1875rem;height:1.333333375rem;top:31.96875rem;left:3.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tm8wTUqn59eX1mCyJrVe7Vshok9iL7Gt { width:15.4375rem;height:4rem;top:27.51953125rem;left:3.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvmz5nfgyVIFsq4MWz0gggIhlFbzUBWC { width:3.625rem;height:1.25rem;top:26.0625rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kthdyCoMc9txx0DpJysepnN7VCpftR3s { width:10.75rem;height:1.333333375rem;top:26.01220703125rem;left:3.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #foVzXlQuQV63Q1S6N5LEH5bArcQT6WLy { width:20rem;height:5.625rem;top:35.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFEi9fXsA2JW6gHVTQTcCzhHUtyuI6xT { width:14.8125rem;height:1.333333375rem;top:38.8623046875rem;left:3.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEpW9thwNuyVTdUQuonI6dmsMnC1MikX { width:15.1875rem;height:2.33333325rem;top:36rem;left:3.9375rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #e5bVqFs16cee6PFO6FPiaOxNTAb1ffPE { width:3.625rem;height:1.25rem;top:36rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbVEfdpHJqMCdd8nnQ92DBsVBBWuoMUf { width:20rem;height:13.8125rem;top:71.42578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBdXMRmJgQCXfJpx5M4F0uNFKvTcv254 { width:12.5rem;height:1.333333375rem;top:83.5341796875rem;left:3.75rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9t5avAgBMUmkUx2lDw1KVcG6Kcav0FG { width:16.125rem;height:9rem;top:73.9716796875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #meDZTQpNNKoAUGgbFFhVurZgiXmquvl5 { width:20rem;height:0;top:78.70703125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #EzXIO5gI4cguUHsAWJ7LkoBPC9lsMTuW { width:10.8125rem;height:1.333333375rem;top:72.259765625rem;left:3.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ol4cEnJTslQzoKZCamquA1ggyOfLSHB5 { width:3.3125rem;height:1.333333375rem;top:72.26953125rem;left:0.78125rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJLNto1V2RRHyWx5tIqNDn4aES9e1qPw { width:20rem;height:3.875rem;top:86.39453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Skq6iRCNc9NJXGvnqCMgPWiAIyKXgF1o { width:13.5rem;height:1.333333375rem;top:88.51953125rem;left:3.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0HcvGdOOIZE24ieJxmTCVRaSo1xWGLW { width:11.375rem;height:1.333333375rem;top:86.90673828125rem;left:3.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3ZSJwSmJEZPsdveuCBLuLpzWKVUx0wp { width:3.3125rem;height:1.25rem;top:86.95703125rem;left:0.78125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uz0beVDFLgKZ6cJQ1wbUTTdw9fIAHmza { display:block; }#Uz0beVDFLgKZ6cJQ1wbUTTdw9fIAHmza > .row .container { width:20rem;height:75.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TuUWLIx0moOoueSeM0a7Cweiwy4Z5f2R { width:13.875rem;height:16.9375rem;top:0.8125rem;left:2.9375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEJQU5zJ46ThaccA6bWOcb91bhFBmibo { width:20rem;height:1.25rem;top:8.125rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yunXUk3QUXTfsUyvki6viGIr19vlB4vw { width:2.8125rem;height:0.125rem;top:10.375rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLnEtEsfhH6Xclp3qkNwGMDzzI9Fohb9 { width:12.75rem;height:5rem;top:11.375rem;left:3.6250002980233rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hTKvUJmIAevTq19zOvmcEPtTlcaFme4H { width:13.875rem;height:17.0625rem;top:19.125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoAGBgxkAKHAfsVTIGeydZ4yWqT5J8e1 { width:13.5625rem;height:5rem;top:29.75rem;left:3.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OtOzINaL6nsVfwLGHgHN1scIqyQ2TGQv { width:2.8125rem;height:0.125rem;top:28.6875rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dw1ZsLRd21KLX2TJZayHvNICChZy2XS1 { width:20rem;height:1.25rem;top:26.0625rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kCVQG12cvne7cq28gWGbn76niTTwJkKK { width:13.875rem;height:17.9375rem;top:37.5rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaiIsBMbgFV2zspnAqQ9Fr0k0eg0JU96 { width:13.25rem;height:6.25rem;top:48.3125rem;left:3.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TmwuHAmKVx0QlRRxpooVJF1kvCXJsbsM { width:2.8125rem;height:0.125rem;top:47.1875rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBy4C1dnamdcCu5XTLfs14EgNpo7h9rR { width:20rem;height:1.25rem;top:44.5rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RXME965l2eD2ffux1Z4tfUo1k9ALBSRp { width:13.875rem;height:17.5rem;top:56.9375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaexBe9hCh4hANIfkldAEL1Zng3kZy4W { width:13.1875rem;height:5rem;top:67.375rem;left:3.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XLRtVydTnFT246nTVPe0nrTtEXK2T8hu { width:2.8125rem;height:0.125rem;top:66.6875rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWP6hkBKaWPfb2bqdE5tGDzgk6OTIEmH { width:20rem;height:1.25rem;top:63.875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oThXvQ49zVgLWkSHlBqRETmtPdDZSSBq { display:flex;width:4.1875rem;height:4.1875rem;top:2.3125rem;left:7.875rem; }
 }@media only screen and (max-width: 763px) { #ou8L8q3MTqStPKsXyUeN1TdZ9hmIpHcK { display:flex;width:4.0625rem;height:4.0625rem;top:21rem;left:7.96875rem; }
 }@media only screen and (max-width: 763px) { #nXBw35e9mft2xka0gSWsPxD1JIroOtwQ { display:flex;width:4.1875rem;height:4.1875rem;top:58.375rem;left:7.90625rem; }
 }@media only screen and (max-width: 763px) { #ZoNzaiMJFtdBzsUd30pRuIkS3X5xmzLA { display:flex;width:4.125rem;height:4.125rem;top:39.375rem;left:7.9375rem; }
 }@media only screen and (max-width: 763px) { #BlcUESBhL3ZPqREEQDgNRPivGBtFM8ol { display:block; }#BlcUESBhL3ZPqREEQDgNRPivGBtFM8ol > .row .container { width:20rem;height:3.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MSkARxIT2A2dGiahD97mgCsXOoPf9TIg { width:20rem;height:2.41666675rem;top:0.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdOV7bSkXDTyIBgDqD5XWTiQrTSBPq93 { display:block; }#hdOV7bSkXDTyIBgDqD5XWTiQrTSBPq93 > .row .container { width:20rem;height:22.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q6o2TwsLHfcWM4ThUqbQPWkxJ3pTD91O { width:20rem;height:20.113475177305rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz { display:block; }#zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz > .row .container { width:20rem;height:12.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g7c0SGTZzU6S2iWcAUwU3iD0v1QQAwye { width:6rem;height:4.3125rem;top:2.4986877441406rem;left:7.0000002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnKIr7gRZT7hZZeQavC8ZTFHTHPqh9TZ { width:1.5rem;height:1.5rem;top:8rem;left:7.6875002980231rem;display:block; }
#UnKIr7gRZT7hZZeQavC8ZTFHTHPqh9TZ > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #FeuP38z4Pl90GbSTAEnIlb8iizlK6TPA { width:1.5rem;height:1.5rem;top:8rem;left:10.937500298023rem;display:block; }
#FeuP38z4Pl90GbSTAEnIlb8iizlK6TPA > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #ELcQseZQrpVhSLVUZOphSGEHpN6i5cdq { width:20rem;height:1.166666625rem;top:0.64321899414062rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.2;display:block; }
 }