.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:250,217,234;--color-primary-1:238,128,187;--color-primary-2:221,1,118;--color-primary-3:111,1,59;--color-primary-4:33,0,18;--color-secondary-0:255,255,255;--color-secondary-1:250,250,250;--color-secondary-2:247,247,247;--color-secondary-3:208,208,208;--color-secondary-4:49,49,49;--color-tertiary-0:255,255,255;--color-tertiary-1:109,109,109;--color-tertiary-2:56,58,62;--color-tertiary-3:51,51,51;--color-tertiary-4:0,0,0;--headlines-font-family:"Poppins";--paragraphs-font-family:"Roboto"; }@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;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); }#Twe0eNPU9miwmQXFXAcukc01diCle8Jt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#Twe0eNPU9miwmQXFXAcukc01diCle8Jt > .row .container { background-color: transparent; background-image: none; }#Twe0eNPU9miwmQXFXAcukc01diCle8Jt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Twe0eNPU9miwmQXFXAcukc01diCle8Jt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Twe0eNPU9miwmQXFXAcukc01diCle8Jt > .row .container > .video-iframe-container { display: none; }#Twe0eNPU9miwmQXFXAcukc01diCle8Jt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Twe0eNPU9miwmQXFXAcukc01diCle8Jt > .row > .video-iframe-container { display: none; }#Twe0eNPU9miwmQXFXAcukc01diCle8Jt > .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); }#Twe0eNPU9miwmQXFXAcukc01diCle8Jt > .row .container { border-width: 0; border-radius: 0; }#Twe0eNPU9miwmQXFXAcukc01diCle8Jt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Twe0eNPU9miwmQXFXAcukc01diCle8Jt > .row .container { font-size:0.875rem;font-family:arial;height:4rem;width:75rem;position:relative;display:block; }#oFmA8MZEJT4dPQpCofT11ydFHLXD1861 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:1.375rem;left:1.75rem;height:1.3rem;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; }
#F7D63WrLOPr45aCTTFN4t4sBgQFRnKr8 { box-sizing:content-box;color:rgba(var(--color-secondary-0),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:0.75rem;left:11.5625rem;display:block; }
#HVaHvNTiErLGiJK7spEIraya7w6eR3TR { color:rgba(var(--color-tertiary-4),1);display:block;width:6.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:1.375rem;left:14.0625rem;height:1.3rem;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; }
#M5wJQKp9nnt2H4sTWW44cBnws0USogtp { box-sizing:content-box;color:rgba(var(--color-secondary-0),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:0.75rem;left:20.375rem;display:block; }
#k4JaB80vhgyWVdFBvNM1l9euUTBExAFM { color:rgba(var(--color-tertiary-0),1);display:block;width:5.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:1.3500003814698rem;left:22.875000953674rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#flRJNfFCbo3JE9HL7D2K4tddlZocZbo3 { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #d5d5d5;background-color:rgba(var(--color-secondary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#flRJNfFCbo3JE9HL7D2K4tddlZocZbo3 > .row .container { background-color: transparent; background-image: none; }#flRJNfFCbo3JE9HL7D2K4tddlZocZbo3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flRJNfFCbo3JE9HL7D2K4tddlZocZbo3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flRJNfFCbo3JE9HL7D2K4tddlZocZbo3 > .row .container > .video-iframe-container { display: none; }#flRJNfFCbo3JE9HL7D2K4tddlZocZbo3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flRJNfFCbo3JE9HL7D2K4tddlZocZbo3 > .row > .video-iframe-container { display: none; }#flRJNfFCbo3JE9HL7D2K4tddlZocZbo3 > .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); }#flRJNfFCbo3JE9HL7D2K4tddlZocZbo3 > .row .container { border-width: 0; border-radius: 0; }#flRJNfFCbo3JE9HL7D2K4tddlZocZbo3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#flRJNfFCbo3JE9HL7D2K4tddlZocZbo3 > .row .container { font-size:0.875rem;font-family:arial;height:7.3125rem;width:75rem;position:relative;display:block; }#w3ZC9mkhhV3qIfNlHxAtv8fvrSKXuATQ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:6.125rem;top:2.25rem;left:0.6875rem;overflow:hidden;display:block; }
#yT6gfGWt5bn8i9KLTq4fcTHmbf62eX4i { z-index:15003;top:2.8125rem;left:59.187503814698rem;background-color:#ff038b;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-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:2.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#LTmqv4lIqTKkczdEetXrg2RvZ21f9hQD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ddsoUPM3Upq1k3RniLPHAUCvSgBM7vIp { z-index:15004;top:2.96875rem;left:44.437503814698rem;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-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.375rem;height:2.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#iNIXZVLwI9TMREEgDL2SIqxuX5E5z9R3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FyVpJCB6rWnEdNuyaDUsyJl0wsFvg3SW { z-index:15005;top:2.96875rem;left:35.937503814698rem;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-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.75rem;height:2.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#yhKusABFKSKO6DhpgPIabss8EJonI0dt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ryZdM0gp8OUkRD3VVPxW16gZxFdBEx91 { z-index:15006;top:2.96875rem;left:29.125003814698rem;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-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.8125rem;height:2.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#vQntw5d1Pk5Mhn19OpKL8TJK3c2LxWvZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LHEJolzOiK99M4Z0gIXLlccmwTtFFPPU { z-index:15007;top:2.96875rem;left:19.250003814698rem;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-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.0625rem;height:2.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#UTpxTwwX3HkIGVwZI5eQN36iEGQfqaRN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zJLEi0ZT9RbZgJKlMe9kkNgix8u4xRef { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:9.625rem;top:1.5625rem;left:8.8125rem;overflow:hidden;display:block; }
#zAcrhfhtge93GaFVwmiBklxSJVeKgu5K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#41c243;background-image:url("https://images.assets-landingi.com/uc/aba673be-ccb5-4556-a6f6-ca3b40275d7d/tlo5.jpg");background-position:center !important;background-repeat:repeat-x !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;z-index:auto;display:block; }#zAcrhfhtge93GaFVwmiBklxSJVeKgu5K.adaptive-delivery-prevent-bg, #zAcrhfhtge93GaFVwmiBklxSJVeKgu5K.lazyload, #zAcrhfhtge93GaFVwmiBklxSJVeKgu5K.lazyloading { background-image: none; }#zAcrhfhtge93GaFVwmiBklxSJVeKgu5K > .row .container { background-color: transparent; background-image: none; }#zAcrhfhtge93GaFVwmiBklxSJVeKgu5K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zAcrhfhtge93GaFVwmiBklxSJVeKgu5K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zAcrhfhtge93GaFVwmiBklxSJVeKgu5K > .row .container > .video-iframe-container { display: none; }#zAcrhfhtge93GaFVwmiBklxSJVeKgu5K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zAcrhfhtge93GaFVwmiBklxSJVeKgu5K > .row > .video-iframe-container { display: none; }#zAcrhfhtge93GaFVwmiBklxSJVeKgu5K > .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); }#zAcrhfhtge93GaFVwmiBklxSJVeKgu5K > .row .container { border-width: 0; border-radius: 0; }#zAcrhfhtge93GaFVwmiBklxSJVeKgu5K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zAcrhfhtge93GaFVwmiBklxSJVeKgu5K > .row .container { font-size:0.875rem;font-family:segoe;height:36.3125rem;width:75rem;position:relative;display:block; }#d44NE8yc78qg9nloTetChWwRpNv7nNgo .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;background-color:;background-image:none;margin-top:0;margin-right:0.460625rem;margin-bottom:0;margin-left:0.460625rem;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#d44NE8yc78qg9nloTetChWwRpNv7nNgo .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#000000;padding-top:0.681875rem;padding-right:0.115rem;padding-bottom:0;padding-left:0.115rem;display:block;width:4.95rem;height:3.295625rem;position:relative;font-family:roboto;font-size:3.068125rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#d44NE8yc78qg9nloTetChWwRpNv7nNgo .widget-text.counter-label { background-color:;background-image:none;color:#666666;padding-top:0;padding-right:0.115rem;padding-bottom:0.454375rem;padding-left:0.115rem;display:block;width:4.95rem;height:0.8525rem;position:relative;font-family:roboto;font-size:0.681875rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#d44NE8yc78qg9nloTetChWwRpNv7nNgo { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:;background-image:none;box-shadow: none;display:block;width:24.75rem;height:6.5625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:4.25rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:27.8125rem;left:50.25rem;z-index:15006;display:none; }
#d44NE8yc78qg9nloTetChWwRpNv7nNgo #BSJrmbQsXRD6spHhxXgBg6fn80zB7avp { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#d44NE8yc78qg9nloTetChWwRpNv7nNgo #uDHdoRvSTN0KMaa6nI8gZJuSkM4peoaA { display:block; }
#d44NE8yc78qg9nloTetChWwRpNv7nNgo #Zks4y72gU9PUH5gEasTXkwyJNeH41caf { display:block; }
#d44NE8yc78qg9nloTetChWwRpNv7nNgo #AQy2ugKkMtavFSBbdoUJxiKsLwJcz6f6 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#d44NE8yc78qg9nloTetChWwRpNv7nNgo #hrpUW82UZq9QwxWpILPdmtghzPCKqN13 { display:block; }
#d44NE8yc78qg9nloTetChWwRpNv7nNgo #pfab060yzT8ayniCcVW42PrxZGAcEugu { display:block; }
#d44NE8yc78qg9nloTetChWwRpNv7nNgo #TBsRQ4Glp9dduOaiR2pvMT7Drt6TeL94 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#d44NE8yc78qg9nloTetChWwRpNv7nNgo #mrs4wnrAZR2DQDzIEKluD7y6JF12yV8P { display:block; }
#d44NE8yc78qg9nloTetChWwRpNv7nNgo #EBlulx0y0nh3U5mgtw7Phs9PdHbQevSO { display:block; }
#d44NE8yc78qg9nloTetChWwRpNv7nNgo #c4zdZxyaQnySrkFrJ9bHFyQWQLxamcvW { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#d44NE8yc78qg9nloTetChWwRpNv7nNgo #cyyRx08HKO4XIRIrAGhuADoul3SAXooI { display:block; }
#d44NE8yc78qg9nloTetChWwRpNv7nNgo #S4SENOoCtCOecm6nvJOwFqS0vxtXPX01 { display:block; }
#NqSyGnyX0odTzJFo9XfyongdErSGQtal { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.125rem;width:24.875rem;top:27.25rem;left:50.125rem;display:none; }
#sAp7d06DCCLhFPTEvRh9zaluGhVJSGwX { color:#ffffff;display:block;width:65.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:9.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;text-shadow:0.3125rem 0.375rem 0rem rgba(var(--color-tertiary-4),1);top:5.2937498092651rem;left:1.65625rem;height:12.025rem;font-style:normal;display:block; }
#O4tnHmSRNSUBlF0c0OTMia4Ki3OB4T30 { color:rgba(var(--color-tertiary-0),1);display:block;width:69.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.125rem 0.375rem rgba(var(--color-tertiary-4),0.5);top:16.632259368896rem;left:2.21875rem;height:4.0625rem;display:block; }
#gCtqD98KQwilB657L6MsSGicocOdRT1S { color:#ffffff;display:block;width:8.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.25rem 0rem rgba(var(--color-tertiary-4),1);top:15.562469482422rem;left:56.187503814698rem;height:4.63125rem;text-align:right;text-align-last:right;display:block; }
#TXttFki3KbJp7C8pyR9JpnDN74gMqTID { 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; }#TXttFki3KbJp7C8pyR9JpnDN74gMqTID > .row .container { background-color: transparent; background-image: none; }#TXttFki3KbJp7C8pyR9JpnDN74gMqTID::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXttFki3KbJp7C8pyR9JpnDN74gMqTID > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXttFki3KbJp7C8pyR9JpnDN74gMqTID > .row .container > .video-iframe-container { display: none; }#TXttFki3KbJp7C8pyR9JpnDN74gMqTID > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXttFki3KbJp7C8pyR9JpnDN74gMqTID > .row > .video-iframe-container { display: none; }#TXttFki3KbJp7C8pyR9JpnDN74gMqTID > .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); }#TXttFki3KbJp7C8pyR9JpnDN74gMqTID > .row .container { border-width: 0; border-radius: 0; }#TXttFki3KbJp7C8pyR9JpnDN74gMqTID > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TXttFki3KbJp7C8pyR9JpnDN74gMqTID > .row .container { font-size:0.875rem;font-family:arial;height:12rem;width:75rem;position:relative;display:block; }#wCZ6tXlkzbapsurgTqqA7Oc3KKrKXsLd { z-index:15003;top:5.3125rem;left:23.40625rem;background-color:#ff038b;background-image:none;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:26.5375rem;height:4.9125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#gnFnGcyOMVzCa9uMLpeThq1Jgz3qbpIW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Hbiytk8hkgecbKEBPED3WTVErDyIt0kt { color:rgba(var(--color-tertiary-4),1);display:block;width:74.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:1.9375rem;left:0.1875rem;height:2.0125rem;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:center;text-align-last:center;display:block; }
#Ll2PHC3qXvPxP57RwvwmLzlV8wQkmi57 { 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; }#Ll2PHC3qXvPxP57RwvwmLzlV8wQkmi57 > .row .container { background-color: transparent; background-image: none; }#Ll2PHC3qXvPxP57RwvwmLzlV8wQkmi57::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ll2PHC3qXvPxP57RwvwmLzlV8wQkmi57 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ll2PHC3qXvPxP57RwvwmLzlV8wQkmi57 > .row .container > .video-iframe-container { display: none; }#Ll2PHC3qXvPxP57RwvwmLzlV8wQkmi57 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ll2PHC3qXvPxP57RwvwmLzlV8wQkmi57 > .row > .video-iframe-container { display: none; }#Ll2PHC3qXvPxP57RwvwmLzlV8wQkmi57 > .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); }#Ll2PHC3qXvPxP57RwvwmLzlV8wQkmi57 > .row .container { border-width: 0; border-radius: 0; }#Ll2PHC3qXvPxP57RwvwmLzlV8wQkmi57 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ll2PHC3qXvPxP57RwvwmLzlV8wQkmi57 > .row .container { font-size:0.875rem;font-family:arial;height:42rem;width:75rem;position:relative;display:block; }#fedPp7FmxfNyuJZIbWX94aVwiMeWTG4A { color:rgba(var(--color-tertiary-4),1);display:block;width:63.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:8.6000022888181rem;left:4.5625rem;height:28.35rem;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; }
#LS4y2J0J8kVl8gcksbxPZ7bUfmX2WD8l { color:#41c243;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:400;z-index:15010;line-height:1;letter-spacing:0;top:1.5rem;left:0rem;height:5rem;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:center;text-align-last:center;display:block; }
#KtTiKnKZKl1E9uSWWczZOOdGsTBOQoZg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#41c243;background-image:url("https://images.assets-landingi.com/uc/e2832a08-7e1f-4b8c-a1af-4ae1d9469d00/wez_udzbezpl_kolka.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KtTiKnKZKl1E9uSWWczZOOdGsTBOQoZg.adaptive-delivery-prevent-bg, #KtTiKnKZKl1E9uSWWczZOOdGsTBOQoZg.lazyload, #KtTiKnKZKl1E9uSWWczZOOdGsTBOQoZg.lazyloading { background-image: none; }#KtTiKnKZKl1E9uSWWczZOOdGsTBOQoZg > .row .container { background-color: transparent; background-image: none; }#KtTiKnKZKl1E9uSWWczZOOdGsTBOQoZg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KtTiKnKZKl1E9uSWWczZOOdGsTBOQoZg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KtTiKnKZKl1E9uSWWczZOOdGsTBOQoZg > .row .container > .video-iframe-container { display: none; }#KtTiKnKZKl1E9uSWWczZOOdGsTBOQoZg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KtTiKnKZKl1E9uSWWczZOOdGsTBOQoZg > .row > .video-iframe-container { display: none; }#KtTiKnKZKl1E9uSWWczZOOdGsTBOQoZg > .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); }#KtTiKnKZKl1E9uSWWczZOOdGsTBOQoZg > .row .container { border-width: 0; border-radius: 0; }#KtTiKnKZKl1E9uSWWczZOOdGsTBOQoZg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KtTiKnKZKl1E9uSWWczZOOdGsTBOQoZg > .row .container { font-size:0.875rem;font-family:arial;height:30.875rem;width:75rem;position:relative;display:block; }#SxJTSdhvfTolkOP2RTo1hWbTROfQ2fBO { color:rgba(var(--color-tertiary-0),1);display:block;width:21.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.3125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:9.9437494277956rem;left:16.25rem;height:8.6125rem;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:center;text-align-last:center;display:block; }
#n77HbEc0qlIdQZBOgIGffAS4DNAFUhth { position:absolute;display:block;z-index:15014;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:30rem;border-top-right-radius:30rem;border-bottom-left-radius:30rem;border-bottom-right-radius:30rem;box-shadow: none;height:20.75rem;width:21.375rem;top:3.875rem;left:16.4375rem;display:block; }
#HXnTQcANXK7taKu1Pm0INu28V7HckTM9 { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.0625rem;height:19.1875rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:4.125rem;left:17.166667938233rem;display:block; }
#ZNW9pexeWdV59JBFyGrEGAysNBUxi5Uk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JLk8rg4eB66shSBmBhkvcP2ThwWENL0T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#JLk8rg4eB66shSBmBhkvcP2ThwWENL0T > .row .container { background-color: transparent; background-image: none; }#JLk8rg4eB66shSBmBhkvcP2ThwWENL0T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLk8rg4eB66shSBmBhkvcP2ThwWENL0T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLk8rg4eB66shSBmBhkvcP2ThwWENL0T > .row .container > .video-iframe-container { display: none; }#JLk8rg4eB66shSBmBhkvcP2ThwWENL0T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLk8rg4eB66shSBmBhkvcP2ThwWENL0T > .row > .video-iframe-container { display: none; }#JLk8rg4eB66shSBmBhkvcP2ThwWENL0T > .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); }#JLk8rg4eB66shSBmBhkvcP2ThwWENL0T > .row .container { border-width: 0; border-radius: 0; }#JLk8rg4eB66shSBmBhkvcP2ThwWENL0T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JLk8rg4eB66shSBmBhkvcP2ThwWENL0T > .row .container { font-size:0.875rem;font-family:arial;height:236.3125rem;width:75rem;position:relative;display:block; }#VUPRwUQDynw5N298qvAJVSmr6oiJJ5yo { color:#41c243;display:block;width:72.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:9.3687515258787rem;left:2.25rem;height:3.00625rem;text-align:left;text-align-last:left;display:block; }
#pMwTwwCGN1rSJC14TrTbOXIeATRTAdT1 { color:#41c243;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:400;z-index:15012;line-height:1;letter-spacing:0;top:2.4375rem;left:7.5rem;height:5rem;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:center;text-align-last:center;display:block; }
#RH66sE3r0qunymGt0Z1kNAe7gqHf0ZFU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:3.375rem;left:50.75rem; }
#RH66sE3r0qunymGt0Z1kNAe7gqHf0ZFU > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#pP1lol0KtaKrN3exXb1RJdy5ob5I3s7z { color:rgba(var(--color-tertiary-4),1);display:block;width:26.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:31.875rem;left:3.125rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#W0Ws54zVfH61i9U9FgReBvegGWNOWIMc { color:rgba(var(--color-tertiary-4),1);display:block;width:50rem;position:absolute;font-family:"roboto condensed";font-size:1.75rem;font-weight:400;z-index:15032;line-height:1.5;letter-spacing:0;top:28.749999046326rem;left:3.125rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dpKQpPH5Fl5fLRqveEXcDPV2m9wRFp82 { color:rgba(var(--color-tertiary-4),1);display:block;width:57rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:20.627083778381rem;left:3.125rem;height:6.7875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#dpKQpPH5Fl5fLRqveEXcDPV2m9wRFp82 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dpKQpPH5Fl5fLRqveEXcDPV2m9wRFp82 li:before{  }
#yn3JvfdFhCswTebwDLiXmfaNdVd2lXKt { color:rgba(var(--color-tertiary-4),1);display:block;width:57.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:14rem;left:2.9375rem;height:5.2rem;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; }
#Ee7neIFZQFwMQVtSJJOBGho65HdhczHV { color:rgba(var(--color-tertiary-4),1);display:block;width:40.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15038;line-height:1.3;letter-spacing:0;top:54.125rem;left:2.25rem;height:8.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#Ee7neIFZQFwMQVtSJJOBGho65HdhczHV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Ee7neIFZQFwMQVtSJJOBGho65HdhczHV li:before{  }
#rlStLhVFpcSK2prd7NReafAaFWbpB4di { color:rgba(var(--color-tertiary-4),1);display:block;width:61.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:38.5625rem;left:2.25rem;height:7.8rem;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; }
#IPrPxvqFDXDcWdmiyHccdzzibXT8aZVg { color:rgba(var(--color-tertiary-4),1);display:block;width:50rem;position:absolute;font-family:"roboto condensed";font-size:1.75rem;font-weight:400;z-index:15036;line-height:1.5;letter-spacing:0;top:67.5rem;left:2.25rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dGrHOMJIUVoPnJIJtCquaEzux0sODqgB { color:rgba(var(--color-tertiary-4),1);display:block;width:32.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:70.625rem;left:2.25rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hrEtmTOIeTQhtGFCyZriXmHTIVeadfiS { color:rgba(var(--color-tertiary-4),1);display:block;width:57rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:47.5rem;left:2.25rem;height:2.925rem;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; }
#W77yyBtbVeJaMe6tUQL9lB4XOWNvfK1g { color:rgba(var(--color-tertiary-4),1);display:block;width:57rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:52.4375rem;left:2.25rem;height:1.4625rem;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; }
#HDtfqof9EtAltx7fVXPMbIbf47BZp9g9 { color:rgba(var(--color-tertiary-4),1);display:block;width:57rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:63.5625rem;left:2.25rem;height:2.925rem;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; }
#u01qwnBU7t1ttJg51prwiJpTCF2F7cUU { color:rgba(var(--color-tertiary-4),1);display:block;width:61.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:300;z-index:15038;line-height:1.3;letter-spacing:0;top:101.5625rem;left:2.25rem;height:7.8rem;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; }
#ivP3ZsDxJKtSZl0gEw6oAc2mquu5vLm4 { color:rgba(var(--color-tertiary-4),1);display:block;width:57rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:111.125rem;left:2.25rem;height:17.55rem;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; }
#nhZTfzkudrlvZt14aWbzGVaGHoJo3MpG { color:rgba(var(--color-tertiary-4),1);display:block;width:50rem;position:absolute;font-family:"roboto condensed";font-size:1.75rem;font-weight:400;z-index:15037;line-height:1.5;letter-spacing:0;top:131.6875rem;left:2.25rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ImZVL8k6bVINb4U6tMM6nm1ozuCs8cXo { color:rgba(var(--color-tertiary-4),1);display:block;width:32.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:135.0625rem;left:2.25rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yBPSBWmIiLDBQoA8loG9To8afuplIkfc { color:rgba(var(--color-tertiary-4),1);display:block;width:61.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:212.75rem;left:2.25rem;height:2.6rem;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; }
#XU7ooCt3zx6uDduhlhgSLsJolCMd10wc { color:rgba(var(--color-tertiary-4),1);display:block;width:57rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:216.8125rem;left:2.25rem;height:10.2375rem;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; }
#zCAvGzB8qTbvkPJWrRvgfQhXO8tTWf6e { color:rgba(var(--color-tertiary-4),1);display:block;width:50rem;position:absolute;font-family:"roboto condensed";font-size:1.75rem;font-weight:400;z-index:15038;line-height:1.5;letter-spacing:0;top:228.0625rem;left:2.25rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rT13LmZnyZVIkxXPP04M48l1uemNo8Xe { color:rgba(var(--color-tertiary-4),1);display:block;width:32.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:231.625rem;left:2.25rem;height:1.21875rem;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; }
#yvi3RrtmF1GRgagxPFnV9gLX3fsPn5AE { color:rgba(var(--color-tertiary-4),1);display:block;width:61.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:300;z-index:15038;line-height:1.3;letter-spacing:0;top:77.31250190735rem;left:2.25rem;height:2.6rem;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; }
#KlwT0dIr97JizwOoDPBAwNk93WPwWezb { color:rgba(var(--color-tertiary-4),1);display:block;width:57rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:81.125002861025rem;left:2.25rem;height:7.3125rem;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; }
#h5lKTGPZ6oU1dzT8y0EogsXr79nVm2dP { color:rgba(var(--color-tertiary-4),1);display:block;width:50rem;position:absolute;font-family:"roboto condensed";font-size:1.75rem;font-weight:400;z-index:15037;line-height:1.5;letter-spacing:0;top:91.43749809265rem;left:2.25rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zWhflW44G0hKRqeknkwWOt3SybUvV58P { color:rgba(var(--color-tertiary-4),1);display:block;width:26rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:94.875rem;left:2.25rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UExbc84sizvpvOdlBkTFlqEzUCX0n0fi { color:rgba(var(--color-tertiary-4),1);display:block;width:48.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:143.68751144409rem;left:2.25rem;height:5.2rem;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; }
#WLTsrJ2lDlTFy8Bkoy48BiLnuTDMcJTU { color:rgba(var(--color-tertiary-4),1);display:block;width:57rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:152.06250572204rem;left:2.25rem;height:17.55rem;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; }
#zJStkDTlcTNmWoSIoKD7WyRTAkosyCXw { color:rgba(var(--color-tertiary-4),1);display:block;width:57rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15038;line-height:1.3;letter-spacing:0;top:172.50000762939rem;left:2.25rem;height:1.4625rem;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; }
#Cs3wpszBSutKaMiXXA72TQl5GnTnS4cS { color:rgba(var(--color-tertiary-4),1);display:block;width:57rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:175.06250762939rem;left:2.25rem;height:6.7875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#Cs3wpszBSutKaMiXXA72TQl5GnTnS4cS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Cs3wpszBSutKaMiXXA72TQl5GnTnS4cS li:before{  }
#HSEkSfFExVghNlkw1t6xTk6IuL6q71C9 { color:rgba(var(--color-tertiary-4),1);display:block;width:57rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:183.12500762939rem;left:2.25rem;height:1.4625rem;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; }
#eNoQ3FMgEBGENzJA9CMULHToaEWKolg2 { color:rgba(var(--color-tertiary-4),1);display:block;width:39.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:189.8750038147rem;left:2.25rem;height:1.21875rem;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; }
#C689x5yIRFgGqoTAZGOLFGJOGIcypCgI { color:rgba(var(--color-tertiary-4),1);display:block;width:50rem;position:absolute;font-family:"roboto condensed";font-size:1.75rem;font-weight:400;z-index:15040;line-height:1.5;letter-spacing:0;top:186.5625rem;left:2.25rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c8PvZnuDZpyLOrRCrsIKPzkkyJBSyTm9 { color:rgba(var(--color-tertiary-4),1);display:block;width:39.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:196.625rem;left:2.25rem;height:1.21875rem;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; }
#BsnJICBp2KAHsgCpmpxwfTWmXAQxnQFQ { color:rgba(var(--color-tertiary-4),1);display:block;width:50rem;position:absolute;font-family:"roboto condensed";font-size:1.75rem;font-weight:400;z-index:15042;line-height:1.5;letter-spacing:0;top:193.0625rem;left:2.25rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cXoeOFHA7qa53RmPLV8ZKvvLWqU7VqIb { color:rgba(var(--color-tertiary-4),1);display:block;width:31.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:203.5625rem;left:2.25rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QWcaXzDNMT0cEOiAXEHyeCQEZ6STT2ay { color:rgba(var(--color-tertiary-4),1);display:block;width:50rem;position:absolute;font-family:"roboto condensed";font-size:1.75rem;font-weight:400;z-index:15044;line-height:1.5;letter-spacing:0;top:200rem;left:2.25rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZeMpdrknSwMXEVq14z3DKTiOcLowhdPC { position:relative;display:none; }#ZeMpdrknSwMXEVq14z3DKTiOcLowhdPC { border-width: 0; border-radius: 0; }#ZeMpdrknSwMXEVq14z3DKTiOcLowhdPC > .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; }#ZeMpdrknSwMXEVq14z3DKTiOcLowhdPC > .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:738.875rem;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:none; }#asosAaw7ETBwh1xJehc7PLoIAB4sWuqX { color:rgba(var(--color-tertiary-3),1);display:block;width:57.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:15.9375rem;left:8.8125rem;height:2.6rem;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:center;text-align-last:center;display:block; }
#ng80FrcikMQBDBi76JR3TThlPCTzwpSa { color:#41c243;display:block;width:44.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:9.0625rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:3.875rem;left:15.125rem;height:11.78125rem;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:center;text-align-last:center;display:block; }
#cgduMCNTcpIV1GLJIc2RcLpR1wU5Xqq7 { color:rgba(var(--color-tertiary-1),1);display:block;width:57rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:19.125rem;left:9rem;height:2.925rem;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:center;text-align-last:center;display:block; }
#nHk90GI4wFmtrLLqkhAxXhy9JyooFSUO { color:rgba(var(--color-tertiary-3),1);display:block;width:50rem;position:absolute;font-family:"roboto condensed";font-size:1.75rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:67.6875rem;left:11.25rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IW9zIBOLO5Ax3bio39FkNuT88y5sTLw6 { color:rgba(var(--color-tertiary-1),1);display:block;width:26.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:71rem;left:23.0625rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q40XPzBki2CwZloNo7tJoU1cxzKueXhO { color:#41c243;display:block;width:44.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:9.0625rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:24.3125rem;left:14.0625rem;height:11.78125rem;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:center;text-align-last:center;display:block; }
#t5GgiHXNlHsqZCQPrUMmL6HlT18cy73Q { color:rgba(var(--color-tertiary-3),1);display:block;width:57.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:35.1875rem;left:7.75rem;height:2.6rem;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:center;text-align-last:center;display:block; }
#MVzClQ5KZz0828CW8oD5Ths1X4JBv3iX { color:rgba(var(--color-tertiary-1),1);display:block;width:57rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:38.625rem;left:7.9375rem;height:1.4625rem;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:center;text-align-last:center;display:block; }
#E03pQsTn3lV4f1JeWvkA4lFBTfinHaKH { color:rgba(var(--color-tertiary-1),1);display:block;width:57rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:60.5625rem;left:9.25rem;height:4.3875rem;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:center;text-align-last:center;display:block; }
#Cw8QM8eeWfTmCQ66ZliW5bXaN4FhPxt0 { color:rgba(var(--color-tertiary-3),1);display:block;width:57.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:57rem;left:8.8125rem;height:2.6rem;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:center;text-align-last:center;display:block; }
#xJXdL27KEbEP4oybHveWLnRSCCTBgAqm { color:#41c243;display:block;width:49.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:9.0625rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:45.1875rem;left:11.625rem;height:11.78125rem;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:center;text-align-last:center;display:block; }
#FINGPMhHL8Zty5JP71ylfPepT5q8vFn8 { color:rgba(var(--color-tertiary-3),1);display:block;width:59.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:88.0625rem;left:7.625rem;height:2.6rem;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:center;text-align-last:center;display:block; }
#QdsXJAAy9G9g0T7gJFsZGQQg0vdHAyWt { color:#41c243;display:block;width:54.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:9.0625rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:76.25rem;left:10.125rem;height:11.78125rem;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:center;text-align-last:center;display:block; }
#MqqG4AxPF84pvyaWTnGIfmqtqN2GMAku { color:rgba(var(--color-tertiary-1),1);display:block;width:55.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:91.5rem;left:9.9375rem;height:10.2375rem;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:center;text-align-last:center;display:block; }
#fGr14I01VTDxvhyUalwKvf2Of3e0QWi6 { color:rgba(var(--color-tertiary-3),1);display:block;width:50rem;position:absolute;font-family:"roboto condensed";font-size:1.75rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:103.25rem;left:12.5rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G6BuUCCDiF1A8hJzwcNnqU0ikgzRbgBu { color:rgba(var(--color-tertiary-1),1);display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:105.875rem;left:27.875rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RK5sZm9TwW1nHgkX8EfONaPL79vC7vsn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15072;opacity:1;top:109.3125rem;left:36.25rem; }
#RK5sZm9TwW1nHgkX8EfONaPL79vC7vsn > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; }#TyKiid6ez4snTnIb4Rynz5T97BTkweRN { color:#41c243;display:block;width:54.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:9.0625rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:114rem;left:9.4375rem;height:11.78125rem;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:center;text-align-last:center;display:block; }
#K2w0cmwOTKSia7B9QIBTecJf8H6DQcEg { color:rgba(var(--color-tertiary-3),1);display:block;width:43.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:124.9375rem;left:14.875rem;height:7.8rem;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:center;text-align-last:center;display:block; }
#eEqdLTDWqGGCknTZJqLualm8LfBHJL4e { color:rgba(var(--color-tertiary-1),1);display:block;width:54.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:133.93749713898rem;left:9.1875rem;height:7.3125rem;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:center;text-align-last:center;display:block; }
#epCPhqdH9Vp3f54kRt8hU9FGEt3CcRZS { color:rgba(var(--color-tertiary-1),1);display:block;width:56.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:146.5624961853rem;left:10.125rem;height:12.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#epCPhqdH9Vp3f54kRt8hU9FGEt3CcRZS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#epCPhqdH9Vp3f54kRt8hU9FGEt3CcRZS li:before{  }
#ac6J14Mqu6AFgxnJJexVG671SU36u47c { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15081;opacity:1;top:168.5625rem;left:34.9375rem; }
#ac6J14Mqu6AFgxnJJexVG671SU36u47c > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; }#EHRV4f3UFxpWaGPDMHNaNQTpbWTLBSvT { color:rgba(var(--color-tertiary-1),1);display:block;width:26.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:164.0625rem;left:23.0625rem;height:3.65625rem;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:center;text-align-last:center;display:block; }
#tb0ImJXuULn5zDe4zpPZw5Jm3Lge6O1f { color:rgba(var(--color-tertiary-3),1);display:block;width:50rem;position:absolute;font-family:"roboto condensed";font-size:1.75rem;font-weight:400;z-index:15038;line-height:1.5;letter-spacing:0;top:160.5625rem;left:11.25rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TJTrgfIGSdS8J3Tq3CdNROLB9rzrnBrZ { color:rgba(var(--color-tertiary-3),1);display:block;width:42.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:235.9375rem;left:14.0625rem;height:2.6rem;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:center;text-align-last:center;display:block; }
#iLTKiAxaHTH0CxUAgwkvL8muiAxeeQgE { color:#41c243;display:block;width:54.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:9.0625rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:224.125rem;left:7.75rem;height:11.78125rem;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:center;text-align-last:center;display:block; }
#h7b2ouWddnA5HXQ4tHDilTkNmw5xNoNx { color:rgba(var(--color-tertiary-3),1);display:block;width:57.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:185.125rem;left:8.5rem;height:7.55625rem;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:center;text-align-last:center;display:block; }
#fviIWdsVWIo6VCbKpEGok9l2vb2vlyHN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15084;opacity:1;top:216.9375rem;left:35.8125rem; }
#fviIWdsVWIo6VCbKpEGok9l2vb2vlyHN > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; }#WM41crp8lTiWUmRtTqZ4R2dWtlPXIcAR { color:rgba(var(--color-tertiary-1),1);display:block;width:26.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:213.375rem;left:23.875rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GiFxTkh4EcUxyfGIvuodwGwarL3OTUa0 { color:rgba(var(--color-tertiary-3),1);display:block;width:50rem;position:absolute;font-family:"roboto condensed";font-size:1.75rem;font-weight:400;z-index:15041;line-height:1.5;letter-spacing:0;top:210.375rem;left:12.0625rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mBkWy3ceBMBveacH4xCtxT5bIuWIRRQN { color:rgba(var(--color-tertiary-1),1);display:block;width:40.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:290rem;left:15.6875rem;height:1.21875rem;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:center;text-align-last:center;display:block; }
#dt1qGxVmlyPn4Z0eVEt2AVkfo6nCKC7y { color:rgba(var(--color-tertiary-3),1);display:block;width:50rem;position:absolute;font-family:"roboto condensed";font-size:1.75rem;font-weight:400;z-index:15046;line-height:1.5;letter-spacing:0;top:286.625rem;left:11.125rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T2DtLtCKFuGZ9qxSWUhgJdvHcOA1oBzS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15089;opacity:1;top:292.625rem;left:34.9375rem; }
#T2DtLtCKFuGZ9qxSWUhgJdvHcOA1oBzS > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; }#kW0yq2AAV0HsHrqazG0IEJi0d1zB2JEA { color:rgba(var(--color-tertiary-3),1);display:block;width:55.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:300;z-index:15044;line-height:1.3;letter-spacing:0;top:261.75rem;left:7.625rem;height:12.59375rem;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:center;text-align-last:center;display:block; }
#zvnfemeP29TnHcNXmqITcQBUTA7KXqTZ { color:#41c243;display:block;width:54.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:9.0625rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:248.9375rem;left:7.625rem;height:11.78125rem;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:center;text-align-last:center;display:block; }
#aiGzyBE7mPZU7IUQspSwTv5y5cDqXIKy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15094;opacity:1;top:346.8125rem;left:36.3125rem; }
#aiGzyBE7mPZU7IUQspSwTv5y5cDqXIKy > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; }#uifLAMwGOcLNDQmBOVtTORgDiQzKaEbO { color:rgba(var(--color-tertiary-1),1);display:block;width:40.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;top:344.1875rem;left:15.6875rem;height:1.21875rem;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:center;text-align-last:center;display:block; }
#sDBNzZuc5LCdau7bx2ewFKeD7umkJAAV { color:rgba(var(--color-tertiary-3),1);display:block;width:50rem;position:absolute;font-family:"roboto condensed";font-size:1.75rem;font-weight:400;z-index:15051;line-height:1.5;letter-spacing:0;top:340.875rem;left:12.625rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B1avhTSXOSQ8OTcRHFyCnh0TTBp9M5Cs { color:rgba(var(--color-tertiary-3),1);display:block;width:55.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:300;z-index:15049;line-height:1.3;letter-spacing:0;top:320.6875rem;left:9.875rem;height:7.8rem;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:center;text-align-last:center;display:block; }
#EgKZ9EqqElDJBLKGdZ4PAAhUvu05PvhL { color:#41c243;display:block;width:54.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:9.0625rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:308.1875rem;left:9.375rem;height:11.78125rem;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:center;text-align-last:center;display:block; }
#mLGpUfTTu3FPmtKl7BcHaXfF4pwKtZTV { color:rgba(var(--color-tertiary-1),1);display:block;width:55.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:275.5rem;left:8.6875rem;height:8.775rem;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:center;text-align-last:center;display:block; }
#whArwZLHuROagKv2NnOe8ZhWa2kJUyLH { color:rgba(var(--color-tertiary-1),1);display:block;width:58.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:330.125rem;left:8.3125rem;height:7.3125rem;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:center;text-align-last:center;display:block; }
#sAFJPtGgeHRLLcGObTayNXLwTnTBZieE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15097;opacity:1;top:356.75rem;left:36.3125rem; }
#sAFJPtGgeHRLLcGObTayNXLwTnTBZieE > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; }#fy1grAuwXfCOGVGaHz2fRnomym7lrWOO { color:rgba(var(--color-tertiary-1),1);display:block;width:40.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:354.9375rem;left:15.6875rem;height:1.21875rem;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:center;text-align-last:center;display:block; }
#Q4qBr4pTaBDiV36Wpq08ykJgDyLkTi1e { color:rgba(var(--color-tertiary-3),1);display:block;width:50rem;position:absolute;font-family:"roboto condensed";font-size:1.75rem;font-weight:400;z-index:15054;line-height:1.5;letter-spacing:0;top:351.625rem;left:12.625rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hsfJRH5FGoMNxetlAWLxezvxUvqKiSAM { color:#41c243;display:block;width:54.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:9.0625rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:364.5rem;left:9rem;height:11.78125rem;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:center;text-align-last:center;display:block; }
#GzBhW0RRMUSSC9HWCdgSTO1DQT5Dze3I { color:rgba(var(--color-tertiary-3),1);display:block;width:55.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:376.28122329712rem;left:9.65625rem;height:5.2rem;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:center;text-align-last:center;display:block; }
#ccsNf7aebyGySad1MbdHdCaO7SZSDR97 { color:rgba(var(--color-tertiary-1),1);display:block;width:58.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:383.12497329712rem;left:8.8125rem;height:7.3125rem;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:center;text-align-last:center;display:block; }
#lNZR62EktVtEJfsQUl3RdFUeVr7ETHxw { color:#41c243;display:block;width:54.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:9.0625rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:406.9375rem;left:9.1875rem;height:11.78125rem;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:center;text-align-last:center;display:block; }
#qmEi2bdVGFrCOackIfPeORpb6yTsSQtR { color:rgba(var(--color-tertiary-3),1);display:block;width:55.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:418.6875rem;left:8.8125rem;height:2.6rem;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:center;text-align-last:center;display:block; }
#tXpWCByCB3MzBwTzJ8s5dPTaZliB7F4I { color:rgba(var(--color-tertiary-3),1);display:block;width:55.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:300;z-index:15055;line-height:1.3;letter-spacing:0;top:439rem;left:8.8125rem;height:7.8rem;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:center;text-align-last:center;display:block; }
#VqsbwkIPUOaRT0FT14o6r5tiBzMXKTBd { color:#41c243;display:block;width:54.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:9.0625rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:426.375rem;left:10.0625rem;height:11.78125rem;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:center;text-align-last:center;display:block; }
#WwKELRF874sG0ZHfUFE2MHOHp9f9304q { color:rgba(var(--color-tertiary-1),1);display:block;width:55.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:448.875rem;left:10.9375rem;height:5.85rem;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:center;text-align-last:center;display:block; }
#fFCT3cahAMyyMuE6lGEgrR34VGitEEK4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15103;opacity:1;top:474.9375rem;left:32.75rem; }
#fFCT3cahAMyyMuE6lGEgrR34VGitEEK4 > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; }#LBnRXskebKuffM3EJszWOI5KRkJcDZrC { color:rgba(var(--color-tertiary-1),1);display:block;width:40.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15056;line-height:1.3;letter-spacing:0;top:472.75rem;left:14.25rem;height:1.21875rem;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:center;text-align-last:center;display:block; }
#GZ0iZipNaeUgLGsnCoARlXPaLPCbrkeO { color:rgba(var(--color-tertiary-3),1);display:block;width:50rem;position:absolute;font-family:"roboto condensed";font-size:1.75rem;font-weight:400;z-index:15060;line-height:1.5;letter-spacing:0;top:469.4375rem;left:8.8125rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yU6n7767lirruN0od3TlAuMRXZ9tiXFo { color:rgba(var(--color-tertiary-1),1);display:block;width:55.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:503.81250762939rem;left:7.75rem;height:8.775rem;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:center;text-align-last:center;display:block; }
#ZiCvkmQGX4rVh04T9qvOOk27hvcJAogs { color:rgba(var(--color-tertiary-3),1);display:block;width:55.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:300;z-index:15058;line-height:1.3;letter-spacing:0;top:494.46875572204rem;left:7.75rem;height:7.8rem;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:center;text-align-last:center;display:block; }
#dN50V0pKQdtPrZ55EtG6QW6k2l7S8oDd { color:#41c243;display:block;width:54.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:9.0625rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:482.6875rem;left:6.4375rem;height:11.78125rem;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:center;text-align-last:center;display:block; }
#uzQoJCpoET6qM94npEEtTgGzUk6AHN3B { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15112;opacity:1;top:524rem;left:33.9375rem; }
#uzQoJCpoET6qM94npEEtTgGzUk6AHN3B > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; }#cCIvbbTpda6NC0EqmlpIiMXceclutASm { color:rgba(var(--color-tertiary-1),1);display:block;width:31.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15065;line-height:1.3;letter-spacing:0;top:521.25rem;left:19.125rem;height:1.21875rem;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:center;text-align-last:center;display:block; }
#TRlupxCAoEAdRkKAfUkCGepTAorRLQLK { color:rgba(var(--color-tertiary-3),1);display:block;width:50rem;position:absolute;font-family:"roboto condensed";font-size:1.75rem;font-weight:400;z-index:15069;line-height:1.5;letter-spacing:0;top:517.75rem;left:9.9375rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CQv3TZAsM3zOFdgsswbc21lxCmXPBv0d { color:#41c243;display:block;width:54.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:9.0625rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:562.3125rem;left:8.8125rem;height:11.78125rem;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:center;text-align-last:center;display:block; }
#nb40A3pDqxkMwiDSGsTHETizNuWyrwTt { color:rgba(var(--color-tertiary-3),1);display:block;width:55.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:300;z-index:15060;line-height:1.3;letter-spacing:0;top:574.09375rem;left:8.40625rem;height:7.8rem;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:center;text-align-last:center;display:block; }
#FSi19r8rMdVJNcGdGH7reyEpsxagc4xh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15115;opacity:1;top:601.0625rem;left:35.03125rem; }
#FSi19r8rMdVJNcGdGH7reyEpsxagc4xh > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; }#CQITC992otzJiasV6u9F1uHeRwpiJ4sv { color:rgba(var(--color-tertiary-1),1);display:block;width:31.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15068;line-height:1.3;letter-spacing:0;top:597.5rem;left:20.4375rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EGMESHUzZRtHZXfZ89Q1zt6k2f1axJwf { color:rgba(var(--color-tertiary-3),1);display:block;width:50rem;position:absolute;font-family:"roboto condensed";font-size:1.75rem;font-weight:400;z-index:15072;line-height:1.5;letter-spacing:0;top:594.25rem;left:11.25rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N1nymBoALI7GwGe9BFtldrpD1A6yKT4q { color:#41c243;display:block;width:58.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:9.0625rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:604.8125rem;left:7.5625rem;height:11.78125rem;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:center;text-align-last:center;display:block; }
#S6Uzz0cZ4rKuVUWOyaQ0T2s3oI2TrTHK { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:300;z-index:15062;line-height:1.3;letter-spacing:0;top:616.59375rem;left:0rem;height:2.6rem;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:center;text-align-last:center;display:block; }
#IIaiQcpvTuqtptnVoR2Z2qxQSQy3XAUg { color:#41c243;display:block;width:54.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:9.0625rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:173.3125rem;left:10.25rem;height:11.78125rem;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:center;text-align-last:center;display:block; }
#Zb2P6sbv3ouJ90H5CHVhXd1O2Kuz8P6B { color:#41c243;display:block;width:54.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:9.0625rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:622.875rem;left:9.5rem;height:11.78125rem;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:center;text-align-last:center;display:block; }
#e7Baw66QW86ttZvdUHEilUs2ZhRZFmUT { color:rgba(var(--color-tertiary-3),1);display:block;width:55.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:300;z-index:15066;line-height:1.3;letter-spacing:0;top:634.625rem;left:8.8125rem;height:5.2rem;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:center;text-align-last:center;display:block; }
#qSO0P4y1Aox0tD5639nfVoVAougZ0P2m { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15118;opacity:1;top:659.625rem;left:35rem; }
#qSO0P4y1Aox0tD5639nfVoVAougZ0P2m > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; }#edFRu3PiRO4TbyZlz5T2UJzDukAQdT8T { color:rgba(var(--color-tertiary-1),1);display:block;width:31.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15071;line-height:1.3;letter-spacing:0;top:657.4375rem;left:20.4375rem;height:1.21875rem;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:center;text-align-last:center;display:block; }
#y3s7uxl8G4eimvs4qUi9PC3A9RaN5y58 { color:rgba(var(--color-tertiary-3),1);display:block;width:50rem;position:absolute;font-family:"roboto condensed";font-size:1.75rem;font-weight:400;z-index:15075;line-height:1.5;letter-spacing:0;top:654.5rem;left:11.25rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TCeLGTPa41srPdnhTVnad3bI1z8yVd5l { color:rgba(var(--color-tertiary-3),1);display:block;width:55.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:300;z-index:15068;line-height:1.3;letter-spacing:0;top:675.75rem;left:6.6875rem;height:5.2rem;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:center;text-align-last:center;display:block; }
#dcpuvAuSvaJD6yIBD8xlzIHmyOTwPbD0 { color:#41c243;display:block;width:60.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:9.0625rem;font-weight:700;z-index:15067;line-height:1.3;letter-spacing:0;top:662.875rem;left:5.6875rem;height:11.78125rem;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:center;text-align-last:center;display:block; }
#Tt0NROIFTaRg1kHaogBhIbXikS0EgCR8 { color:rgba(var(--color-tertiary-1),1);display:block;width:55.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:682.75rem;left:7.6875rem;height:5.85rem;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:center;text-align-last:center;display:block; }
#UhUyGra9ZHPaneGtQoIER1N3Th7XONUR { color:rgba(var(--color-tertiary-1),1);display:block;width:31.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15074;line-height:1.3;letter-spacing:0;top:693.8125rem;left:20.4375rem;height:1.21875rem;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:center;text-align-last:center;display:block; }
#fVIGZMIatOFVcwL1BAI88sOasvRTW5mZ { color:rgba(var(--color-tertiary-3),1);display:block;width:50rem;position:absolute;font-family:"roboto condensed";font-size:1.75rem;font-weight:400;z-index:15078;line-height:1.5;letter-spacing:0;top:690.875rem;left:11.25rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mXdx5fp59VwAiU9QkKbclG3iH1XMMF6R { color:rgba(var(--color-tertiary-3),1);display:block;width:55.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:300;z-index:15070;line-height:1.3;letter-spacing:0;top:712.9375rem;left:8.8125rem;height:2.6rem;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:center;text-align-last:center;display:block; }
#vzI7qU0pKi1Hd2wccgO3ni75xbT1r7Pa { color:#41c243;display:block;width:60.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:9.0625rem;font-weight:700;z-index:15069;line-height:1.3;letter-spacing:0;top:701.3125rem;left:5.6875rem;height:11.78125rem;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:center;text-align-last:center;display:block; }
#q09aHHLIws95JrUBsX00lot3UBMMBeXD { color:rgba(var(--color-tertiary-3),1);display:block;width:50rem;position:absolute;font-family:"roboto condensed";font-size:1.75rem;font-weight:400;z-index:15047;line-height:1.5;letter-spacing:0;top:297.6875rem;left:11.125rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BDTpdvAIBpmCxxNGmgAI1curz6TzodOG { color:rgba(var(--color-tertiary-1),1);display:block;width:40.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:300.75rem;left:15.6875rem;height:1.21875rem;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:center;text-align-last:center;display:block; }
#RTkl1uZ7hkBn8fVBXcBG5AEpmQ8cmuvi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15090;opacity:1;top:303.93743896484rem;left:35.03125rem; }
#RTkl1uZ7hkBn8fVBXcBG5AEpmQ8cmuvi > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; }#fKorOmmxKibRBWzEA4sutTi1IfwTMfbH { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.4375rem;height:3.4375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:209.9375rem;left:18.375rem;display:block; }
#ab17TgIMGa1dbRazXCq67qRctIVhv9SZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#feTscIxOQFg2Atq5gOWlTAauHC56vdzn { color:rgba(var(--color-tertiary-1),1);display:block;width:56.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15043;line-height:1.3;letter-spacing:0;top:716.3125rem;left:7.875rem;height:7.3125rem;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:center;text-align-last:center;display:block; }
#Q2qaO8Tidq427aUzQzE7M2NRKDSDfBLy { color:#53565a;display:block;width:50rem;position:absolute;font-family:"roboto condensed";font-size:1.75rem;font-weight:400;z-index:15079;line-height:1.5;letter-spacing:0;top:725.4375rem;left:11.25rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ANS30rTqtiBvfSlCrb8LxVCXQXvK0iSI { color:rgba(var(--color-tertiary-1),1);display:block;width:31.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15075;line-height:1.3;letter-spacing:0;top:728.625rem;left:20.875rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hH74oqkNNABis3QHUub47St3e1GuwfPT { color:rgba(var(--color-tertiary-1),1);display:block;width:56.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:194.375rem;left:10.0625rem;height:12.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#hH74oqkNNABis3QHUub47St3e1GuwfPT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hH74oqkNNABis3QHUub47St3e1GuwfPT li:before{  }
#GPwrycecuaEtrAKLaJwHRKCRqls77vRJ { color:rgba(var(--color-tertiary-1),1);display:block;width:56.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:458.4375rem;left:11.25rem;height:8.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#GPwrycecuaEtrAKLaJwHRKCRqls77vRJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GPwrycecuaEtrAKLaJwHRKCRqls77vRJ li:before{  }
#RmZwip5do3Sfs5lwmbTp6woQBQ67avdw { color:rgba(var(--color-tertiary-1),1);display:block;width:55.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:456.25rem;left:11.5rem;height:1.4625rem;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; }
#zklsQtzsZTQmNEeMegSBQ2rFFSX6xDsT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15115;opacity:1;top:534.875rem;left:33.9375rem; }
#zklsQtzsZTQmNEeMegSBQ2rFFSX6xDsT > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; }#TBuQLlLl77ZaOGn2gUSC0Vz8hcxlTXiN { color:rgba(var(--color-tertiary-1),1);display:block;width:31.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15068;line-height:1.3;letter-spacing:0;top:532.125rem;left:19.125rem;height:1.21875rem;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:center;text-align-last:center;display:block; }
#VwbRSvuXLhOpDET7q8w8Z2XMrmloMJVL { color:rgba(var(--color-tertiary-3),1);display:block;width:50rem;position:absolute;font-family:"roboto condensed";font-size:1.75rem;font-weight:400;z-index:15072;line-height:1.5;letter-spacing:0;top:528.625rem;left:9.9375rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yFOMPmIlTgFCrqocQ8J3RbkVw3WTOOBO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15118;opacity:1;top:545.75rem;left:33.9375rem; }
#yFOMPmIlTgFCrqocQ8J3RbkVw3WTOOBO > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; }#BLcqEDqh6SqWD2Ddc4CsTg7IcMw29l4A { color:rgba(var(--color-tertiary-1),1);display:block;width:31.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15071;line-height:1.3;letter-spacing:0;top:543rem;left:19.125rem;height:1.21875rem;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:center;text-align-last:center;display:block; }
#RmWxW9XItFSkyO92pVELmvhrCqanTKV3 { color:rgba(var(--color-tertiary-3),1);display:block;width:50rem;position:absolute;font-family:"roboto condensed";font-size:1.75rem;font-weight:400;z-index:15075;line-height:1.5;letter-spacing:0;top:539.5rem;left:9.9375rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bG52DAZG7BfQNHdNMIuWZedGOqNTgXZ1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15121;opacity:1;top:556.24998474121rem;left:33.882289886474rem; }
#bG52DAZG7BfQNHdNMIuWZedGOqNTgXZ1 > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; }#PdSdRAAoDTmkQ6iZfcPRg0iXrqVioLcA { color:rgba(var(--color-tertiary-1),1);display:block;width:31.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15074;line-height:1.3;letter-spacing:0;top:553.25rem;left:18.75rem;height:1.21875rem;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:center;text-align-last:center;display:block; }
#iyb1N4zwz59UMhrzH9PrKX8lFam8OTz2 { color:rgba(var(--color-tertiary-3),1);display:block;width:50rem;position:absolute;font-family:"roboto condensed";font-size:1.75rem;font-weight:400;z-index:15078;line-height:1.5;letter-spacing:0;top:549.8125rem;left:8.8125rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZJw1v4nCHPgdqLzVJCAtmsWUIlvTAhcd { color:rgba(var(--color-tertiary-1),1);display:block;width:56.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:584.765625rem;left:11.25rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#ZJw1v4nCHPgdqLzVJCAtmsWUIlvTAhcd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZJw1v4nCHPgdqLzVJCAtmsWUIlvTAhcd li:before{  }
#aNz7uMi2kfeSwvU3tbtfMi6iRdG7e502 { color:rgba(var(--color-tertiary-1),1);display:block;width:54rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:641.34062576294rem;left:9rem;height:8.775rem;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:center;text-align-last:center;display:block; }
#kvmQuibdQiZJ6QghwhARwU5Dg8OOtUMJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15119;opacity:1;top:696.25rem;left:35.03125rem; }
#kvmQuibdQiZJ6QghwhARwU5Dg8OOtUMJ > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; }#sciAJ0w5cHnX5tKLUzPln4pBapgRlonE { color:rgba(var(--color-tertiary-1),1);display:block;width:54.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15038;line-height:1.3;letter-spacing:0;top:144.1874961853rem;left:10.25rem;height:1.4625rem;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; }
#SGiJokv5dNVuQHq0qLaWx6E6KakyP1Cz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15100;opacity:1;top:397.3125rem;left:36.1875rem; }
#SGiJokv5dNVuQHq0qLaWx6E6KakyP1Cz > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; }#zbC7b9s2CF3Gt2gTFLULmXmtwedsAZkp { color:rgba(var(--color-tertiary-1),1);display:block;width:40.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15053;line-height:1.3;letter-spacing:0;top:394.81249809265rem;left:17.03125rem;height:1.21875rem;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:center;text-align-last:center;display:block; }
#DZhIE0CvgDVANir6GsS3LIk8Snb8NFGJ { color:rgba(var(--color-tertiary-3),1);display:block;width:50rem;position:absolute;font-family:"roboto condensed";font-size:1.75rem;font-weight:400;z-index:15057;line-height:1.5;letter-spacing:0;top:392.1875rem;left:12.5rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RL7TLiLd0dp7dPX5z5QqqbNQvOJLqh6K { 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; }#RL7TLiLd0dp7dPX5z5QqqbNQvOJLqh6K > .row .container { background-color: transparent; background-image: none; }#RL7TLiLd0dp7dPX5z5QqqbNQvOJLqh6K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RL7TLiLd0dp7dPX5z5QqqbNQvOJLqh6K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RL7TLiLd0dp7dPX5z5QqqbNQvOJLqh6K > .row .container > .video-iframe-container { display: none; }#RL7TLiLd0dp7dPX5z5QqqbNQvOJLqh6K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RL7TLiLd0dp7dPX5z5QqqbNQvOJLqh6K > .row > .video-iframe-container { display: none; }#RL7TLiLd0dp7dPX5z5QqqbNQvOJLqh6K > .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); }#RL7TLiLd0dp7dPX5z5QqqbNQvOJLqh6K > .row .container { border-width: 0; border-radius: 0; }#RL7TLiLd0dp7dPX5z5QqqbNQvOJLqh6K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RL7TLiLd0dp7dPX5z5QqqbNQvOJLqh6K > .row .container { font-size:0.875rem;font-family:arial;height:9.875rem;width:75rem;position:relative;display:block; }#JJTOb11UrBJiN0hWOax2wXNXGMhnt7xT { color:#41c243;display:block;width:39.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:1.6875rem;left:17.9375rem;height:6.5rem;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:center;text-align-last:center;display:block; }
#F8Dax1UKCcO4XKDv46b0ymziuSty1TN4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.12409375rem;width:3.12409375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:4.5606822967529rem;left:68.166099548337rem; }
#F8Dax1UKCcO4XKDv46b0ymziuSty1TN4 > img { max-width: 100%;max-height:100%; width:3.12409375rem; height:3.12409375rem; }#t4eaoeeDcZNeguD5eIxwEGJF9NQHEinR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:3.375rem;left:52.0625rem; }
#t4eaoeeDcZNeguD5eIxwEGJF9NQHEinR > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#TzmM38aaBp1R0BSQMVuf5yRgHNAbE3O0 { 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; }#TzmM38aaBp1R0BSQMVuf5yRgHNAbE3O0 > .row .container { background-color: transparent; background-image: none; }#TzmM38aaBp1R0BSQMVuf5yRgHNAbE3O0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzmM38aaBp1R0BSQMVuf5yRgHNAbE3O0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzmM38aaBp1R0BSQMVuf5yRgHNAbE3O0 > .row .container > .video-iframe-container { display: none; }#TzmM38aaBp1R0BSQMVuf5yRgHNAbE3O0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzmM38aaBp1R0BSQMVuf5yRgHNAbE3O0 > .row > .video-iframe-container { display: none; }#TzmM38aaBp1R0BSQMVuf5yRgHNAbE3O0 > .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); }#TzmM38aaBp1R0BSQMVuf5yRgHNAbE3O0 > .row .container { border-width: 0; border-radius: 0; }#TzmM38aaBp1R0BSQMVuf5yRgHNAbE3O0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TzmM38aaBp1R0BSQMVuf5yRgHNAbE3O0 > .row .container { font-size:0.875rem;font-family:arial;height:42.1875rem;width:75rem;position:relative;display:block; }#pZV7lDfUnUN4LPpkyogLRuCMKBqmGraI { position:absolute;display:block;z-index:15038;border-top:0.1875rem solid #41c243;border-left:0.1875rem solid #41c243;border-right:0.1875rem solid #41c243;border-bottom:0.1875rem solid #41c243;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:13.0625rem;width:13.125rem;top:3.7937507629394rem;left:10.854167938233rem;overflow:hidden;display:block; }
#Kr5xegBOOWkquZlOIEhZ3Ecwx4JdFlFA { color:rgba(var(--color-tertiary-4),1);display:block;width:20.3729375rem;position:absolute;font-family:"roboto condensed";font-size:1.5rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:19.143750190735rem;left:8.5635414123538rem;height:3.9rem;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:center;text-align-last:center;display:block; }
#PEA2FEf9KfVU5K9aogcVoHdTiFiyPZZw { color:rgba(var(--color-tertiary-4),1);display:block;width:32.1875rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:400;z-index:15042;line-height:1.4;letter-spacing:0;top:21.312503814698rem;left:2.65625rem;height:1.4875rem;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:center;text-align-last:center;display:block; }
#kGJUGhNZ10DOWqT5O7H8WMD1Lzbncn4Q { color:rgba(var(--color-tertiary-4),1);display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15041;line-height:1.4;letter-spacing:0;top:24.437477111816rem;left:2.65625rem;height:9.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uIfK4AMuhino0PtWTlQSFwvx3T720C0a { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.121875rem;width:3.121875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15106;opacity:1;top:36.871887207031rem;left:17.189586639404rem; }
#uIfK4AMuhino0PtWTlQSFwvx3T720C0a > img { max-width: 100%;max-height:100%; width:3.121875rem; height:3.121875rem; }#vvvyZWGitmB11DHyNlKRz62qTd6VpMnM { position:absolute;display:block;z-index:15039;border-top:0.1875rem solid #41c243;border-left:0.1875rem solid #41c243;border-right:0.1875rem solid #41c243;border-bottom:0.1875rem solid #41c243;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:13.0625rem;width:13.125rem;top:3.7937507629394rem;left:48.729167938233rem;overflow:hidden;display:block; }
#P5hkAmPqHOsOtm78M6q136pHLrTA3lPJ { color:rgba(var(--color-tertiary-4),1);display:block;width:20.3729375rem;position:absolute;font-family:"roboto condensed";font-size:1.5rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:19.143825531006rem;left:45.244792938233rem;height:1.95rem;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:center;text-align-last:center;display:block; }
#kTBCckfs3u2b0ZULEbqlFuZd1H4xPBOx { color:rgba(var(--color-tertiary-4),1);display:block;width:32.1875rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:400;z-index:15043;line-height:1.4;letter-spacing:0;top:21.3125rem;left:40.156253814698rem;height:1.4875rem;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:center;text-align-last:center;display:block; }
#ociNHLpW6Tvc7ceZRG6pq9TZtGeXvIcU { color:rgba(var(--color-tertiary-4),1);display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15042;line-height:1.4;letter-spacing:0;top:24.4375rem;left:40.156253814698rem;height:3.9375rem;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:center;text-align-last:center;display:block; }
#C5T7E00xgP8GhPKxLZpQqShlloh4voKK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.121875rem;width:3.121875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15107;opacity:1;top:30.572917938233rem;left:53.870830535889rem; }
#C5T7E00xgP8GhPKxLZpQqShlloh4voKK > img { max-width: 100%;max-height:100%; width:3.121875rem; height:3.121875rem; }#p0g5LwGmOE2ZyLI9Gn2pTxuVMiXitqEZ { 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; }#p0g5LwGmOE2ZyLI9Gn2pTxuVMiXitqEZ > .row .container { background-color: transparent; background-image: none; }#p0g5LwGmOE2ZyLI9Gn2pTxuVMiXitqEZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p0g5LwGmOE2ZyLI9Gn2pTxuVMiXitqEZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p0g5LwGmOE2ZyLI9Gn2pTxuVMiXitqEZ > .row .container > .video-iframe-container { display: none; }#p0g5LwGmOE2ZyLI9Gn2pTxuVMiXitqEZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p0g5LwGmOE2ZyLI9Gn2pTxuVMiXitqEZ > .row > .video-iframe-container { display: none; }#p0g5LwGmOE2ZyLI9Gn2pTxuVMiXitqEZ > .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); }#p0g5LwGmOE2ZyLI9Gn2pTxuVMiXitqEZ > .row .container { border-width: 0; border-radius: 0; }#p0g5LwGmOE2ZyLI9Gn2pTxuVMiXitqEZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p0g5LwGmOE2ZyLI9Gn2pTxuVMiXitqEZ > .row .container { font-size:0.875rem;font-family:arial;height:42.1875rem;width:75rem;position:relative;display:block; }#S77qmlvbTGgKok5RNHpQlTdFJDpZxu94 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15042;line-height:1.4;letter-spacing:0;top:24.75rem;left:40.625rem;height:5.25rem;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:center;text-align-last:center;display:block; }
#UW7xDIE7u2dikZS7x3oPDn16v7642ycA { color:rgba(var(--color-tertiary-4),1);display:block;width:20.3729375rem;position:absolute;font-family:"roboto condensed";font-size:1.5rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:17.875rem;left:45.625rem;height:3.9rem;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:center;text-align-last:center;display:block; }
#p4uOr3vaBhIfdg0x6x5rrAbECvO1llto { position:absolute;display:block;z-index:15039;border-top:0.1875rem solid #41c243;border-left:0.1875rem solid #41c243;border-right:0.1875rem solid #41c243;border-bottom:0.1875rem solid #41c243;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:13.0625rem;width:13.0625rem;top:3.5rem;left:49.125rem;overflow:hidden;display:block; }
#PHPmBGc65CKTBAWNpLtzf29lKcUzIrIo { color:rgba(var(--color-tertiary-4),1);display:block;width:32.1875rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:400;z-index:15043;line-height:1.4;letter-spacing:0;top:21.25rem;left:39.75rem;height:1.4875rem;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:center;text-align-last:center;display:block; }
#g4PQ80klZywrCE8o2AQPCcAhWx7qCTvo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.121875rem;width:3.121875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15107;opacity:1;top:31.6875rem;left:54.25rem; }
#g4PQ80klZywrCE8o2AQPCcAhWx7qCTvo > img { max-width: 100%;max-height:100%; width:3.121875rem; height:3.121875rem; }#NTMBIRzBQguPXeWMHIGJnuZcLxR840sP { position:absolute;display:block;z-index:15040;border-top:0.1875rem solid #41c243;border-left:0.1875rem solid #41c243;border-right:0.1875rem solid #41c243;border-bottom:0.1875rem solid #41c243;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:13.0625rem;width:13.125rem;top:3.5rem;left:11.1875rem;overflow:hidden;display:block; }
#WEldTat43Qmk0UcW9GZPsf3583DWPrbc { color:rgba(var(--color-tertiary-4),1);display:block;width:20.3729375rem;position:absolute;font-family:"roboto condensed";font-size:1.5rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:18.75rem;left:7.6875rem;height:1.95rem;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:center;text-align-last:center;display:block; }
#d5uy9z9W16NWP9GFpJayfSTQZz7aZRh0 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.25rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:400;z-index:15044;line-height:1.4;letter-spacing:0;top:21.375rem;left:8.75rem;height:2.975rem;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:center;text-align-last:center;display:block; }
#JKPyCHuau9WwudktSEeznk1J3m4VmID0 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15043;line-height:1.4;letter-spacing:0;top:25.6875rem;left:2.6875rem;height:6.5625rem;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:center;text-align-last:center;display:block; }
#xKfwliXmpphuGpoTIIbqeCyQePpMTcLy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.121875rem;width:3.121875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15108;opacity:1;top:35.625rem;left:16.3125rem; }
#xKfwliXmpphuGpoTIIbqeCyQePpMTcLy > img { max-width: 100%;max-height:100%; width:3.121875rem; height:3.121875rem; }#wVQ0eTlTp6BXWyHSwv59TGAIg9ICEmvn { 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; }#wVQ0eTlTp6BXWyHSwv59TGAIg9ICEmvn > .row .container { background-color: transparent; background-image: none; }#wVQ0eTlTp6BXWyHSwv59TGAIg9ICEmvn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wVQ0eTlTp6BXWyHSwv59TGAIg9ICEmvn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wVQ0eTlTp6BXWyHSwv59TGAIg9ICEmvn > .row .container > .video-iframe-container { display: none; }#wVQ0eTlTp6BXWyHSwv59TGAIg9ICEmvn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wVQ0eTlTp6BXWyHSwv59TGAIg9ICEmvn > .row > .video-iframe-container { display: none; }#wVQ0eTlTp6BXWyHSwv59TGAIg9ICEmvn > .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); }#wVQ0eTlTp6BXWyHSwv59TGAIg9ICEmvn > .row .container { border-width: 0; border-radius: 0; }#wVQ0eTlTp6BXWyHSwv59TGAIg9ICEmvn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wVQ0eTlTp6BXWyHSwv59TGAIg9ICEmvn > .row .container { font-size:0.875rem;font-family:arial;height:51.6875rem;width:75rem;position:relative;display:block; }#zUnv1C5QU1G3EZdHm3otMfyZUNDGh01S { position:absolute;display:block;z-index:15037;border-top:0.1875rem solid #41c243;border-left:0.1875rem solid #41c243;border-right:0.1875rem solid #41c243;border-bottom:0.1875rem solid #41c243;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:13rem;width:13.125rem;top:2.6250495910644rem;left:12.047916412354rem;overflow:hidden;display:block; }
#AiyzZami6AXNlwmif4oBU76vT6hp10pT { color:rgba(var(--color-tertiary-4),1);display:block;width:20.3729375rem;position:absolute;font-family:"roboto condensed";font-size:1.5rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:17.187522888184rem;left:8.5635414123538rem;height:3.9rem;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:center;text-align-last:center;display:block; }
#zwzW3WbhLpNxC4huP6ClnF8r9qAt4Gpg { color:rgba(var(--color-tertiary-4),1);display:block;width:24.0625rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:400;z-index:15041;line-height:1.4;letter-spacing:0;top:19.66978931427rem;left:6.71875rem;height:4.4625rem;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:center;text-align-last:center;display:block; }
#Re6rTvXFwSvBNSTup9uH3m86iDC3f3tI { color:rgba(var(--color-tertiary-4),1);display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15040;line-height:1.4;letter-spacing:0;top:23.75rem;left:1.4375rem;height:18.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DCdoLEEv6rsgRAHarNKXenfc9IvW4TTF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.121875rem;width:3.121875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15105;opacity:1;top:45.312522888184rem;left:16.720836639404rem; }
#DCdoLEEv6rsgRAHarNKXenfc9IvW4TTF > img { max-width: 100%;max-height:100%; width:3.121875rem; height:3.121875rem; }#kWkOU8U8P6P5VlosDVBmpRIotVkDc7ZU { color:#000000;display:block;width:33rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15056;line-height:1.4;letter-spacing:0;top:23.75rem;left:39.75rem;height:3.9375rem;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:center;text-align-last:center;display:block; }
#v67EfxOLIG2HLKc0V24cKTZrRSIcUPMl { color:rgba(var(--color-tertiary-4),1);display:block;width:32.1875rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:400;z-index:15046;line-height:1.4;letter-spacing:0;top:19.669815063476rem;left:40.156253814698rem;height:2.975rem;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:center;text-align-last:center;display:block; }
#nP4aBfcJRVuuyk1iC6xau9FEmQ7fvU56 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.371875rem;position:absolute;font-family:"roboto condensed";font-size:1.5rem;font-weight:400;z-index:15057;line-height:1.3;letter-spacing:0;top:17.1875rem;left:46.625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S8UazZElnPxrivRGZ029ddM6FcP4u60P { position:absolute;display:block;z-index:15053;border-top:0.1875rem solid #41c243;border-left:0.1875rem solid #41c243;border-right:0.1875rem solid #41c243;border-bottom:0.1875rem solid #41c243;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:12.9375rem;width:13.0625rem;top:2.6562728881836rem;left:49.579166412354rem;overflow:hidden;display:block; }
#yfeluWFMR2ixydwBtTNqaGRZ1DX8nNTt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.121875rem;width:3.121875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15106;opacity:1;top:29.75rem;left:54.689586639404rem; }
#yfeluWFMR2ixydwBtTNqaGRZ1DX8nNTt > img { max-width: 100%;max-height:100%; width:3.121875rem; height:3.121875rem; }#Ar67JcJVvwaZl5D5uLyu19yQs1PdgM8c { 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; }#Ar67JcJVvwaZl5D5uLyu19yQs1PdgM8c > .row .container { background-color: transparent; background-image: none; }#Ar67JcJVvwaZl5D5uLyu19yQs1PdgM8c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ar67JcJVvwaZl5D5uLyu19yQs1PdgM8c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ar67JcJVvwaZl5D5uLyu19yQs1PdgM8c > .row .container > .video-iframe-container { display: none; }#Ar67JcJVvwaZl5D5uLyu19yQs1PdgM8c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ar67JcJVvwaZl5D5uLyu19yQs1PdgM8c > .row > .video-iframe-container { display: none; }#Ar67JcJVvwaZl5D5uLyu19yQs1PdgM8c > .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); }#Ar67JcJVvwaZl5D5uLyu19yQs1PdgM8c > .row .container { border-width: 0; border-radius: 0; }#Ar67JcJVvwaZl5D5uLyu19yQs1PdgM8c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ar67JcJVvwaZl5D5uLyu19yQs1PdgM8c > .row .container { font-size:0.875rem;font-family:arial;height:51.6875rem;width:75rem;position:relative;display:block; }#L2tkASTp7cVimmXq5y95UrgfCIu3bSac { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.12083125rem;width:3.12083125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15121;opacity:1;top:33.9375rem;left:17.1875rem; }
#L2tkASTp7cVimmXq5y95UrgfCIu3bSac > img { max-width: 100%;max-height:100%; width:3.12083125rem; height:3.12083125rem; }#fFEEpsp285UPnWUWfipQHKAbSMvU6oGN { color:#000000;display:block;width:33rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15056;line-height:1.4;letter-spacing:0;top:23.625rem;left:2.25rem;height:7.875rem;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:center;text-align-last:center;display:block; }
#iPAZG9qsZxKId96fA7MTrtnTcEoa5wFL { color:rgba(var(--color-tertiary-4),1);display:block;width:32.1875rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:400;z-index:15046;line-height:1.4;letter-spacing:0;top:20.375rem;left:2.6875rem;height:1.4875rem;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:center;text-align-last:center;display:block; }
#TKbst60Rnq44Ozq110HKIF5oh8oNZeJP { color:rgba(var(--color-tertiary-4),1);display:block;width:20.371875rem;position:absolute;font-family:"roboto condensed";font-size:1.5rem;font-weight:400;z-index:15057;line-height:1.3;letter-spacing:0;top:17.875rem;left:9.125rem;height:1.95rem;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:center;text-align-last:center;display:block; }
#CIH8lgTSXqLpZR9vbW58sTB8CduVfAKR { position:absolute;display:block;z-index:15053;border-top:0.1875rem solid #41c243;border-left:0.1875rem solid #41c243;border-right:0.1875rem solid #41c243;border-bottom:0.1875rem solid #41c243;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:12.9375rem;width:13.0625rem;top:3.375rem;left:12.0625rem;overflow:hidden;display:block; }
#nmT1NI6ypHvXwwHnAkfNxrGPdDrzoxp1 { 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; }#nmT1NI6ypHvXwwHnAkfNxrGPdDrzoxp1 > .row .container { background-color: transparent; background-image: none; }#nmT1NI6ypHvXwwHnAkfNxrGPdDrzoxp1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nmT1NI6ypHvXwwHnAkfNxrGPdDrzoxp1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nmT1NI6ypHvXwwHnAkfNxrGPdDrzoxp1 > .row .container > .video-iframe-container { display: none; }#nmT1NI6ypHvXwwHnAkfNxrGPdDrzoxp1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nmT1NI6ypHvXwwHnAkfNxrGPdDrzoxp1 > .row > .video-iframe-container { display: none; }#nmT1NI6ypHvXwwHnAkfNxrGPdDrzoxp1 > .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); }#nmT1NI6ypHvXwwHnAkfNxrGPdDrzoxp1 > .row .container { border-width: 0; border-radius: 0; }#nmT1NI6ypHvXwwHnAkfNxrGPdDrzoxp1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nmT1NI6ypHvXwwHnAkfNxrGPdDrzoxp1 > .row .container { font-size:0.875rem;font-family:arial;height:21.625rem;width:75rem;position:relative;display:block; }#WX7axI2wanTTxMtMRXHETTXBG8WCQK3z { color:#41c243;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:1.2802085876465rem;left:0rem;height:6.3375rem;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:center;text-align-last:center;display:block; }
#l8XEEXeqBSw8cVdqy3fPX5hH9XITK08g { 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:4.75rem;width:8.3125rem;top:12.312442779541rem;left:12.8125rem;overflow:hidden;display:block; }
#vESTVzHQlADCFuLG10fe9wtKt7TfDu3b { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:2.8864583969116rem;left:69.1875038147rem; }
#vESTVzHQlADCFuLG10fe9wtKt7TfDu3b > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#U2JuI7C9hBJvS3DrnmJs3T31oqfUo4AT { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:4.6875rem;top:11.718692779541rem;left:3.8125rem;overflow:hidden;display:block; }
#dAcvgIJEogJSGweNHQ2Q9CzGgO0DmbB8 { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7rem;width:8.3125rem;top:10.132234573364rem;left:24rem;overflow:hidden;display:block; }
#uxZAnALilZH6pwXR461DloX3V9yx9xJr { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:12.125rem;top:12.937442779541rem;left:35rem;overflow:hidden;display:block; }
#lmCx6EA0M6ZCKcRDRIFWlXEThkNmRz9l { position:absolute;display:block;z-index:15039;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.75rem;width:6.75rem;top:9.3822345733644rem;left:50.75rem;overflow:hidden;display:block; }
#EKoCk924CNPJ2F02lMI5WyziAM3H10c0 { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:10.3125rem;top:10.819791793823rem;left:60.8125rem;overflow:hidden;display:block; }
#f831T5TTRQ6WwMew5aTt79DvVepBELtE { 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; }#f831T5TTRQ6WwMew5aTt79DvVepBELtE > .row .container { background-color: transparent; background-image: none; }#f831T5TTRQ6WwMew5aTt79DvVepBELtE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f831T5TTRQ6WwMew5aTt79DvVepBELtE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f831T5TTRQ6WwMew5aTt79DvVepBELtE > .row .container > .video-iframe-container { display: none; }#f831T5TTRQ6WwMew5aTt79DvVepBELtE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f831T5TTRQ6WwMew5aTt79DvVepBELtE > .row > .video-iframe-container { display: none; }#f831T5TTRQ6WwMew5aTt79DvVepBELtE > .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); }#f831T5TTRQ6WwMew5aTt79DvVepBELtE > .row .container { border-width: 0; border-radius: 0; }#f831T5TTRQ6WwMew5aTt79DvVepBELtE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f831T5TTRQ6WwMew5aTt79DvVepBELtE > .row .container { font-size:0.875rem;font-family:arial;height:20.75rem;width:75rem;position:relative;display:block; }#Fu350tCK0qvP2OJqf8K70is8STCpZiOi { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:19.125rem;top:10.913541793823rem;left:26.9375rem;overflow:hidden;display:block; }
#zEnaaywJEhhi3kV2qb2ZPJMO9KWSqIPo { color:#41c243;display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:1.3187503814698rem;left:9.96875rem;height:6.5rem;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:center;text-align-last:center;display:block; }
#PaUoC6HUMvoyLSGZ6TpFENIJTiDOUtsb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:3.0062675476074rem;left:63.09375rem; }
#PaUoC6HUMvoyLSGZ6TpFENIJTiDOUtsb > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#I9tIShi43BlfM7qzSwV8U0w59W1Hr5ko { 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:6.8125rem;width:9.625rem;top:9.1322917938231rem;left:10.90625rem;overflow:hidden;display:block; }
#ZEXzlPPwKIrsWuV0pXh8CmGt2dtGBIpe { 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:4.4375rem;width:9.4375rem;top:10.726041793823rem;left:51.851043701172rem;overflow:hidden;display:block; }
#QTdCJ5ptAtiP42MxvQ4gLV4spvbMyaur { 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; }#QTdCJ5ptAtiP42MxvQ4gLV4spvbMyaur > .row .container { background-color: transparent; background-image: none; }#QTdCJ5ptAtiP42MxvQ4gLV4spvbMyaur::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTdCJ5ptAtiP42MxvQ4gLV4spvbMyaur > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTdCJ5ptAtiP42MxvQ4gLV4spvbMyaur > .row .container > .video-iframe-container { display: none; }#QTdCJ5ptAtiP42MxvQ4gLV4spvbMyaur > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTdCJ5ptAtiP42MxvQ4gLV4spvbMyaur > .row > .video-iframe-container { display: none; }#QTdCJ5ptAtiP42MxvQ4gLV4spvbMyaur > .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); }#QTdCJ5ptAtiP42MxvQ4gLV4spvbMyaur > .row .container { border-width: 0; border-radius: 0; }#QTdCJ5ptAtiP42MxvQ4gLV4spvbMyaur > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QTdCJ5ptAtiP42MxvQ4gLV4spvbMyaur > .row .container { font-size:0.875rem;font-family:arial;height:46.875rem;width:75rem;position:relative;display:block; }#pM13Ue4HXvUfMWXDvZUoyvJds5ATiAy2 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:14.25rem;top:12.499994277954rem;left:39.75rem;overflow:hidden;display:block; }
#G3TFNymSZI4DD3GMDtoTIsNS9WXxPAgM { color:rgba(var(--color-tertiary-2),1);display:block;width:29.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15059;line-height:1.3;letter-spacing:0;top:18.749998092651rem;left:40.625rem;height:18.2rem;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; }
#Z4ooTpVtUqT83Jn9kX8SFTdn9nfZIEQJ { position:absolute;display:block;z-index:15008;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:37.5rem;width:36.1875rem;top:7.63646030426rem;left:0.5625rem;overflow:hidden;display:block; }
#bD6wgg94W8iTh1zxhh7PPDvQZvPFZFZV { color:#41c243;display:block;width:49.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:1.2062072753906rem;left:10.1875rem;height:6.5rem;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:center;text-align-last:center;display:block; }
#aJrKbUEeqShb1JUU3FTrczwryARETv24 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:2.8937072753906rem;left:53.1875rem; }
#aJrKbUEeqShb1JUU3FTrczwryARETv24 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#NJqESWZPLTzo11GQsi9HBURFBzrSLqB6 { 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; }#NJqESWZPLTzo11GQsi9HBURFBzrSLqB6 > .row .container { background-color: transparent; background-image: none; }#NJqESWZPLTzo11GQsi9HBURFBzrSLqB6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NJqESWZPLTzo11GQsi9HBURFBzrSLqB6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NJqESWZPLTzo11GQsi9HBURFBzrSLqB6 > .row .container > .video-iframe-container { display: none; }#NJqESWZPLTzo11GQsi9HBURFBzrSLqB6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NJqESWZPLTzo11GQsi9HBURFBzrSLqB6 > .row > .video-iframe-container { display: none; }#NJqESWZPLTzo11GQsi9HBURFBzrSLqB6 > .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); }#NJqESWZPLTzo11GQsi9HBURFBzrSLqB6 > .row .container { border-width: 0; border-radius: 0; }#NJqESWZPLTzo11GQsi9HBURFBzrSLqB6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NJqESWZPLTzo11GQsi9HBURFBzrSLqB6 > .row .container { font-size:0.875rem;font-family:arial;height:62.9375rem;width:75rem;position:relative;display:block; }#DOsmNmx8p4hJCi5BvoxlKh5yiUg4OBk2 { color:#41c243;display:block;width:44.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:2.5822925567627rem;left:15.0625rem;height:6.5rem;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:center;text-align-last:center;display:block; }
#u9XOOVgCPXwh8szCsxV4pXmUfINiReDS { 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:49.875rem;width:74.875rem;top:13.0625rem;left:0rem;overflow:hidden;display:block; }
#i4SVsVobp0UzWX7Ss6TLFDGSUnOxcsJv { color:rgba(var(--color-tertiary-2),1);display:block;width:34.125rem;position:absolute;font-family:"open sans";font-size:2.6875rem;font-weight:700;z-index:15058;line-height:1.5;letter-spacing:0;top:16.453125rem;left:3.28125rem;height:12.09375rem;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; }
#i0TTUkRQZNpbnBnDDGJ8aAONeseNpAki { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:4.2698078155517rem;left:53.604164123535rem; }
#i0TTUkRQZNpbnBnDDGJ8aAONeseNpAki > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#KNTAGr0ekyceDP5ihBDygq7QyQ4Uc12F { position:absolute;display:block;z-index:15057;background-color:rgba(var(--color-secondary-0),0.83);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:15.25rem;width:37.6875rem;top:14.875rem;left:1.5rem;display:block; }
#LbbUt4QcKbC96FLsOkrJVM0OXeKceIFA { 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; }#LbbUt4QcKbC96FLsOkrJVM0OXeKceIFA > .row .container { background-color: transparent; background-image: none; }#LbbUt4QcKbC96FLsOkrJVM0OXeKceIFA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LbbUt4QcKbC96FLsOkrJVM0OXeKceIFA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LbbUt4QcKbC96FLsOkrJVM0OXeKceIFA > .row .container > .video-iframe-container { display: none; }#LbbUt4QcKbC96FLsOkrJVM0OXeKceIFA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LbbUt4QcKbC96FLsOkrJVM0OXeKceIFA > .row > .video-iframe-container { display: none; }#LbbUt4QcKbC96FLsOkrJVM0OXeKceIFA > .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); }#LbbUt4QcKbC96FLsOkrJVM0OXeKceIFA > .row .container { border-width: 0; border-radius: 0; }#LbbUt4QcKbC96FLsOkrJVM0OXeKceIFA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LbbUt4QcKbC96FLsOkrJVM0OXeKceIFA > .row .container { font-size:0.875rem;font-family:arial;height:41.4375rem;width:75rem;position:relative;display:block; }#FJoQ3IKcrFdE3F2PoiXPDlWGoTBMfTHH { color:rgba(var(--color-tertiary-2),1);display:block;width:27.624rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:16.375rem;left:3.75rem;height:18.6875rem;font-style:normal;display:block; }
#scJLHI2yIZ3fn7qhlwpFaTQ42HzhewaX { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.8114375rem;width:47.6864375rem;top:13.313541412354rem;left:27.313537597656rem;overflow:hidden;display:block; }
#RXfM5mlZwU68rgxoxInx3aNkuOeEm6xk { color:#41c243;display:block;width:29.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:2.0624361038208rem;left:22.718753814698rem;height:6.5rem;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:center;text-align-last:center;display:block; }
#mJgThW4l6BZAeSDySZAdTF4lJJm6iJa7 { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-0),0.83);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:27.4375rem;width:31.25rem;top:12.3125rem;left:1.9375rem;display:block; }
#TnDDB8ykVmuMDD0xKW4buDLkBIOQasDf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:3.2109375rem;left:70.15234565735rem; }
#TnDDB8ykVmuMDD0xKW4buDLkBIOQasDf > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#LlDagoTvtOoi8JlAn4tkfGBEiwycyWiy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:5.326042175293rem;left:57.541664123535rem;display:none; }
#LlDagoTvtOoi8JlAn4tkfGBEiwycyWiy > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#ly1nZMaOaBUfzlTNfEqEfv0iVD7oTM1i { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:3.75rem;left:48.4375rem; }
#ly1nZMaOaBUfzlTNfEqEfv0iVD7oTM1i > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#Lt403t8xcp6oOc52A1tZ7mMit1b4L9HD { position:relative;display:block; }#Lt403t8xcp6oOc52A1tZ7mMit1b4L9HD { background-color: transparent; background-image: none; }#Lt403t8xcp6oOc52A1tZ7mMit1b4L9HD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lt403t8xcp6oOc52A1tZ7mMit1b4L9HD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lt403t8xcp6oOc52A1tZ7mMit1b4L9HD > .row .container > .video-iframe-container { display: none; }#Lt403t8xcp6oOc52A1tZ7mMit1b4L9HD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lt403t8xcp6oOc52A1tZ7mMit1b4L9HD > .row > .video-iframe-container { display: none; }#Lt403t8xcp6oOc52A1tZ7mMit1b4L9HD > .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); }#Lt403t8xcp6oOc52A1tZ7mMit1b4L9HD { border-width: 0; border-radius: 0; }#Lt403t8xcp6oOc52A1tZ7mMit1b4L9HD > .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; }#Lt403t8xcp6oOc52A1tZ7mMit1b4L9HD > .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:101.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; }#i9Ar3CJicsXRxFyQyhNtyUffTwU2xPzf { color:#41c243;display:block;width:59.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:22.4375rem;left:7.5625rem;height:3.00625rem;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:center;text-align-last:center;display:block; }
#afvP7Rn2Vosmp8mGSJLPnxMCrDnGZE6X { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:26.4375rem;left:0rem;height:4.125rem;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:center;text-align-last:center;display:block; }
#OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt .widget-form-header {  }
#OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt .widget-regular-label { height:auto;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-3),1);width:47.5625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #868686;border-left:0.0625rem solid #868686;border-right:0.0625rem solid #868686;border-bottom:0.0625rem solid #868686;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:47.5625rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:ubuntu;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top;line-height:1.3; }
#OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt .widget-input-text {padding-top: 0; padding-bottom: 0;}#OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #868686;border-left:0.0625rem solid #868686;border-right:0.0625rem solid #868686;border-bottom:0.0625rem solid #868686;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:47.5625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:ubuntu;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top;line-height:1.3; }
#OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt .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:47.5625rem;box-sizing:border-box;height:2.5rem;color:#999999;font-family:ubuntu;font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt .widget-input-select {padding-top: 0; padding-bottom: 0;}#OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt .widget-input-button { border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;background-color:#41c243;background-image:none;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:11.875rem;margin-bottom:0.25rem;margin-left:11.875rem;display:block;box-sizing:border-box;font-size:1.375rem;font-weight:700;color:rgba(var(--color-secondary-0),1);width:23.75rem;height:3.4375rem;font-family:roboto;overflow:hidden;font-style:normal;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ; }
#OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-3),1);font-family:"open sans";font-size:0.8125rem; }
#OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-3),1);font-family:"open sans";font-size:0.8125rem; }
#OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-3),1);font-family:"open sans";font-size:0.8125rem; }
#OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-3),1);font-family:"open sans";font-size:0.8125rem; }
#OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;color:rgba(var(--color-tertiary-3),1);vertical-align:top;width:46.5rem;overflow:hidden;font-style:normal;line-height:1.4;float:none; }
#OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:1rem;height:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt .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:ubuntu;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt .widget-container { padding-top:0.9375rem;padding-right:0;padding-bottom:0.875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt .widget-container:first-of-type{padding-top:0;}#OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt .widget-container:last-of-type{padding-bottom:0;}#OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:47.5625rem;height:auto;border-top:0.0625rem solid #868686;border-left:0.0625rem solid #868686;border-right:0.0625rem solid #868686;border-bottom:0.0625rem solid #868686;left:11.625rem;top:32.3125rem;z-index:14989;position:absolute;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.75rem; }
#OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:47.5625rem;display:block;vertical-align:top; }
#OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt .widget-info-text { display:block;height:auto;font-family:var(--headlines-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-3),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt {display:block;}#OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:47.5625rem;height:auto;border-top:0.0625rem solid #868686;border-left:0.0625rem solid #868686;border-right:0.0625rem solid #868686;border-bottom:0.0625rem solid #868686;left:11.625rem;top:32.3125rem;z-index:14989;position:absolute;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.75rem; }
#OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #uJMMrTnJgqIHWi4QsE5PzfNtZrB2p8yN { position:relative; }
#OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #AXi3Lc7TqLFeq6QW6As2LaL8yK5Ty625 { position:relative;display:block; }
#OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #TIopk2aq3cEtvvw0qnn0x3cz6JV0KgRy { position:relative; }
#OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #J8MnUvrCfzw8nPizxhulQPJHlxVhUJEb { position:relative; }
#OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #Ntrt5BDWfhxTFFEeT2ZOnhHdC5Vkxl3Z { position:relative;display:block; }
#OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #P0Wa39e4d3qv28VcCD5bNgyshdhTPQQP { position:relative; }
#OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #ezhBvIldnXTU4I76fT2bICQpdmVPFvIe { position:relative; }
#OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #T7z7wTurTDErzZ1ERJvxu1m3h1HOIRTQ { position:relative;display:block; }
#OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #Vo4zi2vDfNBBQeX9gQhLEe59sDTKixlr { position:relative; }
#OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #R76aOcXlI3zwdt07eslZErWdJM9K2VL4 { position:relative; }
#OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #PeLpQSfXB3vtfJcu4TrupJVQDHafAUWO { position:relative;display:block; }
#OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #wnyXX0pVQnvLKUfwoT0BOpcAZydi3b5Z { position:relative; }
#OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #WKy2AyLMds2BnIUKMaA4RwmcUJTOIBQ0 { position:relative; }
#OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #zGTl6JmN3TXBxpDhoJUzJrGTHVspHWyB { position:relative;display:block; }
#OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #f8vNNkP18yxBvDBn61OhfzfvNENlmoTC { position:relative; }
#OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #wUwIMzKkgoiR99i32MbxWV36lVwtT8NX { position:relative; }
#OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #XTMciOOqzTOeRSTe0TOI43WDmISXbQye { position:relative;display:block; }
#OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #siC4VwXytOBVa4XwTwMCCRopm9Bx54VT { position:relative; }
#OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #TgPf8yARLI3ZcWTFCQJxJRQfFPelN0bO { position:relative; }
#OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #K31nmT2WAWC7Dx3vaTLGoZfsnDqhbucT { position:relative;display:block; }
#OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #o3iheiZuADVweBNzDaaGagwGIN9hmcBI { position:relative; }
#OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #w0ddhoTQkxaGGcXXPucKOg9ZDsa9OPu5 { position:relative; }
#OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #UAyDQFW9N5ty5Z6cVtXUZXdNtXXQeRwF { position:relative;z-index:2; }
#OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #QLiw5hVASuGDiTNfFpGgg6luWlwFunqd { position:relative; }
#OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #OBt9n1d9hTTM7TMhmxLOXRiKfZa7fq8r { position:relative; }
#OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #av5TkHTcMSmXQ0XWL0Kowe3iphBmNw6A { position:relative;z-index:2; }
#OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #JyMNvuiIioBcOTuSEBvOCmeWT2nClSh5 { position:relative; }
#OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #gwS6FtdraHk6PbvEzdnQRfs9mzpTZMwb { position:relative; }
#OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #qvZ2mraO5T0p69tHrDlOthcoT3cdhcLB { position:relative;z-index:2; }
#OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #XEwIm6XtVHT8qTXx80kdBsPzAKrE6QGp { position:relative; }
#OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #PfTeBhhnIH2uDOGh9s7VyB4yd1HTnTUE { position:relative;display:block;z-index:15000; }
#OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #r6XneNEGVSf00fDuaSfd2o101sUas6Sa { position:relative;display:block;z-index:15000; }
#MsLOWgTqxIIBNpQc1k97qfwQmIpeIdZx { position:relative;display:block; }
#OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #xSWSOPUH6HV9LzLQaoXzu4w7W98MireG { position:relative; }
#OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #oK2GK4eInixzm96iRTrdxxO4bxFm7qWw { position:relative; }
#MHxtllZnBiLmTneTAoVpDhW9kbuywZyi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:4.875rem;left:64.5625rem; }
#MHxtllZnBiLmTneTAoVpDhW9kbuywZyi > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#OxiT3qfZClu5UZwZTpEafnWsOZ91Cote { color:#41c243;display:block;width:68.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:3.1875rem;left:1.875rem;height:6.5rem;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:center;text-align-last:center;display:block; }
#s0vtzSJfM8liGOJBWNJT1JPtlWvLtmWF { color:rgba(var(--color-tertiary-4),1);display:block;width:63.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:11.437500953674rem;left:5.53125rem;height:6.3rem;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:center;text-align-last:center;display:block; }
#Q5oLzm1HCr2dIcTu0p05O95mPWH0iLJM { 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:none; }#Q5oLzm1HCr2dIcTu0p05O95mPWH0iLJM > .row .container { border-width: 0; border-radius: 0; }#Q5oLzm1HCr2dIcTu0p05O95mPWH0iLJM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q5oLzm1HCr2dIcTu0p05O95mPWH0iLJM > .row .container { font-size:0.875rem;font-family:arial;height:51.125rem;width:75rem;position:relative;display:none; }#Xtu5NqMGEFH18nICRbCBTk7sp6ypLa9h { position:absolute;display:block;z-index:15012;height:46.875rem;width:37.5625rem;top:21.561458587646rem;left:18.718750953674rem;display:none; }
#V3pfLoXhzZZMJ4QVBozGtgMeze7SUHMN { color:rgba(var(--color-tertiary-2),1);display:block;width:61.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:9.3125rem;left:6.8125rem;height:7.8rem;font-style:normal;display:block; }
#CmheFMM6K4Z7ofKhRPCh830kEqauQCPX { position:absolute;display:block;z-index:15000;height:11.25rem;width:20rem;display:none; }
#u7rhSsXQSQ3GkS4kHZ5zeXH2DEF5Gnpc { color:rgba(var(--color-tertiary-2),1);display:block;width:61.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:17.125rem;left:6.9375rem;height:1.625rem;display:block; }
#UJrxTVlOmCpHKQiLaBForLq0U2LVP7ua { color:rgba(var(--color-tertiary-2),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:22.875rem;left:6.625rem;height:1.4625rem;display:block; }
#WK1H8lo0IfKR3gzi20PTVagfVhhmA20K { color:rgba(var(--color-tertiary-2),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:25.125rem;left:43.625rem;height:9.2625rem;display:block; }
#N5M1GgQyUvKC4Lo9z20lDlGXQ9pmr1Ty { color:rgba(var(--color-tertiary-2),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:47.1875rem;left:30.8125rem;height:1.3rem;display:block; }
#kQZJQwUMiPWKrPPq0TIyl18VXn9844TB { color:rgba(var(--color-tertiary-2),1);display:block;width:29.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:19.8125rem;left:6.8125rem;height:1.625rem;display:block; }
#LgUoGmT0p56G9hb6PWLGCMqxzVab7J40 { color:rgba(var(--color-tertiary-2),1);display:block;width:31.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:25rem;left:6.625rem;height:9.7125rem;font-style:normal;display:block; }#LgUoGmT0p56G9hb6PWLGCMqxzVab7J40 li:not(:first-child){ padding-top:0.1875rem;padding-right:0;padding-bottom:0;padding-left:0; }#LgUoGmT0p56G9hb6PWLGCMqxzVab7J40 li:before{  }
#AmQHnDS9sxegHRggFcTkfJfNaoHihEqD { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.25rem solid #41c243;border-left:0.25rem solid #41c243;border-right:0.25rem solid #41c243;border-bottom:0.25rem solid #41c243;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:12.5rem;width:28.3125rem;top:23.5rem;left:41.3125rem;display:block; }
#tomBT03Oq5B9S4XZx1Wfm0KTQrXhPFpD { color:rgba(var(--color-tertiary-2),1);display:block;width:65.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:48.75rem;left:6.5rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#d1kMyWxxJ5L1kaC3OsCDdsxrKa7QiHZc { color:#53565a;display:block;width:30.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15038;line-height:1.3;letter-spacing:0;top:35.75rem;left:6.625rem;height:6.5rem;font-style:normal;display:block; }
#K4loiLXooluK2ZxR76acgJxwoVkt5Cv9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dedce1;background-image:url("https://images.assets-landingi.com/uc/ff4112d0-82bd-4935-93d2-d700ab67216b/widzimy_sie.jpg");background-position:center !important;background-repeat:repeat-x !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; }#K4loiLXooluK2ZxR76acgJxwoVkt5Cv9.adaptive-delivery-prevent-bg, #K4loiLXooluK2ZxR76acgJxwoVkt5Cv9.lazyload, #K4loiLXooluK2ZxR76acgJxwoVkt5Cv9.lazyloading { background-image: none; }#K4loiLXooluK2ZxR76acgJxwoVkt5Cv9 > .row .container { background-color: transparent; background-image: none; }#K4loiLXooluK2ZxR76acgJxwoVkt5Cv9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K4loiLXooluK2ZxR76acgJxwoVkt5Cv9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K4loiLXooluK2ZxR76acgJxwoVkt5Cv9 > .row .container > .video-iframe-container { display: none; }#K4loiLXooluK2ZxR76acgJxwoVkt5Cv9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K4loiLXooluK2ZxR76acgJxwoVkt5Cv9 > .row > .video-iframe-container { display: none; }#K4loiLXooluK2ZxR76acgJxwoVkt5Cv9 > .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); }#K4loiLXooluK2ZxR76acgJxwoVkt5Cv9 > .row .container { border-width: 0; border-radius: 0; }#K4loiLXooluK2ZxR76acgJxwoVkt5Cv9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K4loiLXooluK2ZxR76acgJxwoVkt5Cv9 > .row .container { font-size:0.875rem;font-family:arial;height:41.375rem;width:75rem;position:relative;display:block; }#NTp9kiVP7zXxTTVQ7EfZIrIHJT2Hwz0l { color:rgba(var(--color-primary-2),1);display:block;width:36.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.6875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0rem #ffffff;top:14.34375rem;left:20.526042938233rem;height:7.39375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lZhlGhqop1ccMsPBoZlHtsEh54Ph94J7 { color:rgba(var(--color-secondary-2),1);display:block;width:36.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:21.737499237061rem;left:20.595836639404rem;height:4.14375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EBDL5kbGq2LUIk3CWd5NzLW4UyVhqXMx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),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; }#EBDL5kbGq2LUIk3CWd5NzLW4UyVhqXMx > .row .container { background-color: transparent; background-image: none; }#EBDL5kbGq2LUIk3CWd5NzLW4UyVhqXMx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EBDL5kbGq2LUIk3CWd5NzLW4UyVhqXMx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EBDL5kbGq2LUIk3CWd5NzLW4UyVhqXMx > .row .container > .video-iframe-container { display: none; }#EBDL5kbGq2LUIk3CWd5NzLW4UyVhqXMx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EBDL5kbGq2LUIk3CWd5NzLW4UyVhqXMx > .row > .video-iframe-container { display: none; }#EBDL5kbGq2LUIk3CWd5NzLW4UyVhqXMx > .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); }#EBDL5kbGq2LUIk3CWd5NzLW4UyVhqXMx > .row .container { border-width: 0; border-radius: 0; }#EBDL5kbGq2LUIk3CWd5NzLW4UyVhqXMx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EBDL5kbGq2LUIk3CWd5NzLW4UyVhqXMx > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#IcmuNhGAcmC7DCCgH4MynnXQ98OoMNoW { color:rgba(var(--color-tertiary-4),1);display:block;width:22.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:1.13769375rem;font-style:normal;display:block; }
#iQ99JoyQsu9LReEm1hpQ0TzHQtPJC3UD { box-sizing:content-box;color:#343434;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:1.5625rem;left:62.5rem;display:block; }
#KTlX6JURsBsT9gFxS8wzhBzcgMF5Tngv { box-sizing:content-box;color:#343434;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:1.5625rem;left:65.625rem;display:block; }
#eNVgTBWXW3eIMsVxeP6Ia5H2BxFIogWM { box-sizing:content-box;color:#343434;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:1.5625rem;left:68.75rem;display:block; }
#r7xb6RLpiq2TTn92HQKg0FlJPcmQCh8K { box-sizing:content-box;color:#343434;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:1.5625rem;left:71.875rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Twe0eNPU9miwmQXFXAcukc01diCle8Jt { display:block; }#Twe0eNPU9miwmQXFXAcukc01diCle8Jt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oFmA8MZEJT4dPQpCofT11ydFHLXD1861 { top:1.375rem;left:0rem;width:9.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7D63WrLOPr45aCTTFN4t4sBgQFRnKr8 { top:0.75rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVaHvNTiErLGiJK7spEIraya7w6eR3TR { top:1.375rem;left:0.4375rem;width:6.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5wJQKp9nnt2H4sTWW44cBnws0USogtp { top:0.75rem;left:6.75rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4JaB80vhgyWVdFBvNM1l9euUTBExAFM { top:1.3125rem;left:9.2500009536744rem;width:5.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #flRJNfFCbo3JE9HL7D2K4tddlZocZbo3 { display:block; }#flRJNfFCbo3JE9HL7D2K4tddlZocZbo3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w3ZC9mkhhV3qIfNlHxAtv8fvrSKXuATQ { top:2.25rem;left:0rem;width:6.0625rem;height:2.7219168080784rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT6gfGWt5bn8i9KLTq4fcTHmbf62eX4i { top:2.8125rem;left:31.75rem;width:14rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTmqv4lIqTKkczdEetXrg2RvZ21f9hQD { display:block; }
 }@media only screen and (max-width: 763px) { #ddsoUPM3Upq1k3RniLPHAUCvSgBM7vIp { top:2.9375rem;left:30.812503814698rem;width:13.375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNIXZVLwI9TMREEgDL2SIqxuX5E5z9R3 { display:block; }
 }@media only screen and (max-width: 763px) { #FyVpJCB6rWnEdNuyaDUsyJl0wsFvg3SW { top:2.9375rem;left:22.312503814698rem;width:7.75rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhKusABFKSKO6DhpgPIabss8EJonI0dt { display:block; }
 }@media only screen and (max-width: 763px) { #ryZdM0gp8OUkRD3VVPxW16gZxFdBEx91 { top:2.9375rem;left:15.500003814698rem;width:6.8125rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQntw5d1Pk5Mhn19OpKL8TJK3c2LxWvZ { display:block; }
 }@media only screen and (max-width: 763px) { #LHEJolzOiK99M4Z0gIXLlccmwTtFFPPU { top:2.9375rem;left:5.6250038146972rem;width:10.0625rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTpxTwwX3HkIGVwZI5eQN36iEGQfqaRN { display:block; }
 }@media only screen and (max-width: 763px) { #zJLEi0ZT9RbZgJKlMe9kkNgix8u4xRef { top:1.5625rem;left:0rem;width:9.5625rem;height:4.0979046798797rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAcrhfhtge93GaFVwmiBklxSJVeKgu5K { display:block; }#zAcrhfhtge93GaFVwmiBklxSJVeKgu5K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d44NE8yc78qg9nloTetChWwRpNv7nNgo .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;background-color:;background-image:none;margin-top:0;margin-right:0.460625rem;margin-bottom:0;margin-left:0.460625rem;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#d44NE8yc78qg9nloTetChWwRpNv7nNgo .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#000000;padding-top:0.681875rem;padding-right:0.115rem;padding-bottom:0;padding-left:0.115rem;display:block;width:4.95rem;height:3.295625rem;position:relative;font-family:"open sans";font-size:3.068125rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#d44NE8yc78qg9nloTetChWwRpNv7nNgo .widget-text.counter-label { background-color:;background-image:none;color:#666666;padding-top:0;padding-right:0.115rem;padding-bottom:0.454375rem;padding-left:0.115rem;display:block;width:4.95rem;height:0.8525rem;position:relative;font-family:"open sans";font-size:0.681875rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#d44NE8yc78qg9nloTetChWwRpNv7nNgo { width:24.75rem;height:6.5625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.8125rem;left:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #d44NE8yc78qg9nloTetChWwRpNv7nNgo #BSJrmbQsXRD6spHhxXgBg6fn80zB7avp { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #d44NE8yc78qg9nloTetChWwRpNv7nNgo #uDHdoRvSTN0KMaa6nI8gZJuSkM4peoaA {  }
 }@media only screen and (max-width: 763px) { #d44NE8yc78qg9nloTetChWwRpNv7nNgo #Zks4y72gU9PUH5gEasTXkwyJNeH41caf {  }
 }@media only screen and (max-width: 763px) { #d44NE8yc78qg9nloTetChWwRpNv7nNgo #AQy2ugKkMtavFSBbdoUJxiKsLwJcz6f6 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #d44NE8yc78qg9nloTetChWwRpNv7nNgo #hrpUW82UZq9QwxWpILPdmtghzPCKqN13 {  }
 }@media only screen and (max-width: 763px) { #d44NE8yc78qg9nloTetChWwRpNv7nNgo #pfab060yzT8ayniCcVW42PrxZGAcEugu {  }
 }@media only screen and (max-width: 763px) { #d44NE8yc78qg9nloTetChWwRpNv7nNgo #TBsRQ4Glp9dduOaiR2pvMT7Drt6TeL94 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #d44NE8yc78qg9nloTetChWwRpNv7nNgo #mrs4wnrAZR2DQDzIEKluD7y6JF12yV8P {  }
 }@media only screen and (max-width: 763px) { #d44NE8yc78qg9nloTetChWwRpNv7nNgo #EBlulx0y0nh3U5mgtw7Phs9PdHbQevSO {  }
 }@media only screen and (max-width: 763px) { #d44NE8yc78qg9nloTetChWwRpNv7nNgo #c4zdZxyaQnySrkFrJ9bHFyQWQLxamcvW { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #d44NE8yc78qg9nloTetChWwRpNv7nNgo #cyyRx08HKO4XIRIrAGhuADoul3SAXooI {  }
 }@media only screen and (max-width: 763px) { #d44NE8yc78qg9nloTetChWwRpNv7nNgo #S4SENOoCtCOecm6nvJOwFqS0vxtXPX01 {  }
 }@media only screen and (max-width: 763px) { #NqSyGnyX0odTzJFo9XfyongdErSGQtal { top:27.25rem;left:22.4375rem;width:24.875rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAp7d06DCCLhFPTEvRh9zaluGhVJSGwX { top:5.25rem;left:0rem;width:47.75rem;height:12rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4tnHmSRNSUBlF0c0OTMia4Ki3OB4T30 { top:16.625rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCtqD98KQwilB657L6MsSGicocOdRT1S { top:15.5rem;left:38.875rem;width:8.875rem;height:4.625rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXttFki3KbJp7C8pyR9JpnDN74gMqTID { display:block; }#TXttFki3KbJp7C8pyR9JpnDN74gMqTID > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wCZ6tXlkzbapsurgTqqA7Oc3KKrKXsLd { top:5.3125rem;left:9.78125rem;width:26.5rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnFnGcyOMVzCa9uMLpeThq1Jgz3qbpIW { display:block; }
 }@media only screen and (max-width: 763px) { #Hbiytk8hkgecbKEBPED3WTVErDyIt0kt { top:1.9375rem;left:0rem;width:47.75rem;height:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ll2PHC3qXvPxP57RwvwmLzlV8wQkmi57 { display:block; }#Ll2PHC3qXvPxP57RwvwmLzlV8wQkmi57 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fedPp7FmxfNyuJZIbWX94aVwiMeWTG4A { top:8.5625rem;left:0rem;width:47.75rem;height:29.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LS4y2J0J8kVl8gcksbxPZ7bUfmX2WD8l { top:1.5rem;left:0rem;width:47.75rem;height:5rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtTiKnKZKl1E9uSWWczZOOdGsTBOQoZg { display:block; }#KtTiKnKZKl1E9uSWWczZOOdGsTBOQoZg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SxJTSdhvfTolkOP2RTo1hWbTROfQ2fBO { top:9.9375rem;left:2.625rem;width:21.75rem;height:8.5625rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n77HbEc0qlIdQZBOgIGffAS4DNAFUhth { top:3.875rem;left:2.8125rem;width:21.375rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXnTQcANXK7taKu1Pm0INu28V7HckTM9 { width:20.0625rem;height:19.1875rem;top:4.125rem;left:3.5416679382324rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNW9pexeWdV59JBFyGrEGAysNBUxi5Uk { display:block; }
 }@media only screen and (max-width: 763px) { #JLk8rg4eB66shSBmBhkvcP2ThwWENL0T { display:block; }#JLk8rg4eB66shSBmBhkvcP2ThwWENL0T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VUPRwUQDynw5N298qvAJVSmr6oiJJ5yo { top:9.3125rem;left:0rem;width:47.75rem;height:3rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMwTwwCGN1rSJC14TrTbOXIeATRTAdT1 { top:2.4375rem;left:0rem;width:47.75rem;height:5rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RH66sE3r0qunymGt0Z1kNAe7gqHf0ZFU { top:3.375rem;left:37.125rem;width:3.125rem;height:3.125rem;display:block; }
#RH66sE3r0qunymGt0Z1kNAe7gqHf0ZFU > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #pP1lol0KtaKrN3exXb1RJdy5ob5I3s7z { top:31.875rem;left:0rem;width:26.4375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0Ws54zVfH61i9U9FgReBvegGWNOWIMc { top:28.6875rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpKQpPH5Fl5fLRqveEXcDPV2m9wRFp82 { top:20.625rem;left:0rem;width:47.75rem;height:6.75rem;font-size:0.75rem;display:block; }#dpKQpPH5Fl5fLRqveEXcDPV2m9wRFp82 li:before{  }
 }@media only screen and (max-width: 763px) { #yn3JvfdFhCswTebwDLiXmfaNdVd2lXKt { top:14rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ee7neIFZQFwMQVtSJJOBGho65HdhczHV { top:54.125rem;left:0rem;width:40.9375rem;height:8.25rem;font-size:0.75rem;display:block; }#Ee7neIFZQFwMQVtSJJOBGho65HdhczHV li:before{  }
 }@media only screen and (max-width: 763px) { #rlStLhVFpcSK2prd7NReafAaFWbpB4di { top:38.5625rem;left:0rem;width:47.75rem;height:7.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPrPxvqFDXDcWdmiyHccdzzibXT8aZVg { top:67.5rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGrHOMJIUVoPnJIJtCquaEzux0sODqgB { top:70.625rem;left:0rem;width:32.9375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrEtmTOIeTQhtGFCyZriXmHTIVeadfiS { top:47.5rem;left:0rem;width:47.75rem;height:4.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W77yyBtbVeJaMe6tUQL9lB4XOWNvfK1g { top:52.4375rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDtfqof9EtAltx7fVXPMbIbf47BZp9g9 { top:63.5625rem;left:0rem;width:47.75rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u01qwnBU7t1ttJg51prwiJpTCF2F7cUU { top:101.5625rem;left:0rem;width:47.75rem;height:7.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivP3ZsDxJKtSZl0gEw6oAc2mquu5vLm4 { top:111.125rem;left:0rem;width:47.75rem;height:19rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhZTfzkudrlvZt14aWbzGVaGHoJo3MpG { top:131.6875rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImZVL8k6bVINb4U6tMM6nm1ozuCs8cXo { top:135.0625rem;left:0rem;width:32.9375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBPSBWmIiLDBQoA8loG9To8afuplIkfc { top:212.75rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XU7ooCt3zx6uDduhlhgSLsJolCMd10wc { top:216.8125rem;left:0rem;width:47.75rem;height:10.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCAvGzB8qTbvkPJWrRvgfQhXO8tTWf6e { top:228.0625rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rT13LmZnyZVIkxXPP04M48l1uemNo8Xe { top:231.625rem;left:0rem;width:32.9375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvi3RrtmF1GRgagxPFnV9gLX3fsPn5AE { top:77.3125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlwT0dIr97JizwOoDPBAwNk93WPwWezb { top:81.125rem;left:0rem;width:47.75rem;height:8.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5lKTGPZ6oU1dzT8y0EogsXr79nVm2dP { top:91.375rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWhflW44G0hKRqeknkwWOt3SybUvV58P { top:94.875rem;left:0rem;width:26rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UExbc84sizvpvOdlBkTFlqEzUCX0n0fi { top:143.6875rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLTsrJ2lDlTFy8Bkoy48BiLnuTDMcJTU { top:152.0625rem;left:0rem;width:47.75rem;height:19rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJStkDTlcTNmWoSIoKD7WyRTAkosyCXw { top:172.5rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cs3wpszBSutKaMiXXA72TQl5GnTnS4cS { top:175.0625rem;left:0rem;width:47.75rem;height:;font-size:0.75rem;display:block; }#Cs3wpszBSutKaMiXXA72TQl5GnTnS4cS li:before{  }
 }@media only screen and (max-width: 763px) { #HSEkSfFExVghNlkw1t6xTk6IuL6q71C9 { top:183.125rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNoQ3FMgEBGENzJA9CMULHToaEWKolg2 { top:189.875rem;left:0rem;width:39.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C689x5yIRFgGqoTAZGOLFGJOGIcypCgI { top:186.5625rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8PvZnuDZpyLOrRCrsIKPzkkyJBSyTm9 { top:196.625rem;left:0rem;width:39.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsnJICBp2KAHsgCpmpxwfTWmXAQxnQFQ { top:193.0625rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXoeOFHA7qa53RmPLV8ZKvvLWqU7VqIb { top:203.5625rem;left:0rem;width:31.9375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWcaXzDNMT0cEOiAXEHyeCQEZ6STT2ay { top:200rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeMpdrknSwMXEVq14z3DKTiOcLowhdPC { display:block; }#ZeMpdrknSwMXEVq14z3DKTiOcLowhdPC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #asosAaw7ETBwh1xJehc7PLoIAB4sWuqX { top:15.9375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ng80FrcikMQBDBi76JR3TThlPCTzwpSa { top:3.875rem;left:1.5rem;width:44.75rem;height:11.75rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgduMCNTcpIV1GLJIc2RcLpR1wU5Xqq7 { top:19.125rem;left:0rem;width:47.75rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHk90GI4wFmtrLLqkhAxXhy9JyooFSUO { top:67.6875rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IW9zIBOLO5Ax3bio39FkNuT88y5sTLw6 { top:71rem;left:9.4375rem;width:26.4375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q40XPzBki2CwZloNo7tJoU1cxzKueXhO { top:24.3125rem;left:0.4375rem;width:44.75rem;height:11.75rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5GgiHXNlHsqZCQPrUMmL6HlT18cy73Q { top:35.1875rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVzClQ5KZz0828CW8oD5Ths1X4JBv3iX { top:38.625rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E03pQsTn3lV4f1JeWvkA4lFBTfinHaKH { top:60.5625rem;left:0rem;width:47.75rem;height:4.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cw8QM8eeWfTmCQ66ZliW5bXaN4FhPxt0 { top:57rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJXdL27KEbEP4oybHveWLnRSCCTBgAqm { top:45.1875rem;left:0rem;width:47.75rem;height:11.75rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FINGPMhHL8Zty5JP71ylfPepT5q8vFn8 { top:88.0625rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdsXJAAy9G9g0T7gJFsZGQQg0vdHAyWt { top:76.25rem;left:0rem;width:47.75rem;height:11.75rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqqG4AxPF84pvyaWTnGIfmqtqN2GMAku { top:91.5rem;left:0rem;width:47.75rem;height:10.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGr14I01VTDxvhyUalwKvf2Of3e0QWi6 { top:103.25rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6BuUCCDiF1A8hJzwcNnqU0ikgzRbgBu { top:105.875rem;left:14.25rem;width:19.3125rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RK5sZm9TwW1nHgkX8EfONaPL79vC7vsn { top:109.3125rem;left:22.625rem;width:2.4375rem;height:2.4375rem;display:block; }
#RK5sZm9TwW1nHgkX8EfONaPL79vC7vsn > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; } }@media only screen and (max-width: 763px) { #TyKiid6ez4snTnIb4Rynz5T97BTkweRN { top:114rem;left:0rem;width:47.75rem;height:11.75rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2w0cmwOTKSia7B9QIBTecJf8H6DQcEg { top:124.9375rem;left:1.25rem;width:43.6875rem;height:7.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEqdLTDWqGGCknTZJqLualm8LfBHJL4e { top:133.875rem;left:0rem;width:47.75rem;height:8.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #epCPhqdH9Vp3f54kRt8hU9FGEt3CcRZS { top:146.5rem;left:0rem;width:47.75rem;height:12.9375rem;font-size:0.75rem;display:block; }#epCPhqdH9Vp3f54kRt8hU9FGEt3CcRZS li:before{  }
 }@media only screen and (max-width: 763px) { #ac6J14Mqu6AFgxnJJexVG671SU36u47c { top:168.5625rem;left:21.3125rem;width:2.4375rem;height:2.4375rem;display:block; }
#ac6J14Mqu6AFgxnJJexVG671SU36u47c > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; } }@media only screen and (max-width: 763px) { #EHRV4f3UFxpWaGPDMHNaNQTpbWTLBSvT { top:164.0625rem;left:9.4375rem;width:26.4375rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tb0ImJXuULn5zDe4zpPZw5Jm3Lge6O1f { top:160.5625rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJTrgfIGSdS8J3Tq3CdNROLB9rzrnBrZ { top:235.9375rem;left:0.4375rem;width:42.625rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLTKiAxaHTH0CxUAgwkvL8muiAxeeQgE { top:224.125rem;left:0rem;width:47.75rem;height:11.75rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7b2ouWddnA5HXQ4tHDilTkNmw5xNoNx { top:185.125rem;left:0rem;width:47.75rem;height:7.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fviIWdsVWIo6VCbKpEGok9l2vb2vlyHN { top:216.9375rem;left:22.1875rem;width:2.4375rem;height:2.4375rem;display:block; }
#fviIWdsVWIo6VCbKpEGok9l2vb2vlyHN > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; } }@media only screen and (max-width: 763px) { #WM41crp8lTiWUmRtTqZ4R2dWtlPXIcAR { top:213.375rem;left:10.25rem;width:26.4375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiFxTkh4EcUxyfGIvuodwGwarL3OTUa0 { top:210.375rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBkWy3ceBMBveacH4xCtxT5bIuWIRRQN { top:290rem;left:2.0625rem;width:40.9375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dt1qGxVmlyPn4Z0eVEt2AVkfo6nCKC7y { top:286.625rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2DtLtCKFuGZ9qxSWUhgJdvHcOA1oBzS { top:292.625rem;left:21.3125rem;width:2.4375rem;height:2.4375rem;display:block; }
#T2DtLtCKFuGZ9qxSWUhgJdvHcOA1oBzS > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; } }@media only screen and (max-width: 763px) { #kW0yq2AAV0HsHrqazG0IEJi0d1zB2JEA { top:261.75rem;left:0rem;width:47.75rem;height:12.5625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvnfemeP29TnHcNXmqITcQBUTA7KXqTZ { top:248.9375rem;left:0rem;width:47.75rem;height:11.75rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiGzyBE7mPZU7IUQspSwTv5y5cDqXIKy { top:346.8125rem;left:22.6875rem;width:2.4375rem;height:2.4375rem;display:block; }
#aiGzyBE7mPZU7IUQspSwTv5y5cDqXIKy > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; } }@media only screen and (max-width: 763px) { #uifLAMwGOcLNDQmBOVtTORgDiQzKaEbO { top:344.1875rem;left:2.0625rem;width:40.9375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDBNzZuc5LCdau7bx2ewFKeD7umkJAAV { top:340.875rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1avhTSXOSQ8OTcRHFyCnh0TTBp9M5Cs { top:320.6875rem;left:0rem;width:47.75rem;height:7.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgKZ9EqqElDJBLKGdZ4PAAhUvu05PvhL { top:308.1875rem;left:0rem;width:47.75rem;height:11.75rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLGpUfTTu3FPmtKl7BcHaXfF4pwKtZTV { top:275.5rem;left:0rem;width:47.75rem;height:10.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #whArwZLHuROagKv2NnOe8ZhWa2kJUyLH { top:330.125rem;left:0rem;width:47.75rem;height:8.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAFJPtGgeHRLLcGObTayNXLwTnTBZieE { top:356.75rem;left:22.6875rem;width:2.4375rem;height:2.4375rem;display:block; }
#sAFJPtGgeHRLLcGObTayNXLwTnTBZieE > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; } }@media only screen and (max-width: 763px) { #fy1grAuwXfCOGVGaHz2fRnomym7lrWOO { top:354.9375rem;left:2.0625rem;width:40.9375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4qBr4pTaBDiV36Wpq08ykJgDyLkTi1e { top:351.625rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsfJRH5FGoMNxetlAWLxezvxUvqKiSAM { top:364.5rem;left:0rem;width:47.75rem;height:11.75rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzBhW0RRMUSSC9HWCdgSTO1DQT5Dze3I { top:376.25rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccsNf7aebyGySad1MbdHdCaO7SZSDR97 { top:383.0625rem;left:0rem;width:47.75rem;height:7.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNZR62EktVtEJfsQUl3RdFUeVr7ETHxw { top:406.9375rem;left:0rem;width:47.75rem;height:11.75rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmEi2bdVGFrCOackIfPeORpb6yTsSQtR { top:418.6875rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXpWCByCB3MzBwTzJ8s5dPTaZliB7F4I { top:439rem;left:0rem;width:47.75rem;height:7.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqsbwkIPUOaRT0FT14o6r5tiBzMXKTBd { top:426.375rem;left:0rem;width:47.75rem;height:11.75rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwKELRF874sG0ZHfUFE2MHOHp9f9304q { top:448.875rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFCT3cahAMyyMuE6lGEgrR34VGitEEK4 { top:474.9375rem;left:19.125rem;width:2.4375rem;height:2.4375rem;display:block; }
#fFCT3cahAMyyMuE6lGEgrR34VGitEEK4 > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; } }@media only screen and (max-width: 763px) { #LBnRXskebKuffM3EJszWOI5KRkJcDZrC { top:472.75rem;left:0.625rem;width:40.9375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZ0iZipNaeUgLGsnCoARlXPaLPCbrkeO { top:469.4375rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yU6n7767lirruN0od3TlAuMRXZ9tiXFo { top:503.8125rem;left:0rem;width:47.75rem;height:10.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiCvkmQGX4rVh04T9qvOOk27hvcJAogs { top:494.4375rem;left:0rem;width:47.75rem;height:7.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dN50V0pKQdtPrZ55EtG6QW6k2l7S8oDd { top:482.6875rem;left:0rem;width:47.75rem;height:11.75rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzQoJCpoET6qM94npEEtTgGzUk6AHN3B { top:524rem;left:20.3125rem;width:2.4375rem;height:2.4375rem;display:block; }
#uzQoJCpoET6qM94npEEtTgGzUk6AHN3B > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; } }@media only screen and (max-width: 763px) { #cCIvbbTpda6NC0EqmlpIiMXceclutASm { top:521.25rem;left:5.5rem;width:31.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRlupxCAoEAdRkKAfUkCGepTAorRLQLK { top:517.75rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQv3TZAsM3zOFdgsswbc21lxCmXPBv0d { top:562.3125rem;left:0rem;width:47.75rem;height:11.75rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nb40A3pDqxkMwiDSGsTHETizNuWyrwTt { top:574.0625rem;left:0rem;width:47.75rem;height:7.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSi19r8rMdVJNcGdGH7reyEpsxagc4xh { top:601.0625rem;left:21.40625rem;width:2.4375rem;height:2.4375rem;display:block; }
#FSi19r8rMdVJNcGdGH7reyEpsxagc4xh > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; } }@media only screen and (max-width: 763px) { #CQITC992otzJiasV6u9F1uHeRwpiJ4sv { top:597.5rem;left:6.8125rem;width:31.625rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGMESHUzZRtHZXfZ89Q1zt6k2f1axJwf { top:594.25rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1nymBoALI7GwGe9BFtldrpD1A6yKT4q { top:604.8125rem;left:0rem;width:47.75rem;height:11.8125rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6Uzz0cZ4rKuVUWOyaQ0T2s3oI2TrTHK { top:616.5625rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIaiQcpvTuqtptnVoR2Z2qxQSQy3XAUg { top:173.3125rem;left:0rem;width:47.75rem;height:11.75rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zb2P6sbv3ouJ90H5CHVhXd1O2Kuz8P6B { top:622.875rem;left:0rem;width:47.75rem;height:11.75rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7Baw66QW86ttZvdUHEilUs2ZhRZFmUT { top:634.625rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSO0P4y1Aox0tD5639nfVoVAougZ0P2m { top:659.625rem;left:21.375rem;width:2.4375rem;height:2.4375rem;display:block; }
#qSO0P4y1Aox0tD5639nfVoVAougZ0P2m > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; } }@media only screen and (max-width: 763px) { #edFRu3PiRO4TbyZlz5T2UJzDukAQdT8T { top:657.4375rem;left:6.8125rem;width:31.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3s7uxl8G4eimvs4qUi9PC3A9RaN5y58 { top:654.5rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCeLGTPa41srPdnhTVnad3bI1z8yVd5l { top:675.75rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcpuvAuSvaJD6yIBD8xlzIHmyOTwPbD0 { top:662.875rem;left:0rem;width:47.75rem;height:11.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt0NROIFTaRg1kHaogBhIbXikS0EgCR8 { top:682.75rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhUyGra9ZHPaneGtQoIER1N3Th7XONUR { top:693.8125rem;left:6.8125rem;width:31.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVIGZMIatOFVcwL1BAI88sOasvRTW5mZ { top:690.875rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXdx5fp59VwAiU9QkKbclG3iH1XMMF6R { top:712.9375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzI7qU0pKi1Hd2wccgO3ni75xbT1r7Pa { top:701.3125rem;left:0rem;width:47.75rem;height:11.75rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q09aHHLIws95JrUBsX00lot3UBMMBeXD { top:297.6875rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDTpdvAIBpmCxxNGmgAI1curz6TzodOG { top:300.75rem;left:2.0625rem;width:40.9375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTkl1uZ7hkBn8fVBXcBG5AEpmQ8cmuvi { top:303.875rem;left:21.40625rem;width:2.4375rem;height:2.4375rem;display:block; }
#RTkl1uZ7hkBn8fVBXcBG5AEpmQ8cmuvi > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; } }@media only screen and (max-width: 763px) { #fKorOmmxKibRBWzEA4sutTi1IfwTMfbH { width:37.4375rem;height:3.4375rem;top:209.9375rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ab17TgIMGa1dbRazXCq67qRctIVhv9SZ { display:block; }
 }@media only screen and (max-width: 763px) { #feTscIxOQFg2Atq5gOWlTAauHC56vdzn { top:716.3125rem;left:0rem;width:47.75rem;height:7.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2qaO8Tidq427aUzQzE7M2NRKDSDfBLy { top:725.4375rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANS30rTqtiBvfSlCrb8LxVCXQXvK0iSI { top:728.625rem;left:7.25rem;width:31.625rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hH74oqkNNABis3QHUub47St3e1GuwfPT { top:194.375rem;left:0rem;width:47.75rem;height:15.875rem;font-size:0.75rem;display:block; }#hH74oqkNNABis3QHUub47St3e1GuwfPT li:before{  }
 }@media only screen and (max-width: 763px) { #GPwrycecuaEtrAKLaJwHRKCRqls77vRJ { top:458.4375rem;left:0rem;width:47.75rem;height:8.5625rem;font-size:0.75rem;display:block; }#GPwrycecuaEtrAKLaJwHRKCRqls77vRJ li:before{  }
 }@media only screen and (max-width: 763px) { #RmZwip5do3Sfs5lwmbTp6woQBQ67avdw { top:456.25rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zklsQtzsZTQmNEeMegSBQ2rFFSX6xDsT { top:534.875rem;left:20.3125rem;width:2.4375rem;height:2.4375rem;display:block; }
#zklsQtzsZTQmNEeMegSBQ2rFFSX6xDsT > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; } }@media only screen and (max-width: 763px) { #TBuQLlLl77ZaOGn2gUSC0Vz8hcxlTXiN { top:532.125rem;left:5.5rem;width:31.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwbRSvuXLhOpDET7q8w8Z2XMrmloMJVL { top:528.625rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFOMPmIlTgFCrqocQ8J3RbkVw3WTOOBO { top:545.75rem;left:20.3125rem;width:2.4375rem;height:2.4375rem;display:block; }
#yFOMPmIlTgFCrqocQ8J3RbkVw3WTOOBO > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; } }@media only screen and (max-width: 763px) { #BLcqEDqh6SqWD2Ddc4CsTg7IcMw29l4A { top:543rem;left:5.5rem;width:31.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmWxW9XItFSkyO92pVELmvhrCqanTKV3 { top:539.5rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bG52DAZG7BfQNHdNMIuWZedGOqNTgXZ1 { top:556.1875rem;left:20.257289886474rem;width:2.4375rem;height:2.4375rem;display:block; }
#bG52DAZG7BfQNHdNMIuWZedGOqNTgXZ1 > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; } }@media only screen and (max-width: 763px) { #PdSdRAAoDTmkQ6iZfcPRg0iXrqVioLcA { top:553.25rem;left:5.125rem;width:31.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyb1N4zwz59UMhrzH9PrKX8lFam8OTz2 { top:549.8125rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJw1v4nCHPgdqLzVJCAtmsWUIlvTAhcd { top:584.75rem;left:0rem;width:47.75rem;height:;font-size:0.75rem;display:block; }#ZJw1v4nCHPgdqLzVJCAtmsWUIlvTAhcd li:before{  }
 }@media only screen and (max-width: 763px) { #aNz7uMi2kfeSwvU3tbtfMi6iRdG7e502 { top:641.3125rem;left:0rem;width:47.75rem;height:10.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvmQuibdQiZJ6QghwhARwU5Dg8OOtUMJ { top:696.25rem;left:21.40625rem;width:2.4375rem;height:2.4375rem;display:block; }
#kvmQuibdQiZJ6QghwhARwU5Dg8OOtUMJ > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; } }@media only screen and (max-width: 763px) { #sciAJ0w5cHnX5tKLUzPln4pBapgRlonE { top:144.125rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGiJokv5dNVuQHq0qLaWx6E6KakyP1Cz { top:397.3125rem;left:22.5625rem;width:2.4375rem;height:2.4375rem;display:block; }
#SGiJokv5dNVuQHq0qLaWx6E6KakyP1Cz > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; } }@media only screen and (max-width: 763px) { #zbC7b9s2CF3Gt2gTFLULmXmtwedsAZkp { top:394.75rem;left:3.40625rem;width:40.9375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZhIE0CvgDVANir6GsS3LIk8Snb8NFGJ { top:392.1875rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RL7TLiLd0dp7dPX5z5QqqbNQvOJLqh6K { display:block; }#RL7TLiLd0dp7dPX5z5QqqbNQvOJLqh6K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JJTOb11UrBJiN0hWOax2wXNXGMhnt7xT { top:1.6875rem;left:4.3125rem;width:39.125rem;height:6.5rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8Dax1UKCcO4XKDv46b0ymziuSty1TN4 { top:4.5rem;left:44.625rem;width:3.0625rem;height:3.0625rem;display:block; }
#F8Dax1UKCcO4XKDv46b0ymziuSty1TN4 > img { max-width: 100%;max-height:100%; width:3.0625rem; height:3.0625rem; } }@media only screen and (max-width: 763px) { #t4eaoeeDcZNeguD5eIxwEGJF9NQHEinR { top:3.375rem;left:38.4375rem;width:3.125rem;height:3.125rem;display:block; }
#t4eaoeeDcZNeguD5eIxwEGJF9NQHEinR > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #TzmM38aaBp1R0BSQMVuf5yRgHNAbE3O0 { display:block; }#TzmM38aaBp1R0BSQMVuf5yRgHNAbE3O0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pZV7lDfUnUN4LPpkyogLRuCMKBqmGraI { top:3.75rem;left:4.0416679382324rem;width:13.125rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kr5xegBOOWkquZlOIEhZ3Ecwx4JdFlFA { top:19.125rem;left:1.7510414123535rem;width:20.3125rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEA2FEf9KfVU5K9aogcVoHdTiFiyPZZw { top:21.3125rem;left:0rem;width:32.1875rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGJUGhNZ10DOWqT5O7H8WMD1Lzbncn4Q { top:24.4375rem;left:0rem;width:32.1875rem;height:10.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIfK4AMuhino0PtWTlQSFwvx3T720C0a { top:36.8125rem;left:10.377086639404rem;width:3.0625rem;height:3.0625rem;display:block; }
#uIfK4AMuhino0PtWTlQSFwvx3T720C0a > img { max-width: 100%;max-height:100%; width:3.0625rem; height:3.0625rem; } }@media only screen and (max-width: 763px) { #vvvyZWGitmB11DHyNlKRz62qTd6VpMnM { top:3.75rem;left:28.291667938233rem;width:13.125rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5hkAmPqHOsOtm78M6q136pHLrTA3lPJ { top:19.125rem;left:24.807292938233rem;width:20.3125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTBCckfs3u2b0ZULEbqlFuZd1H4xPBOx { top:21.3125rem;left:15.5625rem;width:32.1875rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ociNHLpW6Tvc7ceZRG6pq9TZtGeXvIcU { top:24.4375rem;left:15.5625rem;width:32.1875rem;height:3.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5T7E00xgP8GhPKxLZpQqShlloh4voKK { top:30.5625rem;left:33.433330535889rem;width:3.0625rem;height:3.0625rem;display:block; }
#C5T7E00xgP8GhPKxLZpQqShlloh4voKK > img { max-width: 100%;max-height:100%; width:3.0625rem; height:3.0625rem; } }@media only screen and (max-width: 763px) { #p0g5LwGmOE2ZyLI9Gn2pTxuVMiXitqEZ { display:block; }#p0g5LwGmOE2ZyLI9Gn2pTxuVMiXitqEZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S77qmlvbTGgKok5RNHpQlTdFJDpZxu94 { top:24.75rem;left:15.5625rem;width:32.1875rem;height:5.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UW7xDIE7u2dikZS7x3oPDn16v7642ycA { top:17.875rem;left:25.1875rem;width:20.3125rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4uOr3vaBhIfdg0x6x5rrAbECvO1llto { top:3.5rem;left:28.6875rem;width:13.0625rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHPmBGc65CKTBAWNpLtzf29lKcUzIrIo { top:21.25rem;left:15.5625rem;width:32.1875rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4PQ80klZywrCE8o2AQPCcAhWx7qCTvo { top:31.6875rem;left:33.8125rem;width:3.0625rem;height:3.0625rem;display:block; }
#g4PQ80klZywrCE8o2AQPCcAhWx7qCTvo > img { max-width: 100%;max-height:100%; width:3.0625rem; height:3.0625rem; } }@media only screen and (max-width: 763px) { #NTMBIRzBQguPXeWMHIGJnuZcLxR840sP { top:3.5rem;left:4.375rem;width:13.125rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEldTat43Qmk0UcW9GZPsf3583DWPrbc { top:18.75rem;left:0.875rem;width:20.3125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5uy9z9W16NWP9GFpJayfSTQZz7aZRh0 { top:21.375rem;left:1.9375rem;width:18.25rem;height:2.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKPyCHuau9WwudktSEeznk1J3m4VmID0 { top:25.6875rem;left:0rem;width:32.1875rem;height:7.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKfwliXmpphuGpoTIIbqeCyQePpMTcLy { top:35.625rem;left:9.5rem;width:3.0625rem;height:3.0625rem;display:block; }
#xKfwliXmpphuGpoTIIbqeCyQePpMTcLy > img { max-width: 100%;max-height:100%; width:3.0625rem; height:3.0625rem; } }@media only screen and (max-width: 763px) { #wVQ0eTlTp6BXWyHSwv59TGAIg9ICEmvn { display:block; }#wVQ0eTlTp6BXWyHSwv59TGAIg9ICEmvn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zUnv1C5QU1G3EZdHm3otMfyZUNDGh01S { top:2.625rem;left:5.2354164123535rem;width:13.125rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiyzZami6AXNlwmif4oBU76vT6hp10pT { top:17.1875rem;left:1.7510414123535rem;width:20.3125rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwzW3WbhLpNxC4huP6ClnF8r9qAt4Gpg { top:19.625rem;left:0rem;width:24.0625rem;height:2.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Re6rTvXFwSvBNSTup9uH3m86iDC3f3tI { top:23.75rem;left:0rem;width:32.1875rem;height:19.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCdoLEEv6rsgRAHarNKXenfc9IvW4TTF { top:45.3125rem;left:9.9083366394044rem;width:3.0625rem;height:3.0625rem;display:block; }
#DCdoLEEv6rsgRAHarNKXenfc9IvW4TTF > img { max-width: 100%;max-height:100%; width:3.0625rem; height:3.0625rem; } }@media only screen and (max-width: 763px) { #kWkOU8U8P6P5VlosDVBmpRIotVkDc7ZU { top:23.75rem;left:14.75rem;width:33rem;height:3.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v67EfxOLIG2HLKc0V24cKTZrRSIcUPMl { top:19.625rem;left:15.5625rem;width:32.1875rem;height:2.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nP4aBfcJRVuuyk1iC6xau9FEmQ7fvU56 { top:17.1875rem;left:26.187503814698rem;width:20.3125rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8UazZElnPxrivRGZ029ddM6FcP4u60P { top:2.625rem;left:29.141666412354rem;width:13.0625rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfeluWFMR2ixydwBtTNqaGRZ1DX8nNTt { top:29.75rem;left:34.252086639404rem;width:3.0625rem;height:3.0625rem;display:block; }
#yfeluWFMR2ixydwBtTNqaGRZ1DX8nNTt > img { max-width: 100%;max-height:100%; width:3.0625rem; height:3.0625rem; } }@media only screen and (max-width: 763px) { #Ar67JcJVvwaZl5D5uLyu19yQs1PdgM8c { display:block; }#Ar67JcJVvwaZl5D5uLyu19yQs1PdgM8c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L2tkASTp7cVimmXq5y95UrgfCIu3bSac { top:33.9375rem;left:10.375rem;width:3.0625rem;height:3.0625rem;display:block; }
#L2tkASTp7cVimmXq5y95UrgfCIu3bSac > img { max-width: 100%;max-height:100%; width:3.0625rem; height:3.0625rem; } }@media only screen and (max-width: 763px) { #fFEEpsp285UPnWUWfipQHKAbSMvU6oGN { top:23.625rem;left:0rem;width:33rem;height:7.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPAZG9qsZxKId96fA7MTrtnTcEoa5wFL { top:20.375rem;left:0rem;width:32.1875rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKbst60Rnq44Ozq110HKIF5oh8oNZeJP { top:17.875rem;left:2.3125rem;width:20.3125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIH8lgTSXqLpZR9vbW58sTB8CduVfAKR { top:3.375rem;left:5.25rem;width:13.0625rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmT1NI6ypHvXwwHnAkfNxrGPdDrzoxp1 { display:block; }#nmT1NI6ypHvXwwHnAkfNxrGPdDrzoxp1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WX7axI2wanTTxMtMRXHETTXBG8WCQK3z { top:1.25rem;left:0rem;width:47.75rem;height:6.3125rem;font-size:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8XEEXeqBSw8cVdqy3fPX5hH9XITK08g { top:12.25rem;left:0rem;width:8.3125rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vESTVzHQlADCFuLG10fe9wtKt7TfDu3b { top:2.875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
#vESTVzHQlADCFuLG10fe9wtKt7TfDu3b > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #U2JuI7C9hBJvS3DrnmJs3T31oqfUo4AT { top:11.6875rem;left:0rem;width:4.6875rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAcvgIJEogJSGweNHQ2Q9CzGgO0DmbB8 { top:10.125rem;left:10.375rem;width:8.3125rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxZAnALilZH6pwXR461DloX3V9yx9xJr { top:12.875rem;left:21.375rem;width:12.125rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmCx6EA0M6ZCKcRDRIFWlXEThkNmRz9l { top:9.375rem;left:37.125rem;width:6.75rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKoCk924CNPJ2F02lMI5WyziAM3H10c0 { top:10.8125rem;left:37.4375rem;width:10.3125rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f831T5TTRQ6WwMew5aTt79DvVepBELtE { display:block; }#f831T5TTRQ6WwMew5aTt79DvVepBELtE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fu350tCK0qvP2OJqf8K70is8STCpZiOi { top:10.875rem;left:13.3125rem;width:19.125rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEnaaywJEhhi3kV2qb2ZPJMO9KWSqIPo { top:1.3125rem;left:0rem;width:47.75rem;height:6.5rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaUoC6HUMvoyLSGZ6TpFENIJTiDOUtsb { top:3rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
#PaUoC6HUMvoyLSGZ6TpFENIJTiDOUtsb > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #I9tIShi43BlfM7qzSwV8U0w59W1Hr5ko { top:9.125rem;left:0rem;width:9.625rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEXzlPPwKIrsWuV0pXh8CmGt2dtGBIpe { top:10.6875rem;left:38.226043701172rem;width:9.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTdCJ5ptAtiP42MxvQ4gLV4spvbMyaur { display:block; }#QTdCJ5ptAtiP42MxvQ4gLV4spvbMyaur > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pM13Ue4HXvUfMWXDvZUoyvJds5ATiAy2 { top:12.4375rem;left:21.5625rem;width:14.25rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3TFNymSZI4DD3GMDtoTIsNS9WXxPAgM { top:18.75rem;left:6.625rem;width:29.1875rem;height:20.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4ooTpVtUqT83Jn9kX8SFTdn9nfZIEQJ { top:7.625rem;left:0rem;width:36.1875rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bD6wgg94W8iTh1zxhh7PPDvQZvPFZFZV { top:1.1875rem;left:0rem;width:47.75rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJrKbUEeqShb1JUU3FTrczwryARETv24 { top:2.875rem;left:32.6875rem;width:3.125rem;height:3.125rem;display:block; }
#aJrKbUEeqShb1JUU3FTrczwryARETv24 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #NJqESWZPLTzo11GQsi9HBURFBzrSLqB6 { display:block; }#NJqESWZPLTzo11GQsi9HBURFBzrSLqB6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DOsmNmx8p4hJCi5BvoxlKh5yiUg4OBk2 { top:2.5625rem;left:1.4375rem;width:44.875rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9XOOVgCPXwh8szCsxV4pXmUfINiReDS { top:13.0625rem;left:0rem;width:47.75rem;height:31.806761268781rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4SVsVobp0UzWX7Ss6TLFDGSUnOxcsJv { top:16.4375rem;left:0rem;width:34.125rem;height:12.0625rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0TTUkRQZNpbnBnDDGJ8aAONeseNpAki { top:4.25rem;left:39.979164123535rem;width:3.125rem;height:3.125rem;display:block; }
#i0TTUkRQZNpbnBnDDGJ8aAONeseNpAki > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #KNTAGr0ekyceDP5ihBDygq7QyQ4Uc12F { top:14.875rem;left:0rem;width:37.6875rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbbUt4QcKbC96FLsOkrJVM0OXeKceIFA { display:block; }#LbbUt4QcKbC96FLsOkrJVM0OXeKceIFA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FJoQ3IKcrFdE3F2PoiXPDlWGoTBMfTHH { top:16.3125rem;left:0rem;width:27.5625rem;height:18.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #scJLHI2yIZ3fn7qhlwpFaTQ42HzhewaX { top:13.3125rem;left:0.125rem;width:47.625rem;height:24.779471331603rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXfM5mlZwU68rgxoxInx3aNkuOeEm6xk { top:2rem;left:9.0937538146975rem;width:29.5625rem;height:6.5rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJgThW4l6BZAeSDySZAdTF4lJJm6iJa7 { top:12.3125rem;left:0rem;width:31.25rem;height:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnDDB8ykVmuMDD0xKW4buDLkBIOQasDf { top:3.1875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
#TnDDB8ykVmuMDD0xKW4buDLkBIOQasDf > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #LlDagoTvtOoi8JlAn4tkfGBEiwycyWiy { top:5.3125rem;left:43.916664123535rem;width:3.125rem;height:3.125rem;display:none; }
#LlDagoTvtOoi8JlAn4tkfGBEiwycyWiy > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #ly1nZMaOaBUfzlTNfEqEfv0iVD7oTM1i { top:3.75rem;left:34.8125rem;width:3.125rem;height:3.125rem;display:block; }
#ly1nZMaOaBUfzlTNfEqEfv0iVD7oTM1i > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #Lt403t8xcp6oOc52A1tZ7mMit1b4L9HD { display:block; }#Lt403t8xcp6oOc52A1tZ7mMit1b4L9HD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i9Ar3CJicsXRxFyQyhNtyUffTwU2xPzf { top:22.4375rem;left:0rem;width:47.75rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #afvP7Rn2Vosmp8mGSJLPnxMCrDnGZE6X { top:26.4375rem;left:0rem;width:47.75rem;height:4.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt .widget-regular-label { width:45.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt .widget-input-text { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt .widget-input-text {padding-top: 0; padding-bottom: 0;}#OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt .widget-textarea { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt .widget-input-select { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt .widget-input-select {padding-top: 0; padding-bottom: 0;}#OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt .widget-input-button { width:22.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:11.3125rem; }
#OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt .widget-checkbox-label { width:44.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt  { width:45.25rem;height:auto;top:25.75rem;left:0rem; }
#OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt .radio-container { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt {display:block;}#OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt { width:45.25rem;height:auto;top:25.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #uJMMrTnJgqIHWi4QsE5PzfNtZrB2p8yN {  }
 }@media only screen and (max-width: 763px) { #OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #AXi3Lc7TqLFeq6QW6As2LaL8yK5Ty625 { display:none; }
 }@media only screen and (max-width: 763px) { #OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #TIopk2aq3cEtvvw0qnn0x3cz6JV0KgRy {  }
 }@media only screen and (max-width: 763px) { #OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #J8MnUvrCfzw8nPizxhulQPJHlxVhUJEb {  }
 }@media only screen and (max-width: 763px) { #OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #Ntrt5BDWfhxTFFEeT2ZOnhHdC5Vkxl3Z {  }
 }@media only screen and (max-width: 763px) { #OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #P0Wa39e4d3qv28VcCD5bNgyshdhTPQQP {  }
 }@media only screen and (max-width: 763px) { #OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #ezhBvIldnXTU4I76fT2bICQpdmVPFvIe {  }
 }@media only screen and (max-width: 763px) { #OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #T7z7wTurTDErzZ1ERJvxu1m3h1HOIRTQ {  }
 }@media only screen and (max-width: 763px) { #OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #Vo4zi2vDfNBBQeX9gQhLEe59sDTKixlr {  }
 }@media only screen and (max-width: 763px) { #OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #R76aOcXlI3zwdt07eslZErWdJM9K2VL4 {  }
 }@media only screen and (max-width: 763px) { #OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #PeLpQSfXB3vtfJcu4TrupJVQDHafAUWO { display:none; }
 }@media only screen and (max-width: 763px) { #OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #wnyXX0pVQnvLKUfwoT0BOpcAZydi3b5Z {  }
 }@media only screen and (max-width: 763px) { #OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #WKy2AyLMds2BnIUKMaA4RwmcUJTOIBQ0 {  }
 }@media only screen and (max-width: 763px) { #OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #zGTl6JmN3TXBxpDhoJUzJrGTHVspHWyB { display:none; }
 }@media only screen and (max-width: 763px) { #OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #f8vNNkP18yxBvDBn61OhfzfvNENlmoTC {  }
 }@media only screen and (max-width: 763px) { #OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #wUwIMzKkgoiR99i32MbxWV36lVwtT8NX {  }
 }@media only screen and (max-width: 763px) { #OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #XTMciOOqzTOeRSTe0TOI43WDmISXbQye { display:none; }
 }@media only screen and (max-width: 763px) { #OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #siC4VwXytOBVa4XwTwMCCRopm9Bx54VT {  }
 }@media only screen and (max-width: 763px) { #OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #TgPf8yARLI3ZcWTFCQJxJRQfFPelN0bO {  }
 }@media only screen and (max-width: 763px) { #OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #K31nmT2WAWC7Dx3vaTLGoZfsnDqhbucT {  }
 }@media only screen and (max-width: 763px) { #OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #o3iheiZuADVweBNzDaaGagwGIN9hmcBI {  }
 }@media only screen and (max-width: 763px) { #OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #w0ddhoTQkxaGGcXXPucKOg9ZDsa9OPu5 {  }
 }@media only screen and (max-width: 763px) { #OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #UAyDQFW9N5ty5Z6cVtXUZXdNtXXQeRwF { z-index:2; }
 }@media only screen and (max-width: 763px) { #OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #QLiw5hVASuGDiTNfFpGgg6luWlwFunqd {  }
 }@media only screen and (max-width: 763px) { #OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #OBt9n1d9hTTM7TMhmxLOXRiKfZa7fq8r {  }
 }@media only screen and (max-width: 763px) { #OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #av5TkHTcMSmXQ0XWL0Kowe3iphBmNw6A { z-index:2; }
 }@media only screen and (max-width: 763px) { #OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #JyMNvuiIioBcOTuSEBvOCmeWT2nClSh5 {  }
 }@media only screen and (max-width: 763px) { #OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #gwS6FtdraHk6PbvEzdnQRfs9mzpTZMwb {  }
 }@media only screen and (max-width: 763px) { #OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #qvZ2mraO5T0p69tHrDlOthcoT3cdhcLB {  }
 }@media only screen and (max-width: 763px) { #OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #XEwIm6XtVHT8qTXx80kdBsPzAKrE6QGp {  }
 }@media only screen and (max-width: 763px) { #OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #PfTeBhhnIH2uDOGh9s7VyB4yd1HTnTUE {  }
 }@media only screen and (max-width: 763px) { #OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #r6XneNEGVSf00fDuaSfd2o101sUas6Sa {  }
 }@media only screen and (max-width: 763px) { #MsLOWgTqxIIBNpQc1k97qfwQmIpeIdZx { display:block; }
 }@media only screen and (max-width: 763px) { #OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #xSWSOPUH6HV9LzLQaoXzu4w7W98MireG {  }
 }@media only screen and (max-width: 763px) { #OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #oK2GK4eInixzm96iRTrdxxO4bxFm7qWw {  }
 }@media only screen and (max-width: 763px) { #MHxtllZnBiLmTneTAoVpDhW9kbuywZyi { top:4.875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
#MHxtllZnBiLmTneTAoVpDhW9kbuywZyi > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #OxiT3qfZClu5UZwZTpEafnWsOZ91Cote { top:3.1875rem;left:0rem;width:47.75rem;height:6.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0vtzSJfM8liGOJBWNJT1JPtlWvLtmWF { top:11.4375rem;left:0rem;width:47.75rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5oLzm1HCr2dIcTu0p05O95mPWH0iLJM { display:block; }#Q5oLzm1HCr2dIcTu0p05O95mPWH0iLJM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xtu5NqMGEFH18nICRbCBTk7sp6ypLa9h { top:21.5rem;left:5.0937509536743rem;width:37.5625rem;height:46.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3pfLoXhzZZMJ4QVBozGtgMeze7SUHMN { top:9.3125rem;left:0rem;width:47.75rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmheFMM6K4Z7ofKhRPCh830kEqauQCPX { display:none; }
 }@media only screen and (max-width: 763px) { #u7rhSsXQSQ3GkS4kHZ5zeXH2DEF5Gnpc { top:17.125rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJrxTVlOmCpHKQiLaBForLq0U2LVP7ua { top:22.875rem;left:0rem;width:23.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WK1H8lo0IfKR3gzi20PTVagfVhhmA20K { top:25.125rem;left:24rem;width:23.75rem;height:9.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5M1GgQyUvKC4Lo9z20lDlGXQ9pmr1Ty { top:47.1875rem;left:17.1875rem;width:16.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQZJQwUMiPWKrPPq0TIyl18VXn9844TB { top:19.8125rem;left:0rem;width:29.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgUoGmT0p56G9hb6PWLGCMqxzVab7J40 { top:25rem;left:0rem;width:31.625rem;height:;font-size:1.125rem;display:block; }#LgUoGmT0p56G9hb6PWLGCMqxzVab7J40 li:before{  }
 }@media only screen and (max-width: 763px) { #AmQHnDS9sxegHRggFcTkfJfNaoHihEqD { top:23.5rem;left:18.9375rem;width:28.3125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tomBT03Oq5B9S4XZx1Wfm0KTQrXhPFpD { top:48.75rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1kMyWxxJ5L1kaC3OsCDdsxrKa7QiHZc { top:35.75rem;left:0rem;width:30.4375rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4loiLXooluK2ZxR76acgJxwoVkt5Cv9 { display:block; }#K4loiLXooluK2ZxR76acgJxwoVkt5Cv9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTp9kiVP7zXxTTVQ7EfZIrIHJT2Hwz0l { top:14.3125rem;left:6.9010429382325rem;width:36.5625rem;height:7.375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZhlGhqop1ccMsPBoZlHtsEh54Ph94J7 { top:21.6875rem;left:6.9708366394044rem;width:36.5625rem;height:4.125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBDL5kbGq2LUIk3CWd5NzLW4UyVhqXMx { display:block; }#EBDL5kbGq2LUIk3CWd5NzLW4UyVhqXMx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IcmuNhGAcmC7DCCgH4MynnXQ98OoMNoW { top:2.5rem;left:0rem;width:22.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQ99JoyQsu9LReEm1hpQ0TzHQtPJC3UD { top:1.5625rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTlX6JURsBsT9gFxS8wzhBzcgMF5Tngv { top:1.5625rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNVgTBWXW3eIMsVxeP6Ia5H2BxFIogWM { top:1.5625rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7xb6RLpiq2TTn92HQKg0FlJPcmQCh8K { top:1.5625rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;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); } }@media only screen and (max-width: 763px) { #Twe0eNPU9miwmQXFXAcukc01diCle8Jt { position:relative;z-index:auto;display:block; }#Twe0eNPU9miwmQXFXAcukc01diCle8Jt > .row .container { width:20rem;height:1.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oFmA8MZEJT4dPQpCofT11ydFHLXD1861 { width:9.875rem;height:auto;top:1.375rem;left:5.0625rem;font-size:1rem;text-align:center;text-align-last:center;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #F7D63WrLOPr45aCTTFN4t4sBgQFRnKr8 { width:2.5rem;height:2.5rem;top:0.75rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #HVaHvNTiErLGiJK7spEIraya7w6eR3TR { width:6.0625rem;height:auto;top:1.375rem;left:6.9375rem;font-size:1rem;text-align:center;text-align-last:center;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #M5wJQKp9nnt2H4sTWW44cBnws0USogtp { width:2.5rem;height:2.5rem;top:0.75rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #k4JaB80vhgyWVdFBvNM1l9euUTBExAFM { width:5.75rem;height:auto;top:1.3125rem;left:7.125rem;font-size:1rem;text-align:center;text-align-last:center;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #flRJNfFCbo3JE9HL7D2K4tddlZocZbo3 { position:relative;z-index:auto;display:block; }#flRJNfFCbo3JE9HL7D2K4tddlZocZbo3 > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w3ZC9mkhhV3qIfNlHxAtv8fvrSKXuATQ { width:5.5rem;height:2.5rem;top:0.48333358764649rem;left:2.7425291443924rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT6gfGWt5bn8i9KLTq4fcTHmbf62eX4i { top:12.375rem;left:3.375rem;width:14rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTmqv4lIqTKkczdEetXrg2RvZ21f9hQD { display:block; }
 }@media only screen and (max-width: 763px) { #ddsoUPM3Upq1k3RniLPHAUCvSgBM7vIp { top:9.8125rem;left:0rem;width:20rem;height:2.5625rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #iNIXZVLwI9TMREEgDL2SIqxuX5E5z9R3 { display:block; }
 }@media only screen and (max-width: 763px) { #FyVpJCB6rWnEdNuyaDUsyJl0wsFvg3SW { top:7.96875rem;left:0rem;width:20rem;height:2.5625rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #yhKusABFKSKO6DhpgPIabss8EJonI0dt { display:block; }
 }@media only screen and (max-width: 763px) { #ryZdM0gp8OUkRD3VVPxW16gZxFdBEx91 { top:5.9375rem;left:0rem;width:20rem;height:2.5625rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #vQntw5d1Pk5Mhn19OpKL8TJK3c2LxWvZ { display:block; }
 }@media only screen and (max-width: 763px) { #LHEJolzOiK99M4Z0gIXLlccmwTtFFPPU { top:4.25rem;left:0rem;width:20rem;height:2.3125rem;font-size:1rem;color:#000000;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #UTpxTwwX3HkIGVwZI5eQN36iEGQfqaRN { display:block; }
 }@media only screen and (max-width: 763px) { #zJLEi0ZT9RbZgJKlMe9kkNgix8u4xRef { width:6.6875rem;height:2.875rem;top:0rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAcrhfhtge93GaFVwmiBklxSJVeKgu5K { background-color:#41c243;background-image:url("https://images.assets-landingi.com/uc/44b5497f-b6ba-41d6-b87f-e871c101bdf3/350_hr_tools_ok.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;z-index:auto;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; }#zAcrhfhtge93GaFVwmiBklxSJVeKgu5K.adaptive-delivery-prevent-bg, #zAcrhfhtge93GaFVwmiBklxSJVeKgu5K.lazyload, #zAcrhfhtge93GaFVwmiBklxSJVeKgu5K.lazyloading { background-image: none; }#zAcrhfhtge93GaFVwmiBklxSJVeKgu5K > .row .container { background-color: transparent; background-image: none; }#zAcrhfhtge93GaFVwmiBklxSJVeKgu5K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zAcrhfhtge93GaFVwmiBklxSJVeKgu5K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zAcrhfhtge93GaFVwmiBklxSJVeKgu5K > .row .container > .video-iframe-container { display: none; }#zAcrhfhtge93GaFVwmiBklxSJVeKgu5K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zAcrhfhtge93GaFVwmiBklxSJVeKgu5K > .row > .video-iframe-container { display: none; }#zAcrhfhtge93GaFVwmiBklxSJVeKgu5K > .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); }#zAcrhfhtge93GaFVwmiBklxSJVeKgu5K > .row .container { border-width: 0; border-radius: 0; }#zAcrhfhtge93GaFVwmiBklxSJVeKgu5K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zAcrhfhtge93GaFVwmiBklxSJVeKgu5K > .row .container { width:20rem;height:39.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d44NE8yc78qg9nloTetChWwRpNv7nNgo .widget-container { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;background-color:;background-image:none;margin-top:0;margin-right:0.3125rem;margin-bottom:0;margin-left:0.3125rem;vertical-align:top; }
#d44NE8yc78qg9nloTetChWwRpNv7nNgo .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;padding-top:0.4375rem;padding-right:0.0625rem;padding-bottom:0;padding-left:0.0625rem;display:block;width:3.625rem;height:2.5rem;position:relative;font-size:2.6875rem;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#d44NE8yc78qg9nloTetChWwRpNv7nNgo .widget-text.counter-label { background-color:;background-image:none;color:#666666;padding-top:0;padding-right:0.0625rem;padding-bottom:0.3125rem;padding-left:0.0625rem;display:block;width:auto;height:0.6875rem;position:relative;font-size:0.5rem;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#d44NE8yc78qg9nloTetChWwRpNv7nNgo { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:;background-image:none;box-shadow: none;display:block;width:18.4375rem;height:4.875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:41.34765625rem;left:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #d44NE8yc78qg9nloTetChWwRpNv7nNgo #BSJrmbQsXRD6spHhxXgBg6fn80zB7avp { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #d44NE8yc78qg9nloTetChWwRpNv7nNgo #uDHdoRvSTN0KMaa6nI8gZJuSkM4peoaA {  }
 }@media only screen and (max-width: 763px) { #d44NE8yc78qg9nloTetChWwRpNv7nNgo #Zks4y72gU9PUH5gEasTXkwyJNeH41caf {  }
 }@media only screen and (max-width: 763px) { #d44NE8yc78qg9nloTetChWwRpNv7nNgo #AQy2ugKkMtavFSBbdoUJxiKsLwJcz6f6 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #d44NE8yc78qg9nloTetChWwRpNv7nNgo #hrpUW82UZq9QwxWpILPdmtghzPCKqN13 {  }
 }@media only screen and (max-width: 763px) { #d44NE8yc78qg9nloTetChWwRpNv7nNgo #pfab060yzT8ayniCcVW42PrxZGAcEugu {  }
 }@media only screen and (max-width: 763px) { #d44NE8yc78qg9nloTetChWwRpNv7nNgo #TBsRQ4Glp9dduOaiR2pvMT7Drt6TeL94 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #d44NE8yc78qg9nloTetChWwRpNv7nNgo #mrs4wnrAZR2DQDzIEKluD7y6JF12yV8P {  }
 }@media only screen and (max-width: 763px) { #d44NE8yc78qg9nloTetChWwRpNv7nNgo #EBlulx0y0nh3U5mgtw7Phs9PdHbQevSO {  }
 }@media only screen and (max-width: 763px) { #d44NE8yc78qg9nloTetChWwRpNv7nNgo #c4zdZxyaQnySrkFrJ9bHFyQWQLxamcvW { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #d44NE8yc78qg9nloTetChWwRpNv7nNgo #cyyRx08HKO4XIRIrAGhuADoul3SAXooI {  }
 }@media only screen and (max-width: 763px) { #d44NE8yc78qg9nloTetChWwRpNv7nNgo #S4SENOoCtCOecm6nvJOwFqS0vxtXPX01 {  }
 }@media only screen and (max-width: 763px) { #NqSyGnyX0odTzJFo9XfyongdErSGQtal { width:20rem;height:7.125rem;top:40.78515625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sAp7d06DCCLhFPTEvRh9zaluGhVJSGwX { width:20rem;height:8.85rem;top:3.1875rem;left:0rem;font-size:3.6875rem;text-align:center;text-align-last:center;text-shadow:0.3125rem 0.3125rem 0rem rgba(var(--color-tertiary-4),1);line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #O4tnHmSRNSUBlF0c0OTMia4Ki3OB4T30 { width:20rem;height:4.875rem;top:16.88125038147rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gCtqD98KQwilB657L6MsSGicocOdRT1S { width:8.875rem;height:2.6rem;top:13.724999427796rem;left:5.5625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TXttFki3KbJp7C8pyR9JpnDN74gMqTID { display:block; }#TXttFki3KbJp7C8pyR9JpnDN74gMqTID > .row .container { width:20rem;height:10.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wCZ6tXlkzbapsurgTqqA7Oc3KKrKXsLd { top:6.2052001953125rem;left:1.25rem;width:17.6875rem;height:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnFnGcyOMVzCa9uMLpeThq1Jgz3qbpIW { display:block; }
 }@media only screen and (max-width: 763px) { #Hbiytk8hkgecbKEBPED3WTVErDyIt0kt { width:15.1239375rem;height:4.4625rem;top:0.84791755676269rem;left:2.4385414123535rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #Ll2PHC3qXvPxP57RwvwmLzlV8wQkmi57 { display:block; }#Ll2PHC3qXvPxP57RwvwmLzlV8wQkmi57 > .row .container { width:20rem;height:65.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fedPp7FmxfNyuJZIbWX94aVwiMeWTG4A { width:18.25rem;height:57.575rem;top:3.9739580154419rem;left:0.875rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #LS4y2J0J8kVl8gcksbxPZ7bUfmX2WD8l { width:20rem;height:2.3125rem;top:0.84895706176756rem;left:0rem;font-size:2.3125rem;text-align:center;text-align-last:center;z-index:14999;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #KtTiKnKZKl1E9uSWWczZOOdGsTBOQoZg { background-color:#c0c0c0;background-image:url("https://images.assets-landingi.com/uc/9fd2dd37-a935-46f3-9232-c308e1b55a6a/wez_udzbezpl_mobile.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;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; }#KtTiKnKZKl1E9uSWWczZOOdGsTBOQoZg.adaptive-delivery-prevent-bg, #KtTiKnKZKl1E9uSWWczZOOdGsTBOQoZg.lazyload, #KtTiKnKZKl1E9uSWWczZOOdGsTBOQoZg.lazyloading { background-image: none; }#KtTiKnKZKl1E9uSWWczZOOdGsTBOQoZg > .row .container { background-color: transparent; background-image: none; }#KtTiKnKZKl1E9uSWWczZOOdGsTBOQoZg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KtTiKnKZKl1E9uSWWczZOOdGsTBOQoZg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KtTiKnKZKl1E9uSWWczZOOdGsTBOQoZg > .row .container > .video-iframe-container { display: none; }#KtTiKnKZKl1E9uSWWczZOOdGsTBOQoZg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KtTiKnKZKl1E9uSWWczZOOdGsTBOQoZg > .row > .video-iframe-container { display: none; }#KtTiKnKZKl1E9uSWWczZOOdGsTBOQoZg > .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); }#KtTiKnKZKl1E9uSWWczZOOdGsTBOQoZg > .row .container { border-width: 0; border-radius: 0; }#KtTiKnKZKl1E9uSWWczZOOdGsTBOQoZg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KtTiKnKZKl1E9uSWWczZOOdGsTBOQoZg > .row .container { width:20rem;height:24.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SxJTSdhvfTolkOP2RTo1hWbTROfQ2fBO { width:8.25rem;height:3.9rem;top:9.75rem;left:2.5625rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:15016;color:#7f7f7f;display:block; }
 }@media only screen and (max-width: 763px) { #n77HbEc0qlIdQZBOgIGffAS4DNAFUhth { width:9.75rem;height:9.5rem;top:6.9500007629394rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXnTQcANXK7taKu1Pm0INu28V7HckTM9 { width:12.3125rem;height:12.4375rem;top:6.0125007629394rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNW9pexeWdV59JBFyGrEGAysNBUxi5Uk { display:block; }
 }@media only screen and (max-width: 763px) { #JLk8rg4eB66shSBmBhkvcP2ThwWENL0T { background-color:#ffffff;background-image:none;display:block; }#JLk8rg4eB66shSBmBhkvcP2ThwWENL0T > .row .container { background-color: transparent; background-image: none; }#JLk8rg4eB66shSBmBhkvcP2ThwWENL0T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLk8rg4eB66shSBmBhkvcP2ThwWENL0T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLk8rg4eB66shSBmBhkvcP2ThwWENL0T > .row .container > .video-iframe-container { display: none; }#JLk8rg4eB66shSBmBhkvcP2ThwWENL0T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLk8rg4eB66shSBmBhkvcP2ThwWENL0T > .row > .video-iframe-container { display: none; }#JLk8rg4eB66shSBmBhkvcP2ThwWENL0T > .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); }#JLk8rg4eB66shSBmBhkvcP2ThwWENL0T > .row .container { width:20rem;height:239.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VUPRwUQDynw5N298qvAJVSmr6oiJJ5yo { width:20rem;height:4.225rem;top:4.4135417938233rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pMwTwwCGN1rSJC14TrTbOXIeATRTAdT1 { width:14.75rem;height:2.625rem;top:1.7885408401489rem;left:2.0062494277954rem;font-size:2.625rem;text-align:center;text-align-last:center;z-index:14999;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #RH66sE3r0qunymGt0Z1kNAe7gqHf0ZFU { width:2.5rem;height:2.5rem;top:1.84375rem;left:16.686458587646rem;font-size:1.3125rem;display:block; }
#RH66sE3r0qunymGt0Z1kNAe7gqHf0ZFU > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #pP1lol0KtaKrN3exXb1RJdy5ob5I3s7z { width:20rem;height:1.95rem;top:27.862512588501rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #W0Ws54zVfH61i9U9FgReBvegGWNOWIMc { width:20rem;height:1.6875rem;top:26.175rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #dpKQpPH5Fl5fLRqveEXcDPV2m9wRFp82 { width:20rem;height:8.7375rem;top:16.1875rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:14999;display:block; }#dpKQpPH5Fl5fLRqveEXcDPV2m9wRFp82 li:before{  }
 }@media only screen and (max-width: 763px) { #yn3JvfdFhCswTebwDLiXmfaNdVd2lXKt { width:20rem;height:5.11875rem;top:9.81875rem;left:0rem;font-size:1.3125rem;text-align:left;text-align-last:left;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #Ee7neIFZQFwMQVtSJJOBGho65HdhczHV { width:18.5rem;height:7.7625rem;top:53.85625rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:14999;display:block; }#Ee7neIFZQFwMQVtSJJOBGho65HdhczHV li:before{  }
 }@media only screen and (max-width: 763px) { #rlStLhVFpcSK2prd7NReafAaFWbpB4di { width:20rem;height:11.94375rem;top:32.3125rem;left:0rem;font-size:1.3125rem;text-align:left;text-align-last:left;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #IPrPxvqFDXDcWdmiyHccdzzibXT8aZVg { width:20rem;height:1.6875rem;top:68.99375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #dGrHOMJIUVoPnJIJtCquaEzux0sODqgB { width:20rem;height:2.925rem;top:71.306240081787rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #hrEtmTOIeTQhtGFCyZriXmHTIVeadfiS { width:20rem;height:4.875rem;top:45.50625rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #W77yyBtbVeJaMe6tUQL9lB4XOWNvfK1g { width:20rem;height:0.975rem;top:51.63125rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #HDtfqof9EtAltx7fVXPMbIbf47BZp9g9 { width:20rem;height:3.9rem;top:63.84375rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #u01qwnBU7t1ttJg51prwiJpTCF2F7cUU { width:20rem;height:10.2375rem;top:101.1875rem;left:0rem;font-size:1.3125rem;text-align:left;text-align-last:left;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #ivP3ZsDxJKtSZl0gEw6oAc2mquu5vLm4 { width:20rem;height:22.425rem;top:112.6875rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #nhZTfzkudrlvZt14aWbzGVaGHoJo3MpG { width:20rem;height:1.6875rem;top:136.3125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #ImZVL8k6bVINb4U6tMM6nm1ozuCs8cXo { width:17.75rem;height:2.925rem;top:138.625rem;left:1.125rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #yBPSBWmIiLDBQoA8loG9To8afuplIkfc { width:20rem;height:1.70625rem;top:213.4375rem;left:0rem;font-size:1.3125rem;text-align:left;text-align-last:left;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #XU7ooCt3zx6uDduhlhgSLsJolCMd10wc { width:20rem;height:13.65rem;top:216.375rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #zCAvGzB8qTbvkPJWrRvgfQhXO8tTWf6e { width:20rem;height:1.6875rem;top:231.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #rT13LmZnyZVIkxXPP04M48l1uemNo8Xe { width:14.5625rem;height:1.95rem;top:234.0625rem;left:2.75rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #yvi3RrtmF1GRgagxPFnV9gLX3fsPn5AE { width:20rem;height:3.4125rem;top:77.25rem;left:0rem;font-size:1.3125rem;text-align:left;text-align-last:left;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #KlwT0dIr97JizwOoDPBAwNk93WPwWezb { width:20rem;height:8.775rem;top:81.875rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #h5lKTGPZ6oU1dzT8y0EogsXr79nVm2dP { width:20rem;height:1.6875rem;top:91.9375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #zWhflW44G0hKRqeknkwWOt3SybUvV58P { width:20rem;height:1.95rem;top:94.875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #UExbc84sizvpvOdlBkTFlqEzUCX0n0fi { width:20rem;height:5.11875rem;top:146.3125rem;left:0rem;font-size:1.3125rem;text-align:left;text-align-last:left;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #WLTsrJ2lDlTFy8Bkoy48BiLnuTDMcJTU { width:20rem;height:24.375rem;top:152.6875rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #zJStkDTlcTNmWoSIoKD7WyRTAkosyCXw { width:20rem;height:0.975rem;top:178.3125rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #Cs3wpszBSutKaMiXXA72TQl5GnTnS4cS { width:20rem;height:6.7875rem;top:180.5rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:14999;display:block; }#Cs3wpszBSutKaMiXXA72TQl5GnTnS4cS li:before{  }
 }@media only screen and (max-width: 763px) { #HSEkSfFExVghNlkw1t6xTk6IuL6q71C9 { width:20rem;height:1.95rem;top:188.5625rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #eNoQ3FMgEBGENzJA9CMULHToaEWKolg2 { width:20rem;height:1.95rem;top:194.6875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #C689x5yIRFgGqoTAZGOLFGJOGIcypCgI { width:20rem;height:1.6875rem;top:191.75rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #c8PvZnuDZpyLOrRCrsIKPzkkyJBSyTm9 { width:20rem;height:0.975rem;top:200.8125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #BsnJICBp2KAHsgCpmpxwfTWmXAQxnQFQ { width:20rem;height:1.6875rem;top:197.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #cXoeOFHA7qa53RmPLV8ZKvvLWqU7VqIb { width:20rem;height:1.95rem;top:206rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #QWcaXzDNMT0cEOiAXEHyeCQEZ6STT2ay { width:20rem;height:1.6875rem;top:203.0625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #ZeMpdrknSwMXEVq14z3DKTiOcLowhdPC { display:none; }#ZeMpdrknSwMXEVq14z3DKTiOcLowhdPC > .row .container { width:20rem;height:562.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #asosAaw7ETBwh1xJehc7PLoIAB4sWuqX { width:20rem;height:3.4125rem;top:4.8125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #ng80FrcikMQBDBi76JR3TThlPCTzwpSa { width:20rem;height:4.3875rem;top:1.1444091796875E-5rem;left:0rem;font-size:3.375rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #cgduMCNTcpIV1GLJIc2RcLpR1wU5Xqq7 { width:20rem;height:3.9rem;top:9.0625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #nHk90GI4wFmtrLLqkhAxXhy9JyooFSUO { width:20rem;height:1.6875rem;top:36.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #IW9zIBOLO5Ax3bio39FkNuT88y5sTLw6 { width:20rem;height:1.95rem;top:38.75rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #Q40XPzBki2CwZloNo7tJoU1cxzKueXhO { width:20rem;height:4.3875rem;top:13.625rem;left:0rem;font-size:3.375rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #t5GgiHXNlHsqZCQPrUMmL6HlT18cy73Q { width:20rem;height:1.70625rem;top:17.9375rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #MVzClQ5KZz0828CW8oD5Ths1X4JBv3iX { width:20rem;height:0.975rem;top:20.1875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #E03pQsTn3lV4f1JeWvkA4lFBTfinHaKH { width:20rem;height:4.875rem;top:30.91250038147rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #Cw8QM8eeWfTmCQ66ZliW5bXaN4FhPxt0 { width:20rem;height:3.4125rem;top:26.5rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #xJXdL27KEbEP4oybHveWLnRSCCTBgAqm { width:20rem;height:4.3875rem;top:22.125rem;left:0rem;font-size:3.375rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #FINGPMhHL8Zty5JP71ylfPepT5q8vFn8 { width:20rem;height:3.4125rem;top:48.5625rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #QdsXJAAy9G9g0T7gJFsZGQQg0vdHAyWt { width:20rem;height:4.3875rem;top:44.125rem;left:0rem;font-size:3.375rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #MqqG4AxPF84pvyaWTnGIfmqtqN2GMAku { width:20rem;height:12.675rem;top:53.062526702881rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #fGr14I01VTDxvhyUalwKvf2Of3e0QWi6 { width:20rem;height:1.6875rem;top:67.1875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #G6BuUCCDiF1A8hJzwcNnqU0ikgzRbgBu { width:20rem;height:1.95rem;top:69.25rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #RK5sZm9TwW1nHgkX8EfONaPL79vC7vsn { width:2.4375rem;height:2.4375rem;top:72.375rem;left:8.78125rem;font-size:1.4375rem;display:block; }
#RK5sZm9TwW1nHgkX8EfONaPL79vC7vsn > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; } }@media only screen and (max-width: 763px) { #TyKiid6ez4snTnIb4Rynz5T97BTkweRN { width:20rem;height:4.3875rem;top:77.625rem;left:0rem;font-size:3.375rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #K2w0cmwOTKSia7B9QIBTecJf8H6DQcEg { width:20rem;height:8.53125rem;top:83rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #eEqdLTDWqGGCknTZJqLualm8LfBHJL4e { width:20rem;height:9.75rem;top:92.875026702881rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #epCPhqdH9Vp3f54kRt8hU9FGEt3CcRZS { width:20rem;height:14.9rem;top:105.0625rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:14999;display:block; }#epCPhqdH9Vp3f54kRt8hU9FGEt3CcRZS li:before{  }
 }@media only screen and (max-width: 763px) { #ac6J14Mqu6AFgxnJJexVG671SU36u47c { width:2.4375rem;height:2.4375rem;top:126.81246185302rem;left:8.78125rem;font-size:1.4375rem;display:block; }
#ac6J14Mqu6AFgxnJJexVG671SU36u47c > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; } }@media only screen and (max-width: 763px) { #EHRV4f3UFxpWaGPDMHNaNQTpbWTLBSvT { width:20rem;height:2.925rem;top:123.125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #tb0ImJXuULn5zDe4zpPZw5Jm3Lge6O1f { width:20rem;height:1.6875rem;top:121.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #TJTrgfIGSdS8J3Tq3CdNROLB9rzrnBrZ { width:20rem;height:1.70625rem;top:180.0625rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #iLTKiAxaHTH0CxUAgwkvL8muiAxeeQgE { width:20rem;height:4.3875rem;top:175.6875rem;left:0rem;font-size:3.375rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #h7b2ouWddnA5HXQ4tHDilTkNmw5xNoNx { width:20rem;height:10.2375rem;top:135.8125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #fviIWdsVWIo6VCbKpEGok9l2vb2vlyHN { width:2.4375rem;height:2.4375rem;top:172.125rem;left:8.8125rem;font-size:1.4375rem;display:block; }
#fviIWdsVWIo6VCbKpEGok9l2vb2vlyHN > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; } }@media only screen and (max-width: 763px) { #WM41crp8lTiWUmRtTqZ4R2dWtlPXIcAR { width:20rem;height:1.95rem;top:169.6875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #GiFxTkh4EcUxyfGIvuodwGwarL3OTUa0 { width:20rem;height:1.6875rem;top:167.625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #mBkWy3ceBMBveacH4xCtxT5bIuWIRRQN { width:20rem;height:1.95rem;top:221.25rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #dt1qGxVmlyPn4Z0eVEt2AVkfo6nCKC7y { width:20rem;height:1.6875rem;top:219.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #T2DtLtCKFuGZ9qxSWUhgJdvHcOA1oBzS { width:2.4375rem;height:2.4375rem;top:224.0625rem;left:8.8125rem;font-size:1.4375rem;display:block; }
#T2DtLtCKFuGZ9qxSWUhgJdvHcOA1oBzS > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; } }@media only screen and (max-width: 763px) { #kW0yq2AAV0HsHrqazG0IEJi0d1zB2JEA { width:20rem;height:15.35625rem;top:188.0625rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #zvnfemeP29TnHcNXmqITcQBUTA7KXqTZ { width:20rem;height:4.3875rem;top:182.6250038147rem;left:0rem;font-size:3.375rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #aiGzyBE7mPZU7IUQspSwTv5y5cDqXIKy { width:2.4375rem;height:2.4375rem;top:272.1875rem;left:8.8125rem;font-size:1.4375rem;display:block; }
#aiGzyBE7mPZU7IUQspSwTv5y5cDqXIKy > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; } }@media only screen and (max-width: 763px) { #uifLAMwGOcLNDQmBOVtTORgDiQzKaEbO { width:19.3125rem;height:1.95rem;top:269.1875rem;left:0.3125rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #sDBNzZuc5LCdau7bx2ewFKeD7umkJAAV { width:20rem;height:1.6875rem;top:267.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #B1avhTSXOSQ8OTcRHFyCnh0TTBp9M5Cs { width:20rem;height:10.2375rem;top:242.75rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #EgKZ9EqqElDJBLKGdZ4PAAhUvu05PvhL { width:20rem;height:4.3875rem;top:237.75rem;left:0rem;font-size:3.375rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #mLGpUfTTu3FPmtKl7BcHaXfF4pwKtZTV { width:20rem;height:12.675rem;top:204.64479827881rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #whArwZLHuROagKv2NnOe8ZhWa2kJUyLH { width:20rem;height:11.7rem;top:254.06246948243rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #sAFJPtGgeHRLLcGObTayNXLwTnTBZieE { width:2.4375rem;height:2.4375rem;top:279.625rem;left:8.8125rem;font-size:1.4375rem;display:block; }
#sAFJPtGgeHRLLcGObTayNXLwTnTBZieE > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; } }@media only screen and (max-width: 763px) { #fy1grAuwXfCOGVGaHz2fRnomym7lrWOO { width:20rem;height:0.975rem;top:277.5625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #Q4qBr4pTaBDiV36Wpq08ykJgDyLkTi1e { width:20rem;height:1.6875rem;top:275.3125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #hsfJRH5FGoMNxetlAWLxezvxUvqKiSAM { width:20rem;height:4.3875rem;top:288.0625rem;left:0rem;font-size:3.375rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #GzBhW0RRMUSSC9HWCdgSTO1DQT5Dze3I { width:20rem;height:5.11875rem;top:292.4375rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #ccsNf7aebyGySad1MbdHdCaO7SZSDR97 { width:20rem;height:9.75rem;top:298.125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #lNZR62EktVtEJfsQUl3RdFUeVr7ETHxw { width:20rem;height:4.3875rem;top:318.43748855591rem;left:0rem;font-size:3.375rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #qmEi2bdVGFrCOackIfPeORpb6yTsSQtR { width:20rem;height:1.70625rem;top:323.68748855591rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #tXpWCByCB3MzBwTzJ8s5dPTaZliB7F4I { width:20rem;height:10.2375rem;top:331.4375rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #VqsbwkIPUOaRT0FT14o6r5tiBzMXKTBd { width:20rem;height:4.3875rem;top:326.9375rem;left:0rem;font-size:3.375rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #WwKELRF874sG0ZHfUFE2MHOHp9f9304q { width:20rem;height:6.825rem;top:342.5625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #fFCT3cahAMyyMuE6lGEgrR34VGitEEK4 { width:2.4375rem;height:2.4375rem;top:367.62503051757rem;left:8.78125rem;font-size:1.4375rem;display:block; }
#fFCT3cahAMyyMuE6lGEgrR34VGitEEK4 > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; } }@media only screen and (max-width: 763px) { #LBnRXskebKuffM3EJszWOI5KRkJcDZrC { width:20rem;height:1.95rem;top:364.375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #GZ0iZipNaeUgLGsnCoARlXPaLPCbrkeO { width:20rem;height:1.6875rem;top:361.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #yU6n7767lirruN0od3TlAuMRXZ9tiXFo { width:20rem;height:11.7rem;top:390.375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #ZiCvkmQGX4rVh04T9qvOOk27hvcJAogs { width:20rem;height:10.2375rem;top:378.8125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #dN50V0pKQdtPrZ55EtG6QW6k2l7S8oDd { width:20rem;height:4.3875rem;top:372.4375rem;left:0rem;font-size:3.375rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #uzQoJCpoET6qM94npEEtTgGzUk6AHN3B { width:2.4375rem;height:2.4375rem;top:408.9375rem;left:8.8125rem;font-size:1.4375rem;display:block; }
#uzQoJCpoET6qM94npEEtTgGzUk6AHN3B > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; } }@media only screen and (max-width: 763px) { #cCIvbbTpda6NC0EqmlpIiMXceclutASm { width:20rem;height:1.95rem;top:406.125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #TRlupxCAoEAdRkKAfUkCGepTAorRLQLK { width:20rem;height:1.6875rem;top:403.9375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #CQv3TZAsM3zOFdgsswbc21lxCmXPBv0d { width:20rem;height:4.3875rem;top:436.1875rem;left:0rem;font-size:3.375rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #nb40A3pDqxkMwiDSGsTHETizNuWyrwTt { width:20rem;height:8.53125rem;top:440.5625rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #FSi19r8rMdVJNcGdGH7reyEpsxagc4xh { width:2.4375rem;height:2.4375rem;top:464.125rem;left:8.8125rem;font-size:1.4375rem;display:block; }
#FSi19r8rMdVJNcGdGH7reyEpsxagc4xh > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; } }@media only screen and (max-width: 763px) { #CQITC992otzJiasV6u9F1uHeRwpiJ4sv { width:20rem;height:1.95rem;top:462.125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #EGMESHUzZRtHZXfZ89Q1zt6k2f1axJwf { width:20rem;height:1.6875rem;top:460.0625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #N1nymBoALI7GwGe9BFtldrpD1A6yKT4q { width:20rem;height:4.3875rem;top:466.5rem;left:0rem;font-size:3.375rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #S6Uzz0cZ4rKuVUWOyaQ0T2s3oI2TrTHK { width:20rem;height:1.70625rem;top:470.875rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #IIaiQcpvTuqtptnVoR2Z2qxQSQy3XAUg { width:20rem;height:4.3875rem;top:130.62502956391rem;left:0rem;font-size:3.375rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #Zb2P6sbv3ouJ90H5CHVhXd1O2Kuz8P6B { width:20rem;height:4.3875rem;top:474.0625rem;left:0rem;font-size:3.375rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #e7Baw66QW86ttZvdUHEilUs2ZhRZFmUT { width:20rem;height:6.825rem;top:479.25rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #qSO0P4y1Aox0tD5639nfVoVAougZ0P2m { width:2.4375rem;height:2.4375rem;top:504.75rem;left:8.8125rem;font-size:1.4375rem;display:block; }
#qSO0P4y1Aox0tD5639nfVoVAougZ0P2m > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; } }@media only screen and (max-width: 763px) { #edFRu3PiRO4TbyZlz5T2UJzDukAQdT8T { width:20rem;height:0.975rem;top:502.5625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #y3s7uxl8G4eimvs4qUi9PC3A9RaN5y58 { width:20rem;height:1.6875rem;top:500.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #TCeLGTPa41srPdnhTVnad3bI1z8yVd5l { width:20rem;height:6.825rem;top:512.125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #dcpuvAuSvaJD6yIBD8xlzIHmyOTwPbD0 { width:20rem;height:4.0625rem;top:507.75rem;left:0rem;font-size:3.125rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #Tt0NROIFTaRg1kHaogBhIbXikS0EgCR8 { width:20rem;height:6.825rem;top:520.1875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #UhUyGra9ZHPaneGtQoIER1N3Th7XONUR { width:20rem;height:1.95rem;top:530.25rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #fVIGZMIatOFVcwL1BAI88sOasvRTW5mZ { width:20rem;height:1.6875rem;top:528rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #mXdx5fp59VwAiU9QkKbclG3iH1XMMF6R { width:20rem;height:3.4125rem;top:541.5rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #vzI7qU0pKi1Hd2wccgO3ni75xbT1r7Pa { width:20rem;height:4.3875rem;top:536.5rem;left:0rem;font-size:3.375rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #q09aHHLIws95JrUBsX00lot3UBMMBeXD { width:20rem;height:1.6875rem;top:228.1875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #BDTpdvAIBpmCxxNGmgAI1curz6TzodOG { width:20rem;height:0.975rem;top:230.4375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #RTkl1uZ7hkBn8fVBXcBG5AEpmQ8cmuvi { width:2.4375rem;height:2.4375rem;top:232.5625rem;left:8.8125rem;font-size:1.4375rem;display:block; }
#RTkl1uZ7hkBn8fVBXcBG5AEpmQ8cmuvi > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; } }@media only screen and (max-width: 763px) { #fKorOmmxKibRBWzEA4sutTi1IfwTMfbH { width:19rem;height:3.4375rem;top:503.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ab17TgIMGa1dbRazXCq67qRctIVhv9SZ { display:block; }
 }@media only screen and (max-width: 763px) { #feTscIxOQFg2Atq5gOWlTAauHC56vdzn { width:20rem;height:9.75rem;top:545.6875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #Q2qaO8Tidq427aUzQzE7M2NRKDSDfBLy { width:20rem;height:1.6875rem;top:556.6875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #ANS30rTqtiBvfSlCrb8LxVCXQXvK0iSI { width:20rem;height:1.95rem;top:558.9375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #hH74oqkNNABis3QHUub47St3e1GuwfPT { width:20rem;height:17.825rem;top:147.44999885559rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:14999;display:block; }#hH74oqkNNABis3QHUub47St3e1GuwfPT li:before{  }
 }@media only screen and (max-width: 763px) { #GPwrycecuaEtrAKLaJwHRKCRqls77vRJ { width:20rem;height:11rem;top:350.1875rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:14999;display:block; }#GPwrycecuaEtrAKLaJwHRKCRqls77vRJ li:before{  }
 }@media only screen and (max-width: 763px) { #RmZwip5do3Sfs5lwmbTp6woQBQ67avdw { width:20rem;height:0.975rem;top:449.625rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #zklsQtzsZTQmNEeMegSBQ2rFFSX6xDsT { width:2.4375rem;height:2.4375rem;top:416rem;left:8.8125rem;font-size:1.4375rem;display:block; }
#zklsQtzsZTQmNEeMegSBQ2rFFSX6xDsT > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; } }@media only screen and (max-width: 763px) { #TBuQLlLl77ZaOGn2gUSC0Vz8hcxlTXiN { width:20rem;height:0.975rem;top:414.4375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #VwbRSvuXLhOpDET7q8w8Z2XMrmloMJVL { width:20rem;height:1.6875rem;top:412.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #yFOMPmIlTgFCrqocQ8J3RbkVw3WTOOBO { width:2.4375rem;height:2.4375rem;top:424.875rem;left:8.8125rem;font-size:1.4375rem;display:block; }
#yFOMPmIlTgFCrqocQ8J3RbkVw3WTOOBO > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; } }@media only screen and (max-width: 763px) { #BLcqEDqh6SqWD2Ddc4CsTg7IcMw29l4A { width:15.9375rem;height:1.95rem;top:421.25rem;left:2.0625rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #RmWxW9XItFSkyO92pVELmvhrCqanTKV3 { width:20rem;height:1.6875rem;top:419.5625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #bG52DAZG7BfQNHdNMIuWZedGOqNTgXZ1 { width:2.4375rem;height:2.4375rem;top:432.75rem;left:8.8125rem;font-size:1.4375rem;display:block; }
#bG52DAZG7BfQNHdNMIuWZedGOqNTgXZ1 > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; } }@media only screen and (max-width: 763px) { #PdSdRAAoDTmkQ6iZfcPRg0iXrqVioLcA { width:20rem;height:1.95rem;top:430.1875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #iyb1N4zwz59UMhrzH9PrKX8lFam8OTz2 { width:20rem;height:1.6875rem;top:428.1875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #ZJw1v4nCHPgdqLzVJCAtmsWUIlvTAhcd { width:20rem;height:7.7625rem;top:451.125rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:14999;display:block; }#ZJw1v4nCHPgdqLzVJCAtmsWUIlvTAhcd li:before{  }
 }@media only screen and (max-width: 763px) { #aNz7uMi2kfeSwvU3tbtfMi6iRdG7e502 { width:20rem;height:11.7rem;top:487.1875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #kvmQuibdQiZJ6QghwhARwU5Dg8OOtUMJ { width:2.4375rem;height:2.4375rem;top:533rem;left:8.8125rem;font-size:1.4375rem;display:block; }
#kvmQuibdQiZJ6QghwhARwU5Dg8OOtUMJ > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; } }@media only screen and (max-width: 763px) { #sciAJ0w5cHnX5tKLUzPln4pBapgRlonE { width:20rem;height:0.975rem;top:103.63754272461rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #SGiJokv5dNVuQHq0qLaWx6E6KakyP1Cz { width:2.4375rem;height:2.4375rem;top:312.75rem;left:8.8125rem;font-size:1.4375rem;display:block; }
#SGiJokv5dNVuQHq0qLaWx6E6KakyP1Cz > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; } }@media only screen and (max-width: 763px) { #zbC7b9s2CF3Gt2gTFLULmXmtwedsAZkp { width:17.3125rem;height:1.95rem;top:310.25rem;left:1.375rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #DZhIE0CvgDVANir6GsS3LIk8Snb8NFGJ { width:20rem;height:1.6875rem;top:307.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #RL7TLiLd0dp7dPX5z5QqqbNQvOJLqh6K { display:block; }#RL7TLiLd0dp7dPX5z5QqqbNQvOJLqh6K > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JJTOb11UrBJiN0hWOax2wXNXGMhnt7xT { width:17.75rem;height:3.4125rem;top:1.6031265258789rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;z-index:14999;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #F8Dax1UKCcO4XKDv46b0ymziuSty1TN4 { width:3.12409375rem;height:3.12409375rem;top:3.9609298706055rem;left:8.4364148378375rem;font-size:1.3125rem;display:block; }
#F8Dax1UKCcO4XKDv46b0ymziuSty1TN4 > img { max-width: 100%;max-height:100%; width:3.12409375rem; height:3.12409375rem; } }@media only screen and (max-width: 763px) { #t4eaoeeDcZNeguD5eIxwEGJF9NQHEinR { width:3.125rem;height:3.125rem;top:1.9906005859375rem;left:16.875rem;font-size:1.3125rem;display:block; }
#t4eaoeeDcZNeguD5eIxwEGJF9NQHEinR > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #TzmM38aaBp1R0BSQMVuf5yRgHNAbE3O0 { display:block; }#TzmM38aaBp1R0BSQMVuf5yRgHNAbE3O0 > .row .container { width:20rem;height:74.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pZV7lDfUnUN4LPpkyogLRuCMKBqmGraI { width:13.125rem;height:13.0625rem;top:1.25rem;left:3.375rem;border-top:0.125rem solid #41c243;border-left:0.125rem solid #41c243;border-right:0.125rem solid #41c243;border-bottom:0.125rem solid #41c243;display:block; }
 }@media only screen and (max-width: 763px) { #Kr5xegBOOWkquZlOIEhZ3Ecwx4JdFlFA { width:20rem;height:3.9rem;top:16.052083015442rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #PEA2FEf9KfVU5K9aogcVoHdTiFiyPZZw { width:20rem;height:1.4875rem;top:18.534375190735rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #kGJUGhNZ10DOWqT5O7H8WMD1Lzbncn4Q { width:20rem;height:14.7rem;top:21.202084541321rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #uIfK4AMuhino0PtWTlQSFwvx3T720C0a { width:3.0625rem;height:3.0625rem;top:37.864583015442rem;left:8.46875rem;display:block; }
#uIfK4AMuhino0PtWTlQSFwvx3T720C0a > img { max-width: 100%;max-height:100%; width:3.0625rem; height:3.0625rem; } }@media only screen and (max-width: 763px) { #vvvyZWGitmB11DHyNlKRz62qTd6VpMnM { width:13.125rem;height:13.0625rem;top:42.177083969116rem;left:3.375rem;border-top:0.125rem solid #41c243;border-left:0.125rem solid #41c243;border-right:0.125rem solid #41c243;border-bottom:0.125rem solid #41c243;display:block; }
 }@media only screen and (max-width: 763px) { #P5hkAmPqHOsOtm78M6q136pHLrTA3lPJ { width:20rem;height:1.95rem;top:56.629167719116rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #kTBCckfs3u2b0ZULEbqlFuZd1H4xPBOx { width:20rem;height:1.4875rem;top:59.829167719116rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #ociNHLpW6Tvc7ceZRG6pq9TZtGeXvIcU { width:20rem;height:6.125rem;top:62.566667719119rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #C5T7E00xgP8GhPKxLZpQqShlloh4voKK { width:3.0625rem;height:3.0625rem;top:69.941669464112rem;left:8.4375rem;display:block; }
#C5T7E00xgP8GhPKxLZpQqShlloh4voKK > img { max-width: 100%;max-height:100%; width:3.0625rem; height:3.0625rem; } }@media only screen and (max-width: 763px) { #p0g5LwGmOE2ZyLI9Gn2pTxuVMiXitqEZ { display:block; }#p0g5LwGmOE2ZyLI9Gn2pTxuVMiXitqEZ > .row .container { width:20rem;height:85.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S77qmlvbTGgKok5RNHpQlTdFJDpZxu94 { width:20rem;height:8.575rem;top:27.375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #UW7xDIE7u2dikZS7x3oPDn16v7642ycA { width:20rem;height:3.9rem;top:19.125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #p4uOr3vaBhIfdg0x6x5rrAbECvO1llto { width:13.0625rem;height:13.0625rem;top:3.1875rem;left:3.375rem;border-top:0.125rem solid #41c243;border-left:0.125rem solid #41c243;border-right:0.125rem solid #41c243;border-bottom:0.125rem solid #41c243;display:block; }
 }@media only screen and (max-width: 763px) { #PHPmBGc65CKTBAWNpLtzf29lKcUzIrIo { width:20rem;height:2.975rem;top:23rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #g4PQ80klZywrCE8o2AQPCcAhWx7qCTvo { width:3.0625rem;height:3.0625rem;top:38.25rem;left:8.5rem;display:block; }
#g4PQ80klZywrCE8o2AQPCcAhWx7qCTvo > img { max-width: 100%;max-height:100%; width:3.0625rem; height:3.0625rem; } }@media only screen and (max-width: 763px) { #NTMBIRzBQguPXeWMHIGJnuZcLxR840sP { width:13.125rem;height:13.0625rem;top:46.75rem;left:3.375rem;border-top:0.125rem solid #41c243;border-left:0.125rem solid #41c243;border-right:0.125rem solid #41c243;border-bottom:0.125rem solid #41c243;display:block; }
 }@media only screen and (max-width: 763px) { #WEldTat43Qmk0UcW9GZPsf3583DWPrbc { width:20rem;height:1.95rem;top:61.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #d5uy9z9W16NWP9GFpJayfSTQZz7aZRh0 { width:18.25rem;height:2.975rem;top:64.4375rem;left:0.875rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #JKPyCHuau9WwudktSEeznk1J3m4VmID0 { width:20rem;height:11.025rem;top:68.625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #xKfwliXmpphuGpoTIIbqeCyQePpMTcLy { width:3.0625rem;height:3.0625rem;top:80.9rem;left:8.4375rem;display:block; }
#xKfwliXmpphuGpoTIIbqeCyQePpMTcLy > img { max-width: 100%;max-height:100%; width:3.0625rem; height:3.0625rem; } }@media only screen and (max-width: 763px) { #wVQ0eTlTp6BXWyHSwv59TGAIg9ICEmvn { display:block; }#wVQ0eTlTp6BXWyHSwv59TGAIg9ICEmvn > .row .container { width:20rem;height:99.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zUnv1C5QU1G3EZdHm3otMfyZUNDGh01S { width:13.125rem;height:13rem;top:3rem;left:3.375rem;border-top:0.125rem solid #41c243;border-left:0.125rem solid #41c243;border-right:0.125rem solid #41c243;border-bottom:0.125rem solid #41c243;display:block; }
 }@media only screen and (max-width: 763px) { #AiyzZami6AXNlwmif4oBU76vT6hp10pT { width:20rem;height:3.9rem;top:18.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #zwzW3WbhLpNxC4huP6ClnF8r9qAt4Gpg { width:20rem;height:4.4625rem;top:21.0625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #Re6rTvXFwSvBNSTup9uH3m86iDC3f3tI { width:20rem;height:28.175rem;top:27.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #DCdoLEEv6rsgRAHarNKXenfc9IvW4TTF { width:3.0625rem;height:3.0625rem;top:57.124999046326rem;left:8.46875rem;display:block; }
#DCdoLEEv6rsgRAHarNKXenfc9IvW4TTF > img { max-width: 100%;max-height:100%; width:3.0625rem; height:3.0625rem; } }@media only screen and (max-width: 763px) { #kWkOU8U8P6P5VlosDVBmpRIotVkDc7ZU { width:20rem;height:6.125rem;top:88.1875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #v67EfxOLIG2HLKc0V24cKTZrRSIcUPMl { width:20rem;height:4.4625rem;top:82.5625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #nP4aBfcJRVuuyk1iC6xau9FEmQ7fvU56 { width:20rem;height:1.95rem;top:79.619792938231rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #S8UazZElnPxrivRGZ029ddM6FcP4u60P { width:13.0625rem;height:12.9375rem;top:64.749999046325rem;left:3.3989582061767rem;border-top:0.125rem solid #41c243;border-left:0.125rem solid #41c243;border-right:0.125rem solid #41c243;border-bottom:0.125rem solid #41c243;display:block; }
 }@media only screen and (max-width: 763px) { #yfeluWFMR2ixydwBtTNqaGRZ1DX8nNTt { width:3.0625rem;height:3.0625rem;top:95.5625rem;left:8.4375rem;display:block; }
#yfeluWFMR2ixydwBtTNqaGRZ1DX8nNTt > img { max-width: 100%;max-height:100%; width:3.0625rem; height:3.0625rem; } }@media only screen and (max-width: 763px) { #Ar67JcJVvwaZl5D5uLyu19yQs1PdgM8c { display:block; }#Ar67JcJVvwaZl5D5uLyu19yQs1PdgM8c > .row .container { width:20rem;height:40.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L2tkASTp7cVimmXq5y95UrgfCIu3bSac { width:3.0625rem;height:3.0625rem;top:36.375rem;left:8.4375rem;display:block; }
#L2tkASTp7cVimmXq5y95UrgfCIu3bSac > img { max-width: 100%;max-height:100%; width:3.0625rem; height:3.0625rem; } }@media only screen and (max-width: 763px) { #fFEEpsp285UPnWUWfipQHKAbSMvU6oGN { width:20rem;height:11.025rem;top:22.875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #iPAZG9qsZxKId96fA7MTrtnTcEoa5wFL { width:20rem;height:2.975rem;top:20.125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #TKbst60Rnq44Ozq110HKIF5oh8oNZeJP { width:20rem;height:1.95rem;top:16.9375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #CIH8lgTSXqLpZR9vbW58sTB8CduVfAKR { width:13.0625rem;height:12.9375rem;top:2.625rem;left:3.375rem;border-top:0.125rem solid #41c243;border-left:0.125rem solid #41c243;border-right:0.125rem solid #41c243;border-bottom:0.125rem solid #41c243;display:block; }
 }@media only screen and (max-width: 763px) { #nmT1NI6ypHvXwwHnAkfNxrGPdDrzoxp1 { display:block; }#nmT1NI6ypHvXwwHnAkfNxrGPdDrzoxp1 > .row .container { width:20rem;height:59.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WX7axI2wanTTxMtMRXHETTXBG8WCQK3z { width:20rem;height:6.825rem;top:1.12060546875rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;z-index:14999;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #l8XEEXeqBSw8cVdqy3fPX5hH9XITK08g { width:6.75rem;height:3.875rem;top:20.625rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vESTVzHQlADCFuLG10fe9wtKt7TfDu3b { width:1.875rem;height:1.875rem;top:2.1245574951172rem;left:17.623335957527rem;font-size:1.3125rem;display:block; }
#vESTVzHQlADCFuLG10fe9wtKt7TfDu3b > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #U2JuI7C9hBJvS3DrnmJs3T31oqfUo4AT { width:4.1875rem;height:5.375rem;top:12.3125rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAcvgIJEogJSGweNHQ2Q9CzGgO0DmbB8 { width:8.3125rem;height:7rem;top:27.25rem;left:5.875rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #uxZAnALilZH6pwXR461DloX3V9yx9xJr { width:12.125rem;height:3.5rem;top:38.5rem;left:3.9375rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #lmCx6EA0M6ZCKcRDRIFWlXEThkNmRz9l { width:6.75rem;height:7.75rem;top:43.25rem;left:6.625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #EKoCk924CNPJ2F02lMI5WyziAM3H10c0 { width:10.3125rem;height:6.3125rem;top:52.25rem;left:4.8125rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #f831T5TTRQ6WwMew5aTt79DvVepBELtE { display:block; }#f831T5TTRQ6WwMew5aTt79DvVepBELtE > .row .container { width:20rem;height:30.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fu350tCK0qvP2OJqf8K70is8STCpZiOi { width:16.1875rem;height:3.375rem;top:16.875rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEnaaywJEhhi3kV2qb2ZPJMO9KWSqIPo { width:15.125rem;height:6.00003125rem;top:1.2864580154419rem;left:2.4375rem;font-size:3rem;text-align:center;text-align-last:center;z-index:14999;line-height:1;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #PaUoC6HUMvoyLSGZ6TpFENIJTiDOUtsb { width:2.125rem;height:2.125rem;top:4.6208324432373rem;left:16.875rem;font-size:1.3125rem;display:block; }
#PaUoC6HUMvoyLSGZ6TpFENIJTiDOUtsb > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #I9tIShi43BlfM7qzSwV8U0w59W1Hr5ko { width:9.625rem;height:6.8125rem;top:7.2864580154419rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEXzlPPwKIrsWuV0pXh8CmGt2dtGBIpe { width:9.4375rem;height:4.4375rem;top:24.875rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTdCJ5ptAtiP42MxvQ4gLV4spvbMyaur { display:block; }#QTdCJ5ptAtiP42MxvQ4gLV4spvbMyaur > .row .container { width:20rem;height:67.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pM13Ue4HXvUfMWXDvZUoyvJds5ATiAy2 { width:11.4375rem;height:5rem;top:30.783332824707rem;left:4.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3TFNymSZI4DD3GMDtoTIsNS9WXxPAgM { width:16.5rem;height:28.4375rem;top:37.004165649414rem;left:1.75rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:14999;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Z4ooTpVtUqT83Jn9kX8SFTdn9nfZIEQJ { width:19.9375rem;height:20.6875rem;top:7.5239582061769rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bD6wgg94W8iTh1zxhh7PPDvQZvPFZFZV { width:17.875rem;height:3.25rem;top:1.8052062988281rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;z-index:14999;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #aJrKbUEeqShb1JUU3FTrczwryARETv24 { width:2.1875rem;height:2.1875rem;top:2.4177074432373rem;left:17.8125rem;font-size:1.3125rem;display:block; }
#aJrKbUEeqShb1JUU3FTrczwryARETv24 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #NJqESWZPLTzo11GQsi9HBURFBzrSLqB6 { display:block; }#NJqESWZPLTzo11GQsi9HBURFBzrSLqB6 > .row .container { width:20rem;height:24.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DOsmNmx8p4hJCi5BvoxlKh5yiUg4OBk2 { width:20rem;height:3.25rem;top:0.76041793823244rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;z-index:14999;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #u9XOOVgCPXwh8szCsxV4pXmUfINiReDS { width:19.875rem;height:13.1875rem;top:5.09765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4SVsVobp0UzWX7Ss6TLFDGSUnOxcsJv { width:20rem;height:9rem;top:7.24609375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15060;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #i0TTUkRQZNpbnBnDDGJ8aAONeseNpAki { width:1.875rem;height:1.875rem;top:1.6107165813446rem;left:17.628907501698rem;font-size:1.3125rem;display:block; }
#i0TTUkRQZNpbnBnDDGJ8aAONeseNpAki > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #KNTAGr0ekyceDP5ihBDygq7QyQ4Uc12F { width:20rem;height:2.4375rem;top:22.437582015991rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbbUt4QcKbC96FLsOkrJVM0OXeKceIFA { display:block; }#LbbUt4QcKbC96FLsOkrJVM0OXeKceIFA > .row .container { width:20rem;height:36.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FJoQ3IKcrFdE3F2PoiXPDlWGoTBMfTHH { width:17.2491875rem;height:13rem;top:5.9712677001953rem;left:1.3732911348343rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #scJLHI2yIZ3fn7qhlwpFaTQ42HzhewaX { width:20rem;height:10.4040625rem;top:20.59814453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXfM5mlZwU68rgxoxInx3aNkuOeEm6xk { width:20rem;height:3.4125rem;top:1.25rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;z-index:14999;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #mJgThW4l6BZAeSDySZAdTF4lJJm6iJa7 { width:20rem;height:22.124rem;top:3.84765625rem;left:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #TnDDB8ykVmuMDD0xKW4buDLkBIOQasDf { width:1.875rem;height:1.875rem;top:1.609375rem;left:18.123698532581rem;font-size:1.3125rem;display:block; }
#TnDDB8ykVmuMDD0xKW4buDLkBIOQasDf > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #LlDagoTvtOoi8JlAn4tkfGBEiwycyWiy { width:1.875rem;height:1.875rem;top:2.018669128418rem;left:15.754166603088rem;font-size:1.3125rem;z-index:15035;display:block; }
#LlDagoTvtOoi8JlAn4tkfGBEiwycyWiy > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #ly1nZMaOaBUfzlTNfEqEfv0iVD7oTM1i { width:1.8125rem;height:1.8125rem;top:21.564582824707rem;left:12.9375rem;font-size:1.3125rem;display:block; }
#ly1nZMaOaBUfzlTNfEqEfv0iVD7oTM1i > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { #Lt403t8xcp6oOc52A1tZ7mMit1b4L9HD { display:block; }#Lt403t8xcp6oOc52A1tZ7mMit1b4L9HD > .row .container { width:20rem;height:125.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i9Ar3CJicsXRxFyQyhNtyUffTwU2xPzf { width:20rem;height:4.225rem;top:8.875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #afvP7Rn2Vosmp8mGSJLPnxMCrDnGZE6X { width:13.875rem;height:8.4375rem;top:15.849998474121rem;left:3.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt .widget-regular-label { width:17.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt .widget-input-text { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt .widget-input-text {padding-top: 0; padding-bottom: 0;}#OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt .widget-textarea { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt .widget-input-select { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt .widget-input-select {padding-top: 0; padding-bottom: 0;}#OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt .widget-input-button { width:15.625rem;margin-top:0.25rem;margin-right:0.875rem;margin-bottom:0.25rem;margin-left:0.875rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;font-size:1.1875rem;overflow:hidden;height:2.875rem; }
#OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt .widget-container { padding-top:1.1875rem;padding-right:0;padding-bottom:1.125rem;padding-left:0; }
#OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt .widget-container:first-of-type{padding-top:0;}#OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt .widget-container:last-of-type{padding-bottom:0;}#OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt  { width:17.375rem;height:auto;top:26.72500038147rem;left:0rem; }
#OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt .radio-container { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt {display:block;}#OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt { width:17.375rem;height:auto;top:26.72500038147rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #uJMMrTnJgqIHWi4QsE5PzfNtZrB2p8yN {  }
 }@media only screen and (max-width: 763px) { #OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #AXi3Lc7TqLFeq6QW6As2LaL8yK5Ty625 { display:block; }
 }@media only screen and (max-width: 763px) { #OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #TIopk2aq3cEtvvw0qnn0x3cz6JV0KgRy {  }
 }@media only screen and (max-width: 763px) { #OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #J8MnUvrCfzw8nPizxhulQPJHlxVhUJEb {  }
 }@media only screen and (max-width: 763px) { #OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #Ntrt5BDWfhxTFFEeT2ZOnhHdC5Vkxl3Z {  }
 }@media only screen and (max-width: 763px) { #OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #P0Wa39e4d3qv28VcCD5bNgyshdhTPQQP {  }
 }@media only screen and (max-width: 763px) { #OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #ezhBvIldnXTU4I76fT2bICQpdmVPFvIe {  }
 }@media only screen and (max-width: 763px) { #OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #T7z7wTurTDErzZ1ERJvxu1m3h1HOIRTQ {  }
 }@media only screen and (max-width: 763px) { #OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #Vo4zi2vDfNBBQeX9gQhLEe59sDTKixlr {  }
 }@media only screen and (max-width: 763px) { #OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #R76aOcXlI3zwdt07eslZErWdJM9K2VL4 {  }
 }@media only screen and (max-width: 763px) { #OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #PeLpQSfXB3vtfJcu4TrupJVQDHafAUWO { display:block; }
 }@media only screen and (max-width: 763px) { #OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #wnyXX0pVQnvLKUfwoT0BOpcAZydi3b5Z {  }
 }@media only screen and (max-width: 763px) { #OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #WKy2AyLMds2BnIUKMaA4RwmcUJTOIBQ0 {  }
 }@media only screen and (max-width: 763px) { #OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #zGTl6JmN3TXBxpDhoJUzJrGTHVspHWyB { display:block; }
 }@media only screen and (max-width: 763px) { #OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #f8vNNkP18yxBvDBn61OhfzfvNENlmoTC {  }
 }@media only screen and (max-width: 763px) { #OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #wUwIMzKkgoiR99i32MbxWV36lVwtT8NX {  }
 }@media only screen and (max-width: 763px) { #OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #XTMciOOqzTOeRSTe0TOI43WDmISXbQye { display:block; }
 }@media only screen and (max-width: 763px) { #OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #siC4VwXytOBVa4XwTwMCCRopm9Bx54VT {  }
 }@media only screen and (max-width: 763px) { #OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #TgPf8yARLI3ZcWTFCQJxJRQfFPelN0bO {  }
 }@media only screen and (max-width: 763px) { #OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #K31nmT2WAWC7Dx3vaTLGoZfsnDqhbucT { display:block; }
 }@media only screen and (max-width: 763px) { #OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #o3iheiZuADVweBNzDaaGagwGIN9hmcBI {  }
 }@media only screen and (max-width: 763px) { #OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #w0ddhoTQkxaGGcXXPucKOg9ZDsa9OPu5 {  }
 }@media only screen and (max-width: 763px) { #OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #UAyDQFW9N5ty5Z6cVtXUZXdNtXXQeRwF { z-index:2; }
 }@media only screen and (max-width: 763px) { #OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #QLiw5hVASuGDiTNfFpGgg6luWlwFunqd {  }
 }@media only screen and (max-width: 763px) { #OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #OBt9n1d9hTTM7TMhmxLOXRiKfZa7fq8r {  }
 }@media only screen and (max-width: 763px) { #OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #av5TkHTcMSmXQ0XWL0Kowe3iphBmNw6A { z-index:2; }
 }@media only screen and (max-width: 763px) { #OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #JyMNvuiIioBcOTuSEBvOCmeWT2nClSh5 {  }
 }@media only screen and (max-width: 763px) { #OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #gwS6FtdraHk6PbvEzdnQRfs9mzpTZMwb {  }
 }@media only screen and (max-width: 763px) { #OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #qvZ2mraO5T0p69tHrDlOthcoT3cdhcLB {  }
 }@media only screen and (max-width: 763px) { #OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #XEwIm6XtVHT8qTXx80kdBsPzAKrE6QGp {  }
 }@media only screen and (max-width: 763px) { #OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #PfTeBhhnIH2uDOGh9s7VyB4yd1HTnTUE {  }
 }@media only screen and (max-width: 763px) { #OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #r6XneNEGVSf00fDuaSfd2o101sUas6Sa {  }
 }@media only screen and (max-width: 763px) { #MsLOWgTqxIIBNpQc1k97qfwQmIpeIdZx { display:block; }
 }@media only screen and (max-width: 763px) { #OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #xSWSOPUH6HV9LzLQaoXzu4w7W98MireG {  }
 }@media only screen and (max-width: 763px) { #OHNCZkqJWytQTSFRqcqpNeCO80OCNrDt #oK2GK4eInixzm96iRTrdxxO4bxFm7qWw {  }
 }@media only screen and (max-width: 763px) { #MHxtllZnBiLmTneTAoVpDhW9kbuywZyi { width:1.875rem;height:1.875rem;top:1.7676849365234rem;left:16.694790840149rem;font-size:1.3125rem;display:block; }
#MHxtllZnBiLmTneTAoVpDhW9kbuywZyi > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #OxiT3qfZClu5UZwZTpEafnWsOZ91Cote { width:12.25rem;height:5.6875rem;top:0.64374923706056rem;left:3.875rem;font-size:2.1875rem;text-align:center;text-align-last:center;z-index:14999;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #s0vtzSJfM8liGOJBWNJT1JPtlWvLtmWF { width:20rem;height:12.25rem;top:111.62708568573rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #Q5oLzm1HCr2dIcTu0p05O95mPWH0iLJM { display:none; }#Q5oLzm1HCr2dIcTu0p05O95mPWH0iLJM > .row .container { width:20rem;height:93.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Xtu5NqMGEFH18nICRbCBTk7sp6ypLa9h { width:20rem;height:46.875rem;top:21.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #V3pfLoXhzZZMJ4QVBozGtgMeze7SUHMN { width:17.625rem;height:16.9rem;top:7.9185791015625rem;left:1.4365867376327rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmheFMM6K4Z7ofKhRPCh830kEqauQCPX { top:38.090621948243rem;left:0rem;width:20rem;height:59.375rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #u7rhSsXQSQ3GkS4kHZ5zeXH2DEF5Gnpc { width:18.125rem;height:4.875rem;top:25.8125rem;left:0.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJrxTVlOmCpHKQiLaBForLq0U2LVP7ua { width:20rem;height:1.46283125rem;top:36.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WK1H8lo0IfKR3gzi20PTVagfVhhmA20K { width:17.4375rem;height:12.35rem;top:67.4375rem;left:1.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5M1GgQyUvKC4Lo9z20lDlGXQ9pmr1Ty { width:16.93725rem;height:1.299825rem;top:84.061235427856rem;left:1.5292698144912rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kQZJQwUMiPWKrPPq0TIyl18VXn9844TB { width:18.0625rem;height:3.25rem;top:31rem;left:1rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgUoGmT0p56G9hb6PWLGCMqxzVab7J40 { width:20rem;height:9.7125rem;top:39.1875rem;left:0rem;font-size:1.125rem;display:block; }#LgUoGmT0p56G9hb6PWLGCMqxzVab7J40 li:before{  }
 }@media only screen and (max-width: 763px) { #AmQHnDS9sxegHRggFcTkfJfNaoHihEqD { width:19rem;height:13.375rem;top:66.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tomBT03Oq5B9S4XZx1Wfm0KTQrXhPFpD { width:14.9366875rem;height:3.9rem;top:85.936330795288rem;left:2.5306984186172rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1kMyWxxJ5L1kaC3OsCDdsxrKa7QiHZc { width:20rem;height:10.4rem;top:51.023958206177rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4loiLXooluK2ZxR76acgJxwoVkt5Cv9 { background-color:#dedce1;background-image:url("https://images.assets-landingi.com/uc/06690f0e-9e3f-4bf9-bf71-2ca1d9644c11/350_hr_tools_dol.jpg");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;display:block; }#K4loiLXooluK2ZxR76acgJxwoVkt5Cv9.adaptive-delivery-prevent-bg, #K4loiLXooluK2ZxR76acgJxwoVkt5Cv9.lazyload, #K4loiLXooluK2ZxR76acgJxwoVkt5Cv9.lazyloading { background-image: none; }#K4loiLXooluK2ZxR76acgJxwoVkt5Cv9 > .row .container { background-color: transparent; background-image: none; }#K4loiLXooluK2ZxR76acgJxwoVkt5Cv9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K4loiLXooluK2ZxR76acgJxwoVkt5Cv9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K4loiLXooluK2ZxR76acgJxwoVkt5Cv9 > .row .container > .video-iframe-container { display: none; }#K4loiLXooluK2ZxR76acgJxwoVkt5Cv9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K4loiLXooluK2ZxR76acgJxwoVkt5Cv9 > .row > .video-iframe-container { display: none; }#K4loiLXooluK2ZxR76acgJxwoVkt5Cv9 > .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); }#K4loiLXooluK2ZxR76acgJxwoVkt5Cv9 > .row .container { width:20rem;height:38.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTp9kiVP7zXxTTVQ7EfZIrIHJT2Hwz0l { width:20rem;height:3.16875rem;top:15.181251525879rem;left:0rem;font-size:2.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lZhlGhqop1ccMsPBoZlHtsEh54Ph94J7 { width:20rem;height:2.925rem;top:18.349998474121rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EBDL5kbGq2LUIk3CWd5NzLW4UyVhqXMx { display:block; }#EBDL5kbGq2LUIk3CWd5NzLW4UyVhqXMx > .row .container { width:20rem;height:6.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IcmuNhGAcmC7DCCgH4MynnXQ98OoMNoW { width:20rem;height:1.13769375rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iQ99JoyQsu9LReEm1hpQ0TzHQtPJC3UD { width:3.125rem;height:3.125rem;top:3.5625rem;left:3.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTlX6JURsBsT9gFxS8wzhBzcgMF5Tngv { width:3.125rem;height:3.125rem;top:3.5625rem;left:6.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNVgTBWXW3eIMsVxeP6Ia5H2BxFIogWM { width:3.125rem;height:3.125rem;top:3.5625rem;left:10rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7xb6RLpiq2TTn92HQKg0FlJPcmQCh8K { width:3.125rem;height:3.125rem;top:3.5625rem;left:13.125rem;font-size:2.1875rem;display:block; }
 }