.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:214,241,234;--color-primary-1:133,213,191;--color-primary-2:51,185,148;--color-primary-3:0,167,121;--color-primary-4:0,90,65;--color-secondary-0:255,231,217;--color-secondary-1:255,176,128;--color-secondary-2:254,96,0;--color-secondary-3:127,48,0;--color-secondary-4:38,14,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#QaxXw7CtX7eK3oPmnWvHcmGBngTk82da { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:9.25rem;top:0.5rem;left:0rem;overflow:hidden;display:block; }
#WAlZT1RX1kyoTcGJCwSl9GzUpdscO1w7 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#00805d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.9375rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.4375rem;left:32.375rem;display:block; }
#aZcsalyWuP4SxtoLgSJxqrZw81vhVEMP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZZU9N39QUDMPIvIB4sGzZUzLyQoB4HLt { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#00805d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.9375rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.4375rem;left:37.9375rem;display:block; }
#MCTBnXq8flVvuz1lsRatsBSQP0ObfI26 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UX98v6yL1ChnycFRkGLCmT2gt9SFScO6 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#00805d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.0625rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.4375rem;left:43.5rem;display:block; }
#rz79B73akNTTm1tlSNhkigUuhWyHqUIb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OBfEKoTgeKQlTEg1ToIyOHPX0DCdm9UH { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#00805d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.8125rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.4375rem;left:50.1875rem;display:block; }
#LPCkrlUNxEpK9oZdozi9LHfoD0UO1Vzw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ku01maJKxGPlbVrZ2ZwinvruURbd1k01 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#00805d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.4375rem;left:55.625rem;display:block; }
#ywQXRJ1cgdVr5iVL4VrCeO9tPk3kVMpV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fyHmvOmoWKn0a5nLqzI9WOX10AHBRpR9 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.40625rem;left:68.125rem;display:block; }
#dEbuiCXP1wXndCiVc1ps61gLCkuJcb5T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nr3Za0ZQs3vh4ReZIEFhdAEwb68Uqfic { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#00805d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.40625rem;left:61.6875rem;display:block; }
#rAuevmFqsUh5esCyvhU3QCIQ2BEoFMXL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NNT8kJtkfeZLPir3JiPpsUMH5N45Dvky { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#NNT8kJtkfeZLPir3JiPpsUMH5N45Dvky > .row .container { background-color: transparent; background-image: none; }#NNT8kJtkfeZLPir3JiPpsUMH5N45Dvky::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NNT8kJtkfeZLPir3JiPpsUMH5N45Dvky > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NNT8kJtkfeZLPir3JiPpsUMH5N45Dvky > .row .container > .video-iframe-container { display: none; }#NNT8kJtkfeZLPir3JiPpsUMH5N45Dvky > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NNT8kJtkfeZLPir3JiPpsUMH5N45Dvky > .row > .video-iframe-container { display: none; }#NNT8kJtkfeZLPir3JiPpsUMH5N45Dvky > .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); }#NNT8kJtkfeZLPir3JiPpsUMH5N45Dvky > .row .container { border-width: 0; border-radius: 0; }#NNT8kJtkfeZLPir3JiPpsUMH5N45Dvky > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NNT8kJtkfeZLPir3JiPpsUMH5N45Dvky > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:75rem;position:relative;display:block; }#nGqmDKmHI6vPI6qxoQTaqyLWq2dKs0mq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/EhDYmxKV/bg_top3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#nGqmDKmHI6vPI6qxoQTaqyLWq2dKs0mq.adaptive-delivery-prevent-bg, #nGqmDKmHI6vPI6qxoQTaqyLWq2dKs0mq.lazyload, #nGqmDKmHI6vPI6qxoQTaqyLWq2dKs0mq.lazyloading { background-image: none; }#nGqmDKmHI6vPI6qxoQTaqyLWq2dKs0mq > .row .container { background-color: transparent; background-image: none; }#nGqmDKmHI6vPI6qxoQTaqyLWq2dKs0mq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nGqmDKmHI6vPI6qxoQTaqyLWq2dKs0mq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nGqmDKmHI6vPI6qxoQTaqyLWq2dKs0mq > .row .container > .video-iframe-container { display: none; }#nGqmDKmHI6vPI6qxoQTaqyLWq2dKs0mq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nGqmDKmHI6vPI6qxoQTaqyLWq2dKs0mq > .row > .video-iframe-container { display: none; }#nGqmDKmHI6vPI6qxoQTaqyLWq2dKs0mq > .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); }#nGqmDKmHI6vPI6qxoQTaqyLWq2dKs0mq > .row .container { border-width: 0; border-radius: 0; }#nGqmDKmHI6vPI6qxoQTaqyLWq2dKs0mq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nGqmDKmHI6vPI6qxoQTaqyLWq2dKs0mq > .row .container { font-size:0.875rem;font-family:arial;height:51.1875rem;width:75rem;position:relative;display:block; }#nwDGzPBaQcZXJn9K7912GA2hZ4rhdSeZ { color:rgba(var(--color-tertiary-4),1);display:block;width:49rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:3.5625rem;left:25.1875rem;height:3.25rem;font-style:normal;display:block; }
#OsgBTx41hd6kuGGwzB2lRlOOXr1TJwnl { color:rgba(var(--color-tertiary-4),1);display:block;width:49rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.6;letter-spacing:0;top:7.375rem;left:25.1875rem;height:6rem;font-style:normal;display:block; }
#KoHKTzlbNyPibB5gxsGcaAStl3rXN7T7 { color:rgba(var(--color-tertiary-4),1);display:block;width:49rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:13.9375rem;left:25.1875rem;height:4.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#gasSVJKKO9DnhAlAeLRokhLS86h3LkzE { color:rgba(var(--color-tertiary-4),1);display:block;width:49rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:19.6875rem;left:25.1875rem;height:2.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#lGaTnaEi5T4U8VdTMHgKWgoWkqDaTbC8 { color:rgba(var(--color-tertiary-4),1);display:block;width:49rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:22.875rem;left:25.1875rem;height:2.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Jx37XoptipIA4d3pQUB0hGL1i9yA37iJ { position:absolute;display:block;z-index:15005;background-color:#00805d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:0.5rem;top:26.5rem;left:25.1875rem;display:block; }
#hcX1m1UF1fOWPTawLmmSuTdQ7CpZIx6h { color:rgba(var(--color-tertiary-4),1);display:block;width:48.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:25.75rem;left:26.25rem;height:2rem;font-style:normal;display:block; }
#hygRih0WrAN0fv6BKTUQqJM1TLC5KnN9 { color:rgba(var(--color-tertiary-4),1);display:block;width:48.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:28.1875rem;left:26.25rem;height:2rem;font-style:normal;display:block; }
#HzvLhl0cPq8hyqAkHiTv8b3xb4CMXgyX { position:absolute;display:block;z-index:15007;background-color:#00805d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:0.5rem;top:28.9375rem;left:25.1875rem;display:block; }
#nvliJBGZsTFwoviTOThAV99G0B5ruNwQ { color:rgba(var(--color-tertiary-4),1);display:block;width:48.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:33.1875rem;left:26.25rem;height:2rem;font-style:normal;display:block; }
#lkzmQhPI4TF0RELqoAW5AmklQhHTK85v { color:rgba(var(--color-tertiary-4),1);display:block;width:48.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:30.6875rem;left:26.25rem;height:2rem;font-style:normal;display:block; }
#eaHA0FtW3U2BUcXINelElG7ZyezasQZc { position:absolute;display:block;z-index:15009;background-color:#00805d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:0.5rem;top:31.4375rem;left:25.1875rem;display:block; }
#IQR1TlTiEldAH5kgEwy3ldnL3M18DRTx { position:absolute;display:block;z-index:15011;background-color:#00805d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:0.5rem;top:33.9375rem;left:25.1875rem;display:block; }
#oHLQ5MVoybOqJpOG60IsiUlzAKbNlMo5 { color:rgba(var(--color-tertiary-4),1);display:block;width:48.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:37.875rem;left:26.25rem;height:4rem;font-style:normal;display:block; }
#WBEOvZiiJQAQqrs9CVeRdp9wtv6iOayg { color:rgba(var(--color-tertiary-4),1);display:block;width:48.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:35.4375rem;left:26.25rem;height:2rem;font-style:normal;display:block; }
#fPTLO9HIADnyxTr3xfk2LpMiJcd7EEHI { position:absolute;display:block;z-index:15013;background-color:#00805d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:0.5rem;top:36.1875rem;left:25.1875rem;display:block; }
#qnF8ouVQ5bnCUmxmQOCTcJ0cykHuauhb { position:absolute;display:block;z-index:15015;background-color:#00805d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:0.5rem;top:38.625rem;left:25.1875rem;display:block; }
#TA5nlNXGNznUgSAXQvJwzQhVyvI1ceqx { color:#00805d;display:block;width:28.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:43.3125rem;left:25.1875rem;height:1.9375rem;font-style:normal;display:block; }
#V66zTG7kdIG3x2i0paHwP9iEEfFyDUBs { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36rem;width:26.75rem;display:none; }
#XwlBzn26GEaRgyLivrmRTITMsuT5oDaT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00805d;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; }#XwlBzn26GEaRgyLivrmRTITMsuT5oDaT > .row .container { background-color: transparent; background-image: none; }#XwlBzn26GEaRgyLivrmRTITMsuT5oDaT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XwlBzn26GEaRgyLivrmRTITMsuT5oDaT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XwlBzn26GEaRgyLivrmRTITMsuT5oDaT > .row .container > .video-iframe-container { display: none; }#XwlBzn26GEaRgyLivrmRTITMsuT5oDaT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XwlBzn26GEaRgyLivrmRTITMsuT5oDaT > .row > .video-iframe-container { display: none; }#XwlBzn26GEaRgyLivrmRTITMsuT5oDaT > .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); }#XwlBzn26GEaRgyLivrmRTITMsuT5oDaT > .row .container { border-width: 0; border-radius: 0; }#XwlBzn26GEaRgyLivrmRTITMsuT5oDaT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XwlBzn26GEaRgyLivrmRTITMsuT5oDaT > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#HROlF600lIEcBxnVZXTL7IhmhOkwTJmX { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9375rem;width:8.9375rem;top:4.90625rem;left:0rem;overflow:hidden;display:block; }
#zwVyWAEQeIteDkbdQh4gZaHRwd6mPV58 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.9375rem;left:10rem;height:1.625rem;display:block; }
#SDvatR0IWm2UFhA0HtoTeEHPzqBWNNWN { color:rgba(var(--color-tertiary-0),1);display:block;width:65rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:8.375rem;left:10rem;height:4.5rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#Z7F1kTHZdV4Mzs5w1KptrMMOJoXL6NeX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Z7F1kTHZdV4Mzs5w1KptrMMOJoXL6NeX > .row .container { background-color: transparent; background-image: none; }#Z7F1kTHZdV4Mzs5w1KptrMMOJoXL6NeX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7F1kTHZdV4Mzs5w1KptrMMOJoXL6NeX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7F1kTHZdV4Mzs5w1KptrMMOJoXL6NeX > .row .container > .video-iframe-container { display: none; }#Z7F1kTHZdV4Mzs5w1KptrMMOJoXL6NeX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7F1kTHZdV4Mzs5w1KptrMMOJoXL6NeX > .row > .video-iframe-container { display: none; }#Z7F1kTHZdV4Mzs5w1KptrMMOJoXL6NeX > .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); }#Z7F1kTHZdV4Mzs5w1KptrMMOJoXL6NeX > .row .container { border-width: 0; border-radius: 0; }#Z7F1kTHZdV4Mzs5w1KptrMMOJoXL6NeX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z7F1kTHZdV4Mzs5w1KptrMMOJoXL6NeX > .row .container { font-size:0.875rem;font-family:arial;height:68.125rem;width:75rem;position:relative;display:block; }#cflFXBlvyKZ66I5J3c45KQBmr4rhy2Gl { color:rgba(var(--color-tertiary-4),1);display:block;width:52.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:6.25rem;left:0rem;height:5.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SEX2MI1DkLbHhm7vnphwmAKAUw0eNgt3 { color:#b3db1b;display:block;width:66.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:13.0625rem;left:0rem;height:3.875rem;display:block; }
#BTgCGqEwnU7vMEq0fVOEF19kpxEBn6Uc { position:absolute;display:block;z-index:15003;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:7rem;width:6.25rem;top:5.875rem;left:65.34375rem;overflow:hidden;display:block; }
#OxGDO6wngzb8EWRAnXGVetAr6ZoMP0Gl { color:rgba(var(--color-tertiary-4),1);display:block;width:72.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:18.40625rem;left:1.25rem;height:3.75rem;font-style:normal;display:block; }
#CGFL4HGgadRiksMJVbNDgBCHXukpnhWg { color:rgba(var(--color-tertiary-4),1);display:block;width:72.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:26.75rem;left:1.25rem;height:3.75rem;font-style:normal;display:block; }
#vbJJv7vhNs3RbghrZn9Z5VH5D9pT6O19 { color:rgba(var(--color-tertiary-4),1);display:block;width:72.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:37.125rem;left:1.25rem;height:3.75rem;font-style:normal;display:block; }
#dUdceB3laJQS2MPvgHM9D7xTM0pMSt3R { color:rgba(var(--color-tertiary-4),1);display:block;width:72.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:31.9375rem;left:1.25rem;height:3.75rem;font-style:normal;display:block; }
#if57DHc14ncXPaBxlVZrlyiyfhJLyUKn { color:rgba(var(--color-tertiary-4),1);display:block;width:72.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:23.5rem;left:1.25rem;height:1.875rem;font-style:normal;display:block; }
#ytT64OEh9pEM5WQRTeEBXtxCVxSPFGqs { color:#00805d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:43.4375rem;left:0rem;height:3.875rem;display:block; }
#P02mPBrl2NnUdDD8xcNFDqT4bgnfkduy { position:absolute;display:block;z-index:15012;background-color:#00805d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:0.625rem;top:49.125rem;left:0rem;display:block; }
#mxNDJrNRKZsrTpOXdxcI8TOGXs5Mb5yF { color:rgba(var(--color-tertiary-4),1);display:block;width:72.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:48.46875rem;left:1.25rem;height:1.875rem;font-style:normal;display:block; }
#ioSxNmF0sL5wHVLLrzGIhtTn5BTOOOfk { color:rgba(var(--color-tertiary-4),1);display:block;width:72.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:51.3125rem;left:1.25rem;height:1.875rem;font-style:normal;display:block; }
#TtGG1NWWP1s3F4CRkoMrI1xfrAQa2hFD { position:absolute;display:block;z-index:15014;background-color:#00805d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:0.625rem;top:52rem;left:0rem;display:block; }
#nTsSSM2HqJ5PQcNaDGq150VSbf7xz3Ni { color:rgba(var(--color-tertiary-4),1);display:block;width:72.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:54.1875rem;left:1.25rem;height:1.875rem;font-style:normal;display:block; }
#Uxvrvw5S3P6Z4bwMQO87fvzFdh7sGmxa { position:absolute;display:block;z-index:15016;background-color:#00805d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:0.625rem;top:54.875rem;left:0rem;display:block; }
#AyAURyEa1bGLS3Ruee98dmidTgv6qhXu { color:rgba(var(--color-tertiary-4),1);display:block;width:72.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:59.9375rem;left:1.25rem;height:1.875rem;font-style:normal;display:block; }
#WoogB5cJPkqMeMr1TNB8W4JZNrXpDGWI { position:absolute;display:block;z-index:15020;background-color:#00805d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:0.625rem;top:60.625rem;left:0rem;display:block; }
#dNknMulkCBatfTyGooHDawdv25kdFd3V { color:rgba(var(--color-tertiary-4),1);display:block;width:72.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:57.0625rem;left:1.25rem;height:1.875rem;font-style:normal;display:block; }
#gNd23u3Np2I0gByTIoA9tOIQlGSvC5st { position:absolute;display:block;z-index:15018;background-color:#00805d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:0.625rem;top:57.75rem;left:0rem;display:block; }
#vJOezvDud94C3ZpINQLnsCZqKH6gTufD { position:absolute;display:block;z-index:15013;background-color:#b3db1b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:0.625rem;top:19rem;left:0rem;display:block; }
#g1tnFGytrCbZgoVdALMykTkn6eUITgtv { position:absolute;display:block;z-index:15014;background-color:#b3db1b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:0.625rem;top:24.125rem;left:0rem;display:block; }
#pAToOBJxtPSXLOT6T7ETqHCzSCblMkTl { position:absolute;display:block;z-index:15015;background-color:#b3db1b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:0.625rem;top:27.25rem;left:0rem;display:block; }
#a6uhBkbiKARtfeep0pCggJSQ4L8aEtZu { position:absolute;display:block;z-index:15016;background-color:#b3db1b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:0.625rem;top:32.5625rem;left:0rem;display:block; }
#QAoeMzF0oTkI5xAbs9OGvF5kZBRRdErn { position:absolute;display:block;z-index:15017;background-color:#b3db1b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:0.625rem;top:37.75rem;left:0rem;display:block; }
#MIyOkP0JXJAB3bPGIfSp3uht6sonncgn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MIyOkP0JXJAB3bPGIfSp3uht6sonncgn > .row .container { background-color: transparent; background-image: none; }#MIyOkP0JXJAB3bPGIfSp3uht6sonncgn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MIyOkP0JXJAB3bPGIfSp3uht6sonncgn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MIyOkP0JXJAB3bPGIfSp3uht6sonncgn > .row .container > .video-iframe-container { display: none; }#MIyOkP0JXJAB3bPGIfSp3uht6sonncgn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MIyOkP0JXJAB3bPGIfSp3uht6sonncgn > .row > .video-iframe-container { display: none; }#MIyOkP0JXJAB3bPGIfSp3uht6sonncgn > .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); }#MIyOkP0JXJAB3bPGIfSp3uht6sonncgn > .row .container { border-width: 0; border-radius: 0; }#MIyOkP0JXJAB3bPGIfSp3uht6sonncgn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MIyOkP0JXJAB3bPGIfSp3uht6sonncgn > .row .container { font-size:0.875rem;font-family:arial;height:10.625rem;width:75rem;position:relative;display:block; }#LgPXCK71bJkbgmpRMRDna45tp7m4ERIL { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:6.25rem;left:0rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#wCsIEZwd1vTkLniDCcKRMOlglE6KUxRN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wCsIEZwd1vTkLniDCcKRMOlglE6KUxRN > .row .container { background-color: transparent; background-image: none; }#wCsIEZwd1vTkLniDCcKRMOlglE6KUxRN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wCsIEZwd1vTkLniDCcKRMOlglE6KUxRN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wCsIEZwd1vTkLniDCcKRMOlglE6KUxRN > .row .container > .video-iframe-container { display: none; }#wCsIEZwd1vTkLniDCcKRMOlglE6KUxRN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wCsIEZwd1vTkLniDCcKRMOlglE6KUxRN > .row > .video-iframe-container { display: none; }#wCsIEZwd1vTkLniDCcKRMOlglE6KUxRN > .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); }#wCsIEZwd1vTkLniDCcKRMOlglE6KUxRN > .row .container { border-width: 0; border-radius: 0; }#wCsIEZwd1vTkLniDCcKRMOlglE6KUxRN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wCsIEZwd1vTkLniDCcKRMOlglE6KUxRN > .row .container { font-size:0.875rem;font-family:arial;height:45.875rem;width:75rem;position:relative;display:block; }#QMQrJJQC2kf8M7GV5KXZiixKvXTua0uI { color:#b3db1b;display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:3rem;left:0.6875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d6Bg2Nt3QAeo1mEvWR6HGpnE41nrtMw6 { position:absolute;display:block;z-index:15004;background-color:#00805d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:25rem;top:0rem;left:0.0625rem;display:block; }
#eepN8qpyFwk6TqHICluC5Qxh5S7CFIwO { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #00805d;border-left:0.0625rem solid #00805d;border-right:0.0625rem solid #00805d;border-bottom:0.0625rem solid #00805d;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.6875rem;width:24.875rem;top:5.75rem;left:0.0625rem;display:block; }
#TM87VdaeR99MUdQMNh7i2nKoI6PGOTif { color:rgba(var(--color-tertiary-4),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:6.375rem;left:0.6875rem;height:1.9375rem;font-style:normal;display:block; }
#HPhRci04aUxXDM0Oclxz6uEgV8NRuHpQ { color:rgba(var(--color-tertiary-4),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:8.9375rem;left:1.9375rem;height:4.875rem;font-style:normal;display:block; }
#HeF8TnZzJdVxvM1oAXwa7NRm9GO2XQck { position:absolute;display:block;z-index:15021;background-color:#00805d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:0.625rem;top:9.4375rem;left:0.6875rem;display:block; }
#Sv6KctQZGocTvDJlQJR55iq7Me09pKxO { color:rgba(var(--color-tertiary-4),1);display:block;width:21.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:14.5rem;left:1.9375rem;height:3.25rem;font-style:normal;display:block; }
#V13xaBXqExutrdZkTPNh7W26vl510Tap { position:absolute;display:block;z-index:15023;background-color:#00805d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:0.625rem;top:15rem;left:0.6875rem;display:block; }
#Vm02bCZFaUkFDTCKnVd92JsKwo9wANkE { color:rgba(var(--color-tertiary-4),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:18.3125rem;left:1.9375rem;height:4.875rem;font-style:normal;display:block; }
#oJldcSIZ9AeOcQzsMvQWd3fw0yGRJSTn { position:absolute;display:block;z-index:15025;background-color:#00805d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:0.625rem;top:18.8125rem;left:0.6875rem;display:block; }
#obPrEdrgDvemMgskoEnfCLrPexnCOshM { color:rgba(var(--color-tertiary-4),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:23.75rem;left:1.9375rem;height:3.25rem;font-style:normal;display:block; }
#pwy62af1xk6CgTTaxwmBAAgV8GaTdTQN { position:absolute;display:block;z-index:15027;background-color:#00805d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:0.625rem;top:24.25rem;left:0.6875rem;display:block; }
#HdHV6n3OxOADAmIkCiMFpFKKUzsKVC2J { color:rgba(var(--color-tertiary-4),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:27.5625rem;left:1.9375rem;height:6.5rem;font-style:normal;display:block; }
#zTo0MZU4lA7EXmo2IaBmNrlBlfcRuL12 { position:absolute;display:block;z-index:15029;background-color:#00805d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:0.625rem;top:28.0625rem;left:0.6875rem;display:block; }
#TnoZp4qtwV8IwMG3M5FSLnx9yEpcI6T9 { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #00805d;border-left:0.0625rem solid #00805d;border-right:0.0625rem solid #00805d;border-bottom:0.0625rem solid #00805d;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.6875rem;width:24.875rem;top:5.75rem;left:25rem;display:block; }
#Aoa1OgcCSXDy6UcaIFMntQconTywwu8f { color:rgba(var(--color-tertiary-4),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:17.8125rem;left:26.875rem;height:4.875rem;font-style:normal;display:block; }
#I2vLdHQpHBcNmVN1P1Cx7UW02EWedQG7 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:23.125rem;left:26.875rem;height:6.5rem;font-style:normal;display:block; }
#Xb8y6FxTFLuHFbgUGny4TfNXml1q3si9 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:10.75rem;left:26.875rem;height:6.5rem;font-style:normal;display:block; }
#N5P0PFJfOlrEocG4SkE2tdklUNkVNd56 { position:absolute;display:block;z-index:15038;background-color:#00805d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:0.625rem;top:11.25rem;left:25.6875rem;display:block; }
#L1ToTUkcwPDabQThSDgodrwxQQQaAsEu { position:absolute;display:block;z-index:15042;background-color:#00805d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:0.625rem;top:18.3125rem;left:25.6875rem;display:block; }
#abfEcd7Me3Mhnnlxpg7ll6bbT3s3nSiI { position:absolute;display:block;z-index:15044;background-color:#00805d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:0.625rem;top:23.625rem;left:25.6875rem;display:block; }
#pKX9qzDKmOXmyAnhRsf5B0eLtZTvTh23 { position:absolute;display:block;z-index:15019;background-color:#00805d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:25rem;top:0rem;left:25rem;display:block; }
#FWPW8b4bv0Bfffkk6DqILX4M2SNGtnZV { color:rgba(var(--color-tertiary-4),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:6.375rem;left:25.625rem;height:3.875rem;font-style:normal;display:block; }
#ldeuf7AnBibTpWQKs5xdc0VHqWazdNf3 { color:#b3db1b;display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:3rem;left:25.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T0UmCrhklEK1MgmgMidz6QipL3N0ETGb { color:rgba(var(--color-tertiary-0),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:0.875rem;left:25.625rem;height:1.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R87o7SPbHfAa4zafUDQ6fFsDGqOnyup8 { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #00805d;border-left:0.0625rem solid #00805d;border-right:0.0625rem solid #00805d;border-bottom:0.0625rem solid #00805d;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.6875rem;width:24.875rem;top:5.75rem;left:49.9375rem;display:block; }
#t12ReLt7y0mnPwiT1vttTx0GTp8sKPhz { color:rgba(var(--color-tertiary-4),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:8.9375rem;left:51.8125rem;height:4.875rem;font-style:normal;display:block; }
#B2dBN3rObdblZxiIkHa9MgnmCHiTEqsO { color:rgba(var(--color-tertiary-4),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:6.375rem;left:50.5625rem;height:1.9375rem;font-style:normal;display:block; }
#KgCnvPphDE6Riqg2mo6AMDqWyZ3Vp5Sh { position:absolute;display:block;z-index:15019;background-color:#00805d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:25rem;top:0rem;left:49.9375rem;display:block; }
#JbMpAK8UQhDdonKsH7Tbhc96424f0alb { color:rgba(var(--color-tertiary-0),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:0.875rem;left:50.5625rem;height:1.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H9SrFsukJzOxZhd67GDlKwguytz8ic6a { position:absolute;display:block;z-index:15036;background-color:#00805d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:0.625rem;top:9.4375rem;left:50.5625rem;display:block; }
#w546yF2vrcQx2kWTU7bvzVMPpv9Dlk5w { position:absolute;display:block;z-index:15038;background-color:#00805d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:0.625rem;top:14.8125rem;left:50.625rem;display:block; }
#CWonwIFwfty6E92mbGnS543uRWEZMFbX { color:rgba(var(--color-tertiary-4),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:14.3125rem;left:51.875rem;height:8.125rem;font-style:normal;display:block; }
#bT7SuNZCUv5F6cTWUBi0lTvFS6tatd1S { position:absolute;display:block;z-index:15040;background-color:#00805d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:0.625rem;top:23.5rem;left:50.625rem;display:block; }
#wsx502h3IJ0TGwd5AVJRHhnu0iPswgNi { color:rgba(var(--color-tertiary-4),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:23.1875rem;left:51.875rem;height:6.5rem;font-style:normal;display:block; }
#wBHQMCuBdBNTgwl2tzZzPfEAhuzLtFxp { position:absolute;display:block;z-index:15042;background-color:#00805d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:0.625rem;top:30.625rem;left:50.625rem;display:block; }
#fdf7iaOXR84WbgBlGxAUrX6ehPC0u8dS { color:rgba(var(--color-tertiary-4),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:30.3125rem;left:51.875rem;height:6.5rem;font-style:normal;display:block; }
#Skh3nyztbUlhCdHiynpRT5pNKe8nHZN9 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:37.4375rem;left:50.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KoHaRmC1XL238KTgCT620RdJZ3SrTZzX { color:#b3db1b;display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:3rem;left:50.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UrZkx1EiTcXgM0XetECosTVz3xD1B7bH { color:rgba(var(--color-tertiary-0),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:0.875rem;left:0.6875rem;height:1.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pyxTkmNCuiBmNZIfOQ2VGyVZB92cLAWf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00805d;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; }#pyxTkmNCuiBmNZIfOQ2VGyVZB92cLAWf > .row .container { background-color: transparent; background-image: none; }#pyxTkmNCuiBmNZIfOQ2VGyVZB92cLAWf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pyxTkmNCuiBmNZIfOQ2VGyVZB92cLAWf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pyxTkmNCuiBmNZIfOQ2VGyVZB92cLAWf > .row .container > .video-iframe-container { display: none; }#pyxTkmNCuiBmNZIfOQ2VGyVZB92cLAWf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pyxTkmNCuiBmNZIfOQ2VGyVZB92cLAWf > .row > .video-iframe-container { display: none; }#pyxTkmNCuiBmNZIfOQ2VGyVZB92cLAWf > .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); }#pyxTkmNCuiBmNZIfOQ2VGyVZB92cLAWf > .row .container { border-width: 0; border-radius: 0; }#pyxTkmNCuiBmNZIfOQ2VGyVZB92cLAWf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pyxTkmNCuiBmNZIfOQ2VGyVZB92cLAWf > .row .container { font-size:0.875rem;font-family:arial;height:11.3125rem;width:75rem;position:relative;display:block; }#nk89mqXhJVkHrMBhWZb1T8UWCyZy2OrJ { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6.25rem;left:0rem;height:2.4375rem;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;font-style:normal;display:block; }
#cnM5rUCmzP05XhhmuiMAQtZzpn7Gz5wH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00805d;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; }#cnM5rUCmzP05XhhmuiMAQtZzpn7Gz5wH > .row .container { background-color: transparent; background-image: none; }#cnM5rUCmzP05XhhmuiMAQtZzpn7Gz5wH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cnM5rUCmzP05XhhmuiMAQtZzpn7Gz5wH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cnM5rUCmzP05XhhmuiMAQtZzpn7Gz5wH > .row .container > .video-iframe-container { display: none; }#cnM5rUCmzP05XhhmuiMAQtZzpn7Gz5wH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cnM5rUCmzP05XhhmuiMAQtZzpn7Gz5wH > .row > .video-iframe-container { display: none; }#cnM5rUCmzP05XhhmuiMAQtZzpn7Gz5wH > .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); }#cnM5rUCmzP05XhhmuiMAQtZzpn7Gz5wH > .row .container { border-width: 0; border-radius: 0; }#cnM5rUCmzP05XhhmuiMAQtZzpn7Gz5wH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cnM5rUCmzP05XhhmuiMAQtZzpn7Gz5wH > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;position:relative;display:block; }#g6T9DtkKK01hb8ZumQKuTEcILiMZRymT { color:#b3db1b;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:1.9375rem;font-style:normal;display:block; }
#bfX7ZGOSgmrC0qiXTrLbiQka95RcslGJ { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.625rem;left:0rem;height:1.625rem;font-style:normal;display:block; }
#ma29HNw6yR7kDwte7DETGq8zzR2bqfoc { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:4.8125rem;left:0rem;height:3.75rem;font-style:normal;display:block; }
#pWcTvdrSp9X2kNbTTdJMiCM7V9quM64R { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:75rem;top:9.3125rem;left:0rem;display:block; }
#lB82fMTB2A0yhTgqUtpMXqam89mbhJI0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00805d;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; }#lB82fMTB2A0yhTgqUtpMXqam89mbhJI0 > .row .container { background-color: transparent; background-image: none; }#lB82fMTB2A0yhTgqUtpMXqam89mbhJI0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lB82fMTB2A0yhTgqUtpMXqam89mbhJI0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lB82fMTB2A0yhTgqUtpMXqam89mbhJI0 > .row .container > .video-iframe-container { display: none; }#lB82fMTB2A0yhTgqUtpMXqam89mbhJI0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lB82fMTB2A0yhTgqUtpMXqam89mbhJI0 > .row > .video-iframe-container { display: none; }#lB82fMTB2A0yhTgqUtpMXqam89mbhJI0 > .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); }#lB82fMTB2A0yhTgqUtpMXqam89mbhJI0 > .row .container { border-width: 0; border-radius: 0; }#lB82fMTB2A0yhTgqUtpMXqam89mbhJI0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lB82fMTB2A0yhTgqUtpMXqam89mbhJI0 > .row .container { font-size:0.875rem;font-family:arial;height:11.875rem;width:75rem;position:relative;display:block; }#i91BhnDWHTPFCGAaK1zFsCASOnOfI9Re { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.25rem;left:0rem;height:1.625rem;font-style:normal;display:block; }
#FOIxaAhLDuQRF2L87R4y6bGL4e4PdPGT { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:3.4375rem;left:0rem;height:7.5rem;font-style:normal;display:block; }
#McTLDpWONmHBZd1eQBc1HZIakDQtz0J7 { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:75rem;top:11.8125rem;left:0rem;display:block; }
#f40a6CAU7MqiAHwtKTb1U9pCrx4NbBd7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00805d;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; }#f40a6CAU7MqiAHwtKTb1U9pCrx4NbBd7 > .row .container { background-color: transparent; background-image: none; }#f40a6CAU7MqiAHwtKTb1U9pCrx4NbBd7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f40a6CAU7MqiAHwtKTb1U9pCrx4NbBd7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f40a6CAU7MqiAHwtKTb1U9pCrx4NbBd7 > .row .container > .video-iframe-container { display: none; }#f40a6CAU7MqiAHwtKTb1U9pCrx4NbBd7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f40a6CAU7MqiAHwtKTb1U9pCrx4NbBd7 > .row > .video-iframe-container { display: none; }#f40a6CAU7MqiAHwtKTb1U9pCrx4NbBd7 > .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); }#f40a6CAU7MqiAHwtKTb1U9pCrx4NbBd7 > .row .container { border-width: 0; border-radius: 0; }#f40a6CAU7MqiAHwtKTb1U9pCrx4NbBd7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f40a6CAU7MqiAHwtKTb1U9pCrx4NbBd7 > .row .container { font-size:0.875rem;font-family:arial;height:10rem;width:75rem;position:relative;display:block; }#SC9rtPatIDHTaCItbUUoav3XTXCK95D9 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.25rem;left:0rem;height:1.625rem;font-style:normal;display:block; }
#LCUVT04QzoRrM2gwFlRp2c4NRy6MQrul { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:3.4375rem;left:0rem;height:5.625rem;font-style:normal;display:block; }
#WX5Ix8e2wWqOHyRHsmttlX3hdo9UEioz { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:75rem;top:9.875rem;left:0rem;display:block; }
#ZJfMOTNbyXJTf0zRQgTJGnHpNHNlT4av { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00805d;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; }#ZJfMOTNbyXJTf0zRQgTJGnHpNHNlT4av > .row .container { background-color: transparent; background-image: none; }#ZJfMOTNbyXJTf0zRQgTJGnHpNHNlT4av::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJfMOTNbyXJTf0zRQgTJGnHpNHNlT4av > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJfMOTNbyXJTf0zRQgTJGnHpNHNlT4av > .row .container > .video-iframe-container { display: none; }#ZJfMOTNbyXJTf0zRQgTJGnHpNHNlT4av > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJfMOTNbyXJTf0zRQgTJGnHpNHNlT4av > .row > .video-iframe-container { display: none; }#ZJfMOTNbyXJTf0zRQgTJGnHpNHNlT4av > .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); }#ZJfMOTNbyXJTf0zRQgTJGnHpNHNlT4av > .row .container { border-width: 0; border-radius: 0; }#ZJfMOTNbyXJTf0zRQgTJGnHpNHNlT4av > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZJfMOTNbyXJTf0zRQgTJGnHpNHNlT4av > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;width:75rem;position:relative;display:block; }#mBJTTeuTFKxlTNflspSvvgh95SCrexDm { color:#b3db1b;display:block;width:25.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5rem;left:24.8125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kXg774rw57Xatx0nAFOTDK6PsFyNpdkP { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:1.75rem;left:25.21875rem;display:block; }
#zo5FUdbCKbyTR35UA9H39pxnWgd4Iiaa { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:1.75rem;left:46.84375rem;display:block; }
#zfWmgf0sndHWwWxg29NDoOx7D2MRDMK5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00805d;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; }#zfWmgf0sndHWwWxg29NDoOx7D2MRDMK5 > .row .container { background-color: transparent; background-image: none; }#zfWmgf0sndHWwWxg29NDoOx7D2MRDMK5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zfWmgf0sndHWwWxg29NDoOx7D2MRDMK5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zfWmgf0sndHWwWxg29NDoOx7D2MRDMK5 > .row .container > .video-iframe-container { display: none; }#zfWmgf0sndHWwWxg29NDoOx7D2MRDMK5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zfWmgf0sndHWwWxg29NDoOx7D2MRDMK5 > .row > .video-iframe-container { display: none; }#zfWmgf0sndHWwWxg29NDoOx7D2MRDMK5 > .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); }#zfWmgf0sndHWwWxg29NDoOx7D2MRDMK5 > .row .container { border-width: 0; border-radius: 0; }#zfWmgf0sndHWwWxg29NDoOx7D2MRDMK5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zfWmgf0sndHWwWxg29NDoOx7D2MRDMK5 > .row .container { font-size:0.875rem;font-family:arial;height:118.625rem;width:75rem;position:relative;display:block; }#xPAvmaXZLruOFruAkZex69ZIeAu7yEv2 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.25rem;left:0rem;height:1.625rem;font-style:normal;display:block; }
#uHDgVmW5syxkChA0svMyD6JPNNJKXAgG { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:3.4375rem;left:0rem;height:3.75rem;font-style:normal;display:block; }
#mHKHtkKOQb0HvGDKXgtvMX7ZivUJf5eq { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:75rem;top:7.9375rem;left:0rem;display:block; }
#GvT2iuCTT4E8tt5m0GVGRkLVy1SlsBxE { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:75rem;top:19.625rem;left:0rem;display:block; }
#thFyZcxfdU6duiCuwoUT7oMoMzryn86Q { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:11.375rem;left:0rem;height:7.5rem;font-style:normal;display:block; }
#AUKBt2Cd6e2OaNT0EOk3X11hzE4ewKho { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:9.1875rem;left:0rem;height:1.625rem;font-style:normal;display:block; }
#OJCmsNzVoTq6gZW7V9liSUsliSNwH4fK { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:75rem;top:27.5625rem;left:0rem;display:block; }
#SxMXbVKU91VhTqAk5x1pOIURWXrL8dJ7 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:23.0625rem;left:0rem;height:3.75rem;font-style:normal;display:block; }
#ItfxnOwVwNyCDSZxhZCxJcvDlKl0ipfT { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:20.875rem;left:0rem;height:1.625rem;font-style:normal;display:block; }
#aGCwlupbi3UpBKlsVROSufmxDZ1nQV27 { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:75rem;top:35.5rem;left:0rem;display:block; }
#mVUnS0TO0etaGiqAA27C5hZvvJ4qsTZU { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:31rem;left:0rem;height:3.75rem;font-style:normal;display:block; }
#cFOkkLOyJZ9qgDSTk1fp0DFDmAn9pyBq { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:28.8125rem;left:0rem;height:1.625rem;font-style:normal;display:block; }
#w1nIi00a2LgZCmfnxVquEKMJT6FF9MPD { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:75rem;top:43.4375rem;left:0rem;display:block; }
#ET057220pMsHwSekCVApeBTkwdzIpLUK { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:38.9375rem;left:0rem;height:3.75rem;font-style:normal;display:block; }
#zHk5KIsP37DCL341xTpNuNT3pbU6vGg2 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:36.75rem;left:0rem;height:1.625rem;font-style:normal;display:block; }
#AKnBhsbk8ipPZrxhb8Tu24GBDh0yw3sk { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:50.1875rem;left:0rem;height:1.875rem;font-style:normal;display:block; }
#Elf39z1TFx0c7c2e8q0ozMziR9m0zmMM { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:75rem;top:52.8125rem;left:0rem;display:block; }
#KD5gsTxyTcrG59399vtd6AK4b6r8ibKI { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:48rem;left:0rem;height:1.625rem;font-style:normal;display:block; }
#VsqbCoaJyJAfVIqHcLkeRoAuDXyagcQT { color:#b3db1b;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:45.375rem;left:0rem;height:1.9375rem;font-style:normal;display:block; }
#Ey44sMzDtB0CCrxIetE9T7hANp21I1F0 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:56.25rem;left:0rem;height:1.875rem;font-style:normal;display:block; }
#VBSOFK3h4vqcTiTFklQ0faxkhuVrfkwu { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:75rem;top:58.875rem;left:0rem;display:block; }
#kezVRfDh9RwprQhCxhT6l2ROTuLwK34r { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:54.0625rem;left:0rem;height:1.625rem;font-style:normal;display:block; }
#I7hFKwpo3hecETmy8suGRNHyCxfD8wWr { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:62.3125rem;left:0rem;height:1.875rem;font-style:normal;display:block; }
#n7N3DryeSF4aFCCZSOH8T6DTc6KtOLz3 { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:75rem;top:64.9375rem;left:0rem;display:block; }
#pcIvAwEiIm3Lv8VuAcCzoVm6BhyzQ0zH { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:60.125rem;left:0rem;height:1.625rem;font-style:normal;display:block; }
#hqOCu8uOgdXyOTlFWm3QmqCu97zLUERS { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:75rem;top:72.875rem;left:0rem;display:block; }
#tixkbKPTX7vzJXymuRQq3Ozl4gFzziZW { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:68.375rem;left:0rem;height:3.75rem;font-style:normal;display:block; }
#wrVw8BSNzUagU4iZEsTgp7WhIxoF1X4t { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:66.1875rem;left:0rem;height:1.625rem;font-style:normal;display:block; }
#kenFlEIuILdVuJm9UE82u7gOhNkqBqGK { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:75rem;top:82.6875rem;left:0rem;display:block; }
#knk1LxSR4Ak0p7MfROfKkzVl6GIt6JPQ { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:76.3125rem;left:0rem;height:5.625rem;font-style:normal;display:block; }
#JVlpPIKpmvZaPU9BIMMUcE3i3AzW0A9a { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:74.125rem;left:0rem;height:1.625rem;font-style:normal;display:block; }
#WyJUDp4dw5ldCg88icRpnOSOzNbJlfFT { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:75rem;top:92.5rem;left:0rem;display:block; }
#ZhgqX3A9czNVVUrt7Zh9tT7zMRnd8ffa { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:86.125rem;left:0rem;height:5.625rem;font-style:normal;display:block; }
#lw3CbavhdkGonf2PkXWl8Z3fbMGxhI46 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:83.9375rem;left:0rem;height:1.625rem;font-style:normal;display:block; }
#cimLJEsTrfTrk79rvcV6atWWyXcJdq1g { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:75rem;top:100.4375rem;left:0rem;display:block; }
#Ocwx67itF7wDo6yfx67qowA7ySI92nKP { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15024;line-height:1.5;letter-spacing:0;top:95.9375rem;left:0rem;height:3.75rem;font-style:normal;display:block; }
#G0g8T1tdvIZss5LMGKMgOwPtSphl8nTu { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:93.75rem;left:0rem;height:1.625rem;font-style:normal;display:block; }
#HufciXfsm3Tved6BLxFipkX9wXN77RB4 { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:75rem;top:108.375rem;left:0rem;display:block; }
#Fox0ER9m4tS6XxenPzdt4TVxxJ5qXsCu { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15027;line-height:1.5;letter-spacing:0;top:103.875rem;left:0rem;height:3.75rem;font-style:normal;display:block; }
#gXirxadBeP1ZRl5w3tpTgxMtwKhGiJWK { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:101.6875rem;left:0rem;height:1.625rem;font-style:normal;display:block; }
#BLItfS1X2QWyfAFi6SMNSQTM3y6cQVWS { color:#b3db1b;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:110.25rem;left:0rem;height:1.9375rem;font-style:normal;display:block; }
#awqLcTXBuRTrbeEPO84aT9eiJH0eH3AE { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15028;line-height:1.5;letter-spacing:0;top:113rem;left:0rem;height:5.625rem;font-style:normal;display:block; }
#LRpHfg2MROKPvTAcQhZkVXrTwiWm7m4d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00805d;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; }#LRpHfg2MROKPvTAcQhZkVXrTwiWm7m4d > .row .container { background-color: transparent; background-image: none; }#LRpHfg2MROKPvTAcQhZkVXrTwiWm7m4d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LRpHfg2MROKPvTAcQhZkVXrTwiWm7m4d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LRpHfg2MROKPvTAcQhZkVXrTwiWm7m4d > .row .container > .video-iframe-container { display: none; }#LRpHfg2MROKPvTAcQhZkVXrTwiWm7m4d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LRpHfg2MROKPvTAcQhZkVXrTwiWm7m4d > .row > .video-iframe-container { display: none; }#LRpHfg2MROKPvTAcQhZkVXrTwiWm7m4d > .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); }#LRpHfg2MROKPvTAcQhZkVXrTwiWm7m4d > .row .container { border-width: 0; border-radius: 0; }#LRpHfg2MROKPvTAcQhZkVXrTwiWm7m4d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LRpHfg2MROKPvTAcQhZkVXrTwiWm7m4d > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#i2T3dipoHEgG96Cwy9Tc1eIcdaXwADc1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#i2T3dipoHEgG96Cwy9Tc1eIcdaXwADc1 > .row .container { background-color: transparent; background-image: none; }#i2T3dipoHEgG96Cwy9Tc1eIcdaXwADc1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i2T3dipoHEgG96Cwy9Tc1eIcdaXwADc1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i2T3dipoHEgG96Cwy9Tc1eIcdaXwADc1 > .row .container > .video-iframe-container { display: none; }#i2T3dipoHEgG96Cwy9Tc1eIcdaXwADc1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i2T3dipoHEgG96Cwy9Tc1eIcdaXwADc1 > .row > .video-iframe-container { display: none; }#i2T3dipoHEgG96Cwy9Tc1eIcdaXwADc1 > .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); }#i2T3dipoHEgG96Cwy9Tc1eIcdaXwADc1 > .row .container { border-width: 0; border-radius: 0; }#i2T3dipoHEgG96Cwy9Tc1eIcdaXwADc1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i2T3dipoHEgG96Cwy9Tc1eIcdaXwADc1 > .row .container { font-size:0.875rem;font-family:arial;height:9.3125rem;width:75rem;position:relative;display:block; }#sRUh4lZXRDP47JZtxKwv6oGwmkLLZP8J { color:#b3db1b;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:5.25rem;left:0rem;height:2.625rem;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; }
#vcLZn7cpgygyCZECzmRccprLiuuZTfLz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vcLZn7cpgygyCZECzmRccprLiuuZTfLz > .row .container { background-color: transparent; background-image: none; }#vcLZn7cpgygyCZECzmRccprLiuuZTfLz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vcLZn7cpgygyCZECzmRccprLiuuZTfLz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vcLZn7cpgygyCZECzmRccprLiuuZTfLz > .row .container > .video-iframe-container { display: none; }#vcLZn7cpgygyCZECzmRccprLiuuZTfLz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vcLZn7cpgygyCZECzmRccprLiuuZTfLz > .row > .video-iframe-container { display: none; }#vcLZn7cpgygyCZECzmRccprLiuuZTfLz > .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); }#vcLZn7cpgygyCZECzmRccprLiuuZTfLz > .row .container { border-width: 0; border-radius: 0; }#vcLZn7cpgygyCZECzmRccprLiuuZTfLz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vcLZn7cpgygyCZECzmRccprLiuuZTfLz > .row .container { font-size:0.875rem;font-family:arial;height:65.875rem;width:75rem;position:relative;display:block; }#lvudM1Rvee78ePnbTD3FHTd6NOwaDFtR { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.875rem;width:26.6875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#yt3R0ldUi1alRfbbGsqzk9pI12yrdETK { color:rgba(var(--color-tertiary-4),1);display:block;width:48.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.0625rem;left:26.75rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#E0gbBDebU8tCsUzoEhWo6wRveSUdpx9c { color:rgba(var(--color-tertiary-4),1);display:block;width:44.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15024;line-height:1.5;letter-spacing:0;top:7.5rem;left:28.375rem;height:1.875rem;font-style:normal;display:block; }
#UNnKZBQ4fTChEkTXUoUPiuOTfEMcVtT6 { position:absolute;display:block;z-index:15024;background-color:#00805d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:0.625rem;top:8.1875rem;left:26.875rem;display:block; }
#Mim54qwb7o7yrnDdJqo3n15rsASMMHme { color:rgba(var(--color-tertiary-4),1);display:block;width:44.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15026;line-height:1.5;letter-spacing:0;top:10rem;left:28.375rem;height:1.875rem;font-style:normal;display:block; }
#h04qFZaalDE8mmPTEDRFa6Z4KbQg4szk { position:absolute;display:block;z-index:15026;background-color:#00805d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:0.625rem;top:10.6875rem;left:26.875rem;display:block; }
#RAglACOKsTcoMhFFTTI4FloDgH71R3w7 { color:rgba(var(--color-tertiary-4),1);display:block;width:44.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15030;line-height:1.5;letter-spacing:0;top:14.625rem;left:28.375rem;height:3.75rem;font-style:normal;display:block; }
#PdyctrJlvHMOfgTVTzSTGnGvUdMiBT9F { color:rgba(var(--color-tertiary-4),1);display:block;width:44.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15028;line-height:1.5;letter-spacing:0;top:12.375rem;left:28.375rem;height:1.875rem;font-style:normal;display:block; }
#SapaiB8fvNVMU52yFxlq0DZlhIUREGqb { position:absolute;display:block;z-index:15028;background-color:#00805d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:0.625rem;top:13.0625rem;left:26.875rem;display:block; }
#oGGb33qUCn019nqMd2Myei0aMkSUTnon { position:absolute;display:block;z-index:15030;background-color:#00805d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:0.625rem;top:15.3125rem;left:26.875rem;display:block; }
#ZBZQNofXlTJsTz3sFyle5zX0BV9qkUBv { color:rgba(var(--color-tertiary-4),1);display:block;width:44.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15034;line-height:1.5;letter-spacing:0;top:19.375rem;left:28.375rem;height:3.75rem;font-style:normal;display:block; }
#JzyeacTTf219K6HWW4lHGwmPXz8sRzQ1 { position:absolute;display:block;z-index:15034;background-color:#00805d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:0.625rem;top:20.0625rem;left:26.875rem;display:block; }
#ffGavcCfKqKRNNNTWZRCdbbeNTJLaSWb { color:rgba(var(--color-tertiary-4),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:35.8125rem;left:26.78125rem;height:1.4375rem;display:block; }
#K2dQWQuWi0p7Fpt3b8yamHaRp2UqtPOs { color:rgba(var(--color-tertiary-4),1);display:block;width:44.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15029;line-height:1.5;letter-spacing:0;top:38.8125rem;left:26.75rem;height:2.25rem;font-style:normal;display:block; }
#p0p9PqkRrfgbqt9i7X0EdGX7CRZQJHzF { color:rgba(var(--color-tertiary-4),1);display:block;width:46.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15027;line-height:1.5;letter-spacing:0;top:41.5625rem;left:28.375rem;height:3.75rem;font-style:normal;display:block; }
#B8HUR3ckfxtAhtMkZR4KzaMaVk9QeUBe { color:rgba(var(--color-tertiary-4),1);display:block;width:46.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15029;line-height:1.5;letter-spacing:0;top:45.9375rem;left:28.375rem;height:3.75rem;font-style:normal;display:block; }
#bOFqGKZb3XbmGrzfvfrnBlIMo314UVmq { color:rgba(var(--color-tertiary-4),1);display:block;width:46.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15031;line-height:1.5;letter-spacing:0;top:50.3125rem;left:28.375rem;height:3.75rem;font-style:normal;display:block; }
#Qny40DXS5HUEJGt4L8ERUbbiVaCUyHLk { color:rgba(var(--color-tertiary-4),1);display:block;width:44.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15036;line-height:1.5;letter-spacing:0;top:54.375rem;left:29.75rem;height:5.625rem;font-style:normal;display:block; }
#PzCB9KKCGEztfbpWuqThWtFWTMPxbRMW { position:absolute;display:block;z-index:15036;background-color:#00805d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:0.625rem;top:55.0625rem;left:28.3125rem;display:block; }
#RflEKkJiZaT62Hukl81z2SLRFmAKEM44 { color:rgba(var(--color-tertiary-4),1);display:block;width:44.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15038;line-height:1.5;letter-spacing:0;top:60.4375rem;left:29.75rem;height:1.875rem;font-style:normal;display:block; }
#b235pEgTbzwlKH07BkO71SpArNrthP8B { position:absolute;display:block;z-index:15038;background-color:#00805d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:0.625rem;top:61.0625rem;left:28.3125rem;display:block; }
#fuNtJMbF7TKNiMhrwhRTxpngE5xWquXP { position:absolute;display:block;z-index:15037;background-color:#00805d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:0.625rem;top:42.0625rem;left:26.75rem;display:block; }
#H0oBfRJRWnRVTsF86RMTyRZXuJiOlJwu { position:absolute;display:block;z-index:15038;background-color:#00805d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:0.625rem;top:46.5rem;left:26.75rem;display:block; }
#eIELw3ADd5ud9vfqkW18uvxCUbPQU4nB { position:absolute;display:block;z-index:15039;background-color:#00805d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:0.625rem;top:50.9375rem;left:26.75rem;display:block; }
#zb0KNoxc2tcT5LlWl7Nl1iJFwptK9Ta7 { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8125rem;width:4.9375rem;top:36.53125rem;left:10.59375rem;overflow:hidden;display:block; }
#CrXsRQQnUWdCt5q4ZbWxN5nyPT1vWgG2 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.875rem;height:5rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:28.625rem;left:26.75rem;display:block; }
#MQ4wRRVR3dqKwT1l6FUZ25kLDBqglH8Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ae5VQxsZH6CDyiq5XJEXZT1bMssQoHQi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ae5VQxsZH6CDyiq5XJEXZT1bMssQoHQi > .row .container { background-color: transparent; background-image: none; }#ae5VQxsZH6CDyiq5XJEXZT1bMssQoHQi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ae5VQxsZH6CDyiq5XJEXZT1bMssQoHQi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ae5VQxsZH6CDyiq5XJEXZT1bMssQoHQi > .row .container > .video-iframe-container { display: none; }#ae5VQxsZH6CDyiq5XJEXZT1bMssQoHQi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ae5VQxsZH6CDyiq5XJEXZT1bMssQoHQi > .row > .video-iframe-container { display: none; }#ae5VQxsZH6CDyiq5XJEXZT1bMssQoHQi > .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); }#ae5VQxsZH6CDyiq5XJEXZT1bMssQoHQi > .row .container { border-width: 0; border-radius: 0; }#ae5VQxsZH6CDyiq5XJEXZT1bMssQoHQi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ae5VQxsZH6CDyiq5XJEXZT1bMssQoHQi > .row .container { font-size:0.875rem;font-family:arial;height:36.9375rem;width:75rem;position:relative;display:block; }#VR2LTlktLTv6yTaqGgwXb7uE4QpFJacR { color:rgba(var(--color-tertiary-4),1);display:block;width:48.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.0625rem;left:26.75rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#GXVxp7JZd3gTeJ0gc6uQCKi3XTa2ciob { color:rgba(var(--color-tertiary-4),1);display:block;width:44.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15024;line-height:1.5;letter-spacing:0;top:5.125rem;left:28.375rem;height:1.875rem;font-style:normal;display:block; }
#BycCWRQguxDGHvuniCINvcCUxIHbx2dZ { position:absolute;display:block;z-index:15024;background-color:#00805d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:0.625rem;top:5.8125rem;left:26.875rem;display:block; }
#r6TUrhKfVPxzy1frbTC7iKeMMGQ3cQss { color:rgba(var(--color-tertiary-4),1);display:block;width:44.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15026;line-height:1.5;letter-spacing:0;top:7.375rem;left:28.375rem;height:1.875rem;font-style:normal;display:block; }
#cUMP5wZGfoVo6yymtKTKuV2y6RWa3Hu1 { position:absolute;display:block;z-index:15026;background-color:#00805d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:0.625rem;top:8.0625rem;left:26.875rem;display:block; }
#L1BL01WN39EmSHZram6vC270BGR3Jn0l { color:rgba(var(--color-tertiary-4),1);display:block;width:44.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15030;line-height:1.5;letter-spacing:0;top:12rem;left:28.375rem;height:3.75rem;font-style:normal;display:block; }
#XR5WfmToiETlphJw803MgMQx1N4wU7OP { color:rgba(var(--color-tertiary-4),1);display:block;width:44.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15028;line-height:1.5;letter-spacing:0;top:9.75rem;left:28.375rem;height:1.875rem;font-style:normal;display:block; }
#qJTClo0CcQ93agDTyiFntRzI7sVQI7GK { position:absolute;display:block;z-index:15028;background-color:#00805d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:0.625rem;top:10.4375rem;left:26.875rem;display:block; }
#cn3WFwoSepzkwooRZlnuwoMENq5AUVz7 { position:absolute;display:block;z-index:15030;background-color:#00805d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:0.625rem;top:12.6875rem;left:26.875rem;display:block; }
#TrzgXt8Zm1cHhAu6rWksBnzBVlzrdSEo { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:5rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:17.5rem;left:26.875rem;display:block; }
#z3fMBUvnH4dU3gxbuq7BhcIEvAQ3n704 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#naLgfyZKmAbqAysTTGM6RC2XWOlKVLTI { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.5rem;width:26.6875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#rvD9iQE67lJADppXsXoV2WiCiyRiKu7H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rvD9iQE67lJADppXsXoV2WiCiyRiKu7H > .row .container { background-color: transparent; background-image: none; }#rvD9iQE67lJADppXsXoV2WiCiyRiKu7H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rvD9iQE67lJADppXsXoV2WiCiyRiKu7H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rvD9iQE67lJADppXsXoV2WiCiyRiKu7H > .row .container > .video-iframe-container { display: none; }#rvD9iQE67lJADppXsXoV2WiCiyRiKu7H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rvD9iQE67lJADppXsXoV2WiCiyRiKu7H > .row > .video-iframe-container { display: none; }#rvD9iQE67lJADppXsXoV2WiCiyRiKu7H > .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); }#rvD9iQE67lJADppXsXoV2WiCiyRiKu7H > .row .container { border-width: 0; border-radius: 0; }#rvD9iQE67lJADppXsXoV2WiCiyRiKu7H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rvD9iQE67lJADppXsXoV2WiCiyRiKu7H > .row .container { font-size:0.875rem;font-family:arial;height:35.9375rem;width:75rem;position:relative;display:block; }#kXTHeGhyliuUJ4iCQNSc48OKRAHkiNXE { color:rgba(var(--color-tertiary-4),1);display:block;width:48.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.0625rem;left:26.75rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#FlfaUapflJ5ahKHyxJPXXqdT02GuLAgd { color:rgba(var(--color-tertiary-4),1);display:block;width:44.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15024;line-height:1.5;letter-spacing:0;top:10.4375rem;left:28.375rem;height:1.875rem;font-style:normal;display:block; }
#EU6LAPyBguOsaJk5lv6lWyvXF7ZFh3hV { position:absolute;display:block;z-index:15024;background-color:#00805d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:0.625rem;top:5.8125rem;left:26.875rem;display:block; }
#yner2HoXUeNX1cDJ34BpHymAArTZgwSm { color:rgba(var(--color-tertiary-4),1);display:block;width:44.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15026;line-height:1.5;letter-spacing:0;top:13.625rem;left:28.375rem;height:1.875rem;font-style:normal;display:block; }
#fdsBA9QzCsy1KQDC8qHMvpMkmNuqLwkG { position:absolute;display:block;z-index:15026;background-color:#00805d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:0.625rem;top:11.125rem;left:26.875rem;display:block; }
#ilpdFxuZoBBGIdIwltwqFrEKCRECq3A4 { color:rgba(var(--color-tertiary-4),1);display:block;width:44.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15030;line-height:1.5;letter-spacing:0;top:19rem;left:28.375rem;height:3.75rem;font-style:normal;display:block; }
#V96rcDTTifRWOa5hdcixETPCOqHXnylT { color:rgba(var(--color-tertiary-4),1);display:block;width:44.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15028;line-height:1.5;letter-spacing:0;top:16.25rem;left:28.375rem;height:1.875rem;font-style:normal;display:block; }
#mdNVTo66b58XTeWDcryEWu0KnLxHq5uh { position:absolute;display:block;z-index:15028;background-color:#00805d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:0.625rem;top:14.125rem;left:26.875rem;display:block; }
#GfvgE7nSiD5mpZu5ew4JxJKGtgMS3R7f { position:absolute;display:block;z-index:15030;background-color:#00805d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:0.625rem;top:16.9375rem;left:26.875rem;display:block; }
#OGvBR1I4KBUPmnHhdxyRMrp3CURdXKW1 { position:absolute;display:block;z-index:15032;background-color:#00805d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:0.625rem;top:23.6875rem;left:26.875rem;display:block; }
#zH0LmbiQUMpkMdaJpNNVTmDTeTRzqISU { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:5rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:27.5625rem;left:26.875rem;display:block; }
#aMupqcNXOzyMFoVnulX49XOLNA3qaFie { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iNWbcS0nky15WTwaAQTfmH0eXQOzEUSE { color:rgba(var(--color-tertiary-4),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:33.25rem;left:26.78125rem;height:1.4375rem;display:block; }
#szUrIDSyPFkIl3UJnin8la7L7DbMbnAA { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.9375rem;width:26.6875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#Gg2eGFQRN6hHgxtTiE9he52HVBaIJEuI { position:absolute;display:block;z-index:15025;background-color:#00805d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:0.625rem;top:8.5rem;left:26.875rem;display:block; }
#r6ChVSxwnzl6dOwlncTGkUnlaKK2UWm7 { color:rgba(var(--color-tertiary-4),1);display:block;width:44.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15025;line-height:1.5;letter-spacing:0;top:5.1875rem;left:28.34375rem;height:1.875rem;font-style:normal;display:block; }
#cFA7QQFLmvxntvXHLGTJ4Q6HGnAm7KUr { color:rgba(var(--color-tertiary-4),1);display:block;width:44.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15025;line-height:1.5;letter-spacing:0;top:7.875rem;left:28.34375rem;height:1.875rem;font-style:normal;display:block; }
#qGJsrB7FMXdgzEkv6d3m5LyuIbmoK8Pg { position:absolute;display:block;z-index:15031;background-color:#00805d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:0.625rem;top:19.5625rem;left:27rem;display:block; }
#vSysQEMSs239CrccbrsK2dMy4amWDicx { position:absolute;display:block;z-index:15032;background-color:#00805d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:0.625rem;top:23.6875rem;left:26.875rem;display:none; }
#vMqstvxhtpFzxrWHMxC1K1IfUrroPprO { color:rgba(var(--color-tertiary-4),1);display:block;width:44.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15030;line-height:1.5;letter-spacing:0;top:12rem;left:28.375rem;height:3.75rem;font-style:normal;display:none; }
#PA1FALNH8rhJN01XT3Ghm2RnFrxLQ21K { color:rgba(var(--color-tertiary-4),1);display:block;width:44.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15031;line-height:1.5;letter-spacing:0;top:22.75rem;left:28.28125rem;height:3.75rem;font-style:normal;display:block; }
#zQ1b7kvg49amFeiP3N0QyOMi8ue1BHS0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zQ1b7kvg49amFeiP3N0QyOMi8ue1BHS0 > .row .container { background-color: transparent; background-image: none; }#zQ1b7kvg49amFeiP3N0QyOMi8ue1BHS0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQ1b7kvg49amFeiP3N0QyOMi8ue1BHS0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQ1b7kvg49amFeiP3N0QyOMi8ue1BHS0 > .row .container > .video-iframe-container { display: none; }#zQ1b7kvg49amFeiP3N0QyOMi8ue1BHS0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQ1b7kvg49amFeiP3N0QyOMi8ue1BHS0 > .row > .video-iframe-container { display: none; }#zQ1b7kvg49amFeiP3N0QyOMi8ue1BHS0 > .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); }#zQ1b7kvg49amFeiP3N0QyOMi8ue1BHS0 > .row .container { border-width: 0; border-radius: 0; }#zQ1b7kvg49amFeiP3N0QyOMi8ue1BHS0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zQ1b7kvg49amFeiP3N0QyOMi8ue1BHS0 > .row .container { font-size:0.875rem;font-family:arial;height:9.8125rem;width:75rem;position:relative;display:block; }#EsXEJxn5HUg08c0DiRbV99EHgkQgbxft { color:#00805d;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:5rem;left:0rem;height:;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; }
#DLByiGgpFo7WTxck95SvDcTHD7mStQQ0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DLByiGgpFo7WTxck95SvDcTHD7mStQQ0 > .row .container { background-color: transparent; background-image: none; }#DLByiGgpFo7WTxck95SvDcTHD7mStQQ0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DLByiGgpFo7WTxck95SvDcTHD7mStQQ0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DLByiGgpFo7WTxck95SvDcTHD7mStQQ0 > .row .container > .video-iframe-container { display: none; }#DLByiGgpFo7WTxck95SvDcTHD7mStQQ0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DLByiGgpFo7WTxck95SvDcTHD7mStQQ0 > .row > .video-iframe-container { display: none; }#DLByiGgpFo7WTxck95SvDcTHD7mStQQ0 > .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); }#DLByiGgpFo7WTxck95SvDcTHD7mStQQ0 > .row .container { border-width: 0; border-radius: 0; }#DLByiGgpFo7WTxck95SvDcTHD7mStQQ0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DLByiGgpFo7WTxck95SvDcTHD7mStQQ0 > .row .container { font-size:0.875rem;font-family:arial;height:53.75rem;width:75rem;position:relative;display:block; }#FZeUZFg6c9FKaGaoQyT719q6q8S5p1Kk { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.5rem;width:25rem;top:2.5rem;left:0rem;display:block; }
#G0KIRe3dZs9dPniRo63MHnILS5lnOkuE { color:rgba(var(--color-tertiary-0),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5rem;left:0.625rem;height:1.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VLG63uA7v7XSc397qeXZKiyGpT6DforH { position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:0.625rem;top:8.375rem;left:1.25rem;display:block; }
#VmWaxvMQRNxzQg1toqskiLZhTMGcw5Ks { color:rgba(var(--color-tertiary-0),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15038;line-height:1.5;letter-spacing:0;top:7.75rem;left:2.5rem;height:3.75rem;font-style:normal;display:block; }
#tKav9sUv7KJiU22ddTmieEcOD39dWX3i { position:absolute;display:block;z-index:15040;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:0.625rem;top:12.9375rem;left:1.25rem;display:block; }
#aSTIBcmHphcLD8LT9VqCmvZlDX2EAE6q { color:rgba(var(--color-tertiary-0),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15040;line-height:1.5;letter-spacing:0;top:12.3125rem;left:2.5rem;height:7.5rem;font-style:normal;display:block; }
#ohGPGH9Gf307LQXyPAqan3sNl21a06qt { position:absolute;display:block;z-index:15040;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:0.625rem;top:16.75rem;left:1.25rem;display:block; }
#zHc4BzpV3PiRJKRli7l1ikKODZwfRz1q { color:rgba(var(--color-tertiary-0),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15044;line-height:1.5;letter-spacing:0;top:19.8125rem;left:2.5rem;height:5.625rem;font-style:normal;display:block; }
#O8Nr20EwfRImwhXmXWrXThQUytkgxNS5 { position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:0.625rem;top:20.5625rem;left:1.25rem;display:block; }
#ENCAuntJo1gTg4SXuVXT08uKbRkHIQWW { color:rgba(var(--color-tertiary-0),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15046;line-height:1.5;letter-spacing:0;top:25.3125rem;left:2.5rem;height:3.75rem;font-style:normal;display:block; }
#uByfdKuMMTMFdCQ3qtoCFzJpIdv16ixh { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:5rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:35.4375rem;left:1.75rem;display:block; }
#ld0yoVeomq6aQ75V3vlk6385PpVeFvFg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BUhcD3TWlXkcF0CoIaEyXboEHwGGkz2T { color:rgba(var(--color-tertiary-0),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:41.125rem;left:1.8125rem;height:1.4375rem;text-align:center;text-align-last:center;display:block; }
#Hr4cxWH6D5aNhz592nePZm88a4fCRVC8 { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.5rem;width:25rem;top:2.5rem;left:50rem;display:block; }
#rFBMLWWnCzypBIpLvPtSRbUUC3tW9b27 { color:rgba(var(--color-tertiary-0),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:41.125rem;left:51.8125rem;height:1.4375rem;text-align:center;text-align-last:center;display:block; }
#tQfkXx4NBlrNlGTgTvESJWLeCPfakVL9 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:5rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:35.25rem;left:51.75rem;display:block; }
#M9TEEZTDrsgIs0gABUsRVWwDdfERdxwW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i3UTqDXSklBHzesTrJyh1RPzzmP5qgow { color:rgba(var(--color-tertiary-0),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15060;line-height:1.5;letter-spacing:0;top:25.3125rem;left:52.5rem;height:3.75rem;font-style:normal;display:block; }
#RPmicVTt4KKlhabRZgAVhIgZeXg61llc { color:rgba(var(--color-tertiary-0),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15058;line-height:1.5;letter-spacing:0;top:19.8125rem;left:52.5rem;height:5.625rem;font-style:normal;display:block; }
#FBXvse5bcHLia65cc9hWPpVJBn9WVoGZ { color:rgba(var(--color-tertiary-0),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15054;line-height:1.5;letter-spacing:0;top:12.3125rem;left:52.5rem;height:7.5rem;font-style:normal;display:block; }
#iKkUtx1ctZWTahnped1A1K3RQHGWT53C { color:rgba(var(--color-tertiary-0),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15052;line-height:1.5;letter-spacing:0;top:7.75rem;left:52.5rem;height:3.75rem;font-style:normal;display:block; }
#GG1bB8rE6mzWOcp0TWJe528uIBT0Tpnv { color:rgba(var(--color-tertiary-0),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:5rem;left:50.625rem;height:1.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aalWkaAg8wovwMgowoGVEtFmNL8E4h4s { position:absolute;display:block;z-index:15052;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:0.625rem;top:8.375rem;left:51.25rem;display:block; }
#A9okVfq6efQwsZrZT81uZsuQux0is5Ng { position:absolute;display:block;z-index:15054;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:0.625rem;top:13.0625rem;left:51.25rem;display:block; }
#CPZDZIVTGm8BG2N5Wzzm493KOFoyebR8 { position:absolute;display:block;z-index:15058;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:0.625rem;top:20.5rem;left:51.25rem;display:block; }
#f2ZDbIntrgZqqvBGOlW8TQ1HJ6xS3nw0 { position:absolute;display:block;z-index:15060;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:0.625rem;top:26.0625rem;left:51.25rem;display:block; }
#DLObsWpeddVCbVTOQ6gUwXQoZ0seA6Bv { color:rgba(var(--color-tertiary-0),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15062;line-height:1.5;letter-spacing:0;top:29.9375rem;left:52.5rem;height:2.25rem;font-style:normal;display:block; }
#lqBq6nkKOT0clTLZbwC7TPKX7K3WpPXN { position:absolute;display:block;z-index:15014;background-color:#00805d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:47.5rem;width:25rem;top:0rem;left:25rem;display:block; }
#RWGIaPKcGm66C0ookH1FaO4PavX7acvE { color:rgba(var(--color-tertiary-0),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:41.4375rem;left:26.8125rem;height:1.4375rem;text-align:center;text-align-last:center;display:block; }
#W2uT5kcVcWQPK2iyvLNMRQ3n9gAmI4tH { color:rgba(var(--color-tertiary-0),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15058;line-height:1.5;letter-spacing:0;top:19.8125rem;left:27.5rem;height:5.625rem;font-style:normal;display:block; }
#yq2aXXEcmLuDBGB1N52vwyt7d9Oe69vx { color:rgba(var(--color-tertiary-0),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15060;line-height:1.5;letter-spacing:0;top:25.3125rem;left:27.5rem;height:3.75rem;font-style:normal;display:block; }
#NtGbRLKoKSCkVEIaSOHhLx5kFcvvZ5PG { color:rgba(var(--color-tertiary-0),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15054;line-height:1.5;letter-spacing:0;top:12.3125rem;left:27.5rem;height:7.5rem;font-style:normal;display:block; }
#CVefVGX9eZAi5BeCb0h5iOuwShmvWwTL { color:rgba(var(--color-tertiary-0),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15052;line-height:1.5;letter-spacing:0;top:7.75rem;left:27.5rem;height:3.75rem;font-style:normal;display:block; }
#S55PgtQi81Aq52P7dqB18CXOdC3y1IfO { color:rgba(var(--color-tertiary-0),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:2.5rem;left:25.625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DEFDyf8CLnie7LGkDyszC96XTJmt0Cxx { position:absolute;display:block;z-index:15052;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:0.625rem;top:8.375rem;left:26.25rem;display:block; }
#JxbsERGhBFZToCDhy8WbfP5Nq6ySBnie { position:absolute;display:block;z-index:15054;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:0.625rem;top:13rem;left:26.25rem;display:block; }
#wHnKZT12PL2GWincCNsLif1pvK9bBB5C { position:absolute;display:block;z-index:15058;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:0.625rem;top:20.5rem;left:26.25rem;display:block; }
#ZG8uVeqJaFqEpZBU6Q23dsF7FhfvqUM4 { position:absolute;display:block;z-index:15060;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:0.625rem;top:26.0625rem;left:26.25rem;display:block; }
#OZcX042TmTVxVQKxtm12Ca0NgAZEXyoT { color:rgba(var(--color-tertiary-4),0);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15064;line-height:1.5;letter-spacing:0;top:29.75rem;left:27.5625rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pBK4OxCK992AHfM7Glz4g7l0bzeeADa5 { color:rgba(var(--color-tertiary-0),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:4.75rem;left:25.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e4dVCKuJJOq4x2kWfRamVTwxIGoFQNGf { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f6f0ec;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:5rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:35.3125rem;left:26.875rem;display:block; }
#v0eG7xaKTM54cXtCToa8QTFVGtrUrtP3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rNK6BJJBD6DneW5TJSXLwNW9WTiwUTAk { position:absolute;display:block;z-index:15045;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:0.625rem;top:26rem;left:1.3125rem;display:block; }
#IZNr2DIXaXzI70lkIIcSH41Qh3ZJpuhT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#IZNr2DIXaXzI70lkIIcSH41Qh3ZJpuhT > .row .container { background-color: transparent; background-image: none; }#IZNr2DIXaXzI70lkIIcSH41Qh3ZJpuhT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IZNr2DIXaXzI70lkIIcSH41Qh3ZJpuhT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IZNr2DIXaXzI70lkIIcSH41Qh3ZJpuhT > .row .container > .video-iframe-container { display: none; }#IZNr2DIXaXzI70lkIIcSH41Qh3ZJpuhT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IZNr2DIXaXzI70lkIIcSH41Qh3ZJpuhT > .row > .video-iframe-container { display: none; }#IZNr2DIXaXzI70lkIIcSH41Qh3ZJpuhT > .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); }#IZNr2DIXaXzI70lkIIcSH41Qh3ZJpuhT > .row .container { border-width: 0; border-radius: 0; }#IZNr2DIXaXzI70lkIIcSH41Qh3ZJpuhT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IZNr2DIXaXzI70lkIIcSH41Qh3ZJpuhT > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;position:relative;display:block; }#v6OIR4XyC9TJ8WGIROTqwTl7JOM9vGP8 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:6.25rem;left:0rem;height:2.625rem;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; }
#FtOysptBMQRqTLH6yVne6z64DLw9nqdA { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15029;line-height:1.5;letter-spacing:0;top:8.875rem;left:0rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rRpoND63PWA3sKy5TJp9pR97etC3zHlk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#rRpoND63PWA3sKy5TJp9pR97etC3zHlk > .row .container { background-color: transparent; background-image: none; }#rRpoND63PWA3sKy5TJp9pR97etC3zHlk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rRpoND63PWA3sKy5TJp9pR97etC3zHlk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rRpoND63PWA3sKy5TJp9pR97etC3zHlk > .row .container > .video-iframe-container { display: none; }#rRpoND63PWA3sKy5TJp9pR97etC3zHlk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rRpoND63PWA3sKy5TJp9pR97etC3zHlk > .row > .video-iframe-container { display: none; }#rRpoND63PWA3sKy5TJp9pR97etC3zHlk > .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); }#rRpoND63PWA3sKy5TJp9pR97etC3zHlk > .row .container { border-width: 0; border-radius: 0; }#rRpoND63PWA3sKy5TJp9pR97etC3zHlk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rRpoND63PWA3sKy5TJp9pR97etC3zHlk > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:block; }#Af0nWdcWTso7cLidZ5UBKxud3hBgbVh9 { box-sizing:content-box;color:#00805d;font-size:2.8125rem;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:block;z-index:15000;top:1.6875rem;left:0rem;display:block; }
#G2Zoz8y3L1URxZtgVHTskSy2TVK0QfAm { color:rgba(var(--color-tertiary-4),1);display:block;width:73.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15030;line-height:1.6;letter-spacing:0;top:5.8125rem;left:0.625rem;height:14rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#IKFS3qOdw5GVVRwCuv6sSkum68R7lPiH { color:rgba(var(--color-tertiary-4),1);display:block;width:73.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15031;line-height:1.6;letter-spacing:0;top:19.8125rem;left:0.71875rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bZ0hMuuRlrpORZnXgmGHLQiwD6qmFMF0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#bZ0hMuuRlrpORZnXgmGHLQiwD6qmFMF0 > .row .container { background-color: transparent; background-image: none; }#bZ0hMuuRlrpORZnXgmGHLQiwD6qmFMF0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bZ0hMuuRlrpORZnXgmGHLQiwD6qmFMF0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bZ0hMuuRlrpORZnXgmGHLQiwD6qmFMF0 > .row .container > .video-iframe-container { display: none; }#bZ0hMuuRlrpORZnXgmGHLQiwD6qmFMF0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bZ0hMuuRlrpORZnXgmGHLQiwD6qmFMF0 > .row > .video-iframe-container { display: none; }#bZ0hMuuRlrpORZnXgmGHLQiwD6qmFMF0 > .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); }#bZ0hMuuRlrpORZnXgmGHLQiwD6qmFMF0 > .row .container { border-width: 0; border-radius: 0; }#bZ0hMuuRlrpORZnXgmGHLQiwD6qmFMF0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bZ0hMuuRlrpORZnXgmGHLQiwD6qmFMF0 > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:block; }#g5b11fvKEJAx9XSbt6RuppRakq7olA26 { box-sizing:content-box;color:#00805d;font-size:2.8125rem;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:block;z-index:15000;top:1.6875rem;left:0rem;display:block; }
#moxwR3v0SHs3HhbkESRhXACdQI9Z9lmv { color:rgba(var(--color-tertiary-4),1);display:block;width:73.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15030;line-height:1.6;letter-spacing:0;top:5.8125rem;left:0.625rem;height:15.75rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#DeVR9rVMdTP6V4T5vlhBDHALSS0aJiHN { color:rgba(var(--color-tertiary-4),1);display:block;width:73.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15031;line-height:1.6;letter-spacing:0;top:21.6875rem;left:0.71875rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kZ3fgeUWqaCLefPHzH3x92ol7Au6dHiP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#kZ3fgeUWqaCLefPHzH3x92ol7Au6dHiP > .row .container { background-color: transparent; background-image: none; }#kZ3fgeUWqaCLefPHzH3x92ol7Au6dHiP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZ3fgeUWqaCLefPHzH3x92ol7Au6dHiP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZ3fgeUWqaCLefPHzH3x92ol7Au6dHiP > .row .container > .video-iframe-container { display: none; }#kZ3fgeUWqaCLefPHzH3x92ol7Au6dHiP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZ3fgeUWqaCLefPHzH3x92ol7Au6dHiP > .row > .video-iframe-container { display: none; }#kZ3fgeUWqaCLefPHzH3x92ol7Au6dHiP > .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); }#kZ3fgeUWqaCLefPHzH3x92ol7Au6dHiP > .row .container { border-width: 0; border-radius: 0; }#kZ3fgeUWqaCLefPHzH3x92ol7Au6dHiP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kZ3fgeUWqaCLefPHzH3x92ol7Au6dHiP > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:block; }#xvSVsuLOUUGWDBTORGIbsR2EhO2pO7ak { box-sizing:content-box;color:#00805d;font-size:2.8125rem;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:block;z-index:15000;top:2.9375rem;left:0rem;display:block; }
#kKyom5xZVdOA4GGfRDxz55cshJkNBFaT { color:rgba(var(--color-tertiary-4),1);display:block;width:73.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15030;line-height:1.6;letter-spacing:0;top:7.0625rem;left:0.625rem;height:7rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#MV3rKwtuLDRlZDTtZa7TT7JGaDKuRhN7 { color:rgba(var(--color-tertiary-4),1);display:block;width:73.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15031;line-height:1.6;letter-spacing:0;top:14.0625rem;left:0.625rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oLmCnCTl05BhvPUd6L2w3pQ9ox20COlg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#oLmCnCTl05BhvPUd6L2w3pQ9ox20COlg > .row .container { background-color: transparent; background-image: none; }#oLmCnCTl05BhvPUd6L2w3pQ9ox20COlg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oLmCnCTl05BhvPUd6L2w3pQ9ox20COlg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oLmCnCTl05BhvPUd6L2w3pQ9ox20COlg > .row .container > .video-iframe-container { display: none; }#oLmCnCTl05BhvPUd6L2w3pQ9ox20COlg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oLmCnCTl05BhvPUd6L2w3pQ9ox20COlg > .row > .video-iframe-container { display: none; }#oLmCnCTl05BhvPUd6L2w3pQ9ox20COlg > .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); }#oLmCnCTl05BhvPUd6L2w3pQ9ox20COlg > .row .container { border-width: 0; border-radius: 0; }#oLmCnCTl05BhvPUd6L2w3pQ9ox20COlg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oLmCnCTl05BhvPUd6L2w3pQ9ox20COlg > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:block; }#XlULTT7CuCU6Vs87ilicb2mBAqBH4V9w { box-sizing:content-box;color:#00805d;font-size:2.8125rem;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:block;z-index:15000;top:2.9375rem;left:0rem;display:block; }
#DoTF3FTvoUDcCV5aKBT6IbsFuvHSfpXy { color:rgba(var(--color-tertiary-4),1);display:block;width:73.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15030;line-height:1.6;letter-spacing:0;top:7.0625rem;left:0.625rem;height:7rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#K81DnXQXHL1WtgZiICb33FGenwvnsSoz { color:rgba(var(--color-tertiary-4),1);display:block;width:73.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15031;line-height:1.6;letter-spacing:0;top:14.0625rem;left:0.625rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vd8aR5A0K6FMb9IQCZiHMTTwbTLq7l3v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#vd8aR5A0K6FMb9IQCZiHMTTwbTLq7l3v > .row .container { background-color: transparent; background-image: none; }#vd8aR5A0K6FMb9IQCZiHMTTwbTLq7l3v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vd8aR5A0K6FMb9IQCZiHMTTwbTLq7l3v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vd8aR5A0K6FMb9IQCZiHMTTwbTLq7l3v > .row .container > .video-iframe-container { display: none; }#vd8aR5A0K6FMb9IQCZiHMTTwbTLq7l3v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vd8aR5A0K6FMb9IQCZiHMTTwbTLq7l3v > .row > .video-iframe-container { display: none; }#vd8aR5A0K6FMb9IQCZiHMTTwbTLq7l3v > .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); }#vd8aR5A0K6FMb9IQCZiHMTTwbTLq7l3v > .row .container { border-width: 0; border-radius: 0; }#vd8aR5A0K6FMb9IQCZiHMTTwbTLq7l3v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vd8aR5A0K6FMb9IQCZiHMTTwbTLq7l3v > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:block; }#C15erEv1mdThWzytwoZ8MFoZcVaTM6tJ { box-sizing:content-box;color:#00805d;font-size:2.8125rem;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:block;z-index:15000;top:2.9375rem;left:0rem;display:block; }
#U85EQGDnu4UR3PgCrw3rcy9R39J80CwW { color:rgba(var(--color-tertiary-4),1);display:block;width:73.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15030;line-height:1.6;letter-spacing:0;top:7.0625rem;left:0.625rem;height:7rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#sJ1BOdhRMaui1qmctq3dlhp4AFqbaLlr { color:rgba(var(--color-tertiary-4),1);display:block;width:73.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15031;line-height:1.6;letter-spacing:0;top:14.0625rem;left:0.625rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ce13pUyelXnpAL7ow1sC9bTTLVymB5qx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#Ce13pUyelXnpAL7ow1sC9bTTLVymB5qx > .row .container { background-color: transparent; background-image: none; }#Ce13pUyelXnpAL7ow1sC9bTTLVymB5qx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ce13pUyelXnpAL7ow1sC9bTTLVymB5qx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ce13pUyelXnpAL7ow1sC9bTTLVymB5qx > .row .container > .video-iframe-container { display: none; }#Ce13pUyelXnpAL7ow1sC9bTTLVymB5qx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ce13pUyelXnpAL7ow1sC9bTTLVymB5qx > .row > .video-iframe-container { display: none; }#Ce13pUyelXnpAL7ow1sC9bTTLVymB5qx > .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); }#Ce13pUyelXnpAL7ow1sC9bTTLVymB5qx > .row .container { border-width: 0; border-radius: 0; }#Ce13pUyelXnpAL7ow1sC9bTTLVymB5qx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ce13pUyelXnpAL7ow1sC9bTTLVymB5qx > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:block; }#XdZHIRTEs5bRCMR9vbRfJAy4VIdl26Kb { box-sizing:content-box;color:#00805d;font-size:2.8125rem;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:block;z-index:15000;top:2.9375rem;left:0rem;display:block; }
#JcgBeTSGInLnMJTAvCzvwCsBA7rc8n9N { color:rgba(var(--color-tertiary-4),1);display:block;width:73.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15030;line-height:1.6;letter-spacing:0;top:7.0625rem;left:0.625rem;height:5.25rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#gViaqdbhepLNOttq310GazsIDC287HwQ { color:rgba(var(--color-tertiary-4),1);display:block;width:73.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15031;line-height:1.6;letter-spacing:0;top:12.875rem;left:0.625rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HkG1SQAvoRrqCH2h6VrC3qHpF1eb4XN6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#HkG1SQAvoRrqCH2h6VrC3qHpF1eb4XN6 > .row .container { background-color: transparent; background-image: none; }#HkG1SQAvoRrqCH2h6VrC3qHpF1eb4XN6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HkG1SQAvoRrqCH2h6VrC3qHpF1eb4XN6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HkG1SQAvoRrqCH2h6VrC3qHpF1eb4XN6 > .row .container > .video-iframe-container { display: none; }#HkG1SQAvoRrqCH2h6VrC3qHpF1eb4XN6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HkG1SQAvoRrqCH2h6VrC3qHpF1eb4XN6 > .row > .video-iframe-container { display: none; }#HkG1SQAvoRrqCH2h6VrC3qHpF1eb4XN6 > .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); }#HkG1SQAvoRrqCH2h6VrC3qHpF1eb4XN6 > .row .container { border-width: 0; border-radius: 0; }#HkG1SQAvoRrqCH2h6VrC3qHpF1eb4XN6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HkG1SQAvoRrqCH2h6VrC3qHpF1eb4XN6 > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:block; }#hMbPTTHFgMX7WSuID5hrodSkaJQpr089 { box-sizing:content-box;color:#00805d;font-size:2.8125rem;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:block;z-index:15000;top:2.9375rem;left:0rem;display:block; }
#RdRPLvRi5fi0XnBlnP9lSNF1vvIAfc3z { color:rgba(var(--color-tertiary-4),1);display:block;width:73.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15030;line-height:1.6;letter-spacing:0;top:7.0625rem;left:0.625rem;height:7rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#oS1bAPUreS52SUr7n3Bs2xHPrVAiKB6D { color:rgba(var(--color-tertiary-4),1);display:block;width:73.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15031;line-height:1.6;letter-spacing:0;top:15.375rem;left:0.625rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wUwsJ6Rm2XrdfbELTRTcCl4aEz1yo4dn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#wUwsJ6Rm2XrdfbELTRTcCl4aEz1yo4dn > .row .container { background-color: transparent; background-image: none; }#wUwsJ6Rm2XrdfbELTRTcCl4aEz1yo4dn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wUwsJ6Rm2XrdfbELTRTcCl4aEz1yo4dn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wUwsJ6Rm2XrdfbELTRTcCl4aEz1yo4dn > .row .container > .video-iframe-container { display: none; }#wUwsJ6Rm2XrdfbELTRTcCl4aEz1yo4dn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wUwsJ6Rm2XrdfbELTRTcCl4aEz1yo4dn > .row > .video-iframe-container { display: none; }#wUwsJ6Rm2XrdfbELTRTcCl4aEz1yo4dn > .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); }#wUwsJ6Rm2XrdfbELTRTcCl4aEz1yo4dn > .row .container { border-width: 0; border-radius: 0; }#wUwsJ6Rm2XrdfbELTRTcCl4aEz1yo4dn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wUwsJ6Rm2XrdfbELTRTcCl4aEz1yo4dn > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:block; }#GnFAug0v0nwtFtftVWWSEkrMZmteDfTs { box-sizing:content-box;color:#00805d;font-size:2.8125rem;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:block;z-index:15000;top:2.9375rem;left:0rem;display:block; }
#VO8zrAS5BiNe5Q7h3049rfldIptBHRbh { color:rgba(var(--color-tertiary-4),1);display:block;width:73.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15030;line-height:1.6;letter-spacing:0;top:7.0625rem;left:0.625rem;height:5.25rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#OeTTp6KDuX9SSu20Pl9TFUtvDi4TFzrp { color:rgba(var(--color-tertiary-4),1);display:block;width:73.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15031;line-height:1.6;letter-spacing:0;top:13.0625rem;left:0.625rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AmIC6uxdd1xbNDN6ZHc0QqdfvL8Hzx1x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#AmIC6uxdd1xbNDN6ZHc0QqdfvL8Hzx1x > .row .container { background-color: transparent; background-image: none; }#AmIC6uxdd1xbNDN6ZHc0QqdfvL8Hzx1x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AmIC6uxdd1xbNDN6ZHc0QqdfvL8Hzx1x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AmIC6uxdd1xbNDN6ZHc0QqdfvL8Hzx1x > .row .container > .video-iframe-container { display: none; }#AmIC6uxdd1xbNDN6ZHc0QqdfvL8Hzx1x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AmIC6uxdd1xbNDN6ZHc0QqdfvL8Hzx1x > .row > .video-iframe-container { display: none; }#AmIC6uxdd1xbNDN6ZHc0QqdfvL8Hzx1x > .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); }#AmIC6uxdd1xbNDN6ZHc0QqdfvL8Hzx1x > .row .container { border-width: 0; border-radius: 0; }#AmIC6uxdd1xbNDN6ZHc0QqdfvL8Hzx1x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AmIC6uxdd1xbNDN6ZHc0QqdfvL8Hzx1x > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;position:relative;display:block; }#L7ZHac7koCVofrmluRSRbGfDM9huKCZi { position:absolute;display:block;z-index:15001;height:2.625rem;width:20rem;top:0rem;left:27.5rem;display:block; }
#IBAry5C96bNHJFZClwInMlkQuqSfnl50 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IBAry5C96bNHJFZClwInMlkQuqSfnl50 > .row .container { background-color: transparent; background-image: none; }#IBAry5C96bNHJFZClwInMlkQuqSfnl50::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IBAry5C96bNHJFZClwInMlkQuqSfnl50 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IBAry5C96bNHJFZClwInMlkQuqSfnl50 > .row .container > .video-iframe-container { display: none; }#IBAry5C96bNHJFZClwInMlkQuqSfnl50 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IBAry5C96bNHJFZClwInMlkQuqSfnl50 > .row > .video-iframe-container { display: none; }#IBAry5C96bNHJFZClwInMlkQuqSfnl50 > .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); }#IBAry5C96bNHJFZClwInMlkQuqSfnl50 > .row .container { border-width: 0; border-radius: 0; }#IBAry5C96bNHJFZClwInMlkQuqSfnl50 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IBAry5C96bNHJFZClwInMlkQuqSfnl50 > .row .container { font-size:0.875rem;font-family:arial;height:89.3125rem;width:75rem;position:relative;display:block; }#lI5ipE8JItzx72kg1G2h2hcZwo83UkhT { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:16.4375rem;left:0rem;height:2.625rem;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; }
#T2WHcNFygM13kGqsMx7xna4pT5IzlDIo { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9375rem;width:8.9375rem;top:6.25rem;left:33.03125rem;overflow:hidden;display:block; }
#MthTQCBbh0DpDF2R6dU0sBi9CwhihvdD { color:rgba(var(--color-tertiary-4),1);display:block;width:73.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15033;line-height:1.6;letter-spacing:0;top:19.875rem;left:1.75rem;height:68rem;font-style:normal;display:block; }
#URuBKQq6qPgl6TdIiMTlw7StDCHgyfbQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#URuBKQq6qPgl6TdIiMTlw7StDCHgyfbQ > .row .container { background-color: transparent; background-image: none; }#URuBKQq6qPgl6TdIiMTlw7StDCHgyfbQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#URuBKQq6qPgl6TdIiMTlw7StDCHgyfbQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#URuBKQq6qPgl6TdIiMTlw7StDCHgyfbQ > .row .container > .video-iframe-container { display: none; }#URuBKQq6qPgl6TdIiMTlw7StDCHgyfbQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#URuBKQq6qPgl6TdIiMTlw7StDCHgyfbQ > .row > .video-iframe-container { display: none; }#URuBKQq6qPgl6TdIiMTlw7StDCHgyfbQ > .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); }#URuBKQq6qPgl6TdIiMTlw7StDCHgyfbQ > .row .container { border-width: 0; border-radius: 0; }#URuBKQq6qPgl6TdIiMTlw7StDCHgyfbQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#URuBKQq6qPgl6TdIiMTlw7StDCHgyfbQ > .row .container { font-size:0.875rem;font-family:arial;height:2.4375rem;width:75rem;position:relative;display:block; }#lXFApgTslIao0NhKP8ymFnGnOABUKvER { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lXFApgTslIao0NhKP8ymFnGnOABUKvER > .row .container { background-color: transparent; background-image: none; }#lXFApgTslIao0NhKP8ymFnGnOABUKvER::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lXFApgTslIao0NhKP8ymFnGnOABUKvER > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lXFApgTslIao0NhKP8ymFnGnOABUKvER > .row .container > .video-iframe-container { display: none; }#lXFApgTslIao0NhKP8ymFnGnOABUKvER > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lXFApgTslIao0NhKP8ymFnGnOABUKvER > .row > .video-iframe-container { display: none; }#lXFApgTslIao0NhKP8ymFnGnOABUKvER > .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); }#lXFApgTslIao0NhKP8ymFnGnOABUKvER > .row .container { border-width: 0; border-radius: 0; }#lXFApgTslIao0NhKP8ymFnGnOABUKvER > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lXFApgTslIao0NhKP8ymFnGnOABUKvER > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#eeM04s91m8orU3nOwK1dQZrnOno8PizA { color:rgba(var(--color-tertiary-4),1);display:block;width:30.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.4;letter-spacing:0;top:0.25rem;left:22.28125rem;height:2.625rem;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; }
#WtIJgSXNqcOmg8lAS82rNqwkkP9rih3e { color:rgba(var(--color-tertiary-4),1);display:block;width:73.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.6;letter-spacing:0;top:4.0625rem;left:1.375rem;height:16rem;font-style:normal;display:block; }
#CF1Wm2TvRTyoAOHHSeKigoJM4VtA4KQk { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:0rem;left:29.375rem;display:block; }
#F8yAfX4FLC3Pw5U11pGm33y2H76sALqd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#F8yAfX4FLC3Pw5U11pGm33y2H76sALqd > .row .container { background-color: transparent; background-image: none; }#F8yAfX4FLC3Pw5U11pGm33y2H76sALqd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F8yAfX4FLC3Pw5U11pGm33y2H76sALqd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F8yAfX4FLC3Pw5U11pGm33y2H76sALqd > .row .container > .video-iframe-container { display: none; }#F8yAfX4FLC3Pw5U11pGm33y2H76sALqd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F8yAfX4FLC3Pw5U11pGm33y2H76sALqd > .row > .video-iframe-container { display: none; }#F8yAfX4FLC3Pw5U11pGm33y2H76sALqd > .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); }#F8yAfX4FLC3Pw5U11pGm33y2H76sALqd > .row .container { border-width: 0; border-radius: 0; }#F8yAfX4FLC3Pw5U11pGm33y2H76sALqd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F8yAfX4FLC3Pw5U11pGm33y2H76sALqd > .row .container { font-size:0.875rem;font-family:arial;height:48.75rem;width:75rem;position:relative;display:block; }#i9kTHvMSx8RJBlOWTEwAv8LoOwT5KL4m { color:rgba(var(--color-tertiary-4),1);display:block;width:73.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15000;line-height:1.6;letter-spacing:0;top:0.875rem;left:1.09375rem;height:2rem;font-style:normal;display:block; }
#sXRg6dwvVzxtVX2MkcOgRD2TzHZJkp32 { color:rgba(var(--color-tertiary-4),1);display:block;width:73.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.6;letter-spacing:0;top:26.8125rem;left:1.0625rem;height:2rem;font-style:normal;display:block; }
#g8uTfvehikGpV2UIDH6wv6OZbDNSrTrK { 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:17.8125rem;width:17.8125rem;top:30.125rem;left:29.15625rem;overflow:hidden;display:block; }
#U462gmA4FFTbrnzL7iJp5aG3KAeuvRIR { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:5rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:35.1875rem;left:17.34375rem;display:block; }
#LnkxMTJkAEhIi6bW4LpTcTEUAuQpTu4V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l22zfubucgIz40iUnlM0CImU95pOAJ7b { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:3.7489452362061rem;left:17.5rem;display:block; }
#o7oiFJkgCDaQmFB3InNlRmRnD4HaVThr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#o7oiFJkgCDaQmFB3InNlRmRnD4HaVThr > .row .container { background-color: transparent; background-image: none; }#o7oiFJkgCDaQmFB3InNlRmRnD4HaVThr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o7oiFJkgCDaQmFB3InNlRmRnD4HaVThr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o7oiFJkgCDaQmFB3InNlRmRnD4HaVThr > .row .container > .video-iframe-container { display: none; }#o7oiFJkgCDaQmFB3InNlRmRnD4HaVThr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o7oiFJkgCDaQmFB3InNlRmRnD4HaVThr > .row > .video-iframe-container { display: none; }#o7oiFJkgCDaQmFB3InNlRmRnD4HaVThr > .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); }#o7oiFJkgCDaQmFB3InNlRmRnD4HaVThr > .row .container { border-width: 0; border-radius: 0; }#o7oiFJkgCDaQmFB3InNlRmRnD4HaVThr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o7oiFJkgCDaQmFB3InNlRmRnD4HaVThr > .row .container { font-size:0.875rem;font-family:arial;height:11.75rem;width:75rem;position:relative;display:block; }#dWszsAh5eLJ9GRuvF2QqklFpGFmPJCOA { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:6.25rem;left:0rem;height:2.625rem;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; }
#c4deGm7vX3O3zIIA8kvg5hiWuhDZJBVk { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15029;line-height:1.5;letter-spacing:0;top:8.875rem;left:0rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tc3ygcurZJfQoevIctdqPx6zlnpc1iCu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#tc3ygcurZJfQoevIctdqPx6zlnpc1iCu > .row .container { background-color: transparent; background-image: none; }#tc3ygcurZJfQoevIctdqPx6zlnpc1iCu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tc3ygcurZJfQoevIctdqPx6zlnpc1iCu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tc3ygcurZJfQoevIctdqPx6zlnpc1iCu > .row .container > .video-iframe-container { display: none; }#tc3ygcurZJfQoevIctdqPx6zlnpc1iCu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tc3ygcurZJfQoevIctdqPx6zlnpc1iCu > .row > .video-iframe-container { display: none; }#tc3ygcurZJfQoevIctdqPx6zlnpc1iCu > .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); }#tc3ygcurZJfQoevIctdqPx6zlnpc1iCu > .row .container { border-width: 0; border-radius: 0; }#tc3ygcurZJfQoevIctdqPx6zlnpc1iCu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tc3ygcurZJfQoevIctdqPx6zlnpc1iCu > .row .container { font-size:0.875rem;font-family:arial;height:50.5625rem;width:75rem;position:relative;display:block; }#vVIDVZWdB5zbD9QSWlTD7CEL3de4pdXN { position:absolute;display:block;z-index:15000;background-color:#b3db1b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.8125rem;width:27.8125rem;top:3.25rem;left:23.625rem;display:block; }
#Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1 .widget-form-header {  }
#Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:22.8125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1 .widget-input-text { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.8125rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;font-weight:700;font-style:normal; }
#Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1 .widget-textarea { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.8125rem;box-sizing:border-box;height:6.25rem;color:#161616;font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;font-weight:700;font-style:normal; }
#Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.8125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1 .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#00805d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#f2f9ff;width:22.8125rem;height:4.0625rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1 [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal; }
#Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1 [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal; }
#Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1 [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal; }
#Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1 [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal; }
#Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:21.5625rem;overflow:hidden;font-style:normal; }
#Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1 .widget-container:first-of-type{padding-top:0;}#Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1 .widget-container:last-of-type{padding-bottom:0;}#Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15001;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:4.0625rem;left:24.875rem; }
#Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.8125rem;display:block;vertical-align:top; }
#Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1 .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1 {display:block;}#Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15001;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:4.0625rem;left:24.875rem; }
#Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1 #BHIHpXa03N0OgBe7IiByA8VCLSsxamqv { position:relative; }
#Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1 #FhX8D9FyhLTM9DQNRA45r7sUE9e3AZF9 { position:relative;display:none; }
#Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1 #wgDd5tP0i9F3gGhHIf5TezH3exQyW2WP { position:relative; }
#Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1 #uEH2wM6fVxMGHtKNAAx0Htl6rXxaH79W { position:relative; }
#Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1 #AWFEq01WsNUZSNIet4iotPlTyoiyKpfi { position:relative;display:none; }
#Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1 #hXZBLd54bqFAQNxu1GqEeIzQs4v30NkO { position:relative; }
#Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1 #PLEAlxEIuW7BcAxsIN1BpmCdpDmcNQX6 { position:relative; }
#Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1 #bOhXmTJ193w0CGaaW4s1GcygOaHkGMPM { position:relative;display:none; }
#Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1 #XyHTXkIzGDcTKCzuLbuVCpCwVyuM4H45 { position:relative; }
#Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1 #DpLfTA2Ew57FCCFHfP11vAqNBKJoFgXX { position:relative; }
#Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1 #bPDzepFXrQfJBKrKCP37SgX3Bc9IDMin { position:relative;display:none; }
#Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1 #JpIZoNsWMXnxssuXGBXpuw0isFeJ5cQw { position:relative; }
#Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1 #cNHkfIQFhrbmtts7sIalvD70C4CDzJWl { position:relative; }
#Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1 #SnCWIwX0xSCllZRM1GVkDxeTDnD3ByOm { position:relative;z-index:2; }
#Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1 #SaJxAAyekO7bGaXtK5A0yRswD6N8x8bt { position:relative; }
#Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1 #mAaSewHhDZNLB4ZtJdqgSz7SXw3ebJOf { position:relative; }
#Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1 #GP7Sg0npcTcT08RVGFD8Z36q1n496VfU { position:relative; }
#ELwk8abBwEcP49EIZmS35qEg4B9wAkGe { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15030;line-height:1.5;letter-spacing:0;top:35.5625rem;left:0rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#poGBXNd0090S3nv2L5gQc6A5Kk8r2OP2 { box-sizing:content-box;color:#00805d;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15031;top:41.6875rem;left:32.5rem;display:block; }
#R6SKZFVHqD6hMgTTybhlFORTSGG3UlX4 { box-sizing:content-box;color:#00805d;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15032;top:41.6875rem;left:36.5625rem;display:block; }
#JaA8msPyXkNfnG8RpNHqgxr6XlTE4L1E { box-sizing:content-box;color:#00805d;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15033;top:41.75rem;left:40.1875rem;display:block; }
#KN0KfdTW9ViHIQZ3nVduelfNz6a6c9y7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00805d;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; }#KN0KfdTW9ViHIQZ3nVduelfNz6a6c9y7 > .row .container { background-color: transparent; background-image: none; }#KN0KfdTW9ViHIQZ3nVduelfNz6a6c9y7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KN0KfdTW9ViHIQZ3nVduelfNz6a6c9y7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KN0KfdTW9ViHIQZ3nVduelfNz6a6c9y7 > .row .container > .video-iframe-container { display: none; }#KN0KfdTW9ViHIQZ3nVduelfNz6a6c9y7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KN0KfdTW9ViHIQZ3nVduelfNz6a6c9y7 > .row > .video-iframe-container { display: none; }#KN0KfdTW9ViHIQZ3nVduelfNz6a6c9y7 > .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); }#KN0KfdTW9ViHIQZ3nVduelfNz6a6c9y7 > .row .container { border-width: 0; border-radius: 0; }#KN0KfdTW9ViHIQZ3nVduelfNz6a6c9y7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KN0KfdTW9ViHIQZ3nVduelfNz6a6c9y7 > .row .container { font-size:0.875rem;font-family:arial;height:74.1875rem;width:75rem;position:relative;display:block; }#TlvJs3NKoe4WU2Vg4r7bywB6yzmDATnp { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:13.46875rem;left:0rem;height:2.4375rem;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;font-style:normal;display:block; }
#eNcCCkco1ubr2rCJ6dNe2yDnwKhgA6nH { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:12.1875rem;top:6.25rem;left:31.40625rem;overflow:hidden;display:block; }
#HzIn0VBUHuKw3WGNfEnSDPq5TQu7wchh { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:17.5rem;left:0rem;height:28.125rem;font-style:normal;display:block; }
#ABZoFTUUvtLN2CbeekDhdvFx5TduiDZA { position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:0.625rem;top:47.3125rem;left:0rem;display:block; }
#fFBmmHD5w6ilQ3r82Cpk5H5VesMgMfJJ { color:rgba(var(--color-tertiary-0),1);display:block;width:72.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15023;line-height:1.5;letter-spacing:0;top:46.625rem;left:1.25rem;height:5.625rem;font-style:normal;display:block; }
#DTlv2JbswRqWLNpnBiSbve3dCDNdcAkT { color:rgba(var(--color-tertiary-0),1);display:block;width:72.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15025;line-height:1.5;letter-spacing:0;top:53.1875rem;left:1.25rem;height:3.75rem;font-style:normal;display:block; }
#bwS4gC2aoQ0axrQJstRltFRnIqTsSZOE { position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:0.625rem;top:53.875rem;left:0rem;display:block; }
#txCNJHG4y7FnTuhkGbDDQunJID3pSlkf { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15038;line-height:1.5;letter-spacing:0;top:58.125rem;left:0rem;height:3.75rem;font-style:normal;display:block; }
#ItNfxiQu0rLS5XmDnI8hqBpAEF3RlmJZ { color:#b3db1b;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15039;line-height:1.5;letter-spacing:0;top:64.1875rem;left:0rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mE0PMNSCvKN1yWTsT89xawViZ45NxoJb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#mE0PMNSCvKN1yWTsT89xawViZ45NxoJb > .row .container { background-color: transparent; background-image: none; }#mE0PMNSCvKN1yWTsT89xawViZ45NxoJb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mE0PMNSCvKN1yWTsT89xawViZ45NxoJb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mE0PMNSCvKN1yWTsT89xawViZ45NxoJb > .row .container > .video-iframe-container { display: none; }#mE0PMNSCvKN1yWTsT89xawViZ45NxoJb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mE0PMNSCvKN1yWTsT89xawViZ45NxoJb > .row > .video-iframe-container { display: none; }#mE0PMNSCvKN1yWTsT89xawViZ45NxoJb > .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); }#mE0PMNSCvKN1yWTsT89xawViZ45NxoJb > .row .container { border-width: 0; border-radius: 0; }#mE0PMNSCvKN1yWTsT89xawViZ45NxoJb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mE0PMNSCvKN1yWTsT89xawViZ45NxoJb > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#eDrEBTS7nV1g3DN1CMxZem9VVi5aB3nK { color:rgba(var(--color-tertiary-0),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:1.25rem;font-style:normal;display:block; }
#T17V8T4qvnwlSFqwye2GHMBNc2usNulw { color:rgba(var(--color-tertiary-0),1);display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.5rem;left:19.875rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R5u3E87BvuXqhpBNRkGoAUsTbRL9ADQU { color:rgba(var(--color-tertiary-0),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.5rem;left:56.625rem;height:1.25rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#m6ukp3zrcew4VsZ2QZWcWGeIGNFG3cG8 { color:rgba(var(--color-tertiary-0),1);display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.5rem;left:33rem;height:1.25rem;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) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QaxXw7CtX7eK3oPmnWvHcmGBngTk82da { width:9.25rem;height:5rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAlZT1RX1kyoTcGJCwSl9GzUpdscO1w7 { width:4.9375rem;height:3.4375rem;top:1.4375rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZcsalyWuP4SxtoLgSJxqrZw81vhVEMP { display:block; }
 }@media only screen and (max-width: 763px) { #ZZU9N39QUDMPIvIB4sGzZUzLyQoB4HLt { width:4.9375rem;height:3.4375rem;top:1.4375rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCTBnXq8flVvuz1lsRatsBSQP0ObfI26 { display:block; }
 }@media only screen and (max-width: 763px) { #UX98v6yL1ChnycFRkGLCmT2gt9SFScO6 { width:6.0625rem;height:3.4375rem;top:1.4375rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rz79B73akNTTm1tlSNhkigUuhWyHqUIb { display:block; }
 }@media only screen and (max-width: 763px) { #OBfEKoTgeKQlTEg1ToIyOHPX0DCdm9UH { width:4.8125rem;height:3.4375rem;top:1.4375rem;left:36.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPCkrlUNxEpK9oZdozi9LHfoD0UO1Vzw { display:block; }
 }@media only screen and (max-width: 763px) { #Ku01maJKxGPlbVrZ2ZwinvruURbd1k01 { width:5.625rem;height:3.4375rem;top:1.4375rem;left:42rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywQXRJ1cgdVr5iVL4VrCeO9tPk3kVMpV { display:block; }
 }@media only screen and (max-width: 763px) { #fyHmvOmoWKn0a5nLqzI9WOX10AHBRpR9 { width:6.875rem;height:3.4375rem;top:1.375rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEbuiCXP1wXndCiVc1ps61gLCkuJcb5T { display:block; }
 }@media only screen and (max-width: 763px) { #nr3Za0ZQs3vh4ReZIEFhdAEwb68Uqfic { width:5.625rem;height:3.4375rem;top:1.375rem;left:42.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAuevmFqsUh5esCyvhU3QCIQ2BEoFMXL { display:block; }
 }@media only screen and (max-width: 763px) { #NNT8kJtkfeZLPir3JiPpsUMH5N45Dvky { display:block; }#NNT8kJtkfeZLPir3JiPpsUMH5N45Dvky > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nGqmDKmHI6vPI6qxoQTaqyLWq2dKs0mq { display:block; }#nGqmDKmHI6vPI6qxoQTaqyLWq2dKs0mq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nwDGzPBaQcZXJn9K7912GA2hZ4rhdSeZ { width:47.75rem;height:3.25rem;top:3.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsgBTx41hd6kuGGwzB2lRlOOXr1TJwnl { width:47.75rem;height:6rem;top:7.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoHKTzlbNyPibB5gxsGcaAStl3rXN7T7 { width:47.75rem;height:4.625rem;top:13.9375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gasSVJKKO9DnhAlAeLRokhLS86h3LkzE { width:47.75rem;height:2.1875rem;top:19.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGaTnaEi5T4U8VdTMHgKWgoWkqDaTbC8 { width:47.75rem;height:2.375rem;top:22.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jx37XoptipIA4d3pQUB0hGL1i9yA37iJ { width:0.5rem;height:0.5rem;top:26.5rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcX1m1UF1fOWPTawLmmSuTdQ7CpZIx6h { width:47.75rem;height:2rem;top:25.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hygRih0WrAN0fv6BKTUQqJM1TLC5KnN9 { width:47.75rem;height:2rem;top:28.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzvLhl0cPq8hyqAkHiTv8b3xb4CMXgyX { width:0.5rem;height:0.5rem;top:28.9375rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvliJBGZsTFwoviTOThAV99G0B5ruNwQ { width:47.75rem;height:2rem;top:33.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkzmQhPI4TF0RELqoAW5AmklQhHTK85v { width:47.75rem;height:2rem;top:30.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaHA0FtW3U2BUcXINelElG7ZyezasQZc { width:0.5rem;height:0.5rem;top:31.4375rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQR1TlTiEldAH5kgEwy3ldnL3M18DRTx { width:0.5rem;height:0.5rem;top:33.9375rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHLQ5MVoybOqJpOG60IsiUlzAKbNlMo5 { width:47.75rem;height:4rem;top:37.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBEOvZiiJQAQqrs9CVeRdp9wtv6iOayg { width:47.75rem;height:2rem;top:35.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPTLO9HIADnyxTr3xfk2LpMiJcd7EEHI { width:0.5rem;height:0.5rem;top:36.1875rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnF8ouVQ5bnCUmxmQOCTcJ0cykHuauhb { width:0.5rem;height:0.5rem;top:38.625rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TA5nlNXGNznUgSAXQvJwzQhVyvI1ceqx { width:28.1875rem;height:1.9375rem;top:43.3125rem;left:11.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V66zTG7kdIG3x2i0paHwP9iEEfFyDUBs { width:26.75rem;height:36rem;display:none; }
 }@media only screen and (max-width: 763px) { #XwlBzn26GEaRgyLivrmRTITMsuT5oDaT { display:block; }#XwlBzn26GEaRgyLivrmRTITMsuT5oDaT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HROlF600lIEcBxnVZXTL7IhmhOkwTJmX { width:8.9375rem;height:8.9375rem;top:4.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwVyWAEQeIteDkbdQh4gZaHRwd6mPV58 { width:12.5rem;height:1.625rem;top:5.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDvatR0IWm2UFhA0HtoTeEHPzqBWNNWN { width:47.75rem;height:4.5rem;top:8.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7F1kTHZdV4Mzs5w1KptrMMOJoXL6NeX { display:block; }#Z7F1kTHZdV4Mzs5w1KptrMMOJoXL6NeX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cflFXBlvyKZ66I5J3c45KQBmr4rhy2Gl { width:47.75rem;height:5.25rem;top:6.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEX2MI1DkLbHhm7vnphwmAKAUw0eNgt3 { width:47.75rem;height:3.875rem;top:13.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTgCGqEwnU7vMEq0fVOEF19kpxEBn6Uc { width:6.25rem;height:7rem;top:5.875rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxGDO6wngzb8EWRAnXGVetAr6ZoMP0Gl { width:47.75rem;height:3.75rem;top:18.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGFL4HGgadRiksMJVbNDgBCHXukpnhWg { width:47.75rem;height:3.75rem;top:26.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbJJv7vhNs3RbghrZn9Z5VH5D9pT6O19 { width:47.75rem;height:3.75rem;top:37.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUdceB3laJQS2MPvgHM9D7xTM0pMSt3R { width:47.75rem;height:3.75rem;top:31.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #if57DHc14ncXPaBxlVZrlyiyfhJLyUKn { width:47.75rem;height:1.875rem;top:23.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytT64OEh9pEM5WQRTeEBXtxCVxSPFGqs { width:47.75rem;height:3.875rem;top:43.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P02mPBrl2NnUdDD8xcNFDqT4bgnfkduy { width:0.625rem;height:0.625rem;top:49.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxNDJrNRKZsrTpOXdxcI8TOGXs5Mb5yF { width:47.75rem;height:1.875rem;top:48.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioSxNmF0sL5wHVLLrzGIhtTn5BTOOOfk { width:47.75rem;height:1.875rem;top:51.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtGG1NWWP1s3F4CRkoMrI1xfrAQa2hFD { width:0.625rem;height:0.625rem;top:52rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTsSSM2HqJ5PQcNaDGq150VSbf7xz3Ni { width:47.75rem;height:1.875rem;top:54.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uxvrvw5S3P6Z4bwMQO87fvzFdh7sGmxa { width:0.625rem;height:0.625rem;top:54.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyAURyEa1bGLS3Ruee98dmidTgv6qhXu { width:47.75rem;height:1.875rem;top:59.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoogB5cJPkqMeMr1TNB8W4JZNrXpDGWI { width:0.625rem;height:0.625rem;top:60.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNknMulkCBatfTyGooHDawdv25kdFd3V { width:47.75rem;height:1.875rem;top:57.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNd23u3Np2I0gByTIoA9tOIQlGSvC5st { width:0.625rem;height:0.625rem;top:57.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJOezvDud94C3ZpINQLnsCZqKH6gTufD { width:0.625rem;height:0.625rem;top:19rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1tnFGytrCbZgoVdALMykTkn6eUITgtv { width:0.625rem;height:0.625rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAToOBJxtPSXLOT6T7ETqHCzSCblMkTl { width:0.625rem;height:0.625rem;top:27.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6uhBkbiKARtfeep0pCggJSQ4L8aEtZu { width:0.625rem;height:0.625rem;top:32.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAoeMzF0oTkI5xAbs9OGvF5kZBRRdErn { width:0.625rem;height:0.625rem;top:37.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIyOkP0JXJAB3bPGIfSp3uht6sonncgn { display:block; }#MIyOkP0JXJAB3bPGIfSp3uht6sonncgn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LgPXCK71bJkbgmpRMRDna45tp7m4ERIL { width:47.75rem;height:2.625rem;top:6.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCsIEZwd1vTkLniDCcKRMOlglE6KUxRN { display:block; }#wCsIEZwd1vTkLniDCcKRMOlglE6KUxRN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QMQrJJQC2kf8M7GV5KXZiixKvXTua0uI { width:23.75rem;height:1.625rem;top:3rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6Bg2Nt3QAeo1mEvWR6HGpnE41nrtMw6 { width:25rem;height:5.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eepN8qpyFwk6TqHICluC5Qxh5S7CFIwO { width:24.875rem;height:33.6875rem;top:5.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM87VdaeR99MUdQMNh7i2nKoI6PGOTif { width:23.75rem;height:1.9375rem;top:6.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPhRci04aUxXDM0Oclxz6uEgV8NRuHpQ { width:22.125rem;height:4.875rem;top:8.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeF8TnZzJdVxvM1oAXwa7NRm9GO2XQck { width:0.625rem;height:0.625rem;top:9.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sv6KctQZGocTvDJlQJR55iq7Me09pKxO { width:21.75rem;height:3.25rem;top:14.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V13xaBXqExutrdZkTPNh7W26vl510Tap { width:0.625rem;height:0.625rem;top:15rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vm02bCZFaUkFDTCKnVd92JsKwo9wANkE { width:22.125rem;height:4.875rem;top:18.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJldcSIZ9AeOcQzsMvQWd3fw0yGRJSTn { width:0.625rem;height:0.625rem;top:18.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #obPrEdrgDvemMgskoEnfCLrPexnCOshM { width:22.125rem;height:3.25rem;top:23.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwy62af1xk6CgTTaxwmBAAgV8GaTdTQN { width:0.625rem;height:0.625rem;top:24.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdHV6n3OxOADAmIkCiMFpFKKUzsKVC2J { width:22.125rem;height:6.5rem;top:27.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTo0MZU4lA7EXmo2IaBmNrlBlfcRuL12 { width:0.625rem;height:0.625rem;top:28.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnoZp4qtwV8IwMG3M5FSLnx9yEpcI6T9 { width:24.875rem;height:33.6875rem;top:5.75rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aoa1OgcCSXDy6UcaIFMntQconTywwu8f { width:22.125rem;height:4.875rem;top:17.8125rem;left:9.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2vLdHQpHBcNmVN1P1Cx7UW02EWedQG7 { width:22.125rem;height:6.5rem;top:23.125rem;left:9.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xb8y6FxTFLuHFbgUGny4TfNXml1q3si9 { width:21.75rem;height:6.5rem;top:10.75rem;left:10rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5P0PFJfOlrEocG4SkE2tdklUNkVNd56 { width:0.625rem;height:0.625rem;top:11.25rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1ToTUkcwPDabQThSDgodrwxQQQaAsEu { width:0.625rem;height:0.625rem;top:18.3125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #abfEcd7Me3Mhnnlxpg7ll6bbT3s3nSiI { width:0.625rem;height:0.625rem;top:23.625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKX9qzDKmOXmyAnhRsf5B0eLtZTvTh23 { width:25rem;height:5.75rem;top:0rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWPW8b4bv0Bfffkk6DqILX4M2SNGtnZV { width:23.75rem;height:3.875rem;top:6.375rem;left:8rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldeuf7AnBibTpWQKs5xdc0VHqWazdNf3 { width:23.75rem;height:1.625rem;top:3rem;left:8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0UmCrhklEK1MgmgMidz6QipL3N0ETGb { width:23.75rem;height:1.9375rem;top:0.875rem;left:8rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R87o7SPbHfAa4zafUDQ6fFsDGqOnyup8 { width:24.875rem;height:33.6875rem;top:5.75rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t12ReLt7y0mnPwiT1vttTx0GTp8sKPhz { width:22.125rem;height:4.875rem;top:8.9375rem;left:25.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2dBN3rObdblZxiIkHa9MgnmCHiTEqsO { width:23.75rem;height:1.9375rem;top:6.375rem;left:23.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgCnvPphDE6Riqg2mo6AMDqWyZ3Vp5Sh { width:25rem;height:5.75rem;top:0rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbMpAK8UQhDdonKsH7Tbhc96424f0alb { width:23.75rem;height:1.9375rem;top:0.875rem;left:23.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9SrFsukJzOxZhd67GDlKwguytz8ic6a { width:0.625rem;height:0.625rem;top:9.4375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w546yF2vrcQx2kWTU7bvzVMPpv9Dlk5w { width:0.625rem;height:0.625rem;top:14.8125rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWonwIFwfty6E92mbGnS543uRWEZMFbX { width:22.125rem;height:8.125rem;top:14.3125rem;left:25.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bT7SuNZCUv5F6cTWUBi0lTvFS6tatd1S { width:0.625rem;height:0.625rem;top:23.5rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsx502h3IJ0TGwd5AVJRHhnu0iPswgNi { width:22.125rem;height:6.5rem;top:23.1875rem;left:25.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBHQMCuBdBNTgwl2tzZzPfEAhuzLtFxp { width:0.625rem;height:0.625rem;top:30.625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdf7iaOXR84WbgBlGxAUrX6ehPC0u8dS { width:22.125rem;height:6.5rem;top:30.3125rem;left:25.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Skh3nyztbUlhCdHiynpRT5pNKe8nHZN9 { width:22.125rem;height:1.625rem;top:37.4375rem;left:25.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoHaRmC1XL238KTgCT620RdJZ3SrTZzX { width:23.75rem;height:1.625rem;top:3rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrZkx1EiTcXgM0XetECosTVz3xD1B7bH { width:23.75rem;height:1.9375rem;top:0.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyxTkmNCuiBmNZIfOQ2VGyVZB92cLAWf { display:block; }#pyxTkmNCuiBmNZIfOQ2VGyVZB92cLAWf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nk89mqXhJVkHrMBhWZb1T8UWCyZy2OrJ { width:47.75rem;height:2.4375rem;top:6.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnM5rUCmzP05XhhmuiMAQtZzpn7Gz5wH { display:block; }#cnM5rUCmzP05XhhmuiMAQtZzpn7Gz5wH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g6T9DtkKK01hb8ZumQKuTEcILiMZRymT { width:47.75rem;height:1.9375rem;top:0rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfX7ZGOSgmrC0qiXTrLbiQka95RcslGJ { width:47.75rem;height:1.625rem;top:2.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ma29HNw6yR7kDwte7DETGq8zzR2bqfoc { width:47.75rem;height:3.75rem;top:4.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWcTvdrSp9X2kNbTTdJMiCM7V9quM64R { width:47.75rem;height:0.0625rem;top:9.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lB82fMTB2A0yhTgqUtpMXqam89mbhJI0 { display:block; }#lB82fMTB2A0yhTgqUtpMXqam89mbhJI0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i91BhnDWHTPFCGAaK1zFsCASOnOfI9Re { width:47.75rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOIxaAhLDuQRF2L87R4y6bGL4e4PdPGT { width:47.75rem;height:7.5rem;top:3.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #McTLDpWONmHBZd1eQBc1HZIakDQtz0J7 { width:47.75rem;height:0.0625rem;top:11.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f40a6CAU7MqiAHwtKTb1U9pCrx4NbBd7 { display:block; }#f40a6CAU7MqiAHwtKTb1U9pCrx4NbBd7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SC9rtPatIDHTaCItbUUoav3XTXCK95D9 { width:47.75rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCUVT04QzoRrM2gwFlRp2c4NRy6MQrul { width:47.75rem;height:5.625rem;top:3.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WX5Ix8e2wWqOHyRHsmttlX3hdo9UEioz { width:47.75rem;height:0.0625rem;top:9.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJfMOTNbyXJTf0zRQgTJGnHpNHNlT4av { display:block; }#ZJfMOTNbyXJTf0zRQgTJGnHpNHNlT4av > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mBJTTeuTFKxlTNflspSvvgh95SCrexDm { width:25.375rem;height:1.625rem;top:2.5rem;left:11.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXg774rw57Xatx0nAFOTDK6PsFyNpdkP { width:3.125rem;height:3.125rem;top:1.75rem;left:11.59375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zo5FUdbCKbyTR35UA9H39pxnWgd4Iiaa { width:3.125rem;height:3.125rem;top:1.75rem;left:33.21875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfWmgf0sndHWwWxg29NDoOx7D2MRDMK5 { display:block; }#zfWmgf0sndHWwWxg29NDoOx7D2MRDMK5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xPAvmaXZLruOFruAkZex69ZIeAu7yEv2 { width:47.75rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHDgVmW5syxkChA0svMyD6JPNNJKXAgG { width:47.75rem;height:3.75rem;top:3.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHKHtkKOQb0HvGDKXgtvMX7ZivUJf5eq { width:47.75rem;height:0.0625rem;top:7.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvT2iuCTT4E8tt5m0GVGRkLVy1SlsBxE { width:47.75rem;height:0.0625rem;top:19.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #thFyZcxfdU6duiCuwoUT7oMoMzryn86Q { width:47.75rem;height:7.5rem;top:11.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUKBt2Cd6e2OaNT0EOk3X11hzE4ewKho { width:47.75rem;height:1.625rem;top:9.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJCmsNzVoTq6gZW7V9liSUsliSNwH4fK { width:47.75rem;height:0.0625rem;top:27.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxMXbVKU91VhTqAk5x1pOIURWXrL8dJ7 { width:47.75rem;height:3.75rem;top:23.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItfxnOwVwNyCDSZxhZCxJcvDlKl0ipfT { width:47.75rem;height:1.625rem;top:20.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGCwlupbi3UpBKlsVROSufmxDZ1nQV27 { width:47.75rem;height:0.0625rem;top:35.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVUnS0TO0etaGiqAA27C5hZvvJ4qsTZU { width:47.75rem;height:3.75rem;top:31rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFOkkLOyJZ9qgDSTk1fp0DFDmAn9pyBq { width:47.75rem;height:1.625rem;top:28.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1nIi00a2LgZCmfnxVquEKMJT6FF9MPD { width:47.75rem;height:0.0625rem;top:43.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET057220pMsHwSekCVApeBTkwdzIpLUK { width:47.75rem;height:3.75rem;top:38.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHk5KIsP37DCL341xTpNuNT3pbU6vGg2 { width:47.75rem;height:1.625rem;top:36.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKnBhsbk8ipPZrxhb8Tu24GBDh0yw3sk { width:47.75rem;height:1.875rem;top:50.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Elf39z1TFx0c7c2e8q0ozMziR9m0zmMM { width:47.75rem;height:0.0625rem;top:52.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KD5gsTxyTcrG59399vtd6AK4b6r8ibKI { width:47.75rem;height:1.625rem;top:48rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsqbCoaJyJAfVIqHcLkeRoAuDXyagcQT { width:47.75rem;height:1.9375rem;top:45.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ey44sMzDtB0CCrxIetE9T7hANp21I1F0 { width:47.75rem;height:1.875rem;top:56.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBSOFK3h4vqcTiTFklQ0faxkhuVrfkwu { width:47.75rem;height:0.0625rem;top:58.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kezVRfDh9RwprQhCxhT6l2ROTuLwK34r { width:47.75rem;height:1.625rem;top:54.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7hFKwpo3hecETmy8suGRNHyCxfD8wWr { width:47.75rem;height:1.875rem;top:62.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7N3DryeSF4aFCCZSOH8T6DTc6KtOLz3 { width:47.75rem;height:0.0625rem;top:64.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcIvAwEiIm3Lv8VuAcCzoVm6BhyzQ0zH { width:47.75rem;height:1.625rem;top:60.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqOCu8uOgdXyOTlFWm3QmqCu97zLUERS { width:47.75rem;height:0.0625rem;top:72.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tixkbKPTX7vzJXymuRQq3Ozl4gFzziZW { width:47.75rem;height:3.75rem;top:68.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrVw8BSNzUagU4iZEsTgp7WhIxoF1X4t { width:47.75rem;height:1.625rem;top:66.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kenFlEIuILdVuJm9UE82u7gOhNkqBqGK { width:47.75rem;height:0.0625rem;top:82.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #knk1LxSR4Ak0p7MfROfKkzVl6GIt6JPQ { width:47.75rem;height:5.625rem;top:76.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVlpPIKpmvZaPU9BIMMUcE3i3AzW0A9a { width:47.75rem;height:1.625rem;top:74.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyJUDp4dw5ldCg88icRpnOSOzNbJlfFT { width:47.75rem;height:0.0625rem;top:92.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhgqX3A9czNVVUrt7Zh9tT7zMRnd8ffa { width:47.75rem;height:5.625rem;top:86.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lw3CbavhdkGonf2PkXWl8Z3fbMGxhI46 { width:47.75rem;height:1.625rem;top:83.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cimLJEsTrfTrk79rvcV6atWWyXcJdq1g { width:47.75rem;height:0.0625rem;top:100.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ocwx67itF7wDo6yfx67qowA7ySI92nKP { width:47.75rem;height:3.75rem;top:95.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0g8T1tdvIZss5LMGKMgOwPtSphl8nTu { width:47.75rem;height:1.625rem;top:93.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HufciXfsm3Tved6BLxFipkX9wXN77RB4 { width:47.75rem;height:0.0625rem;top:108.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fox0ER9m4tS6XxenPzdt4TVxxJ5qXsCu { width:47.75rem;height:3.75rem;top:103.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXirxadBeP1ZRl5w3tpTgxMtwKhGiJWK { width:47.75rem;height:1.625rem;top:101.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLItfS1X2QWyfAFi6SMNSQTM3y6cQVWS { width:47.75rem;height:1.9375rem;top:110.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #awqLcTXBuRTrbeEPO84aT9eiJH0eH3AE { width:47.75rem;height:5.625rem;top:113rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRpHfg2MROKPvTAcQhZkVXrTwiWm7m4d { display:block; }#LRpHfg2MROKPvTAcQhZkVXrTwiWm7m4d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i2T3dipoHEgG96Cwy9Tc1eIcdaXwADc1 { display:block; }#i2T3dipoHEgG96Cwy9Tc1eIcdaXwADc1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sRUh4lZXRDP47JZtxKwv6oGwmkLLZP8J { width:47.75rem;height:2.625rem;top:5.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcLZn7cpgygyCZECzmRccprLiuuZTfLz { display:block; }#vcLZn7cpgygyCZECzmRccprLiuuZTfLz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lvudM1Rvee78ePnbTD3FHTd6NOwaDFtR { width:26.6875rem;height:34.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yt3R0ldUi1alRfbbGsqzk9pI12yrdETK { width:47.75rem;height:2.4375rem;top:2.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0gbBDebU8tCsUzoEhWo6wRveSUdpx9c { width:44.9375rem;height:1.875rem;top:7.5rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNnKZBQ4fTChEkTXUoUPiuOTfEMcVtT6 { width:0.625rem;height:0.625rem;top:8.1875rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mim54qwb7o7yrnDdJqo3n15rsASMMHme { width:44.9375rem;height:1.875rem;top:10rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h04qFZaalDE8mmPTEDRFa6Z4KbQg4szk { width:0.625rem;height:0.625rem;top:10.6875rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAglACOKsTcoMhFFTTI4FloDgH71R3w7 { width:44.9375rem;height:3.75rem;top:14.625rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdyctrJlvHMOfgTVTzSTGnGvUdMiBT9F { width:44.9375rem;height:1.875rem;top:12.375rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SapaiB8fvNVMU52yFxlq0DZlhIUREGqb { width:0.625rem;height:0.625rem;top:13.0625rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGGb33qUCn019nqMd2Myei0aMkSUTnon { width:0.625rem;height:0.625rem;top:15.3125rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBZQNofXlTJsTz3sFyle5zX0BV9qkUBv { width:44.9375rem;height:3.75rem;top:19.375rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzyeacTTf219K6HWW4lHGwmPXz8sRzQ1 { width:0.625rem;height:0.625rem;top:20.0625rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffGavcCfKqKRNNNTWZRCdbbeNTJLaSWb { width:21.4375rem;height:1.4375rem;top:35.8125rem;left:13.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2dQWQuWi0p7Fpt3b8yamHaRp2UqtPOs { width:44.9375rem;height:2.25rem;top:38.8125rem;left:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0p9PqkRrfgbqt9i7X0EdGX7CRZQJHzF { width:46.375rem;height:3.75rem;top:41.5625rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8HUR3ckfxtAhtMkZR4KzaMaVk9QeUBe { width:46.375rem;height:3.75rem;top:45.9375rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOFqGKZb3XbmGrzfvfrnBlIMo314UVmq { width:46.375rem;height:3.75rem;top:50.3125rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qny40DXS5HUEJGt4L8ERUbbiVaCUyHLk { width:44.6875rem;height:5.625rem;top:54.375rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzCB9KKCGEztfbpWuqThWtFWTMPxbRMW { width:0.625rem;height:0.625rem;top:55.0625rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RflEKkJiZaT62Hukl81z2SLRFmAKEM44 { width:44.6875rem;height:1.875rem;top:60.4375rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b235pEgTbzwlKH07BkO71SpArNrthP8B { width:0.625rem;height:0.625rem;top:61.0625rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuNtJMbF7TKNiMhrwhRTxpngE5xWquXP { width:0.625rem;height:0.625rem;top:42.0625rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0oBfRJRWnRVTsF86RMTyRZXuJiOlJwu { width:0.625rem;height:0.625rem;top:46.5rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIELw3ADd5ud9vfqkW18uvxCUbPQU4nB { width:0.625rem;height:0.625rem;top:50.9375rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zb0KNoxc2tcT5LlWl7Nl1iJFwptK9Ta7 { width:4.9375rem;height:6.8125rem;top:36.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrXsRQQnUWdCt5q4ZbWxN5nyPT1vWgG2 { width:20.875rem;height:5rem;top:28.625rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQ4wRRVR3dqKwT1l6FUZ25kLDBqglH8Z { display:block; }
 }@media only screen and (max-width: 763px) { #ae5VQxsZH6CDyiq5XJEXZT1bMssQoHQi { display:block; }#ae5VQxsZH6CDyiq5XJEXZT1bMssQoHQi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VR2LTlktLTv6yTaqGgwXb7uE4QpFJacR { width:47.75rem;height:;top:2.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXVxp7JZd3gTeJ0gc6uQCKi3XTa2ciob { width:44.9375rem;height:1.875rem;top:5.125rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BycCWRQguxDGHvuniCINvcCUxIHbx2dZ { width:0.625rem;height:0.625rem;top:5.8125rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6TUrhKfVPxzy1frbTC7iKeMMGQ3cQss { width:44.9375rem;height:1.875rem;top:7.375rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUMP5wZGfoVo6yymtKTKuV2y6RWa3Hu1 { width:0.625rem;height:0.625rem;top:8.0625rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1BL01WN39EmSHZram6vC270BGR3Jn0l { width:44.9375rem;height:3.75rem;top:12rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XR5WfmToiETlphJw803MgMQx1N4wU7OP { width:44.9375rem;height:1.875rem;top:9.75rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJTClo0CcQ93agDTyiFntRzI7sVQI7GK { width:0.625rem;height:0.625rem;top:10.4375rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cn3WFwoSepzkwooRZlnuwoMENq5AUVz7 { width:0.625rem;height:0.625rem;top:12.6875rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrzgXt8Zm1cHhAu6rWksBnzBVlzrdSEo { width:21.25rem;height:5rem;top:17.5rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3fMBUvnH4dU3gxbuq7BhcIEvAQ3n704 { display:block; }
 }@media only screen and (max-width: 763px) { #naLgfyZKmAbqAysTTGM6RC2XWOlKVLTI { top:0rem;left:0rem;width:26.6875rem;height:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvD9iQE67lJADppXsXoV2WiCiyRiKu7H { display:block; }#rvD9iQE67lJADppXsXoV2WiCiyRiKu7H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kXTHeGhyliuUJ4iCQNSc48OKRAHkiNXE { width:47.75rem;height:;top:2.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlfaUapflJ5ahKHyxJPXXqdT02GuLAgd { width:44.9375rem;height:1.875rem;top:10.4375rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EU6LAPyBguOsaJk5lv6lWyvXF7ZFh3hV { width:0.625rem;height:0.625rem;top:5.8125rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yner2HoXUeNX1cDJ34BpHymAArTZgwSm { width:44.9375rem;height:1.875rem;top:13.625rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdsBA9QzCsy1KQDC8qHMvpMkmNuqLwkG { width:0.625rem;height:0.625rem;top:11.125rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilpdFxuZoBBGIdIwltwqFrEKCRECq3A4 { width:44.9375rem;height:3.75rem;top:19rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V96rcDTTifRWOa5hdcixETPCOqHXnylT { width:44.9375rem;height:1.875rem;top:16.25rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdNVTo66b58XTeWDcryEWu0KnLxHq5uh { width:0.625rem;height:0.625rem;top:14.125rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfvgE7nSiD5mpZu5ew4JxJKGtgMS3R7f { width:0.625rem;height:0.625rem;top:16.9375rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGvBR1I4KBUPmnHhdxyRMrp3CURdXKW1 { width:0.625rem;height:0.625rem;top:23.6875rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zH0LmbiQUMpkMdaJpNNVTmDTeTRzqISU { width:21.25rem;height:5rem;top:27.5625rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMupqcNXOzyMFoVnulX49XOLNA3qaFie { display:block; }
 }@media only screen and (max-width: 763px) { #iNWbcS0nky15WTwaAQTfmH0eXQOzEUSE { width:21.4375rem;height:1.4375rem;top:33.25rem;left:13.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #szUrIDSyPFkIl3UJnin8la7L7DbMbnAA { top:0rem;left:0rem;width:26.6875rem;height:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gg2eGFQRN6hHgxtTiE9he52HVBaIJEuI { width:0.625rem;height:0.625rem;top:8.5rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6ChVSxwnzl6dOwlncTGkUnlaKK2UWm7 { width:44.9375rem;height:1.875rem;top:5.1875rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFA7QQFLmvxntvXHLGTJ4Q6HGnAm7KUr { width:44.9375rem;height:1.875rem;top:7.875rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGJsrB7FMXdgzEkv6d3m5LyuIbmoK8Pg { width:0.625rem;height:0.625rem;top:19.5625rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSysQEMSs239CrccbrsK2dMy4amWDicx { width:0.625rem;height:0.625rem;top:23.6875rem;left:13.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #vMqstvxhtpFzxrWHMxC1K1IfUrroPprO { width:44.9375rem;height:3.75rem;top:12rem;left:2.8125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #PA1FALNH8rhJN01XT3Ghm2RnFrxLQ21K { width:44.9375rem;height:3.75rem;top:22.75rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQ1b7kvg49amFeiP3N0QyOMi8ue1BHS0 { display:block; }#zQ1b7kvg49amFeiP3N0QyOMi8ue1BHS0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EsXEJxn5HUg08c0DiRbV99EHgkQgbxft { width:47.75rem;height:;top:5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLByiGgpFo7WTxck95SvDcTHD7mStQQ0 { display:block; }#DLByiGgpFo7WTxck95SvDcTHD7mStQQ0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FZeUZFg6c9FKaGaoQyT719q6q8S5p1Kk { width:25rem;height:42.5rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0KIRe3dZs9dPniRo63MHnILS5lnOkuE { width:23.75rem;height:1.9375rem;top:5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLG63uA7v7XSc397qeXZKiyGpT6DforH { width:0.625rem;height:0.625rem;top:8.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmWaxvMQRNxzQg1toqskiLZhTMGcw5Ks { width:21.25rem;height:3.75rem;top:7.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKav9sUv7KJiU22ddTmieEcOD39dWX3i { width:0.625rem;height:0.625rem;top:12.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSTIBcmHphcLD8LT9VqCmvZlDX2EAE6q { width:21.25rem;height:7.5rem;top:12.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohGPGH9Gf307LQXyPAqan3sNl21a06qt { width:0.625rem;height:0.625rem;top:16.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHc4BzpV3PiRJKRli7l1ikKODZwfRz1q { width:21.25rem;height:5.625rem;top:19.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8Nr20EwfRImwhXmXWrXThQUytkgxNS5 { width:0.625rem;height:0.625rem;top:20.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENCAuntJo1gTg4SXuVXT08uKbRkHIQWW { width:21.25rem;height:3.75rem;top:25.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uByfdKuMMTMFdCQ3qtoCFzJpIdv16ixh { width:21.25rem;height:5rem;top:35.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ld0yoVeomq6aQ75V3vlk6385PpVeFvFg { display:block; }
 }@media only screen and (max-width: 763px) { #BUhcD3TWlXkcF0CoIaEyXboEHwGGkz2T { width:21.4375rem;height:1.4375rem;top:41.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hr4cxWH6D5aNhz592nePZm88a4fCRVC8 { width:25rem;height:42.5rem;top:2.5rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFBMLWWnCzypBIpLvPtSRbUUC3tW9b27 { width:21.4375rem;height:1.4375rem;top:41.125rem;left:26.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQfkXx4NBlrNlGTgTvESJWLeCPfakVL9 { width:21.25rem;height:5rem;top:35.25rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9TEEZTDrsgIs0gABUsRVWwDdfERdxwW { display:block; }
 }@media only screen and (max-width: 763px) { #i3UTqDXSklBHzesTrJyh1RPzzmP5qgow { width:21.25rem;height:3.75rem;top:25.3125rem;left:26.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPmicVTt4KKlhabRZgAVhIgZeXg61llc { width:21.25rem;height:5.625rem;top:19.8125rem;left:26.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBXvse5bcHLia65cc9hWPpVJBn9WVoGZ { width:21.25rem;height:7.5rem;top:12.3125rem;left:26.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKkUtx1ctZWTahnped1A1K3RQHGWT53C { width:21.25rem;height:3.75rem;top:7.75rem;left:26.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GG1bB8rE6mzWOcp0TWJe528uIBT0Tpnv { width:23.75rem;height:1.9375rem;top:5rem;left:23.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aalWkaAg8wovwMgowoGVEtFmNL8E4h4s { width:0.625rem;height:0.625rem;top:8.375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9okVfq6efQwsZrZT81uZsuQux0is5Ng { width:0.625rem;height:0.625rem;top:13.0625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPZDZIVTGm8BG2N5Wzzm493KOFoyebR8 { width:0.625rem;height:0.625rem;top:20.5rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2ZDbIntrgZqqvBGOlW8TQ1HJ6xS3nw0 { width:0.625rem;height:0.625rem;top:26.0625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLObsWpeddVCbVTOQ6gUwXQoZ0seA6Bv { width:21.25rem;height:2.25rem;top:29.9375rem;left:26.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqBq6nkKOT0clTLZbwC7TPKX7K3WpPXN { width:25rem;height:47.5rem;top:0rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWGIaPKcGm66C0ookH1FaO4PavX7acvE { width:21.4375rem;height:1.4375rem;top:41.4375rem;left:10.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2uT5kcVcWQPK2iyvLNMRQ3n9gAmI4tH { width:21.25rem;height:5.625rem;top:19.8125rem;left:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yq2aXXEcmLuDBGB1N52vwyt7d9Oe69vx { width:21.25rem;height:3.75rem;top:25.3125rem;left:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtGbRLKoKSCkVEIaSOHhLx5kFcvvZ5PG { width:21.25rem;height:7.5rem;top:12.3125rem;left:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVefVGX9eZAi5BeCb0h5iOuwShmvWwTL { width:21.25rem;height:3.75rem;top:7.75rem;left:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S55PgtQi81Aq52P7dqB18CXOdC3y1IfO { width:23.75rem;height:2.4375rem;top:2.5rem;left:8rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEFDyf8CLnie7LGkDyszC96XTJmt0Cxx { width:0.625rem;height:0.625rem;top:8.375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxbsERGhBFZToCDhy8WbfP5Nq6ySBnie { width:0.625rem;height:0.625rem;top:13rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHnKZT12PL2GWincCNsLif1pvK9bBB5C { width:0.625rem;height:0.625rem;top:20.5rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZG8uVeqJaFqEpZBU6Q23dsF7FhfvqUM4 { width:0.625rem;height:0.625rem;top:26.0625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZcX042TmTVxVQKxtm12Ca0NgAZEXyoT { width:21.25rem;height:2.25rem;top:29.75rem;left:10.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBK4OxCK992AHfM7Glz4g7l0bzeeADa5 { width:23.75rem;height:1.625rem;top:4.75rem;left:8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4dVCKuJJOq4x2kWfRamVTwxIGoFQNGf { width:21.25rem;height:5rem;top:35.3125rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0eG7xaKTM54cXtCToa8QTFVGtrUrtP3 { display:block; }
 }@media only screen and (max-width: 763px) { #rNK6BJJBD6DneW5TJSXLwNW9WTiwUTAk { width:0.625rem;height:0.625rem;top:26rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZNr2DIXaXzI70lkIIcSH41Qh3ZJpuhT { display:block; }#IZNr2DIXaXzI70lkIIcSH41Qh3ZJpuhT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v6OIR4XyC9TJ8WGIROTqwTl7JOM9vGP8 { width:47.75rem;height:2.625rem;top:6.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtOysptBMQRqTLH6yVne6z64DLw9nqdA { width:47.75rem;height:2.25rem;top:8.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRpoND63PWA3sKy5TJp9pR97etC3zHlk { display:block; }#rRpoND63PWA3sKy5TJp9pR97etC3zHlk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Af0nWdcWTso7cLidZ5UBKxud3hBgbVh9 { width:4.0625rem;height:4.0625rem;top:1.6875rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2Zoz8y3L1URxZtgVHTskSy2TVK0QfAm { width:47.75rem;height:14rem;top:5.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKFS3qOdw5GVVRwCuv6sSkum68R7lPiH { width:47.75rem;height:2rem;top:19.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZ0hMuuRlrpORZnXgmGHLQiwD6qmFMF0 { display:block; }#bZ0hMuuRlrpORZnXgmGHLQiwD6qmFMF0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g5b11fvKEJAx9XSbt6RuppRakq7olA26 { width:4.0625rem;height:4.0625rem;top:1.6875rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #moxwR3v0SHs3HhbkESRhXACdQI9Z9lmv { width:47.75rem;height:15.75rem;top:5.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeVR9rVMdTP6V4T5vlhBDHALSS0aJiHN { width:47.75rem;height:2rem;top:21.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZ3fgeUWqaCLefPHzH3x92ol7Au6dHiP { display:block; }#kZ3fgeUWqaCLefPHzH3x92ol7Au6dHiP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xvSVsuLOUUGWDBTORGIbsR2EhO2pO7ak { width:4.0625rem;height:4.0625rem;top:2.9375rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKyom5xZVdOA4GGfRDxz55cshJkNBFaT { width:47.75rem;height:7rem;top:7.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MV3rKwtuLDRlZDTtZa7TT7JGaDKuRhN7 { width:47.75rem;height:2rem;top:14.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLmCnCTl05BhvPUd6L2w3pQ9ox20COlg { display:block; }#oLmCnCTl05BhvPUd6L2w3pQ9ox20COlg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XlULTT7CuCU6Vs87ilicb2mBAqBH4V9w { width:4.0625rem;height:4.0625rem;top:2.9375rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoTF3FTvoUDcCV5aKBT6IbsFuvHSfpXy { width:47.75rem;height:7rem;top:7.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K81DnXQXHL1WtgZiICb33FGenwvnsSoz { width:47.75rem;height:2rem;top:14.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vd8aR5A0K6FMb9IQCZiHMTTwbTLq7l3v { display:block; }#vd8aR5A0K6FMb9IQCZiHMTTwbTLq7l3v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C15erEv1mdThWzytwoZ8MFoZcVaTM6tJ { width:4.0625rem;height:4.0625rem;top:2.9375rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U85EQGDnu4UR3PgCrw3rcy9R39J80CwW { width:47.75rem;height:7rem;top:7.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJ1BOdhRMaui1qmctq3dlhp4AFqbaLlr { width:47.75rem;height:2rem;top:14.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ce13pUyelXnpAL7ow1sC9bTTLVymB5qx { display:block; }#Ce13pUyelXnpAL7ow1sC9bTTLVymB5qx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XdZHIRTEs5bRCMR9vbRfJAy4VIdl26Kb { width:4.0625rem;height:4.0625rem;top:2.9375rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcgBeTSGInLnMJTAvCzvwCsBA7rc8n9N { width:47.75rem;height:5.25rem;top:7.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gViaqdbhepLNOttq310GazsIDC287HwQ { width:47.75rem;height:2rem;top:12.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkG1SQAvoRrqCH2h6VrC3qHpF1eb4XN6 { display:block; }#HkG1SQAvoRrqCH2h6VrC3qHpF1eb4XN6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hMbPTTHFgMX7WSuID5hrodSkaJQpr089 { width:4.0625rem;height:4.0625rem;top:2.9375rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdRPLvRi5fi0XnBlnP9lSNF1vvIAfc3z { width:47.75rem;height:7rem;top:7.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oS1bAPUreS52SUr7n3Bs2xHPrVAiKB6D { width:47.75rem;height:2rem;top:15.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUwsJ6Rm2XrdfbELTRTcCl4aEz1yo4dn { display:block; }#wUwsJ6Rm2XrdfbELTRTcCl4aEz1yo4dn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GnFAug0v0nwtFtftVWWSEkrMZmteDfTs { width:4.0625rem;height:4.0625rem;top:2.9375rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VO8zrAS5BiNe5Q7h3049rfldIptBHRbh { width:47.75rem;height:5.25rem;top:7.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeTTp6KDuX9SSu20Pl9TFUtvDi4TFzrp { width:47.75rem;height:2rem;top:13.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmIC6uxdd1xbNDN6ZHc0QqdfvL8Hzx1x { display:block; }#AmIC6uxdd1xbNDN6ZHc0QqdfvL8Hzx1x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L7ZHac7koCVofrmluRSRbGfDM9huKCZi { top:0rem;left:13.875rem;width:20rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBAry5C96bNHJFZClwInMlkQuqSfnl50 { display:block; }#IBAry5C96bNHJFZClwInMlkQuqSfnl50 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lI5ipE8JItzx72kg1G2h2hcZwo83UkhT { width:47.75rem;height:;top:16.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2WHcNFygM13kGqsMx7xna4pT5IzlDIo { width:8.9375rem;height:8.9375rem;top:6.25rem;left:19.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MthTQCBbh0DpDF2R6dU0sBi9CwhihvdD { top:19.875rem;left:0rem;width:47.75rem;height:68rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #URuBKQq6qPgl6TdIiMTlw7StDCHgyfbQ { display:block; }#URuBKQq6qPgl6TdIiMTlw7StDCHgyfbQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lXFApgTslIao0NhKP8ymFnGnOABUKvER { display:block; }#lXFApgTslIao0NhKP8ymFnGnOABUKvER > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eeM04s91m8orU3nOwK1dQZrnOno8PizA { top:0.25rem;left:8.65625rem;width:30.4375rem;height:2.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtIJgSXNqcOmg8lAS82rNqwkkP9rih3e { top:4.0625rem;left:0rem;width:47.75rem;height:16rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CF1Wm2TvRTyoAOHHSeKigoJM4VtA4KQk { top:0rem;left:15.75rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8yAfX4FLC3Pw5U11pGm33y2H76sALqd { display:block; }#F8yAfX4FLC3Pw5U11pGm33y2H76sALqd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i9kTHvMSx8RJBlOWTEwAv8LoOwT5KL4m { top:0.875rem;left:0rem;width:47.75rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXRg6dwvVzxtVX2MkcOgRD2TzHZJkp32 { top:26.8125rem;left:0rem;width:47.75rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8uTfvehikGpV2UIDH6wv6OZbDNSrTrK { top:30.125rem;left:15.53125rem;width:17.8125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U462gmA4FFTbrnzL7iJp5aG3KAeuvRIR { width:11.875rem;height:5rem;top:35.1875rem;left:3.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnkxMTJkAEhIi6bW4LpTcTEUAuQpTu4V { display:block; }
 }@media only screen and (max-width: 763px) { #l22zfubucgIz40iUnlM0CImU95pOAJ7b { top:3.6875rem;left:3.875rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7oiFJkgCDaQmFB3InNlRmRnD4HaVThr { display:block; }#o7oiFJkgCDaQmFB3InNlRmRnD4HaVThr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dWszsAh5eLJ9GRuvF2QqklFpGFmPJCOA { width:47.75rem;height:;top:6.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4deGm7vX3O3zIIA8kvg5hiWuhDZJBVk { width:47.75rem;height:2.25rem;top:8.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tc3ygcurZJfQoevIctdqPx6zlnpc1iCu { display:block; }#tc3ygcurZJfQoevIctdqPx6zlnpc1iCu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vVIDVZWdB5zbD9QSWlTD7CEL3de4pdXN { width:27.8125rem;height:29.8125rem;top:3.25rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1 .widget-regular-label { width:22.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1 .widget-input-text { width:22.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1 .widget-textarea { width:22.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1 .widget-input-select { width:22.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1 .widget-input-button { width:22.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1 .widget-checkbox-label { width:21.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1  { width:22.8125rem;height:auto;top:4.0625rem;left:11.25rem; }
#Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1 .radio-container { width:22.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1 {display:block;}#Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1 { width:22.8125rem;height:auto;top:4.0625rem;left:11.25rem; }
 }@media only screen and (max-width: 763px) { #Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1 #BHIHpXa03N0OgBe7IiByA8VCLSsxamqv {  }
 }@media only screen and (max-width: 763px) { #Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1 #FhX8D9FyhLTM9DQNRA45r7sUE9e3AZF9 { display:none; }
 }@media only screen and (max-width: 763px) { #Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1 #wgDd5tP0i9F3gGhHIf5TezH3exQyW2WP {  }
 }@media only screen and (max-width: 763px) { #Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1 #uEH2wM6fVxMGHtKNAAx0Htl6rXxaH79W {  }
 }@media only screen and (max-width: 763px) { #Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1 #AWFEq01WsNUZSNIet4iotPlTyoiyKpfi { display:none; }
 }@media only screen and (max-width: 763px) { #Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1 #hXZBLd54bqFAQNxu1GqEeIzQs4v30NkO {  }
 }@media only screen and (max-width: 763px) { #Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1 #PLEAlxEIuW7BcAxsIN1BpmCdpDmcNQX6 {  }
 }@media only screen and (max-width: 763px) { #Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1 #bOhXmTJ193w0CGaaW4s1GcygOaHkGMPM { display:none; }
 }@media only screen and (max-width: 763px) { #Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1 #XyHTXkIzGDcTKCzuLbuVCpCwVyuM4H45 {  }
 }@media only screen and (max-width: 763px) { #Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1 #DpLfTA2Ew57FCCFHfP11vAqNBKJoFgXX {  }
 }@media only screen and (max-width: 763px) { #Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1 #bPDzepFXrQfJBKrKCP37SgX3Bc9IDMin { display:none; }
 }@media only screen and (max-width: 763px) { #Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1 #JpIZoNsWMXnxssuXGBXpuw0isFeJ5cQw {  }
 }@media only screen and (max-width: 763px) { #Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1 #cNHkfIQFhrbmtts7sIalvD70C4CDzJWl {  }
 }@media only screen and (max-width: 763px) { #Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1 #SnCWIwX0xSCllZRM1GVkDxeTDnD3ByOm {  }
 }@media only screen and (max-width: 763px) { #Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1 #SaJxAAyekO7bGaXtK5A0yRswD6N8x8bt {  }
 }@media only screen and (max-width: 763px) { #Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1 #mAaSewHhDZNLB4ZtJdqgSz7SXw3ebJOf {  }
 }@media only screen and (max-width: 763px) { #Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1 #GP7Sg0npcTcT08RVGFD8Z36q1n496VfU {  }
 }@media only screen and (max-width: 763px) { #ELwk8abBwEcP49EIZmS35qEg4B9wAkGe { width:47.75rem;height:4.5rem;top:35.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #poGBXNd0090S3nv2L5gQc6A5Kk8r2OP2 { width:2.5rem;height:2.5rem;top:41.6875rem;left:18.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6SKZFVHqD6hMgTTybhlFORTSGG3UlX4 { width:2.5rem;height:2.5rem;top:41.6875rem;left:22.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaA8msPyXkNfnG8RpNHqgxr6XlTE4L1E { top:41.75rem;left:26.5625rem;width:2.25rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KN0KfdTW9ViHIQZ3nVduelfNz6a6c9y7 { display:block; }#KN0KfdTW9ViHIQZ3nVduelfNz6a6c9y7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TlvJs3NKoe4WU2Vg4r7bywB6yzmDATnp { width:47.75rem;height:2.4375rem;top:13.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNcCCkco1ubr2rCJ6dNe2yDnwKhgA6nH { width:12.1875rem;height:5.8125rem;top:6.25rem;left:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzIn0VBUHuKw3WGNfEnSDPq5TQu7wchh { width:47.75rem;height:28.125rem;top:17.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABZoFTUUvtLN2CbeekDhdvFx5TduiDZA { width:0.625rem;height:0.625rem;top:47.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFBmmHD5w6ilQ3r82Cpk5H5VesMgMfJJ { width:47.75rem;height:5.625rem;top:46.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTlv2JbswRqWLNpnBiSbve3dCDNdcAkT { width:47.75rem;height:3.75rem;top:53.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwS4gC2aoQ0axrQJstRltFRnIqTsSZOE { width:0.625rem;height:0.625rem;top:53.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #txCNJHG4y7FnTuhkGbDDQunJID3pSlkf { width:47.75rem;height:3.75rem;top:58.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItNfxiQu0rLS5XmDnI8hqBpAEF3RlmJZ { width:47.75rem;height:3.75rem;top:64.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mE0PMNSCvKN1yWTsT89xawViZ45NxoJb { display:block; }#mE0PMNSCvKN1yWTsT89xawViZ45NxoJb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eDrEBTS7nV1g3DN1CMxZem9VVi5aB3nK { width:19.8125rem;height:1.25rem;top:2.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T17V8T4qvnwlSFqwye2GHMBNc2usNulw { width:12.4375rem;height:1.25rem;top:2.5rem;left:6.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5u3E87BvuXqhpBNRkGoAUsTbRL9ADQU { width:18.375rem;height:1.25rem;top:2.5rem;left:29.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6ukp3zrcew4VsZ2QZWcWGeIGNFG3cG8 { top:2.5rem;left:19.375rem;width:9rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QaxXw7CtX7eK3oPmnWvHcmGBngTk82da { width:6.3125rem;height:3.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAlZT1RX1kyoTcGJCwSl9GzUpdscO1w7 { width:4.9375rem;height:3.4375rem;top:0.8125rem;left:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aZcsalyWuP4SxtoLgSJxqrZw81vhVEMP { display:block; }
 }@media only screen and (max-width: 763px) { #ZZU9N39QUDMPIvIB4sGzZUzLyQoB4HLt { width:4.9375rem;height:3.4375rem;top:0.8125rem;left:10.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MCTBnXq8flVvuz1lsRatsBSQP0ObfI26 { display:block; }
 }@media only screen and (max-width: 763px) { #UX98v6yL1ChnycFRkGLCmT2gt9SFScO6 { width:6.0625rem;height:3.4375rem;top:4.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rz79B73akNTTm1tlSNhkigUuhWyHqUIb { display:block; }
 }@media only screen and (max-width: 763px) { #OBfEKoTgeKQlTEg1ToIyOHPX0DCdm9UH { width:4.8125rem;height:3.4375rem;top:4.8125rem;left:5.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LPCkrlUNxEpK9oZdozi9LHfoD0UO1Vzw { display:block; }
 }@media only screen and (max-width: 763px) { #Ku01maJKxGPlbVrZ2ZwinvruURbd1k01 { width:5.625rem;height:3.4375rem;top:4.625rem;left:10.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ywQXRJ1cgdVr5iVL4VrCeO9tPk3kVMpV { display:block; }
 }@media only screen and (max-width: 763px) { #fyHmvOmoWKn0a5nLqzI9WOX10AHBRpR9 { width:6.875rem;height:3.4375rem;top:1.25rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEbuiCXP1wXndCiVc1ps61gLCkuJcb5T { display:block; }
 }@media only screen and (max-width: 763px) { #nr3Za0ZQs3vh4ReZIEFhdAEwb68Uqfic { width:5.625rem;height:3.4375rem;top:1.375rem;left:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rAuevmFqsUh5esCyvhU3QCIQ2BEoFMXL { display:block; }
 }@media only screen and (max-width: 763px) { #NNT8kJtkfeZLPir3JiPpsUMH5N45Dvky { position:relative;z-index:auto;display:block; }#NNT8kJtkfeZLPir3JiPpsUMH5N45Dvky > .row .container { width:20rem;height:14.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nGqmDKmHI6vPI6qxoQTaqyLWq2dKs0mq { display:block; }#nGqmDKmHI6vPI6qxoQTaqyLWq2dKs0mq > .row .container { width:20rem;height:101.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nwDGzPBaQcZXJn9K7912GA2hZ4rhdSeZ { width:20rem;height:5rem;top:25.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OsgBTx41hd6kuGGwzB2lRlOOXr1TJwnl { width:20rem;height:7.8125rem;top:31.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KoHKTzlbNyPibB5gxsGcaAStl3rXN7T7 { width:20rem;height:11.25rem;top:39.875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gasSVJKKO9DnhAlAeLRokhLS86h3LkzE { width:20rem;height:6.1875rem;top:51.6875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lGaTnaEi5T4U8VdTMHgKWgoWkqDaTbC8 { width:17.0625rem;height:4rem;top:58.3125rem;left:1.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jx37XoptipIA4d3pQUB0hGL1i9yA37iJ { width:0.5rem;height:0.5rem;top:63.5625rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcX1m1UF1fOWPTawLmmSuTdQ7CpZIx6h { width:20rem;height:1.5625rem;top:65.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hygRih0WrAN0fv6BKTUQqJM1TLC5KnN9 { width:20rem;height:1.5625rem;top:69.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HzvLhl0cPq8hyqAkHiTv8b3xb4CMXgyX { width:0.5rem;height:0.5rem;top:68.125rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvliJBGZsTFwoviTOThAV99G0B5ruNwQ { width:20rem;height:3.125rem;top:80.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lkzmQhPI4TF0RELqoAW5AmklQhHTK85v { width:16.5rem;height:3.125rem;top:74.4375rem;left:1.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eaHA0FtW3U2BUcXINelElG7ZyezasQZc { width:0.5rem;height:0.5rem;top:72.6875rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQR1TlTiEldAH5kgEwy3ldnL3M18DRTx { width:0.5rem;height:0.5rem;top:78.8125rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHLQ5MVoybOqJpOG60IsiUlzAKbNlMo5 { width:20rem;height:4.6875rem;top:91.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WBEOvZiiJQAQqrs9CVeRdp9wtv6iOayg { width:20rem;height:1.5625rem;top:86.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fPTLO9HIADnyxTr3xfk2LpMiJcd7EEHI { width:0.5rem;height:0.5rem;top:84.9375rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnF8ouVQ5bnCUmxmQOCTcJ0cykHuauhb { width:0.5rem;height:0.5rem;top:89.5rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TA5nlNXGNznUgSAXQvJwzQhVyvI1ceqx { width:16.375rem;height:3.25rem;top:97.1875rem;left:1.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V66zTG7kdIG3x2i0paHwP9iEEfFyDUBs { top:1.25rem;left:1.5625rem;width:16.875rem;height:22.625rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XwlBzn26GEaRgyLivrmRTITMsuT5oDaT { display:block; }#XwlBzn26GEaRgyLivrmRTITMsuT5oDaT > .row .container { width:20rem;height:25.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HROlF600lIEcBxnVZXTL7IhmhOkwTJmX { width:7.6875rem;height:7.6875rem;top:1.25rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwVyWAEQeIteDkbdQh4gZaHRwd6mPV58 { width:12.5rem;height:1.25rem;top:10.1875rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SDvatR0IWm2UFhA0HtoTeEHPzqBWNNWN { width:20rem;height:7.5rem;top:12.6875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z7F1kTHZdV4Mzs5w1KptrMMOJoXL6NeX { display:block; }#Z7F1kTHZdV4Mzs5w1KptrMMOJoXL6NeX > .row .container { width:20rem;height:110.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cflFXBlvyKZ66I5J3c45KQBmr4rhy2Gl { width:20rem;height:10.3125rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SEX2MI1DkLbHhm7vnphwmAKAUw0eNgt3 { width:20rem;height:8.125rem;top:18.3125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BTgCGqEwnU7vMEq0fVOEF19kpxEBn6Uc { width:3.75rem;height:4.25rem;top:12.8125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxGDO6wngzb8EWRAnXGVetAr6ZoMP0Gl { width:20rem;height:7.5rem;top:29.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CGFL4HGgadRiksMJVbNDgBCHXukpnhWg { width:20rem;height:6rem;top:46.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vbJJv7vhNs3RbghrZn9Z5VH5D9pT6O19 { width:20rem;height:6rem;top:64.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dUdceB3laJQS2MPvgHM9D7xTM0pMSt3R { width:20rem;height:6rem;top:55.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #if57DHc14ncXPaBxlVZrlyiyfhJLyUKn { width:20rem;height:3rem;top:40.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ytT64OEh9pEM5WQRTeEBXtxCVxSPFGqs { width:20rem;height:9.75rem;top:71.8125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P02mPBrl2NnUdDD8xcNFDqT4bgnfkduy { width:0.625rem;height:0.625rem;top:82.8125rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxNDJrNRKZsrTpOXdxcI8TOGXs5Mb5yF { width:20rem;height:3rem;top:84.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ioSxNmF0sL5wHVLLrzGIhtTn5BTOOOfk { width:20rem;height:3rem;top:90.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TtGG1NWWP1s3F4CRkoMrI1xfrAQa2hFD { width:0.625rem;height:0.625rem;top:88.9375rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTsSSM2HqJ5PQcNaDGq150VSbf7xz3Ni { width:20rem;height:3rem;top:96.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Uxvrvw5S3P6Z4bwMQO87fvzFdh7sGmxa { width:0.625rem;height:0.625rem;top:95.0625rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyAURyEa1bGLS3Ruee98dmidTgv6qhXu { width:20rem;height:3rem;top:107.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WoogB5cJPkqMeMr1TNB8W4JZNrXpDGWI { width:0.625rem;height:0.625rem;top:105.8125rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNknMulkCBatfTyGooHDawdv25kdFd3V { width:20rem;height:1.5rem;top:103.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gNd23u3Np2I0gByTIoA9tOIQlGSvC5st { width:0.625rem;height:0.625rem;top:101.1875rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJOezvDud94C3ZpINQLnsCZqKH6gTufD { width:0.625rem;height:0.625rem;top:27.6875rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1tnFGytrCbZgoVdALMykTkn6eUITgtv { width:0.625rem;height:0.625rem;top:38.3125rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAToOBJxtPSXLOT6T7ETqHCzSCblMkTl { width:0.625rem;height:0.625rem;top:44.4375rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6uhBkbiKARtfeep0pCggJSQ4L8aEtZu { width:0.625rem;height:0.625rem;top:53.5625rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAoeMzF0oTkI5xAbs9OGvF5kZBRRdErn { width:0.625rem;height:0.625rem;top:62.6875rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIyOkP0JXJAB3bPGIfSp3uht6sonncgn { display:none; }#MIyOkP0JXJAB3bPGIfSp3uht6sonncgn > .row .container { width:20rem;height:6.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LgPXCK71bJkbgmpRMRDna45tp7m4ERIL { width:20rem;height:4.125rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCsIEZwd1vTkLniDCcKRMOlglE6KUxRN { display:none; }#wCsIEZwd1vTkLniDCcKRMOlglE6KUxRN > .row .container { width:20rem;height:111.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QMQrJJQC2kf8M7GV5KXZiixKvXTua0uI { width:20rem;height:1.25rem;top:4.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6Bg2Nt3QAeo1mEvWR6HGpnE41nrtMw6 { width:20rem;height:5.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eepN8qpyFwk6TqHICluC5Qxh5S7CFIwO { width:19.875rem;height:31.4375rem;top:8.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM87VdaeR99MUdQMNh7i2nKoI6PGOTif { width:20rem;height:1.625rem;top:8.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HPhRci04aUxXDM0Oclxz6uEgV8NRuHpQ { width:20rem;height:2.5rem;top:11.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HeF8TnZzJdVxvM1oAXwa7NRm9GO2XQck { width:0.625rem;height:0.625rem;top:11.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sv6KctQZGocTvDJlQJR55iq7Me09pKxO { width:20rem;height:1.25rem;top:17rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V13xaBXqExutrdZkTPNh7W26vl510Tap { width:0.625rem;height:0.625rem;top:17.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vm02bCZFaUkFDTCKnVd92JsKwo9wANkE { width:18.75rem;height:3.75rem;top:20.8125rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oJldcSIZ9AeOcQzsMvQWd3fw0yGRJSTn { width:0.625rem;height:0.625rem;top:21.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #obPrEdrgDvemMgskoEnfCLrPexnCOshM { width:18.75rem;height:2.5rem;top:26.25rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pwy62af1xk6CgTTaxwmBAAgV8GaTdTQN { width:0.625rem;height:0.625rem;top:26.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdHV6n3OxOADAmIkCiMFpFKKUzsKVC2J { width:18.75rem;height:5rem;top:30.0625rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zTo0MZU4lA7EXmo2IaBmNrlBlfcRuL12 { width:0.625rem;height:0.625rem;top:30.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnoZp4qtwV8IwMG3M5FSLnx9yEpcI6T9 { width:19.875rem;height:25.0625rem;top:41.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aoa1OgcCSXDy6UcaIFMntQconTywwu8f { width:18.75rem;height:3.75rem;top:53.125rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I2vLdHQpHBcNmVN1P1Cx7UW02EWedQG7 { width:18.75rem;height:5rem;top:58.4375rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xb8y6FxTFLuHFbgUGny4TfNXml1q3si9 { width:18.75rem;height:5rem;top:46.0625rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N5P0PFJfOlrEocG4SkE2tdklUNkVNd56 { width:0.625rem;height:0.625rem;top:46.5625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1ToTUkcwPDabQThSDgodrwxQQQaAsEu { width:0.625rem;height:0.625rem;top:53.625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #abfEcd7Me3Mhnnlxpg7ll6bbT3s3nSiI { width:0.625rem;height:0.625rem;top:58.9375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKX9qzDKmOXmyAnhRsf5B0eLtZTvTh23 { width:20rem;height:5.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWPW8b4bv0Bfffkk6DqILX4M2SNGtnZV { width:18.75rem;height:3.25rem;top:41.6875rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldeuf7AnBibTpWQKs5xdc0VHqWazdNf3 { width:20rem;height:1.25rem;top:4.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0UmCrhklEK1MgmgMidz6QipL3N0ETGb { width:20rem;height:1.625rem;top:2.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R87o7SPbHfAa4zafUDQ6fFsDGqOnyup8 { width:19.875rem;height:34.375rem;top:67.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t12ReLt7y0mnPwiT1vttTx0GTp8sKPhz { width:18.75rem;height:3.75rem;top:70.6875rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B2dBN3rObdblZxiIkHa9MgnmCHiTEqsO { width:18.75rem;height:1.625rem;top:68.125rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgCnvPphDE6Riqg2mo6AMDqWyZ3Vp5Sh { width:20rem;height:5.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbMpAK8UQhDdonKsH7Tbhc96424f0alb { width:20rem;height:1.625rem;top:2.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9SrFsukJzOxZhd67GDlKwguytz8ic6a { width:0.625rem;height:0.625rem;top:71.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w546yF2vrcQx2kWTU7bvzVMPpv9Dlk5w { width:0.625rem;height:0.625rem;top:76.5625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWonwIFwfty6E92mbGnS543uRWEZMFbX { width:18.75rem;height:6.25rem;top:76.0625rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bT7SuNZCUv5F6cTWUBi0lTvFS6tatd1S { width:0.625rem;height:0.625rem;top:85.25rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsx502h3IJ0TGwd5AVJRHhnu0iPswgNi { width:18.75rem;height:5rem;top:84.9375rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wBHQMCuBdBNTgwl2tzZzPfEAhuzLtFxp { width:0.625rem;height:0.625rem;top:92.375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdf7iaOXR84WbgBlGxAUrX6ehPC0u8dS { width:18.75rem;height:5rem;top:92.0625rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Skh3nyztbUlhCdHiynpRT5pNKe8nHZN9 { width:20rem;height:1.25rem;top:99.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KoHaRmC1XL238KTgCT620RdJZ3SrTZzX { width:20rem;height:1.25rem;top:4.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrZkx1EiTcXgM0XetECosTVz3xD1B7bH { width:20rem;height:1.625rem;top:2.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyxTkmNCuiBmNZIfOQ2VGyVZB92cLAWf { display:none; }#pyxTkmNCuiBmNZIfOQ2VGyVZB92cLAWf > .row .container { width:20rem;height:4.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nk89mqXhJVkHrMBhWZb1T8UWCyZy2OrJ { width:20rem;height:1.9375rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnM5rUCmzP05XhhmuiMAQtZzpn7Gz5wH { display:none; }#cnM5rUCmzP05XhhmuiMAQtZzpn7Gz5wH > .row .container { width:20rem;height:19.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #g6T9DtkKK01hb8ZumQKuTEcILiMZRymT { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bfX7ZGOSgmrC0qiXTrLbiQka95RcslGJ { width:15.625rem;height:2.5rem;top:4.125rem;left:2.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ma29HNw6yR7kDwte7DETGq8zzR2bqfoc { width:20rem;height:9rem;top:7.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pWcTvdrSp9X2kNbTTdJMiCM7V9quM64R { width:20rem;height:0.0625rem;top:18.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lB82fMTB2A0yhTgqUtpMXqam89mbhJI0 { display:none; }#lB82fMTB2A0yhTgqUtpMXqam89mbhJI0 > .row .container { width:20rem;height:24.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #i91BhnDWHTPFCGAaK1zFsCASOnOfI9Re { width:15.75rem;height:2.5rem;top:1.25rem;left:2.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FOIxaAhLDuQRF2L87R4y6bGL4e4PdPGT { width:20rem;height:16.5rem;top:5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #McTLDpWONmHBZd1eQBc1HZIakDQtz0J7 { width:20rem;height:0.0625rem;top:22.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f40a6CAU7MqiAHwtKTb1U9pCrx4NbBd7 { display:none; }#f40a6CAU7MqiAHwtKTb1U9pCrx4NbBd7 > .row .container { width:20rem;height:19.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SC9rtPatIDHTaCItbUUoav3XTXCK95D9 { width:20rem;height:1.25rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LCUVT04QzoRrM2gwFlRp2c4NRy6MQrul { width:20rem;height:13.5rem;top:3.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WX5Ix8e2wWqOHyRHsmttlX3hdo9UEioz { width:20rem;height:0.0625rem;top:18.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJfMOTNbyXJTf0zRQgTJGnHpNHNlT4av { display:none; }#ZJfMOTNbyXJTf0zRQgTJGnHpNHNlT4av > .row .container { width:20rem;height:10.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mBJTTeuTFKxlTNflspSvvgh95SCrexDm { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXg774rw57Xatx0nAFOTDK6PsFyNpdkP { width:1.875rem;height:1.875rem;top:4.125rem;left:9.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zo5FUdbCKbyTR35UA9H39pxnWgd4Iiaa { width:1.875rem;height:1.875rem;top:7.25rem;left:9.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfWmgf0sndHWwWxg29NDoOx7D2MRDMK5 { display:none; }#zfWmgf0sndHWwWxg29NDoOx7D2MRDMK5 > .row .container { width:20rem;height:206.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xPAvmaXZLruOFruAkZex69ZIeAu7yEv2 { width:20rem;height:1.25rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uHDgVmW5syxkChA0svMyD6JPNNJKXAgG { width:20rem;height:10.5rem;top:3.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mHKHtkKOQb0HvGDKXgtvMX7ZivUJf5eq { width:20rem;height:0.0625rem;top:15.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvT2iuCTT4E8tt5m0GVGRkLVy1SlsBxE { width:20rem;height:0.0625rem;top:37.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #thFyZcxfdU6duiCuwoUT7oMoMzryn86Q { width:20rem;height:16.5rem;top:19.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AUKBt2Cd6e2OaNT0EOk3X11hzE4ewKho { width:20rem;height:1.25rem;top:16.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OJCmsNzVoTq6gZW7V9liSUsliSNwH4fK { width:20rem;height:0.0625rem;top:49.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxMXbVKU91VhTqAk5x1pOIURWXrL8dJ7 { width:20rem;height:7.5rem;top:40.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ItfxnOwVwNyCDSZxhZCxJcvDlKl0ipfT { width:20rem;height:1.25rem;top:38.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aGCwlupbi3UpBKlsVROSufmxDZ1nQV27 { width:20rem;height:0.0625rem;top:64.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVUnS0TO0etaGiqAA27C5hZvvJ4qsTZU { width:20rem;height:9rem;top:54.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cFOkkLOyJZ9qgDSTk1fp0DFDmAn9pyBq { width:20rem;height:2.5rem;top:50.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w1nIi00a2LgZCmfnxVquEKMJT6FF9MPD { width:20rem;height:0.0625rem;top:80.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET057220pMsHwSekCVApeBTkwdzIpLUK { width:20rem;height:10.5rem;top:68.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zHk5KIsP37DCL341xTpNuNT3pbU6vGg2 { width:20rem;height:1.25rem;top:66.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AKnBhsbk8ipPZrxhb8Tu24GBDh0yw3sk { width:20rem;height:4.5rem;top:88.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Elf39z1TFx0c7c2e8q0ozMziR9m0zmMM { width:20rem;height:0.0625rem;top:94.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KD5gsTxyTcrG59399vtd6AK4b6r8ibKI { width:20rem;height:2.5rem;top:84.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VsqbCoaJyJAfVIqHcLkeRoAuDXyagcQT { width:20rem;height:1.625rem;top:81.8125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ey44sMzDtB0CCrxIetE9T7hANp21I1F0 { width:20rem;height:3rem;top:99.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VBSOFK3h4vqcTiTFklQ0faxkhuVrfkwu { width:20rem;height:0.0625rem;top:103.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kezVRfDh9RwprQhCxhT6l2ROTuLwK34r { width:20rem;height:2.5rem;top:95.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I7hFKwpo3hecETmy8suGRNHyCxfD8wWr { width:20rem;height:4.5rem;top:108.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n7N3DryeSF4aFCCZSOH8T6DTc6KtOLz3 { width:20rem;height:0.0625rem;top:114.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcIvAwEiIm3Lv8VuAcCzoVm6BhyzQ0zH { width:20rem;height:2.5rem;top:104.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hqOCu8uOgdXyOTlFWm3QmqCu97zLUERS { width:20rem;height:0.0625rem;top:126.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tixkbKPTX7vzJXymuRQq3Ozl4gFzziZW { width:20rem;height:6rem;top:119.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wrVw8BSNzUagU4iZEsTgp7WhIxoF1X4t { width:20rem;height:2.5rem;top:115.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kenFlEIuILdVuJm9UE82u7gOhNkqBqGK { width:20rem;height:0.0625rem;top:143.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #knk1LxSR4Ak0p7MfROfKkzVl6GIt6JPQ { width:20rem;height:10.5rem;top:131.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JVlpPIKpmvZaPU9BIMMUcE3i3AzW0A9a { width:20rem;height:2.5rem;top:127.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WyJUDp4dw5ldCg88icRpnOSOzNbJlfFT { width:20rem;height:0.0625rem;top:161.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhgqX3A9czNVVUrt7Zh9tT7zMRnd8ffa { width:20rem;height:12rem;top:148.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lw3CbavhdkGonf2PkXWl8Z3fbMGxhI46 { width:20rem;height:2.5rem;top:144.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cimLJEsTrfTrk79rvcV6atWWyXcJdq1g { width:20rem;height:0.0625rem;top:177.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ocwx67itF7wDo6yfx67qowA7ySI92nKP { width:20rem;height:9rem;top:166.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G0g8T1tdvIZss5LMGKMgOwPtSphl8nTu { width:20rem;height:2.5rem;top:163.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HufciXfsm3Tved6BLxFipkX9wXN77RB4 { width:20rem;height:0.0625rem;top:189.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fox0ER9m4tS6XxenPzdt4TVxxJ5qXsCu { width:20rem;height:6rem;top:182.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gXirxadBeP1ZRl5w3tpTgxMtwKhGiJWK { width:20rem;height:2.5rem;top:178.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BLItfS1X2QWyfAFi6SMNSQTM3y6cQVWS { width:20rem;height:3.25rem;top:190.6875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #awqLcTXBuRTrbeEPO84aT9eiJH0eH3AE { width:20rem;height:10.5rem;top:195.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LRpHfg2MROKPvTAcQhZkVXrTwiWm7m4d { display:block; }#LRpHfg2MROKPvTAcQhZkVXrTwiWm7m4d > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i2T3dipoHEgG96Cwy9Tc1eIcdaXwADc1 { display:block; }#i2T3dipoHEgG96Cwy9Tc1eIcdaXwADc1 > .row .container { width:20rem;height:5.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sRUh4lZXRDP47JZtxKwv6oGwmkLLZP8J { width:20rem;height:2.0625rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcLZn7cpgygyCZECzmRccprLiuuZTfLz { display:block; }#vcLZn7cpgygyCZECzmRccprLiuuZTfLz > .row .container { width:20rem;height:157rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lvudM1Rvee78ePnbTD3FHTd6NOwaDFtR { width:13.75rem;height:18rem;top:1.25rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yt3R0ldUi1alRfbbGsqzk9pI12yrdETK { width:20rem;height:3.875rem;top:32.75rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E0gbBDebU8tCsUzoEhWo6wRveSUdpx9c { width:20rem;height:3rem;top:45.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UNnKZBQ4fTChEkTXUoUPiuOTfEMcVtT6 { width:0.625rem;height:0.625rem;top:44rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mim54qwb7o7yrnDdJqo3n15rsASMMHme { width:20rem;height:1.5rem;top:52rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h04qFZaalDE8mmPTEDRFa6Z4KbQg4szk { width:0.625rem;height:0.625rem;top:50.125rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAglACOKsTcoMhFFTTI4FloDgH71R3w7 { width:20rem;height:4.5rem;top:61.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PdyctrJlvHMOfgTVTzSTGnGvUdMiBT9F { width:20rem;height:1.5rem;top:56.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SapaiB8fvNVMU52yFxlq0DZlhIUREGqb { width:0.625rem;height:0.625rem;top:54.75rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGGb33qUCn019nqMd2Myei0aMkSUTnon { width:0.625rem;height:0.625rem;top:59.375rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBZQNofXlTJsTz3sFyle5zX0BV9qkUBv { width:20rem;height:4.5rem;top:76.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JzyeacTTf219K6HWW4lHGwmPXz8sRzQ1 { width:0.625rem;height:0.625rem;top:74.625rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffGavcCfKqKRNNNTWZRCdbbeNTJLaSWb { width:20rem;height:1.25rem;top:94.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K2dQWQuWi0p7Fpt3b8yamHaRp2UqtPOs { width:20rem;height:1.875rem;top:97.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p0p9PqkRrfgbqt9i7X0EdGX7CRZQJHzF { width:20rem;height:4.5rem;top:102.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B8HUR3ckfxtAhtMkZR4KzaMaVk9QeUBe { width:20rem;height:6rem;top:109.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bOFqGKZb3XbmGrzfvfrnBlIMo314UVmq { width:20rem;height:4.5rem;top:125.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qny40DXS5HUEJGt4L8ERUbbiVaCUyHLk { width:20rem;height:7.5rem;top:132.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PzCB9KKCGEztfbpWuqThWtFWTMPxbRMW { width:0.625rem;height:0.625rem;top:131.0625rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RflEKkJiZaT62Hukl81z2SLRFmAKEM44 { width:20rem;height:3rem;top:143.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b235pEgTbzwlKH07BkO71SpArNrthP8B { width:0.625rem;height:0.625rem;top:141.6875rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuNtJMbF7TKNiMhrwhRTxpngE5xWquXP { width:0.625rem;height:0.625rem;top:100.375rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0oBfRJRWnRVTsF86RMTyRZXuJiOlJwu { width:0.625rem;height:0.625rem;top:108rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIELw3ADd5ud9vfqkW18uvxCUbPQU4nB { width:0.625rem;height:0.625rem;top:123.4375rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zb0KNoxc2tcT5LlWl7Nl1iJFwptK9Ta7 { width:3.6875rem;height:5.0625rem;top:117.125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrXsRQQnUWdCt5q4ZbWxN5nyPT1vWgG2 { width:19rem;height:5rem;top:82.25rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQ4wRRVR3dqKwT1l6FUZ25kLDBqglH8Z { display:block; }
 }@media only screen and (max-width: 763px) { #ae5VQxsZH6CDyiq5XJEXZT1bMssQoHQi { display:block; }#ae5VQxsZH6CDyiq5XJEXZT1bMssQoHQi > .row .container { width:20rem;height:51.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VR2LTlktLTv6yTaqGgwXb7uE4QpFJacR { width:20rem;height:1.9375rem;top:20.8125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GXVxp7JZd3gTeJ0gc6uQCKi3XTa2ciob { width:20rem;height:1.5rem;top:25.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BycCWRQguxDGHvuniCINvcCUxIHbx2dZ { width:0.625rem;height:0.625rem;top:24rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6TUrhKfVPxzy1frbTC7iKeMMGQ3cQss { width:20rem;height:1.5rem;top:30.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cUMP5wZGfoVo6yymtKTKuV2y6RWa3Hu1 { width:0.625rem;height:0.625rem;top:28.625rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1BL01WN39EmSHZram6vC270BGR3Jn0l { width:20rem;height:4.5rem;top:39.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XR5WfmToiETlphJw803MgMQx1N4wU7OP { width:20rem;height:1.5rem;top:35.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qJTClo0CcQ93agDTyiFntRzI7sVQI7GK { width:0.625rem;height:0.625rem;top:33.25rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cn3WFwoSepzkwooRZlnuwoMENq5AUVz7 { width:0.625rem;height:0.625rem;top:37.875rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrzgXt8Zm1cHhAu6rWksBnzBVlzrdSEo { width:19rem;height:5rem;top:45.5rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3fMBUvnH4dU3gxbuq7BhcIEvAQ3n704 { display:block; }
 }@media only screen and (max-width: 763px) { #naLgfyZKmAbqAysTTGM6RC2XWOlKVLTI { width:14.5625rem;height:18.3125rem;top:1.25rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvD9iQE67lJADppXsXoV2WiCiyRiKu7H { background-color:#ffffff;background-image:none;display:block; }#rvD9iQE67lJADppXsXoV2WiCiyRiKu7H > .row .container { background-color: transparent; background-image: none; }#rvD9iQE67lJADppXsXoV2WiCiyRiKu7H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rvD9iQE67lJADppXsXoV2WiCiyRiKu7H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rvD9iQE67lJADppXsXoV2WiCiyRiKu7H > .row .container > .video-iframe-container { display: none; }#rvD9iQE67lJADppXsXoV2WiCiyRiKu7H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rvD9iQE67lJADppXsXoV2WiCiyRiKu7H > .row > .video-iframe-container { display: none; }#rvD9iQE67lJADppXsXoV2WiCiyRiKu7H > .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); }#rvD9iQE67lJADppXsXoV2WiCiyRiKu7H > .row .container { width:20rem;height:86.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kXTHeGhyliuUJ4iCQNSc48OKRAHkiNXE { width:14.875rem;height:3.875rem;top:21rem;left:2.5625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FlfaUapflJ5ahKHyxJPXXqdT02GuLAgd { width:20rem;height:3rem;top:41.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EU6LAPyBguOsaJk5lv6lWyvXF7ZFh3hV { width:0.625rem;height:0.625rem;top:26.125rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yner2HoXUeNX1cDJ34BpHymAArTZgwSm { width:20rem;height:1.5rem;top:53.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fdsBA9QzCsy1KQDC8qHMvpMkmNuqLwkG { width:0.625rem;height:0.625rem;top:39.875rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilpdFxuZoBBGIdIwltwqFrEKCRECq3A4 { width:20rem;height:4.5rem;top:62.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V96rcDTTifRWOa5hdcixETPCOqHXnylT { width:20rem;height:1.5rem;top:58.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mdNVTo66b58XTeWDcryEWu0KnLxHq5uh { width:0.625rem;height:0.625rem;top:51.75rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfvgE7nSiD5mpZu5ew4JxJKGtgMS3R7f { width:0.625rem;height:0.625rem;top:56.375rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGvBR1I4KBUPmnHhdxyRMrp3CURdXKW1 { width:0.625rem;height:0.625rem;top:70rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zH0LmbiQUMpkMdaJpNNVTmDTeTRzqISU { width:19rem;height:5rem;top:77.625rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMupqcNXOzyMFoVnulX49XOLNA3qaFie { display:block; }
 }@media only screen and (max-width: 763px) { #iNWbcS0nky15WTwaAQTfmH0eXQOzEUSE { width:20rem;height:1.25rem;top:83.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #szUrIDSyPFkIl3UJnin8la7L7DbMbnAA { width:13.75rem;height:18.5rem;top:1.25rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gg2eGFQRN6hHgxtTiE9he52HVBaIJEuI { width:0.625rem;height:0.625rem;top:32.25rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6ChVSxwnzl6dOwlncTGkUnlaKK2UWm7 { width:20rem;height:3rem;top:28rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cFA7QQFLmvxntvXHLGTJ4Q6HGnAm7KUr { width:20rem;height:4.5rem;top:34.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qGJsrB7FMXdgzEkv6d3m5LyuIbmoK8Pg { width:0.125rem;height:0.125rem;top:61rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSysQEMSs239CrccbrsK2dMy4amWDicx { width:0.625rem;height:0.625rem;top:68.125rem;left:9.6875rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #vMqstvxhtpFzxrWHMxC1K1IfUrroPprO { width:20rem;height:4.5rem;top:46rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #PA1FALNH8rhJN01XT3Ghm2RnFrxLQ21K { width:20rem;height:4.5rem;top:71.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zQ1b7kvg49amFeiP3N0QyOMi8ue1BHS0 { display:block; }#zQ1b7kvg49amFeiP3N0QyOMi8ue1BHS0 > .row .container { width:20rem;height:7.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EsXEJxn5HUg08c0DiRbV99EHgkQgbxft { width:18.25rem;height:4.125rem;top:1.25rem;left:0.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLByiGgpFo7WTxck95SvDcTHD7mStQQ0 { display:block; }#DLByiGgpFo7WTxck95SvDcTHD7mStQQ0 > .row .container { width:20rem;height:142.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FZeUZFg6c9FKaGaoQyT719q6q8S5p1Kk { width:20rem;height:40.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0KIRe3dZs9dPniRo63MHnILS5lnOkuE { width:20rem;height:1.625rem;top:3.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLG63uA7v7XSc397qeXZKiyGpT6DforH { width:0.625rem;height:0.625rem;top:7.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmWaxvMQRNxzQg1toqskiLZhTMGcw5Ks { width:18.75rem;height:3rem;top:6.5rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tKav9sUv7KJiU22ddTmieEcOD39dWX3i { width:0.625rem;height:0.625rem;top:11.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSTIBcmHphcLD8LT9VqCmvZlDX2EAE6q { width:20rem;height:4.5rem;top:14.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ohGPGH9Gf307LQXyPAqan3sNl21a06qt { width:0.625rem;height:0.625rem;top:15.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHc4BzpV3PiRJKRli7l1ikKODZwfRz1q { width:18.75rem;height:3rem;top:22.0625rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O8Nr20EwfRImwhXmXWrXThQUytkgxNS5 { width:0.625rem;height:0.625rem;top:22.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENCAuntJo1gTg4SXuVXT08uKbRkHIQWW { width:18.75rem;height:3rem;top:27.5625rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uByfdKuMMTMFdCQ3qtoCFzJpIdv16ixh { width:18.75rem;height:5rem;top:34.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ld0yoVeomq6aQ75V3vlk6385PpVeFvFg { display:block; }
 }@media only screen and (max-width: 763px) { #BUhcD3TWlXkcF0CoIaEyXboEHwGGkz2T { width:20rem;height:1.25rem;top:39.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hr4cxWH6D5aNhz592nePZm88a4fCRVC8 { width:20rem;height:45.3125rem;top:89.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFBMLWWnCzypBIpLvPtSRbUUC3tW9b27 { width:20rem;height:1.25rem;top:127.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQfkXx4NBlrNlGTgTvESJWLeCPfakVL9 { width:18.75rem;height:5rem;top:122.25rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9TEEZTDrsgIs0gABUsRVWwDdfERdxwW { display:block; }
 }@media only screen and (max-width: 763px) { #i3UTqDXSklBHzesTrJyh1RPzzmP5qgow { width:20rem;height:3rem;top:115.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RPmicVTt4KKlhabRZgAVhIgZeXg61llc { width:18.75rem;height:3rem;top:110.125rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FBXvse5bcHLia65cc9hWPpVJBn9WVoGZ { width:20rem;height:4.5rem;top:102.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iKkUtx1ctZWTahnped1A1K3RQHGWT53C { width:18.75rem;height:3rem;top:94.5625rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GG1bB8rE6mzWOcp0TWJe528uIBT0Tpnv { width:20rem;height:1.625rem;top:91.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aalWkaAg8wovwMgowoGVEtFmNL8E4h4s { width:0.625rem;height:0.625rem;top:95.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9okVfq6efQwsZrZT81uZsuQux0is5Ng { width:0.625rem;height:0.625rem;top:103.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPZDZIVTGm8BG2N5Wzzm493KOFoyebR8 { width:0.625rem;height:0.625rem;top:110.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2ZDbIntrgZqqvBGOlW8TQ1HJ6xS3nw0 { width:0.625rem;height:0.625rem;top:116.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLObsWpeddVCbVTOQ6gUwXQoZ0seA6Bv { width:20rem;height:1.875rem;top:119.5625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lqBq6nkKOT0clTLZbwC7TPKX7K3WpPXN { width:20rem;height:45rem;top:44.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWGIaPKcGm66C0ookH1FaO4PavX7acvE { width:20rem;height:1.25rem;top:86.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2uT5kcVcWQPK2iyvLNMRQ3n9gAmI4tH { width:18.75rem;height:3rem;top:66.375rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yq2aXXEcmLuDBGB1N52vwyt7d9Oe69vx { width:18.75rem;height:3rem;top:71.875rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NtGbRLKoKSCkVEIaSOHhLx5kFcvvZ5PG { width:20rem;height:4.5rem;top:58.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CVefVGX9eZAi5BeCb0h5iOuwShmvWwTL { width:18.75rem;height:3rem;top:50.8125rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S55PgtQi81Aq52P7dqB18CXOdC3y1IfO { width:20rem;height:1.9375rem;top:45.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEFDyf8CLnie7LGkDyszC96XTJmt0Cxx { width:0.625rem;height:0.625rem;top:51.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxbsERGhBFZToCDhy8WbfP5Nq6ySBnie { width:0.625rem;height:0.625rem;top:59.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHnKZT12PL2GWincCNsLif1pvK9bBB5C { width:0.625rem;height:0.625rem;top:67.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZG8uVeqJaFqEpZBU6Q23dsF7FhfvqUM4 { width:0.625rem;height:0.625rem;top:72.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZcX042TmTVxVQKxtm12Ca0NgAZEXyoT { width:20rem;height:1.875rem;top:75.8125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pBK4OxCK992AHfM7Glz4g7l0bzeeADa5 { width:20rem;height:1.25rem;top:47.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4dVCKuJJOq4x2kWfRamVTwxIGoFQNGf { width:19rem;height:5rem;top:79.75rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0eG7xaKTM54cXtCToa8QTFVGtrUrtP3 { display:block; }
 }@media only screen and (max-width: 763px) { #rNK6BJJBD6DneW5TJSXLwNW9WTiwUTAk { width:0.625rem;height:0.625rem;top:135.875rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZNr2DIXaXzI70lkIIcSH41Qh3ZJpuhT { display:block; }#IZNr2DIXaXzI70lkIIcSH41Qh3ZJpuhT > .row .container { width:20rem;height:11.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v6OIR4XyC9TJ8WGIROTqwTl7JOM9vGP8 { width:20rem;height:2.0625rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtOysptBMQRqTLH6yVne6z64DLw9nqdA { width:20rem;height:5.625rem;top:4.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRpoND63PWA3sKy5TJp9pR97etC3zHlk { display:block; }#rRpoND63PWA3sKy5TJp9pR97etC3zHlk > .row .container { width:20rem;height:40.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Af0nWdcWTso7cLidZ5UBKxud3hBgbVh9 { width:4.0625rem;height:4.0625rem;top:1.25rem;left:7.9375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2Zoz8y3L1URxZtgVHTskSy2TVK0QfAm { width:20rem;height:30.25rem;top:6.5625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IKFS3qOdw5GVVRwCuv6sSkum68R7lPiH { width:20rem;height:1.5625rem;top:38.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bZ0hMuuRlrpORZnXgmGHLQiwD6qmFMF0 { display:block; }#bZ0hMuuRlrpORZnXgmGHLQiwD6qmFMF0 > .row .container { width:20rem;height:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g5b11fvKEJAx9XSbt6RuppRakq7olA26 { width:4.0625rem;height:4.0625rem;top:1.25rem;left:7.9375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #moxwR3v0SHs3HhbkESRhXACdQI9Z9lmv { width:20rem;height:37.125rem;top:6.5625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DeVR9rVMdTP6V4T5vlhBDHALSS0aJiHN { width:20rem;height:1.5625rem;top:44.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kZ3fgeUWqaCLefPHzH3x92ol7Au6dHiP { display:block; }#kZ3fgeUWqaCLefPHzH3x92ol7Au6dHiP > .row .container { width:20rem;height:25.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xvSVsuLOUUGWDBTORGIbsR2EhO2pO7ak { width:4.0625rem;height:4.0625rem;top:1.25rem;left:7.9375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKyom5xZVdOA4GGfRDxz55cshJkNBFaT { width:20rem;height:15.125rem;top:6.5625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MV3rKwtuLDRlZDTtZa7TT7JGaDKuRhN7 { width:20rem;height:1.5625rem;top:22.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oLmCnCTl05BhvPUd6L2w3pQ9ox20COlg { display:block; }#oLmCnCTl05BhvPUd6L2w3pQ9ox20COlg > .row .container { width:20rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XlULTT7CuCU6Vs87ilicb2mBAqBH4V9w { width:4.0625rem;height:4.0625rem;top:1.25rem;left:7.9375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoTF3FTvoUDcCV5aKBT6IbsFuvHSfpXy { width:20rem;height:13.75rem;top:6.5625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K81DnXQXHL1WtgZiICb33FGenwvnsSoz { width:20rem;height:1.5625rem;top:21.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vd8aR5A0K6FMb9IQCZiHMTTwbTLq7l3v { display:block; }#vd8aR5A0K6FMb9IQCZiHMTTwbTLq7l3v > .row .container { width:20rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C15erEv1mdThWzytwoZ8MFoZcVaTM6tJ { width:4.0625rem;height:4.0625rem;top:1.25rem;left:7.9375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U85EQGDnu4UR3PgCrw3rcy9R39J80CwW { width:20rem;height:13.75rem;top:6.5625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sJ1BOdhRMaui1qmctq3dlhp4AFqbaLlr { width:20rem;height:1.5625rem;top:21.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ce13pUyelXnpAL7ow1sC9bTTLVymB5qx { display:block; }#Ce13pUyelXnpAL7ow1sC9bTTLVymB5qx > .row .container { width:20rem;height:21.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XdZHIRTEs5bRCMR9vbRfJAy4VIdl26Kb { width:4.0625rem;height:4.0625rem;top:1.25rem;left:7.9375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcgBeTSGInLnMJTAvCzvwCsBA7rc8n9N { width:20rem;height:11rem;top:6.5625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gViaqdbhepLNOttq310GazsIDC287HwQ { width:20rem;height:1.5625rem;top:18.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HkG1SQAvoRrqCH2h6VrC3qHpF1eb4XN6 { display:block; }#HkG1SQAvoRrqCH2h6VrC3qHpF1eb4XN6 > .row .container { width:20rem;height:25.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hMbPTTHFgMX7WSuID5hrodSkaJQpr089 { width:4.0625rem;height:4.0625rem;top:1.25rem;left:7.9375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdRPLvRi5fi0XnBlnP9lSNF1vvIAfc3z { width:20rem;height:15.125rem;top:6.5625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oS1bAPUreS52SUr7n3Bs2xHPrVAiKB6D { width:20rem;height:1.5625rem;top:22.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wUwsJ6Rm2XrdfbELTRTcCl4aEz1yo4dn { display:block; }#wUwsJ6Rm2XrdfbELTRTcCl4aEz1yo4dn > .row .container { width:20rem;height:21.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GnFAug0v0nwtFtftVWWSEkrMZmteDfTs { width:4.0625rem;height:4.0625rem;top:1.25rem;left:7.9375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VO8zrAS5BiNe5Q7h3049rfldIptBHRbh { width:20rem;height:11rem;top:6.5625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OeTTp6KDuX9SSu20Pl9TFUtvDi4TFzrp { width:20rem;height:1.5625rem;top:18.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AmIC6uxdd1xbNDN6ZHc0QqdfvL8Hzx1x { display:block; }#AmIC6uxdd1xbNDN6ZHc0QqdfvL8Hzx1x > .row .container { width:20rem;height:5.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L7ZHac7koCVofrmluRSRbGfDM9huKCZi { width:20rem;height:2.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBAry5C96bNHJFZClwInMlkQuqSfnl50 { display:block; }#IBAry5C96bNHJFZClwInMlkQuqSfnl50 > .row .container { width:20rem;height:261.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lI5ipE8JItzx72kg1G2h2hcZwo83UkhT { width:20rem;height:2.0625rem;top:10.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2WHcNFygM13kGqsMx7xna4pT5IzlDIo { width:7.6875rem;height:7.6875rem;top:1.25rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MthTQCBbh0DpDF2R6dU0sBi9CwhihvdD { width:20rem;height:246rem;top:13.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #URuBKQq6qPgl6TdIiMTlw7StDCHgyfbQ { display:block; }#URuBKQq6qPgl6TdIiMTlw7StDCHgyfbQ > .row .container { width:20rem;height:2.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lXFApgTslIao0NhKP8ymFnGnOABUKvER { display:block; }#lXFApgTslIao0NhKP8ymFnGnOABUKvER > .row .container { width:20rem;height:52.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eeM04s91m8orU3nOwK1dQZrnOno8PizA { width:20rem;height:2.625rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtIJgSXNqcOmg8lAS82rNqwkkP9rih3e { width:20rem;height:42rem;top:9.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CF1Wm2TvRTyoAOHHSeKigoJM4VtA4KQk { width:3.125rem;height:3.125rem;top:5.125rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8yAfX4FLC3Pw5U11pGm33y2H76sALqd { display:block; }#F8yAfX4FLC3Pw5U11pGm33y2H76sALqd > .row .container { width:20rem;height:68.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i9kTHvMSx8RJBlOWTEwAv8LoOwT5KL4m { width:20rem;height:6rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXRg6dwvVzxtVX2MkcOgRD2TzHZJkp32 { width:20rem;height:8rem;top:21rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8uTfvehikGpV2UIDH6wv6OZbDNSrTrK { width:17.8125rem;height:17.8125rem;top:36.5rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U462gmA4FFTbrnzL7iJp5aG3KAeuvRIR { width:11.875rem;height:5rem;top:30.25rem;left:4.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnkxMTJkAEhIi6bW4LpTcTEUAuQpTu4V { display:block; }
 }@media only screen and (max-width: 763px) { #l22zfubucgIz40iUnlM0CImU95pOAJ7b { height:11.25rem;width:20rem;top:55.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7oiFJkgCDaQmFB3InNlRmRnD4HaVThr { display:block; }#o7oiFJkgCDaQmFB3InNlRmRnD4HaVThr > .row .container { width:20rem;height:13.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dWszsAh5eLJ9GRuvF2QqklFpGFmPJCOA { width:20rem;height:2.0625rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4deGm7vX3O3zIIA8kvg5hiWuhDZJBVk { width:20rem;height:7.5rem;top:4.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tc3ygcurZJfQoevIctdqPx6zlnpc1iCu { display:block; }#tc3ygcurZJfQoevIctdqPx6zlnpc1iCu > .row .container { width:20rem;height:49.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vVIDVZWdB5zbD9QSWlTD7CEL3de4pdXN { width:20rem;height:29.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1  { width:17.5rem;height:auto;top:2.0625rem;left:0rem; }
#Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1 {display:block;}#Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1 { width:17.5rem;height:26.5625rem;top:2.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1 #BHIHpXa03N0OgBe7IiByA8VCLSsxamqv {  }
 }@media only screen and (max-width: 763px) { #Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1 #FhX8D9FyhLTM9DQNRA45r7sUE9e3AZF9 { display:none; }
 }@media only screen and (max-width: 763px) { #Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1 #wgDd5tP0i9F3gGhHIf5TezH3exQyW2WP {  }
 }@media only screen and (max-width: 763px) { #Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1 #uEH2wM6fVxMGHtKNAAx0Htl6rXxaH79W {  }
 }@media only screen and (max-width: 763px) { #Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1 #AWFEq01WsNUZSNIet4iotPlTyoiyKpfi { display:none; }
 }@media only screen and (max-width: 763px) { #Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1 #hXZBLd54bqFAQNxu1GqEeIzQs4v30NkO {  }
 }@media only screen and (max-width: 763px) { #Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1 #PLEAlxEIuW7BcAxsIN1BpmCdpDmcNQX6 {  }
 }@media only screen and (max-width: 763px) { #Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1 #bOhXmTJ193w0CGaaW4s1GcygOaHkGMPM { display:none; }
 }@media only screen and (max-width: 763px) { #Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1 #XyHTXkIzGDcTKCzuLbuVCpCwVyuM4H45 {  }
 }@media only screen and (max-width: 763px) { #Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1 #DpLfTA2Ew57FCCFHfP11vAqNBKJoFgXX {  }
 }@media only screen and (max-width: 763px) { #Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1 #bPDzepFXrQfJBKrKCP37SgX3Bc9IDMin { display:none; }
 }@media only screen and (max-width: 763px) { #Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1 #JpIZoNsWMXnxssuXGBXpuw0isFeJ5cQw {  }
 }@media only screen and (max-width: 763px) { #Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1 #cNHkfIQFhrbmtts7sIalvD70C4CDzJWl {  }
 }@media only screen and (max-width: 763px) { #Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1 #SnCWIwX0xSCllZRM1GVkDxeTDnD3ByOm {  }
 }@media only screen and (max-width: 763px) { #Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1 #SaJxAAyekO7bGaXtK5A0yRswD6N8x8bt {  }
 }@media only screen and (max-width: 763px) { #Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1 #mAaSewHhDZNLB4ZtJdqgSz7SXw3ebJOf {  }
 }@media only screen and (max-width: 763px) { #Gbt4mKc3BfShM1qxZ1kIaICbpyxWq2O1 #GP7Sg0npcTcT08RVGFD8Z36q1n496VfU {  }
 }@media only screen and (max-width: 763px) { #ELwk8abBwEcP49EIZmS35qEg4B9wAkGe { width:20rem;height:5.625rem;top:32.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #poGBXNd0090S3nv2L5gQc6A5Kk8r2OP2 { width:1.875rem;height:1.875rem;top:39.25rem;left:9.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6SKZFVHqD6hMgTTybhlFORTSGG3UlX4 { width:1.875rem;height:1.875rem;top:42.375rem;left:9.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaA8msPyXkNfnG8RpNHqgxr6XlTE4L1E { width:2.3125rem;height:2.3125rem;top:45.5rem;left:8.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KN0KfdTW9ViHIQZ3nVduelfNz6a6c9y7 { display:block; }#KN0KfdTW9ViHIQZ3nVduelfNz6a6c9y7 > .row .container { width:20rem;height:109.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TlvJs3NKoe4WU2Vg4r7bywB6yzmDATnp { width:20rem;height:3.875rem;top:6.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNcCCkco1ubr2rCJ6dNe2yDnwKhgA6nH { width:8.4375rem;height:4rem;top:1.25rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzIn0VBUHuKw3WGNfEnSDPq5TQu7wchh { width:20rem;height:60rem;top:11.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ABZoFTUUvtLN2CbeekDhdvFx5TduiDZA { width:0.625rem;height:0.625rem;top:72.875rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFBmmHD5w6ilQ3r82Cpk5H5VesMgMfJJ { width:20rem;height:13.5rem;top:74.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DTlv2JbswRqWLNpnBiSbve3dCDNdcAkT { width:20rem;height:9rem;top:91.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bwS4gC2aoQ0axrQJstRltFRnIqTsSZOE { width:0.625rem;height:0.625rem;top:89.5rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #txCNJHG4y7FnTuhkGbDDQunJID3pSlkf { width:20rem;height:3rem;top:101.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ItNfxiQu0rLS5XmDnI8hqBpAEF3RlmJZ { width:20rem;height:2.625rem;top:105.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mE0PMNSCvKN1yWTsT89xawViZ45NxoJb { display:block; }#mE0PMNSCvKN1yWTsT89xawViZ45NxoJb > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eDrEBTS7nV1g3DN1CMxZem9VVi5aB3nK { width:19.875rem;height:1.125rem;top:1.25rem;left:0.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T17V8T4qvnwlSFqwye2GHMBNc2usNulw { width:12.4375rem;height:1.125rem;top:3.625rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5u3E87BvuXqhpBNRkGoAUsTbRL9ADQU { width:18.375rem;height:1.125rem;top:8.375rem;left:0.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m6ukp3zrcew4VsZ2QZWcWGeIGNFG3cG8 { width:9rem;height:1.125rem;top:6rem;left:5.5rem;font-size:0.875rem;display:block; }
 }