.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;
}
@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:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KW01WSkqg48vXzq1P1mpBpGPNUvivpmZ { position:relative;display:block; }#KW01WSkqg48vXzq1P1mpBpGPNUvivpmZ { background-color: transparent; background-image: none; }#KW01WSkqg48vXzq1P1mpBpGPNUvivpmZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KW01WSkqg48vXzq1P1mpBpGPNUvivpmZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KW01WSkqg48vXzq1P1mpBpGPNUvivpmZ > .row .container > .video-iframe-container { display: none; }#KW01WSkqg48vXzq1P1mpBpGPNUvivpmZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KW01WSkqg48vXzq1P1mpBpGPNUvivpmZ > .row > .video-iframe-container { display: none; }#KW01WSkqg48vXzq1P1mpBpGPNUvivpmZ > .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); }#KW01WSkqg48vXzq1P1mpBpGPNUvivpmZ { border-width: 0; border-radius: 0; }#KW01WSkqg48vXzq1P1mpBpGPNUvivpmZ > .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; }#KW01WSkqg48vXzq1P1mpBpGPNUvivpmZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5rem;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; }#Xab9Z4lVVbwLmJizZxCPouPf5EgoeNnm { 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.25rem;width:6.6875rem;top:1.375rem;left:0rem;overflow:hidden;display:block; }
#io0rLBicyR30QTJ64T9tyaxymgJN7NPP { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:13.375rem;top:1.375rem;left:7.9375rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/78d1e809-2a4b-4091-a1a8-2b7f201feb88/FireflyKobietawstrojucasualsiedziprzybiurkunaktorymjestlaptopKobietamawokosiebie_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:52.875rem;width:75rem;overflow:visible;position:relative;display:block; }#gVMtxO6V9qLZz5b3Tl1KPEVfRHNIbtox { color:#ffffff;display:block;width:26.75rem;position:absolute;font-family:lato;font-size:3.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:15.9375rem;left:0rem;height:8.9375rem;font-style:normal;display:block; }
#wGHSPr0S8Tf8QvS6lrwo8fiyn3TWtFmQ { color:#ffffff;display:block;width:35rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:26.5625rem;left:0rem;height:5.85rem;display:block; }
#yXIVy6dE5gwrM7GmHVNw3ZyqsOZKnVdi { color:#ffffff;display:block;width:35rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:31.6875rem;left:0rem;height:5.85rem;display:block; }
#iPuAE7cKAGNJm08a50NDfCPxtHt7FGEU { box-sizing:content-box;height:45.5rem;width:32.875rem;position:absolute;display:block;z-index:15009;background-color:rgba(255,255,255,0.85);background-image:none;top:1.9375rem;left:42rem;border-top:0.0625rem solid #00bdde;border-left:0.0625rem solid #00bdde;border-right:0.0625rem solid #00bdde;border-bottom:0.0625rem solid #00bdde;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.25rem 0.5rem 2.5rem rgba(255,255,255,0.2) ;display:block; }
#TJop9ML13ysdP1TG0oS5wESZXR5ZNHok { position:absolute;display:block;z-index:15010;height:37.4375rem;width:31.25rem;top:8.90625rem;left:42.875rem;display:block; }
#JVJHpCN9xZISmc372xdIV0zpC5XgC4E9 { color:#3c3833;display:block;width:28.75rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:4rem;left:44.125rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#STKDTBlMCL0P0uF17DNfqBGU3DP9Tuts { color:#ffffff;display:block;width:31.5rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:12.375rem;left:0.75rem;height:4.0625rem;display:block; }
#lbGPDcbo6dRtxWAtmZK5wlnteUdFlKxt { box-sizing:content-box;height:2.75rem;width:33rem;position:absolute;display:block;z-index:15008;background-color:#e84c4c;background-image:none;top:12rem;left:0rem;border-top-right-radius:62.5rem;border-bottom-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-top-left-radius:62.5rem;display:block; }
#OdUwxG0kq3CNIlXK0angcavTTsqZCsyy { position:relative;display:block; }#OdUwxG0kq3CNIlXK0angcavTTsqZCsyy { background-color: transparent; background-image: none; }#OdUwxG0kq3CNIlXK0angcavTTsqZCsyy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OdUwxG0kq3CNIlXK0angcavTTsqZCsyy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OdUwxG0kq3CNIlXK0angcavTTsqZCsyy > .row .container > .video-iframe-container { display: none; }#OdUwxG0kq3CNIlXK0angcavTTsqZCsyy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OdUwxG0kq3CNIlXK0angcavTTsqZCsyy > .row > .video-iframe-container { display: none; }#OdUwxG0kq3CNIlXK0angcavTTsqZCsyy > .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); }#OdUwxG0kq3CNIlXK0angcavTTsqZCsyy { border-width: 0; border-radius: 0; }#OdUwxG0kq3CNIlXK0angcavTTsqZCsyy > .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; }#OdUwxG0kq3CNIlXK0angcavTTsqZCsyy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:21.75rem;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; }#CJL658z5gBtSEzbXUXfhS1eOGempTuhr { color:#000000;display:block;width:17.375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.6875rem;left:10.125rem;height:1.625rem;font-style:normal;display:block; }
#WyGEfD7qZEl05nfucUk3q0ASA28aJD9g { box-sizing:content-box;height:13.75rem;width:31.25rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:4rem;left:3.125rem;border-top:0.0625rem solid #ebebeb;border-left:0.0625rem solid #ebebeb;border-right:0.0625rem solid #ebebeb;border-bottom:0.0625rem solid #ebebeb;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.25rem 0.5rem 2.5rem rgba(0,0,0,0.2) ;display:block; }
#xaB6DyrPLAi6NT9sowIc3T8PcGgD60a8 { color:#000000;display:block;width:20.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8rem;left:10.125rem;height:7.125rem;display:block; }#xaB6DyrPLAi6NT9sowIc3T8PcGgD60a8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xaB6DyrPLAi6NT9sowIc3T8PcGgD60a8 li:before{  }
#hldKLs5kkyTRfFyOpyzlPPISKZ33rNTq { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5.6875rem;left:47.6875rem;height:1.625rem;font-style:normal;display:block; }
#cTJzbFAbhokdTeU4AL5ccC8spo2Tl01l { box-sizing:content-box;height:13.75rem;width:31.25rem;position:absolute;display:block;z-index:15003;background-color:rgba(255,255,255,0.7);background-image:none;top:4rem;left:40.625rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.25rem 0.5rem 2.5rem rgba(0,0,0,0.2) ;display:block; }
#yiJwhGnTCOwh4haZBbLEUfnvNiXdklHh { color:#000000;display:block;width:22.6875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:8rem;left:47.6875rem;height:8.7375rem;display:block; }#yiJwhGnTCOwh4haZBbLEUfnvNiXdklHh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yiJwhGnTCOwh4haZBbLEUfnvNiXdklHh li:before{  }
#J9uTR0CIiTrFuqap5e2gv2EO4pvXrlF6 { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4.375rem;top:5.6875rem;left:5.125rem;overflow:hidden;display:block; }
#uDzB7ORUL3JMKMNtRww3g5Iwo9a91BSq { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4.375rem;top:5.6875rem;left:42.6875rem;overflow:hidden;display:block; }
#q755qE62Mn53g2MpSJaCuER1GdyVrPZl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#q755qE62Mn53g2MpSJaCuER1GdyVrPZl > .row .container { background-color: transparent; background-image: none; }#q755qE62Mn53g2MpSJaCuER1GdyVrPZl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q755qE62Mn53g2MpSJaCuER1GdyVrPZl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q755qE62Mn53g2MpSJaCuER1GdyVrPZl > .row .container > .video-iframe-container { display: none; }#q755qE62Mn53g2MpSJaCuER1GdyVrPZl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q755qE62Mn53g2MpSJaCuER1GdyVrPZl > .row > .video-iframe-container { display: none; }#q755qE62Mn53g2MpSJaCuER1GdyVrPZl > .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); }#q755qE62Mn53g2MpSJaCuER1GdyVrPZl > .row .container { border-width: 0; border-radius: 0; }#q755qE62Mn53g2MpSJaCuER1GdyVrPZl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q755qE62Mn53g2MpSJaCuER1GdyVrPZl > .row .container { font-size:0.875rem;font-family:arial;height:45.3125rem;width:75rem;position:relative;display:block; }#UxzFT7icTTPa8Gihcr3dOZ9mvr1gNRwv { color:#4d4d4d;display:block;width:20.5625rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.75rem;left:27.21875rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ahGGPP0Rv26hhm3BkZmzfckplLd5LAlg { color:#4d4d4d;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:10.25rem;left:31.25rem;height:1.625rem;font-style:normal;display:block; }
#WUFqrmNnV5AmENfCAPL22TspcMqUrrOG { color:#4d4d4d;display:block;width:17.0625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:12.125rem;left:31.25rem;height:3.9rem;display:block; }
#WqLgu8QrC2LfWHrUhMMqH2DTEC38wKAT { color:#4d4d4d;display:block;width:17.0625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:10.25rem;left:56.875rem;height:1.625rem;font-style:normal;display:block; }
#acUJfPkBGCJi7O64q6LWDHlnvNlPplha { color:#4d4d4d;display:block;width:17.0625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:12.125rem;left:56.875rem;height:3.9rem;display:block; }
#BSMzosZXuzPIfb2EnOOe22vGSWKRSHW0 { color:#4d4d4d;display:block;width:16.6875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:18.375rem;left:31.25rem;height:1.625rem;font-style:normal;display:block; }
#x5f7VOdAx4V802IOFsnuSZ6Td8P4hZbe { color:#4d4d4d;display:block;width:17.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:20.25rem;left:31.25rem;height:6.5rem;display:block; }
#V9RPFye2UpLzxI4ZgLe9e8CBHiAwfB90 { color:#4d4d4d;display:block;width:17.0625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:18.375rem;left:56.875rem;height:1.625rem;font-style:normal;display:block; }
#DcTAfmXIhN1oS3Eh3zsd1CALu9TZm8Hl { color:#4d4d4d;display:block;width:16.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:20.25rem;left:56.875rem;height:2.6rem;display:block; }
#hLEUsDONQHaa4gu5VB8WwX3A65836ksH { color:#4d4d4d;display:block;width:17.0625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:34.5rem;left:56.875rem;height:1.625rem;font-style:normal;display:block; }
#nw4n0ZSWSSRXgTHFezSzpcxvCqWz4I2a { color:#4d4d4d;display:block;width:15.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:36.375rem;left:56.875rem;height:3.9rem;display:block; }
#ieBagTLn0sIINE9TNqTt25ISpyeX3sGw { color:#4d4d4d;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:26.5rem;left:31.3125rem;height:1.625rem;font-style:normal;display:block; }
#EizwT8nTitQD3TLiPOJpH9tG0tODUxPA { color:#4d4d4d;display:block;width:17.0625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:28.375rem;left:31.3125rem;height:2.6rem;display:block; }
#zTJ11lr4fvzyB1gxz515ccguy4FulPds { color:#4d4d4d;display:block;width:15.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:28.375rem;left:56.9375rem;height:3.9rem;display:block; }
#mXAqzALBtJLRh4uf2FxcR9fwRP2Q3ZeL { color:#4d4d4d;display:block;width:17.6875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:36.375rem;left:31.25rem;height:3.9rem;display:block; }
#re3lMdhKqVtaGF4qNGiKSJELSQF1wLlz { color:#4d4d4d;display:block;width:17.0625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:26.5rem;left:56.9375rem;height:1.625rem;font-style:normal;display:block; }
#NfVr10AR2QxAR1gTW3d595ZC8siGhkvJ { color:#4d4d4d;display:block;width:16.25rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:34.5rem;left:31.25rem;height:1.625rem;font-style:normal;display:block; }
#Z5T62vDvkoS6tS9RWSmyM4v4wvHCyzAu { position:absolute;display:block;z-index:15031;border-top:0.0625rem solid #00bdde;border-left:0.0625rem solid #00bdde;border-right:0.0625rem solid #00bdde;border-bottom:0.0625rem solid #00bdde;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.5rem 2.5rem rgba(0,0,0,0.2) ;height:31.3125rem;width:20.8125rem;top:9.625rem;left:0rem;overflow:hidden;display:block; }
#xyOHKcVv2CGeyqmQapReJfSchLyVh846 { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:10.25rem;left:26.0625rem;overflow:hidden;display:block; }
#lxkgo23hhgkrbrifXQAgiXIvwtkP6hhz { position:absolute;display:block;z-index:15033;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.375rem;width:4.375rem;top:10.25rem;left:51.6875rem;overflow:hidden;display:block; }
#N5C1hsmT9TRpcTTTNE9RT9zgJ1do6hx3 { position:absolute;display:block;z-index:15033;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.375rem;width:4.375rem;top:18.375rem;left:26.0625rem;overflow:hidden;display:block; }
#omWPZxtPK9pqWQWCuRJ8rCXTKg7H9k3Q { position:absolute;display:block;z-index:15034;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.375rem;width:4.375rem;top:18.375rem;left:51.6875rem;overflow:hidden;display:block; }
#JceJlswRBnmZFSwnqzLgZAZSBbeo9lMH { position:absolute;display:block;z-index:15034;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.375rem;width:4.375rem;top:26.5rem;left:26.125rem;overflow:hidden;display:block; }
#foPgOJxNRtWRCWcXXOOXxLusIf4FeNX1 { 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:4.375rem;width:4.375rem;top:26.5rem;left:51.6875rem;overflow:hidden;display:block; }
#SXc5Bp6cHhMykLTVBrhP6QHVKDTZ1cpW { 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:4.375rem;width:4.375rem;top:34.5rem;left:26.0625rem;overflow:hidden;display:block; }
#cpZxN9Bo6X942g9tRV13MUzJTGPRHmQO { position:absolute;display:block;z-index:15036;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.375rem;width:4.375rem;top:34.5rem;left:51.6875rem;overflow:hidden;display:block; }
#hMWRo3l3vMmZ9q553ASspyn9KdrSn43B { position:relative;display:block; }#hMWRo3l3vMmZ9q553ASspyn9KdrSn43B { background-color: transparent; background-image: none; }#hMWRo3l3vMmZ9q553ASspyn9KdrSn43B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hMWRo3l3vMmZ9q553ASspyn9KdrSn43B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hMWRo3l3vMmZ9q553ASspyn9KdrSn43B > .row .container > .video-iframe-container { display: none; }#hMWRo3l3vMmZ9q553ASspyn9KdrSn43B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hMWRo3l3vMmZ9q553ASspyn9KdrSn43B > .row > .video-iframe-container { display: none; }#hMWRo3l3vMmZ9q553ASspyn9KdrSn43B > .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); }#hMWRo3l3vMmZ9q553ASspyn9KdrSn43B { border-width: 0; border-radius: 0; }#hMWRo3l3vMmZ9q553ASspyn9KdrSn43B > .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; }#hMWRo3l3vMmZ9q553ASspyn9KdrSn43B > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:10.3125rem;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; }#hsAH1p1L2OvQEodVsiomTFRvxy0iqMAJ { color:#4d4d4d;display:block;width:67.8125rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.703125rem;left:3.59375rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lVciMPM4H9ia2Qzz2hrWo94otgPmQZA7 { position:relative;display:block; }#lVciMPM4H9ia2Qzz2hrWo94otgPmQZA7 { background-color: transparent; background-image: none; }#lVciMPM4H9ia2Qzz2hrWo94otgPmQZA7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lVciMPM4H9ia2Qzz2hrWo94otgPmQZA7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lVciMPM4H9ia2Qzz2hrWo94otgPmQZA7 > .row .container > .video-iframe-container { display: none; }#lVciMPM4H9ia2Qzz2hrWo94otgPmQZA7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lVciMPM4H9ia2Qzz2hrWo94otgPmQZA7 > .row > .video-iframe-container { display: none; }#lVciMPM4H9ia2Qzz2hrWo94otgPmQZA7 > .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); }#lVciMPM4H9ia2Qzz2hrWo94otgPmQZA7 { border-width: 0; border-radius: 0; }#lVciMPM4H9ia2Qzz2hrWo94otgPmQZA7 > .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; }#lVciMPM4H9ia2Qzz2hrWo94otgPmQZA7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:35.8125rem;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; }#sUCX30Tz82QTOEvedEheTVBKWlc3yk4L { color:#4d4d4d;display:block;width:22.375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.25rem;left:0rem;height:3.25rem;font-style:normal;display:block; }
#T36ytohgXzzA6cbAGMcM26rDPDMugiDn { color:#4d4d4d;display:block;width:30.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.6875rem;left:0rem;height:9.05rem;display:block; }#T36ytohgXzzA6cbAGMcM26rDPDMugiDn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#T36ytohgXzzA6cbAGMcM26rDPDMugiDn li:before{  }
#UXvZGzmxMEVJIaNh5sS3pAhQ6KUNxam5 { color:#4d4d4d;display:block;width:30.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:19.9375rem;left:0rem;height:2.6rem;display:block; }
#uTgEG4w4LTDB72vD2NOJ36AAtHHqDHIi { color:#4d4d4d;display:block;width:30.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:23.6875rem;left:0rem;height:5.2rem;display:block; }
#tehe2R7AJGbH6fN7n8FTDM4e2i711hpG { box-sizing:content-box;height:9.375rem;width:37.4375rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:0rem;left:37.5rem;border-top:0.0625rem solid #00bdde;border-left:0.0625rem solid #00bdde;border-right:0.0625rem solid #00bdde;border-bottom:0.0625rem solid #00bdde;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.25rem 0.5rem 2.5rem rgba(0,0,0,0.2) ;display:block; }
#TU2EsLrNkWNpvBT0GewpKTtmpfiTlsTn { position:absolute;display:block;z-index:15033;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.375rem;width:4.375rem;top:2.5625rem;left:40rem;overflow:hidden;display:block; }
#TTTto0yBUviUVMi2QyeU1vEX5kukkEgL { position:absolute;display:block;z-index:15034;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.375rem;width:4.375rem;top:13.53125rem;left:40rem;overflow:hidden;display:block; }
#aFXMZK2JtkvLIDy2Em87toViRrU3QPAs { color:#4d4d4d;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:2.375rem;left:46.375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I4LhzyZbEMFAWtuvrf31RXfh0iZ88uhQ { color:#4d4d4d;display:block;width:20.4375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:13.3125rem;left:46.375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aVytrIbTpWzN3CGBN1SmWQDFU7dNiQCN { color:#4d4d4d;display:block;width:26.5625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:25rem;left:46.375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Spoi0HKCX3RW0TzFn4LMlTW99MiaeUZZ { color:#4d4d4d;display:block;width:26.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:4.5625rem;left:46.375rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aXZbAPt0tcUBw3G3JzT1KJAiTZonCcwC { color:#4d4d4d;display:block;width:26.4375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:15.5625rem;left:46.375rem;height:3.9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PmXRunXSqaAdxc2SNZ3RVG2QxISc0nhA { 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:4.375rem;width:4.375rem;top:25.1875rem;left:40rem;overflow:hidden;display:block; }
#eBir2MTDrtaiz9u1NOhJFCNJWz9Bpnou { box-sizing:content-box;height:9.375rem;width:37.4375rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:11.3125rem;left:37.4375rem;border-top:0.0625rem solid #00bdde;border-left:0.0625rem solid #00bdde;border-right:0.0625rem solid #00bdde;border-bottom:0.0625rem solid #00bdde;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.25rem 0.5rem 2.5rem rgba(0,0,0,0.2) ;display:block; }
#JLgBtQlhHX5MKRf27GJqclHwWdTwU3Rx { box-sizing:content-box;height:9.375rem;width:37.4375rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;top:22.625rem;left:37.4375rem;border-top:0.0625rem solid #00bdde;border-left:0.0625rem solid #00bdde;border-right:0.0625rem solid #00bdde;border-bottom:0.0625rem solid #00bdde;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.25rem 0.5rem 2.5rem rgba(0,0,0,0.2) ;display:block; }
#nVWCbCZbGSJS4dfxpC9ylrl2MHXRcndA { color:#4d4d4d;display:block;width:23.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:27.1875rem;left:46.375rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sz5R46ne9v6orbhD3yrCsvfoXh15Dx9u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#sz5R46ne9v6orbhD3yrCsvfoXh15Dx9u > .row .container { background-color: transparent; background-image: none; }#sz5R46ne9v6orbhD3yrCsvfoXh15Dx9u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sz5R46ne9v6orbhD3yrCsvfoXh15Dx9u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sz5R46ne9v6orbhD3yrCsvfoXh15Dx9u > .row .container > .video-iframe-container { display: none; }#sz5R46ne9v6orbhD3yrCsvfoXh15Dx9u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sz5R46ne9v6orbhD3yrCsvfoXh15Dx9u > .row > .video-iframe-container { display: none; }#sz5R46ne9v6orbhD3yrCsvfoXh15Dx9u > .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); }#sz5R46ne9v6orbhD3yrCsvfoXh15Dx9u > .row .container { border-width: 0; border-radius: 0; }#sz5R46ne9v6orbhD3yrCsvfoXh15Dx9u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sz5R46ne9v6orbhD3yrCsvfoXh15Dx9u > .row .container { font-size:0.875rem;font-family:arial;height:20.875rem;width:75rem;position:relative;display:block; }#akcnQtFBTxaR85qUcCvBPsreUxlChqAW { position:absolute;display:block;z-index:15000;height:10.9375rem;width:58.4375rem;top:5rem;left:8.375rem;display:block; }
#FVx0gXT5BmsBo5DIzQAAKmCnqAIQGKIH { box-sizing:content-box;height:13.25rem;width:61.4375rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:3.8125rem;left:6.8125rem;border-top:0.0625rem solid #00bdde;border-left:0.0625rem solid #00bdde;border-right:0.0625rem solid #00bdde;border-bottom:0.0625rem solid #00bdde;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.25rem 0.5rem 2.5rem rgba(0,0,0,0.2) ;display:block; }
#qwRmAHwAefcLw3R0XJ3GVTibpogB3lCQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0a6197;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; }#qwRmAHwAefcLw3R0XJ3GVTibpogB3lCQ > .row .container { background-color: transparent; background-image: none; }#qwRmAHwAefcLw3R0XJ3GVTibpogB3lCQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qwRmAHwAefcLw3R0XJ3GVTibpogB3lCQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qwRmAHwAefcLw3R0XJ3GVTibpogB3lCQ > .row .container > .video-iframe-container { display: none; }#qwRmAHwAefcLw3R0XJ3GVTibpogB3lCQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qwRmAHwAefcLw3R0XJ3GVTibpogB3lCQ > .row > .video-iframe-container { display: none; }#qwRmAHwAefcLw3R0XJ3GVTibpogB3lCQ > .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); }#qwRmAHwAefcLw3R0XJ3GVTibpogB3lCQ > .row .container { border-width: 0; border-radius: 0; }#qwRmAHwAefcLw3R0XJ3GVTibpogB3lCQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qwRmAHwAefcLw3R0XJ3GVTibpogB3lCQ > .row .container { font-size:0.875rem;font-family:arial;height:13.0625rem;width:75rem;position:relative;display:block; }#Rbvh11OXpSEl7gFKOXunAzqgxHhuLPP5 { color:#ffffff;display:block;width:53.75rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.5rem;left:10.625rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wiUigKDC2uRCFZSTxkoGkwCKtxT0hXz9 { color:#ffffff;display:block;width:59.1875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9.75rem;left:7.90625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#Ab3yO1e1qTnkTxaq6LdIoRTxFDiMZ7Rl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0a6197;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; }#Ab3yO1e1qTnkTxaq6LdIoRTxFDiMZ7Rl > .row .container { background-color: transparent; background-image: none; }#Ab3yO1e1qTnkTxaq6LdIoRTxFDiMZ7Rl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ab3yO1e1qTnkTxaq6LdIoRTxFDiMZ7Rl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ab3yO1e1qTnkTxaq6LdIoRTxFDiMZ7Rl > .row .container > .video-iframe-container { display: none; }#Ab3yO1e1qTnkTxaq6LdIoRTxFDiMZ7Rl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ab3yO1e1qTnkTxaq6LdIoRTxFDiMZ7Rl > .row > .video-iframe-container { display: none; }#Ab3yO1e1qTnkTxaq6LdIoRTxFDiMZ7Rl > .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); }#Ab3yO1e1qTnkTxaq6LdIoRTxFDiMZ7Rl > .row .container { border-width: 0; border-radius: 0; }#Ab3yO1e1qTnkTxaq6LdIoRTxFDiMZ7Rl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ab3yO1e1qTnkTxaq6LdIoRTxFDiMZ7Rl > .row .container { font-size:0.875rem;font-family:arial;height:67.0625rem;width:75rem;position:relative;display:block; }#lSTldOM3CloxOcPEiHpXRsT7T5MgmyzT { box-sizing:content-box;height:53.125rem;width:23.5625rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:6.0625rem;left:4.375rem;border-top:0.0625rem solid #00bdde;border-left:0.0625rem solid #00bdde;border-right:0.0625rem solid #00bdde;border-bottom:0.0625rem solid #00bdde;border-top-left-radius:1.25rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: 0.25rem 0.5rem 2.5rem rgba(255,255,255,0.2) ;display:block; }
#sC5RiGgTIqx2nEapqRcwvf7BLnN4ty4x { color:#4d4d4d;display:block;width:18.75rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:8.125rem;left:6.25rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DkiEkGEXokI0eC6O50dbrNUNcEacJ8ot { color:#4d4d4d;display:block;width:18.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:12.375rem;left:6.25rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yq12pqHFSMSoG7rbMfkXnTn3XSPLxBxS { background-color:#e84c4c;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:54.0625rem;left:6.1875rem;display:block; }
#gyB5tARSwDWkBEkZxRukkpv4fDQZuTUN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#obbBdD9Z7FqJR73inhv6SAagUIOI2ZQD { color:#4d4d4d;display:block;width:18.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:18.6875rem;left:6.25rem;height:16.85rem;display:block; }#obbBdD9Z7FqJR73inhv6SAagUIOI2ZQD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#obbBdD9Z7FqJR73inhv6SAagUIOI2ZQD li:before{  }
#RN503stT91p5vua5NshNxSmAJamaMur8 { color:#4d4d4d;display:block;width:18.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:35.4228515625rem;left:6.25rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#ThXtcuFU4Vq3mJ26rzBbI3MM8en8xJBg { box-sizing:content-box;height:57.5rem;width:22.3125rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;top:4.0625rem;left:26.3125rem;border-top:0.0625rem solid #09d1b1;border-left:0.0625rem solid #09d1b1;border-right:0.0625rem solid #09d1b1;border-bottom:0.0625rem solid #09d1b1;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.5rem 2.5rem rgba(0,0,0,0.2) ;display:block; }
#Rb33WnGmEiw1tyE98Fy5x6hru42h6H0U { color:#4d4d4d;display:block;width:18.75rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:6.0625rem;left:28.1875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ru8OPV4mZxBBg02JBHHM9ZTzldB1yAb2 { color:#4d4d4d;display:block;width:18.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:10.3125rem;left:28.0625rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V1ZCe6caSiGxsLDBMJVxvwRSLz3W22HQ { color:#4d4d4d;display:block;width:18.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:15.375rem;left:28.125rem;height:;display:block; }#V1ZCe6caSiGxsLDBMJVxvwRSLz3W22HQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#V1ZCe6caSiGxsLDBMJVxvwRSLz3W22HQ li:before{  }
#WW3TnrOgZI4cs2mfhsG8r4Ochta3k2BP { color:#4d4d4d;display:block;width:18.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:33.69775390625rem;left:28.125rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#RhXto6OfJMwgXzwP2dMI8fQqJwmyiset { background-color:#e84c4c;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:56.4375rem;left:28.0625rem;display:block; }
#sQQ5J3JeODGV4fG2zrAPMUNJwH7kGGIW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DS45zEF8sh3HD3IfZpIWkpMuSq1mTThr { box-sizing:content-box;height:53.125rem;width:23.5625rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:6.125rem;left:47.0625rem;border-top:0.0625rem solid #00bdde;border-left:0.0625rem solid #00bdde;border-right:0.0625rem solid #00bdde;border-bottom:0.0625rem solid #00bdde;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.5rem 2.5rem rgba(255,255,255,0.2) ;display:block; }
#bDeciQNyqZV9TwzqpJXSSNVv8aIbM140 { color:#4d4d4d;display:block;width:18.75rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:8.1875rem;left:50.125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XXHbDHi2Ci3UR1qMlEtryrZ8XVNPtkpr { color:#4d4d4d;display:block;width:18.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:12.4375rem;left:50.125rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WuGSdQCl7VKqUsdeZ2hpUVLEE11XDwT0 { color:#4d4d4d;display:block;width:18.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:18.75rem;left:50.125rem;height:;display:block; }#WuGSdQCl7VKqUsdeZ2hpUVLEE11XDwT0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WuGSdQCl7VKqUsdeZ2hpUVLEE11XDwT0 li:before{  }
#dLbQ014L9BAbT2zbE4MT2NFEkTqV5l05 { color:#4d4d4d;display:block;width:18.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:41.9375rem;left:50.125rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#qlduo9ffTTl2lMJTQmIFvU6e1PmW0UfF { background-color:#e84c4c;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:54.0625rem;left:50.0625rem;display:block; }
#STIHtLwgESB8AEgIV5AycclX02VGzmM9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xxpiLIhfvFeeffd0KncCyc9UeCNpKWhf { color:#e84c4c;display:block;width:4.25rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:48.3125rem;left:13.5625rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nFMqXS4PTaSwqDM0fDJAJmACwMpgLSo9 { color:#e84c4c;display:block;width:1.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:49.625rem;left:17.6875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NF7OtOvlS0pw66QQ34CloIo7x40rcFka { color:#e84c4c;display:block;width:6.3125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:51rem;left:13.0625rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#trm9AH1phTyqZiMG1T6PXbZhwTX3CnLD { color:#e84c4c;display:block;width:4.25rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:50.6875rem;left:34.875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o8lRNwwsHfHyPynB8wcC1R9gk5lvVb0I { color:#e84c4c;display:block;width:1.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:52rem;left:39rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Mdfcpkci13kAFW2icvTWx192hbTz1ThW { color:#e84c4c;display:block;width:6.3125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:53.3125rem;left:34.375rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FxFJUVwChPKVtgv9iP276bkawu9G5gp5 { color:#e84c4c;display:block;width:1.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:49.6875rem;left:61rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KCLCUhA6s8cSIVfVG9tmfCL8w0AInwkw { color:#e84c4c;display:block;width:4.25rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:48.375rem;left:56.875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nATw3GfB34JH3C7PEMvcrzmCtGSgsI29 { color:#e84c4c;display:block;width:6.3125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:51rem;left:56.375rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OcD9XIpVeckeb09PwNHi1gl4McIT6fvR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#OcD9XIpVeckeb09PwNHi1gl4McIT6fvR > .row .container { background-color: transparent; background-image: none; }#OcD9XIpVeckeb09PwNHi1gl4McIT6fvR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OcD9XIpVeckeb09PwNHi1gl4McIT6fvR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OcD9XIpVeckeb09PwNHi1gl4McIT6fvR > .row .container > .video-iframe-container { display: none; }#OcD9XIpVeckeb09PwNHi1gl4McIT6fvR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OcD9XIpVeckeb09PwNHi1gl4McIT6fvR > .row > .video-iframe-container { display: none; }#OcD9XIpVeckeb09PwNHi1gl4McIT6fvR > .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); }#OcD9XIpVeckeb09PwNHi1gl4McIT6fvR > .row .container { border-width: 0; border-radius: 0; }#OcD9XIpVeckeb09PwNHi1gl4McIT6fvR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OcD9XIpVeckeb09PwNHi1gl4McIT6fvR > .row .container { font-size:0.875rem;font-family:arial;height:10.375rem;width:75rem;position:relative;display:block; }#XozaTfFeIzFNzwTGTKMdZaQKo7BIrpgX { color:#4d4d4d;display:block;width:67.8125rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.65625rem;left:3.59375rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Fr67THnhsza5V1wzVRTC9LA7Mp6twiDA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#Fr67THnhsza5V1wzVRTC9LA7Mp6twiDA > .row .container { background-color: transparent; background-image: none; }#Fr67THnhsza5V1wzVRTC9LA7Mp6twiDA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fr67THnhsza5V1wzVRTC9LA7Mp6twiDA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fr67THnhsza5V1wzVRTC9LA7Mp6twiDA > .row .container > .video-iframe-container { display: none; }#Fr67THnhsza5V1wzVRTC9LA7Mp6twiDA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fr67THnhsza5V1wzVRTC9LA7Mp6twiDA > .row > .video-iframe-container { display: none; }#Fr67THnhsza5V1wzVRTC9LA7Mp6twiDA > .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); }#Fr67THnhsza5V1wzVRTC9LA7Mp6twiDA > .row .container { border-width: 0; border-radius: 0; }#Fr67THnhsza5V1wzVRTC9LA7Mp6twiDA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fr67THnhsza5V1wzVRTC9LA7Mp6twiDA > .row .container { font-size:0.875rem;font-family:arial;height:26.1875rem;width:75rem;position:relative;display:block; }#CfqLTxKDyPJLCUVcw3cIttsSBElQ2EcB { color:#4d4d4d;display:block;width:30.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.4375rem;left:0rem;height:;display:block; }#CfqLTxKDyPJLCUVcw3cIttsSBElQ2EcB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CfqLTxKDyPJLCUVcw3cIttsSBElQ2EcB li:before{  }
#nM4dEN1PhksUlJvtmmnJeSM8PaJxyTcL { position:absolute;display:block;z-index:15003;border-top:0.0625rem solid #00bdde;border-left:0.0625rem solid #00bdde;border-right:0.0625rem solid #00bdde;border-bottom:0.0625rem solid #00bdde;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.5rem 2.5rem rgba(0,0,0,0.2) ;height:25.125rem;width:37.625rem;top:0rem;left:37.25rem;overflow:hidden;display:block; }
#mUNGuHsmh7CR9POTcvU46gu8AJMMTBwS { color:#4d4d4d;display:block;width:30.3125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:3.25rem;font-style:normal;display:block; }
#rOuEdXThpcoSOTsxpeK3RKvzy0DMCDIf { color:#4d4d4d;display:block;width:30.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:8.125rem;left:0rem;height:1.3rem;display:block; }
#I3xytuUukITqfmOar0U2UG4TFlmREwTc { background-color:#e84c4c;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.0625rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:19rem;left:0rem;display:block; }
#rq2WLmAMkmaIoPcIzZrI0XvDw4hxysaq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wlIteTyngaiK5azoU3byuRTZN3AfnFDq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#wlIteTyngaiK5azoU3byuRTZN3AfnFDq > .row .container { background-color: transparent; background-image: none; }#wlIteTyngaiK5azoU3byuRTZN3AfnFDq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wlIteTyngaiK5azoU3byuRTZN3AfnFDq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wlIteTyngaiK5azoU3byuRTZN3AfnFDq > .row .container > .video-iframe-container { display: none; }#wlIteTyngaiK5azoU3byuRTZN3AfnFDq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wlIteTyngaiK5azoU3byuRTZN3AfnFDq > .row > .video-iframe-container { display: none; }#wlIteTyngaiK5azoU3byuRTZN3AfnFDq > .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); }#wlIteTyngaiK5azoU3byuRTZN3AfnFDq > .row .container { border-width: 0; border-radius: 0; }#wlIteTyngaiK5azoU3byuRTZN3AfnFDq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wlIteTyngaiK5azoU3byuRTZN3AfnFDq > .row .container { font-size:0.875rem;font-family:arial;height:32.75rem;width:75rem;position:relative;display:block; }#X83gNIDRTRaBraZ5vZiyycyoddtwI1oz { color:#4d4d4d;display:block;width:22.375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:10.5625rem;left:43.0625rem;height:1.625rem;font-style:normal;display:block; }
#yQMFxcIyhK353oh6HPbLeAHGTEpoKF2S { position:absolute;display:block;z-index:15003;border-top:0.0625rem solid #00bdde;border-left:0.0625rem solid #00bdde;border-right:0.0625rem solid #00bdde;border-bottom:0.0625rem solid #00bdde;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.5rem 2.5rem rgba(0,0,0,0.2) ;height:25rem;width:37.5rem;top:3.75rem;left:0rem;overflow:hidden;display:block; }
#e61QTcVhafVq7P2k4PtEgTvJ1Ul3ezIs { color:#4d4d4d;display:block;width:30.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:13.375rem;left:43.0625rem;height:2.6rem;display:block; }
#rH673oSMaBwyKBfgQtT5wTNJ2KmUlQyT { color:#4d4d4d;display:block;width:30.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:17.125rem;left:43.0625rem;height:1.3rem;display:block; }
#dLtnJDhqQmMOS7HRxRINuzcf5i4RmWcz { color:#4d4d4d;display:block;width:31.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:19.625rem;left:43.0625rem;height:2.6rem;font-style:normal;display:block; }
#w79a45cc0f35ad334dd84a8e5eb32b1e.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#313131;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; } #w79a45cc0f35ad334dd84a8e5eb32b1e.widget-smartsection *:focus-visible, #w79a45cc0f35ad334dd84a8e5eb32b1e.widget-smartsection input[type="text"]:focus-visible, #w79a45cc0f35ad334dd84a8e5eb32b1e.widget-smartsection input[type="email"]:focus-visible, #w79a45cc0f35ad334dd84a8e5eb32b1e.widget-smartsection input[type="tel"]:focus-visible, #w79a45cc0f35ad334dd84a8e5eb32b1e.widget-smartsection textarea:focus-visible { outline: none; } #WcB9bzMTfqaxfakH5hPkeNRxX0IrVTzg > .row .container { background-color: transparent; background-image: none; }#WcB9bzMTfqaxfakH5hPkeNRxX0IrVTzg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WcB9bzMTfqaxfakH5hPkeNRxX0IrVTzg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WcB9bzMTfqaxfakH5hPkeNRxX0IrVTzg > .row .container > .video-iframe-container { display: none; }#WcB9bzMTfqaxfakH5hPkeNRxX0IrVTzg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WcB9bzMTfqaxfakH5hPkeNRxX0IrVTzg > .row > .video-iframe-container { display: none; }#WcB9bzMTfqaxfakH5hPkeNRxX0IrVTzg > .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); }#WcB9bzMTfqaxfakH5hPkeNRxX0IrVTzg > .row .container { border-width: 0; border-radius: 0; }#WcB9bzMTfqaxfakH5hPkeNRxX0IrVTzg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WcB9bzMTfqaxfakH5hPkeNRxX0IrVTzg > .row .container { font-size:0.875rem;font-family:arial;height:15.625rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KW01WSkqg48vXzq1P1mpBpGPNUvivpmZ { display:block; }#KW01WSkqg48vXzq1P1mpBpGPNUvivpmZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xab9Z4lVVbwLmJizZxCPouPf5EgoeNnm { top:1.375rem;left:0rem;width:6.6875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #io0rLBicyR30QTJ64T9tyaxymgJN7NPP { top:1.375rem;left:0rem;width:13.375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gVMtxO6V9qLZz5b3Tl1KPEVfRHNIbtox { top:15.9375rem;left:0rem;width:26.75rem;height:8.9375rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGHSPr0S8Tf8QvS6lrwo8fiyn3TWtFmQ { top:26.5625rem;left:0rem;width:35rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXIVy6dE5gwrM7GmHVNw3ZyqsOZKnVdi { top:31.6875rem;left:0rem;width:35rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPuAE7cKAGNJm08a50NDfCPxtHt7FGEU { top:1.9375rem;left:14.75rem;width:32.875rem;height:45.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJop9ML13ysdP1TG0oS5wESZXR5ZNHok { top:8.875rem;left:16.5rem;width:31.25rem;height:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVJHpCN9xZISmc372xdIV0zpC5XgC4E9 { top:4rem;left:19rem;width:28.75rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #STKDTBlMCL0P0uF17DNfqBGU3DP9Tuts { top:12.375rem;left:0rem;width:31.5rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbGPDcbo6dRtxWAtmZK5wlnteUdFlKxt { top:12rem;left:0rem;width:33rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdUwxG0kq3CNIlXK0angcavTTsqZCsyy { display:block; }#OdUwxG0kq3CNIlXK0angcavTTsqZCsyy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CJL658z5gBtSEzbXUXfhS1eOGempTuhr { top:5.6875rem;left:3.3125rem;width:17.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyGEfD7qZEl05nfucUk3q0ASA28aJD9g { top:4rem;left:0rem;width:31.25rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaB6DyrPLAi6NT9sowIc3T8PcGgD60a8 { top:8rem;left:3.25rem;width:20.625rem;height:7.0625rem;font-size:1rem;display:block; }#xaB6DyrPLAi6NT9sowIc3T8PcGgD60a8 li:before{  }
 }@media only screen and (max-width: 763px) { #hldKLs5kkyTRfFyOpyzlPPISKZ33rNTq { top:5.6875rem;left:27.25rem;width:19.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTJzbFAbhokdTeU4AL5ccC8spo2Tl01l { top:4rem;left:16.375rem;width:31.25rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiJwhGnTCOwh4haZBbLEUfnvNiXdklHh { top:8rem;left:25.0625rem;width:22.6875rem;height:7.375rem;font-size:1rem;display:block; }#yiJwhGnTCOwh4haZBbLEUfnvNiXdklHh li:before{  }
 }@media only screen and (max-width: 763px) { #J9uTR0CIiTrFuqap5e2gv2EO4pvXrlF6 { top:5.6875rem;left:0rem;width:4.375rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDzB7ORUL3JMKMNtRww3g5Iwo9a91BSq { top:5.6875rem;left:23.875rem;width:4.375rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q755qE62Mn53g2MpSJaCuER1GdyVrPZl { display:block; }#q755qE62Mn53g2MpSJaCuER1GdyVrPZl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UxzFT7icTTPa8Gihcr3dOZ9mvr1gNRwv { top:3.75rem;left:13.59375rem;width:20.5625rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahGGPP0Rv26hhm3BkZmzfckplLd5LAlg { top:10.25rem;left:17.625rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUFqrmNnV5AmENfCAPL22TspcMqUrrOG { top:12.125rem;left:17.625rem;width:17.0625rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqLgu8QrC2LfWHrUhMMqH2DTEC38wKAT { top:10.25rem;left:30.6875rem;width:17.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #acUJfPkBGCJi7O64q6LWDHlnvNlPplha { top:12.125rem;left:30.6875rem;width:17.0625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSMzosZXuzPIfb2EnOOe22vGSWKRSHW0 { top:18.375rem;left:17.625rem;width:16.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5f7VOdAx4V802IOFsnuSZ6Td8P4hZbe { top:20.25rem;left:17.625rem;width:17.1875rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9RPFye2UpLzxI4ZgLe9e8CBHiAwfB90 { top:18.375rem;left:30.6875rem;width:17.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcTAfmXIhN1oS3Eh3zsd1CALu9TZm8Hl { top:20.25rem;left:31.625rem;width:16.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLEUsDONQHaa4gu5VB8WwX3A65836ksH { top:34.5rem;left:30.6875rem;width:17.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nw4n0ZSWSSRXgTHFezSzpcxvCqWz4I2a { top:36.375rem;left:31.9375rem;width:15.8125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieBagTLn0sIINE9TNqTt25ISpyeX3sGw { top:26.5rem;left:17.6875rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EizwT8nTitQD3TLiPOJpH9tG0tODUxPA { top:28.375rem;left:17.6875rem;width:17.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTJ11lr4fvzyB1gxz515ccguy4FulPds { top:28.375rem;left:31.9375rem;width:15.8125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXAqzALBtJLRh4uf2FxcR9fwRP2Q3ZeL { top:36.375rem;left:17.625rem;width:17.6875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #re3lMdhKqVtaGF4qNGiKSJELSQF1wLlz { top:26.5rem;left:30.6875rem;width:17.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfVr10AR2QxAR1gTW3d595ZC8siGhkvJ { top:34.5rem;left:17.625rem;width:16.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5T62vDvkoS6tS9RWSmyM4v4wvHCyzAu { top:9.625rem;left:0rem;width:20.8125rem;height:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyOHKcVv2CGeyqmQapReJfSchLyVh846 { top:10.25rem;left:12.4375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxkgo23hhgkrbrifXQAgiXIvwtkP6hhz { top:10.25rem;left:38.0625rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5C1hsmT9TRpcTTTNE9RT9zgJ1do6hx3 { top:18.375rem;left:12.4375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #omWPZxtPK9pqWQWCuRJ8rCXTKg7H9k3Q { top:18.375rem;left:38.0625rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JceJlswRBnmZFSwnqzLgZAZSBbeo9lMH { top:26.5rem;left:12.5rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #foPgOJxNRtWRCWcXXOOXxLusIf4FeNX1 { top:26.5rem;left:38.0625rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXc5Bp6cHhMykLTVBrhP6QHVKDTZ1cpW { top:34.5rem;left:12.4375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpZxN9Bo6X942g9tRV13MUzJTGPRHmQO { top:34.5rem;left:38.0625rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMWRo3l3vMmZ9q553ASspyn9KdrSn43B { display:block; }#hMWRo3l3vMmZ9q553ASspyn9KdrSn43B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hsAH1p1L2OvQEodVsiomTFRvxy0iqMAJ { top:3.6875rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVciMPM4H9ia2Qzz2hrWo94otgPmQZA7 { display:block; }#lVciMPM4H9ia2Qzz2hrWo94otgPmQZA7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sUCX30Tz82QTOEvedEheTVBKWlc3yk4L { top:5.25rem;left:0rem;width:22.375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T36ytohgXzzA6cbAGMcM26rDPDMugiDn { top:9.6875rem;left:0rem;width:30.3125rem;height:9rem;font-size:1rem;display:block; }#T36ytohgXzzA6cbAGMcM26rDPDMugiDn li:before{  }
 }@media only screen and (max-width: 763px) { #UXvZGzmxMEVJIaNh5sS3pAhQ6KUNxam5 { top:19.9375rem;left:0rem;width:30.3125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTgEG4w4LTDB72vD2NOJ36AAtHHqDHIi { top:23.6875rem;left:0rem;width:30.3125rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tehe2R7AJGbH6fN7n8FTDM4e2i711hpG { top:0rem;left:10.1875rem;width:37.4375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TU2EsLrNkWNpvBT0GewpKTtmpfiTlsTn { top:2.5625rem;left:23.875rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTTto0yBUviUVMi2QyeU1vEX5kukkEgL { top:13.5rem;left:23.875rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFXMZK2JtkvLIDy2Em87toViRrU3QPAs { top:2.375rem;left:25.9375rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4LhzyZbEMFAWtuvrf31RXfh0iZ88uhQ { top:13.3125rem;left:25.9375rem;width:20.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVytrIbTpWzN3CGBN1SmWQDFU7dNiQCN { top:25rem;left:21.1875rem;width:26.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Spoi0HKCX3RW0TzFn4LMlTW99MiaeUZZ { top:4.5625rem;left:21.1875rem;width:26.5625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXZbAPt0tcUBw3G3JzT1KJAiTZonCcwC { top:15.5625rem;left:21.3125rem;width:26.4375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmXRunXSqaAdxc2SNZ3RVG2QxISc0nhA { top:25.1875rem;left:23.875rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBir2MTDrtaiz9u1NOhJFCNJWz9Bpnou { top:11.3125rem;left:0rem;width:37.4375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLgBtQlhHX5MKRf27GJqclHwWdTwU3Rx { top:22.625rem;left:0rem;width:37.4375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVWCbCZbGSJS4dfxpC9ylrl2MHXRcndA { top:27.1875rem;left:24.1875rem;width:23.5625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sz5R46ne9v6orbhD3yrCsvfoXh15Dx9u { display:block; }#sz5R46ne9v6orbhD3yrCsvfoXh15Dx9u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #akcnQtFBTxaR85qUcCvBPsreUxlChqAW { top:5rem;left:0rem;width:47.75rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVx0gXT5BmsBo5DIzQAAKmCnqAIQGKIH { top:3.8125rem;left:0rem;width:47.625rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwRmAHwAefcLw3R0XJ3GVTibpogB3lCQ { display:block; }#qwRmAHwAefcLw3R0XJ3GVTibpogB3lCQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rbvh11OXpSEl7gFKOXunAzqgxHhuLPP5 { top:3.5rem;left:0rem;width:47.75rem;height:5.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiUigKDC2uRCFZSTxkoGkwCKtxT0hXz9 { top:9.75rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ab3yO1e1qTnkTxaq6LdIoRTxFDiMZ7Rl { display:block; }#Ab3yO1e1qTnkTxaq6LdIoRTxFDiMZ7Rl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lSTldOM3CloxOcPEiHpXRsT7T5MgmyzT { top:6.0625rem;left:0rem;width:23.5625rem;height:53.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sC5RiGgTIqx2nEapqRcwvf7BLnN4ty4x { top:8.125rem;left:0rem;width:18.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkiEkGEXokI0eC6O50dbrNUNcEacJ8ot { top:12.375rem;left:0rem;width:18.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yq12pqHFSMSoG7rbMfkXnTn3XSPLxBxS { width:18.75rem;height:3.4375rem;top:54.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyB5tARSwDWkBEkZxRukkpv4fDQZuTUN { display:block; }
 }@media only screen and (max-width: 763px) { #obbBdD9Z7FqJR73inhv6SAagUIOI2ZQD { top:18.6875rem;left:0rem;width:18.75rem;height:;font-size:1rem;display:block; }#obbBdD9Z7FqJR73inhv6SAagUIOI2ZQD li:before{  }
 }@media only screen and (max-width: 763px) { #RN503stT91p5vua5NshNxSmAJamaMur8 { top:35.375rem;left:0rem;width:18.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThXtcuFU4Vq3mJ26rzBbI3MM8en8xJBg { top:4.0625rem;left:12.6875rem;width:22.3125rem;height:57.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rb33WnGmEiw1tyE98Fy5x6hru42h6H0U { top:6.0625rem;left:14.5625rem;width:18.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ru8OPV4mZxBBg02JBHHM9ZTzldB1yAb2 { top:10.3125rem;left:14.4375rem;width:18.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1ZCe6caSiGxsLDBMJVxvwRSLz3W22HQ { top:15.375rem;left:14.5rem;width:18.75rem;height:;font-size:1rem;display:block; }#V1ZCe6caSiGxsLDBMJVxvwRSLz3W22HQ li:before{  }
 }@media only screen and (max-width: 763px) { #WW3TnrOgZI4cs2mfhsG8r4Ochta3k2BP { top:33.6875rem;left:14.5rem;width:18.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhXto6OfJMwgXzwP2dMI8fQqJwmyiset { width:18.75rem;height:3.4375rem;top:56.4375rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQQ5J3JeODGV4fG2zrAPMUNJwH7kGGIW { display:block; }
 }@media only screen and (max-width: 763px) { #DS45zEF8sh3HD3IfZpIWkpMuSq1mTThr { top:6.125rem;left:24.0625rem;width:23.5625rem;height:53.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDeciQNyqZV9TwzqpJXSSNVv8aIbM140 { top:8.1875rem;left:29rem;width:18.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXHbDHi2Ci3UR1qMlEtryrZ8XVNPtkpr { top:12.4375rem;left:29rem;width:18.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuGSdQCl7VKqUsdeZ2hpUVLEE11XDwT0 { top:18.75rem;left:29rem;width:18.75rem;height:;font-size:1rem;display:block; }#WuGSdQCl7VKqUsdeZ2hpUVLEE11XDwT0 li:before{  }
 }@media only screen and (max-width: 763px) { #dLbQ014L9BAbT2zbE4MT2NFEkTqV5l05 { top:41.9375rem;left:29rem;width:18.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlduo9ffTTl2lMJTQmIFvU6e1PmW0UfF { width:18.75rem;height:3.4375rem;top:54.0625rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #STIHtLwgESB8AEgIV5AycclX02VGzmM9 { display:block; }
 }@media only screen and (max-width: 763px) { #xxpiLIhfvFeeffd0KncCyc9UeCNpKWhf { top:48.3125rem;left:0rem;width:4.25rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFMqXS4PTaSwqDM0fDJAJmACwMpgLSo9 { top:49.625rem;left:4.0625rem;width:1.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NF7OtOvlS0pw66QQ34CloIo7x40rcFka { top:51rem;left:0rem;width:6.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #trm9AH1phTyqZiMG1T6PXbZhwTX3CnLD { top:50.6875rem;left:21.25rem;width:4.25rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8lRNwwsHfHyPynB8wcC1R9gk5lvVb0I { top:52rem;left:25.375rem;width:1.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mdfcpkci13kAFW2icvTWx192hbTz1ThW { top:53.3125rem;left:20.75rem;width:6.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxFJUVwChPKVtgv9iP276bkawu9G5gp5 { top:49.6875rem;left:46.25rem;width:1.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCLCUhA6s8cSIVfVG9tmfCL8w0AInwkw { top:48.375rem;left:43.25rem;width:4.25rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nATw3GfB34JH3C7PEMvcrzmCtGSgsI29 { top:51rem;left:41.4375rem;width:6.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcD9XIpVeckeb09PwNHi1gl4McIT6fvR { display:block; }#OcD9XIpVeckeb09PwNHi1gl4McIT6fvR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XozaTfFeIzFNzwTGTKMdZaQKo7BIrpgX { top:3.625rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fr67THnhsza5V1wzVRTC9LA7Mp6twiDA { display:block; }#Fr67THnhsza5V1wzVRTC9LA7Mp6twiDA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CfqLTxKDyPJLCUVcw3cIttsSBElQ2EcB { top:9.4375rem;left:0rem;width:30.3125rem;height:;font-size:1rem;display:block; }#CfqLTxKDyPJLCUVcw3cIttsSBElQ2EcB li:before{  }
 }@media only screen and (max-width: 763px) { #nM4dEN1PhksUlJvtmmnJeSM8PaJxyTcL { top:0rem;left:0rem;width:37.625rem;height:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUNGuHsmh7CR9POTcvU46gu8AJMMTBwS { top:3.75rem;left:0rem;width:30.3125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOuEdXThpcoSOTsxpeK3RKvzy0DMCDIf { top:8.125rem;left:0rem;width:30.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3xytuUukITqfmOar0U2UG4TFlmREwTc { width:27.0625rem;height:3.4375rem;top:19rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rq2WLmAMkmaIoPcIzZrI0XvDw4hxysaq { display:block; }
 }@media only screen and (max-width: 763px) { #wlIteTyngaiK5azoU3byuRTZN3AfnFDq { display:block; }#wlIteTyngaiK5azoU3byuRTZN3AfnFDq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X83gNIDRTRaBraZ5vZiyycyoddtwI1oz { top:10.5625rem;left:23.875rem;width:22.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQMFxcIyhK353oh6HPbLeAHGTEpoKF2S { top:3.75rem;left:0rem;width:37.5rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e61QTcVhafVq7P2k4PtEgTvJ1Ul3ezIs { top:13.375rem;left:17.4375rem;width:30.3125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rH673oSMaBwyKBfgQtT5wTNJ2KmUlQyT { top:17.125rem;left:17.4375rem;width:30.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLtnJDhqQmMOS7HRxRINuzcf5i4RmWcz { top:19.625rem;left:15.9375rem;width:31.8125rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w79a45cc0f35ad334dd84a8e5eb32b1e.widget-smartsection { display:block; } #w79a45cc0f35ad334dd84a8e5eb32b1e.widget-smartsection *:focus-visible, #w79a45cc0f35ad334dd84a8e5eb32b1e.widget-smartsection input[type="text"]:focus-visible, #w79a45cc0f35ad334dd84a8e5eb32b1e.widget-smartsection input[type="email"]:focus-visible, #w79a45cc0f35ad334dd84a8e5eb32b1e.widget-smartsection input[type="tel"]:focus-visible, #w79a45cc0f35ad334dd84a8e5eb32b1e.widget-smartsection textarea:focus-visible { outline: none; } #WcB9bzMTfqaxfakH5hPkeNRxX0IrVTzg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KW01WSkqg48vXzq1P1mpBpGPNUvivpmZ { display:block; }#KW01WSkqg48vXzq1P1mpBpGPNUvivpmZ > .row .container { width:20rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xab9Z4lVVbwLmJizZxCPouPf5EgoeNnm { width:6.6875rem;height:2.25rem;top:1.25rem;left:6.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #io0rLBicyR30QTJ64T9tyaxymgJN7NPP { width:13.375rem;height:2.25rem;top:4.75rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/78d1e809-2a4b-4091-a1a8-2b7f201feb88/FireflyKobietawstrojucasualsiedziprzybiurkunaktorymjestlaptopKobietamawokosiebie_.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:95.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gVMtxO6V9qLZz5b3Tl1KPEVfRHNIbtox { width:20rem;height:7.474625rem;top:8.0625rem;left:0rem;font-size:2.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wGHSPr0S8Tf8QvS6lrwo8fiyn3TWtFmQ { width:20rem;height:7.7988125rem;top:17.875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yXIVy6dE5gwrM7GmHVNw3ZyqsOZKnVdi { width:20rem;height:9.7485625rem;top:26.9375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iPuAE7cKAGNJm08a50NDfCPxtHt7FGEU { width:19.875rem;height:51.6875rem;top:37.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJop9ML13ysdP1TG0oS5wESZXR5ZNHok { width:18.4375rem;height:40.625rem;top:47.5rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVJHpCN9xZISmc372xdIV0zpC5XgC4E9 { width:20rem;height:6.09375rem;top:40.1875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #STKDTBlMCL0P0uF17DNfqBGU3DP9Tuts { width:19.6875rem;height:3.25rem;top:2.0625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lbGPDcbo6dRtxWAtmZK5wlnteUdFlKxt { width:20rem;height:4.3125rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdUwxG0kq3CNIlXK0angcavTTsqZCsyy { display:block; }#OdUwxG0kq3CNIlXK0angcavTTsqZCsyy > .row .container { width:20rem;height:55.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CJL658z5gBtSEzbXUXfhS1eOGempTuhr { width:20rem;height:1.625rem;top:9.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WyGEfD7qZEl05nfucUk3q0ASA28aJD9g { width:19.875rem;height:23.75rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaB6DyrPLAi6NT9sowIc3T8PcGgD60a8 { width:17.3125rem;height:7.124rem;top:12.75rem;left:1.375rem;font-size:1rem;display:block; }#xaB6DyrPLAi6NT9sowIc3T8PcGgD60a8 li:before{  }
 }@media only screen and (max-width: 763px) { #hldKLs5kkyTRfFyOpyzlPPISKZ33rNTq { width:20rem;height:1.625rem;top:35.625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cTJzbFAbhokdTeU4AL5ccC8spo2Tl01l { width:19.875rem;height:23.75rem;top:28.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiJwhGnTCOwh4haZBbLEUfnvNiXdklHh { width:17.3125rem;height:11.3359375rem;top:38.375rem;left:1.375rem;font-size:1rem;display:block; }#yiJwhGnTCOwh4haZBbLEUfnvNiXdklHh li:before{  }
 }@media only screen and (max-width: 763px) { #J9uTR0CIiTrFuqap5e2gv2EO4pvXrlF6 { width:4.375rem;height:4.3125rem;top:4.375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDzB7ORUL3JMKMNtRww3g5Iwo9a91BSq { width:4.375rem;height:4.3125rem;top:30.125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q755qE62Mn53g2MpSJaCuER1GdyVrPZl { display:block; }#q755qE62Mn53g2MpSJaCuER1GdyVrPZl > .row .container { width:20rem;height:145.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UxzFT7icTTPa8Gihcr3dOZ9mvr1gNRwv { width:20rem;height:2.5996125rem;top:2.4375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ahGGPP0Rv26hhm3BkZmzfckplLd5LAlg { width:12.5rem;height:1.625rem;top:43.1875rem;left:3.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WUFqrmNnV5AmENfCAPL22TspcMqUrrOG { width:15.8125rem;height:3.8994125rem;top:46.0625rem;left:2.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WqLgu8QrC2LfWHrUhMMqH2DTEC38wKAT { width:17.0625rem;height:1.625rem;top:56.8125rem;left:1.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #acUJfPkBGCJi7O64q6LWDHlnvNlPplha { width:17.0625rem;height:3.8994125rem;top:59.6875rem;left:1.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BSMzosZXuzPIfb2EnOOe22vGSWKRSHW0 { width:16.6875rem;height:1.625rem;top:70.5rem;left:1.6875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x5f7VOdAx4V802IOFsnuSZ6Td8P4hZbe { width:17.1875rem;height:5.19921875rem;top:73.375rem;left:1.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V9RPFye2UpLzxI4ZgLe9e8CBHiAwfB90 { width:17.0625rem;height:1.625rem;top:85.4375rem;left:1.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DcTAfmXIhN1oS3Eh3zsd1CALu9TZm8Hl { width:16.125rem;height:2.5996125rem;top:88.3125rem;left:2rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hLEUsDONQHaa4gu5VB8WwX3A65836ksH { width:17.0625rem;height:1.625rem;top:136.125rem;left:1.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nw4n0ZSWSSRXgTHFezSzpcxvCqWz4I2a { width:15.8125rem;height:3.8994125rem;top:139rem;left:2.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ieBagTLn0sIINE9TNqTt25ISpyeX3sGw { width:12.5rem;height:1.625rem;top:97.75rem;left:3.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EizwT8nTitQD3TLiPOJpH9tG0tODUxPA { width:17.0625rem;height:2.5996125rem;top:100.625rem;left:1.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zTJ11lr4fvzyB1gxz515ccguy4FulPds { width:15.8125rem;height:3.8994125rem;top:113rem;left:2.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mXAqzALBtJLRh4uf2FxcR9fwRP2Q3ZeL { width:17.6875rem;height:2.5996125rem;top:126.625rem;left:1.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #re3lMdhKqVtaGF4qNGiKSJELSQF1wLlz { width:17.0625rem;height:1.625rem;top:110.125rem;left:1.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NfVr10AR2QxAR1gTW3d595ZC8siGhkvJ { width:16.25rem;height:1.625rem;top:123.75rem;left:1.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z5T62vDvkoS6tS9RWSmyM4v4wvHCyzAu { width:19.875rem;height:29.902027027027rem;top:6.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyOHKcVv2CGeyqmQapReJfSchLyVh846 { width:4.375rem;height:4.375rem;top:37.5625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxkgo23hhgkrbrifXQAgiXIvwtkP6hhz { width:4.375rem;height:4.375rem;top:51.1875rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5C1hsmT9TRpcTTTNE9RT9zgJ1do6hx3 { width:4.375rem;height:4.375rem;top:64.875rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #omWPZxtPK9pqWQWCuRJ8rCXTKg7H9k3Q { width:4.375rem;height:4.375rem;top:79.8125rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JceJlswRBnmZFSwnqzLgZAZSBbeo9lMH { width:4.375rem;height:4.375rem;top:92.125rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #foPgOJxNRtWRCWcXXOOXxLusIf4FeNX1 { width:4.375rem;height:4.375rem;top:104.5rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXc5Bp6cHhMykLTVBrhP6QHVKDTZ1cpW { width:4.375rem;height:4.375rem;top:118.125rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpZxN9Bo6X942g9tRV13MUzJTGPRHmQO { width:4.375rem;height:4.375rem;top:130.5rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMWRo3l3vMmZ9q553ASspyn9KdrSn43B { display:block; }#hMWRo3l3vMmZ9q553ASspyn9KdrSn43B > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hsAH1p1L2OvQEodVsiomTFRvxy0iqMAJ { width:20rem;height:7.7988125rem;top:2.19384765625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lVciMPM4H9ia2Qzz2hrWo94otgPmQZA7 { display:block; }#lVciMPM4H9ia2Qzz2hrWo94otgPmQZA7 > .row .container { width:20rem;height:105.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sUCX30Tz82QTOEvedEheTVBKWlc3yk4L { width:20rem;height:4.875rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T36ytohgXzzA6cbAGMcM26rDPDMugiDn { width:20rem;height:12.94825rem;top:7.375rem;left:0rem;font-size:1rem;display:block; }#T36ytohgXzzA6cbAGMcM26rDPDMugiDn li:before{  }
 }@media only screen and (max-width: 763px) { #UXvZGzmxMEVJIaNh5sS3pAhQ6KUNxam5 { width:20rem;height:3.8994125rem;top:21.57325rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uTgEG4w4LTDB72vD2NOJ36AAtHHqDHIi { width:20rem;height:7.7988125rem;top:26.722175rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tehe2R7AJGbH6fN7n8FTDM4e2i711hpG { width:19.875rem;height:19.875rem;top:38.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TU2EsLrNkWNpvBT0GewpKTtmpfiTlsTn { width:4.375rem;height:4.375rem;top:40.5625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTTto0yBUviUVMi2QyeU1vEX5kukkEgL { width:4.375rem;height:4.375rem;top:62.375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFXMZK2JtkvLIDy2Em87toViRrU3QPAs { width:12.5rem;height:1.625rem;top:46.125rem;left:3.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I4LhzyZbEMFAWtuvrf31RXfh0iZ88uhQ { width:12.5rem;height:1.625rem;top:68rem;left:3.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aVytrIbTpWzN3CGBN1SmWQDFU7dNiQCN { width:14.875rem;height:3.25rem;top:89.75rem;left:2.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Spoi0HKCX3RW0TzFn4LMlTW99MiaeUZZ { width:16rem;height:5.19921875rem;top:48.9375rem;left:2rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aXZbAPt0tcUBw3G3JzT1KJAiTZonCcwC { width:16rem;height:5.19921875rem;top:70.8125rem;left:2rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PmXRunXSqaAdxc2SNZ3RVG2QxISc0nhA { width:4.375rem;height:4.375rem;top:84.1875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBir2MTDrtaiz9u1NOhJFCNJWz9Bpnou { width:19.875rem;height:19.875rem;top:60.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLgBtQlhHX5MKRf27GJqclHwWdTwU3Rx { width:19.875rem;height:19.875rem;top:82.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVWCbCZbGSJS4dfxpC9ylrl2MHXRcndA { width:15.4375rem;height:3.8994125rem;top:94.25rem;left:2.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sz5R46ne9v6orbhD3yrCsvfoXh15Dx9u { display:block; }#sz5R46ne9v6orbhD3yrCsvfoXh15Dx9u > .row .container { width:20rem;height:27.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #akcnQtFBTxaR85qUcCvBPsreUxlChqAW { width:20rem;height:18.5rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVx0gXT5BmsBo5DIzQAAKmCnqAIQGKIH { width:19.875rem;height:21.375rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwRmAHwAefcLw3R0XJ3GVTibpogB3lCQ { display:block; }#qwRmAHwAefcLw3R0XJ3GVTibpogB3lCQ > .row .container { width:20rem;height:26.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rbvh11OXpSEl7gFKOXunAzqgxHhuLPP5 { width:20rem;height:10.3984375rem;top:3.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wiUigKDC2uRCFZSTxkoGkwCKtxT0hXz9 { width:20rem;height:9.75rem;top:15.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ab3yO1e1qTnkTxaq6LdIoRTxFDiMZ7Rl { display:block; }#Ab3yO1e1qTnkTxaq6LdIoRTxFDiMZ7Rl > .row .container { width:20rem;height:145.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lSTldOM3CloxOcPEiHpXRsT7T5MgmyzT { width:19.875rem;height:43.75rem;top:1.875rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sC5RiGgTIqx2nEapqRcwvf7BLnN4ty4x { width:18.75rem;height:2.4375rem;top:3.875rem;left:0.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkiEkGEXokI0eC6O50dbrNUNcEacJ8ot { width:18.75rem;height:3.8994125rem;top:8.1875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yq12pqHFSMSoG7rbMfkXnTn3XSPLxBxS { width:18.75rem;height:3.4375rem;top:41.125rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyB5tARSwDWkBEkZxRukkpv4fDQZuTUN { display:block; }
 }@media only screen and (max-width: 763px) { #obbBdD9Z7FqJR73inhv6SAagUIOI2ZQD { width:18.75rem;height:15.547875rem;top:13.1875rem;left:0.625rem;font-size:1rem;display:block; }#obbBdD9Z7FqJR73inhv6SAagUIOI2ZQD li:before{  }
 }@media only screen and (max-width: 763px) { #RN503stT91p5vua5NshNxSmAJamaMur8 { width:18.75rem;height:2.5996125rem;top:30rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThXtcuFU4Vq3mJ26rzBbI3MM8en8xJBg { width:19.875rem;height:43.75rem;top:47.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rb33WnGmEiw1tyE98Fy5x6hru42h6H0U { width:18.75rem;height:2.4375rem;top:49.625rem;left:0.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ru8OPV4mZxBBg02JBHHM9ZTzldB1yAb2 { width:18.75rem;height:2.5996125rem;top:53.75rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1ZCe6caSiGxsLDBMJVxvwRSLz3W22HQ { width:18.75rem;height:17.160125rem;top:57.625rem;left:0.625rem;font-size:1rem;display:block; }#V1ZCe6caSiGxsLDBMJVxvwRSLz3W22HQ li:before{  }
 }@media only screen and (max-width: 763px) { #WW3TnrOgZI4cs2mfhsG8r4Ochta3k2BP { width:18.75rem;height:2.5996125rem;top:76rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhXto6OfJMwgXzwP2dMI8fQqJwmyiset { width:18.75rem;height:3.4375rem;top:86.8125rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQQ5J3JeODGV4fG2zrAPMUNJwH7kGGIW { display:block; }
 }@media only screen and (max-width: 763px) { #DS45zEF8sh3HD3IfZpIWkpMuSq1mTThr { width:19.875rem;height:48.75rem;top:93.25rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDeciQNyqZV9TwzqpJXSSNVv8aIbM140 { width:18.75rem;height:2.4375rem;top:95.25rem;left:0.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXHbDHi2Ci3UR1qMlEtryrZ8XVNPtkpr { width:18.75rem;height:3.8994125rem;top:99.5625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuGSdQCl7VKqUsdeZ2hpUVLEE11XDwT0 { width:18.75rem;height:21.9970625rem;top:104.1875rem;left:0.625rem;font-size:1rem;display:block; }#WuGSdQCl7VKqUsdeZ2hpUVLEE11XDwT0 li:before{  }
 }@media only screen and (max-width: 763px) { #dLbQ014L9BAbT2zbE4MT2NFEkTqV5l05 { width:18.75rem;height:2.5996125rem;top:127.8125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlduo9ffTTl2lMJTQmIFvU6e1PmW0UfF { width:18.75rem;height:3.4375rem;top:137.5rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #STIHtLwgESB8AEgIV5AycclX02VGzmM9 { display:block; }
 }@media only screen and (max-width: 763px) { #xxpiLIhfvFeeffd0KncCyc9UeCNpKWhf { width:4.25rem;height:3.25rem;top:36rem;left:7.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFMqXS4PTaSwqDM0fDJAJmACwMpgLSo9 { width:1.5rem;height:1.625rem;top:37.25rem;left:11.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NF7OtOvlS0pw66QQ34CloIo7x40rcFka { width:6.3125rem;height:1.4624rem;top:38.5rem;left:6.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #trm9AH1phTyqZiMG1T6PXbZhwTX3CnLD { width:4.25rem;height:3.25rem;top:81.6875rem;left:7.375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8lRNwwsHfHyPynB8wcC1R9gk5lvVb0I { width:1.5rem;height:1.625rem;top:83rem;left:11.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mdfcpkci13kAFW2icvTWx192hbTz1ThW { width:6.3125rem;height:1.4624rem;top:84.1875rem;left:6.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxFJUVwChPKVtgv9iP276bkawu9G5gp5 { width:1.5rem;height:1.625rem;top:133.6875rem;left:11.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCLCUhA6s8cSIVfVG9tmfCL8w0AInwkw { width:4.25rem;height:3.25rem;top:132.4375rem;left:7.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nATw3GfB34JH3C7PEMvcrzmCtGSgsI29 { width:6.3125rem;height:1.4624rem;top:134.9375rem;left:6.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcD9XIpVeckeb09PwNHi1gl4McIT6fvR { display:block; }#OcD9XIpVeckeb09PwNHi1gl4McIT6fvR > .row .container { width:20rem;height:12.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XozaTfFeIzFNzwTGTKMdZaQKo7BIrpgX { width:20rem;height:5.19921875rem;top:2.31884765625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fr67THnhsza5V1wzVRTC9LA7Mp6twiDA { display:block; }#Fr67THnhsza5V1wzVRTC9LA7Mp6twiDA > .row .container { width:20rem;height:42.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CfqLTxKDyPJLCUVcw3cIttsSBElQ2EcB { width:20rem;height:9.723625rem;top:10.52441875rem;left:0rem;font-size:1rem;display:block; }#CfqLTxKDyPJLCUVcw3cIttsSBElQ2EcB li:before{  }
 }@media only screen and (max-width: 763px) { #nM4dEN1PhksUlJvtmmnJeSM8PaJxyTcL { width:20rem;height:13.3125rem;top:26.18504375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUNGuHsmh7CR9POTcvU46gu8AJMMTBwS { width:20rem;height:4.875rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rOuEdXThpcoSOTsxpeK3RKvzy0DMCDIf { width:20rem;height:1.29980625rem;top:7.9746125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I3xytuUukITqfmOar0U2UG4TFlmREwTc { width:20rem;height:3.4375rem;top:21.4970703125rem;left:-0.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rq2WLmAMkmaIoPcIzZrI0XvDw4hxysaq { display:block; }
 }@media only screen and (max-width: 763px) { #wlIteTyngaiK5azoU3byuRTZN3AfnFDq { display:block; }#wlIteTyngaiK5azoU3byuRTZN3AfnFDq > .row .container { width:20rem;height:35.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X83gNIDRTRaBraZ5vZiyycyoddtwI1oz { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yQMFxcIyhK353oh6HPbLeAHGTEpoKF2S { width:20rem;height:13.3125rem;top:18.26171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e61QTcVhafVq7P2k4PtEgTvJ1Ul3ezIs { width:20rem;height:5.19921875rem;top:4.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rH673oSMaBwyKBfgQtT5wTNJ2KmUlQyT { width:20rem;height:2.5996125rem;top:10.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dLtnJDhqQmMOS7HRxRINuzcf5i4RmWcz { width:18.375rem;height:2.5996125rem;top:14.412109375rem;left:0.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w79a45cc0f35ad334dd84a8e5eb32b1e.widget-smartsection { display:block; } #w79a45cc0f35ad334dd84a8e5eb32b1e.widget-smartsection *:focus-visible, #w79a45cc0f35ad334dd84a8e5eb32b1e.widget-smartsection input[type="text"]:focus-visible, #w79a45cc0f35ad334dd84a8e5eb32b1e.widget-smartsection input[type="email"]:focus-visible, #w79a45cc0f35ad334dd84a8e5eb32b1e.widget-smartsection input[type="tel"]:focus-visible, #w79a45cc0f35ad334dd84a8e5eb32b1e.widget-smartsection textarea:focus-visible { outline: none; } #WcB9bzMTfqaxfakH5hPkeNRxX0IrVTzg > .row .container { width:20rem;height:27.5625rem;position:relative;display:block; } }