.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#f8f9fd;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FhTHQyMZAkRVgi5iwFVhPa0BQZ4T6zWO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f9fd;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#FhTHQyMZAkRVgi5iwFVhPa0BQZ4T6zWO > .row .container { background-color: transparent; background-image: none; }#FhTHQyMZAkRVgi5iwFVhPa0BQZ4T6zWO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FhTHQyMZAkRVgi5iwFVhPa0BQZ4T6zWO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FhTHQyMZAkRVgi5iwFVhPa0BQZ4T6zWO > .row .container > .video-iframe-container { display: none; }#FhTHQyMZAkRVgi5iwFVhPa0BQZ4T6zWO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FhTHQyMZAkRVgi5iwFVhPa0BQZ4T6zWO > .row > .video-iframe-container { display: none; }#FhTHQyMZAkRVgi5iwFVhPa0BQZ4T6zWO > .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); }#FhTHQyMZAkRVgi5iwFVhPa0BQZ4T6zWO > .row .container { border-width: 0; border-radius: 0; }#FhTHQyMZAkRVgi5iwFVhPa0BQZ4T6zWO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FhTHQyMZAkRVgi5iwFVhPa0BQZ4T6zWO > .row .container { font-size:0.875rem;font-family:arial;height:4.1875rem;width:60rem;position:relative;display:block; }#IAecBNEMNe0Tnt6TmtWMpOi4BXD0ScUS { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:9.9375rem;top:0.5rem;left:0rem;overflow:hidden;display:block; }
#gsJuswy9UakcTm7lblFNRivpDltdpKVE { background-color:#248abb;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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#f8f9fd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.8125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:0.6875rem;left:54.375rem;display:block; }
#sff7Flf1ymLzSTZvyQS3d6TbVPZ6Ah8R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u92VHNUpbhvvQdG5LK9LRTRPxK0bqadp { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:7.25rem;top:0.1875rem;left:21.9375rem;overflow:hidden;display:block; }
#wKCz9ngaWVvAD7ewuKKdC7Q7rKsQKiPV { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:6.9375rem;top:0.25rem;left:28.625rem;overflow:hidden;display:block; }
#CMfidO3R4V89dvbB9BHsZQiboCS8mVbZ { background-color:#ec0b0b;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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#f8f9fd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:12.375rem;height:2.8125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:0.6875rem;left:41.0625rem;display:block; }
#k1TTZbh5CaKxGoibayVIxeJ7flxB8dQT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JsN5iAs1HL9Tt7qvAWvoTbw50ffscvIn { position:absolute;display:block;z-index:15021;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.875rem;width:10.25rem;top:0rem;left:26.9375rem;overflow:hidden;display:block; }
#e5tp8vtnQXB2h8DGmLxvJMLfmqqPzqmR { 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:18.625rem;width:60rem;display:none; }
#WmnDPtmD2krJUAVyWud92kmcpPUirJPt { background-color:#248abb;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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#f8f9fd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.8125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:0.53125rem;left:53.75rem;display:none; }
#cMUs7cDuTt6DyRZU5LW0J8Wo2WTtzfav { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DGcXdpmL9GoEy82nCsWbrhtekTGkwIuU { color:#0f0f10;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:0.6875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:3rem;left:19.3125rem;height:0.89375rem;text-align:center;text-align-last:center;display:block; }
#Kdz0e5oEehvzpdTklOAs7gb7wmuOxC4M { color:#0f0f10;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:0.6875rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:3rem;left:25.84375rem;height:0.89375rem;text-align:center;text-align-last:center;display:block; }
#PnPd6Pn5SIH9p1FFgzRlsmOCM2a9AIgo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/20ea9f45-66a5-43be-95c0-bb204055e6ab/Klimatyzacjawmieszkaniu.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#PnPd6Pn5SIH9p1FFgzRlsmOCM2a9AIgo.adaptive-delivery-prevent-bg, #PnPd6Pn5SIH9p1FFgzRlsmOCM2a9AIgo.lazyload, #PnPd6Pn5SIH9p1FFgzRlsmOCM2a9AIgo.lazyloading { background-image: none; }#PnPd6Pn5SIH9p1FFgzRlsmOCM2a9AIgo > .row .container { border-width: 0; border-radius: 0; }#PnPd6Pn5SIH9p1FFgzRlsmOCM2a9AIgo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PnPd6Pn5SIH9p1FFgzRlsmOCM2a9AIgo > .row .container { font-size:0.875rem;font-family:arial;height:39.4375rem;width:60rem;position:relative;display:none; }#Qi71SiLo0lt3JVxK6n1KHhAOifilPO8g { color:#000000;display:block;width:33.125rem;position:absolute;font-family:rubik;font-size:3.1875rem;font-weight:400;z-index:15018;line-height:1.1;letter-spacing:0;top:6.75rem;left:0rem;height:0;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#d4e6BtpGyHPEWqUIBmNvnvM0JgGnngQN { color:#40aa02;display:block;width:32.125rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:13.700000762939rem;left:0rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#iSOWU7Rb5M86gypCv1rMNSKa8lNCT6LF { background-color:#40aa02;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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:rubik;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.0625rem;height:3.25rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:32.3125rem;left:1.5rem;display:none; }
#wU0votCS8My4rNqZHMCTUoNR82oBmMvs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UQK6SJkwss1Jh59OlzQDnXpE60peGIfr { color:#000000;display:block;width:24.25rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:17.793749809265rem;left:6rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#PW6snQZ3QNOo0hs82t28P0iDR2LygOEm { position:absolute;display:block;z-index:15021;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.8125rem;width:2.8125rem;top:17.1875rem;left:2.3125rem;overflow:hidden;display:none; }
#UIorlwFkgsBIPUOpEETfwWqnsb5LADcA { position:absolute;display:block;z-index:15022;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.9375rem;width:2.9375rem;top:21.575000762939rem;left:2.25rem;overflow:hidden;display:none; }
#Ib0RNEfwhiIgMhTq1orQxniKNWu0vuGJ { position:absolute;display:block;z-index:15023;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.875rem;width:2.875rem;top:26.09375rem;left:2.28125rem;overflow:hidden;display:none; }
#eikEO2iOEEH7i3vhdgUPnTXghTqG8pVv { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:30.3125rem;left:9.3125rem;display:none; }
#uz9GUgbJT37PrTGCDHpFrx9k7MibMFrz { background-color:#40aa02;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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:rubik;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.0625rem;height:3.25rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:32.3125rem;left:1.5rem;display:none; }
#gSZInbLsMdZNu3E0eSWguR2kFShnraXU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eRh6lnUDLt6mqc4GigyDwXsniyUC4fFM { 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:60rem;width:60rem;display:none; }
#blvAuI6Rfk5Mm1F3pdTTp71DR33eqVNX { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:8.75rem;display:none; }
#dneJJH4VNXeXZHLEzF3rVetHK7GZmRr3 { color:#000000;display:block;width:1.5625rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:10.5625rem;left:17.75rem;display:none; }
#lvT7y7PRGttF0N62ZNHzKamRTnw94OVM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f9fd;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; }#lvT7y7PRGttF0N62ZNHzKamRTnw94OVM > .row .container { background-color: transparent; background-image: none; }#lvT7y7PRGttF0N62ZNHzKamRTnw94OVM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lvT7y7PRGttF0N62ZNHzKamRTnw94OVM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lvT7y7PRGttF0N62ZNHzKamRTnw94OVM > .row .container > .video-iframe-container { display: none; }#lvT7y7PRGttF0N62ZNHzKamRTnw94OVM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lvT7y7PRGttF0N62ZNHzKamRTnw94OVM > .row > .video-iframe-container { display: none; }#lvT7y7PRGttF0N62ZNHzKamRTnw94OVM > .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); }#lvT7y7PRGttF0N62ZNHzKamRTnw94OVM > .row .container { border-width: 0; border-radius: 0; }#lvT7y7PRGttF0N62ZNHzKamRTnw94OVM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lvT7y7PRGttF0N62ZNHzKamRTnw94OVM > .row .container { font-size:0.875rem;font-family:arial;height:33.3125rem;width:60rem;position:relative;display:block; }#GrlvFP0qtQHZGDUyO7VDMXytn0Bt7TJG { color:#0f0f10;display:block;width:39.375rem;position:absolute;font-family:rubik;font-size:2.625rem;font-weight:400;z-index:15018;line-height:1.1;letter-spacing:0;top:6rem;left:0rem;height:5.775rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Qg5h6VMn0pngZfx8BedBSVL7r51AqQao { background-color:#40aa02;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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#f8f9fd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.0625rem;height:3.25rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:23.4375rem;left:0rem;display:block; }
#XZ7pBVrdTfVoM98CfcdoNBT0yx02gWSJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JQtkM1uDUdmScdETHnUF2MSS802R2GwA { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:7.8125rem;left:8.625rem;display:none; }
#hsFZR1FE6awtamwfb6inXnkvvmHvZlzs { background-color:rgba(248,249,253,0.4);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #40aa02;border-left:0.0625rem solid #40aa02;border-right:0.0625rem solid #40aa02;border-bottom:0.0625rem solid #40aa02;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#0f0f10;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.0625rem;height:3.25rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:27.75rem;left:0rem;display:block; }
#ZOa8MuRkqGuRTRR2Lz4APkhhghqCNaR2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DxZtrZFT8IUXQISRAOQ3WLPCPNLpGs1e { color:#0f0f10;display:block;width:41.9375rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:400;z-index:15021;line-height:1.8;letter-spacing:0;top:13.9375rem;left:2.375rem;height:7.2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#qwGtTaHKz936Wkmp4qJ5h2dNNP3iWskJ { position:absolute;display:block;z-index:15016;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:1.1875rem;width:1.1875rem;top:16rem;left:0rem;overflow:hidden;display:block; }
#hiri4bAFvfcJZvKX8HCTfvSSXuhw8SsK { position:absolute;display:block;z-index:15017;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:1.1875rem;width:1.1875rem;top:17.8125rem;left:0rem;overflow:hidden;display:block; }
#GuP4iTNpOqrM5bI3F9lHTXRmN8luotwE { position:absolute;display:block;z-index:15017;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:1.1875rem;width:1.1875rem;top:14.1875rem;left:0rem;overflow:hidden;display:block; }
#tVQSDNFDhdCNOxVQ9vboooPP0RpVdnSo { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.625rem;width:31.5rem;top:3.6875rem;left:28.75rem;overflow:hidden;display:block; }
#un5CmXhQ2rvMzeizfyAGMC55vay57tIE { position:absolute;display:block;z-index:15018;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:1.1875rem;width:1.1875rem;top:19.625rem;left:0rem;overflow:hidden;display:block; }
#ADXx797583kZ2LkfCzKqVnfKyO6rK9Tg { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#248abb;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#ADXx797583kZ2LkfCzKqVnfKyO6rK9Tg > .row .container { background-color: transparent; background-image: none; }#ADXx797583kZ2LkfCzKqVnfKyO6rK9Tg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ADXx797583kZ2LkfCzKqVnfKyO6rK9Tg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ADXx797583kZ2LkfCzKqVnfKyO6rK9Tg > .row .container > .video-iframe-container { display: none; }#ADXx797583kZ2LkfCzKqVnfKyO6rK9Tg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ADXx797583kZ2LkfCzKqVnfKyO6rK9Tg > .row > .video-iframe-container { display: none; }#ADXx797583kZ2LkfCzKqVnfKyO6rK9Tg > .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); }#ADXx797583kZ2LkfCzKqVnfKyO6rK9Tg > .row .container { border-width: 0; border-radius: 0; }#ADXx797583kZ2LkfCzKqVnfKyO6rK9Tg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ADXx797583kZ2LkfCzKqVnfKyO6rK9Tg > .row .container { font-size:0.875rem;font-family:"open sans";height:4.375rem;width:60rem;position:relative;display:block; }#sSJzdT7yoB5rmpsi9yPc3ct3xiH4WTRW { display:block;width:20rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:1.375rem;left:3.5rem;height:0;color:#f8f9fd;text-align:left;text-align-last:left;font-style:normal;display:block; }
#he3SHWupXVl81F2nMycxS23vWmeGXIeU { display:block;width:7.375rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:1.6187496185302rem;left:36.5625rem;height:1.1375rem;color:#f8f9fd;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XPsZONs9VZ9rGh8kpNhk6wphw4a6qgq3 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#XPsZONs9VZ9rGh8kpNhk6wphw4a6qgq3 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#f8f9fd;padding-top:0.315rem;padding-right:0.28375rem;padding-bottom:0.315rem;padding-left:0.28375rem;display:block;align-items:center;width:1.703125rem;min-width:1.703125rem;height:1.69375rem;position:relative;font-family:"open sans";font-size:1.260625rem;font-weight:700;line-height:27.1px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XPsZONs9VZ9rGh8kpNhk6wphw4a6qgq3 .widget-text.counter-label { background-color:;background-image:none;color:#f8f9fd;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.196875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.270625rem;height:0.669375rem;position:relative;font-family:rubik;font-size:0.4725rem;font-weight:400;line-height:10.71px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#XPsZONs9VZ9rGh8kpNhk6wphw4a6qgq3 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:13.0625rem;height:3.18958125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.59270858764649rem;left:43.260417938233rem;z-index:15000; }
#XPsZONs9VZ9rGh8kpNhk6wphw4a6qgq3 #TWgpF00LbO6VRP35BiwIIRXEMizkmHhl { display:flex;position:relative;top:0rem;left:0rem; }
#XPsZONs9VZ9rGh8kpNhk6wphw4a6qgq3 #P2espM91Q2QTEGABWiiLpct94nnOCNmC { width:auto; }
#XPsZONs9VZ9rGh8kpNhk6wphw4a6qgq3 #rSiDFncwTgJD3cxWTaohqc4UEk5OL5VE {  }
#XPsZONs9VZ9rGh8kpNhk6wphw4a6qgq3 #AVugVUU6n6SODlCKSuTXUm842y67E0oP { display:flex;position:relative;top:0rem;left:0rem; }
#XPsZONs9VZ9rGh8kpNhk6wphw4a6qgq3 #UeJSfqFABVZLvc2huEBMe03XhoqvO5tx {  }
#XPsZONs9VZ9rGh8kpNhk6wphw4a6qgq3 #FOTPD00uOSiJ6pghy7OzicdycsWtpUXZ {  }
#XPsZONs9VZ9rGh8kpNhk6wphw4a6qgq3 #iqmJJpiauLEICHHfSshxF4wE1uNXKAyH { display:flex;position:relative;top:0rem;left:0rem; }
#XPsZONs9VZ9rGh8kpNhk6wphw4a6qgq3 #zf3tDA8blAfEHhhfEByd19nMSF46e6xV {  }
#XPsZONs9VZ9rGh8kpNhk6wphw4a6qgq3 #KyFiG8cHCm8POh2QoJQkSriKC8tfSHC0 {  }
#XPsZONs9VZ9rGh8kpNhk6wphw4a6qgq3 #itABJWRHQEAMkFxVWy9DLEet1EQBV50D { display:flex;position:relative;top:0rem;left:0rem; }
#XPsZONs9VZ9rGh8kpNhk6wphw4a6qgq3 #lxTAI7G5ETZidQS9QNm9W1Lq8sAcVa5p {  }
#XPsZONs9VZ9rGh8kpNhk6wphw4a6qgq3 #aOT9REbD4xnQWgw8HqHyHQ3flDf7g7qv {  }
#EMxd9B6AlxI3fOvIr0l8rmam6fx7UpP4 { display:block;width:20rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:1.4375rem;left:22.625rem;height:1.375rem;color:#f8f9fd;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zAnXyRWU9dR2SIkTwFRv0ThaL4iHZXIA { position:relative;display:block; }#zAnXyRWU9dR2SIkTwFRv0ThaL4iHZXIA { background-color: transparent; background-image: none; }#zAnXyRWU9dR2SIkTwFRv0ThaL4iHZXIA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zAnXyRWU9dR2SIkTwFRv0ThaL4iHZXIA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zAnXyRWU9dR2SIkTwFRv0ThaL4iHZXIA > .row .container > .video-iframe-container { display: none; }#zAnXyRWU9dR2SIkTwFRv0ThaL4iHZXIA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zAnXyRWU9dR2SIkTwFRv0ThaL4iHZXIA > .row > .video-iframe-container { display: none; }#zAnXyRWU9dR2SIkTwFRv0ThaL4iHZXIA > .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); }#zAnXyRWU9dR2SIkTwFRv0ThaL4iHZXIA { border-width: 0; border-radius: 0; }#zAnXyRWU9dR2SIkTwFRv0ThaL4iHZXIA > .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; }#zAnXyRWU9dR2SIkTwFRv0ThaL4iHZXIA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f8f9fd;background-image:none;font-size:0.875rem;font-family:arial;height:33.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#J7TuWxLT9MNqXQdIdVptemHoq9H7G7Af { color:#0f0f10;display:block;width:23.6875rem;position:absolute;font-family:rubik;font-size:2rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:4.375rem;left:30rem;height:2.6rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TElrA5f1Qi6Wy4BWZnJx1RTRcdJsPQrT { color:#0f0f10;display:block;width:25.5rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:9.9375rem;left:33.375rem;height:13rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#XT9lloaUnaeiDE8FCi3AfXVVMsNaG5x1 { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #40aa02, #248abb);background-image: -moz-linear-gradient(90deg, #40aa02, #248abb);background-image: -ms-linear-gradient(90deg, #40aa02, #248abb);background-image: -o-linear-gradient(90deg, #40aa02, #248abb);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#40aa02', endColorstr='#248abb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#40aa02', endColorstr='#248abb' );";background-image: linear-gradient(90deg, #40aa02, #248abb);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.3125rem;width:6.25rem;top:3.4375rem;left:30rem;display:block; }
#dnTTeR8ul8bK0ARIccDfUcL24orReMBp { position:absolute;display:block;z-index:15021;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.125rem;width:2.125rem;top:9.5rem;left:30.125rem;overflow:hidden;display:block; }
#gzdFrAOc4n320uiwJKvPXZ9A8h4SC0GX { position:absolute;display:block;z-index:15022;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:2.25rem;top:13.375rem;left:30.125rem;overflow:hidden;display:block; }
#r71sKCe3pKZGuOq5JTvvzTrKPhGqn0xv { position:absolute;display:block;z-index:15025;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:1.8125rem;width:1.8125rem;top:17.4375rem;left:30.375rem;overflow:hidden;display:block; }
#JNAS4gCkG09qiJMEcqAeJt5WUbP0UsNR { position:absolute;display:block;z-index:15024;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:1.8125rem;width:1.8125rem;top:21.3125rem;left:30.5rem;overflow:hidden;display:block; }
#uqs7PGT4Pp5T2XKy2GEfypM5BlSNiqVQ { background-color:#40aa02;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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#f8f9fd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.0625rem;height:3.25rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:26.5rem;left:36.46875rem;display:block; }
#KRFh86Q54KCd89vw9L14GtKSTkDsWFfS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Rhyg5lqTARGqQwEChQfWHeIsBQxIM62h { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:26.9375rem;width:27rem;top:3.4375rem;left:0rem;overflow:hidden;display:block; }
#kCBg8C1tSkT9O0fulHuenlFTf2vIR7yk { position:relative;display:none; }#kCBg8C1tSkT9O0fulHuenlFTf2vIR7yk { border-width: 0; border-radius: 0; }#kCBg8C1tSkT9O0fulHuenlFTf2vIR7yk > .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; }#kCBg8C1tSkT9O0fulHuenlFTf2vIR7yk > .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:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#x2ZT28hUUIRNlWAQdH9MnlcgwgBhcX09 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#x2ZT28hUUIRNlWAQdH9MnlcgwgBhcX09 > .row .container { border-width: 0; border-radius: 0; }#x2ZT28hUUIRNlWAQdH9MnlcgwgBhcX09 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x2ZT28hUUIRNlWAQdH9MnlcgwgBhcX09 > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:60rem;position:relative;display:none; }#S39kBQWgJU0qK8LutF938ctUwCbSbLNp { color:#000000;display:block;width:24.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:1.8125rem;left:24.5625rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#O2mb2lVefTdK00VlduMg6ZIMudvz4kKC { position:absolute;display:block;z-index:15022;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.8125rem;width:2.8125rem;top:1.8125rem;left:20.1875rem;overflow:hidden;display:none; }
#CETn4so6kDNTlOlb3oVv36uS3XMChacd { position:absolute;display:block;z-index:15023;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.9375rem;width:2.9375rem;top:6.1999998092651rem;left:20.125rem;overflow:hidden;display:none; }
#RdyRRZnkCaf6Fh4wNvRaqput6uaOITqQ { position:absolute;display:block;z-index:15024;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.875rem;width:2.875rem;top:10.21875rem;left:20.15625rem;overflow:hidden;display:none; }
#TW1hqdc6JigdUrGWESpUJ6Iyamptc8by { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.0625rem;top:2.5rem;left:0rem;display:none; }
#IfT6yNTTAUvcwgabTLF42cIeHn498vwf { position:absolute;display:block;z-index:14998;background-color:#248abb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.3125rem;width:6.25rem;top:2.8125rem;left:0rem;display:none; }
#CvTmSEN0TggBJ3iGD6AFKcnp400pm3I2 { 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:32rem;width:32rem;display:none; }
#UTFDpdUcwOertfTb0GJwhuGACKiBh2UD { 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:49.9375rem;width:50rem;display:none; }
#TL1mqIarXS9sL6ADBE9R3k8gUyI2A4N0 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#40aa02;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#TL1mqIarXS9sL6ADBE9R3k8gUyI2A4N0 > .row .container { border-width: 0; border-radius: 0; }#TL1mqIarXS9sL6ADBE9R3k8gUyI2A4N0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TL1mqIarXS9sL6ADBE9R3k8gUyI2A4N0 > .row .container { font-size:0.875rem;font-family:"open sans";height:4.375rem;width:60rem;position:relative;display:none; }#m7r8R6lvTslzGT7DXXuwHblISJ17CCek { display:block;width:20rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:0.72500038146975rem;left:3.375rem;height:;color:#f8f9fd;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TpogDiiH5CiSpCkbERqpTV62s6RErqgr { display:block;width:7.375rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:1.6187496185302rem;left:17.947917938233rem;height:1.1375rem;color:#f8f9fd;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cZA7ZGhhT5vLM92qWCwr2V5IXKKuU7pW .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#cZA7ZGhhT5vLM92qWCwr2V5IXKKuU7pW .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#f8f9fd;padding-top:0.315rem;padding-right:0.28375rem;padding-bottom:0.315rem;padding-left:0.28375rem;display:block;align-items:center;width:1.703125rem;min-width:1.703125rem;height:1.69375rem;position:relative;font-family:"open sans";font-size:1.260625rem;font-weight:700;line-height:27.1px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cZA7ZGhhT5vLM92qWCwr2V5IXKKuU7pW .widget-text.counter-label { background-color:;background-image:none;color:#f8f9fd;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.196875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.270625rem;height:0.669375rem;position:relative;font-family:rubik;font-size:0.4725rem;font-weight:400;line-height:10.71px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#cZA7ZGhhT5vLM92qWCwr2V5IXKKuU7pW { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:13.0625rem;height:3.18958125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.59270858764649rem;left:24.572917938233rem;z-index:15000; }
#cZA7ZGhhT5vLM92qWCwr2V5IXKKuU7pW #ubEixXD5WhuSmhONPltnzD0g1si1zL9x { display:flex;position:relative;top:0rem;left:0rem; }
#cZA7ZGhhT5vLM92qWCwr2V5IXKKuU7pW #rDDaQlp6kixLrpKQz7bC2LOfVoMobmM8 { width:auto; }
#cZA7ZGhhT5vLM92qWCwr2V5IXKKuU7pW #zu1htuzrbCO9Lw6Dh8Sl98VrGEQTbc0B {  }
#cZA7ZGhhT5vLM92qWCwr2V5IXKKuU7pW #lr7mIz3fQ9fpAG9I3UHq4b0VEOk6QugW { display:flex;position:relative;top:0rem;left:0rem; }
#cZA7ZGhhT5vLM92qWCwr2V5IXKKuU7pW #imRH9Kpfa2Ikqv5UmFaf5m6Fh4VsPZ1V {  }
#cZA7ZGhhT5vLM92qWCwr2V5IXKKuU7pW #E1rOO9H2FmG4ByDuA6fdkZmBT73PqEOd {  }
#cZA7ZGhhT5vLM92qWCwr2V5IXKKuU7pW #TEOvlx0sRJQqMpBkipdgF8wNqpEg7Bxq { display:flex;position:relative;top:0rem;left:0rem; }
#cZA7ZGhhT5vLM92qWCwr2V5IXKKuU7pW #HFPdyeTuoXCS3nZD1DDH4vh6axyFXN67 {  }
#cZA7ZGhhT5vLM92qWCwr2V5IXKKuU7pW #Po5kr2sR51kz4rczAR8CTA2LoGVuT1E8 {  }
#cZA7ZGhhT5vLM92qWCwr2V5IXKKuU7pW #eBOcAIi8OtTP8puoRi2BRAS4xWMTQ6P7 { display:flex;position:relative;top:0rem;left:0rem; }
#cZA7ZGhhT5vLM92qWCwr2V5IXKKuU7pW #qAxB5vT8994gsNL7IXGylG8wMziT3g8O {  }
#cZA7ZGhhT5vLM92qWCwr2V5IXKKuU7pW #A8on3Z9ishl754bz2r8RfPvgZ4d6Xvei {  }
#E77q7dTL5snzeWTBTunfvk88UvQUGZoM { background-color:#248abb;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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#f8f9fd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:2.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:0.96875rem;left:40.625rem;display:block; }
#N5NGsITIbJxGuZ6oTizAuw4ygOHKm0c6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CXoFXwQK5OveybUBTTh8nTtgyhvfAKIJ { position:relative;display:none; }#CXoFXwQK5OveybUBTTh8nTtgyhvfAKIJ { border-width: 0; border-radius: 0; }#CXoFXwQK5OveybUBTTh8nTtgyhvfAKIJ > .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; }#CXoFXwQK5OveybUBTTh8nTtgyhvfAKIJ > .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:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#vfnS4F9tPUTPKPkXZ73GIHLWTwgF8OT7 { position:relative;display:none; }#vfnS4F9tPUTPKPkXZ73GIHLWTwgF8OT7 { border-width: 0; border-radius: 0; }#vfnS4F9tPUTPKPkXZ73GIHLWTwgF8OT7 > .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; }#vfnS4F9tPUTPKPkXZ73GIHLWTwgF8OT7 > .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:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#gARIzGieodzvb8qJnlyl5OiBpX6gPN3e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f0f10;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; }#gARIzGieodzvb8qJnlyl5OiBpX6gPN3e > .row .container { background-color: transparent; background-image: none; }#gARIzGieodzvb8qJnlyl5OiBpX6gPN3e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gARIzGieodzvb8qJnlyl5OiBpX6gPN3e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gARIzGieodzvb8qJnlyl5OiBpX6gPN3e > .row .container > .video-iframe-container { display: none; }#gARIzGieodzvb8qJnlyl5OiBpX6gPN3e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gARIzGieodzvb8qJnlyl5OiBpX6gPN3e > .row > .video-iframe-container { display: none; }#gARIzGieodzvb8qJnlyl5OiBpX6gPN3e > .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); }#gARIzGieodzvb8qJnlyl5OiBpX6gPN3e > .row .container { border-width: 0; border-radius: 0; }#gARIzGieodzvb8qJnlyl5OiBpX6gPN3e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gARIzGieodzvb8qJnlyl5OiBpX6gPN3e > .row .container { font-size:0.875rem;font-family:arial;height:11.4375rem;width:60rem;position:relative;display:block; }#eGDeZTT1rphIqsV0eCFwGgw5mNuqgg6G { color:#f8f9fd;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:3.25rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:2.25rem;left:1.25rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yFKkcpSbR48tmczVKIgtrBk2olEpdPdN { color:#248abb;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.2;letter-spacing:0;top:6.625rem;left:1.25rem;height:1.35rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XcfOClVo2wOg3pnFflHPt4lLBn06tRvv { color:#f8f9fd;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:3.25rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:2.25rem;left:16.25rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kEEOtqZdmowNtorKB5ubLWCrLFpBSKhs { color:#248abb;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.2;letter-spacing:0;top:6.625rem;left:16.25rem;height:2.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dAmSDto10ooRRt5kiof8rlX0JIVvIXfX { color:#f8f9fd;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:3.25rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:2.25rem;left:31.25rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yQ5kHsxAK2pK0Bz3tLztQ7BdmQTQAmSp { color:#248abb;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.2;letter-spacing:0;top:6.625rem;left:31.25rem;height:2.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JhtHrfTaLrkPPbqF145CsyMDiXf8peMg { color:#248abb;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.2;letter-spacing:0;top:6.625rem;left:46.25rem;height:2.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PPdyb7XdQoX8e2nJguw5TkhlGyhCtDu9 { color:#f8f9fd;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:3.25rem;font-weight:700;z-index:15025;line-height:1.2;letter-spacing:0;top:2.25rem;left:46.25rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#COWHxSeuywkwVTkx2KWZkKH8BPI1Xg7l { position:absolute;display:block;z-index:15018;background-color:#0f0f10;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:10.1875rem;width:60rem;top:1rem;left:0rem;display:block; }
#y8SfLBHxCcipHN9tAeUlU3KRdbMXEbos { color:#000000;display:block;width:23.125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:0rem;left:17.875rem;height:2.6rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f9fd;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; }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI > .row .container { background-color: transparent; background-image: none; }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI > .row .container > .video-iframe-container { display: none; }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI > .row > .video-iframe-container { display: none; }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI > .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); }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI > .row .container { border-width: 0; border-radius: 0; }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI > .row .container { font-size:0.875rem;font-family:arial;height:0.75rem;width:60rem;position:relative;display:block; }#xhRr57lcL7wnWELySoSw9BomIhHvHNle { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f9fd;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; }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row .container { background-color: transparent; background-image: none; }#xhRr57lcL7wnWELySoSw9BomIhHvHNle::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row .container > .video-iframe-container { display: none; }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row > .video-iframe-container { display: none; }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .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); }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row .container { border-width: 0; border-radius: 0; }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row .container { font-size:0.875rem;font-family:arial;height:7.625rem;width:60rem;position:relative;display:block; }#dKapEHiGRnSkf56eZcpy6zd3Tw0UDPSS { color:#000000;display:block;width:60rem;position:absolute;font-family:rubik;font-size:2rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:2.5rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#URE7Ao9mSUBpz4pDTbbGwFvFBCg8nNUx { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #40aa02, #248abb);background-image: -moz-linear-gradient(90deg, #40aa02, #248abb);background-image: -ms-linear-gradient(90deg, #40aa02, #248abb);background-image: -o-linear-gradient(90deg, #40aa02, #248abb);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#40aa02', endColorstr='#248abb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#40aa02', endColorstr='#248abb' );";background-image: linear-gradient(90deg, #40aa02, #248abb);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.3125rem;width:6.25rem;top:1.5625rem;left:26.875rem;display:block; }
#FNAyKPmIavcrlKNuu7HID9wRvTg0BwSx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f9fd;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; }#FNAyKPmIavcrlKNuu7HID9wRvTg0BwSx > .row .container { background-color: transparent; background-image: none; }#FNAyKPmIavcrlKNuu7HID9wRvTg0BwSx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FNAyKPmIavcrlKNuu7HID9wRvTg0BwSx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FNAyKPmIavcrlKNuu7HID9wRvTg0BwSx > .row .container > .video-iframe-container { display: none; }#FNAyKPmIavcrlKNuu7HID9wRvTg0BwSx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FNAyKPmIavcrlKNuu7HID9wRvTg0BwSx > .row > .video-iframe-container { display: none; }#FNAyKPmIavcrlKNuu7HID9wRvTg0BwSx > .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); }#FNAyKPmIavcrlKNuu7HID9wRvTg0BwSx > .row .container { border-width: 0; border-radius: 0; }#FNAyKPmIavcrlKNuu7HID9wRvTg0BwSx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FNAyKPmIavcrlKNuu7HID9wRvTg0BwSx > .row .container { font-size:0.875rem;font-family:arial;height:18.4375rem;width:60rem;position:relative;display:block; }#Ts8mJMPC7lCtZZGzCVanzTBKZTERX9WB { color:#0f0f10;display:block;width:19.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:12.625rem;left:0rem;height:1.575rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Wh9whLMAOgEHxy8ndG8llXKOLJIUkK3v { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.8125rem;width:14.8125rem;top:1.9375rem;left:2.5rem;overflow:hidden;display:block; }
#H4ViQfyPsPOTvCraawfhQspZmwZE6i42 { color:#0f0f10;display:block;width:16.875rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.5;letter-spacing:0;top:12.5625rem;left:21.5625rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IfdxglZ7RgTPOGvXlSsgDyL0Q1Ly7QoX { color:#0f0f10;display:block;width:16.875rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.5;letter-spacing:0;top:12.5625rem;left:41.5625rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VieoMJTbrwhTL5sO4ZVafT789nX3fIOL { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:0.0625rem;width:0.125rem;top:1.4375rem;left:42.1875rem;overflow:hidden;display:block; }
#AptfXDey4AaeVOA4a7lGLzr6XFGtvLty { position:absolute;display:block;z-index:15007;background-color:#f8f9fd;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:15rem;width:17.5rem;top:0rem;left:1.25rem;display:block; }
#eiT40kDZqKHgeISqlqndDqeA8ZoOxTfU { position:absolute;display:block;z-index:15008;background-color:#f8f9fd;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:15rem;width:17.5rem;top:0rem;left:21.25rem;display:block; }
#fy2LeDNbifgsXTKoJlF0UZPEizTlpsok { position:absolute;display:block;z-index:15009;background-color:#f8f9fd;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:15rem;width:17.5rem;top:0rem;left:41.25rem;display:block; }
#RER858KIe0UGRt3sViPIMZon3Ln9kuyR { position:absolute;display:block;z-index:15027;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:11.875rem;width:16.25rem;top:1.1875rem;left:21.875rem;overflow:hidden;display:block; }
#P7Sn85Ass5lyqIghg2G7ZhwmA7IESL27 { position:absolute;display:block;z-index:15028;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:1.875rem;width:1.875rem;top:0rem;left:1.25rem;overflow:hidden;display:block; }
#qRVnvO1vUvIC5Ggi9sSt9GofZFuDrhsa { position:absolute;display:block;z-index:15029;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:1.875rem;width:1.875rem;top:0rem;left:21.25rem;overflow:hidden;display:block; }
#fWyiI9z91IQVGUsBqmIFnIIXbWuytezN { position:absolute;display:block;z-index:15030;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:1.875rem;width:1.875rem;top:0rem;left:41.25rem;overflow:hidden;display:block; }
#GgkLzHBp8MAfvwT8IbLskWF0NAQE3Svi { 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:43.875rem;width:60rem;display:none; }
#ZaeNklgF2hwbSTdz31fBMc9n5UdRquZu { position:absolute;display:block;z-index:15031;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:11.875rem;width:16.25rem;top:1.1875rem;left:41.875rem;overflow:hidden;display:block; }
#eTNd9lLrQXNXJCzGhKqRSkKK4KCQCp6G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f0f10;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#eTNd9lLrQXNXJCzGhKqRSkKK4KCQCp6G > .row .container { background-color: transparent; background-image: none; }#eTNd9lLrQXNXJCzGhKqRSkKK4KCQCp6G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTNd9lLrQXNXJCzGhKqRSkKK4KCQCp6G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTNd9lLrQXNXJCzGhKqRSkKK4KCQCp6G > .row .container > .video-iframe-container { display: none; }#eTNd9lLrQXNXJCzGhKqRSkKK4KCQCp6G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTNd9lLrQXNXJCzGhKqRSkKK4KCQCp6G > .row > .video-iframe-container { display: none; }#eTNd9lLrQXNXJCzGhKqRSkKK4KCQCp6G > .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); }#eTNd9lLrQXNXJCzGhKqRSkKK4KCQCp6G > .row .container { border-width: 0; border-radius: 0; }#eTNd9lLrQXNXJCzGhKqRSkKK4KCQCp6G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eTNd9lLrQXNXJCzGhKqRSkKK4KCQCp6G > .row .container { font-size:0.875rem;font-family:arial;height:7.75rem;width:60rem;position:relative;display:block; }#Cx2phNe47qR52McHcV3HEVWRR0P2WPRC { color:#f8f9fd;display:block;width:17rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5749998092651rem;left:0rem;height:;display:block; }
#ePOpcZyT0ytXiXz8FKMuQhsqVJGixqpx { 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:1.5rem;width:7.5rem;top:2.0625rem;left:12.5rem;overflow:hidden;display:block; }
#plP3HN6yqKhwVQBiVlIQTuGplyoWVZbe { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:4.6875rem;top:1.875rem;left:33.75rem;overflow:hidden;display:block; }
#saTi2GP3TbKU7pzkyZr5QyoQ1pxfc7nq { position:absolute;display:block;z-index:15005;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:1.9375rem;width:4.0625rem;top:1.75rem;left:52.125rem;overflow:hidden;display:block; }
#och3rIPtIp8C6vPkphONNgxeMrTsc7Kk { color:#f8f9fd;display:block;width:47rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:4.625rem;left:9.25rem;height:;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qUbD2u7N6sofhsytkO0eawfgbVscVhJT { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:8.125rem;top:2.0625rem;left:41.84375rem;overflow:hidden;display:block; }
#vh1UqvzTrxsndJgonrxwKu00E4sri8BT { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:7.5rem;top:1.375rem;left:23.03125rem;overflow:hidden;display:block; }
#pidgssSzMqUt6emqHiF5LmLCdwdbVepJ { 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:10.6875rem;width:60rem;display:none; }
#CHgxF0DzCGwG1ycS9QwTKqhM000UIFDA { color:#ffffff;display:block;width:47rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:4.625rem;left:9.25rem;height:1.3rem;text-align:right;text-align-last:right;display:none; }
#Od6dHuTi4zkB6F5MILqQo3RIyqETQFS1 { position:relative;display:none; }#Od6dHuTi4zkB6F5MILqQo3RIyqETQFS1 { border-width: 0; border-radius: 0; }#Od6dHuTi4zkB6F5MILqQo3RIyqETQFS1 > .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; }#Od6dHuTi4zkB6F5MILqQo3RIyqETQFS1 > .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:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#odFfNXklz771wpGEVfBu28ssG7gra0Fe { position:relative;display:block; }#odFfNXklz771wpGEVfBu28ssG7gra0Fe { background-color: transparent; background-image: none; }#odFfNXklz771wpGEVfBu28ssG7gra0Fe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#odFfNXklz771wpGEVfBu28ssG7gra0Fe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#odFfNXklz771wpGEVfBu28ssG7gra0Fe > .row .container > .video-iframe-container { display: none; }#odFfNXklz771wpGEVfBu28ssG7gra0Fe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#odFfNXklz771wpGEVfBu28ssG7gra0Fe > .row > .video-iframe-container { display: none; }#odFfNXklz771wpGEVfBu28ssG7gra0Fe > .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); }#odFfNXklz771wpGEVfBu28ssG7gra0Fe { border-width: 0; border-radius: 0; }#odFfNXklz771wpGEVfBu28ssG7gra0Fe > .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; }#odFfNXklz771wpGEVfBu28ssG7gra0Fe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f8f9fd;background-image:none;font-size:0.875rem;font-family:arial;height:39.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ysrAeAvgaQ3OM3geb1QDIAFWEXwlW3qI { display:block;width:60rem;position:absolute;font-family:rubik;font-size:2rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.9375rem;left:0rem;height:2.6rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#0f0f10;display:block; }
#HSJWiii6Xn1exXqnHu9drI9qyydlx7br { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:19.125rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:0.3125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;top:9.6875rem;left:0rem;overflow:hidden;display:block; }
#RyAXmFsXH5xeH0wEueAXlD9qJEA1TkZ3 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:19.125rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:23.5625rem;left:20.4375rem;overflow:hidden;display:block; }
#zbRJU7KSDTXyV9yLxmEctXLoUDtsxiJs { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:19.125rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0rem;top:23.5625rem;left:0rem;overflow:hidden;display:block; }
#FD6e2GCGq1DFuzZ55upChTPnN0R0NlSO { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:19.125rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:9.6875rem;left:20.4375rem;overflow:hidden;display:block; }
#Z3yRKfBHPNhC2F0ZaFHf3r2mRwqXF0aA { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:19.125rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.3125rem;top:23.5625rem;left:40.875rem;overflow:hidden;display:block; }
#Bqn86LJkyEvBfNAFKD0sbwlTftvMx2rB { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #40aa02, #248abb);background-image: -moz-linear-gradient(90deg, #40aa02, #248abb);background-image: -ms-linear-gradient(90deg, #40aa02, #248abb);background-image: -o-linear-gradient(90deg, #40aa02, #248abb);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#40aa02', endColorstr='#248abb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#40aa02', endColorstr='#248abb' );";background-image: linear-gradient(90deg, #40aa02, #248abb);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.3125rem;width:6.25rem;top:3rem;left:26.875rem;display:block; }
#VSwXJ56f3lHgtDdntyBpXUpZ1TNI98XA { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:19.125rem;position:absolute;display:block;z-index:15003;box-shadow: none;border-top-left-radius:0rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;top:9.6875rem;left:40.875rem;overflow:hidden;display:block; }
#Ta9c5LE5TLhoU4ecdZOvzDx0e5h5perm { position:absolute;display:block;z-index:15005;background-color:rgba(0,0,0,0.57);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:0rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:1.9375rem;width:15.1875rem;top:10.9375rem;left:20.4375rem;display:block; }
#KhndE1cTyHwfynF2rZGKqEPHkVEoTZs5 { color:#f8f9fd;display:block;width:12.125rem;position:absolute;font-family:rubik;font-size:0.8125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:25.3125rem;left:22.5rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Da1rshWar9abV07CnEUePuwCWT3L2yeR { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:11.28125rem;left:20.9375rem; }
#WGdmeKraG5I6zU9CWH7KtzlKyen6R5u8 { position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0.57);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:0rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:1.9375rem;width:15.1875rem;top:10.9375rem;left:0rem;display:block; }
#w50Emt6TqQhKr3o5eLwchqdJEL82g68k { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:11.28125rem;left:0.4375rem; }
#TIFOQL7DvyUGEEBkZmAKItLdKwM9NAI6 { color:#f8f9fd;display:block;width:12.75rem;position:absolute;font-family:rubik;font-size:0.8125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:11.4375rem;left:2rem;height:1.05625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IpfqGFTQz3f3pmmB9V1gDsUc6m3pxCSu { position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0.57);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:0rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:1.9375rem;width:15.1875rem;top:24.8125rem;left:0rem;display:block; }
#Hx8kfLkkUuTgIbEskL2xPmRHLPk17Uf7 { color:#f8f9fd;display:block;width:12.75rem;position:absolute;font-family:rubik;font-size:0.8125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:25.3125rem;left:2rem;height:1.05625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QzCZ0A8w9TG0kkwb1MtLVfZqPNxiJoUw { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:25.15625rem;left:0.4375rem; }
#cT2H5SbFfP9TsbsvUsfBwA6sE1bo6fIi { position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0.57);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:0rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:1.9375rem;width:15.1875rem;top:24.8125rem;left:20.4375rem;display:block; }
#pz3txBKJTKBtZ2y6rR30TMouswK05BSQ { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:25.15625rem;left:20.9375rem; }
#iQMdf1nxGZChcIZ8Q9G7TNxBTBt9cxgP { color:#f8f9fd;display:block;width:11.875rem;position:absolute;font-family:rubik;font-size:0.8125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:11.4375rem;left:22.5rem;height:1.05625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aGLqmExHmy36HZxwoJBBxWmWnbyMpepe { position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0.57);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:0rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:1.9375rem;width:15.1875rem;top:10.9375rem;left:40.875rem;display:block; }
#Wxnob6Anyml3cgzgpOvTLN4CncI2k4Ip { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:11.28125rem;left:41.375rem; }
#mAU5V5TfebSeFbgGKIgH4K1Fd3msuyn3 { color:#f8f9fd;display:block;width:14.3125rem;position:absolute;font-family:rubik;font-size:0.8125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:11.4375rem;left:42.9375rem;height:1.05625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cf7472MPFmeg7k7fTvHvHAp8VIQbmQg7 { position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0.57);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:0rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:1.9375rem;width:15.1875rem;top:24.8125rem;left:40.875rem;display:block; }
#S40ZOphUsFH1PRNbtVId1rcSe6cdGHAD { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:25.15625rem;left:41.375rem; }
#O3ETDPno1q95thn3IsQulmZniw3Anxfb { color:#f8f9fd;display:block;width:14.3125rem;position:absolute;font-family:rubik;font-size:0.8125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:25.3125rem;left:42.9375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OWgPAnpTsTItTW0uxBhCSrkHwbzW8u08 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#40aa02;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#OWgPAnpTsTItTW0uxBhCSrkHwbzW8u08 > .row .container { border-width: 0; border-radius: 0; }#OWgPAnpTsTItTW0uxBhCSrkHwbzW8u08 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OWgPAnpTsTItTW0uxBhCSrkHwbzW8u08 > .row .container { font-size:0.875rem;font-family:"open sans";height:4.375rem;width:60rem;position:relative;display:none; }#Xnko4l48VB2fmnwtP0NkzBXaEqKReiRy { display:block;width:20rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:0.72500038146975rem;left:3.375rem;height:1.4625rem;color:#f8f9fd;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pJX0KyWdqm8lSrVu4CX2XDOP0UuKSbhn { display:block;width:20rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:0.72500038146975rem;left:3.375rem;height:1.4625rem;color:#f8f9fd;text-align:left;text-align-last:left;font-style:normal;display:none; }
#xMC5JMDfhWnMKiQxXPG7z4hR2FOu7nus { 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:6.3125rem;width:6.3125rem;display:none; }
#Dzzoz78dfUnBfTi2uC3Qwsik0l8UmL2I { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#40aa02;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#Dzzoz78dfUnBfTi2uC3Qwsik0l8UmL2I > .row .container { background-color: transparent; background-image: none; }#Dzzoz78dfUnBfTi2uC3Qwsik0l8UmL2I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dzzoz78dfUnBfTi2uC3Qwsik0l8UmL2I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dzzoz78dfUnBfTi2uC3Qwsik0l8UmL2I > .row .container > .video-iframe-container { display: none; }#Dzzoz78dfUnBfTi2uC3Qwsik0l8UmL2I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dzzoz78dfUnBfTi2uC3Qwsik0l8UmL2I > .row > .video-iframe-container { display: none; }#Dzzoz78dfUnBfTi2uC3Qwsik0l8UmL2I > .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); }#Dzzoz78dfUnBfTi2uC3Qwsik0l8UmL2I > .row .container { border-width: 0; border-radius: 0; }#Dzzoz78dfUnBfTi2uC3Qwsik0l8UmL2I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Dzzoz78dfUnBfTi2uC3Qwsik0l8UmL2I > .row .container { font-size:0.875rem;font-family:"open sans";height:4.375rem;width:60rem;position:relative;display:block; }#tpOLT97tZXV9V5IKA2t3hmeaX6UUMvwW { display:block;width:20rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:0.72500038146975rem;left:3.375rem;height:;color:#f8f9fd;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gmHiUTKeU97BqPQX5LGBXDbrf9Qg2VlA { display:block;width:7.375rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:1.6187496185302rem;left:17.947917938233rem;height:1.1375rem;color:#f8f9fd;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OOvpwDTcrehuBcBqkAgiJXMTGsBvRwC4 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#OOvpwDTcrehuBcBqkAgiJXMTGsBvRwC4 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#f8f9fd;padding-top:0.315rem;padding-right:0.28375rem;padding-bottom:0.315rem;padding-left:0.28375rem;display:block;align-items:center;width:1.703125rem;min-width:1.703125rem;height:1.69375rem;position:relative;font-family:"open sans";font-size:1.260625rem;font-weight:700;line-height:27.1px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OOvpwDTcrehuBcBqkAgiJXMTGsBvRwC4 .widget-text.counter-label { background-color:;background-image:none;color:#f8f9fd;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.196875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.270625rem;height:0.669375rem;position:relative;font-family:rubik;font-size:0.4725rem;font-weight:400;line-height:10.71px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#OOvpwDTcrehuBcBqkAgiJXMTGsBvRwC4 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:13.0625rem;height:3.18958125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.59270858764649rem;left:24.572917938233rem;z-index:15000; }
#OOvpwDTcrehuBcBqkAgiJXMTGsBvRwC4 #TBNIn2bqpTUfFbeH2D2HpXRMO3dyvycL { display:flex;position:relative;top:0rem;left:0rem; }
#OOvpwDTcrehuBcBqkAgiJXMTGsBvRwC4 #R2M7gegPUOozApEZqcQes64UqUdLSWZe { width:auto; }
#OOvpwDTcrehuBcBqkAgiJXMTGsBvRwC4 #yXIxnwshfO5VcVayLaoH2UIpTWvEuuQB {  }
#OOvpwDTcrehuBcBqkAgiJXMTGsBvRwC4 #zD3cqoqonqHs3tZ9TJ4G6wKvQOV8inUm { display:flex;position:relative;top:0rem;left:0rem; }
#OOvpwDTcrehuBcBqkAgiJXMTGsBvRwC4 #TD2Cid2PyD1r8dXmWargmhUokRmoZK0A {  }
#OOvpwDTcrehuBcBqkAgiJXMTGsBvRwC4 #nz0HNRa5kLPI8DV5Vcaq1O9eSvU0Txzf {  }
#OOvpwDTcrehuBcBqkAgiJXMTGsBvRwC4 #JSME22qpGIX1CTobT680Av7Nf4ebaxL3 { display:flex;position:relative;top:0rem;left:0rem; }
#OOvpwDTcrehuBcBqkAgiJXMTGsBvRwC4 #EMtAPxDVBrh3aa30uEs6XLvDogaWlVP3 {  }
#OOvpwDTcrehuBcBqkAgiJXMTGsBvRwC4 #uccunwakOL9mExCRd0PDyr8Fd5GtMUVR {  }
#OOvpwDTcrehuBcBqkAgiJXMTGsBvRwC4 #ZSquZH4BDasHbVhiXyMUPdhJu4GVrto2 { display:flex;position:relative;top:0rem;left:0rem; }
#OOvpwDTcrehuBcBqkAgiJXMTGsBvRwC4 #hxtW1hcvCxtTvAzwxObMtMFzgIRZ9DGS {  }
#OOvpwDTcrehuBcBqkAgiJXMTGsBvRwC4 #QOx79ZGG6Fpu5HwSgzFLWsToO1Tc1a4D {  }
#cly8sUvcxEvZmuTOH3FlctDFUAZITvnQ { background-color:#248abb;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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#f8f9fd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:2.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:0.96875rem;left:40.625rem;display:block; }
#ELNyvZOvoZHP4QRT32IDNvmV0NHx3bKC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TdNT3Enphk42qkTwWoTw0lydvd5tnJ4a { position:relative;display:block; }#TdNT3Enphk42qkTwWoTw0lydvd5tnJ4a { background-color: transparent; background-image: none; }#TdNT3Enphk42qkTwWoTw0lydvd5tnJ4a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdNT3Enphk42qkTwWoTw0lydvd5tnJ4a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdNT3Enphk42qkTwWoTw0lydvd5tnJ4a > .row .container > .video-iframe-container { display: none; }#TdNT3Enphk42qkTwWoTw0lydvd5tnJ4a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdNT3Enphk42qkTwWoTw0lydvd5tnJ4a > .row > .video-iframe-container { display: none; }#TdNT3Enphk42qkTwWoTw0lydvd5tnJ4a > .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); }#TdNT3Enphk42qkTwWoTw0lydvd5tnJ4a { border-width: 0; border-radius: 0; }#TdNT3Enphk42qkTwWoTw0lydvd5tnJ4a > .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; }#TdNT3Enphk42qkTwWoTw0lydvd5tnJ4a > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f8f9fd;background-image:none;font-size:0.875rem;font-family:arial;height:0.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PsB6VFo3OINUrk9dyD4K7RXAou9Q7wiC { background-color:#f8f9fd;background-image:none;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; }#PsB6VFo3OINUrk9dyD4K7RXAou9Q7wiC > .row .container { background-color: transparent; background-image: none; }#PsB6VFo3OINUrk9dyD4K7RXAou9Q7wiC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PsB6VFo3OINUrk9dyD4K7RXAou9Q7wiC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PsB6VFo3OINUrk9dyD4K7RXAou9Q7wiC > .row .container > .video-iframe-container { display: none; }#PsB6VFo3OINUrk9dyD4K7RXAou9Q7wiC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PsB6VFo3OINUrk9dyD4K7RXAou9Q7wiC > .row > .video-iframe-container { display: none; }#PsB6VFo3OINUrk9dyD4K7RXAou9Q7wiC > .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); }#PsB6VFo3OINUrk9dyD4K7RXAou9Q7wiC > .row .container { border-width: 0; border-radius: 0; }#PsB6VFo3OINUrk9dyD4K7RXAou9Q7wiC > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#PsB6VFo3OINUrk9dyD4K7RXAou9Q7wiC > .row .container { font-size:0.875rem;font-family:arial;height:50.875rem;width:60rem;overflow:visible;position:relative;display:block; }#axMh5zM9OLXRLqZ55724JItLbv7zxdMS { color:#f8f9fd;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:6.5625rem;left:35.25rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WTE7nogc5D4VlUOnNZM1TMJ28CUKUtch { position:absolute;display:block;z-index:15000;background-color:#f8f9fd;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(0,0,0,0.1) ;height:42.75rem;width:28.6875rem;top:5.625rem;left:31.3125rem;display:block; }
#DVEeRlqt0mFkrsxQl0otNQ3e9aOZ8OTx { position:absolute;display:block;z-index:15009;background-color:#248abb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(33,33,33,0.1) ;height:8.625rem;width:28.75rem;top:2.6312561035156rem;left:31.25rem;display:block; }
#TPilxZ6XQ6aVbEOuvXsA1IL5mHF9nJ17 { color:#f8f9fd;display:block;width:20.625rem;position:absolute;font-family:rubik;font-size:1.6875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:4.0625rem;left:35.25rem;height:2.19375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mL6fUWVJb3QaCLiAfoRttn4NH5790GZE { color:#0f0f10;display:block;width:25.875rem;position:absolute;font-family:rubik;font-size:2rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:3.4375rem;left:0rem;height:2.6rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fcmfDh9cGdcv9OtkpzhIsAhqmoFpQf9r { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #40aa02, #248abb);background-image: -moz-linear-gradient(90deg, #40aa02, #248abb);background-image: -ms-linear-gradient(90deg, #40aa02, #248abb);background-image: -o-linear-gradient(90deg, #40aa02, #248abb);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#40aa02', endColorstr='#248abb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#40aa02', endColorstr='#248abb' );";background-image: linear-gradient(90deg, #40aa02, #248abb);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.3125rem;width:6.25rem;top:2.5rem;left:0rem;display:block; }
#lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U .widget-form-header {  }
#lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U .widget-regular-label { height:auto;display:block;font-family:rubik;font-size:0.9375rem;font-weight:300;color:#0f0f10;width:20.6875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;vertical-align:top;text-align:left;text-align-last:left;overflow:hidden; }
#lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U .widget-input-text { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #000000;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.6875rem;box-sizing:border-box;height:1.5rem;color:#000000;font-size:1rem;overflow:hidden;font-family:roboto;vertical-align:top; }
#lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U .widget-input-text {padding-top: 0; padding-bottom: 0;}#lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U .widget-textarea { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #000000;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.6875rem;box-sizing:border-box;height:2.125rem;color:#000000;font-size:1rem;overflow:hidden;font-family:roboto;vertical-align:top; }
#lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#f8f9fd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.6875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U .widget-input-select {padding-top: 0; padding-bottom: 0;}#lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#40aa02;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:400;color:#f8f9fd;width:20.6875rem;height:3.75rem;font-family:rubik;overflow:hidden;box-shadow: none;font-style:normal;text-align:center;text-align-last:center; }
#lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U [class*="-text"]:-moz-placeholder { color:rgba(0,0,0,0.8);font-family:rubik;font-size:0.9375rem;font-weight:300;font-style:normal; }
#lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U [class*="-text"]::-moz-placeholder { color:rgba(0,0,0,0.8);font-family:rubik;font-size:0.9375rem;font-weight:300;font-style:normal; }
#lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U [class*="-text"]:-ms-input-placeholder { color:rgba(0,0,0,0.8);font-family:rubik;font-size:0.9375rem;font-weight:300;font-style:normal; }
#lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U [class*="-text"]::-webkit-input-placeholder { color:rgba(0,0,0,0.8);font-family:rubik;font-size:0.9375rem;font-weight:300;font-style:normal; }
#lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:rubik;font-size:0.75rem;font-weight:300;color:#0f0f10;vertical-align:top;width:19.625rem;overflow:hidden;font-style:normal;line-height:1.1; }
#lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;width:100%;font-size:0;height:auto; }
#lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U .widget-container:first-of-type{padding-top:0;}#lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U .widget-container:last-of-type{padding-bottom:0;}#lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15004;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:11.3125rem;left:34.0625rem; }
#lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.6875rem;display:block;vertical-align:top; }
#lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U .widget-info-text { display:block;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal; }
#lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U {display:block;}#lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15004;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:11.3125rem;left:34.0625rem; }
#lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U #cFEkwCyXqo5TJWREvszpJp9dBuWiH12O { position:relative; }
#lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U #p9C2BQ5bqy2MyHxZSfGTeuWmGzaUrzUc { position:relative;display:block; }
#lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U #IpSwsVLwqHpT8NBTwtIKrQ5lLK9SRoN5 { position:relative; }
#lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U #R492CqTqVvOb4ahdqx0dfFQudruuwNQc { position:relative; }
#lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U #tiOtfQcegA1td6C9gTpvAaN7QukJasIf { position:relative;display:block; }
#lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U #Vxzxqam8noHkA1xJ6TIIMPRMkTKNAx3x { position:relative; }
#lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U #MvrWkvKkz7pfMJeeJMshFxXNaFzPXfff { position:relative; }
#lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U #Wp51NgX0rmgQHT4ORTTJv3vnPedXFnJy { position:relative;display:block; }
#lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U #P2hCrJuJKHzP6vcvrqcTGlqN6KMFJDrs { position:relative; }
#lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U #mWLTtB2WFfVGlFZzzCzHe3idzfSG8Htf { position:relative; }
#lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U #hIeW98bsdQHggrAQ7ZHlgpDObIPwTATR { position:relative;display:block; }
#lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U #KcwDBNTQAE7lBheCiAZF0ORH6O6PiWTW { position:relative; }
#lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U #zCpuJqcuCWcQR4gtKogoi6lQ9hfra7sw { position:relative; }
#lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U #lbXcdrbT2tMHTzMIIsUBd92g56Nn9bb6 { position:relative;display:block; }
#lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U #QIwLrsfcCvA44SgMGVkUVxWoVPMl244y { position:relative; }
#lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U #zD91eGhgWtJu2z4cqMQcOVBJVD2oiqK9 { position:relative; }
#lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U #pFVzp3nGxTg6mOUnSoiC5HMnZusFz7WJ { position:relative;display:block; }
#lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U #OiunUn7atd4Z8GMVg8gTut9vSXUNv2fS { position:relative; }
#lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U #JhvJGQKprp4RXPXITbu9DLmE34Mciig3 { position:relative; }
#lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U #TQLZO2HwPng7ntPoneEUdw60JPaozbIp { position:relative;z-index:2; }
#lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U #PSHEMysV7UWJvLocP5WM6imp1VnOJQZ8 { position:relative; }
#lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U #euqxSQXlaGTZtq7x0sBcDP0NldF2TOon { position:relative; }
#lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U #hpsn1OlHWnwgem7kBkftLQDJdVKBiDw9 { position:relative; }
#pAgEB3apEHBbEyod189WxyriwybEiiS1 { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.5rem;width:28.125rem;top:21.875rem;left:1.6875rem;overflow:hidden;display:block; }
#JwTiIuuU9REtc2wH8SLszPFAVhzm8N8c { color:#0f0f10;display:block;width:37.0625rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.8;letter-spacing:0;top:10rem;left:2.875rem;height:6.75rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZqTgMl4PMmZzZkWsQ4XOK876J8VLiXJv { color:#000000;display:block;width:15.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:9.875rem;top:6.8125rem;left:2.875rem;display:none; }
#Fg5d30C7NOVezbVw2x8KHiNTlrArAgM6 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:10.25rem;left:0rem;overflow:hidden;display:block; }
#bn66pnzeU0L7mMQ52CeXOtlwSxuUKQc0 { position:absolute;display:block;z-index:15015;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:1.5rem;width:1.5rem;top:12.5rem;left:0rem;overflow:hidden;display:block; }
#dAszBP9tPFnET6TQRo5o4Tbv4fivG6Wa { position:absolute;display:block;z-index:15016;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:1.5rem;width:1.5rem;top:14.75rem;left:0rem;overflow:hidden;display:block; }
#TxHSy7zuEkouVRX9xVT4nZhWAc2NA22m { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:8.4375rem;top:50.4375rem;left:49.375rem;overflow:hidden;display:block; }
#s3tR8k2m4xETo8pk5TsPiHheR7gIntWf { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#248abb;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#s3tR8k2m4xETo8pk5TsPiHheR7gIntWf > .row .container { background-color: transparent; background-image: none; }#s3tR8k2m4xETo8pk5TsPiHheR7gIntWf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s3tR8k2m4xETo8pk5TsPiHheR7gIntWf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s3tR8k2m4xETo8pk5TsPiHheR7gIntWf > .row .container > .video-iframe-container { display: none; }#s3tR8k2m4xETo8pk5TsPiHheR7gIntWf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s3tR8k2m4xETo8pk5TsPiHheR7gIntWf > .row > .video-iframe-container { display: none; }#s3tR8k2m4xETo8pk5TsPiHheR7gIntWf > .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); }#s3tR8k2m4xETo8pk5TsPiHheR7gIntWf > .row .container { border-width: 0; border-radius: 0; }#s3tR8k2m4xETo8pk5TsPiHheR7gIntWf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s3tR8k2m4xETo8pk5TsPiHheR7gIntWf > .row .container { font-size:0.875rem;font-family:"open sans";height:7.5625rem;width:60rem;position:relative;display:block; }#f87q200t8sbehhy61Wb0IszblIC9HfSH { display:block;width:20rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:2.15625rem;left:3.125rem;height:3.25rem;color:#f8f9fd;text-align:left;text-align-last:left;font-style:normal;display:block; }
#t8SHT7Iww5cIfnrJ7gZ1ddZddAqkRxPT { display:block;width:30.0625rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:1.8312492370606rem;left:20.84375rem;height:3.9rem;color:#f8f9fd;text-align:left;text-align-last:left;font-style:normal;display:block; }
#e3S9TMx5tHNnwdmcpMTa8vSLxTiVVFLc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f9fd;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; }#e3S9TMx5tHNnwdmcpMTa8vSLxTiVVFLc > .row .container { background-color: transparent; background-image: none; }#e3S9TMx5tHNnwdmcpMTa8vSLxTiVVFLc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e3S9TMx5tHNnwdmcpMTa8vSLxTiVVFLc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e3S9TMx5tHNnwdmcpMTa8vSLxTiVVFLc > .row .container > .video-iframe-container { display: none; }#e3S9TMx5tHNnwdmcpMTa8vSLxTiVVFLc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e3S9TMx5tHNnwdmcpMTa8vSLxTiVVFLc > .row > .video-iframe-container { display: none; }#e3S9TMx5tHNnwdmcpMTa8vSLxTiVVFLc > .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); }#e3S9TMx5tHNnwdmcpMTa8vSLxTiVVFLc > .row .container { border-width: 0; border-radius: 0; }#e3S9TMx5tHNnwdmcpMTa8vSLxTiVVFLc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e3S9TMx5tHNnwdmcpMTa8vSLxTiVVFLc > .row .container { font-size:0.875rem;font-family:arial;height:29.6875rem;width:60rem;position:relative;display:block; }#OcJexxFAT4p9BJ11MSFrZrc9x0Xm9Wki { position:absolute;display:block;z-index:15000;background-color:#f8f9fd;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:18.625rem;width:13.5rem;top:8.75rem;left:0rem;display:block; }
#BnX2EC7tOduKNevZ8GVUb9B8poQUG7ev { color:#0f0f10;display:block;width:13.125rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:14.625rem;left:0.375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SN7Gok6lHdSU2MgT6KFSFFq89QwT2K21 { color:#0f0f10;display:block;width:13.5625rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:18.47500038147rem;left:0rem;height:8.4rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pchd6Vm2ulD1AmBSJxWJ3n8ekRFocZRl { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.9375rem;top:10.21875rem;left:4.90625rem;overflow:hidden;display:block; }
#p43IOhAIllKtbrS3r8Fh1Ir6EmWuuE62 { position:absolute;display:block;z-index:15004;background-color:#f8f9fd;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:18.625rem;width:13.5rem;top:8.75rem;left:15.4375rem;display:block; }
#y2SCSQqVqB6SeLywW3k22MqmR4TDZnHR { color:#0f0f10;display:block;width:13.0625rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:18.5rem;left:15.6875rem;height:5.6rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#G4Cqmtpo0dV3u9sMAGCThfFe3EGKspQe { color:#0f0f10;display:block;width:13.125rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:14.625rem;left:15.8125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FABsUWsKNqxCHuATq0EQxcXEsz3X1Imr { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:10.25rem;left:20.5625rem;overflow:hidden;display:block; }
#NcFNyNkNQwp3P0x7tGd7sITGIGJkNNtO { position:absolute;display:block;z-index:15008;background-color:#f8f9fd;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:18.625rem;width:13.5rem;top:8.75rem;left:30.875rem;display:block; }
#KLlTV0L7GQ0TJs70oI1fTeiUvLQOyfzy { color:#0f0f10;display:block;width:12.5625rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:18.5rem;left:31.4375rem;height:8.4rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BD3wDdUD7SI2ffpBl1T0JMNJHt80bViE { color:#0f0f10;display:block;width:13.125rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:14.625rem;left:31.25rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HvCRa5puHNM7U9IoGJ9IQonf4Ui4RwS6 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.9375rem;top:10.21875rem;left:35.84375rem;overflow:hidden;display:block; }
#ai3xpvPVfs0buVygPqFDQOgyxTA1985F { position:absolute;display:block;z-index:15012;background-color:#f8f9fd;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:18.625rem;width:13.5rem;top:8.75rem;left:46.125rem;display:block; }
#gPXDNAM4e6LHTSuaDCVcZbvROy9RQVKr { color:#0f0f10;display:block;width:12.125rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:18.5rem;left:46.8125rem;height:7rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zUiKAwmhEqLmiCOHbP5taW6oNtTLIWVd { color:#0f0f10;display:block;width:13.125rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:14.625rem;left:46.5rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TSUm5UoaVBke4JdEB9qTdwqmlgBRM90f { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.9375rem;top:10.21875rem;left:50.96875rem;overflow:hidden;display:block; }
#HdWDl1I6Pf7xOtgyUWMSMqqlBRlitg8m { color:#0f0f10;display:block;width:60rem;position:absolute;font-family:rubik;font-size:2rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:4rem;left:0rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#I2vyBte5kyAwzJePKMuw9t2zaDDzt9fi { position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #40aa02, #248abb);background-image: -moz-linear-gradient(90deg, #40aa02, #248abb);background-image: -ms-linear-gradient(90deg, #40aa02, #248abb);background-image: -o-linear-gradient(90deg, #40aa02, #248abb);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#40aa02', endColorstr='#248abb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#40aa02', endColorstr='#248abb' );";background-image: linear-gradient(90deg, #40aa02, #248abb);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.3125rem;width:6.25rem;top:3.0625rem;left:26.875rem;display:block; }
#iDtO1kTyeJ4qmX01SgS155aDpT8bCncr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#iDtO1kTyeJ4qmX01SgS155aDpT8bCncr > .row .container { border-width: 0; border-radius: 0; }#iDtO1kTyeJ4qmX01SgS155aDpT8bCncr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iDtO1kTyeJ4qmX01SgS155aDpT8bCncr > .row .container { font-size:0.875rem;font-family:arial;height:29.5rem;width:60rem;position:relative;display:none; }#em92VuTBpJrLN6LwOSM9tLMLA9NcBNcB { color:#000000;display:block;width:13.125rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:14.625rem;left:0.375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#A7H9TeKZ27plCH5Kw8F6kSOgaRw2hTA9 { color:#333333;display:block;width:13.5625rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:18.47500038147rem;left:0rem;height:8.4rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Bw1IZdGr0wRh1LPh6c06RSqfroWDM0H5 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.9375rem;top:10.21875rem;left:4.90625rem;overflow:hidden;display:none; }
#DezxgSIbVnKSCaKgmVUMc2dG458cNtsu { color:#333333;display:block;width:13.0625rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:18.5rem;left:15.6875rem;height:5.6rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#DP5VJVxGgMPhxURRE0ipSXcplLyvaU3L { color:#000000;display:block;width:13.125rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:14.625rem;left:15.8125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#y4imC8HgPiRPxJsMFLpZTGLc1Lu8rFa7 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.9375rem;top:10.21875rem;left:20.53125rem;overflow:hidden;display:none; }
#gTDrRugd2t7XyWvWW6XqfyVwuMZwMd9l { color:#333333;display:block;width:12.5625rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:18.5rem;left:31.4375rem;height:8.4rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#BVKvpyT7mReWi7str00VEvJTDplCCQmS { color:#000000;display:block;width:13.125rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:14.625rem;left:31.25rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#hNuFh36bzh5lDoVzIlnrpgyKz7SPVkpk { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.9375rem;top:10.21875rem;left:35.84375rem;overflow:hidden;display:none; }
#LZsDN0b20WKXykaqLu0l8n11xz3LheCi { color:#333333;display:block;width:12.125rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:18.5rem;left:46.8125rem;height:7rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#TyJa3TR9E89F3i6ywvze5WuF9msTUyTJ { color:#000000;display:block;width:13.125rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:14.625rem;left:46.5rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#PQDNhzeTAnFZPPqiznTq3qFvoL5FTBwi { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.9375rem;top:10.21875rem;left:50.96875rem;overflow:hidden;display:none; }
#LXusvJn4PpDzJkyF58dzTXolTUrANiMG { color:#000000;display:block;width:60rem;position:absolute;font-family:rubik;font-size:2rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:4rem;left:0rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#BtQvpuqBWVPTl4fpsQ4fuaggxP2KbSkM { position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #40aa02, #248abb);background-image: -moz-linear-gradient(90deg, #40aa02, #248abb);background-image: -ms-linear-gradient(90deg, #40aa02, #248abb);background-image: -o-linear-gradient(90deg, #40aa02, #248abb);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#40aa02', endColorstr='#248abb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#40aa02', endColorstr='#248abb' );";background-image: linear-gradient(90deg, #40aa02, #248abb);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.3125rem;width:6.25rem;top:2.875rem;left:26.875rem;display:none; }
#M3c6TdfHmPZ8FtFLPSZteGT99yKJlPAr { position:relative;display:none; }#M3c6TdfHmPZ8FtFLPSZteGT99yKJlPAr { border-width: 0; border-radius: 0; }#M3c6TdfHmPZ8FtFLPSZteGT99yKJlPAr > .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; }#M3c6TdfHmPZ8FtFLPSZteGT99yKJlPAr > .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:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f9fd;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; }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row .container { background-color: transparent; background-image: none; }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row .container > .video-iframe-container { display: none; }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row > .video-iframe-container { display: none; }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .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); }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row .container { border-width: 0; border-radius: 0; }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row .container { font-size:0.875rem;font-family:arial;height:6.9375rem;width:60rem;position:relative;display:block; }#k92sPDZPuIicgrJUkIM3PrUEr78dWrbl { color:#000000;display:block;width:60rem;position:absolute;font-family:rubik;font-size:2rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:2.4375rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LgIh9K8LTITubJ4RJV3cqANiqkFyPHxn { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #40aa02, #248abb);background-image: -moz-linear-gradient(90deg, #40aa02, #248abb);background-image: -ms-linear-gradient(90deg, #40aa02, #248abb);background-image: -o-linear-gradient(90deg, #40aa02, #248abb);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#40aa02', endColorstr='#248abb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#40aa02', endColorstr='#248abb' );";background-image: linear-gradient(90deg, #40aa02, #248abb);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.3125rem;width:6.25rem;top:1.75rem;left:26.875rem;display:block; }
#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f9fd;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; }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .row .container { background-color: transparent; background-image: none; }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .row .container > .video-iframe-container { display: none; }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .row > .video-iframe-container { display: none; }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .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); }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .row .container { border-width: 0; border-radius: 0; }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .row .container { font-size:0.875rem;font-family:arial;height:16.875rem;width:60rem;position:relative;display:block; }#t8NxTu7t4AGtZZmWevRvco78E1cOufAp { position:absolute;display:block;z-index:15023;background-color:#f8f9fd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:0.0625rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:13.9375rem;width:43.75rem;top:0rem;left:0rem;display:block; }
#E5hcbFHDkf7xzyEhIKyT6tH4sSWuUIMl { color:#0f0f10;display:block;width:34.375rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:3.96875rem;left:5.28125rem;height:6rem;text-align:left;text-align-last:left;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#W9fQ2t1lguwJN0a3s9GraJpprcazIMlb { color:#0f0f10;display:block;width:25rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:10.8125rem;left:15.15625rem;height:1.5rem;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#G0MPWCe3DNXXPN0ARfs9H6I8aO3aLg8L { position:absolute;display:block;z-index:15027;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:1.8125rem;width:9.9375rem;top:10.53125rem;left:18.5625rem;overflow:hidden;display:block; }
#x0h63LCgsEar1AM9lrBpQLgikWMava4I { color:#0f0f10;display:block;width:33.1875rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:3.96875rem;left:5.28125rem;height:6rem;text-align:left;text-align-last:left;font-style:italic;display:none; }
#DIOmwLQ422qfNHTPslMFXyr3VPJEC1wM { 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:60rem;width:60rem;display:none; }
#M0Ac46LUCTGJQr78Z7FgBVJ9bkl29U4M { position:absolute;display:block;z-index:15028;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:1.875rem;width:1.875rem;top:1.4375rem;left:20.9375rem;overflow:hidden;display:block; }
#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f9fd;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; }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row .container { background-color: transparent; background-image: none; }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row .container > .video-iframe-container { display: none; }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row > .video-iframe-container { display: none; }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .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); }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row .container { border-width: 0; border-radius: 0; }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row .container { font-size:0.875rem;font-family:arial;height:17.3125rem;width:60rem;position:relative;display:block; }#AaMg5BT57ekduVAhL37Vb5Ma98WZyTMg { position:absolute;display:block;z-index:15023;background-color:#f8f9fd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:13.0625rem;width:43.75rem;top:0.875rem;left:16.25rem;display:block; }
#wvq9W56eefogyOneNeu9mLzQAPTxlL2M { color:#0f0f10;display:block;width:33.3125rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:4.71875rem;left:21.46875rem;height:4.5rem;text-align:left;text-align-last:left;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TnBoeLiMF3yVTFWqdxhA7NUzNytkEgPk { color:#0f0f10;display:block;width:25rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:10.9375rem;left:20rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vEcwVHxFrcQ0P10tUZyWnJKM4HBya5Pt { position:absolute;display:block;z-index:15028;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:1.8125rem;width:9.9375rem;top:10.6875rem;left:31.5rem;overflow:hidden;display:block; }
#CsfnHvuobp61TDlpE9EwrDPM1A2CyOFc { color:#0f0f10;display:block;width:33.3125rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:4.71875rem;left:21.46875rem;height:4.5rem;text-align:left;text-align-last:left;font-style:italic;display:none; }
#H1tkLUubrf48plne1nmeMvL6Zxu4zI1C { 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:60rem;width:60rem;display:none; }
#dylHvMeHETJ133pL3cvXkzMDNQBcQclQ { position:absolute;display:block;z-index:15029;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:1.875rem;width:1.875rem;top:2.125rem;left:37.1875rem;overflow:hidden;display:block; }
#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f9fd;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; }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row .container { background-color: transparent; background-image: none; }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row .container > .video-iframe-container { display: none; }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row > .video-iframe-container { display: none; }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .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); }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row .container { border-width: 0; border-radius: 0; }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row .container { font-size:0.875rem;font-family:arial;height:17.125rem;width:60rem;position:relative;display:block; }#oOcaqmCkmxi6XHMmq3AsPJRTfUspxUhf { position:absolute;display:block;z-index:15023;background-color:#f8f9fd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:0.0625rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:13.9375rem;width:43.75rem;top:0rem;left:0rem;display:block; }
#HM1nng2N7h745IdTJmZLUJKW4q8XFgLv { color:#0f0f10;display:block;width:33.375rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:3.96875rem;left:5.1875rem;height:6rem;text-align:left;text-align-last:left;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dDOFSUgTAkiqktzU7t28JPd8hJuoxxPK { color:#0f0f10;display:block;width:25rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:10.9375rem;left:15.03125rem;height:1.5rem;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#A3Igr4wH1rZvLxHHFCCgoE6yr1wFppcD { position:absolute;display:block;z-index:15029;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:1.8125rem;width:9.9375rem;top:10.78125rem;left:17.9375rem;overflow:hidden;display:block; }
#I5X7GA8aWA828I4iaq1rP0MSTDhDy9Ox { color:#0f0f10;display:block;width:33.375rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:3.96875rem;left:5.1875rem;height:6rem;text-align:left;text-align-last:left;font-style:italic;display:none; }
#GEgVyTEllHWdEFn5h8QnixdqmBr3wp9x { 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:60rem;width:60rem;display:none; }
#EWNVtoqQBahaeOviAO96ssMba56ZN5FI { position:absolute;display:block;z-index:15030;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:1.875rem;width:1.875rem;top:1.375rem;left:20.9375rem;overflow:hidden;display:block; }
#fIgHW7x09Wl9KEoZA1cLUSfFN1oHPfTd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f0f10;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; }#fIgHW7x09Wl9KEoZA1cLUSfFN1oHPfTd > .row .container { background-color: transparent; background-image: none; }#fIgHW7x09Wl9KEoZA1cLUSfFN1oHPfTd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fIgHW7x09Wl9KEoZA1cLUSfFN1oHPfTd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fIgHW7x09Wl9KEoZA1cLUSfFN1oHPfTd > .row .container > .video-iframe-container { display: none; }#fIgHW7x09Wl9KEoZA1cLUSfFN1oHPfTd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fIgHW7x09Wl9KEoZA1cLUSfFN1oHPfTd > .row > .video-iframe-container { display: none; }#fIgHW7x09Wl9KEoZA1cLUSfFN1oHPfTd > .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); }#fIgHW7x09Wl9KEoZA1cLUSfFN1oHPfTd > .row .container { border-width: 0; border-radius: 0; }#fIgHW7x09Wl9KEoZA1cLUSfFN1oHPfTd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fIgHW7x09Wl9KEoZA1cLUSfFN1oHPfTd > .row .container { font-size:0.875rem;font-family:arial;height:9.8125rem;width:60rem;position:relative;display:block; }#SCJ25qxb0IeF8pxdKxyAxNy77Ac7STu3 { position:absolute;display:block;z-index:15018;background-color:#0f0f10;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:9.25rem;width:60rem;top:0.0625rem;left:0rem;display:block; }
#Ic5NZ2QTrZfwN19RTEkOte0wvmODBTvS { color:#000000;display:block;width:23.125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:0rem;left:17.875rem;height:2.6rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#ci7dVGV686Q1f2K9fwttlSXOvED3WQph { color:#248abb;display:block;width:26.8125rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:3.0125007629394rem;left:1.71875rem;height:1.3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MrKC9zlFTT70uBWwAmV1giwp5iGi2t83 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:rubik;font-size:2rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:1.25rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#fqdparFGDbNPVaOH8y2ooJ5Gw9WILe69 { color:#f8f9fd;display:block;width:27.5625rem;position:absolute;font-family:rubik;font-size:2rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:4.3125rem;left:1.71875rem;height:2.6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#La2SloUOqmAV8fIWvESaDtNfycmBaP4A { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:12.625rem;top:1.875rem;left:30rem;overflow:hidden;display:block; }
#kHFTqzBP9Btz0EucTgIToDWEcMioqITv { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:12.375rem;top:2rem;left:42.625rem;overflow:hidden;display:block; }
#qzTN8TTJAnPB9l16lvdz4wzPSmR3LWPJ { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:11.875rem;top:1.0625rem;left:42.875rem;overflow:hidden;display:block; }
#blwslagqx0qnp7nwg86f52fOxwgWa3Mz { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #40aa02, #248abb);background-image: -moz-linear-gradient(90deg, #40aa02, #248abb);background-image: -ms-linear-gradient(90deg, #40aa02, #248abb);background-image: -o-linear-gradient(90deg, #40aa02, #248abb);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#40aa02', endColorstr='#248abb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#40aa02', endColorstr='#248abb' );";background-image: linear-gradient(90deg, #40aa02, #248abb);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.3125rem;width:6.25rem;top:1.9375rem;left:26.875rem;display:none; }
#ca0LMrT5VKoy5XSvHsMp2UFbVIcqCwlF { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:10.4375rem;left:3.75rem;display:none; }
#lXczHMG6nb5u38ZooOA83Pf4q15nvmTW { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:15.25rem;left:3.75rem;display:none; }
#TOAd1bDEyhOtlRnzWTuMBucPiiEnGRD9 { color:#f8f9fd;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:7.0625rem;left:30.0625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#swJvo7Vq4wUpra5yI6yQcTE1FAMCEBdm { color:#f8f9fd;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:7.0625rem;left:42.6875rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#WaGXnrKNKqHu9ZrZVvyWqaOQXlguCEPg { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2e23e71d-eee2-4dd6-a673-2d5c860c61cc/klimatyzacjarodzaje.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#WaGXnrKNKqHu9ZrZVvyWqaOQXlguCEPg.adaptive-delivery-prevent-bg, #WaGXnrKNKqHu9ZrZVvyWqaOQXlguCEPg.lazyload, #WaGXnrKNKqHu9ZrZVvyWqaOQXlguCEPg.lazyloading { background-image: none; }#WaGXnrKNKqHu9ZrZVvyWqaOQXlguCEPg > .row .container { background-color: transparent; background-image: none; }#WaGXnrKNKqHu9ZrZVvyWqaOQXlguCEPg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WaGXnrKNKqHu9ZrZVvyWqaOQXlguCEPg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WaGXnrKNKqHu9ZrZVvyWqaOQXlguCEPg > .row .container > .video-iframe-container { display: none; }#WaGXnrKNKqHu9ZrZVvyWqaOQXlguCEPg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WaGXnrKNKqHu9ZrZVvyWqaOQXlguCEPg > .row > .video-iframe-container { display: none; }#WaGXnrKNKqHu9ZrZVvyWqaOQXlguCEPg > .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); }#WaGXnrKNKqHu9ZrZVvyWqaOQXlguCEPg > .row .container { border-width: 0; border-radius: 0; }#WaGXnrKNKqHu9ZrZVvyWqaOQXlguCEPg > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#WaGXnrKNKqHu9ZrZVvyWqaOQXlguCEPg > .row .container { font-size:0.875rem;font-family:arial;height:49.6875rem;width:60rem;overflow:visible;position:relative;display:block; }#NLiyrLPIAHOHVVbK2xrwdAKmiMWZmV8h { color:#f8f9fd;display:block;width:23.375rem;position:absolute;font-family:rubik;font-size:1.75rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:6.5625rem;left:4rem;height:6.825rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TBJZzStbXtCypo2od7paxrG248CpRxrO .widget-form-header {  }
#TBJZzStbXtCypo2od7paxrG248CpRxrO .widget-regular-label { height:auto;display:block;font-family:rubik;font-size:0.9375rem;font-weight:300;color:#0f0f10;width:20.6875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;vertical-align:top;text-align:left;text-align-last:left;overflow:hidden; }
#TBJZzStbXtCypo2od7paxrG248CpRxrO .widget-input-text { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #000000;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.6875rem;box-sizing:border-box;height:1.5rem;color:#000000;font-size:1rem;overflow:hidden;font-family:roboto;vertical-align:top; }
#TBJZzStbXtCypo2od7paxrG248CpRxrO .widget-input-text {padding-top: 0; padding-bottom: 0;}#TBJZzStbXtCypo2od7paxrG248CpRxrO .widget-textarea { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #000000;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.6875rem;box-sizing:border-box;height:2.125rem;color:#000000;font-size:1rem;overflow:hidden;font-family:roboto;vertical-align:top; }
#TBJZzStbXtCypo2od7paxrG248CpRxrO .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.6875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#TBJZzStbXtCypo2od7paxrG248CpRxrO .widget-input-select {padding-top: 0; padding-bottom: 0;}#TBJZzStbXtCypo2od7paxrG248CpRxrO .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#TBJZzStbXtCypo2od7paxrG248CpRxrO .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#TBJZzStbXtCypo2od7paxrG248CpRxrO .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#40aa02;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:11.625rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:400;color:#f8f9fd;width:9.0625rem;height:3.75rem;font-family:rubik;overflow:hidden;box-shadow: none;font-style:normal; }
#TBJZzStbXtCypo2od7paxrG248CpRxrO [class*="-text"]:-moz-placeholder { color:rgba(0,0,0,0.8);font-family:rubik;font-size:0.9375rem;font-weight:300;font-style:normal; }
#TBJZzStbXtCypo2od7paxrG248CpRxrO [class*="-text"]::-moz-placeholder { color:rgba(0,0,0,0.8);font-family:rubik;font-size:0.9375rem;font-weight:300;font-style:normal; }
#TBJZzStbXtCypo2od7paxrG248CpRxrO [class*="-text"]:-ms-input-placeholder { color:rgba(0,0,0,0.8);font-family:rubik;font-size:0.9375rem;font-weight:300;font-style:normal; }
#TBJZzStbXtCypo2od7paxrG248CpRxrO [class*="-text"]::-webkit-input-placeholder { color:rgba(0,0,0,0.8);font-family:rubik;font-size:0.9375rem;font-weight:300;font-style:normal; }
#TBJZzStbXtCypo2od7paxrG248CpRxrO .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:rubik;font-size:0.75rem;font-weight:300;color:#0f0f10;vertical-align:top;width:19.625rem;overflow:hidden;font-style:normal;line-height:1.1; }
#TBJZzStbXtCypo2od7paxrG248CpRxrO .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#TBJZzStbXtCypo2od7paxrG248CpRxrO .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#TBJZzStbXtCypo2od7paxrG248CpRxrO .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;width:100%;font-size:0;height:auto; }
#TBJZzStbXtCypo2od7paxrG248CpRxrO .widget-container:first-of-type{padding-top:0;}#TBJZzStbXtCypo2od7paxrG248CpRxrO .widget-container:last-of-type{padding-bottom:0;}#TBJZzStbXtCypo2od7paxrG248CpRxrO  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:15rem;left:2.75rem; }
#TBJZzStbXtCypo2od7paxrG248CpRxrO .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.6875rem;display:block;vertical-align:top; }
#TBJZzStbXtCypo2od7paxrG248CpRxrO .widget-info-text { display:block;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal; }
#TBJZzStbXtCypo2od7paxrG248CpRxrO {display:block;}#TBJZzStbXtCypo2od7paxrG248CpRxrO { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:15rem;left:2.75rem; }
#TBJZzStbXtCypo2od7paxrG248CpRxrO #P9TnifnWu3MxAmVJcgECoJgTMTrLPHsP { position:relative; }
#TBJZzStbXtCypo2od7paxrG248CpRxrO #ZG8EdsBvNuczTLED10Abu8bTnKBX7Pfi { position:relative;display:block; }
#TBJZzStbXtCypo2od7paxrG248CpRxrO #VSLSEBpgpv7fqmJXzJDLPNSrlQftr6Hi { position:relative; }
#TBJZzStbXtCypo2od7paxrG248CpRxrO #F2pvK99KBWEEpNnr5Jo8XdKh9iNzOofS { position:relative; }
#TBJZzStbXtCypo2od7paxrG248CpRxrO #aplwTothTNs1w1Oaa2z88LtWdZcOVzQ9 { position:relative;display:block; }
#TBJZzStbXtCypo2od7paxrG248CpRxrO #ZmdhLHrLttD04AsvENkElMEyTGZZhGqN { position:relative; }
#TBJZzStbXtCypo2od7paxrG248CpRxrO #NsKMypJ7wFknPanaOxbS3lLo4RoRt3J6 { position:relative; }
#TBJZzStbXtCypo2od7paxrG248CpRxrO #c0be47PKNyHu5doAF3U9McyfrE0yXofI { position:relative;display:block; }
#TBJZzStbXtCypo2od7paxrG248CpRxrO #lWCWrya9qNyEfQFmEhdXFWtrSuUUC4ik { position:relative; }
#TBJZzStbXtCypo2od7paxrG248CpRxrO #lD3ScO6vstHo4TKSOTxKcrFltvZse6uL { position:relative; }
#TBJZzStbXtCypo2od7paxrG248CpRxrO #cHoOXgwC7M71ATCTv6iD4ctCwVRqQWsS { position:relative;display:block; }
#TBJZzStbXtCypo2od7paxrG248CpRxrO #M2BcXtcEZb4DAAShHNh8Jp2k8QIxk0G9 { position:relative; }
#TBJZzStbXtCypo2od7paxrG248CpRxrO #zWR7M07ZGzddaPHCiaytVyPXr5bnV1pF { position:relative; }
#TBJZzStbXtCypo2od7paxrG248CpRxrO #ZTnVQHW41z3mwHkSSm5rsI3gJerb6bsO { position:relative;display:block; }
#TBJZzStbXtCypo2od7paxrG248CpRxrO #Fzd3mX7bcrh9FwGgBOdieXe6KItOWt0t { position:relative; }
#TBJZzStbXtCypo2od7paxrG248CpRxrO #E6WunWH3GeaTsVdGSyKIBDuNKQ3Q1o1E { position:relative; }
#TBJZzStbXtCypo2od7paxrG248CpRxrO #uCVg6r4QzHq3XC0fUhVr9Dq1uGmQ87Qo { position:relative;z-index:2; }
#TBJZzStbXtCypo2od7paxrG248CpRxrO #LQSgMhsJDoF316Uplt8OpUr6QslTssv4 { position:relative; }
#TBJZzStbXtCypo2od7paxrG248CpRxrO #fg6tM4Q0KxrBl73rBOsCxLKxOym5ITLr { position:relative; }
#TBJZzStbXtCypo2od7paxrG248CpRxrO #Xm1iPxdJo7CX74n6awB7VSda97QktblR { position:relative; }
#Gm6ACENb3XMpy0zMm9xFwvq0TlnyNgUE { position:absolute;display:block;z-index:15000;background-color:#f8f9fd;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(0,0,0,0.1) ;height:32.25rem;width:28.6875rem;top:14.8125rem;left:0rem;display:block; }
#zpVWIaa8oXe1uNfqlPozSivnV78psxvD { position:absolute;display:block;z-index:15009;background-color:#248abb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(33,33,33,0.1) ;height:12.5625rem;width:28.75rem;top:2.2875003814698rem;left:0rem;display:block; }
#bc0mU6p0khTpMgde7E0MZalpvk8DMb6b { color:#f8f9fd;display:block;width:9.375rem;position:absolute;font-family:rubik;font-size:1.75rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:4.1374998092651rem;left:4rem;height:2.275rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pHtZIBk4xGofOk2Mg1dAPLfzB2cH0aat { background-color:#40aa02;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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#f8f9fd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.5rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:4.0249996185303rem;left:12.125rem;display:block; }
#uN70NUdzSIF0voTBtssJW3F5FK8iQrJT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EuSbOSVBwiprxTkDZL0Z6UIvbb4E2ZtA { color:#0f0f10;display:block;width:25.0625rem;position:absolute;font-family:rubik;font-size:3.75rem;font-weight:300;z-index:15011;line-height:1.1;letter-spacing:0;top:9.324999809265rem;left:34.125rem;height:12.375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AI0WcC9LLPxyfW4Oksizho1anopxoge4 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.1875rem;top:3.0625rem;left:3.625rem;display:none; }
#cZHDPFn9M8OJhxTWLmcMXIwcOQ2V3F3x { background-color:#0f0f10;background-image:none;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; }#cZHDPFn9M8OJhxTWLmcMXIwcOQ2V3F3x > .row .container { background-color: transparent; background-image: none; }#cZHDPFn9M8OJhxTWLmcMXIwcOQ2V3F3x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZHDPFn9M8OJhxTWLmcMXIwcOQ2V3F3x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZHDPFn9M8OJhxTWLmcMXIwcOQ2V3F3x > .row .container > .video-iframe-container { display: none; }#cZHDPFn9M8OJhxTWLmcMXIwcOQ2V3F3x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZHDPFn9M8OJhxTWLmcMXIwcOQ2V3F3x > .row > .video-iframe-container { display: none; }#cZHDPFn9M8OJhxTWLmcMXIwcOQ2V3F3x > .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); }#cZHDPFn9M8OJhxTWLmcMXIwcOQ2V3F3x > .row .container { border-width: 0; border-radius: 0; }#cZHDPFn9M8OJhxTWLmcMXIwcOQ2V3F3x > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#cZHDPFn9M8OJhxTWLmcMXIwcOQ2V3F3x > .row .container { font-size:0.875rem;font-family:arial;height:11rem;width:60rem;overflow:visible;position:relative;display:block; }#sX93yW53EU2cnUFxKVF0MSTkOIPsJLBZ { background-color:#248abb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f8f9fd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.4375rem;height:1.875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.78125rem;left:46.4375rem;display:block; }
#w84fHGpXU5v4qmV2haoV3GyEDnb5QLAX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RJOGDETLrE623fJoadNyph9xydHNQOZS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:1.96875rem;left:44rem; }
#Prn3gtJCleSLgtuOABadNRJQwRkkPxE6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:4.4375rem;left:44.0625rem; }
#MCoumTNm3gQxcoMgPKHWCogb2irCZgu4 { background-color:#248abb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f8f9fd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.9375rem;height:1.875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:4.1875rem;left:46.4375rem;display:block; }
#TuRX4trlPX5GcxwV6TncqSIlouSlW6iP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JZ88GToyqJhFDMgOBtE9dAr0gCH56sUZ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.1875rem;top:1.5rem;left:3.75rem;display:none; }
#lLlHaT0wBek6iAeLkXXl0haRoVP39iIL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#GLwlPd8GmyueG2HgKr2EcgUWcqhTlkNE { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:14.5625rem;left:3.0625rem;display:none; }
#aWmhGDHpekmXnt53po9ueobnANubnpsQ { 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:20.875rem;width:60rem;display:none; }
#TW5brsGty9tFIfu5kcxWQRuTs02FAhJB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:6.8125rem;left:44.0625rem; }
#FQrWvBWZZyHowK5KsPfgfxJpNw4OZJOg { color:#f8f9fd;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:6.8125rem;left:46.4375rem;height:2.6rem;text-align:left;text-align-last:left;display:block; }
#nIIt01nhbVCSFn4xS4k6vg7I3AD6pqwZ { color:#f8f9fd;display:block;width:12.375rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:1.96875rem;left:30.6875rem;height:5.2rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EtAxg051LnPySOznn4X1rTflBlZ1nlLk { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:9.1875rem;top:3.90625rem;left:2.4375rem;overflow:hidden;display:block; }
#wzMwhhfXMlM9vBAWvvHOslPq6PV12T2G { color:#766868;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:0.8125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:9.125rem;left:19.6875rem;height:1.05625rem;text-align:center;text-align-last:center;display:block; }
#wGwL7vlzgfhQLvsgZ3Tnyx0oblteEOHl { color:#766868;display:block;width:18.4375rem;position:absolute;font-family:rubik;font-size:0.8125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:9.125rem;left:2.4375rem;height:1.05625rem;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FhTHQyMZAkRVgi5iwFVhPa0BQZ4T6zWO { display:block; }#FhTHQyMZAkRVgi5iwFVhPa0BQZ4T6zWO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IAecBNEMNe0Tnt6TmtWMpOi4BXD0ScUS { width:9.9375rem;height:3.0625rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsJuswy9UakcTm7lblFNRivpDltdpKVE { width:5.625rem;height:2.8125rem;top:0.6875rem;left:42.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sff7Flf1ymLzSTZvyQS3d6TbVPZ6Ah8R { display:block; }
 }@media only screen and (max-width: 763px) { #u92VHNUpbhvvQdG5LK9LRTRPxK0bqadp { top:0.1875rem;left:15.8125rem;width:7.25rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKCz9ngaWVvAD7ewuKKdC7Q7rKsQKiPV { top:0.25rem;left:22.5rem;width:6.9375rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMfidO3R4V89dvbB9BHsZQiboCS8mVbZ { width:12.375rem;height:2.8125rem;top:0.6875rem;left:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1TTZbh5CaKxGoibayVIxeJ7flxB8dQT { display:block; }
 }@media only screen and (max-width: 763px) { #JsN5iAs1HL9Tt7qvAWvoTbw50ffscvIn { top:0rem;left:20.8125rem;width:10.25rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5tp8vtnQXB2h8DGmLxvJMLfmqqPzqmR { width:47.75rem;height:14.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WmnDPtmD2krJUAVyWud92kmcpPUirJPt { width:6.25rem;height:2.8125rem;top:0.5rem;left:41.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #cMUs7cDuTt6DyRZU5LW0J8Wo2WTtzfav { display:block; }
 }@media only screen and (max-width: 763px) { #DGcXdpmL9GoEy82nCsWbrhtekTGkwIuU { top:3rem;left:13.1875rem;width:12.5rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kdz0e5oEehvzpdTklOAs7gb7wmuOxC4M { top:3rem;left:19.71875rem;width:12.5rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnPd6Pn5SIH9p1FFgzRlsmOCM2a9AIgo { display:block; }#PnPd6Pn5SIH9p1FFgzRlsmOCM2a9AIgo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qi71SiLo0lt3JVxK6n1KHhAOifilPO8g { top:5.125rem;left:0rem;width:16rem;height:;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4e6BtpGyHPEWqUIBmNvnvM0JgGnngQN { top:13.6875rem;left:0rem;width:32.125rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSOWU7Rb5M86gypCv1rMNSKa8lNCT6LF { width:17.0625rem;height:3.25rem;top:32.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wU0votCS8My4rNqZHMCTUoNR82oBmMvs { display:block; }
 }@media only screen and (max-width: 763px) { #UQK6SJkwss1Jh59OlzQDnXpE60peGIfr { top:17.75rem;left:0rem;width:24.25rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PW6snQZ3QNOo0hs82t28P0iDR2LygOEm { top:17.1875rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIorlwFkgsBIPUOpEETfwWqnsb5LADcA { top:21.5625rem;left:0rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ib0RNEfwhiIgMhTq1orQxniKNWu0vuGJ { top:26.0625rem;left:0rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eikEO2iOEEH7i3vhdgUPnTXghTqG8pVv { top:30.3125rem;left:3.1875rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uz9GUgbJT37PrTGCDHpFrx9k7MibMFrz { width:17.0625rem;height:3.25rem;top:32.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gSZInbLsMdZNu3E0eSWguR2kFShnraXU { display:block; }
 }@media only screen and (max-width: 763px) { #eRh6lnUDLt6mqc4GigyDwXsniyUC4fFM { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #blvAuI6Rfk5Mm1F3pdTTp71DR33eqVNX { width:8.75rem;height:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #dneJJH4VNXeXZHLEzF3rVetHK7GZmRr3 { top:10.5625rem;left:11.625rem;width:1.5625rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lvT7y7PRGttF0N62ZNHzKamRTnw94OVM { display:block; }#lvT7y7PRGttF0N62ZNHzKamRTnw94OVM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GrlvFP0qtQHZGDUyO7VDMXytn0Bt7TJG { top:6rem;left:0rem;width:39.375rem;height:5.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qg5h6VMn0pngZfx8BedBSVL7r51AqQao { width:17.0625rem;height:3.25rem;top:23.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZ7pBVrdTfVoM98CfcdoNBT0yx02gWSJ { display:block; }
 }@media only screen and (max-width: 763px) { #JQtkM1uDUdmScdETHnUF2MSS802R2GwA { top:7.8125rem;left:2.53125rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hsFZR1FE6awtamwfb6inXnkvvmHvZlzs { width:17.0625rem;height:3.25rem;top:27.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOa8MuRkqGuRTRR2Lz4APkhhghqCNaR2 { display:block; }
 }@media only screen and (max-width: 763px) { #DxZtrZFT8IUXQISRAOQ3WLPCPNLpGs1e { top:13.9375rem;left:0rem;width:41.9375rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwGtTaHKz936Wkmp4qJ5h2dNNP3iWskJ { top:16rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiri4bAFvfcJZvKX8HCTfvSSXuhw8SsK { top:17.8125rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuP4iTNpOqrM5bI3F9lHTXRmN8luotwE { top:14.1875rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVQSDNFDhdCNOxVQ9vboooPP0RpVdnSo { top:3.6875rem;left:16.25rem;width:31.5rem;height:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #un5CmXhQ2rvMzeizfyAGMC55vay57tIE { top:19.625rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADXx797583kZ2LkfCzKqVnfKyO6rK9Tg { display:block; }#ADXx797583kZ2LkfCzKqVnfKyO6rK9Tg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sSJzdT7yoB5rmpsi9yPc3ct3xiH4WTRW { width:16.25rem;height:0.9375rem;top:1.625rem;left:19rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #he3SHWupXVl81F2nMycxS23vWmeGXIeU { width:7.375rem;height:1.125rem;top:1.5625rem;left:30.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPsZONs9VZ9rGh8kpNhk6wphw4a6qgq3 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XPsZONs9VZ9rGh8kpNhk6wphw4a6qgq3 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#XPsZONs9VZ9rGh8kpNhk6wphw4a6qgq3 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#XPsZONs9VZ9rGh8kpNhk6wphw4a6qgq3 { display:flex;width:18rem;height:5.0625rem;top:6.1875rem;left:13.375rem; }
 }@media only screen and (max-width: 763px) { #XPsZONs9VZ9rGh8kpNhk6wphw4a6qgq3 #TWgpF00LbO6VRP35BiwIIRXEMizkmHhl { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XPsZONs9VZ9rGh8kpNhk6wphw4a6qgq3 #P2espM91Q2QTEGABWiiLpct94nnOCNmC {  }
 }@media only screen and (max-width: 763px) { #XPsZONs9VZ9rGh8kpNhk6wphw4a6qgq3 #rSiDFncwTgJD3cxWTaohqc4UEk5OL5VE {  }
 }@media only screen and (max-width: 763px) { #XPsZONs9VZ9rGh8kpNhk6wphw4a6qgq3 #AVugVUU6n6SODlCKSuTXUm842y67E0oP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XPsZONs9VZ9rGh8kpNhk6wphw4a6qgq3 #UeJSfqFABVZLvc2huEBMe03XhoqvO5tx {  }
 }@media only screen and (max-width: 763px) { #XPsZONs9VZ9rGh8kpNhk6wphw4a6qgq3 #FOTPD00uOSiJ6pghy7OzicdycsWtpUXZ {  }
 }@media only screen and (max-width: 763px) { #XPsZONs9VZ9rGh8kpNhk6wphw4a6qgq3 #iqmJJpiauLEICHHfSshxF4wE1uNXKAyH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XPsZONs9VZ9rGh8kpNhk6wphw4a6qgq3 #zf3tDA8blAfEHhhfEByd19nMSF46e6xV {  }
 }@media only screen and (max-width: 763px) { #XPsZONs9VZ9rGh8kpNhk6wphw4a6qgq3 #KyFiG8cHCm8POh2QoJQkSriKC8tfSHC0 {  }
 }@media only screen and (max-width: 763px) { #XPsZONs9VZ9rGh8kpNhk6wphw4a6qgq3 #itABJWRHQEAMkFxVWy9DLEet1EQBV50D { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XPsZONs9VZ9rGh8kpNhk6wphw4a6qgq3 #lxTAI7G5ETZidQS9QNm9W1Lq8sAcVa5p {  }
 }@media only screen and (max-width: 763px) { #XPsZONs9VZ9rGh8kpNhk6wphw4a6qgq3 #aOT9REbD4xnQWgw8HqHyHQ3flDf7g7qv {  }
 }@media only screen and (max-width: 763px) { #EMxd9B6AlxI3fOvIr0l8rmam6fx7UpP4 { width:16.25rem;height:0.9375rem;top:1.625rem;left:19rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAnXyRWU9dR2SIkTwFRv0ThaL4iHZXIA { display:block; }#zAnXyRWU9dR2SIkTwFRv0ThaL4iHZXIA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J7TuWxLT9MNqXQdIdVptemHoq9H7G7Af { top:4.375rem;left:23.875rem;width:23.6875rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TElrA5f1Qi6Wy4BWZnJx1RTRcdJsPQrT { top:9.9375rem;left:22.25rem;width:25.5rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XT9lloaUnaeiDE8FCi3AfXVVMsNaG5x1 { top:3.4375rem;left:23.875rem;width:6.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnTTeR8ul8bK0ARIccDfUcL24orReMBp { top:9.5rem;left:23.875rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzdFrAOc4n320uiwJKvPXZ9A8h4SC0GX { top:13.375rem;left:23.875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r71sKCe3pKZGuOq5JTvvzTrKPhGqn0xv { top:17.4375rem;left:23.875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNAS4gCkG09qiJMEcqAeJt5WUbP0UsNR { top:21.3125rem;left:23.875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqs7PGT4Pp5T2XKy2GEfypM5BlSNiqVQ { width:17.0625rem;height:3.25rem;top:26.5rem;left:27.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRFh86Q54KCd89vw9L14GtKSTkDsWFfS { display:block; }
 }@media only screen and (max-width: 763px) { #Rhyg5lqTARGqQwEChQfWHeIsBQxIM62h { top:3.4375rem;left:0rem;width:27rem;height:26.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCBg8C1tSkT9O0fulHuenlFTf2vIR7yk { display:none; }#kCBg8C1tSkT9O0fulHuenlFTf2vIR7yk > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #x2ZT28hUUIRNlWAQdH9MnlcgwgBhcX09 { display:block; }#x2ZT28hUUIRNlWAQdH9MnlcgwgBhcX09 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S39kBQWgJU0qK8LutF938ctUwCbSbLNp { top:6rem;left:0rem;width:15.5rem;height:21.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2mb2lVefTdK00VlduMg6ZIMudvz4kKC { top:1.8125rem;left:14.0625rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CETn4so6kDNTlOlb3oVv36uS3XMChacd { top:6.1875rem;left:14rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdyRRZnkCaf6Fh4wNvRaqput6uaOITqQ { top:10.1875rem;left:14.03125rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW1hqdc6JigdUrGWESpUJ6Iyamptc8by { top:2.5rem;left:0rem;width:20rem;height:2.0625rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IfT6yNTTAUvcwgabTLF42cIeHn498vwf { top:2.8125rem;left:0rem;width:6.25rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CvTmSEN0TggBJ3iGD6AFKcnp400pm3I2 { width:32rem;height:32rem;display:none; }
 }@media only screen and (max-width: 763px) { #UTFDpdUcwOertfTb0GJwhuGACKiBh2UD { width:47.75rem;height:47.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TL1mqIarXS9sL6ADBE9R3k8gUyI2A4N0 { display:block; }#TL1mqIarXS9sL6ADBE9R3k8gUyI2A4N0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m7r8R6lvTslzGT7DXXuwHblISJ17CCek { width:16.25rem;height:0.9375rem;top:1.625rem;left:19rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpogDiiH5CiSpCkbERqpTV62s6RErqgr { width:7.375rem;height:1.125rem;top:1.5625rem;left:11.822917938233rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZA7ZGhhT5vLM92qWCwr2V5IXKKuU7pW .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cZA7ZGhhT5vLM92qWCwr2V5IXKKuU7pW .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#cZA7ZGhhT5vLM92qWCwr2V5IXKKuU7pW .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#cZA7ZGhhT5vLM92qWCwr2V5IXKKuU7pW { display:flex;width:18rem;height:5.0625rem;top:6.1875rem;left:13.375rem; }
 }@media only screen and (max-width: 763px) { #cZA7ZGhhT5vLM92qWCwr2V5IXKKuU7pW #ubEixXD5WhuSmhONPltnzD0g1si1zL9x { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cZA7ZGhhT5vLM92qWCwr2V5IXKKuU7pW #rDDaQlp6kixLrpKQz7bC2LOfVoMobmM8 {  }
 }@media only screen and (max-width: 763px) { #cZA7ZGhhT5vLM92qWCwr2V5IXKKuU7pW #zu1htuzrbCO9Lw6Dh8Sl98VrGEQTbc0B {  }
 }@media only screen and (max-width: 763px) { #cZA7ZGhhT5vLM92qWCwr2V5IXKKuU7pW #lr7mIz3fQ9fpAG9I3UHq4b0VEOk6QugW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cZA7ZGhhT5vLM92qWCwr2V5IXKKuU7pW #imRH9Kpfa2Ikqv5UmFaf5m6Fh4VsPZ1V {  }
 }@media only screen and (max-width: 763px) { #cZA7ZGhhT5vLM92qWCwr2V5IXKKuU7pW #E1rOO9H2FmG4ByDuA6fdkZmBT73PqEOd {  }
 }@media only screen and (max-width: 763px) { #cZA7ZGhhT5vLM92qWCwr2V5IXKKuU7pW #TEOvlx0sRJQqMpBkipdgF8wNqpEg7Bxq { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cZA7ZGhhT5vLM92qWCwr2V5IXKKuU7pW #HFPdyeTuoXCS3nZD1DDH4vh6axyFXN67 {  }
 }@media only screen and (max-width: 763px) { #cZA7ZGhhT5vLM92qWCwr2V5IXKKuU7pW #Po5kr2sR51kz4rczAR8CTA2LoGVuT1E8 {  }
 }@media only screen and (max-width: 763px) { #cZA7ZGhhT5vLM92qWCwr2V5IXKKuU7pW #eBOcAIi8OtTP8puoRi2BRAS4xWMTQ6P7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cZA7ZGhhT5vLM92qWCwr2V5IXKKuU7pW #qAxB5vT8994gsNL7IXGylG8wMziT3g8O {  }
 }@media only screen and (max-width: 763px) { #cZA7ZGhhT5vLM92qWCwr2V5IXKKuU7pW #A8on3Z9ishl754bz2r8RfPvgZ4d6Xvei {  }
 }@media only screen and (max-width: 763px) { #E77q7dTL5snzeWTBTunfvk88UvQUGZoM { width:15.625rem;height:2.4375rem;top:0.9375rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5NGsITIbJxGuZ6oTizAuw4ygOHKm0c6 { display:block; }
 }@media only screen and (max-width: 763px) { #CXoFXwQK5OveybUBTTh8nTtgyhvfAKIJ { display:none; }#CXoFXwQK5OveybUBTTh8nTtgyhvfAKIJ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vfnS4F9tPUTPKPkXZ73GIHLWTwgF8OT7 { display:none; }#vfnS4F9tPUTPKPkXZ73GIHLWTwgF8OT7 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gARIzGieodzvb8qJnlyl5OiBpX6gPN3e { display:block; }#gARIzGieodzvb8qJnlyl5OiBpX6gPN3e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eGDeZTT1rphIqsV0eCFwGgw5mNuqgg6G { top:2.25rem;left:0rem;width:12.5rem;height:3.875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFKkcpSbR48tmczVKIgtrBk2olEpdPdN { top:6.625rem;left:0rem;width:12.5rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcfOClVo2wOg3pnFflHPt4lLBn06tRvv { top:2.25rem;left:11.375rem;width:12.5rem;height:3.875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEEOtqZdmowNtorKB5ubLWCrLFpBSKhs { top:6.625rem;left:11.375rem;width:12.5rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAmSDto10ooRRt5kiof8rlX0JIVvIXfX { top:2.25rem;left:23.3125rem;width:12.5rem;height:3.875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQ5kHsxAK2pK0Bz3tLztQ7BdmQTQAmSp { top:6.625rem;left:23.3125rem;width:12.5rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhtHrfTaLrkPPbqF145CsyMDiXf8peMg { top:6.625rem;left:35.25rem;width:12.5rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPdyb7XdQoX8e2nJguw5TkhlGyhCtDu9 { top:2.25rem;left:35.25rem;width:12.5rem;height:3.875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #COWHxSeuywkwVTkx2KWZkKH8BPI1Xg7l { width:47.75rem;height:10.1875rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8SfLBHxCcipHN9tAeUlU3KRdbMXEbos { top:0rem;left:0.75rem;width:23.125rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI { display:block; }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xhRr57lcL7wnWELySoSw9BomIhHvHNle { display:block; }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dKapEHiGRnSkf56eZcpy6zd3Tw0UDPSS { top:2.5rem;left:0rem;width:47.75rem;height:3rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #URE7Ao9mSUBpz4pDTbbGwFvFBCg8nNUx { top:1.5625rem;left:20.75rem;width:6.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNAyKPmIavcrlKNuu7HID9wRvTg0BwSx { display:block; }#FNAyKPmIavcrlKNuu7HID9wRvTg0BwSx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ts8mJMPC7lCtZZGzCVanzTBKZTERX9WB { top:12.625rem;left:0rem;width:19.9375rem;height:1.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wh9whLMAOgEHxy8ndG8llXKOLJIUkK3v { width:14.8125rem;height:10.8125rem;top:1.9375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4ViQfyPsPOTvCraawfhQspZmwZE6i42 { top:12.5625rem;left:14.875rem;width:16.875rem;height:1.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfdxglZ7RgTPOGvXlSsgDyL0Q1Ly7QoX { top:12.5625rem;left:30.75rem;width:16.875rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VieoMJTbrwhTL5sO4ZVafT789nX3fIOL { width:0.125rem;height:0.0625rem;top:1.4375rem;left:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AptfXDey4AaeVOA4a7lGLzr6XFGtvLty { top:0rem;left:0rem;width:17.5rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiT40kDZqKHgeISqlqndDqeA8ZoOxTfU { top:0rem;left:14.25rem;width:17.5rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #fy2LeDNbifgsXTKoJlF0UZPEizTlpsok { top:0rem;left:30.125rem;width:17.5rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #RER858KIe0UGRt3sViPIMZon3Ln9kuyR { top:1.1875rem;left:15.5rem;width:16.25rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7Sn85Ass5lyqIghg2G7ZhwmA7IESL27 { top:0rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRVnvO1vUvIC5Ggi9sSt9GofZFuDrhsa { top:0rem;left:15.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWyiI9z91IQVGUsBqmIFnIIXbWuytezN { top:0rem;left:31.75rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgkLzHBp8MAfvwT8IbLskWF0NAQE3Svi { width:47.75rem;height:34.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZaeNklgF2hwbSTdz31fBMc9n5UdRquZu { top:1.1875rem;left:31.375rem;width:16.25rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTNd9lLrQXNXJCzGhKqRSkKK4KCQCp6G { display:block; }#eTNd9lLrQXNXJCzGhKqRSkKK4KCQCp6G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cx2phNe47qR52McHcV3HEVWRR0P2WPRC { top:2.5625rem;left:0rem;width:17rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePOpcZyT0ytXiXz8FKMuQhsqVJGixqpx { top:2.0625rem;left:6.375rem;width:7.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #plP3HN6yqKhwVQBiVlIQTuGplyoWVZbe { top:1.875rem;left:27.625rem;width:4.6875rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #saTi2GP3TbKU7pzkyZr5QyoQ1pxfc7nq { top:1.75rem;left:43.6875rem;width:4.0625rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #och3rIPtIp8C6vPkphONNgxeMrTsc7Kk { top:4.625rem;left:0.75rem;width:47rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUbD2u7N6sofhsytkO0eawfgbVscVhJT { top:2.0625rem;left:35.75rem;width:8.125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vh1UqvzTrxsndJgonrxwKu00E4sri8BT { top:1.375rem;left:16.9375rem;width:7.5rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pidgssSzMqUt6emqHiF5LmLCdwdbVepJ { width:47.75rem;height:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #CHgxF0DzCGwG1ycS9QwTKqhM000UIFDA { top:16.625rem;left:0rem;width:14.5625rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Od6dHuTi4zkB6F5MILqQo3RIyqETQFS1 { display:none; }#Od6dHuTi4zkB6F5MILqQo3RIyqETQFS1 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #odFfNXklz771wpGEVfBu28ssG7gra0Fe { display:block; }#odFfNXklz771wpGEVfBu28ssG7gra0Fe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ysrAeAvgaQ3OM3geb1QDIAFWEXwlW3qI { width:47.75rem;height:2.5625rem;top:3.9375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSJWiii6Xn1exXqnHu9drI9qyydlx7br { width:19.125rem;height:12.625rem;top:9.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyAXmFsXH5xeH0wEueAXlD9qJEA1TkZ3 { width:19.125rem;height:12.625rem;top:23.5625rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbRJU7KSDTXyV9yLxmEctXLoUDtsxiJs { width:19.125rem;height:12.625rem;top:23.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FD6e2GCGq1DFuzZ55upChTPnN0R0NlSO { width:19.125rem;height:12.625rem;top:9.6875rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3yRKfBHPNhC2F0ZaFHf3r2mRwqXF0aA { width:19.125rem;height:12.625rem;top:23.5625rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bqn86LJkyEvBfNAFKD0sbwlTftvMx2rB { top:3rem;left:20.75rem;width:6.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSwXJ56f3lHgtDdntyBpXUpZ1TNI98XA { width:19.125rem;height:12.625rem;top:9.6875rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ta9c5LE5TLhoU4ecdZOvzDx0e5h5perm { top:10.9375rem;left:14.3125rem;width:15.1875rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhndE1cTyHwfynF2rZGKqEPHkVEoTZs5 { top:25.3125rem;left:16.375rem;width:12.125rem;height:;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Da1rshWar9abV07CnEUePuwCWT3L2yeR { top:11.3125rem;left:14.8125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGdmeKraG5I6zU9CWH7KtzlKyen6R5u8 { top:10.9375rem;left:0rem;width:15.1875rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w50Emt6TqQhKr3o5eLwchqdJEL82g68k { top:11.3125rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIFOQL7DvyUGEEBkZmAKItLdKwM9NAI6 { top:11.4375rem;left:0rem;width:12.75rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpfqGFTQz3f3pmmB9V1gDsUc6m3pxCSu { top:24.8125rem;left:0rem;width:15.1875rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hx8kfLkkUuTgIbEskL2xPmRHLPk17Uf7 { top:25.3125rem;left:0rem;width:12.75rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzCZ0A8w9TG0kkwb1MtLVfZqPNxiJoUw { top:25.125rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cT2H5SbFfP9TsbsvUsfBwA6sE1bo6fIi { top:24.8125rem;left:14.3125rem;width:15.1875rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pz3txBKJTKBtZ2y6rR30TMouswK05BSQ { top:25.1875rem;left:14.8125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQMdf1nxGZChcIZ8Q9G7TNxBTBt9cxgP { top:11.4375rem;left:16.375rem;width:11.875rem;height:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGLqmExHmy36HZxwoJBBxWmWnbyMpepe { top:10.9375rem;left:32.5625rem;width:15.1875rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wxnob6Anyml3cgzgpOvTLN4CncI2k4Ip { top:11.3125rem;left:35.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAU5V5TfebSeFbgGKIgH4K1Fd3msuyn3 { top:11.4375rem;left:33.4375rem;width:14.3125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cf7472MPFmeg7k7fTvHvHAp8VIQbmQg7 { top:24.8125rem;left:32.5625rem;width:15.1875rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S40ZOphUsFH1PRNbtVId1rcSe6cdGHAD { top:25.125rem;left:35.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3ETDPno1q95thn3IsQulmZniw3Anxfb { top:25.3125rem;left:33.4375rem;width:14.3125rem;height:;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWgPAnpTsTItTW0uxBhCSrkHwbzW8u08 { display:none; }#OWgPAnpTsTItTW0uxBhCSrkHwbzW8u08 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Xnko4l48VB2fmnwtP0NkzBXaEqKReiRy { width:16.25rem;height:0.9375rem;top:1.625rem;left:19rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJX0KyWdqm8lSrVu4CX2XDOP0UuKSbhn { width:16.25rem;height:0.9375rem;top:1.625rem;left:19rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #xMC5JMDfhWnMKiQxXPG7z4hR2FOu7nus { width:6.3125rem;height:6.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dzzoz78dfUnBfTi2uC3Qwsik0l8UmL2I { display:block; }#Dzzoz78dfUnBfTi2uC3Qwsik0l8UmL2I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tpOLT97tZXV9V5IKA2t3hmeaX6UUMvwW { width:16.25rem;height:0.9375rem;top:1.625rem;left:19rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmHiUTKeU97BqPQX5LGBXDbrf9Qg2VlA { width:7.375rem;height:1.125rem;top:1.5625rem;left:11.822917938233rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOvpwDTcrehuBcBqkAgiJXMTGsBvRwC4 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OOvpwDTcrehuBcBqkAgiJXMTGsBvRwC4 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#OOvpwDTcrehuBcBqkAgiJXMTGsBvRwC4 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#OOvpwDTcrehuBcBqkAgiJXMTGsBvRwC4 { display:flex;width:18rem;height:5.0625rem;top:6.1875rem;left:13.375rem; }
 }@media only screen and (max-width: 763px) { #OOvpwDTcrehuBcBqkAgiJXMTGsBvRwC4 #TBNIn2bqpTUfFbeH2D2HpXRMO3dyvycL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OOvpwDTcrehuBcBqkAgiJXMTGsBvRwC4 #R2M7gegPUOozApEZqcQes64UqUdLSWZe {  }
 }@media only screen and (max-width: 763px) { #OOvpwDTcrehuBcBqkAgiJXMTGsBvRwC4 #yXIxnwshfO5VcVayLaoH2UIpTWvEuuQB {  }
 }@media only screen and (max-width: 763px) { #OOvpwDTcrehuBcBqkAgiJXMTGsBvRwC4 #zD3cqoqonqHs3tZ9TJ4G6wKvQOV8inUm { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OOvpwDTcrehuBcBqkAgiJXMTGsBvRwC4 #TD2Cid2PyD1r8dXmWargmhUokRmoZK0A {  }
 }@media only screen and (max-width: 763px) { #OOvpwDTcrehuBcBqkAgiJXMTGsBvRwC4 #nz0HNRa5kLPI8DV5Vcaq1O9eSvU0Txzf {  }
 }@media only screen and (max-width: 763px) { #OOvpwDTcrehuBcBqkAgiJXMTGsBvRwC4 #JSME22qpGIX1CTobT680Av7Nf4ebaxL3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OOvpwDTcrehuBcBqkAgiJXMTGsBvRwC4 #EMtAPxDVBrh3aa30uEs6XLvDogaWlVP3 {  }
 }@media only screen and (max-width: 763px) { #OOvpwDTcrehuBcBqkAgiJXMTGsBvRwC4 #uccunwakOL9mExCRd0PDyr8Fd5GtMUVR {  }
 }@media only screen and (max-width: 763px) { #OOvpwDTcrehuBcBqkAgiJXMTGsBvRwC4 #ZSquZH4BDasHbVhiXyMUPdhJu4GVrto2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OOvpwDTcrehuBcBqkAgiJXMTGsBvRwC4 #hxtW1hcvCxtTvAzwxObMtMFzgIRZ9DGS {  }
 }@media only screen and (max-width: 763px) { #OOvpwDTcrehuBcBqkAgiJXMTGsBvRwC4 #QOx79ZGG6Fpu5HwSgzFLWsToO1Tc1a4D {  }
 }@media only screen and (max-width: 763px) { #cly8sUvcxEvZmuTOH3FlctDFUAZITvnQ { width:15.625rem;height:2.4375rem;top:0.9375rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELNyvZOvoZHP4QRT32IDNvmV0NHx3bKC { display:block; }
 }@media only screen and (max-width: 763px) { #TdNT3Enphk42qkTwWoTw0lydvd5tnJ4a { display:block; }#TdNT3Enphk42qkTwWoTw0lydvd5tnJ4a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PsB6VFo3OINUrk9dyD4K7RXAou9Q7wiC { display:block; }#PsB6VFo3OINUrk9dyD4K7RXAou9Q7wiC > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #axMh5zM9OLXRLqZ55724JItLbv7zxdMS { width:24.5rem;height:;top:6.5625rem;left:23.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTE7nogc5D4VlUOnNZM1TMJ28CUKUtch { width:28.6875rem;height:42.75rem;top:5.625rem;left:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVEeRlqt0mFkrsxQl0otNQ3e9aOZ8OTx { width:28.75rem;height:8.625rem;top:2.625rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPilxZ6XQ6aVbEOuvXsA1IL5mHF9nJ17 { width:20.625rem;height:2.1875rem;top:4.0625rem;left:27.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mL6fUWVJb3QaCLiAfoRttn4NH5790GZE { width:25.875rem;height:2.5625rem;top:3.4375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcmfDh9cGdcv9OtkpzhIsAhqmoFpQf9r { top:2.5rem;left:0rem;width:6.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U .widget-regular-label { width:20.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U .widget-input-text { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U .widget-input-text {padding-top: 0; padding-bottom: 0;}#lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U .widget-textarea { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U .widget-input-select { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U .widget-input-select {padding-top: 0; padding-bottom: 0;}#lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U .widget-input-button { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U .widget-checkbox-label { width:19.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U  { width:20.6875rem;height:auto;top:11.3125rem;left:24.5625rem; }
#lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U .radio-container { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U {display:block;}#lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U { width:20.6875rem;height:auto;top:11.3125rem;left:24.5625rem; }
 }@media only screen and (max-width: 763px) { #lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U #cFEkwCyXqo5TJWREvszpJp9dBuWiH12O {  }
 }@media only screen and (max-width: 763px) { #lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U #p9C2BQ5bqy2MyHxZSfGTeuWmGzaUrzUc {  }
 }@media only screen and (max-width: 763px) { #lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U #IpSwsVLwqHpT8NBTwtIKrQ5lLK9SRoN5 {  }
 }@media only screen and (max-width: 763px) { #lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U #R492CqTqVvOb4ahdqx0dfFQudruuwNQc {  }
 }@media only screen and (max-width: 763px) { #lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U #tiOtfQcegA1td6C9gTpvAaN7QukJasIf {  }
 }@media only screen and (max-width: 763px) { #lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U #Vxzxqam8noHkA1xJ6TIIMPRMkTKNAx3x {  }
 }@media only screen and (max-width: 763px) { #lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U #MvrWkvKkz7pfMJeeJMshFxXNaFzPXfff {  }
 }@media only screen and (max-width: 763px) { #lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U #Wp51NgX0rmgQHT4ORTTJv3vnPedXFnJy {  }
 }@media only screen and (max-width: 763px) { #lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U #P2hCrJuJKHzP6vcvrqcTGlqN6KMFJDrs {  }
 }@media only screen and (max-width: 763px) { #lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U #mWLTtB2WFfVGlFZzzCzHe3idzfSG8Htf {  }
 }@media only screen and (max-width: 763px) { #lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U #hIeW98bsdQHggrAQ7ZHlgpDObIPwTATR {  }
 }@media only screen and (max-width: 763px) { #lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U #KcwDBNTQAE7lBheCiAZF0ORH6O6PiWTW {  }
 }@media only screen and (max-width: 763px) { #lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U #zCpuJqcuCWcQR4gtKogoi6lQ9hfra7sw {  }
 }@media only screen and (max-width: 763px) { #lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U #lbXcdrbT2tMHTzMIIsUBd92g56Nn9bb6 {  }
 }@media only screen and (max-width: 763px) { #lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U #QIwLrsfcCvA44SgMGVkUVxWoVPMl244y {  }
 }@media only screen and (max-width: 763px) { #lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U #zD91eGhgWtJu2z4cqMQcOVBJVD2oiqK9 {  }
 }@media only screen and (max-width: 763px) { #lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U #pFVzp3nGxTg6mOUnSoiC5HMnZusFz7WJ {  }
 }@media only screen and (max-width: 763px) { #lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U #OiunUn7atd4Z8GMVg8gTut9vSXUNv2fS {  }
 }@media only screen and (max-width: 763px) { #lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U #JhvJGQKprp4RXPXITbu9DLmE34Mciig3 {  }
 }@media only screen and (max-width: 763px) { #lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U #TQLZO2HwPng7ntPoneEUdw60JPaozbIp {  }
 }@media only screen and (max-width: 763px) { #lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U #PSHEMysV7UWJvLocP5WM6imp1VnOJQZ8 {  }
 }@media only screen and (max-width: 763px) { #lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U #euqxSQXlaGTZtq7x0sBcDP0NldF2TOon {  }
 }@media only screen and (max-width: 763px) { #lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U #hpsn1OlHWnwgem7kBkftLQDJdVKBiDw9 {  }
 }@media only screen and (max-width: 763px) { #pAgEB3apEHBbEyod189WxyriwybEiiS1 { top:21.875rem;left:0rem;width:28.125rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwTiIuuU9REtc2wH8SLszPFAVhzm8N8c { width:37.0625rem;height:6.75rem;top:10rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqTgMl4PMmZzZkWsQ4XOK876J8VLiXJv { top:6.8125rem;left:0rem;width:15.6875rem;height:9.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fg5d30C7NOVezbVw2x8KHiNTlrArAgM6 { top:10.25rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bn66pnzeU0L7mMQ52CeXOtlwSxuUKQc0 { top:12.5rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAszBP9tPFnET6TQRo5o4Tbv4fivG6Wa { top:14.75rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxHSy7zuEkouVRX9xVT4nZhWAc2NA22m { top:50.4375rem;left:39.3125rem;width:8.4375rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3tR8k2m4xETo8pk5TsPiHheR7gIntWf { display:block; }#s3tR8k2m4xETo8pk5TsPiHheR7gIntWf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f87q200t8sbehhy61Wb0IszblIC9HfSH { width:16.25rem;height:0.9375rem;top:1.625rem;left:19rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8SHT7Iww5cIfnrJ7gZ1ddZddAqkRxPT { width:16.25rem;height:0.9375rem;top:1.625rem;left:19rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3S9TMx5tHNnwdmcpMTa8vSLxTiVVFLc { display:block; }#e3S9TMx5tHNnwdmcpMTa8vSLxTiVVFLc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OcJexxFAT4p9BJ11MSFrZrc9x0Xm9Wki { width:13.5rem;height:18.625rem;top:8.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnX2EC7tOduKNevZ8GVUb9B8poQUG7ev { width:13.125rem;height:3.25rem;top:14.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SN7Gok6lHdSU2MgT6KFSFFq89QwT2K21 { width:13.5625rem;height:8.375rem;top:18.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pchd6Vm2ulD1AmBSJxWJ3n8ekRFocZRl { width:3.9375rem;height:3.9375rem;top:10.1875rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p43IOhAIllKtbrS3r8Fh1Ir6EmWuuE62 { width:13.5rem;height:18.625rem;top:8.75rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2SCSQqVqB6SeLywW3k22MqmR4TDZnHR { width:13.0625rem;height:5.5625rem;top:18.5rem;left:10.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4Cqmtpo0dV3u9sMAGCThfFe3EGKspQe { width:13.125rem;height:3.25rem;top:14.625rem;left:10.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FABsUWsKNqxCHuATq0EQxcXEsz3X1Imr { width:3.875rem;height:3.875rem;top:10.25rem;left:15.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcFNyNkNQwp3P0x7tGd7sITGIGJkNNtO { width:13.5rem;height:18.625rem;top:8.75rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLlTV0L7GQ0TJs70oI1fTeiUvLQOyfzy { width:12.5625rem;height:8.375rem;top:18.5rem;left:23.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BD3wDdUD7SI2ffpBl1T0JMNJHt80bViE { width:13.125rem;height:3.25rem;top:14.625rem;left:22.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvCRa5puHNM7U9IoGJ9IQonf4Ui4RwS6 { width:3.9375rem;height:3.9375rem;top:10.1875rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ai3xpvPVfs0buVygPqFDQOgyxTA1985F { width:13.5rem;height:18.625rem;top:8.75rem;left:34.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPXDNAM4e6LHTSuaDCVcZbvROy9RQVKr { width:12.125rem;height:7rem;top:18.5rem;left:35.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUiKAwmhEqLmiCOHbP5taW6oNtTLIWVd { width:13.125rem;height:3.25rem;top:14.625rem;left:34.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSUm5UoaVBke4JdEB9qTdwqmlgBRM90f { width:3.9375rem;height:3.9375rem;top:10.1875rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdWDl1I6Pf7xOtgyUWMSMqqlBRlitg8m { width:47.75rem;height:2.5625rem;top:4rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2vyBte5kyAwzJePKMuw9t2zaDDzt9fi { top:3.0625rem;left:17.625rem;width:6.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDtO1kTyeJ4qmX01SgS155aDpT8bCncr { display:none; }#iDtO1kTyeJ4qmX01SgS155aDpT8bCncr > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #em92VuTBpJrLN6LwOSM9tLMLA9NcBNcB { width:13.5625rem;height:1.25rem;top:7.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7H9TeKZ27plCH5Kw8F6kSOgaRw2hTA9 { width:13.5625rem;height:8.375rem;top:18.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bw1IZdGr0wRh1LPh6c06RSqfroWDM0H5 { width:3.9375rem;height:3.9375rem;top:10.1875rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DezxgSIbVnKSCaKgmVUMc2dG458cNtsu { width:13.0625rem;height:5.5625rem;top:18.5rem;left:10.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DP5VJVxGgMPhxURRE0ipSXcplLyvaU3L { width:13.5625rem;height:1.25rem;top:19.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4imC8HgPiRPxJsMFLpZTGLc1Lu8rFa7 { width:3.9375rem;height:3.9375rem;top:10.1875rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTDrRugd2t7XyWvWW6XqfyVwuMZwMd9l { width:12.5625rem;height:8.375rem;top:18.5rem;left:23.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVKvpyT7mReWi7str00VEvJTDplCCQmS { width:13.5625rem;height:1.25rem;top:28.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNuFh36bzh5lDoVzIlnrpgyKz7SPVkpk { width:3.9375rem;height:3.9375rem;top:10.1875rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZsDN0b20WKXykaqLu0l8n11xz3LheCi { width:12.125rem;height:7rem;top:18.5rem;left:35.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyJa3TR9E89F3i6ywvze5WuF9msTUyTJ { width:13.5rem;height:1.25rem;top:40.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQDNhzeTAnFZPPqiznTq3qFvoL5FTBwi { width:3.9375rem;height:3.9375rem;top:10.1875rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXusvJn4PpDzJkyF58dzTXolTUrANiMG { width:20rem;height:2.0625rem;top:3.375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtQvpuqBWVPTl4fpsQ4fuaggxP2KbSkM { top:2.875rem;left:17.625rem;width:6.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3c6TdfHmPZ8FtFLPSZteGT99yKJlPAr { display:none; }#M3c6TdfHmPZ8FtFLPSZteGT99yKJlPAr > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Pftma7tcGyqfBisSMoCiWtV6FCbopmmg { display:block; }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k92sPDZPuIicgrJUkIM3PrUEr78dWrbl { top:2.4375rem;left:0rem;width:47.75rem;height:3rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgIh9K8LTITubJ4RJV3cqANiqkFyPHxn { top:1.75rem;left:20.75rem;width:6.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr { display:block; }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t8NxTu7t4AGtZZmWevRvco78E1cOufAp { width:43.75rem;height:13.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5hcbFHDkf7xzyEhIKyT6tH4sSWuUIMl { top:3.9375rem;left:0rem;width:34.375rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9fQ2t1lguwJN0a3s9GraJpprcazIMlb { top:10.8125rem;left:9.03125rem;width:25rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0MPWCe3DNXXPN0ARfs9H6I8aO3aLg8L { top:10.5rem;left:12.4375rem;width:9.9375rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0h63LCgsEar1AM9lrBpQLgikWMava4I { top:4.0625rem;left:0rem;width:19.6875rem;height:;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DIOmwLQ422qfNHTPslMFXyr3VPJEC1wM { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #M0Ac46LUCTGJQr78Z7FgBVJ9bkl29U4M { top:1.4375rem;left:14.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 { display:block; }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AaMg5BT57ekduVAhL37Vb5Ma98WZyTMg { width:43.75rem;height:13.0625rem;top:0.875rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvq9W56eefogyOneNeu9mLzQAPTxlL2M { top:4.6875rem;left:14.4375rem;width:33.3125rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnBoeLiMF3yVTFWqdxhA7NUzNytkEgPk { top:10.9375rem;left:13.875rem;width:25rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEcwVHxFrcQ0P10tUZyWnJKM4HBya5Pt { top:10.6875rem;left:25.375rem;width:9.9375rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsfnHvuobp61TDlpE9EwrDPM1A2CyOFc { top:3.0625rem;left:0rem;width:16.875rem;height:;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #H1tkLUubrf48plne1nmeMvL6Zxu4zI1C { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #dylHvMeHETJ133pL3cvXkzMDNQBcQclQ { top:2.125rem;left:31.0625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AroHDttfnUdk8dwbyUyLGDH3sARkPMEF { display:block; }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oOcaqmCkmxi6XHMmq3AsPJRTfUspxUhf { width:43.75rem;height:13.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HM1nng2N7h745IdTJmZLUJKW4q8XFgLv { top:3.9375rem;left:0rem;width:33.375rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDOFSUgTAkiqktzU7t28JPd8hJuoxxPK { top:10.9375rem;left:8.90625rem;width:25rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3Igr4wH1rZvLxHHFCCgoE6yr1wFppcD { top:10.75rem;left:11.8125rem;width:9.9375rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5X7GA8aWA828I4iaq1rP0MSTDhDy9Ox { top:4.4375rem;left:0rem;width:17.5rem;height:;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GEgVyTEllHWdEFn5h8QnixdqmBr3wp9x { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #EWNVtoqQBahaeOviAO96ssMba56ZN5FI { top:1.375rem;left:14.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIgHW7x09Wl9KEoZA1cLUSfFN1oHPfTd { display:block; }#fIgHW7x09Wl9KEoZA1cLUSfFN1oHPfTd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SCJ25qxb0IeF8pxdKxyAxNy77Ac7STu3 { width:47.75rem;height:9.25rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ic5NZ2QTrZfwN19RTEkOte0wvmODBTvS { top:0rem;left:0.75rem;width:23.125rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ci7dVGV686Q1f2K9fwttlSXOvED3WQph { top:3rem;left:0rem;width:26.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrKC9zlFTT70uBWwAmV1giwp5iGi2t83 { top:1.25rem;left:0rem;width:47.75rem;height:3rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqdparFGDbNPVaOH8y2ooJ5Gw9WILe69 { top:4.3125rem;left:0rem;width:27.5625rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #La2SloUOqmAV8fIWvESaDtNfycmBaP4A { top:1.875rem;left:23rem;width:12.8125rem;height:5.7085396039604rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHFTqzBP9Btz0EucTgIToDWEcMioqITv { top:2rem;left:23.4375rem;width:12.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzTN8TTJAnPB9l16lvdz4wzPSmR3LWPJ { top:1.0625rem;left:23.6875rem;width:12.125rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #blwslagqx0qnp7nwg86f52fOxwgWa3Mz { top:1.9375rem;left:20.75rem;width:6.25rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ca0LMrT5VKoy5XSvHsMp2UFbVIcqCwlF { top:10.4375rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #lXczHMG6nb5u38ZooOA83Pf4q15nvmTW { top:15.25rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TOAd1bDEyhOtlRnzWTuMBucPiiEnGRD9 { top:7.0625rem;left:23.3125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #swJvo7Vq4wUpra5yI6yQcTE1FAMCEBdm { top:7.0625rem;left:23.3125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaGXnrKNKqHu9ZrZVvyWqaOQXlguCEPg { display:block; }#WaGXnrKNKqHu9ZrZVvyWqaOQXlguCEPg > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NLiyrLPIAHOHVVbK2xrwdAKmiMWZmV8h { width:23.375rem;height:6.8125rem;top:6.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBJZzStbXtCypo2od7paxrG248CpRxrO .widget-regular-label { width:20.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TBJZzStbXtCypo2od7paxrG248CpRxrO .widget-input-text { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TBJZzStbXtCypo2od7paxrG248CpRxrO .widget-input-text {padding-top: 0; padding-bottom: 0;}#TBJZzStbXtCypo2od7paxrG248CpRxrO .widget-textarea { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TBJZzStbXtCypo2od7paxrG248CpRxrO .widget-input-select { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TBJZzStbXtCypo2od7paxrG248CpRxrO .widget-input-select {padding-top: 0; padding-bottom: 0;}#TBJZzStbXtCypo2od7paxrG248CpRxrO .widget-input-button { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TBJZzStbXtCypo2od7paxrG248CpRxrO .widget-checkbox-label { width:19.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TBJZzStbXtCypo2od7paxrG248CpRxrO  { width:20.6875rem;height:auto;top:15rem;left:0rem; }
#TBJZzStbXtCypo2od7paxrG248CpRxrO .radio-container { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TBJZzStbXtCypo2od7paxrG248CpRxrO {display:block;}#TBJZzStbXtCypo2od7paxrG248CpRxrO { width:20.6875rem;height:auto;top:15rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TBJZzStbXtCypo2od7paxrG248CpRxrO #P9TnifnWu3MxAmVJcgECoJgTMTrLPHsP {  }
 }@media only screen and (max-width: 763px) { #TBJZzStbXtCypo2od7paxrG248CpRxrO #ZG8EdsBvNuczTLED10Abu8bTnKBX7Pfi {  }
 }@media only screen and (max-width: 763px) { #TBJZzStbXtCypo2od7paxrG248CpRxrO #VSLSEBpgpv7fqmJXzJDLPNSrlQftr6Hi {  }
 }@media only screen and (max-width: 763px) { #TBJZzStbXtCypo2od7paxrG248CpRxrO #F2pvK99KBWEEpNnr5Jo8XdKh9iNzOofS {  }
 }@media only screen and (max-width: 763px) { #TBJZzStbXtCypo2od7paxrG248CpRxrO #aplwTothTNs1w1Oaa2z88LtWdZcOVzQ9 {  }
 }@media only screen and (max-width: 763px) { #TBJZzStbXtCypo2od7paxrG248CpRxrO #ZmdhLHrLttD04AsvENkElMEyTGZZhGqN {  }
 }@media only screen and (max-width: 763px) { #TBJZzStbXtCypo2od7paxrG248CpRxrO #NsKMypJ7wFknPanaOxbS3lLo4RoRt3J6 {  }
 }@media only screen and (max-width: 763px) { #TBJZzStbXtCypo2od7paxrG248CpRxrO #c0be47PKNyHu5doAF3U9McyfrE0yXofI {  }
 }@media only screen and (max-width: 763px) { #TBJZzStbXtCypo2od7paxrG248CpRxrO #lWCWrya9qNyEfQFmEhdXFWtrSuUUC4ik {  }
 }@media only screen and (max-width: 763px) { #TBJZzStbXtCypo2od7paxrG248CpRxrO #lD3ScO6vstHo4TKSOTxKcrFltvZse6uL {  }
 }@media only screen and (max-width: 763px) { #TBJZzStbXtCypo2od7paxrG248CpRxrO #cHoOXgwC7M71ATCTv6iD4ctCwVRqQWsS {  }
 }@media only screen and (max-width: 763px) { #TBJZzStbXtCypo2od7paxrG248CpRxrO #M2BcXtcEZb4DAAShHNh8Jp2k8QIxk0G9 {  }
 }@media only screen and (max-width: 763px) { #TBJZzStbXtCypo2od7paxrG248CpRxrO #zWR7M07ZGzddaPHCiaytVyPXr5bnV1pF {  }
 }@media only screen and (max-width: 763px) { #TBJZzStbXtCypo2od7paxrG248CpRxrO #ZTnVQHW41z3mwHkSSm5rsI3gJerb6bsO {  }
 }@media only screen and (max-width: 763px) { #TBJZzStbXtCypo2od7paxrG248CpRxrO #Fzd3mX7bcrh9FwGgBOdieXe6KItOWt0t {  }
 }@media only screen and (max-width: 763px) { #TBJZzStbXtCypo2od7paxrG248CpRxrO #E6WunWH3GeaTsVdGSyKIBDuNKQ3Q1o1E {  }
 }@media only screen and (max-width: 763px) { #TBJZzStbXtCypo2od7paxrG248CpRxrO #uCVg6r4QzHq3XC0fUhVr9Dq1uGmQ87Qo {  }
 }@media only screen and (max-width: 763px) { #TBJZzStbXtCypo2od7paxrG248CpRxrO #LQSgMhsJDoF316Uplt8OpUr6QslTssv4 {  }
 }@media only screen and (max-width: 763px) { #TBJZzStbXtCypo2od7paxrG248CpRxrO #fg6tM4Q0KxrBl73rBOsCxLKxOym5ITLr {  }
 }@media only screen and (max-width: 763px) { #TBJZzStbXtCypo2od7paxrG248CpRxrO #Xm1iPxdJo7CX74n6awB7VSda97QktblR {  }
 }@media only screen and (max-width: 763px) { #Gm6ACENb3XMpy0zMm9xFwvq0TlnyNgUE { width:28.6875rem;height:32.25rem;top:14.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpVWIaa8oXe1uNfqlPozSivnV78psxvD { width:28.75rem;height:12.5625rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bc0mU6p0khTpMgde7E0MZalpvk8DMb6b { width:9.375rem;height:2.25rem;top:4.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHtZIBk4xGofOk2Mg1dAPLfzB2cH0aat { width:11.875rem;height:2.5rem;top:4rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #uN70NUdzSIF0voTBtssJW3F5FK8iQrJT { display:block; }
 }@media only screen and (max-width: 763px) { #EuSbOSVBwiprxTkDZL0Z6UIvbb4E2ZtA { width:25.0625rem;height:12.375rem;top:9.3125rem;left:22.6875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AI0WcC9LLPxyfW4Oksizho1anopxoge4 { top:3.0625rem;left:0rem;width:12.5rem;height:5.1875rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cZHDPFn9M8OJhxTWLmcMXIwcOQ2V3F3x { display:block; }#cZHDPFn9M8OJhxTWLmcMXIwcOQ2V3F3x > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sX93yW53EU2cnUFxKVF0MSTkOIPsJLBZ { width:8.4375rem;height:1.875rem;top:1.75rem;left:39.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w84fHGpXU5v4qmV2haoV3GyEDnb5QLAX { display:block; }
 }@media only screen and (max-width: 763px) { #RJOGDETLrE623fJoadNyph9xydHNQOZS { top:2rem;left:37.875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Prn3gtJCleSLgtuOABadNRJQwRkkPxE6 { top:4.4375rem;left:37.9375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCoumTNm3gQxcoMgPKHWCogb2irCZgu4 { width:9.9375rem;height:1.875rem;top:4.1875rem;left:37.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuRX4trlPX5GcxwV6TncqSIlouSlW6iP { display:block; }
 }@media only screen and (max-width: 763px) { #JZ88GToyqJhFDMgOBtE9dAr0gCH56sUZ { top:1.5rem;left:0rem;width:12.5rem;height:5.1875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lLlHaT0wBek6iAeLkXXl0haRoVP39iIL { display:none; }
 }@media only screen and (max-width: 763px) { #GLwlPd8GmyueG2HgKr2EcgUWcqhTlkNE { top:14.5625rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aWmhGDHpekmXnt53po9ueobnANubnpsQ { width:47.75rem;height:16.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TW5brsGty9tFIfu5kcxWQRuTs02FAhJB { top:6.8125rem;left:37.9375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQrWvBWZZyHowK5KsPfgfxJpNw4OZJOg { top:6.8125rem;left:35.25rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIIt01nhbVCSFn4xS4k6vg7I3AD6pqwZ { top:1.9375rem;left:24.5625rem;width:12.375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtAxg051LnPySOznn4X1rTflBlZ1nlLk { top:3.875rem;left:0rem;width:9.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzMwhhfXMlM9vBAWvvHOslPq6PV12T2G { top:9.125rem;left:13.5625rem;width:12.5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGwL7vlzgfhQLvsgZ3Tnyx0oblteEOHl { top:9.125rem;left:0rem;width:18.4375rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#f8f9fd;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #FhTHQyMZAkRVgi5iwFVhPa0BQZ4T6zWO { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#FhTHQyMZAkRVgi5iwFVhPa0BQZ4T6zWO { border-width: 0; border-radius: 0; }#FhTHQyMZAkRVgi5iwFVhPa0BQZ4T6zWO > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FhTHQyMZAkRVgi5iwFVhPa0BQZ4T6zWO > .row .container { width:20rem;height:3.6875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IAecBNEMNe0Tnt6TmtWMpOi4BXD0ScUS { width:8rem;height:2.4375rem;top:0.40625rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #gsJuswy9UakcTm7lblFNRivpDltdpKVE { width:4.1875rem;height:2.125rem;top:0.75rem;left:15.8125rem;font-size:0.75rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #sff7Flf1ymLzSTZvyQS3d6TbVPZ6Ah8R { display:block; }
 }@media only screen and (max-width: 763px) { #u92VHNUpbhvvQdG5LK9LRTRPxK0bqadp { width:7.25rem;height:3.1875rem;top:4.65625rem;left:6.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wKCz9ngaWVvAD7ewuKKdC7Q7rKsQKiPV { width:6.9375rem;height:3.0625rem;top:9.34375rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #CMfidO3R4V89dvbB9BHsZQiboCS8mVbZ { width:4.6875rem;height:2.125rem;top:0.59375rem;left:10.25rem;font-size:0.75rem;box-shadow: none;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #k1TTZbh5CaKxGoibayVIxeJ7flxB8dQT { display:block; }
 }@media only screen and (max-width: 763px) { #JsN5iAs1HL9Tt7qvAWvoTbw50ffscvIn { width:10.25rem;height:2.875rem;top:0rem;left:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #e5tp8vtnQXB2h8DGmLxvJMLfmqqPzqmR { top:0.71875rem;left:0rem;width:7.375rem;height:2.25rem;z-index:15022;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #WmnDPtmD2krJUAVyWud92kmcpPUirJPt { width:6rem;height:2.125rem;top:0.75rem;left:9.3125rem;font-size:0.75rem;box-shadow: none;z-index:15016;background-color:#ec0b0b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #cMUs7cDuTt6DyRZU5LW0J8Wo2WTtzfav { display:block; }
 }@media only screen and (max-width: 763px) { #DGcXdpmL9GoEy82nCsWbrhtekTGkwIuU { width:12.5rem;height:auto;top:3rem;left:3.75rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kdz0e5oEehvzpdTklOAs7gb7wmuOxC4M { width:12.5rem;height:auto;top:3rem;left:3.75rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PnPd6Pn5SIH9p1FFgzRlsmOCM2a9AIgo { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8414d5ec-a030-4898-a431-a3a9e1b0a774/klimatyzacjawmieszkaniu.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#PnPd6Pn5SIH9p1FFgzRlsmOCM2a9AIgo.adaptive-delivery-prevent-bg, #PnPd6Pn5SIH9p1FFgzRlsmOCM2a9AIgo.lazyload, #PnPd6Pn5SIH9p1FFgzRlsmOCM2a9AIgo.lazyloading { background-image: none; }#PnPd6Pn5SIH9p1FFgzRlsmOCM2a9AIgo > .row .container { background-color: transparent; background-image: none; }#PnPd6Pn5SIH9p1FFgzRlsmOCM2a9AIgo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PnPd6Pn5SIH9p1FFgzRlsmOCM2a9AIgo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PnPd6Pn5SIH9p1FFgzRlsmOCM2a9AIgo > .row .container > .video-iframe-container { display: none; }#PnPd6Pn5SIH9p1FFgzRlsmOCM2a9AIgo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PnPd6Pn5SIH9p1FFgzRlsmOCM2a9AIgo > .row > .video-iframe-container { display: none; }#PnPd6Pn5SIH9p1FFgzRlsmOCM2a9AIgo > .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); }#PnPd6Pn5SIH9p1FFgzRlsmOCM2a9AIgo > .row .container { width:20rem;height:29.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qi71SiLo0lt3JVxK6n1KHhAOifilPO8g { width:16rem;height:3.9875rem;top:5.125rem;left:4rem;font-size:1.8125rem;text-align:right;text-align-last:right;line-height:1.1;color:#0f0f10;display:block; }
 }@media only screen and (max-width: 763px) { #d4e6BtpGyHPEWqUIBmNvnvM0JgGnngQN { width:20rem;height:0;top:6.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#248abb;display:none; }
 }@media only screen and (max-width: 763px) { #iSOWU7Rb5M86gypCv1rMNSKa8lNCT6LF { width:20rem;height:3.25rem;top:21.125rem;left:0rem;font-weight:400;font-style:normal;color:#f8f9fd;box-shadow: none;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wU0votCS8My4rNqZHMCTUoNR82oBmMvs { display:block; }
 }@media only screen and (max-width: 763px) { #UQK6SJkwss1Jh59OlzQDnXpE60peGIfr { width:16.125rem;height:14.4375rem;top:29.875rem;left:2.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #PW6snQZ3QNOo0hs82t28P0iDR2LygOEm { width:2.8125rem;height:2.8125rem;top:28.3125rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UIorlwFkgsBIPUOpEETfwWqnsb5LADcA { width:2.9375rem;height:2.9375rem;top:32.375rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ib0RNEfwhiIgMhTq1orQxniKNWu0vuGJ { width:2.875rem;height:2.875rem;top:36.5625rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eikEO2iOEEH7i3vhdgUPnTXghTqG8pVv { display:flex;width:1.4375rem;height:1.4375rem;top:30.3125rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #uz9GUgbJT37PrTGCDHpFrx9k7MibMFrz { width:20rem;height:3.25rem;top:24.9375rem;left:0rem;font-weight:400;font-style:normal;color:#0f0f10;box-shadow: none;font-size:1.0625rem;z-index:15012;background-color:rgba(248,249,253,0.4);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #40aa02;border-left:0.0625rem solid #40aa02;border-right:0.0625rem solid #40aa02;border-bottom:0.0625rem solid #40aa02;display:block; }
 }@media only screen and (max-width: 763px) { #gSZInbLsMdZNu3E0eSWguR2kFShnraXU { display:block; }
 }@media only screen and (max-width: 763px) { #eRh6lnUDLt6mqc4GigyDwXsniyUC4fFM { top:10.0625rem;left:14.9375rem;width:1.4375rem;height:1.4375rem;z-index:15025;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #blvAuI6Rfk5Mm1F3pdTTp71DR33eqVNX { top:9.875rem;left:16.5625rem;width:3.4375rem;height:1rem;z-index:15026;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dneJJH4VNXeXZHLEzF3rVetHK7GZmRr3 { top:10.5625rem;left:17.75rem;width:1.5625rem;height:1.05625rem;z-index:15027;font-family:rubik;font-size:0.8125rem;color:#0f0f10;display:block; }
 }@media only screen and (max-width: 763px) { #lvT7y7PRGttF0N62ZNHzKamRTnw94OVM { background-color:transparent;background-image:none;display:none; }#lvT7y7PRGttF0N62ZNHzKamRTnw94OVM > .row .container { width:20rem;height:59.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GrlvFP0qtQHZGDUyO7VDMXytn0Bt7TJG { width:16rem;height:2.8875rem;top:4.7624998092651rem;left:3.25rem;font-size:1.3125rem;text-align:right;text-align-last:right;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #Qg5h6VMn0pngZfx8BedBSVL7r51AqQao { width:16.625rem;height:3.375rem;top:20.8125rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XZ7pBVrdTfVoM98CfcdoNBT0yx02gWSJ { display:block; }
 }@media only screen and (max-width: 763px) { #JQtkM1uDUdmScdETHnUF2MSS802R2GwA { top:7.875rem;left:6.8125rem;width:12.5rem;height:0;z-index:15025;font-family:rubik;font-size:0.875rem;text-align:right;text-align-last:right;color:#248abb;display:none; }
 }@media only screen and (max-width: 763px) { #hsFZR1FE6awtamwfb6inXnkvvmHvZlzs { width:17.0625rem;height:3.25rem;top:25.4375rem;left:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZOa8MuRkqGuRTRR2Lz4APkhhghqCNaR2 { display:block; }
 }@media only screen and (max-width: 763px) { #DxZtrZFT8IUXQISRAOQ3WLPCPNLpGs1e { width:20rem;height:auto;top:13.9375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #qwGtTaHKz936Wkmp4qJ5h2dNNP3iWskJ { width:1.25rem;height:1.25rem;top:32.4375rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hiri4bAFvfcJZvKX8HCTfvSSXuhw8SsK { width:1.25rem;height:1.25rem;top:34.9375rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GuP4iTNpOqrM5bI3F9lHTXRmN8luotwE { width:1.25rem;height:1.25rem;top:37.4375rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tVQSDNFDhdCNOxVQ9vboooPP0RpVdnSo { width:20rem;height:18.809523809524rem;top:39.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #un5CmXhQ2rvMzeizfyAGMC55vay57tIE { width:1.1875rem;height:1.1875rem;top:29.9375rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ADXx797583kZ2LkfCzKqVnfKyO6rK9Tg { position:relative;z-index:auto;display:none; }#ADXx797583kZ2LkfCzKqVnfKyO6rK9Tg > .row .container { width:20rem;height:17.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sSJzdT7yoB5rmpsi9yPc3ct3xiH4WTRW { width:20rem;height:2.03125rem;top:1.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;color:#f8f9fd;display:none; }
 }@media only screen and (max-width: 763px) { #he3SHWupXVl81F2nMycxS23vWmeGXIeU { width:7.6875rem;height:1.1375rem;top:6.2885417938231rem;left:6.15625rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#f8f9fd;display:none; }
 }@media only screen and (max-width: 763px) { #XPsZONs9VZ9rGh8kpNhk6wphw4a6qgq3 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#XPsZONs9VZ9rGh8kpNhk6wphw4a6qgq3 .widget-text.counter-number { padding-top:0.39125rem;padding-right:0.353125rem;padding-bottom:0.39125rem;padding-left:0.353125rem;width:2.1175rem;min-width:2.1175rem;height:2.1025rem;font-size:1.564375rem;line-height:33.64px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;color:#f8f9fd; }
#XPsZONs9VZ9rGh8kpNhk6wphw4a6qgq3 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.244375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.82375rem;height:0.83125rem;font-size:0.58625rem;line-height:13.3px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;color:#f8f9fd; }
#XPsZONs9VZ9rGh8kpNhk6wphw4a6qgq3 { display:flex;width:15.3125rem;height:3.960625rem;top:7.3635406494137rem;left:2.34375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
 }@media only screen and (max-width: 763px) { #XPsZONs9VZ9rGh8kpNhk6wphw4a6qgq3 #TWgpF00LbO6VRP35BiwIIRXEMizkmHhl { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XPsZONs9VZ9rGh8kpNhk6wphw4a6qgq3 #P2espM91Q2QTEGABWiiLpct94nnOCNmC {  }
 }@media only screen and (max-width: 763px) { #XPsZONs9VZ9rGh8kpNhk6wphw4a6qgq3 #rSiDFncwTgJD3cxWTaohqc4UEk5OL5VE {  }
 }@media only screen and (max-width: 763px) { #XPsZONs9VZ9rGh8kpNhk6wphw4a6qgq3 #AVugVUU6n6SODlCKSuTXUm842y67E0oP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XPsZONs9VZ9rGh8kpNhk6wphw4a6qgq3 #UeJSfqFABVZLvc2huEBMe03XhoqvO5tx {  }
 }@media only screen and (max-width: 763px) { #XPsZONs9VZ9rGh8kpNhk6wphw4a6qgq3 #FOTPD00uOSiJ6pghy7OzicdycsWtpUXZ {  }
 }@media only screen and (max-width: 763px) { #XPsZONs9VZ9rGh8kpNhk6wphw4a6qgq3 #iqmJJpiauLEICHHfSshxF4wE1uNXKAyH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XPsZONs9VZ9rGh8kpNhk6wphw4a6qgq3 #zf3tDA8blAfEHhhfEByd19nMSF46e6xV {  }
 }@media only screen and (max-width: 763px) { #XPsZONs9VZ9rGh8kpNhk6wphw4a6qgq3 #KyFiG8cHCm8POh2QoJQkSriKC8tfSHC0 {  }
 }@media only screen and (max-width: 763px) { #XPsZONs9VZ9rGh8kpNhk6wphw4a6qgq3 #itABJWRHQEAMkFxVWy9DLEet1EQBV50D { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XPsZONs9VZ9rGh8kpNhk6wphw4a6qgq3 #lxTAI7G5ETZidQS9QNm9W1Lq8sAcVa5p {  }
 }@media only screen and (max-width: 763px) { #XPsZONs9VZ9rGh8kpNhk6wphw4a6qgq3 #aOT9REbD4xnQWgw8HqHyHQ3flDf7g7qv {  }
 }@media only screen and (max-width: 763px) { #EMxd9B6AlxI3fOvIr0l8rmam6fx7UpP4 { width:20rem;height:1.8125rem;top:12.573959399414rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;color:#f8f9fd;display:none; }
 }@media only screen and (max-width: 763px) { #zAnXyRWU9dR2SIkTwFRv0ThaL4iHZXIA { display:none; }#zAnXyRWU9dR2SIkTwFRv0ThaL4iHZXIA > .row .container { width:20rem;height:18.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #J7TuWxLT9MNqXQdIdVptemHoq9H7G7Af { width:20rem;height:0;top:2.8125rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.5;color:#0f0f10;display:none; }
 }@media only screen and (max-width: 763px) { #TElrA5f1Qi6Wy4BWZnJx1RTRcdJsPQrT { width:16.125rem;height:14.4375rem;top:29.875rem;left:2.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #XT9lloaUnaeiDE8FCi3AfXVVMsNaG5x1 { width:6.25rem;height:0.3125rem;top:1.25rem;left:6.875rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #40aa02, #248abb);background-image: -moz-linear-gradient(90deg, #40aa02, #248abb);background-image: -ms-linear-gradient(90deg, #40aa02, #248abb);background-image: -o-linear-gradient(90deg, #40aa02, #248abb);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#40aa02', endColorstr='#248abb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#40aa02', endColorstr='#248abb' );";background-image: linear-gradient(90deg, #40aa02, #248abb);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #dnTTeR8ul8bK0ARIccDfUcL24orReMBp { width:2.8125rem;height:2.8125rem;top:28.3125rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gzdFrAOc4n320uiwJKvPXZ9A8h4SC0GX { width:2.9375rem;height:2.9375rem;top:32.375rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #r71sKCe3pKZGuOq5JTvvzTrKPhGqn0xv { width:1.8125rem;height:1.8125rem;top:17.4375rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JNAS4gCkG09qiJMEcqAeJt5WUbP0UsNR { width:1.8125rem;height:1.8125rem;top:21.3125rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uqs7PGT4Pp5T2XKy2GEfypM5BlSNiqVQ { width:17.0625rem;height:3.25rem;top:26.5rem;left:1.4375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KRFh86Q54KCd89vw9L14GtKSTkDsWFfS { display:block; }
 }@media only screen and (max-width: 763px) { #Rhyg5lqTARGqQwEChQfWHeIsBQxIM62h { width:20rem;height:19.953703703704rem;top:3.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kCBg8C1tSkT9O0fulHuenlFTf2vIR7yk { display:block; }#kCBg8C1tSkT9O0fulHuenlFTf2vIR7yk { background-color: transparent; background-image: none; }#kCBg8C1tSkT9O0fulHuenlFTf2vIR7yk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kCBg8C1tSkT9O0fulHuenlFTf2vIR7yk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kCBg8C1tSkT9O0fulHuenlFTf2vIR7yk > .row .container > .video-iframe-container { display: none; }#kCBg8C1tSkT9O0fulHuenlFTf2vIR7yk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kCBg8C1tSkT9O0fulHuenlFTf2vIR7yk > .row > .video-iframe-container { display: none; }#kCBg8C1tSkT9O0fulHuenlFTf2vIR7yk > .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); }#kCBg8C1tSkT9O0fulHuenlFTf2vIR7yk > .row .container { width:20rem;height:1.375rem;background-color:#f8f9fd;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x2ZT28hUUIRNlWAQdH9MnlcgwgBhcX09 { position:relative;z-index:auto;background-color:#f8f9fd;background-image:none;display:block; }#x2ZT28hUUIRNlWAQdH9MnlcgwgBhcX09 > .row .container { background-color: transparent; background-image: none; }#x2ZT28hUUIRNlWAQdH9MnlcgwgBhcX09::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x2ZT28hUUIRNlWAQdH9MnlcgwgBhcX09 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x2ZT28hUUIRNlWAQdH9MnlcgwgBhcX09 > .row .container > .video-iframe-container { display: none; }#x2ZT28hUUIRNlWAQdH9MnlcgwgBhcX09 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x2ZT28hUUIRNlWAQdH9MnlcgwgBhcX09 > .row > .video-iframe-container { display: none; }#x2ZT28hUUIRNlWAQdH9MnlcgwgBhcX09 > .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); }#x2ZT28hUUIRNlWAQdH9MnlcgwgBhcX09 > .row .container { width:20rem;height:49.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S39kBQWgJU0qK8LutF938ctUwCbSbLNp { width:15.5rem;height:21.09375rem;top:6rem;left:4.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;font-family:rubik;color:#0f0f10;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #O2mb2lVefTdK00VlduMg6ZIMudvz4kKC { width:2.6875rem;height:2.6875rem;top:6.3125rem;left:0.875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CETn4so6kDNTlOlb3oVv36uS3XMChacd { width:2.9375rem;height:2.9375rem;top:11.375rem;left:0.75rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RdyRRZnkCaf6Fh4wNvRaqput6uaOITqQ { width:2.25rem;height:2.25rem;top:16.125rem;left:1.09375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TW1hqdc6JigdUrGWESpUJ6Iyamptc8by { top:2.5124998092651rem;left:0rem;width:20rem;height:2.1125rem;z-index:15025;text-align:center;text-align-last:center;font-size:1.625rem;font-family:rubik;color:#0f0f10;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #IfT6yNTTAUvcwgabTLF42cIeHn498vwf { width:6.25rem;height:0.3125rem;top:1.5625rem;left:6.875rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #40aa02, #248abb);background-image: -moz-linear-gradient(90deg, #40aa02, #248abb);background-image: -ms-linear-gradient(90deg, #40aa02, #248abb);background-image: -o-linear-gradient(90deg, #40aa02, #248abb);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#40aa02', endColorstr='#248abb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#40aa02', endColorstr='#248abb' );";background-image: linear-gradient(90deg, #40aa02, #248abb);background-size:auto !important;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #CvTmSEN0TggBJ3iGD6AFKcnp400pm3I2 { top:20.375rem;left:1.0625rem;width:2.3125rem;height:2.3125rem;z-index:15026;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #UTFDpdUcwOertfTb0GJwhuGACKiBh2UD { top:26.375rem;left:0rem;width:20rem;height:19.9375rem;z-index:15027;overflow:hidden;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL1mqIarXS9sL6ADBE9R3k8gUyI2A4N0 { position:relative;z-index:auto;display:block; }#TL1mqIarXS9sL6ADBE9R3k8gUyI2A4N0 > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m7r8R6lvTslzGT7DXXuwHblISJ17CCek { width:20rem;height:;top:1.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #TpogDiiH5CiSpCkbERqpTV62s6RErqgr { width:7.6875rem;height:1.1375rem;top:6.2885417938231rem;left:6.15625rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cZA7ZGhhT5vLM92qWCwr2V5IXKKuU7pW .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#cZA7ZGhhT5vLM92qWCwr2V5IXKKuU7pW .widget-text.counter-number { padding-top:0.39125rem;padding-right:0.353125rem;padding-bottom:0.39125rem;padding-left:0.353125rem;width:2.1175rem;min-width:2.1175rem;height:2.1025rem;font-size:1.564375rem;line-height:33.64px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;color:#ffffff; }
#cZA7ZGhhT5vLM92qWCwr2V5IXKKuU7pW .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.244375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.82375rem;height:0.83125rem;font-size:0.58625rem;line-height:13.3px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;color:#ffffff; }
#cZA7ZGhhT5vLM92qWCwr2V5IXKKuU7pW { display:flex;width:15.3125rem;height:3.960625rem;top:7.3635406494137rem;left:2.34375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #cZA7ZGhhT5vLM92qWCwr2V5IXKKuU7pW #ubEixXD5WhuSmhONPltnzD0g1si1zL9x { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cZA7ZGhhT5vLM92qWCwr2V5IXKKuU7pW #rDDaQlp6kixLrpKQz7bC2LOfVoMobmM8 {  }
 }@media only screen and (max-width: 763px) { #cZA7ZGhhT5vLM92qWCwr2V5IXKKuU7pW #zu1htuzrbCO9Lw6Dh8Sl98VrGEQTbc0B {  }
 }@media only screen and (max-width: 763px) { #cZA7ZGhhT5vLM92qWCwr2V5IXKKuU7pW #lr7mIz3fQ9fpAG9I3UHq4b0VEOk6QugW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cZA7ZGhhT5vLM92qWCwr2V5IXKKuU7pW #imRH9Kpfa2Ikqv5UmFaf5m6Fh4VsPZ1V {  }
 }@media only screen and (max-width: 763px) { #cZA7ZGhhT5vLM92qWCwr2V5IXKKuU7pW #E1rOO9H2FmG4ByDuA6fdkZmBT73PqEOd {  }
 }@media only screen and (max-width: 763px) { #cZA7ZGhhT5vLM92qWCwr2V5IXKKuU7pW #TEOvlx0sRJQqMpBkipdgF8wNqpEg7Bxq { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cZA7ZGhhT5vLM92qWCwr2V5IXKKuU7pW #HFPdyeTuoXCS3nZD1DDH4vh6axyFXN67 {  }
 }@media only screen and (max-width: 763px) { #cZA7ZGhhT5vLM92qWCwr2V5IXKKuU7pW #Po5kr2sR51kz4rczAR8CTA2LoGVuT1E8 {  }
 }@media only screen and (max-width: 763px) { #cZA7ZGhhT5vLM92qWCwr2V5IXKKuU7pW #eBOcAIi8OtTP8puoRi2BRAS4xWMTQ6P7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cZA7ZGhhT5vLM92qWCwr2V5IXKKuU7pW #qAxB5vT8994gsNL7IXGylG8wMziT3g8O {  }
 }@media only screen and (max-width: 763px) { #cZA7ZGhhT5vLM92qWCwr2V5IXKKuU7pW #A8on3Z9ishl754bz2r8RfPvgZ4d6Xvei {  }
 }@media only screen and (max-width: 763px) { #E77q7dTL5snzeWTBTunfvk88UvQUGZoM { width:20rem;height:3.25rem;top:12.78750038147rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5NGsITIbJxGuZ6oTizAuw4ygOHKm0c6 { display:block; }
 }@media only screen and (max-width: 763px) { #CXoFXwQK5OveybUBTTh8nTtgyhvfAKIJ { display:block; }#CXoFXwQK5OveybUBTTh8nTtgyhvfAKIJ { background-color: transparent; background-image: none; }#CXoFXwQK5OveybUBTTh8nTtgyhvfAKIJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CXoFXwQK5OveybUBTTh8nTtgyhvfAKIJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CXoFXwQK5OveybUBTTh8nTtgyhvfAKIJ > .row .container > .video-iframe-container { display: none; }#CXoFXwQK5OveybUBTTh8nTtgyhvfAKIJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CXoFXwQK5OveybUBTTh8nTtgyhvfAKIJ > .row > .video-iframe-container { display: none; }#CXoFXwQK5OveybUBTTh8nTtgyhvfAKIJ > .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); }#CXoFXwQK5OveybUBTTh8nTtgyhvfAKIJ > .row .container { width:20rem;height:1.25rem;background-color:#f8f9fd;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vfnS4F9tPUTPKPkXZ73GIHLWTwgF8OT7 { display:block; }#vfnS4F9tPUTPKPkXZ73GIHLWTwgF8OT7 { background-color: transparent; background-image: none; }#vfnS4F9tPUTPKPkXZ73GIHLWTwgF8OT7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vfnS4F9tPUTPKPkXZ73GIHLWTwgF8OT7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vfnS4F9tPUTPKPkXZ73GIHLWTwgF8OT7 > .row .container > .video-iframe-container { display: none; }#vfnS4F9tPUTPKPkXZ73GIHLWTwgF8OT7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vfnS4F9tPUTPKPkXZ73GIHLWTwgF8OT7 > .row > .video-iframe-container { display: none; }#vfnS4F9tPUTPKPkXZ73GIHLWTwgF8OT7 > .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); }#vfnS4F9tPUTPKPkXZ73GIHLWTwgF8OT7 > .row .container { width:20rem;height:2rem;background-color:#f8f9fd;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gARIzGieodzvb8qJnlyl5OiBpX6gPN3e { display:block; }#gARIzGieodzvb8qJnlyl5OiBpX6gPN3e > .row .container { width:20rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eGDeZTT1rphIqsV0eCFwGgw5mNuqgg6G { width:20rem;height:3.9rem;top:3.1630859375rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFKkcpSbR48tmczVKIgtrBk2olEpdPdN { width:20rem;height:1.35rem;top:7.51220703125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcfOClVo2wOg3pnFflHPt4lLBn06tRvv { width:20rem;height:3.9rem;top:11.625rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEEOtqZdmowNtorKB5ubLWCrLFpBSKhs { width:20rem;height:2.7rem;top:15.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAmSDto10ooRRt5kiof8rlX0JIVvIXfX { width:20rem;height:3.9rem;top:30rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQ5kHsxAK2pK0Bz3tLztQ7BdmQTQAmSp { width:20rem;height:2.7rem;top:34.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhtHrfTaLrkPPbqF145CsyMDiXf8peMg { width:20rem;height:2.7rem;top:26.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPdyb7XdQoX8e2nJguw5TkhlGyhCtDu9 { width:20rem;height:3.9rem;top:21.5rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #COWHxSeuywkwVTkx2KWZkKH8BPI1Xg7l { width:20rem;height:37.3125rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8SfLBHxCcipHN9tAeUlU3KRdbMXEbos { width:20rem;height:0;top:42rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI { background-color:#f8f9fd;background-image:none;display:block; }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI > .row .container { background-color: transparent; background-image: none; }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI > .row .container > .video-iframe-container { display: none; }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI > .row > .video-iframe-container { display: none; }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI > .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); }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI > .row .container { width:20rem;height:1.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xhRr57lcL7wnWELySoSw9BomIhHvHNle { background-color:#f8f9fd;background-image:none;display:block; }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row .container { background-color: transparent; background-image: none; }#xhRr57lcL7wnWELySoSw9BomIhHvHNle::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row .container > .video-iframe-container { display: none; }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row > .video-iframe-container { display: none; }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .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); }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row .container { width:20rem;height:5.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dKapEHiGRnSkf56eZcpy6zd3Tw0UDPSS { width:20rem;height:2.4375rem;top:2.5625rem;left:0rem;font-size:1.625rem;line-height:1.5;color:#0f0f10;display:block; }
 }@media only screen and (max-width: 763px) { #URE7Ao9mSUBpz4pDTbbGwFvFBCg8nNUx { width:6.25rem;height:0.3125rem;top:1.625rem;left:6.875rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #40aa02, #248abb);background-image: -moz-linear-gradient(90deg, #40aa02, #248abb);background-image: -ms-linear-gradient(90deg, #40aa02, #248abb);background-image: -o-linear-gradient(90deg, #40aa02, #248abb);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#40aa02', endColorstr='#248abb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#40aa02', endColorstr='#248abb' );";background-image: linear-gradient(90deg, #40aa02, #248abb);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #FNAyKPmIavcrlKNuu7HID9wRvTg0BwSx { display:block; }#FNAyKPmIavcrlKNuu7HID9wRvTg0BwSx > .row .container { width:20rem;height:56.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ts8mJMPC7lCtZZGzCVanzTBKZTERX9WB { width:20rem;height:1.6625rem;top:14.375rem;left:0rem;font-size:1.1875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Wh9whLMAOgEHxy8ndG8llXKOLJIUkK3v { width:1.6875rem;height:1.25rem;top:3.875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4ViQfyPsPOTvCraawfhQspZmwZE6i42 { width:16.875rem;height:1.78125rem;top:32.375rem;left:1.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfdxglZ7RgTPOGvXlSsgDyL0Q1Ly7QoX { width:16.875rem;height:1.78125rem;top:50.4375rem;left:1.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VieoMJTbrwhTL5sO4ZVafT789nX3fIOL { width:16.5625rem;height:12.0625rem;top:38.4375rem;left:1.71875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #AptfXDey4AaeVOA4a7lGLzr6XFGtvLty { width:18.125rem;height:15.625rem;top:1.375rem;left:0.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiT40kDZqKHgeISqlqndDqeA8ZoOxTfU { width:18.125rem;height:15.625rem;top:19.5rem;left:0.9375rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fy2LeDNbifgsXTKoJlF0UZPEizTlpsok { width:18.125rem;height:15.625rem;top:37.625rem;left:0.9375rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RER858KIe0UGRt3sViPIMZon3Ln9kuyR { width:16.875rem;height:12.3125rem;top:20.25rem;left:1.5625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #P7Sn85Ass5lyqIghg2G7ZhwmA7IESL27 { width:1.875rem;height:1.875rem;top:1.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRVnvO1vUvIC5Ggi9sSt9GofZFuDrhsa { width:1.875rem;height:1.875rem;top:37.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWyiI9z91IQVGUsBqmIFnIIXbWuytezN { width:1.875rem;height:1.875rem;top:19.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgkLzHBp8MAfvwT8IbLskWF0NAQE3Svi { top:3.0625rem;left:2.25rem;width:15.5rem;height:11.3125rem;z-index:15031;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ZaeNklgF2hwbSTdz31fBMc9n5UdRquZu { width:16.25rem;height:11.875rem;top:1.1875rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eTNd9lLrQXNXJCzGhKqRSkKK4KCQCp6G { position:relative;z-index:auto;display:block; }#eTNd9lLrQXNXJCzGhKqRSkKK4KCQCp6G > .row .container { width:20rem;height:22.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cx2phNe47qR52McHcV3HEVWRR0P2WPRC { width:17rem;height:2.6rem;top:1.5625rem;left:1.5rem;font-size:1rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #ePOpcZyT0ytXiXz8FKMuQhsqVJGixqpx { width:7.5rem;height:1.5rem;top:6.3125rem;left:1.3125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #plP3HN6yqKhwVQBiVlIQTuGplyoWVZbe { width:4.6875rem;height:1.4375rem;top:9.25rem;left:2.375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #saTi2GP3TbKU7pzkyZr5QyoQ1pxfc7nq { width:4.375rem;height:2.0625rem;top:12.4375rem;left:2.53125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #och3rIPtIp8C6vPkphONNgxeMrTsc7Kk { width:16.3125rem;height:0;top:16.41250038147rem;left:1.84375rem;font-size:1rem;text-align:center;text-align-last:center;font-family:rubik;display:none; }
 }@media only screen and (max-width: 763px) { #qUbD2u7N6sofhsytkO0eawfgbVscVhJT { width:8.125rem;height:1.25rem;top:9.5rem;left:10.9375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vh1UqvzTrxsndJgonrxwKu00E4sri8BT { width:7.5rem;height:2.125rem;top:5.625rem;left:11.125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pidgssSzMqUt6emqHiF5LmLCdwdbVepJ { top:12.8125rem;left:11.125rem;width:7.5rem;height:1.3125rem;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CHgxF0DzCGwG1ycS9QwTKqhM000UIFDA { width:14.5625rem;height:3.9rem;top:16.674999237061rem;left:2.71875rem;font-size:1rem;text-align:center;text-align-last:center;font-family:rubik;z-index:15007;color:#f8f9fd;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #Od6dHuTi4zkB6F5MILqQo3RIyqETQFS1 { display:block; }#Od6dHuTi4zkB6F5MILqQo3RIyqETQFS1 { background-color: transparent; background-image: none; }#Od6dHuTi4zkB6F5MILqQo3RIyqETQFS1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Od6dHuTi4zkB6F5MILqQo3RIyqETQFS1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Od6dHuTi4zkB6F5MILqQo3RIyqETQFS1 > .row .container > .video-iframe-container { display: none; }#Od6dHuTi4zkB6F5MILqQo3RIyqETQFS1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Od6dHuTi4zkB6F5MILqQo3RIyqETQFS1 > .row > .video-iframe-container { display: none; }#Od6dHuTi4zkB6F5MILqQo3RIyqETQFS1 > .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); }#Od6dHuTi4zkB6F5MILqQo3RIyqETQFS1 > .row .container { width:20rem;height:2.0625rem;background-color:#f8f9fd;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #odFfNXklz771wpGEVfBu28ssG7gra0Fe { display:block; }#odFfNXklz771wpGEVfBu28ssG7gra0Fe > .row .container { width:20rem;height:91.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ysrAeAvgaQ3OM3geb1QDIAFWEXwlW3qI { width:20rem;height:2.1125rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSJWiii6Xn1exXqnHu9drI9qyydlx7br { width:19.125rem;height:12.625rem;top:6.3125rem;left:0.4375rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyAXmFsXH5xeH0wEueAXlD9qJEA1TkZ3 { width:19.125rem;height:12.625rem;top:48.4375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbRJU7KSDTXyV9yLxmEctXLoUDtsxiJs { width:19.125rem;height:12.625rem;top:34.25rem;left:0.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #FD6e2GCGq1DFuzZ55upChTPnN0R0NlSO { width:19.125rem;height:12.625rem;top:20.1875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3yRKfBHPNhC2F0ZaFHf3r2mRwqXF0aA { width:19.125rem;height:12.625rem;top:62.4375rem;left:0.4375rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #Bqn86LJkyEvBfNAFKD0sbwlTftvMx2rB { width:6.25rem;height:0.3125rem;top:1.5625rem;left:6.875rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #40aa02, #248abb);background-image: -moz-linear-gradient(90deg, #40aa02, #248abb);background-image: -ms-linear-gradient(90deg, #40aa02, #248abb);background-image: -o-linear-gradient(90deg, #40aa02, #248abb);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#40aa02', endColorstr='#248abb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#40aa02', endColorstr='#248abb' );";background-image: linear-gradient(90deg, #40aa02, #248abb);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #VSwXJ56f3lHgtDdntyBpXUpZ1TNI98XA { width:19.125rem;height:12.625rem;top:76.375rem;left:0.4375rem;overflow:hidden;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ta9c5LE5TLhoU4ecdZOvzDx0e5h5perm { width:15.1875rem;height:1.9375rem;top:21.4375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhndE1cTyHwfynF2rZGKqEPHkVEoTZs5 { width:12.125rem;height:1.05625rem;top:50.1875rem;left:2.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Da1rshWar9abV07CnEUePuwCWT3L2yeR { display:flex;width:1.25rem;height:1.25rem;top:21.8125rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #WGdmeKraG5I6zU9CWH7KtzlKyen6R5u8 { width:15.1875rem;height:1.9375rem;top:7.5625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w50Emt6TqQhKr3o5eLwchqdJEL82g68k { display:flex;width:1.25rem;height:1.25rem;top:7.9375rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #TIFOQL7DvyUGEEBkZmAKItLdKwM9NAI6 { width:12.75rem;height:1.05625rem;top:8.0625rem;left:2.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpfqGFTQz3f3pmmB9V1gDsUc6m3pxCSu { width:15.1875rem;height:1.9375rem;top:49.6875rem;left:0.4375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #Hx8kfLkkUuTgIbEskL2xPmRHLPk17Uf7 { width:12.75rem;height:1.05625rem;top:36rem;left:2.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzCZ0A8w9TG0kkwb1MtLVfZqPNxiJoUw { display:flex;width:1.25rem;height:1.25rem;top:50.0625rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #cT2H5SbFfP9TsbsvUsfBwA6sE1bo6fIi { width:15.1875rem;height:1.9375rem;top:63.75rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pz3txBKJTKBtZ2y6rR30TMouswK05BSQ { display:flex;width:1.25rem;height:1.25rem;top:64.125rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #iQMdf1nxGZChcIZ8Q9G7TNxBTBt9cxgP { width:12.125rem;height:1.05625rem;top:21.9375rem;left:2.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGLqmExHmy36HZxwoJBBxWmWnbyMpepe { width:15.1875rem;height:1.9375rem;top:35.5rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wxnob6Anyml3cgzgpOvTLN4CncI2k4Ip { display:flex;width:1.25rem;height:1.25rem;top:35.875rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #mAU5V5TfebSeFbgGKIgH4K1Fd3msuyn3 { width:14.3125rem;height:1.05625rem;top:78.125rem;left:2.6875rem;font-size:0.8125rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #cf7472MPFmeg7k7fTvHvHAp8VIQbmQg7 { width:15.1875rem;height:1.9375rem;top:77.625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S40ZOphUsFH1PRNbtVId1rcSe6cdGHAD { display:flex;width:1.25rem;height:1.25rem;top:77.9375rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #O3ETDPno1q95thn3IsQulmZniw3Anxfb { width:14.3125rem;height:1.05625rem;top:64.190625190738rem;left:2.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWgPAnpTsTItTW0uxBhCSrkHwbzW8u08 { position:relative;z-index:auto;background-color:#248abb;background-image:none;display:block; }#OWgPAnpTsTItTW0uxBhCSrkHwbzW8u08 > .row .container { background-color: transparent; background-image: none; }#OWgPAnpTsTItTW0uxBhCSrkHwbzW8u08::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OWgPAnpTsTItTW0uxBhCSrkHwbzW8u08 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OWgPAnpTsTItTW0uxBhCSrkHwbzW8u08 > .row .container > .video-iframe-container { display: none; }#OWgPAnpTsTItTW0uxBhCSrkHwbzW8u08 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OWgPAnpTsTItTW0uxBhCSrkHwbzW8u08 > .row > .video-iframe-container { display: none; }#OWgPAnpTsTItTW0uxBhCSrkHwbzW8u08 > .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); }#OWgPAnpTsTItTW0uxBhCSrkHwbzW8u08 > .row .container { width:20rem;height:21rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xnko4l48VB2fmnwtP0NkzBXaEqKReiRy { width:20rem;height:3.75rem;top:1.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #pJX0KyWdqm8lSrVu4CX2XDOP0UuKSbhn { width:20rem;height:5.2rem;top:6.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #xMC5JMDfhWnMKiQxXPG7z4hR2FOu7nus { top:11.574999809265rem;left:5.3125rem;width:9.375rem;height:9.375rem;z-index:15015;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Dzzoz78dfUnBfTi2uC3Qwsik0l8UmL2I { position:relative;z-index:auto;display:none; }#Dzzoz78dfUnBfTi2uC3Qwsik0l8UmL2I > .row .container { width:20rem;height:16.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tpOLT97tZXV9V5IKA2t3hmeaX6UUMvwW { width:20rem;height:4.0625rem;top:1.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #gmHiUTKeU97BqPQX5LGBXDbrf9Qg2VlA { width:7.6875rem;height:1.1375rem;top:6.2885417938231rem;left:6.15625rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OOvpwDTcrehuBcBqkAgiJXMTGsBvRwC4 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#OOvpwDTcrehuBcBqkAgiJXMTGsBvRwC4 .widget-text.counter-number { padding-top:0.39125rem;padding-right:0.353125rem;padding-bottom:0.39125rem;padding-left:0.353125rem;width:2.1175rem;min-width:2.1175rem;height:2.1025rem;font-size:1.564375rem;line-height:33.64px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;color:#ffffff; }
#OOvpwDTcrehuBcBqkAgiJXMTGsBvRwC4 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.244375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.82375rem;height:0.83125rem;font-size:0.58625rem;line-height:13.3px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;color:#ffffff; }
#OOvpwDTcrehuBcBqkAgiJXMTGsBvRwC4 { display:flex;width:15.3125rem;height:3.960625rem;top:7.3635406494137rem;left:2.34375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #OOvpwDTcrehuBcBqkAgiJXMTGsBvRwC4 #TBNIn2bqpTUfFbeH2D2HpXRMO3dyvycL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OOvpwDTcrehuBcBqkAgiJXMTGsBvRwC4 #R2M7gegPUOozApEZqcQes64UqUdLSWZe {  }
 }@media only screen and (max-width: 763px) { #OOvpwDTcrehuBcBqkAgiJXMTGsBvRwC4 #yXIxnwshfO5VcVayLaoH2UIpTWvEuuQB {  }
 }@media only screen and (max-width: 763px) { #OOvpwDTcrehuBcBqkAgiJXMTGsBvRwC4 #zD3cqoqonqHs3tZ9TJ4G6wKvQOV8inUm { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OOvpwDTcrehuBcBqkAgiJXMTGsBvRwC4 #TD2Cid2PyD1r8dXmWargmhUokRmoZK0A {  }
 }@media only screen and (max-width: 763px) { #OOvpwDTcrehuBcBqkAgiJXMTGsBvRwC4 #nz0HNRa5kLPI8DV5Vcaq1O9eSvU0Txzf {  }
 }@media only screen and (max-width: 763px) { #OOvpwDTcrehuBcBqkAgiJXMTGsBvRwC4 #JSME22qpGIX1CTobT680Av7Nf4ebaxL3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OOvpwDTcrehuBcBqkAgiJXMTGsBvRwC4 #EMtAPxDVBrh3aa30uEs6XLvDogaWlVP3 {  }
 }@media only screen and (max-width: 763px) { #OOvpwDTcrehuBcBqkAgiJXMTGsBvRwC4 #uccunwakOL9mExCRd0PDyr8Fd5GtMUVR {  }
 }@media only screen and (max-width: 763px) { #OOvpwDTcrehuBcBqkAgiJXMTGsBvRwC4 #ZSquZH4BDasHbVhiXyMUPdhJu4GVrto2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OOvpwDTcrehuBcBqkAgiJXMTGsBvRwC4 #hxtW1hcvCxtTvAzwxObMtMFzgIRZ9DGS {  }
 }@media only screen and (max-width: 763px) { #OOvpwDTcrehuBcBqkAgiJXMTGsBvRwC4 #QOx79ZGG6Fpu5HwSgzFLWsToO1Tc1a4D {  }
 }@media only screen and (max-width: 763px) { #cly8sUvcxEvZmuTOH3FlctDFUAZITvnQ { width:20rem;height:3.25rem;top:12.78750038147rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELNyvZOvoZHP4QRT32IDNvmV0NHx3bKC { display:block; }
 }@media only screen and (max-width: 763px) { #TdNT3Enphk42qkTwWoTw0lydvd5tnJ4a { display:none; }#TdNT3Enphk42qkTwWoTw0lydvd5tnJ4a > .row .container { width:20rem;height:0.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PsB6VFo3OINUrk9dyD4K7RXAou9Q7wiC { background-color:#f8f9fd;background-image:none;display:block; }#PsB6VFo3OINUrk9dyD4K7RXAou9Q7wiC > .row .container { background-color: transparent; background-image: none; }#PsB6VFo3OINUrk9dyD4K7RXAou9Q7wiC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PsB6VFo3OINUrk9dyD4K7RXAou9Q7wiC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PsB6VFo3OINUrk9dyD4K7RXAou9Q7wiC > .row .container > .video-iframe-container { display: none; }#PsB6VFo3OINUrk9dyD4K7RXAou9Q7wiC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PsB6VFo3OINUrk9dyD4K7RXAou9Q7wiC > .row > .video-iframe-container { display: none; }#PsB6VFo3OINUrk9dyD4K7RXAou9Q7wiC > .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); }#PsB6VFo3OINUrk9dyD4K7RXAou9Q7wiC > .row .container { width:20rem;height:64.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #axMh5zM9OLXRLqZ55724JItLbv7zxdMS { width:20rem;height:2.6rem;top:22.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#f8f9fd;display:block; }
 }@media only screen and (max-width: 763px) { #WTE7nogc5D4VlUOnNZM1TMJ28CUKUtch { width:20rem;height:38.3125rem;top:23.431251525879rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #DVEeRlqt0mFkrsxQl0otNQ3e9aOZ8OTx { width:20rem;height:7.125rem;top:18.8125rem;left:0rem;box-shadow: none;border-top:0.0625rem solid #40aa02;border-left:0.0625rem solid #40aa02;border-right:0.0625rem solid #40aa02;border-bottom:0.0625rem solid #40aa02;background-color:#40aa02;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #TPilxZ6XQ6aVbEOuvXsA1IL5mHF9nJ17 { width:20rem;height:1.70625rem;top:20.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;font-weight:400;font-style:normal;color:#f8f9fd;display:block; }
 }@media only screen and (max-width: 763px) { #mL6fUWVJb3QaCLiAfoRttn4NH5790GZE { width:20rem;height:2.1125rem;top:3.125rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.625rem;color:#0f0f10;display:block; }
 }@media only screen and (max-width: 763px) { #fcmfDh9cGdcv9OtkpzhIsAhqmoFpQf9r { width:6.25rem;height:0.3125rem;top:2.1875rem;left:6.875rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #40aa02, #248abb);background-image: -moz-linear-gradient(90deg, #40aa02, #248abb);background-image: -ms-linear-gradient(90deg, #40aa02, #248abb);background-image: -o-linear-gradient(90deg, #40aa02, #248abb);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#40aa02', endColorstr='#248abb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#40aa02', endColorstr='#248abb' );";background-image: linear-gradient(90deg, #40aa02, #248abb);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#0f0f10; }
#lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U .widget-input-text {padding-top: 0; padding-bottom: 0;}#lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#f8f9fd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U .widget-input-select {padding-top: 0; padding-bottom: 0;}#lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#40aa02;background-image:none;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;text-align:center;text-align-last:center;color:#f8f9fd;box-shadow: none;font-size:1.0625rem;overflow:hidden; }
#lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U [class*="-text"]:-moz-placeholder { font-family:rubik;font-weight:300;font-style:normal;color:rgba(0,0,0,0.7); }
#lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U [class*="-text"]::-moz-placeholder { font-family:rubik;font-weight:300;font-style:normal;color:rgba(0,0,0,0.7); }
#lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U [class*="-text"]:-ms-input-placeholder { font-family:rubik;font-weight:300;font-style:normal;color:rgba(0,0,0,0.7); }
#lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U [class*="-text"]::-webkit-input-placeholder { font-family:rubik;font-weight:300;font-style:normal;color:rgba(0,0,0,0.7); }
#lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0; }
#lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U .widget-container:first-of-type{padding-top:0;}#lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U .widget-container:last-of-type{padding-bottom:0;}#lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U  { width:17.5rem;height:auto;top:26.0625rem;left:0rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #0f0f10;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#f8f9fd;background-image:none;z-index:14999; }
#lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U {display:block;}#lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U { width:17.5rem;height:auto;top:26.0625rem;left:0rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #0f0f10;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#f8f9fd;background-image:none;z-index:14999; }
 }@media only screen and (max-width: 763px) { #lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U #cFEkwCyXqo5TJWREvszpJp9dBuWiH12O {  }
 }@media only screen and (max-width: 763px) { #lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U #p9C2BQ5bqy2MyHxZSfGTeuWmGzaUrzUc { display:block; }
 }@media only screen and (max-width: 763px) { #lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U #IpSwsVLwqHpT8NBTwtIKrQ5lLK9SRoN5 {  }
 }@media only screen and (max-width: 763px) { #lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U #R492CqTqVvOb4ahdqx0dfFQudruuwNQc {  }
 }@media only screen and (max-width: 763px) { #lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U #tiOtfQcegA1td6C9gTpvAaN7QukJasIf { display:block; }
 }@media only screen and (max-width: 763px) { #lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U #Vxzxqam8noHkA1xJ6TIIMPRMkTKNAx3x {  }
 }@media only screen and (max-width: 763px) { #lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U #MvrWkvKkz7pfMJeeJMshFxXNaFzPXfff {  }
 }@media only screen and (max-width: 763px) { #lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U #Wp51NgX0rmgQHT4ORTTJv3vnPedXFnJy { display:block; }
 }@media only screen and (max-width: 763px) { #lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U #P2hCrJuJKHzP6vcvrqcTGlqN6KMFJDrs {  }
 }@media only screen and (max-width: 763px) { #lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U #mWLTtB2WFfVGlFZzzCzHe3idzfSG8Htf {  }
 }@media only screen and (max-width: 763px) { #lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U #hIeW98bsdQHggrAQ7ZHlgpDObIPwTATR { display:block; }
 }@media only screen and (max-width: 763px) { #lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U #KcwDBNTQAE7lBheCiAZF0ORH6O6PiWTW {  }
 }@media only screen and (max-width: 763px) { #lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U #zCpuJqcuCWcQR4gtKogoi6lQ9hfra7sw {  }
 }@media only screen and (max-width: 763px) { #lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U #lbXcdrbT2tMHTzMIIsUBd92g56Nn9bb6 { display:block; }
 }@media only screen and (max-width: 763px) { #lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U #QIwLrsfcCvA44SgMGVkUVxWoVPMl244y {  }
 }@media only screen and (max-width: 763px) { #lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U #zD91eGhgWtJu2z4cqMQcOVBJVD2oiqK9 {  }
 }@media only screen and (max-width: 763px) { #lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U #pFVzp3nGxTg6mOUnSoiC5HMnZusFz7WJ { display:block; }
 }@media only screen and (max-width: 763px) { #lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U #OiunUn7atd4Z8GMVg8gTut9vSXUNv2fS {  }
 }@media only screen and (max-width: 763px) { #lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U #JhvJGQKprp4RXPXITbu9DLmE34Mciig3 {  }
 }@media only screen and (max-width: 763px) { #lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U #TQLZO2HwPng7ntPoneEUdw60JPaozbIp {  }
 }@media only screen and (max-width: 763px) { #lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U #PSHEMysV7UWJvLocP5WM6imp1VnOJQZ8 {  }
 }@media only screen and (max-width: 763px) { #lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U #euqxSQXlaGTZtq7x0sBcDP0NldF2TOon {  }
 }@media only screen and (max-width: 763px) { #lVH6qPGSBs8ziuO63HyZnJ2LOG3BWp4U #hpsn1OlHWnwgem7kBkftLQDJdVKBiDw9 {  }
 }@media only screen and (max-width: 763px) { #pAgEB3apEHBbEyod189WxyriwybEiiS1 { width:16rem;height:11.6875rem;top:72.625rem;left:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #JwTiIuuU9REtc2wH8SLszPFAVhzm8N8c { width:17.4375rem;height:5.4rem;top:7.58749961853rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.2;color:#0f0f10;display:none; }
 }@media only screen and (max-width: 763px) { #ZqTgMl4PMmZzZkWsQ4XOK876J8VLiXJv { top:7.3125rem;left:2.90625rem;width:15.6875rem;height:9.6rem;z-index:15018;font-family:rubik;font-size:1rem;line-height:1.2;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #Fg5d30C7NOVezbVw2x8KHiNTlrArAgM6 { width:1.375rem;height:1.375rem;top:7.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bn66pnzeU0L7mMQ52CeXOtlwSxuUKQc0 { width:1.375rem;height:1.375rem;top:10.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAszBP9tPFnET6TQRo5o4Tbv4fivG6Wa { width:1.375rem;height:1.375rem;top:14.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxHSy7zuEkouVRX9xVT4nZhWAc2NA22m { width:6.3125rem;height:6.3125rem;top:1.25rem;left:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #s3tR8k2m4xETo8pk5TsPiHheR7gIntWf { position:relative;z-index:auto;display:none; }#s3tR8k2m4xETo8pk5TsPiHheR7gIntWf > .row .container { width:20rem;height:17.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #f87q200t8sbehhy61Wb0IszblIC9HfSH { width:20rem;height:2.03125rem;top:1.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;color:#f8f9fd;display:none; }
 }@media only screen and (max-width: 763px) { #t8SHT7Iww5cIfnrJ7gZ1ddZddAqkRxPT { width:20rem;height:1.8125rem;top:12.573959399414rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;color:#f8f9fd;display:none; }
 }@media only screen and (max-width: 763px) { #e3S9TMx5tHNnwdmcpMTa8vSLxTiVVFLc { display:none; }#e3S9TMx5tHNnwdmcpMTa8vSLxTiVVFLc > .row .container { width:20rem;height:71.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OcJexxFAT4p9BJ11MSFrZrc9x0Xm9Wki { width:13.5rem;height:16.375rem;top:4.1875rem;left:3.125rem;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #BnX2EC7tOduKNevZ8GVUb9B8poQUG7ev { width:13.5625rem;height:2.6rem;top:8.8125rem;left:3.1875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #SN7Gok6lHdSU2MgT6KFSFFq89QwT2K21 { width:12.75rem;height:8.4rem;top:11.66250038147rem;left:3.5625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #pchd6Vm2ulD1AmBSJxWJ3n8ekRFocZRl { width:3.125rem;height:3.125rem;top:5.1875rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #p43IOhAIllKtbrS3r8Fh1Ir6EmWuuE62 { width:13.5rem;height:14.375rem;top:22.037498474121rem;left:3.125rem;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #y2SCSQqVqB6SeLywW3k22MqmR4TDZnHR { width:12.625rem;height:5.6rem;top:30.0625rem;left:3.65625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #G4Cqmtpo0dV3u9sMAGCThfFe3EGKspQe { width:13.5625rem;height:2.6rem;top:27.125rem;left:3.21875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #FABsUWsKNqxCHuATq0EQxcXEsz3X1Imr { width:3.125rem;height:3.125rem;top:23.375rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NcFNyNkNQwp3P0x7tGd7sITGIGJkNNtO { width:13.5rem;height:16.3125rem;top:38.143749237061rem;left:3.1875rem;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #KLlTV0L7GQ0TJs70oI1fTeiUvLQOyfzy { width:12.625rem;height:8.4rem;top:45.5625rem;left:3.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #BD3wDdUD7SI2ffpBl1T0JMNJHt80bViE { width:13.5625rem;height:2.6rem;top:42.6875rem;left:3.21875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #HvCRa5puHNM7U9IoGJ9IQonf4Ui4RwS6 { width:3.125rem;height:3.125rem;top:39.3125rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ai3xpvPVfs0buVygPqFDQOgyxTA1985F { width:13.5625rem;height:14.3125rem;top:56.125rem;left:3.1875rem;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #gPXDNAM4e6LHTSuaDCVcZbvROy9RQVKr { width:12.5rem;height:7rem;top:62.875rem;left:3.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #zUiKAwmhEqLmiCOHbP5taW6oNtTLIWVd { width:13.5rem;height:2.6rem;top:60rem;left:3.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TSUm5UoaVBke4JdEB9qTdwqmlgBRM90f { width:3.125rem;height:3.125rem;top:56.875rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HdWDl1I6Pf7xOtgyUWMSMqqlBRlitg8m { width:20rem;height:2.1125rem;top:1.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #I2vyBte5kyAwzJePKMuw9t2zaDDzt9fi { width:6.25rem;height:0.3125rem;top:0.5625rem;left:6.875rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #40aa02, #248abb);background-image: -moz-linear-gradient(90deg, #40aa02, #248abb);background-image: -ms-linear-gradient(90deg, #40aa02, #248abb);background-image: -o-linear-gradient(90deg, #40aa02, #248abb);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#40aa02', endColorstr='#248abb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#40aa02', endColorstr='#248abb' );";background-image: linear-gradient(90deg, #40aa02, #248abb);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #iDtO1kTyeJ4qmX01SgS155aDpT8bCncr { background-color:#f8f9fd;background-image:none;display:block; }#iDtO1kTyeJ4qmX01SgS155aDpT8bCncr > .row .container { background-color: transparent; background-image: none; }#iDtO1kTyeJ4qmX01SgS155aDpT8bCncr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iDtO1kTyeJ4qmX01SgS155aDpT8bCncr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iDtO1kTyeJ4qmX01SgS155aDpT8bCncr > .row .container > .video-iframe-container { display: none; }#iDtO1kTyeJ4qmX01SgS155aDpT8bCncr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iDtO1kTyeJ4qmX01SgS155aDpT8bCncr > .row > .video-iframe-container { display: none; }#iDtO1kTyeJ4qmX01SgS155aDpT8bCncr > .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); }#iDtO1kTyeJ4qmX01SgS155aDpT8bCncr > .row .container { width:20rem;height:50.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #em92VuTBpJrLN6LwOSM9tLMLA9NcBNcB { width:13.5625rem;height:1.3rem;top:7.3125rem;left:5.5625rem;text-align:left;text-align-last:left;color:#0f0f10;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #A7H9TeKZ27plCH5Kw8F6kSOgaRw2hTA9 { width:12.1875rem;height:8.4rem;top:9.0625rem;left:5.5625rem;text-align:left;text-align-last:left;color:#0f0f10;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #Bw1IZdGr0wRh1LPh6c06RSqfroWDM0H5 { width:3.125rem;height:3.125rem;top:7.6875rem;left:1.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DezxgSIbVnKSCaKgmVUMc2dG458cNtsu { width:12.625rem;height:5.6rem;top:21.1875rem;left:5.5625rem;text-align:left;text-align-last:left;color:#0f0f10;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #DP5VJVxGgMPhxURRE0ipSXcplLyvaU3L { width:13.5625rem;height:1.3rem;top:19.375rem;left:5.5625rem;text-align:left;text-align-last:left;color:#0f0f10;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #y4imC8HgPiRPxJsMFLpZTGLc1Lu8rFa7 { width:3.125rem;height:3.125rem;top:19.6875rem;left:1.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gTDrRugd2t7XyWvWW6XqfyVwuMZwMd9l { width:12.625rem;height:8.4rem;top:30.4375rem;left:5.5625rem;text-align:left;text-align-last:left;color:#0f0f10;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #BVKvpyT7mReWi7str00VEvJTDplCCQmS { width:13.5625rem;height:1.3rem;top:28.6875rem;left:5.5625rem;text-align:left;text-align-last:left;color:#0f0f10;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #hNuFh36bzh5lDoVzIlnrpgyKz7SPVkpk { width:3.125rem;height:3.125rem;top:28.8125rem;left:1.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LZsDN0b20WKXykaqLu0l8n11xz3LheCi { width:12.5rem;height:7rem;top:42.4375rem;left:5.5625rem;text-align:left;text-align-last:left;color:#0f0f10;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #TyJa3TR9E89F3i6ywvze5WuF9msTUyTJ { width:13.5rem;height:1.3rem;top:40.75rem;left:5.59375rem;text-align:left;text-align-last:left;color:#0f0f10;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #PQDNhzeTAnFZPPqiznTq3qFvoL5FTBwi { width:3.125rem;height:3.125rem;top:40.75rem;left:1.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LXusvJn4PpDzJkyF58dzTXolTUrANiMG { width:20rem;height:2.1125rem;top:3.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;color:#0f0f10;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #BtQvpuqBWVPTl4fpsQ4fuaggxP2KbSkM { width:6.25rem;height:0.3125rem;top:2.4375rem;left:6.875rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #40aa02, #248abb);background-image: -moz-linear-gradient(90deg, #40aa02, #248abb);background-image: -ms-linear-gradient(90deg, #40aa02, #248abb);background-image: -o-linear-gradient(90deg, #40aa02, #248abb);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#40aa02', endColorstr='#248abb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#40aa02', endColorstr='#248abb' );";background-image: linear-gradient(90deg, #40aa02, #248abb);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #M3c6TdfHmPZ8FtFLPSZteGT99yKJlPAr { display:block; }#M3c6TdfHmPZ8FtFLPSZteGT99yKJlPAr { background-color: transparent; background-image: none; }#M3c6TdfHmPZ8FtFLPSZteGT99yKJlPAr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M3c6TdfHmPZ8FtFLPSZteGT99yKJlPAr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M3c6TdfHmPZ8FtFLPSZteGT99yKJlPAr > .row .container > .video-iframe-container { display: none; }#M3c6TdfHmPZ8FtFLPSZteGT99yKJlPAr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M3c6TdfHmPZ8FtFLPSZteGT99yKJlPAr > .row > .video-iframe-container { display: none; }#M3c6TdfHmPZ8FtFLPSZteGT99yKJlPAr > .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); }#M3c6TdfHmPZ8FtFLPSZteGT99yKJlPAr > .row .container { width:20rem;height:1.25rem;background-color:#f8f9fd;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pftma7tcGyqfBisSMoCiWtV6FCbopmmg { background-color:#f8f9fd;background-image:none;display:block; }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row .container { background-color: transparent; background-image: none; }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row .container > .video-iframe-container { display: none; }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row > .video-iframe-container { display: none; }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .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); }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row .container { width:20rem;height:4.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k92sPDZPuIicgrJUkIM3PrUEr78dWrbl { width:20rem;height:2.4375rem;top:2.125rem;left:0rem;font-size:1.625rem;color:#0f0f10;display:block; }
 }@media only screen and (max-width: 763px) { #LgIh9K8LTITubJ4RJV3cqANiqkFyPHxn { width:6.25rem;height:0.3125rem;top:1.1875rem;left:6.875rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #40aa02, #248abb);background-image: -moz-linear-gradient(90deg, #40aa02, #248abb);background-image: -ms-linear-gradient(90deg, #40aa02, #248abb);background-image: -o-linear-gradient(90deg, #40aa02, #248abb);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#40aa02', endColorstr='#248abb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#40aa02', endColorstr='#248abb' );";background-image: linear-gradient(90deg, #40aa02, #248abb);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr { background-color:#f8f9fd;background-image:none;display:block; }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .row .container { background-color: transparent; background-image: none; }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .row .container > .video-iframe-container { display: none; }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .row > .video-iframe-container { display: none; }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .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); }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .row .container { width:20rem;height:20.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t8NxTu7t4AGtZZmWevRvco78E1cOufAp { width:20rem;height:17.1875rem;top:2.3125rem;left:0rem;background-color:#f8f9fd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #E5hcbFHDkf7xzyEhIKyT6tH4sSWuUIMl { width:16.875rem;height:0;top:3.875rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;color:#0f0f10;display:none; }
 }@media only screen and (max-width: 763px) { #W9fQ2t1lguwJN0a3s9GraJpprcazIMlb { width:20rem;height:1.40625rem;top:15.9375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#0f0f10;display:block; }
 }@media only screen and (max-width: 763px) { #G0MPWCe3DNXXPN0ARfs9H6I8aO3aLg8L { width:7.5rem;height:1.3125rem;top:17.25rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0h63LCgsEar1AM9lrBpQLgikWMava4I { width:16.1875rem;height:9.1875rem;top:5.625rem;left:2rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#0f0f10;z-index:15026;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #DIOmwLQ422qfNHTPslMFXyr3VPJEC1wM { top:17.625rem;left:18.0625rem;width:1.25rem;height:1.25rem;z-index:15028;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #M0Ac46LUCTGJQr78Z7FgBVJ9bkl29U4M { width:1.875rem;height:1.875rem;top:20.75rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 { background-color:#f8f9fd;background-image:none;display:block; }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row .container { background-color: transparent; background-image: none; }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row .container > .video-iframe-container { display: none; }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row > .video-iframe-container { display: none; }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .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); }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row .container { width:20rem;height:17.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AaMg5BT57ekduVAhL37Vb5Ma98WZyTMg { width:20rem;height:14.3125rem;top:1.4375rem;left:0rem;background-color:#f8f9fd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #wvq9W56eefogyOneNeu9mLzQAPTxlL2M { width:16.875rem;height:0;top:3.09375rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #TnBoeLiMF3yVTFWqdxhA7NUzNytkEgPk { width:20rem;height:1.40625rem;top:12.0625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vEcwVHxFrcQ0P10tUZyWnJKM4HBya5Pt { width:7.5rem;height:1.3125rem;top:13.375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsfnHvuobp61TDlpE9EwrDPM1A2CyOFc { width:16.5rem;height:6.5625rem;top:4.3999996185303rem;left:2rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15026;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #H1tkLUubrf48plne1nmeMvL6Zxu4zI1C { top:13.875rem;left:0.75rem;width:1.25rem;height:1.25rem;z-index:15029;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dylHvMeHETJ133pL3cvXkzMDNQBcQclQ { width:1.875rem;height:1.875rem;top:17rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AroHDttfnUdk8dwbyUyLGDH3sARkPMEF { background-color:#f8f9fd;background-image:none;display:block; }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row .container { background-color: transparent; background-image: none; }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row .container > .video-iframe-container { display: none; }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row > .video-iframe-container { display: none; }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .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); }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row .container { width:20rem;height:21rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oOcaqmCkmxi6XHMmq3AsPJRTfUspxUhf { width:20rem;height:17.1875rem;top:0.75rem;left:0rem;background-color:#f8f9fd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #HM1nng2N7h745IdTJmZLUJKW4q8XFgLv { width:16.875rem;height:0;top:2.625rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;color:#0f0f10;display:none; }
 }@media only screen and (max-width: 763px) { #dDOFSUgTAkiqktzU7t28JPd8hJuoxxPK { width:20rem;height:1.40625rem;top:14.27499961853rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#0f0f10;display:block; }
 }@media only screen and (max-width: 763px) { #A3Igr4wH1rZvLxHHFCCgoE6yr1wFppcD { width:7.5rem;height:1.3125rem;top:15.625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5X7GA8aWA828I4iaq1rP0MSTDhDy9Ox { width:17.0625rem;height:9.1875rem;top:4.0625rem;left:2rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#0f0f10;z-index:15026;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #GEgVyTEllHWdEFn5h8QnixdqmBr3wp9x { top:16.0625rem;left:18.0625rem;width:1.25rem;height:1.25rem;z-index:15030;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #EWNVtoqQBahaeOviAO96ssMba56ZN5FI { width:1.875rem;height:1.875rem;top:19.1875rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fIgHW7x09Wl9KEoZA1cLUSfFN1oHPfTd { background-color:#0f0f10;background-image:none;display:block; }#fIgHW7x09Wl9KEoZA1cLUSfFN1oHPfTd > .row .container { background-color: transparent; background-image: none; }#fIgHW7x09Wl9KEoZA1cLUSfFN1oHPfTd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fIgHW7x09Wl9KEoZA1cLUSfFN1oHPfTd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fIgHW7x09Wl9KEoZA1cLUSfFN1oHPfTd > .row .container > .video-iframe-container { display: none; }#fIgHW7x09Wl9KEoZA1cLUSfFN1oHPfTd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fIgHW7x09Wl9KEoZA1cLUSfFN1oHPfTd > .row > .video-iframe-container { display: none; }#fIgHW7x09Wl9KEoZA1cLUSfFN1oHPfTd > .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); }#fIgHW7x09Wl9KEoZA1cLUSfFN1oHPfTd > .row .container { width:20rem;height:18.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SCJ25qxb0IeF8pxdKxyAxNy77Ac7STu3 { width:20rem;height:4.0625rem;top:8.1875rem;left:0rem;background-color:#0f0f10;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Ic5NZ2QTrZfwN19RTEkOte0wvmODBTvS { width:20rem;height:0;top:42rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #ci7dVGV686Q1f2K9fwttlSXOvED3WQph { width:20rem;height:0;top:3rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #MrKC9zlFTT70uBWwAmV1giwp5iGi2t83 { width:20rem;height:0;top:2.375rem;left:0rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fqdparFGDbNPVaOH8y2ooJ5Gw9WILe69 { width:20rem;height:2.6rem;top:2.625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#f8f9fd;display:block; }
 }@media only screen and (max-width: 763px) { #La2SloUOqmAV8fIWvESaDtNfycmBaP4A { width:9.1875rem;height:4.0625rem;top:6.625rem;left:5.3125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kHFTqzBP9Btz0EucTgIToDWEcMioqITv { width:8.875rem;height:3.9375rem;top:11.5rem;left:5.46875rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qzTN8TTJAnPB9l16lvdz4wzPSmR3LWPJ { width:8.5rem;height:4.25rem;top:11.125rem;left:5.625rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #blwslagqx0qnp7nwg86f52fOxwgWa3Mz { width:6.25rem;height:0.3125rem;top:1.6875rem;left:6.875rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #40aa02, #248abb);background-image: -moz-linear-gradient(90deg, #40aa02, #248abb);background-image: -ms-linear-gradient(90deg, #40aa02, #248abb);background-image: -o-linear-gradient(90deg, #40aa02, #248abb);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#40aa02', endColorstr='#248abb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#40aa02', endColorstr='#248abb' );";background-image: linear-gradient(90deg, #40aa02, #248abb);background-size:auto !important;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #ca0LMrT5VKoy5XSvHsMp2UFbVIcqCwlF { top:10.4375rem;left:3.75rem;width:12.5rem;height:1.3rem;z-index:15024;color:#f8f9fd;font-family:rubik;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lXczHMG6nb5u38ZooOA83Pf4q15nvmTW { top:15.25rem;left:3.75rem;width:12.5rem;height:1.3rem;z-index:15025;color:#f8f9fd;font-family:rubik;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TOAd1bDEyhOtlRnzWTuMBucPiiEnGRD9 { width:12.5rem;height:auto;top:7.0625rem;left:3.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #swJvo7Vq4wUpra5yI6yQcTE1FAMCEBdm { width:12.5rem;height:auto;top:7.0625rem;left:3.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #WaGXnrKNKqHu9ZrZVvyWqaOQXlguCEPg { background-color:#f8f9fd;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WaGXnrKNKqHu9ZrZVvyWqaOQXlguCEPg > .row .container { background-color: transparent; background-image: none; }#WaGXnrKNKqHu9ZrZVvyWqaOQXlguCEPg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WaGXnrKNKqHu9ZrZVvyWqaOQXlguCEPg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WaGXnrKNKqHu9ZrZVvyWqaOQXlguCEPg > .row .container > .video-iframe-container { display: none; }#WaGXnrKNKqHu9ZrZVvyWqaOQXlguCEPg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WaGXnrKNKqHu9ZrZVvyWqaOQXlguCEPg > .row > .video-iframe-container { display: none; }#WaGXnrKNKqHu9ZrZVvyWqaOQXlguCEPg > .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); }#WaGXnrKNKqHu9ZrZVvyWqaOQXlguCEPg > .row .container { border-width: 0; border-radius: 0; }#WaGXnrKNKqHu9ZrZVvyWqaOQXlguCEPg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WaGXnrKNKqHu9ZrZVvyWqaOQXlguCEPg > .row .container { width:20rem;height:58.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NLiyrLPIAHOHVVbK2xrwdAKmiMWZmV8h { width:16.5rem;height:5.3625rem;top:17.6875rem;left:1.75rem;text-align:left;text-align-last:left;font-size:1.375rem;font-weight:400;font-style:normal;color:#f8f9fd;display:block; }
 }@media only screen and (max-width: 763px) { #TBJZzStbXtCypo2od7paxrG248CpRxrO .widget-regular-label { width:15.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#0f0f10; }
#TBJZzStbXtCypo2od7paxrG248CpRxrO .widget-input-text { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TBJZzStbXtCypo2od7paxrG248CpRxrO .widget-input-text {padding-top: 0; padding-bottom: 0;}#TBJZzStbXtCypo2od7paxrG248CpRxrO .widget-textarea { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TBJZzStbXtCypo2od7paxrG248CpRxrO .widget-input-select { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TBJZzStbXtCypo2od7paxrG248CpRxrO .widget-input-select {padding-top: 0; padding-bottom: 0;}#TBJZzStbXtCypo2od7paxrG248CpRxrO .widget-input-button { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#40aa02;background-image:none;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;text-align:center;text-align-last:center;box-shadow: none;font-size:1.0625rem;overflow:hidden; }
#TBJZzStbXtCypo2od7paxrG248CpRxrO .widget-checkbox-label { width:14.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TBJZzStbXtCypo2od7paxrG248CpRxrO .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0; }
#TBJZzStbXtCypo2od7paxrG248CpRxrO .widget-container:first-of-type{padding-top:0;}#TBJZzStbXtCypo2od7paxrG248CpRxrO .widget-container:last-of-type{padding-bottom:0;}#TBJZzStbXtCypo2od7paxrG248CpRxrO  { width:15.9375rem;height:auto;top:24.1875rem;left:0.78125rem; }
#TBJZzStbXtCypo2od7paxrG248CpRxrO .radio-container { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TBJZzStbXtCypo2od7paxrG248CpRxrO {display:block;}#TBJZzStbXtCypo2od7paxrG248CpRxrO { width:15.9375rem;height:auto;top:24.1875rem;left:0.78125rem; }
 }@media only screen and (max-width: 763px) { #TBJZzStbXtCypo2od7paxrG248CpRxrO #P9TnifnWu3MxAmVJcgECoJgTMTrLPHsP {  }
 }@media only screen and (max-width: 763px) { #TBJZzStbXtCypo2od7paxrG248CpRxrO #ZG8EdsBvNuczTLED10Abu8bTnKBX7Pfi { display:block; }
 }@media only screen and (max-width: 763px) { #TBJZzStbXtCypo2od7paxrG248CpRxrO #VSLSEBpgpv7fqmJXzJDLPNSrlQftr6Hi {  }
 }@media only screen and (max-width: 763px) { #TBJZzStbXtCypo2od7paxrG248CpRxrO #F2pvK99KBWEEpNnr5Jo8XdKh9iNzOofS {  }
 }@media only screen and (max-width: 763px) { #TBJZzStbXtCypo2od7paxrG248CpRxrO #aplwTothTNs1w1Oaa2z88LtWdZcOVzQ9 { display:block; }
 }@media only screen and (max-width: 763px) { #TBJZzStbXtCypo2od7paxrG248CpRxrO #ZmdhLHrLttD04AsvENkElMEyTGZZhGqN {  }
 }@media only screen and (max-width: 763px) { #TBJZzStbXtCypo2od7paxrG248CpRxrO #NsKMypJ7wFknPanaOxbS3lLo4RoRt3J6 {  }
 }@media only screen and (max-width: 763px) { #TBJZzStbXtCypo2od7paxrG248CpRxrO #c0be47PKNyHu5doAF3U9McyfrE0yXofI { display:block; }
 }@media only screen and (max-width: 763px) { #TBJZzStbXtCypo2od7paxrG248CpRxrO #lWCWrya9qNyEfQFmEhdXFWtrSuUUC4ik {  }
 }@media only screen and (max-width: 763px) { #TBJZzStbXtCypo2od7paxrG248CpRxrO #lD3ScO6vstHo4TKSOTxKcrFltvZse6uL {  }
 }@media only screen and (max-width: 763px) { #TBJZzStbXtCypo2od7paxrG248CpRxrO #cHoOXgwC7M71ATCTv6iD4ctCwVRqQWsS { display:block; }
 }@media only screen and (max-width: 763px) { #TBJZzStbXtCypo2od7paxrG248CpRxrO #M2BcXtcEZb4DAAShHNh8Jp2k8QIxk0G9 {  }
 }@media only screen and (max-width: 763px) { #TBJZzStbXtCypo2od7paxrG248CpRxrO #zWR7M07ZGzddaPHCiaytVyPXr5bnV1pF {  }
 }@media only screen and (max-width: 763px) { #TBJZzStbXtCypo2od7paxrG248CpRxrO #ZTnVQHW41z3mwHkSSm5rsI3gJerb6bsO { display:block; }
 }@media only screen and (max-width: 763px) { #TBJZzStbXtCypo2od7paxrG248CpRxrO #Fzd3mX7bcrh9FwGgBOdieXe6KItOWt0t {  }
 }@media only screen and (max-width: 763px) { #TBJZzStbXtCypo2od7paxrG248CpRxrO #E6WunWH3GeaTsVdGSyKIBDuNKQ3Q1o1E {  }
 }@media only screen and (max-width: 763px) { #TBJZzStbXtCypo2od7paxrG248CpRxrO #uCVg6r4QzHq3XC0fUhVr9Dq1uGmQ87Qo {  }
 }@media only screen and (max-width: 763px) { #TBJZzStbXtCypo2od7paxrG248CpRxrO #LQSgMhsJDoF316Uplt8OpUr6QslTssv4 {  }
 }@media only screen and (max-width: 763px) { #TBJZzStbXtCypo2od7paxrG248CpRxrO #fg6tM4Q0KxrBl73rBOsCxLKxOym5ITLr {  }
 }@media only screen and (max-width: 763px) { #TBJZzStbXtCypo2od7paxrG248CpRxrO #Xm1iPxdJo7CX74n6awB7VSda97QktblR {  }
 }@media only screen and (max-width: 763px) { #Gm6ACENb3XMpy0zMm9xFwvq0TlnyNgUE { width:19.875rem;height:32.3125rem;top:24.1875rem;left:0rem;box-shadow: none;border-top:0;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;background-color:#f8f9fd;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #zpVWIaa8oXe1uNfqlPozSivnV78psxvD { width:20rem;height:10.75rem;top:13.5rem;left:0rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #bc0mU6p0khTpMgde7E0MZalpvk8DMb6b { width:10.1875rem;height:1.7875rem;top:15.125rem;left:1.71875rem;text-align:left;text-align-last:left;font-size:1.375rem;font-weight:400;font-style:normal;color:#f8f9fd;display:block; }
 }@media only screen and (max-width: 763px) { #pHtZIBk4xGofOk2Mg1dAPLfzB2cH0aat { width:9.875rem;height:2.5rem;top:14.75rem;left:8.3125rem;font-size:1.0625rem;font-weight:400;font-style:normal;color:#f8f9fd;display:block; }
 }@media only screen and (max-width: 763px) { #uN70NUdzSIF0voTBtssJW3F5FK8iQrJT { display:block; }
 }@media only screen and (max-width: 763px) { #EuSbOSVBwiprxTkDZL0Z6UIvbb4E2ZtA { width:20rem;height:6.75rem;top:6.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #AI0WcC9LLPxyfW4Oksizho1anopxoge4 { top:2.3500003814698rem;left:2.0625rem;width:15.875rem;height:8.9375rem;z-index:15012;color:#0f0f10;text-align:left;text-align-last:left;font-family:rubik;font-size:1.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #cZHDPFn9M8OJhxTWLmcMXIwcOQ2V3F3x { background-color:#0f0f10;background-image:none;display:block; }#cZHDPFn9M8OJhxTWLmcMXIwcOQ2V3F3x > .row .container { background-color: transparent; background-image: none; }#cZHDPFn9M8OJhxTWLmcMXIwcOQ2V3F3x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZHDPFn9M8OJhxTWLmcMXIwcOQ2V3F3x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZHDPFn9M8OJhxTWLmcMXIwcOQ2V3F3x > .row .container > .video-iframe-container { display: none; }#cZHDPFn9M8OJhxTWLmcMXIwcOQ2V3F3x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZHDPFn9M8OJhxTWLmcMXIwcOQ2V3F3x > .row > .video-iframe-container { display: none; }#cZHDPFn9M8OJhxTWLmcMXIwcOQ2V3F3x > .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); }#cZHDPFn9M8OJhxTWLmcMXIwcOQ2V3F3x > .row .container { width:20rem;height:29.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sX93yW53EU2cnUFxKVF0MSTkOIPsJLBZ { width:10.625rem;height:2.5rem;top:4.625rem;left:4.6875rem;font-size:1.0625rem;text-align:center;text-align-last:center;border-top:0;border-left:0;border-right:0;border-bottom:0;color:#f8f9fd;display:block; }
 }@media only screen and (max-width: 763px) { #w84fHGpXU5v4qmV2haoV3GyEDnb5QLAX { display:block; }
 }@media only screen and (max-width: 763px) { #RJOGDETLrE623fJoadNyph9xydHNQOZS { display:flex;width:2rem;height:2rem;top:2.375rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #Prn3gtJCleSLgtuOABadNRJQwRkkPxE6 { display:flex;width:2rem;height:2rem;top:7.6875rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #MCoumTNm3gQxcoMgPKHWCogb2irCZgu4 { width:10.625rem;height:2.5rem;top:9.9375rem;left:4.875rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#f8f9fd;display:block; }
 }@media only screen and (max-width: 763px) { #TuRX4trlPX5GcxwV6TncqSIlouSlW6iP { display:block; }
 }@media only screen and (max-width: 763px) { #JZ88GToyqJhFDMgOBtE9dAr0gCH56sUZ { top:2.0562496185302rem;left:2.78125rem;width:14.4375rem;height:0;z-index:15007;color:#ffffff;text-align:center;text-align-last:center;font-family:rubik;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lLlHaT0wBek6iAeLkXXl0haRoVP39iIL { display:flex;top:13.125rem;left:9.03125rem;width:1.9375rem;height:1.9375rem;z-index:15008; }
 }@media only screen and (max-width: 763px) { #GLwlPd8GmyueG2HgKr2EcgUWcqhTlkNE { top:15.1875rem;left:3.75rem;width:12.5rem;height:2.7625rem;z-index:15009;color:#f8f9fd;font-size:1.0625rem;font-family:rubik;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aWmhGDHpekmXnt53po9ueobnANubnpsQ { top:20.75rem;left:6rem;width:8rem;height:2.75rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TW5brsGty9tFIfu5kcxWQRuTs02FAhJB { display:flex;width:1.375rem;height:1.375rem;top:23.3125rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FQrWvBWZZyHowK5KsPfgfxJpNw4OZJOg { width:12.5rem;height:0;top:25.9375rem;left:3.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #nIIt01nhbVCSFn4xS4k6vg7I3AD6pqwZ { width:12.375rem;height:auto;top:1.9375rem;left:3.8125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #EtAxg051LnPySOznn4X1rTflBlZ1nlLk { width:9.1875rem;height:3.1875rem;top:32.875rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wzMwhhfXMlM9vBAWvvHOslPq6PV12T2G { width:12.5rem;height:0.975rem;top:25.6875rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;color:#9e8f8f;display:block; }
 }@media only screen and (max-width: 763px) { #wGwL7vlzgfhQLvsgZ3Tnyx0oblteEOHl { width:18.4375rem;height:0.975rem;top:26.9375rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }