.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:204,239,255;--color-primary-1:102,208,255;--color-primary-2:0,176,255;--color-primary-3:0,159,227;--color-primary-4:13,56,87;--color-secondary-0:214,247,252;--color-secondary-1:133,230,246;--color-secondary-2:51,213,240;--color-secondary-3:0,203,236;--color-secondary-4:0,220,195;--color-tertiary-0:255,255,255;--color-tertiary-1:133,209,242;--color-tertiary-2:51,178,233;--color-tertiary-3:0,159,227;--color-tertiary-4:13,56,87;--headlines-font-family:"Lato";--paragraphs-font-family:"Source Sans Pro"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;top:0rem;left:0rem;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/DUmFLtMeAbQ/unsplash/avel-chuklanov-DUmFLtMeAbQ-photo-1554415707-6e8cfc93fe23.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi.adaptive-delivery-prevent-bg, #wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi.lazyload, #wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi.lazyloading { background-image: none; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container { background-color: transparent; background-image: none; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.89); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container > .video-iframe-container { display: none; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.89); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row > .video-iframe-container { display: none; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .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); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container { border-width: 0; border-radius: 0; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container { font-size:0.875rem;font-family:arial;height:6.9375rem;width:75rem;position:relative;display:block; }#xuJcTBTRBSlxf8BoqBrP8myT035WBOSa { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;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:"open sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.9375rem;height:2.625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:2.125rem;left:48.875rem;display:block; }
#PRhXqVtoxdvVUrsMWUTH32JkEoRZ6k8l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vPaiqpu6zUnSNbTmlWRmnpZMGpE45hUn { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:14.4375rem;top:1.6875rem;left:0rem;overflow:hidden;display:block; }
#vIBq6n9Nw2OfmnwCr5KQCiTc70lNKfGQ { background-color:transparent;background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;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:"open sans";font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:2.625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:2.1875rem;left:66.125rem;display:block; }
#aJoK3qAa2tH1rUTUGh56MhmfGrtOT3p9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E7zW9diAWP0ytAK9enccT5A8PNMz8fb1 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;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:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.9375rem;height:2.625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:2.125rem;left:36.1875rem;display:block; }
#tKhiFWa0y1wsoBwfkXkgq50tBxptcU1q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UmU95cdW4kOI3KOLtgR3CevBcWJfKS8u { position:relative;display:block; }#UmU95cdW4kOI3KOLtgR3CevBcWJfKS8u { background-color: transparent; background-image: none; }#UmU95cdW4kOI3KOLtgR3CevBcWJfKS8u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UmU95cdW4kOI3KOLtgR3CevBcWJfKS8u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UmU95cdW4kOI3KOLtgR3CevBcWJfKS8u > .row .container > .video-iframe-container { display: none; }#UmU95cdW4kOI3KOLtgR3CevBcWJfKS8u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UmU95cdW4kOI3KOLtgR3CevBcWJfKS8u > .row > .video-iframe-container { display: none; }#UmU95cdW4kOI3KOLtgR3CevBcWJfKS8u > .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); }#UmU95cdW4kOI3KOLtgR3CevBcWJfKS8u { border-width: 0; border-radius: 0; }#UmU95cdW4kOI3KOLtgR3CevBcWJfKS8u > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#UmU95cdW4kOI3KOLtgR3CevBcWJfKS8u > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:13.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rZx2mbImaTFaff6urTQUggDNkiphPkST { color:#1b1d25;display:block;width:40.8125rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.375rem;left:0rem;height:3.2504875rem;font-style:normal;display:block; }
#Uktxu8Ooy7BTID3pVeNUig7SuqSiwrf4 { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;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.125rem;width:50rem;top:9.6875rem;left:0rem;display:block; }
#DMO9CIrG1qZNGikrNbErkcoiio1X1qZw { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.75rem;top:9.6875rem;left:1.5rem;display:block; }
#bAuFXMSt1gCEAdyMunkuanW7ddaZmhKE { color:#a0a0a0;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:1.4375rem;left:1.8125rem;height:1.05625rem;display:block; }
#J5PX28p1KiXzb1HqzVZ9wuHiCS6iEJpI { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:1.25rem;left:0rem; }
#AI1uWMwm2pOQEey7MtvO3t0aFUv8UC58 { 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: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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:0.24609375rem;left:0rem;display:block; }
#mMeqzwhRk3UbxpKEvzcIWSnL4yJzDFhm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ok3WxwddaIArOd6skAyI8runoQPIibV4 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.4375rem;width:19.9375rem;top:1.78125rem;left:52.9150390625rem;overflow:hidden;display:block; }
#AuCLlckssgCt8mdvwnf0uokPKTH9IMVH { 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; }#AuCLlckssgCt8mdvwnf0uokPKTH9IMVH > .row .container { background-color: transparent; background-image: none; }#AuCLlckssgCt8mdvwnf0uokPKTH9IMVH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AuCLlckssgCt8mdvwnf0uokPKTH9IMVH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AuCLlckssgCt8mdvwnf0uokPKTH9IMVH > .row .container > .video-iframe-container { display: none; }#AuCLlckssgCt8mdvwnf0uokPKTH9IMVH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AuCLlckssgCt8mdvwnf0uokPKTH9IMVH > .row > .video-iframe-container { display: none; }#AuCLlckssgCt8mdvwnf0uokPKTH9IMVH > .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); }#AuCLlckssgCt8mdvwnf0uokPKTH9IMVH > .row .container { border-width: 0; border-radius: 0; }#AuCLlckssgCt8mdvwnf0uokPKTH9IMVH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AuCLlckssgCt8mdvwnf0uokPKTH9IMVH > .row .container { font-size:0.875rem;font-family:arial;height:63.125rem;width:75rem;position:relative;display:block; }#qMWESxH7CpPDHpslKM8T6zxCihIvWdRM { color:rgba(0,0,0,0.7);display:block;width:14.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:5.6875rem;left:10rem;height:1.2246125rem;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;text-align:left;text-align-last:left;display:block; }
#CSx9B2PNlFBtG8Q5obDwOKCQVd3LHC4D { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:6.25rem;top:6.25rem;left:2.5rem;display:block; }
#GpzGCrcbHToGPzAevFSGXeNSAFXa37mo { color:#000000;display:block;width:20.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:8.875rem;left:2.40625rem;height:5.60449375rem;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; }
#VPVFiWb6ufW2ZkkoWF05US6BOMf8VApz { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15038;line-height:1.5;letter-spacing:0;top:31.125rem;left:29.8125rem;height:1.3125rem;font-style:normal;display:block; }#VPVFiWb6ufW2ZkkoWF05US6BOMf8VApz li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#VPVFiWb6ufW2ZkkoWF05US6BOMf8VApz li:before{  }
#TuflRlBvuyOq58iUG3Rf3sCVqCsWbVug { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15037;line-height:1.5;letter-spacing:0;top:29.3125rem;left:29.8125rem;height:1.3125rem;font-style:normal;display:block; }#TuflRlBvuyOq58iUG3Rf3sCVqCsWbVug li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#TuflRlBvuyOq58iUG3Rf3sCVqCsWbVug li:before{  }
#T5wUA6uweE9ATCTFPMhziUNCTdaJTTsz { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15036;line-height:1.5;letter-spacing:0;top:27.375rem;left:29.8125rem;height:1.3125rem;font-style:normal;display:block; }#T5wUA6uweE9ATCTFPMhziUNCTdaJTTsz li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#T5wUA6uweE9ATCTFPMhziUNCTdaJTTsz li:before{  }
#oOAZ7ueIag571z3Ht7QIcl1NvMcuiJuQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:24.1875rem;left:26rem; }
#w5yPzyZ8nVBPl4p37Vwe9GokMt86lU7V { color:#000000;display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15037;line-height:1.5;letter-spacing:0;top:24.375rem;left:29.75rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#youzahCG9IZa9EmUK2cohqdJhbzc236D { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15039;line-height:1.5;letter-spacing:0;top:33rem;left:29.8125rem;height:1.3125rem;font-style:normal;display:block; }#youzahCG9IZa9EmUK2cohqdJhbzc236D li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#youzahCG9IZa9EmUK2cohqdJhbzc236D li:before{  }
#zseukkf5IJqArVZO7M356gJX7pslMZiF { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15040;line-height:1.5;letter-spacing:0;top:34.875rem;left:29.8125rem;height:1.3125rem;font-style:normal;display:block; }#zseukkf5IJqArVZO7M356gJX7pslMZiF li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#zseukkf5IJqArVZO7M356gJX7pslMZiF li:before{  }
#OvUzMffiCxRavrrukgh859oHyt2b5U7H { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15041;line-height:1.5;letter-spacing:0;top:36.75rem;left:29.8125rem;height:1.3125rem;font-style:normal;display:block; }#OvUzMffiCxRavrrukgh859oHyt2b5U7H li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#OvUzMffiCxRavrrukgh859oHyt2b5U7H li:before{  }
#l9B3bcJwibQ2Df02BxVQ6O7cQnZTKZP5 { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:12.625rem;left:54.812503814698rem;height:2.625rem;font-style:normal;display:block; }#l9B3bcJwibQ2Df02BxVQ6O7cQnZTKZP5 li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#l9B3bcJwibQ2Df02BxVQ6O7cQnZTKZP5 li:before{  }
#DNw0obPqkxURtuCL5C3pJXDOLIiB7e4I { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:10.8125rem;left:54.812503814698rem;height:1.3125rem;font-style:normal;display:block; }#DNw0obPqkxURtuCL5C3pJXDOLIiB7e4I li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#DNw0obPqkxURtuCL5C3pJXDOLIiB7e4I li:before{  }
#S2MuCMz4ogsDXaMED9AwsknRyLR9DXDc { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:8.875rem;left:54.812503814698rem;height:1.3125rem;font-style:normal;display:block; }#S2MuCMz4ogsDXaMED9AwsknRyLR9DXDc li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#S2MuCMz4ogsDXaMED9AwsknRyLR9DXDc li:before{  }
#Qce0sMcWVtNuOVnIhqFdZxf9o4QVZoO7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:5.6875rem;left:51.000003814698rem; }
#E2DqoCTTH7OBD8ckAOkuuoOFrenZy2CM { color:#000000;display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:5.875rem;left:54.750003814698rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#dFah4r7K1rEQ6TCqIP0ogpTqz3C9mtOO { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:15.9375rem;left:54.812503814698rem;height:1.3125rem;font-style:normal;display:block; }#dFah4r7K1rEQ6TCqIP0ogpTqz3C9mtOO li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#dFah4r7K1rEQ6TCqIP0ogpTqz3C9mtOO li:before{  }
#JuefpILV2A95AxE1MKoR7PK9309kn8Na { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:17.8125rem;left:54.812503814698rem;height:1.3125rem;font-style:normal;display:block; }#JuefpILV2A95AxE1MKoR7PK9309kn8Na li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#JuefpILV2A95AxE1MKoR7PK9309kn8Na li:before{  }
#hcwIdQUghFIEFhmws4ricvyXuFhQZtVi { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:19.6875rem;left:54.812503814698rem;height:2.625rem;font-style:normal;display:block; }#hcwIdQUghFIEFhmws4ricvyXuFhQZtVi li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#hcwIdQUghFIEFhmws4ricvyXuFhQZtVi li:before{  }
#LqxokaVloclAqhsIC6hJaxenFw891rmi { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:22.895835876465rem;left:54.812503814698rem;height:1.3125rem;font-style:normal;display:block; }#LqxokaVloclAqhsIC6hJaxenFw891rmi li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#LqxokaVloclAqhsIC6hJaxenFw891rmi li:before{  }
#cpMNRhrvzQgieJvIaQoVBET78NzMU4To { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:24.625rem;left:54.812503814698rem;height:1.3125rem;font-style:normal;display:block; }#cpMNRhrvzQgieJvIaQoVBET78NzMU4To li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#cpMNRhrvzQgieJvIaQoVBET78NzMU4To li:before{  }
#v0FByUlhKQIn47lMTUPUyWe9TiloFEDh { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:26.5rem;left:54.812503814698rem;height:1.3125rem;font-style:normal;display:block; }#v0FByUlhKQIn47lMTUPUyWe9TiloFEDh li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#v0FByUlhKQIn47lMTUPUyWe9TiloFEDh li:before{  }
#LNhMJxLe8ViD4MfphMyA3rIJcd0nsRsG { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:28.375rem;left:54.812503814698rem;height:1.3125rem;font-style:normal;display:block; }#LNhMJxLe8ViD4MfphMyA3rIJcd0nsRsG li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#LNhMJxLe8ViD4MfphMyA3rIJcd0nsRsG li:before{  }
#OKzKu6VZt2T2iqBAbocrO4DwUfzQNaBC { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.5;letter-spacing:0;top:30.25rem;left:54.812503814698rem;height:2.625rem;font-style:normal;display:block; }#OKzKu6VZt2T2iqBAbocrO4DwUfzQNaBC li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#OKzKu6VZt2T2iqBAbocrO4DwUfzQNaBC li:before{  }
#IJaZXzHm3bwoT3z0qiHfu5TeqMB6Usw7 { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15024;line-height:1.5;letter-spacing:0;top:33.373699188233rem;left:54.811199188233rem;height:1.3125rem;font-style:normal;display:block; }#IJaZXzHm3bwoT3z0qiHfu5TeqMB6Usw7 li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#IJaZXzHm3bwoT3z0qiHfu5TeqMB6Usw7 li:before{  }
#k9lTrVHD1XZGCOm4WzTKk4Rzz7Lms055 { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15025;line-height:1.5;letter-spacing:0;top:35.248699188233rem;left:54.811199188233rem;height:1.3125rem;font-style:normal;display:block; }#k9lTrVHD1XZGCOm4WzTKk4Rzz7Lms055 li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#k9lTrVHD1XZGCOm4WzTKk4Rzz7Lms055 li:before{  }
#riTe6mKZWXKQAEwg9tCWv9gf5I5m9h8x { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:17.021484375rem;left:2.5rem; }
#dWoa1zEiUMs35HUogW9Z46f0M3zGcegb { color:rgba(var(--color-tertiary-4),1);display:block;width:8.3125rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:18.271484375rem;left:8.21875rem;height:1.7875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wd6yqeOsHaqADAWptRRWVuyrXzEK4kCB { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.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:roboto;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.875rem;height:3.6875rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:27.771484375rem;left:2.5625rem;display:block; }
#k6oqavgJB9esKTVsrSeLQLiNxDuq6d7z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P4ZWWOzh94L5ecfmXWdrqxOLpKox5zBJ { color:rgba(var(--color-tertiary-4),1);display:block;width:7.625rem;position:absolute;font-family:roboto;font-size:2.875rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:22.26220703125rem;left:8.21875rem;height:3.73730625rem;font-style:normal;display:block; }
#oHNtrZuasodFJZytf7TQmoDk6UOKlIxm { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15073;opacity:1;top:21.6875rem;left:2.5rem; }
#uQfn50DfOPBfUbqvmf3Ofhe31dfrTBmf { color:rgba(var(--color-tertiary-4),1);display:block;width:8.3125rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:23.7119140625rem;left:13.75rem;height:1.7875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aLtw0N8vCk6J2ZI8qEaTzEI2qFR0gQ5R { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15045;line-height:1.5;letter-spacing:0;top:8.8125rem;left:29.8125rem;height:1.3125rem;font-style:normal;display:block; }#aLtw0N8vCk6J2ZI8qEaTzEI2qFR0gQ5R li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#aLtw0N8vCk6J2ZI8qEaTzEI2qFR0gQ5R li:before{  }
#iKyKfuSCmvHDxgOpRWDTHRT6rdHFSTJI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:5.625rem;left:26rem; }
#XALOK1nHpqbn3v8MGAwrq8F1pf1lvkLE { color:#000000;display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15046;line-height:1.5;letter-spacing:0;top:5.8125rem;left:29.75rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#rzOMb9KDG2oA49Pyx9GFyyOddDCqp637 { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15046;line-height:1.5;letter-spacing:0;top:10.6875rem;left:29.8125rem;height:1.3125rem;font-style:normal;display:block; }#rzOMb9KDG2oA49Pyx9GFyyOddDCqp637 li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#rzOMb9KDG2oA49Pyx9GFyyOddDCqp637 li:before{  }
#zCR4xih6X7pxCvmxdwamOx3PfC2RGP8s { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15047;line-height:1.5;letter-spacing:0;top:12.5625rem;left:29.8125rem;height:1.3125rem;font-style:normal;display:block; }#zCR4xih6X7pxCvmxdwamOx3PfC2RGP8s li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#zCR4xih6X7pxCvmxdwamOx3PfC2RGP8s li:before{  }
#exNV3TZtlLLCne8lEPDi8c18Lbi3qirT { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15048;line-height:1.5;letter-spacing:0;top:14.4375rem;left:29.8125rem;height:1.3125rem;font-style:normal;display:block; }#exNV3TZtlLLCne8lEPDi8c18Lbi3qirT li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#exNV3TZtlLLCne8lEPDi8c18Lbi3qirT li:before{  }
#ZT2K8AvTtwkZCp6IASatypdoqtTOuzBo { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15049;line-height:1.5;letter-spacing:0;top:16.3125rem;left:29.8125rem;height:1.3125rem;font-style:normal;display:block; }#ZT2K8AvTtwkZCp6IASatypdoqtTOuzBo li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#ZT2K8AvTtwkZCp6IASatypdoqtTOuzBo li:before{  }
#GMC0e2b6EVvGdL9zkIyCH41kZSLCOsdV { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15050;line-height:1.5;letter-spacing:0;top:18.1875rem;left:29.8125rem;height:1.3125rem;font-style:normal;display:block; }#GMC0e2b6EVvGdL9zkIyCH41kZSLCOsdV li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#GMC0e2b6EVvGdL9zkIyCH41kZSLCOsdV li:before{  }
#T6W6yyeWJu0TIPpueV74Hmd1u64hAGS6 { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15051;line-height:1.5;letter-spacing:0;top:20.0625rem;left:29.8125rem;height:1.3125rem;font-style:normal;display:block; }#T6W6yyeWJu0TIPpueV74Hmd1u64hAGS6 li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#T6W6yyeWJu0TIPpueV74Hmd1u64hAGS6 li:before{  }
#HFgUZPuiAdX6EQoC0FQl8W05nxSpfac6 { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15070;line-height:1.5;letter-spacing:0;top:50.875rem;left:54.8125rem;height:1.3125rem;font-style:normal;display:block; }#HFgUZPuiAdX6EQoC0FQl8W05nxSpfac6 li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#HFgUZPuiAdX6EQoC0FQl8W05nxSpfac6 li:before{  }
#reFX1nl6dZ28KGyfOZq2oD3i7VTSwdRc { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15069;line-height:1.5;letter-spacing:0;top:49rem;left:54.8125rem;height:1.3125rem;font-style:normal;display:block; }#reFX1nl6dZ28KGyfOZq2oD3i7VTSwdRc li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#reFX1nl6dZ28KGyfOZq2oD3i7VTSwdRc li:before{  }
#mHOfWXslsK9BpdMfL0rA0Hb90RCzVhzi { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15068;line-height:1.5;letter-spacing:0;top:47.125rem;left:54.8125rem;height:1.3125rem;font-style:normal;display:block; }#mHOfWXslsK9BpdMfL0rA0Hb90RCzVhzi li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#mHOfWXslsK9BpdMfL0rA0Hb90RCzVhzi li:before{  }
#fv3cRIV9ZeumIlQ1HXSDTZGenuH86hZp { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15067;line-height:1.5;letter-spacing:0;top:45.25rem;left:54.8125rem;height:1.3125rem;font-style:normal;display:block; }#fv3cRIV9ZeumIlQ1HXSDTZGenuH86hZp li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#fv3cRIV9ZeumIlQ1HXSDTZGenuH86hZp li:before{  }
#xXJGy8gDZVT6mP8zKreEN8kCNcBT1U3h { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15066;line-height:1.5;letter-spacing:0;top:43.375rem;left:54.8125rem;height:1.3125rem;font-style:normal;display:block; }#xXJGy8gDZVT6mP8zKreEN8kCNcBT1U3h li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#xXJGy8gDZVT6mP8zKreEN8kCNcBT1U3h li:before{  }
#ZTFVLBRsc6mfN0p4yc431D3MmFGxNsvM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15080;opacity:1;top:40.1875rem;left:51rem; }
#gz23aPqoPKMcLCRCGePBisdvsU1bITEp { color:#000000;display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15067;line-height:1.5;letter-spacing:0;top:40.375rem;left:54.75rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#BOWLkPqXyphiVPZeZ2ev8OIbq1L4tUTC { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15079;line-height:1.5;letter-spacing:0;top:47.625rem;left:29.8125rem;height:1.3125rem;font-style:normal;display:block; }#BOWLkPqXyphiVPZeZ2ev8OIbq1L4tUTC li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#BOWLkPqXyphiVPZeZ2ev8OIbq1L4tUTC li:before{  }
#uyc5gbtR9ErdGc032TkohwHMiEgl6hP9 { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15080;line-height:1.5;letter-spacing:0;top:49.5rem;left:29.8125rem;height:2.625rem;font-style:normal;display:block; }#uyc5gbtR9ErdGc032TkohwHMiEgl6hP9 li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#uyc5gbtR9ErdGc032TkohwHMiEgl6hP9 li:before{  }
#vIApU1FUTKvZJHpAMqBCGWCnA91eoqib { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15078;line-height:1.5;letter-spacing:0;top:45.75rem;left:29.8125rem;height:1.3125rem;font-style:normal;display:block; }#vIApU1FUTKvZJHpAMqBCGWCnA91eoqib li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#vIApU1FUTKvZJHpAMqBCGWCnA91eoqib li:before{  }
#Uv4AQmoFTPfrGQqgoM0s5a6hUgquvmgJ { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15077;line-height:1.5;letter-spacing:0;top:43.8125rem;left:29.8125rem;height:1.3125rem;font-style:normal;display:block; }#Uv4AQmoFTPfrGQqgoM0s5a6hUgquvmgJ li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#Uv4AQmoFTPfrGQqgoM0s5a6hUgquvmgJ li:before{  }
#qnf77pFus8aGFBbaomysABLAqsrHgaHL { color:#000000;display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15078;line-height:1.5;letter-spacing:0;top:40.8125rem;left:29.75rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#cQViDHfxyeUxJxHew9AM3JZTd4IaBS2a { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15091;opacity:1;top:40.625rem;left:26rem; }
#HVGtiGsB1ylkzvSQgN43QA5ZftUneKh9 { color:#a0a0a0;display:block;width:22.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15070;line-height:1.3;letter-spacing:0;top:55.6875rem;left:1.46875rem;height:3.8994125rem;font-style:normal;display:block; }
#NMCnfqxViCNAL7AyOlc71d7kBsglK9BA { color:#a0a0a0;display:block;width:29.3125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15071;line-height:1.3;letter-spacing:0;top:60.0625rem;left:1.5625rem;height:1.3rem;font-style:normal;display:block; }
#lXNWi6zKDSdXzv2cBidyNxkQefUNXvky { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-3),0.64);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; }#lXNWi6zKDSdXzv2cBidyNxkQefUNXvky > .row .container { background-color: transparent; background-image: none; }#lXNWi6zKDSdXzv2cBidyNxkQefUNXvky::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lXNWi6zKDSdXzv2cBidyNxkQefUNXvky > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lXNWi6zKDSdXzv2cBidyNxkQefUNXvky > .row .container > .video-iframe-container { display: none; }#lXNWi6zKDSdXzv2cBidyNxkQefUNXvky > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lXNWi6zKDSdXzv2cBidyNxkQefUNXvky > .row > .video-iframe-container { display: none; }#lXNWi6zKDSdXzv2cBidyNxkQefUNXvky > .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); }#lXNWi6zKDSdXzv2cBidyNxkQefUNXvky > .row .container { border-width: 0; border-radius: 0; }#lXNWi6zKDSdXzv2cBidyNxkQefUNXvky > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lXNWi6zKDSdXzv2cBidyNxkQefUNXvky > .row .container { font-size:0.875rem;font-family:arial;height:47.6875rem;width:75rem;position:relative;display:block; }#FTwKy69S1SgQbQs1CTt4gOyyM4e53PuQ { color:#000000;display:block;width:51.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.912109375rem;left:1.9375rem;height:3.2504875rem;font-style:normal;display:block; }
#C4VBIxPI1XiZ0rFUoIX3UWWQITfSmAgN { color:#000000;display:block;width:43.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:5.72412109375rem;left:1.9375rem;height:1.54394375rem;font-style:normal;display:block; }
#G4cbie9VPJEol7U5pH4snK8yRxBotn0J { position:absolute;display:block;z-index:15005;background-color:#0040b4;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:7.8125rem;width:7.8125rem;top:12.324999928474rem;left:15.0625rem;display:block; }
#gd5DO16Kuocl7SkGAKMne2MKXhgB3xb1 { position:absolute;display:block;z-index:15008;background-color:#0040b4;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: 0.0625rem 0.0625rem 4.5rem rgba(0,0,0,0.35) ;height:4.75rem;width:4.75rem;top:10.887499928474rem;left:13.75rem;display:block; }
#QNJOUlQuJBQDDtma6wZcTuOLdPrcnUsa { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.5rem;top:15.043749928474rem;left:17.1875rem;overflow:hidden;display:block; }
#miibN7o6Tl6vhz7iKHNfLsVCnKs4DG1b { color:rgba(var(--color-tertiary-0),1);display:block;width:1.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:11.675000309944rem;left:15.4375rem;height:2.76269375rem;font-style:normal;display:block; }
#v5SvmBOyeeTWfTWCQTt5TWgTl6WiuwHq { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-left:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-right:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem dashed rgba(var(--color-tertiary-0),1);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;width:31.25rem;top:23.887499928474rem;left:19rem;display:block; }
#SyC1q2aS5OsD8QUsQEfw9mckBR36MkZ5 { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-left:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-right:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:0;top:20.137499928474rem;left:19rem;display:block; }
#aZF9XIOyXbkEWbI2dfJGg5yGlfFM9f9Q { position:absolute;display:block;z-index:15009;background-color:#0040b4;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:7.8125rem;width:7.8125rem;top:24.25rem;left:51.6875rem;display:block; }
#gbuf0dLg5aJSrsJWiW5y75wVQPiZ3RkA { position:absolute;display:block;z-index:15015;background-color:#0040b4;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: 0.0625rem 0.0625rem 4.5rem rgba(0,0,0,0.35) ;height:4.75rem;width:4.75rem;top:22.8125rem;left:50.375rem;display:block; }
#UaOx0P08TzXTpTRR9kg649JJF5uQhd6c { color:rgba(var(--color-tertiary-0),1);display:block;width:1.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:23.824999928474rem;left:52.0625rem;height:2.76269375rem;font-style:normal;display:block; }
#TJg2H8KwsbFtsQKkKBVyWR2OokbwxT0B { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.9375rem;top:26.387499928474rem;left:53.625rem;overflow:hidden;display:block; }
#tuIOe4XCDk5RTuGtwTLffwyzHh5gfd7i { color:#000000;display:block;width:31.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:13.199219226837rem;left:26.0625rem;height:2.4375rem;font-style:normal;display:block; }
#iNW5dLqxixzkkG4kB8kWbICGUHxRbQZZ { color:#000000;display:block;width:30.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:16.15625rem;left:26.0625rem;height:1.4619125rem;font-style:normal;display:block; }
#TplKtSWrDSqTnUp5vIwf1WiBlZVgFLa7 { color:#000000;display:block;width:31.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:25.5rem;left:18.9375rem;height:2.4375rem;font-style:normal;display:block; }
#ZacF7DOBfbtQDh5W5Gv4mAMz3EuZP6rx { color:#000000;display:block;width:27.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:28.5625rem;left:19.0625rem;height:2.923825rem;font-style:normal;display:block; }
#uf8uQSo2JhpdHWp3kiDZQuMUuwMlQESH { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-left:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-right:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:0;top:32.062500953674rem;left:57.4375rem;display:block; }
#HCEVZ7f5cH7g4ZdTEsCTgUmP4JCuO3qs { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-left:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-right:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem dashed rgba(var(--color-tertiary-0),1);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;width:34.375rem;top:35.812500953674rem;left:23rem;display:block; }
#QAsiVODmtRTPGg9mmn85J8q7eld8muVf { position:absolute;display:block;z-index:15009;background-color:#0040b4;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:7.8125rem;width:7.8125rem;top:34.0625rem;left:15.125rem;display:block; }
#T7MRkHuHz6u0RGw4ggEzrUJHtSPUQn4K { position:absolute;display:block;z-index:15012;background-color:#0040b4;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: 0.0625rem 0.0625rem 4.5rem rgba(0,0,0,0.35) ;height:4.75rem;width:4.75rem;top:32.625rem;left:13.8125rem;display:block; }
#RRoDTFCq3hrObSQ0HoAOXzkT1u4rX9P7 { color:rgba(var(--color-tertiary-0),1);display:block;width:1.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:33.4375rem;left:15.5rem;height:2.76269375rem;font-style:normal;display:block; }
#n2WKGNLUH3x2lbMIQUcZpfepwNfTGS8p { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:36.625rem;left:17.3125rem;overflow:hidden;display:block; }
#qlJnMm9CJm7aKe4L7CI6n5DeKCD7Kf6e { color:rgba(var(--color-tertiary-0),1);display:block;width:31.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:37.375rem;left:26.125rem;height:;font-style:normal;display:block; }
#CrLhuKn1oSO3SfSurfgL4T42zR6PeK4Q { color:#000000;display:block;width:32.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:40.3125rem;left:26.125rem;height:5.84765625rem;font-style:normal;display:block; }
#diIULM8oxqeXCKDunpksxUchvdlIJN0S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7e2cdfd5-42cf-438c-810f-d02060e2cf39/FELG_edu_zdj_glowne_home.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S.adaptive-delivery-prevent-bg, #diIULM8oxqeXCKDunpksxUchvdlIJN0S.lazyload, #diIULM8oxqeXCKDunpksxUchvdlIJN0S.lazyloading { background-image: none; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container { background-color: transparent; background-image: none; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(63,118,154,0.89); }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container > .video-iframe-container { display: none; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(63,118,154,0.89); }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row > .video-iframe-container { display: none; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .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); }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container { border-width: 0; border-radius: 0; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container { font-size:0.875rem;font-family:arial;height:26.0625rem;width:75rem;position:relative;display:block; }#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-form-header {  }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);width:39.9375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;overflow:hidden; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-input-text { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.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:39.9375rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-input-text {padding-top: 0; padding-bottom: 0;}#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-textarea { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.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:39.9375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .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:39.9375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-input-select {padding-top: 0; padding-bottom: 0;}#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-input-button { border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size: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:rgba(var(--color-tertiary-0),1);width:39.9375rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .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:"open sans";line-height:1.3;font-size:0.5625rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:38.5rem;overflow:hidden;font-style:normal; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .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; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .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:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-container:first-of-type{padding-top:0;}#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-container:last-of-type{padding-bottom:0;}#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:39.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:10.7119140625rem;left:16.28125rem; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:39.9375rem; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o {display:block;}#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:39.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:10.7119140625rem;left:16.28125rem; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o #t1F1h7TzE9DM86ys7WT7bc4VHenZ50Uw { position:relative; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o #NigCVn5h1rUmPqpVNAmbaI0SyVhTMoOh { position:relative;display:block; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o #gproheTCntnVcn7F0IQ8WFbL58t0DmpD { position:relative; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o #qd4IUdOOQwEoX5FRcIdk1mydA2r5TZid { position:relative; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o #Vsc97A7FkOUaw1LiHkb5xi5r0T6VVTrC { position:relative;z-index:2; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o #MCwwuuSTdovs8aITz67RRxRloTHyyuE9 { position:relative; }
#F2ymu7uWQ6viGcnSXHCd6XHGuNK8lOw5 { position:relative;display:block; }
#fnUkeTX7y2pKavlSgXfJGhZOiyhRKXM0 { position:relative;display:block; }
#owGaZkcFlvpzk1W05MPUazVxcAwZtfx7 { position:relative;display:block; }
#Gee4C0RUqbw4pmezzbs4v7Tz49LaOKlt { position:relative;display:block; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o #vL1rs8ERvnGIX40c5e1XTpumqqVeBETv { position:relative; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o #DIGPTwH36U1I4ptgODdCSaoklHNNdWfv { position:relative; }
#ROd8q5gJWkKmWF0GX7fCmw5O3F1fB1pP { color:rgba(var(--color-tertiary-0),1);display:block;width:37.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:7.3623046875rem;left:18.96875rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rhiHL6sXRgrlyMcCnXm5AoUueTU02XbG { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.4375rem;left:0rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iN3T77B03AKZU3pJXi6TI4KVSudxz0SF { border-top:0.3125rem solid #000000;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; }#iN3T77B03AKZU3pJXi6TI4KVSudxz0SF > .row .container { background-color: transparent; background-image: none; }#iN3T77B03AKZU3pJXi6TI4KVSudxz0SF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iN3T77B03AKZU3pJXi6TI4KVSudxz0SF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iN3T77B03AKZU3pJXi6TI4KVSudxz0SF > .row .container > .video-iframe-container { display: none; }#iN3T77B03AKZU3pJXi6TI4KVSudxz0SF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iN3T77B03AKZU3pJXi6TI4KVSudxz0SF > .row > .video-iframe-container { display: none; }#iN3T77B03AKZU3pJXi6TI4KVSudxz0SF > .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); }#iN3T77B03AKZU3pJXi6TI4KVSudxz0SF > .row .container { border-width: 0; border-radius: 0; }#iN3T77B03AKZU3pJXi6TI4KVSudxz0SF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iN3T77B03AKZU3pJXi6TI4KVSudxz0SF > .row .container { font-size:0.875rem;font-family:arial;height:22rem;width:75rem;position:relative;display:block; }#f09z8UFfkWmZkQszITR8FhsCeSrEHXKT { color:#000000;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:6.5625rem;left:0rem;height:3.67383125rem;font-style:normal;display:block; }
#tb8dk4qGq9mU2m9xU9P0s4H1IQp6ZbdI { color:rgba(var(--color-tertiary-4),1);display:block;width:7.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:7.8125rem;left:67.6875rem;height:2.449225rem;font-style:normal;display:block; }
#PUZRDhPBSWMFNwVFaTBB6vWCpvBgoeie { position:absolute;display:block;z-index:15015;background-color:#000000;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:35.625rem;top:11.1875rem;left:39.375rem;display:block; }
#BpSdLJTs1lSLo7am1A3OSACgsZzdFXkr { box-sizing:content-box;color:rgba(var(--color-primary-4),1);font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:7.625rem;left:65.5rem;display:block; }
#d5aw1rxbufuaVTtuS0yJJySvIq9mCicP { color:rgba(var(--color-tertiary-4),1);display:block;width:7.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:7.875rem;left:56.3125rem;height:1.2246125rem;font-style:normal;display:block; }
#F5GFgNFvFn6H48MOX8lf5OMATQxAp6iM { box-sizing:content-box;color:rgba(var(--color-primary-4),1);font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:7.6875rem;left:53.5rem;display:block; }
#BCcHKOQ4ZSKzhDACENFs1UKh4PIUtnTP { color:rgba(var(--color-tertiary-4),1);display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:7.8125rem;left:42.5rem;height:1.2246125rem;font-style:normal;display:block; }
#bpn0TteGfvlOhza7NyQhpfalemZQ7nxU { box-sizing:content-box;color:rgba(var(--color-primary-4),1);font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:7.4375rem;left:39.6875rem;display:block; }
#BSxL0OJQB4fALWw6N9MCqqbsLd3pyBea { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:13.8125rem;left:0rem;height:1.05rem;font-style:normal;display:block; }
#RtFdXQ63kuQtUKOaEirDwaDEsbJ0L02u { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:5.5rem;left:39.6875rem;height:1.05rem;font-style:normal;display:block; }
#f0c3livIBwtAxvrNpRlizZnI3My9WnoI { position:absolute;display:block;z-index:15016;background-color:#000000;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:20rem;top:11.25rem;left:0rem;display:block; }
#LTWKqLRIfTbBZyJbkpqLozWIILgmkbTy { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:9.6875rem;top:1.1875rem;left:0rem;overflow:hidden;display:block; }
#hO5d4pmXGeHI79LNfmbIGwCmDzpxNHWf { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:3.0625rem;width:3.0625rem;top:16.1875rem;left:13.5rem;display:block; }
#m2CcCoCPNPEhGWP9lxxGslXinew5OFki { box-sizing:content-box;color:#f9f9f9;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15022;top:16.75rem;left:14.125rem;display:block; }
#Qh3TgwDNLlle39pCRSyRWriHmkSzLLi4 { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:3.0625rem;width:3.0625rem;top:16.1875rem;left:10.125rem;display:block; }
#HUPl1e7HGoMHFPVmHg0NhuQgUVCRV4GF { box-sizing:content-box;color:#f9f9f9;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15020;top:16.75rem;left:10.625rem;display:block; }
#mi7WQJJQJieuIyxGTkPMcceTAaygO8xU { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:3.0625rem;width:3.0625rem;top:16.1875rem;left:6.6875rem;display:block; }
#ozCkPtXXZezfstq0dIUJrXPVI0yeegWz { box-sizing:content-box;color:#f9f9f9;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15018;top:16.75rem;left:7.3125rem;display:block; }
#PgbNUIDwehEUmuQCmbFEMK2PTvcOGlk8 { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:3.0625rem;width:3.0625rem;top:16.1875rem;left:3.3125rem;display:block; }
#F6I8vzuXi7kSxtXbGm0lT8yIElrZzd6N { box-sizing:content-box;color:#f9f9f9;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15016;top:16.75rem;left:3.8125rem;display:block; }
#ITug5bfRUvZyTSeSPTNnfA0Jxq0unxwV { position:absolute;display:block;z-index:15013;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-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:3.0625rem;width:3.0625rem;top:16.1875rem;left:0rem;display:block; }
#h7xrrrZRvefPdcTfbuC6gJ0K7l3bp09s { box-sizing:content-box;color:#f9f9f9;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:16.75rem;left:0.5rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi { display:block; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xuJcTBTRBSlxf8BoqBrP8myT035WBOSa { width:12.9375rem;height:2.625rem;top:2.125rem;left:34.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRhXqVtoxdvVUrsMWUTH32JkEoRZ6k8l { display:block; }
 }@media only screen and (max-width: 763px) { #vPaiqpu6zUnSNbTmlWRmnpZMGpE45hUn { top:1.6875rem;left:0rem;width:14.4375rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIBq6n9Nw2OfmnwCr5KQCiTc70lNKfGQ { width:8.875rem;height:2.625rem;top:2.1875rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJoK3qAa2tH1rUTUGh56MhmfGrtOT3p9 { display:block; }
 }@media only screen and (max-width: 763px) { #E7zW9diAWP0ytAK9enccT5A8PNMz8fb1 { width:12.9375rem;height:2.625rem;top:2.125rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKhiFWa0y1wsoBwfkXkgq50tBxptcU1q { display:block; }
 }@media only screen and (max-width: 763px) { #UmU95cdW4kOI3KOLtgR3CevBcWJfKS8u { display:block; }#UmU95cdW4kOI3KOLtgR3CevBcWJfKS8u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rZx2mbImaTFaff6urTQUggDNkiphPkST { width:40.8125rem;height:3.25rem;top:5.375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uktxu8Ooy7BTID3pVeNUig7SuqSiwrf4 { width:47.75rem;height:0.125rem;top:9.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMO9CIrG1qZNGikrNbErkcoiio1X1qZw { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAuFXMSt1gCEAdyMunkuanW7ddaZmhKE { top:1.4375rem;left:0rem;width:12.5rem;height:0;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5PX28p1KiXzb1HqzVZ9wuHiCS6iEJpI { top:1.25rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AI1uWMwm2pOQEey7MtvO3t0aFUv8UC58 { width:7.375rem;height:3.4375rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMeqzwhRk3UbxpKEvzcIWSnL4yJzDFhm { display:block; }
 }@media only screen and (max-width: 763px) { #Ok3WxwddaIArOd6skAyI8runoQPIibV4 { top:1.75rem;left:27.8125rem;width:19.9375rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuCLlckssgCt8mdvwnf0uokPKTH9IMVH { display:block; }#AuCLlckssgCt8mdvwnf0uokPKTH9IMVH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qMWESxH7CpPDHpslKM8T6zxCihIvWdRM { width:14.1875rem;height:1.25rem;top:5.6875rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSx9B2PNlFBtG8Q5obDwOKCQVd3LHC4D { width:6.25rem;height:0.0625rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpzGCrcbHToGPzAevFSGXeNSAFXa37mo { width:20.1875rem;height:5.5625rem;top:8.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPVFiWb6ufW2ZkkoWF05US6BOMf8VApz { width:19.1875rem;height:1.3125rem;top:31.125rem;left:12.5625rem;font-size:1rem;display:block; }#VPVFiWb6ufW2ZkkoWF05US6BOMf8VApz li:before{  }
 }@media only screen and (max-width: 763px) { #TuflRlBvuyOq58iUG3Rf3sCVqCsWbVug { width:19.1875rem;height:1.3125rem;top:29.3125rem;left:12.5625rem;font-size:1rem;display:block; }#TuflRlBvuyOq58iUG3Rf3sCVqCsWbVug li:before{  }
 }@media only screen and (max-width: 763px) { #T5wUA6uweE9ATCTFPMhziUNCTdaJTTsz { width:19.1875rem;height:1.3125rem;top:27.375rem;left:12.5625rem;font-size:1rem;display:block; }#T5wUA6uweE9ATCTFPMhziUNCTdaJTTsz li:before{  }
 }@media only screen and (max-width: 763px) { #oOAZ7ueIag571z3Ht7QIcl1NvMcuiJuQ { top:24.1875rem;left:15.875rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5yPzyZ8nVBPl4p37Vwe9GokMt86lU7V { width:15.625rem;height:1.6875rem;top:24.375rem;left:16.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #youzahCG9IZa9EmUK2cohqdJhbzc236D { width:19.1875rem;height:1.3125rem;top:33rem;left:12.5625rem;font-size:1rem;display:block; }#youzahCG9IZa9EmUK2cohqdJhbzc236D li:before{  }
 }@media only screen and (max-width: 763px) { #zseukkf5IJqArVZO7M356gJX7pslMZiF { width:19.1875rem;height:1.3125rem;top:34.875rem;left:12.5625rem;font-size:1rem;display:block; }#zseukkf5IJqArVZO7M356gJX7pslMZiF li:before{  }
 }@media only screen and (max-width: 763px) { #OvUzMffiCxRavrrukgh859oHyt2b5U7H { width:19.1875rem;height:1.3125rem;top:36.75rem;left:12.5625rem;font-size:1rem;display:block; }#OvUzMffiCxRavrrukgh859oHyt2b5U7H li:before{  }
 }@media only screen and (max-width: 763px) { #l9B3bcJwibQ2Df02BxVQ6O7cQnZTKZP5 { width:19.125rem;height:2.625rem;top:12.625rem;left:28.5rem;font-size:1rem;display:block; }#l9B3bcJwibQ2Df02BxVQ6O7cQnZTKZP5 li:before{  }
 }@media only screen and (max-width: 763px) { #DNw0obPqkxURtuCL5C3pJXDOLIiB7e4I { width:19.125rem;height:1.3125rem;top:10.8125rem;left:28.5rem;font-size:1rem;display:block; }#DNw0obPqkxURtuCL5C3pJXDOLIiB7e4I li:before{  }
 }@media only screen and (max-width: 763px) { #S2MuCMz4ogsDXaMED9AwsknRyLR9DXDc { width:19.125rem;height:1.3125rem;top:8.875rem;left:28.5rem;font-size:1rem;display:block; }#S2MuCMz4ogsDXaMED9AwsknRyLR9DXDc li:before{  }
 }@media only screen and (max-width: 763px) { #Qce0sMcWVtNuOVnIhqFdZxf9o4QVZoO7 { top:5.6875rem;left:31.75rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2DqoCTTH7OBD8ckAOkuuoOFrenZy2CM { width:15.625rem;height:;top:5.875rem;left:31.937503814698rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFah4r7K1rEQ6TCqIP0ogpTqz3C9mtOO { width:19.1875rem;height:1.3125rem;top:15.9375rem;left:28.4375rem;font-size:1rem;display:block; }#dFah4r7K1rEQ6TCqIP0ogpTqz3C9mtOO li:before{  }
 }@media only screen and (max-width: 763px) { #JuefpILV2A95AxE1MKoR7PK9309kn8Na { width:19.125rem;height:1.3125rem;top:17.8125rem;left:28.5rem;font-size:1rem;display:block; }#JuefpILV2A95AxE1MKoR7PK9309kn8Na li:before{  }
 }@media only screen and (max-width: 763px) { #hcwIdQUghFIEFhmws4ricvyXuFhQZtVi { width:19.125rem;height:2.625rem;top:19.6875rem;left:28.5rem;font-size:1rem;display:block; }#hcwIdQUghFIEFhmws4ricvyXuFhQZtVi li:before{  }
 }@media only screen and (max-width: 763px) { #LqxokaVloclAqhsIC6hJaxenFw891rmi { width:19.125rem;height:1.3125rem;top:22.875rem;left:28.5rem;font-size:1rem;display:block; }#LqxokaVloclAqhsIC6hJaxenFw891rmi li:before{  }
 }@media only screen and (max-width: 763px) { #cpMNRhrvzQgieJvIaQoVBET78NzMU4To { width:19.125rem;height:1.3125rem;top:24.625rem;left:28.5rem;font-size:1rem;display:block; }#cpMNRhrvzQgieJvIaQoVBET78NzMU4To li:before{  }
 }@media only screen and (max-width: 763px) { #v0FByUlhKQIn47lMTUPUyWe9TiloFEDh { width:19.125rem;height:1.3125rem;top:26.5rem;left:28.5rem;font-size:1rem;display:block; }#v0FByUlhKQIn47lMTUPUyWe9TiloFEDh li:before{  }
 }@media only screen and (max-width: 763px) { #LNhMJxLe8ViD4MfphMyA3rIJcd0nsRsG { width:19.125rem;height:1.3125rem;top:28.375rem;left:28.5rem;font-size:1rem;display:block; }#LNhMJxLe8ViD4MfphMyA3rIJcd0nsRsG li:before{  }
 }@media only screen and (max-width: 763px) { #OKzKu6VZt2T2iqBAbocrO4DwUfzQNaBC { width:19.125rem;height:1.3125rem;top:30.25rem;left:28.5rem;font-size:1rem;display:block; }#OKzKu6VZt2T2iqBAbocrO4DwUfzQNaBC li:before{  }
 }@media only screen and (max-width: 763px) { #IJaZXzHm3bwoT3z0qiHfu5TeqMB6Usw7 { width:19.125rem;height:1.3125rem;top:33.3125rem;left:28.5rem;font-size:1rem;display:block; }#IJaZXzHm3bwoT3z0qiHfu5TeqMB6Usw7 li:before{  }
 }@media only screen and (max-width: 763px) { #k9lTrVHD1XZGCOm4WzTKk4Rzz7Lms055 { width:19.125rem;height:1.3125rem;top:35.1875rem;left:28.5rem;font-size:1rem;display:block; }#k9lTrVHD1XZGCOm4WzTKk4Rzz7Lms055 li:before{  }
 }@media only screen and (max-width: 763px) { #riTe6mKZWXKQAEwg9tCWv9gf5I5m9h8x { top:17rem;left:0rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWoa1zEiUMs35HUogW9Z46f0M3zGcegb { top:18.25rem;left:3.65625rem;width:8.3125rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wd6yqeOsHaqADAWptRRWVuyrXzEK4kCB { width:19.875rem;height:3.6875rem;top:27.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6oqavgJB9esKTVsrSeLQLiNxDuq6d7z { display:block; }
 }@media only screen and (max-width: 763px) { #P4ZWWOzh94L5ecfmXWdrqxOLpKox5zBJ { top:22.25rem;left:3.65625rem;width:7.625rem;height:3.6875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHNtrZuasodFJZytf7TQmoDk6UOKlIxm { top:21.6875rem;left:0rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQfn50DfOPBfUbqvmf3Ofhe31dfrTBmf { top:23.6875rem;left:7.5625rem;width:8.3125rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLtw0N8vCk6J2ZI8qEaTzEI2qFR0gQ5R { width:19.1875rem;height:1.3125rem;top:8.8125rem;left:12.5625rem;font-size:1rem;display:block; }#aLtw0N8vCk6J2ZI8qEaTzEI2qFR0gQ5R li:before{  }
 }@media only screen and (max-width: 763px) { #iKyKfuSCmvHDxgOpRWDTHRT6rdHFSTJI { top:5.625rem;left:15.875rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XALOK1nHpqbn3v8MGAwrq8F1pf1lvkLE { width:15.625rem;height:1.6875rem;top:5.8125rem;left:16.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzOMb9KDG2oA49Pyx9GFyyOddDCqp637 { width:19.1875rem;height:1.3125rem;top:10.6875rem;left:12.5625rem;font-size:1rem;display:block; }#rzOMb9KDG2oA49Pyx9GFyyOddDCqp637 li:before{  }
 }@media only screen and (max-width: 763px) { #zCR4xih6X7pxCvmxdwamOx3PfC2RGP8s { width:19.1875rem;height:1.3125rem;top:12.5625rem;left:12.5625rem;font-size:1rem;display:block; }#zCR4xih6X7pxCvmxdwamOx3PfC2RGP8s li:before{  }
 }@media only screen and (max-width: 763px) { #exNV3TZtlLLCne8lEPDi8c18Lbi3qirT { width:19.1875rem;height:1.3125rem;top:14.4375rem;left:12.5625rem;font-size:1rem;display:block; }#exNV3TZtlLLCne8lEPDi8c18Lbi3qirT li:before{  }
 }@media only screen and (max-width: 763px) { #ZT2K8AvTtwkZCp6IASatypdoqtTOuzBo { width:19.1875rem;height:1.3125rem;top:16.3125rem;left:12.5625rem;font-size:1rem;display:block; }#ZT2K8AvTtwkZCp6IASatypdoqtTOuzBo li:before{  }
 }@media only screen and (max-width: 763px) { #GMC0e2b6EVvGdL9zkIyCH41kZSLCOsdV { width:19.1875rem;height:1.3125rem;top:18.1875rem;left:12.5625rem;font-size:1rem;display:block; }#GMC0e2b6EVvGdL9zkIyCH41kZSLCOsdV li:before{  }
 }@media only screen and (max-width: 763px) { #T6W6yyeWJu0TIPpueV74Hmd1u64hAGS6 { width:19.1875rem;height:1.3125rem;top:20.0625rem;left:12.5625rem;font-size:1rem;display:block; }#T6W6yyeWJu0TIPpueV74Hmd1u64hAGS6 li:before{  }
 }@media only screen and (max-width: 763px) { #HFgUZPuiAdX6EQoC0FQl8W05nxSpfac6 { width:19.1875rem;height:1.3125rem;top:50.875rem;left:28.4375rem;font-size:1rem;display:block; }#HFgUZPuiAdX6EQoC0FQl8W05nxSpfac6 li:before{  }
 }@media only screen and (max-width: 763px) { #reFX1nl6dZ28KGyfOZq2oD3i7VTSwdRc { width:19.1875rem;height:1.3125rem;top:49rem;left:28.4375rem;font-size:1rem;display:block; }#reFX1nl6dZ28KGyfOZq2oD3i7VTSwdRc li:before{  }
 }@media only screen and (max-width: 763px) { #mHOfWXslsK9BpdMfL0rA0Hb90RCzVhzi { width:19.1875rem;height:1.3125rem;top:47.125rem;left:28.4375rem;font-size:1rem;display:block; }#mHOfWXslsK9BpdMfL0rA0Hb90RCzVhzi li:before{  }
 }@media only screen and (max-width: 763px) { #fv3cRIV9ZeumIlQ1HXSDTZGenuH86hZp { width:19.1875rem;height:1.3125rem;top:45.25rem;left:28.4375rem;font-size:1rem;display:block; }#fv3cRIV9ZeumIlQ1HXSDTZGenuH86hZp li:before{  }
 }@media only screen and (max-width: 763px) { #xXJGy8gDZVT6mP8zKreEN8kCNcBT1U3h { width:19.1875rem;height:1.3125rem;top:43.375rem;left:28.4375rem;font-size:1rem;display:block; }#xXJGy8gDZVT6mP8zKreEN8kCNcBT1U3h li:before{  }
 }@media only screen and (max-width: 763px) { #ZTFVLBRsc6mfN0p4yc431D3MmFGxNsvM { top:40.1875rem;left:31.75rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gz23aPqoPKMcLCRCGePBisdvsU1bITEp { width:15.625rem;height:1.6875rem;top:40.375rem;left:31.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOWLkPqXyphiVPZeZ2ev8OIbq1L4tUTC { width:19.1875rem;height:1.3125rem;top:47.625rem;left:12.5625rem;font-size:1rem;display:block; }#BOWLkPqXyphiVPZeZ2ev8OIbq1L4tUTC li:before{  }
 }@media only screen and (max-width: 763px) { #uyc5gbtR9ErdGc032TkohwHMiEgl6hP9 { width:19.1875rem;height:2.625rem;top:49.5rem;left:12.5625rem;font-size:1rem;display:block; }#uyc5gbtR9ErdGc032TkohwHMiEgl6hP9 li:before{  }
 }@media only screen and (max-width: 763px) { #vIApU1FUTKvZJHpAMqBCGWCnA91eoqib { width:19.1875rem;height:1.3125rem;top:45.75rem;left:12.5625rem;font-size:1rem;display:block; }#vIApU1FUTKvZJHpAMqBCGWCnA91eoqib li:before{  }
 }@media only screen and (max-width: 763px) { #Uv4AQmoFTPfrGQqgoM0s5a6hUgquvmgJ { width:19.1875rem;height:1.3125rem;top:43.8125rem;left:12.5625rem;font-size:1rem;display:block; }#Uv4AQmoFTPfrGQqgoM0s5a6hUgquvmgJ li:before{  }
 }@media only screen and (max-width: 763px) { #qnf77pFus8aGFBbaomysABLAqsrHgaHL { width:15.625rem;height:1.6875rem;top:40.8125rem;left:16.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQViDHfxyeUxJxHew9AM3JZTd4IaBS2a { top:40.625rem;left:15.875rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVGtiGsB1ylkzvSQgN43QA5ZftUneKh9 { top:55.6875rem;left:0rem;width:22.0625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMCnfqxViCNAL7AyOlc71d7kBsglK9BA { top:60.0625rem;left:0rem;width:29.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXNWi6zKDSdXzv2cBidyNxkQefUNXvky { display:block; }#lXNWi6zKDSdXzv2cBidyNxkQefUNXvky > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FTwKy69S1SgQbQs1CTt4gOyyM4e53PuQ { top:1.875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4VBIxPI1XiZ0rFUoIX3UWWQITfSmAgN { top:5.6875rem;left:0rem;width:43.875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4cbie9VPJEol7U5pH4snK8yRxBotn0J { top:12.3125rem;left:1.4375rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gd5DO16Kuocl7SkGAKMne2MKXhgB3xb1 { top:10.875rem;left:0.125rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNJOUlQuJBQDDtma6wZcTuOLdPrcnUsa { top:15rem;left:3.5625rem;width:3.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #miibN7o6Tl6vhz7iKHNfLsVCnKs4DG1b { top:11.625rem;left:1.8125rem;width:1.375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5SvmBOyeeTWfTWCQTt5TWgTl6WiuwHq { top:23.875rem;left:5.375rem;width:31.25rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #SyC1q2aS5OsD8QUsQEfw9mckBR36MkZ5 { top:20.125rem;left:5.375rem;width:0;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZF9XIOyXbkEWbI2dfJGg5yGlfFM9f9Q { top:24.25rem;left:38.0625rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbuf0dLg5aJSrsJWiW5y75wVQPiZ3RkA { top:22.8125rem;left:36.75rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaOx0P08TzXTpTRR9kg649JJF5uQhd6c { top:23.8125rem;left:38.4375rem;width:1.375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJg2H8KwsbFtsQKkKBVyWR2OokbwxT0B { top:26.375rem;left:40rem;width:3.9375rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuIOe4XCDk5RTuGtwTLffwyzHh5gfd7i { top:13.1875rem;left:12.4375rem;width:31.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNW5dLqxixzkkG4kB8kWbICGUHxRbQZZ { top:16.125rem;left:12.4375rem;width:30.4375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TplKtSWrDSqTnUp5vIwf1WiBlZVgFLa7 { top:25.5rem;left:5.3125rem;width:31.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZacF7DOBfbtQDh5W5Gv4mAMz3EuZP6rx { top:28.5625rem;left:5.4375rem;width:27.75rem;height:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uf8uQSo2JhpdHWp3kiDZQuMUuwMlQESH { top:32.0625rem;left:43.8125rem;width:0;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCEVZ7f5cH7g4ZdTEsCTgUmP4JCuO3qs { top:35.8125rem;left:9.375rem;width:34.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #QAsiVODmtRTPGg9mmn85J8q7eld8muVf { top:34.0625rem;left:1.5rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7MRkHuHz6u0RGw4ggEzrUJHtSPUQn4K { top:32.625rem;left:0.1875rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRoDTFCq3hrObSQ0HoAOXzkT1u4rX9P7 { top:33.4375rem;left:1.875rem;width:1.375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2WKGNLUH3x2lbMIQUcZpfepwNfTGS8p { top:36.625rem;left:3.6875rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlJnMm9CJm7aKe4L7CI6n5DeKCD7Kf6e { top:37.375rem;left:12.5rem;width:31.5rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrLhuKn1oSO3SfSurfgL4T42zR6PeK4Q { top:40.3125rem;left:12.5rem;width:32.6875rem;height:5.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #diIULM8oxqeXCKDunpksxUchvdlIJN0S { display:block; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-regular-label { width:39.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-input-text { width:39.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-input-text {padding-top: 0; padding-bottom: 0;}#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-textarea { width:39.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-input-select { width:39.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-input-select {padding-top: 0; padding-bottom: 0;}#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-input-button { width:39.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-checkbox-label { width:38.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o  { width:39.9375rem;height:auto;top:10.6875rem;left:2.65625rem; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .radio-container { width:39.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o {display:block;}#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o { width:39.9375rem;height:auto;top:10.6875rem;left:2.65625rem; }
 }@media only screen and (max-width: 763px) { #D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o #t1F1h7TzE9DM86ys7WT7bc4VHenZ50Uw {  }
 }@media only screen and (max-width: 763px) { #D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o #NigCVn5h1rUmPqpVNAmbaI0SyVhTMoOh { display:block; }
 }@media only screen and (max-width: 763px) { #D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o #gproheTCntnVcn7F0IQ8WFbL58t0DmpD {  }
 }@media only screen and (max-width: 763px) { #D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o #qd4IUdOOQwEoX5FRcIdk1mydA2r5TZid {  }
 }@media only screen and (max-width: 763px) { #D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o #Vsc97A7FkOUaw1LiHkb5xi5r0T6VVTrC {  }
 }@media only screen and (max-width: 763px) { #D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o #MCwwuuSTdovs8aITz67RRxRloTHyyuE9 {  }
 }@media only screen and (max-width: 763px) { #F2ymu7uWQ6viGcnSXHCd6XHGuNK8lOw5 { display:block; }
 }@media only screen and (max-width: 763px) { #fnUkeTX7y2pKavlSgXfJGhZOiyhRKXM0 { display:block; }
 }@media only screen and (max-width: 763px) { #owGaZkcFlvpzk1W05MPUazVxcAwZtfx7 { display:block; }
 }@media only screen and (max-width: 763px) { #Gee4C0RUqbw4pmezzbs4v7Tz49LaOKlt { display:block; }
 }@media only screen and (max-width: 763px) { #D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o #vL1rs8ERvnGIX40c5e1XTpumqqVeBETv {  }
 }@media only screen and (max-width: 763px) { #D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o #DIGPTwH36U1I4ptgODdCSaoklHNNdWfv {  }
 }@media only screen and (max-width: 763px) { #ROd8q5gJWkKmWF0GX7fCmw5O3F1fB1pP { top:7.3125rem;left:5.34375rem;width:37.0625rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhiHL6sXRgrlyMcCnXm5AoUueTU02XbG { top:3.4375rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iN3T77B03AKZU3pJXi6TI4KVSudxz0SF { display:block; }#iN3T77B03AKZU3pJXi6TI4KVSudxz0SF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f09z8UFfkWmZkQszITR8FhsCeSrEHXKT { top:6.5625rem;left:0rem;width:19.875rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tb8dk4qGq9mU2m9xU9P0s4H1IQp6ZbdI { top:7.8125rem;left:40.4375rem;width:7.3125rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUZRDhPBSWMFNwVFaTBB6vWCpvBgoeie { top:11.1875rem;left:12.125rem;width:35.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpSdLJTs1lSLo7am1A3OSACgsZzdFXkr { top:7.625rem;left:45.75rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5aw1rxbufuaVTtuS0yJJySvIq9mCicP { top:7.875rem;left:40.4375rem;width:7.3125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5GFgNFvFn6H48MOX8lf5OMATQxAp6iM { top:7.6875rem;left:39.875rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCcHKOQ4ZSKzhDACENFs1UKh4PIUtnTP { top:7.8125rem;left:28.875rem;width:10.0625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpn0TteGfvlOhza7NyQhpfalemZQ7nxU { top:7.4375rem;left:26.0625rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSxL0OJQB4fALWw6N9MCqqbsLd3pyBea { top:13.8125rem;left:0rem;width:11.8125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtFdXQ63kuQtUKOaEirDwaDEsbJ0L02u { top:5.5rem;left:26.0625rem;width:11.8125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0c3livIBwtAxvrNpRlizZnI3My9WnoI { top:11.25rem;left:0rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTWKqLRIfTbBZyJbkpqLozWIILgmkbTy { top:1.1875rem;left:0rem;width:9.6875rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hO5d4pmXGeHI79LNfmbIGwCmDzpxNHWf { top:16.1875rem;left:0rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2CcCoCPNPEhGWP9lxxGslXinew5OFki { top:16.75rem;left:0.5rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qh3TgwDNLlle39pCRSyRWriHmkSzLLi4 { top:16.1875rem;left:0rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUPl1e7HGoMHFPVmHg0NhuQgUVCRV4GF { top:16.75rem;left:0rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mi7WQJJQJieuIyxGTkPMcceTAaygO8xU { top:16.1875rem;left:0rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozCkPtXXZezfstq0dIUJrXPVI0yeegWz { top:16.75rem;left:0rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgbNUIDwehEUmuQCmbFEMK2PTvcOGlk8 { top:16.1875rem;left:0rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6I8vzuXi7kSxtXbGm0lT8yIElrZzd6N { top:16.75rem;left:0rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITug5bfRUvZyTSeSPTNnfA0Jxq0unxwV { top:16.1875rem;left:0rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7xrrrZRvefPdcTfbuC6gJ0K7l3bp09s { top:16.75rem;left:0rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi { background-color:#009fe3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container { background-color: transparent; background-image: none; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container > .video-iframe-container { display: none; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row > .video-iframe-container { display: none; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .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); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container { border-width: 0; border-radius: 0; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xuJcTBTRBSlxf8BoqBrP8myT035WBOSa { width:10.75rem;height:1.8125rem;top:5.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRhXqVtoxdvVUrsMWUTH32JkEoRZ6k8l { display:block; }
 }@media only screen and (max-width: 763px) { #vPaiqpu6zUnSNbTmlWRmnpZMGpE45hUn { width:12.9375rem;height:3.1875rem;top:0.8125rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIBq6n9Nw2OfmnwCr5KQCiTc70lNKfGQ { width:8.875rem;height:2.625rem;top:5.375rem;left:11.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJoK3qAa2tH1rUTUGh56MhmfGrtOT3p9 { display:block; }
 }@media only screen and (max-width: 763px) { #E7zW9diAWP0ytAK9enccT5A8PNMz8fb1 { width:12.9375rem;height:2.625rem;top:8.5625rem;left:3.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKhiFWa0y1wsoBwfkXkgq50tBxptcU1q { display:block; }
 }@media only screen and (max-width: 763px) { #UmU95cdW4kOI3KOLtgR3CevBcWJfKS8u { display:block; }#UmU95cdW4kOI3KOLtgR3CevBcWJfKS8u > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rZx2mbImaTFaff6urTQUggDNkiphPkST { width:12.6875rem;height:1.8682875rem;top:4.1363525390625rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uktxu8Ooy7BTID3pVeNUig7SuqSiwrf4 { width:20rem;height:0.0625rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMO9CIrG1qZNGikrNbErkcoiio1X1qZw { width:3.75rem;height:0.1875rem;top:3.0625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAuFXMSt1gCEAdyMunkuanW7ddaZmhKE { width:12.5rem;height:1.05615rem;top:1.0625rem;left:2.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5PX28p1KiXzb1HqzVZ9wuHiCS6iEJpI { display:flex;width:1.25rem;height:1.25rem;top:0.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #AI1uWMwm2pOQEey7MtvO3t0aFUv8UC58 { width:6.125rem;height:1.8125rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMeqzwhRk3UbxpKEvzcIWSnL4yJzDFhm { display:block; }
 }@media only screen and (max-width: 763px) { #Ok3WxwddaIArOd6skAyI8runoQPIibV4 { width:9.25rem;height:4.8125rem;top:3.599609375rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuCLlckssgCt8mdvwnf0uokPKTH9IMVH { display:block; }#AuCLlckssgCt8mdvwnf0uokPKTH9IMVH > .row .container { width:20rem;height:148.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qMWESxH7CpPDHpslKM8T6zxCihIvWdRM { width:9.75rem;height:2.79948125rem;top:15.49609375rem;left:9.375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #CSx9B2PNlFBtG8Q5obDwOKCQVd3LHC4D { width:9.375rem;height:0.0625rem;top:16.865234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpzGCrcbHToGPzAevFSGXeNSAFXa37mo { width:18rem;height:3.8984375rem;top:0.8125rem;left:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #VPVFiWb6ufW2ZkkoWF05US6BOMf8VApz { width:14.0625rem;height:1.5rem;top:26.4375rem;left:2.25rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#VPVFiWb6ufW2ZkkoWF05US6BOMf8VApz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VPVFiWb6ufW2ZkkoWF05US6BOMf8VApz li:before{  }
 }@media only screen and (max-width: 763px) { #TuflRlBvuyOq58iUG3Rf3sCVqCsWbVug { width:11.125rem;height:1.5rem;top:25rem;left:2.25rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#TuflRlBvuyOq58iUG3Rf3sCVqCsWbVug li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TuflRlBvuyOq58iUG3Rf3sCVqCsWbVug li:before{  }
 }@media only screen and (max-width: 763px) { #T5wUA6uweE9ATCTFPMhziUNCTdaJTTsz { width:7.75rem;height:1.5rem;top:23.625rem;left:2.25rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#T5wUA6uweE9ATCTFPMhziUNCTdaJTTsz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#T5wUA6uweE9ATCTFPMhziUNCTdaJTTsz li:before{  }
 }@media only screen and (max-width: 763px) { #oOAZ7ueIag571z3Ht7QIcl1NvMcuiJuQ { display:flex;width:2.9375rem;height:2.9375rem;top:20.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #w5yPzyZ8nVBPl4p37Vwe9GokMt86lU7V { width:15.625rem;height:1.5rem;top:21.375rem;left:3.1875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #youzahCG9IZa9EmUK2cohqdJhbzc236D { width:12.625rem;height:1.5rem;top:27.875rem;left:2.25rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#youzahCG9IZa9EmUK2cohqdJhbzc236D li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#youzahCG9IZa9EmUK2cohqdJhbzc236D li:before{  }
 }@media only screen and (max-width: 763px) { #zseukkf5IJqArVZO7M356gJX7pslMZiF { width:17.4375rem;height:1.5rem;top:29.25rem;left:2.25rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#zseukkf5IJqArVZO7M356gJX7pslMZiF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zseukkf5IJqArVZO7M356gJX7pslMZiF li:before{  }
 }@media only screen and (max-width: 763px) { #OvUzMffiCxRavrrukgh859oHyt2b5U7H { width:13rem;height:2.99926875rem;top:30.6875rem;left:2.25rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#OvUzMffiCxRavrrukgh859oHyt2b5U7H li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OvUzMffiCxRavrrukgh859oHyt2b5U7H li:before{  }
 }@media only screen and (max-width: 763px) { #l9B3bcJwibQ2Df02BxVQ6O7cQnZTKZP5 { width:14rem;height:4.4989rem;top:46.5rem;left:1.875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#l9B3bcJwibQ2Df02BxVQ6O7cQnZTKZP5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#l9B3bcJwibQ2Df02BxVQ6O7cQnZTKZP5 li:before{  }
 }@media only screen and (max-width: 763px) { #DNw0obPqkxURtuCL5C3pJXDOLIiB7e4I { width:17.25rem;height:2.99926875rem;top:43.125rem;left:1.875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#DNw0obPqkxURtuCL5C3pJXDOLIiB7e4I li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DNw0obPqkxURtuCL5C3pJXDOLIiB7e4I li:before{  }
 }@media only screen and (max-width: 763px) { #S2MuCMz4ogsDXaMED9AwsknRyLR9DXDc { width:14.5625rem;height:2.99926875rem;top:39.75rem;left:1.875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#S2MuCMz4ogsDXaMED9AwsknRyLR9DXDc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#S2MuCMz4ogsDXaMED9AwsknRyLR9DXDc li:before{  }
 }@media only screen and (max-width: 763px) { #Qce0sMcWVtNuOVnIhqFdZxf9o4QVZoO7 { display:flex;width:2.936525rem;height:2.936525rem;top:36.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #E2DqoCTTH7OBD8ckAOkuuoOFrenZy2CM { width:15.625rem;height:1.5rem;top:36.875rem;left:3.125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFah4r7K1rEQ6TCqIP0ogpTqz3C9mtOO { width:16.75rem;height:1.5rem;top:51.375rem;left:1.875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#dFah4r7K1rEQ6TCqIP0ogpTqz3C9mtOO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dFah4r7K1rEQ6TCqIP0ogpTqz3C9mtOO li:before{  }
 }@media only screen and (max-width: 763px) { #JuefpILV2A95AxE1MKoR7PK9309kn8Na { width:17.6875rem;height:2.99926875rem;top:53.5rem;left:1.875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#JuefpILV2A95AxE1MKoR7PK9309kn8Na li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JuefpILV2A95AxE1MKoR7PK9309kn8Na li:before{  }
 }@media only screen and (max-width: 763px) { #hcwIdQUghFIEFhmws4ricvyXuFhQZtVi { width:15.6875rem;height:4.4989rem;top:56.875rem;left:1.875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#hcwIdQUghFIEFhmws4ricvyXuFhQZtVi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hcwIdQUghFIEFhmws4ricvyXuFhQZtVi li:before{  }
 }@media only screen and (max-width: 763px) { #LqxokaVloclAqhsIC6hJaxenFw891rmi { width:16.75rem;height:2.99926875rem;top:61.75rem;left:1.875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#LqxokaVloclAqhsIC6hJaxenFw891rmi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LqxokaVloclAqhsIC6hJaxenFw891rmi li:before{  }
 }@media only screen and (max-width: 763px) { #cpMNRhrvzQgieJvIaQoVBET78NzMU4To { width:14.8125rem;height:1.5rem;top:65.125rem;left:1.875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#cpMNRhrvzQgieJvIaQoVBET78NzMU4To li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cpMNRhrvzQgieJvIaQoVBET78NzMU4To li:before{  }
 }@media only screen and (max-width: 763px) { #v0FByUlhKQIn47lMTUPUyWe9TiloFEDh { width:15.625rem;height:2.99926875rem;top:67.25rem;left:1.875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#v0FByUlhKQIn47lMTUPUyWe9TiloFEDh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#v0FByUlhKQIn47lMTUPUyWe9TiloFEDh li:before{  }
 }@media only screen and (max-width: 763px) { #LNhMJxLe8ViD4MfphMyA3rIJcd0nsRsG { width:16rem;height:2.99926875rem;top:70.625rem;left:1.875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#LNhMJxLe8ViD4MfphMyA3rIJcd0nsRsG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LNhMJxLe8ViD4MfphMyA3rIJcd0nsRsG li:before{  }
 }@media only screen and (max-width: 763px) { #OKzKu6VZt2T2iqBAbocrO4DwUfzQNaBC { width:17.8125rem;height:2.99926875rem;top:74rem;left:1.875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#OKzKu6VZt2T2iqBAbocrO4DwUfzQNaBC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OKzKu6VZt2T2iqBAbocrO4DwUfzQNaBC li:before{  }
 }@media only screen and (max-width: 763px) { #IJaZXzHm3bwoT3z0qiHfu5TeqMB6Usw7 { width:15.75rem;height:1.5rem;top:77rem;left:1.875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#IJaZXzHm3bwoT3z0qiHfu5TeqMB6Usw7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IJaZXzHm3bwoT3z0qiHfu5TeqMB6Usw7 li:before{  }
 }@media only screen and (max-width: 763px) { #k9lTrVHD1XZGCOm4WzTKk4Rzz7Lms055 { width:14.375rem;height:1.5rem;top:79.125rem;left:1.875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#k9lTrVHD1XZGCOm4WzTKk4Rzz7Lms055 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#k9lTrVHD1XZGCOm4WzTKk4Rzz7Lms055 li:before{  }
 }@media only screen and (max-width: 763px) { #riTe6mKZWXKQAEwg9tCWv9gf5I5m9h8x { width:1.8125rem;height:1.8125rem;top:6.375rem;left:2.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWoa1zEiUMs35HUogW9Z46f0M3zGcegb { width:8.3125rem;height:1.29980625rem;top:6.8125rem;left:4.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wd6yqeOsHaqADAWptRRWVuyrXzEK4kCB { width:19.875rem;height:3.6875rem;top:10.298828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6oqavgJB9esKTVsrSeLQLiNxDuq6d7z { display:block; }
 }@media only screen and (max-width: 763px) { #P4ZWWOzh94L5ecfmXWdrqxOLpKox5zBJ { width:3.8125rem;height:2.19360625rem;top:6.4375rem;left:11.9375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHNtrZuasodFJZytf7TQmoDk6UOKlIxm { display:flex;width:1.8125rem;height:1.8125rem;top:6.4375rem;left:9.375rem;font-size:1.25rem; }
 }@media only screen and (max-width: 763px) { #uQfn50DfOPBfUbqvmf3Ofhe31dfrTBmf { width:3rem;height:1.4622375rem;top:6.8125rem;left:15.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLtw0N8vCk6J2ZI8qEaTzEI2qFR0gQ5R { width:14.625rem;height:1.5rem;top:87.75rem;left:2.0625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#aLtw0N8vCk6J2ZI8qEaTzEI2qFR0gQ5R li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aLtw0N8vCk6J2ZI8qEaTzEI2qFR0gQ5R li:before{  }
 }@media only screen and (max-width: 763px) { #iKyKfuSCmvHDxgOpRWDTHRT6rdHFSTJI { display:flex;width:2.9370125rem;height:2.9370125rem;top:83.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XALOK1nHpqbn3v8MGAwrq8F1pf1lvkLE { width:15.624rem;height:1.5rem;top:84.375rem;left:3.125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzOMb9KDG2oA49Pyx9GFyyOddDCqp637 { width:15.375rem;height:1.5rem;top:89.875rem;left:2.0625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#rzOMb9KDG2oA49Pyx9GFyyOddDCqp637 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rzOMb9KDG2oA49Pyx9GFyyOddDCqp637 li:before{  }
 }@media only screen and (max-width: 763px) { #zCR4xih6X7pxCvmxdwamOx3PfC2RGP8s { width:15.9375rem;height:1.5rem;top:92rem;left:2.0625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#zCR4xih6X7pxCvmxdwamOx3PfC2RGP8s li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zCR4xih6X7pxCvmxdwamOx3PfC2RGP8s li:before{  }
 }@media only screen and (max-width: 763px) { #exNV3TZtlLLCne8lEPDi8c18Lbi3qirT { width:17.375rem;height:1.5rem;top:94.125rem;left:2.0625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#exNV3TZtlLLCne8lEPDi8c18Lbi3qirT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#exNV3TZtlLLCne8lEPDi8c18Lbi3qirT li:before{  }
 }@media only screen and (max-width: 763px) { #ZT2K8AvTtwkZCp6IASatypdoqtTOuzBo { width:17.125rem;height:1.5rem;top:96.25rem;left:2.0625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#ZT2K8AvTtwkZCp6IASatypdoqtTOuzBo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZT2K8AvTtwkZCp6IASatypdoqtTOuzBo li:before{  }
 }@media only screen and (max-width: 763px) { #GMC0e2b6EVvGdL9zkIyCH41kZSLCOsdV { width:15.4375rem;height:2.99926875rem;top:98.375rem;left:2.0625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#GMC0e2b6EVvGdL9zkIyCH41kZSLCOsdV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GMC0e2b6EVvGdL9zkIyCH41kZSLCOsdV li:before{  }
 }@media only screen and (max-width: 763px) { #T6W6yyeWJu0TIPpueV74Hmd1u64hAGS6 { width:14.75rem;height:1.5rem;top:101.75rem;left:2.0625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#T6W6yyeWJu0TIPpueV74Hmd1u64hAGS6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#T6W6yyeWJu0TIPpueV74Hmd1u64hAGS6 li:before{  }
 }@media only screen and (max-width: 763px) { #HFgUZPuiAdX6EQoC0FQl8W05nxSpfac6 { width:15.5rem;height:2.99926875rem;top:122.1875rem;left:2.25rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#HFgUZPuiAdX6EQoC0FQl8W05nxSpfac6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HFgUZPuiAdX6EQoC0FQl8W05nxSpfac6 li:before{  }
 }@media only screen and (max-width: 763px) { #reFX1nl6dZ28KGyfOZq2oD3i7VTSwdRc { width:15.3125rem;height:2.99926875rem;top:118.8125rem;left:2.25rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#reFX1nl6dZ28KGyfOZq2oD3i7VTSwdRc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#reFX1nl6dZ28KGyfOZq2oD3i7VTSwdRc li:before{  }
 }@media only screen and (max-width: 763px) { #mHOfWXslsK9BpdMfL0rA0Hb90RCzVhzi { width:17.3125rem;height:2.99926875rem;top:115.4375rem;left:2.25rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#mHOfWXslsK9BpdMfL0rA0Hb90RCzVhzi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mHOfWXslsK9BpdMfL0rA0Hb90RCzVhzi li:before{  }
 }@media only screen and (max-width: 763px) { #fv3cRIV9ZeumIlQ1HXSDTZGenuH86hZp { width:16.5625rem;height:2.99926875rem;top:112.0625rem;left:2.25rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#fv3cRIV9ZeumIlQ1HXSDTZGenuH86hZp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fv3cRIV9ZeumIlQ1HXSDTZGenuH86hZp li:before{  }
 }@media only screen and (max-width: 763px) { #xXJGy8gDZVT6mP8zKreEN8kCNcBT1U3h { width:17.5rem;height:1.5rem;top:109.9375rem;left:2.25rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#xXJGy8gDZVT6mP8zKreEN8kCNcBT1U3h li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xXJGy8gDZVT6mP8zKreEN8kCNcBT1U3h li:before{  }
 }@media only screen and (max-width: 763px) { #ZTFVLBRsc6mfN0p4yc431D3MmFGxNsvM { display:flex;width:2.93728125rem;height:2.93728125rem;top:106.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gz23aPqoPKMcLCRCGePBisdvsU1bITEp { width:15.624rem;height:1.5rem;top:106.8125rem;left:3.125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOWLkPqXyphiVPZeZ2ev8OIbq1L4tUTC { width:16.5rem;height:1.5rem;top:135.1875rem;left:2.3125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#BOWLkPqXyphiVPZeZ2ev8OIbq1L4tUTC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BOWLkPqXyphiVPZeZ2ev8OIbq1L4tUTC li:before{  }
 }@media only screen and (max-width: 763px) { #uyc5gbtR9ErdGc032TkohwHMiEgl6hP9 { width:15.9375rem;height:2.99926875rem;top:137.125rem;left:2.3125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#uyc5gbtR9ErdGc032TkohwHMiEgl6hP9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uyc5gbtR9ErdGc032TkohwHMiEgl6hP9 li:before{  }
 }@media only screen and (max-width: 763px) { #vIApU1FUTKvZJHpAMqBCGWCnA91eoqib { width:13.4375rem;height:1.5rem;top:133.25rem;left:2.3125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#vIApU1FUTKvZJHpAMqBCGWCnA91eoqib li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vIApU1FUTKvZJHpAMqBCGWCnA91eoqib li:before{  }
 }@media only screen and (max-width: 763px) { #Uv4AQmoFTPfrGQqgoM0s5a6hUgquvmgJ { width:15.5625rem;height:1.5rem;top:131.3125rem;left:2.3125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#Uv4AQmoFTPfrGQqgoM0s5a6hUgquvmgJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Uv4AQmoFTPfrGQqgoM0s5a6hUgquvmgJ li:before{  }
 }@media only screen and (max-width: 763px) { #qnf77pFus8aGFBbaomysABLAqsrHgaHL { width:14.3745rem;height:1.5rem;top:127.9375rem;left:3.75rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQViDHfxyeUxJxHew9AM3JZTd4IaBS2a { display:flex;width:2.9370125rem;height:2.9370125rem;top:127.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HVGtiGsB1ylkzvSQgN43QA5ZftUneKh9 { width:12.5rem;height:1.2994375rem;top:144.09606933594rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMCnfqxViCNAL7AyOlc71d7kBsglK9BA { width:18.6875rem;height:1.2994375rem;top:145.3125rem;left:1.1248779296875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXNWi6zKDSdXzv2cBidyNxkQefUNXvky { display:block; }#lXNWi6zKDSdXzv2cBidyNxkQefUNXvky > .row .container { width:20rem;height:78.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FTwKy69S1SgQbQs1CTt4gOyyM4e53PuQ { width:20rem;height:4.7131375rem;top:2.9375rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C4VBIxPI1XiZ0rFUoIX3UWWQITfSmAgN { width:20rem;height:4.6307375rem;top:8.162109375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G4cbie9VPJEol7U5pH4snK8yRxBotn0J { width:7.8125rem;height:7.8125rem;top:16.5625rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gd5DO16Kuocl7SkGAKMne2MKXhgB3xb1 { width:4.75rem;height:4.75rem;top:15.125rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNJOUlQuJBQDDtma6wZcTuOLdPrcnUsa { width:3.5rem;height:3.4375rem;top:19.25rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #miibN7o6Tl6vhz7iKHNfLsVCnKs4DG1b { width:1.375rem;height:2.6001rem;top:15.875rem;left:6.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5SvmBOyeeTWfTWCQTt5TWgTl6WiuwHq { width:19.875rem;height:0;top:31.275rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SyC1q2aS5OsD8QUsQEfw9mckBR36MkZ5 { width:0;height:3.75rem;top:25.96249961853rem;left:10.687500357628rem;display:none; }
 }@media only screen and (max-width: 763px) { #aZF9XIOyXbkEWbI2dfJGg5yGlfFM9f9Q { width:7.8125rem;height:7.8125rem;top:35.4375rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbuf0dLg5aJSrsJWiW5y75wVQPiZ3RkA { width:4.75rem;height:4.75rem;top:34rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaOx0P08TzXTpTRR9kg649JJF5uQhd6c { width:1.375rem;height:2.6001rem;top:35rem;left:6.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJg2H8KwsbFtsQKkKBVyWR2OokbwxT0B { width:3.9375rem;height:3.875rem;top:37.5625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuIOe4XCDk5RTuGtwTLffwyzHh5gfd7i { width:20rem;height:2.4375rem;top:25.625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iNW5dLqxixzkkG4kB8kWbICGUHxRbQZZ { width:18.6875rem;height:2.598875rem;top:28.0625rem;left:0.65625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TplKtSWrDSqTnUp5vIwf1WiBlZVgFLa7 { width:20rem;height:2.4375rem;top:45rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZacF7DOBfbtQDh5W5Gv4mAMz3EuZP6rx { width:18.6875rem;height:2.598875rem;top:47.4375rem;left:0.65625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uf8uQSo2JhpdHWp3kiDZQuMUuwMlQESH { width:0;height:3.75rem;top:61.45rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HCEVZ7f5cH7g4ZdTEsCTgUmP4JCuO3qs { width:19.875rem;height:0;top:66.575rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QAsiVODmtRTPGg9mmn85J8q7eld8muVf { width:7.8125rem;height:7.8125rem;top:55.625rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7MRkHuHz6u0RGw4ggEzrUJHtSPUQn4K { width:4.75rem;height:4.75rem;top:54.1875rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRoDTFCq3hrObSQ0HoAOXzkT1u4rX9P7 { width:1.375rem;height:2.6001rem;top:55.2626953125rem;left:7.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2WKGNLUH3x2lbMIQUcZpfepwNfTGS8p { width:3.4375rem;height:3.4375rem;top:58.1875rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlJnMm9CJm7aKe4L7CI6n5DeKCD7Kf6e { width:20rem;height:2.4375rem;top:65.0625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CrLhuKn1oSO3SfSurfgL4T42zR6PeK4Q { width:18.6875rem;height:7.796875rem;top:67.5rem;left:0.65625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #diIULM8oxqeXCKDunpksxUchvdlIJN0S { background-color:#296584;background-image:none;display:block; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container { background-color: transparent; background-image: none; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container > .video-iframe-container { display: none; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row > .video-iframe-container { display: none; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .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); }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container { width:20rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-input-text {padding-top: 0; padding-bottom: 0;}#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-input-select {padding-top: 0; padding-bottom: 0;}#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o  { width:17.5rem;height:auto;top:10.4375rem;left:0rem; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o {display:block;}#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o { width:17.5rem;height:auto;top:10.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o #t1F1h7TzE9DM86ys7WT7bc4VHenZ50Uw {  }
 }@media only screen and (max-width: 763px) { #D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o #NigCVn5h1rUmPqpVNAmbaI0SyVhTMoOh { display:block; }
 }@media only screen and (max-width: 763px) { #D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o #gproheTCntnVcn7F0IQ8WFbL58t0DmpD {  }
 }@media only screen and (max-width: 763px) { #D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o #qd4IUdOOQwEoX5FRcIdk1mydA2r5TZid {  }
 }@media only screen and (max-width: 763px) { #D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o #Vsc97A7FkOUaw1LiHkb5xi5r0T6VVTrC {  }
 }@media only screen and (max-width: 763px) { #D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o #MCwwuuSTdovs8aITz67RRxRloTHyyuE9 {  }
 }@media only screen and (max-width: 763px) { #F2ymu7uWQ6viGcnSXHCd6XHGuNK8lOw5 { display:block; }
 }@media only screen and (max-width: 763px) { #fnUkeTX7y2pKavlSgXfJGhZOiyhRKXM0 { display:block; }
 }@media only screen and (max-width: 763px) { #owGaZkcFlvpzk1W05MPUazVxcAwZtfx7 { display:block; }
 }@media only screen and (max-width: 763px) { #Gee4C0RUqbw4pmezzbs4v7Tz49LaOKlt { display:block; }
 }@media only screen and (max-width: 763px) { #D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o #vL1rs8ERvnGIX40c5e1XTpumqqVeBETv {  }
 }@media only screen and (max-width: 763px) { #D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o #DIGPTwH36U1I4ptgODdCSaoklHNNdWfv {  }
 }@media only screen and (max-width: 763px) { #ROd8q5gJWkKmWF0GX7fCmw5O3F1fB1pP { width:20rem;height:3.16796875rem;top:7.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhiHL6sXRgrlyMcCnXm5AoUueTU02XbG { width:20rem;height:4.0625rem;top:2.375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iN3T77B03AKZU3pJXi6TI4KVSudxz0SF { display:block; }#iN3T77B03AKZU3pJXi6TI4KVSudxz0SF > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f09z8UFfkWmZkQszITR8FhsCeSrEHXKT { width:14.625rem;height:4.8999rem;top:1.6875rem;left:2.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tb8dk4qGq9mU2m9xU9P0s4H1IQp6ZbdI { width:7.3125rem;height:2.799475rem;top:18.4375rem;left:7.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUZRDhPBSWMFNwVFaTBB6vWCpvBgoeie { width:18.75rem;height:0.0625rem;top:22.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpSdLJTs1lSLo7am1A3OSACgsZzdFXkr { width:2rem;height:2rem;top:18.1875rem;left:5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5aw1rxbufuaVTtuS0yJJySvIq9mCicP { width:7.3125rem;height:1.3995375rem;top:15.0625rem;left:7.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5GFgNFvFn6H48MOX8lf5OMATQxAp6iM { width:2rem;height:2rem;top:14.75rem;left:5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCcHKOQ4ZSKzhDACENFs1UKh4PIUtnTP { width:11.375rem;height:1.3995375rem;top:11.8125rem;left:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpn0TteGfvlOhza7NyQhpfalemZQ7nxU { width:2rem;height:2rem;top:11.5rem;left:4.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSxL0OJQB4fALWw6N9MCqqbsLd3pyBea { width:20rem;height:1.04980625rem;top:25.4375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RtFdXQ63kuQtUKOaEirDwaDEsbJ0L02u { width:20rem;height:1.04980625rem;top:9.375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f0c3livIBwtAxvrNpRlizZnI3My9WnoI { width:18.75rem;height:0.0625rem;top:7.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTWKqLRIfTbBZyJbkpqLozWIILgmkbTy { width:9.6875rem;height:2.375rem;top:33.5625rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hO5d4pmXGeHI79LNfmbIGwCmDzpxNHWf { width:3.0625rem;height:3.0625rem;top:28.375rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2CcCoCPNPEhGWP9lxxGslXinew5OFki { width:2rem;height:2rem;top:28.9375rem;left:16.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qh3TgwDNLlle39pCRSyRWriHmkSzLLi4 { width:3.0625rem;height:3.0625rem;top:28.375rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUPl1e7HGoMHFPVmHg0NhuQgUVCRV4GF { width:2rem;height:2rem;top:28.9375rem;left:12.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mi7WQJJQJieuIyxGTkPMcceTAaygO8xU { width:3.0625rem;height:3.0625rem;top:28.375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozCkPtXXZezfstq0dIUJrXPVI0yeegWz { width:2rem;height:2rem;top:28.9375rem;left:8.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgbNUIDwehEUmuQCmbFEMK2PTvcOGlk8 { width:3.0625rem;height:3.0625rem;top:28.375rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6I8vzuXi7kSxtXbGm0lT8yIElrZzd6N { width:2rem;height:2rem;top:28.9375rem;left:4.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITug5bfRUvZyTSeSPTNnfA0Jxq0unxwV { width:3.0625rem;height:3.0625rem;top:28.375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7xrrrZRvefPdcTfbuC6gJ0K7l3bp09s { width:2rem;height:2rem;top:28.875rem;left:1.25rem;font-size:1.375rem;display:block; }
 }