.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#H1VPSrbGykZkld5TnGZGV9ohETz0ngTw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H1VPSrbGykZkld5TnGZGV9ohETz0ngTw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H1VPSrbGykZkld5TnGZGV9ohETz0ngTw > .row > .video-iframe-container { display: none; }#H1VPSrbGykZkld5TnGZGV9ohETz0ngTw > .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); }#opvbdwDUdDHocTo3dHmO8iUTbl5eP8kW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f4f6;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; }#opvbdwDUdDHocTo3dHmO8iUTbl5eP8kW > .row .container { background-color: transparent; background-image: none; }#opvbdwDUdDHocTo3dHmO8iUTbl5eP8kW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#opvbdwDUdDHocTo3dHmO8iUTbl5eP8kW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#opvbdwDUdDHocTo3dHmO8iUTbl5eP8kW > .row .container > .video-iframe-container { display: none; }#opvbdwDUdDHocTo3dHmO8iUTbl5eP8kW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#opvbdwDUdDHocTo3dHmO8iUTbl5eP8kW > .row > .video-iframe-container { display: none; }#opvbdwDUdDHocTo3dHmO8iUTbl5eP8kW > .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); }#opvbdwDUdDHocTo3dHmO8iUTbl5eP8kW > .row .container { border-width: 0; border-radius: 0; }#opvbdwDUdDHocTo3dHmO8iUTbl5eP8kW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#opvbdwDUdDHocTo3dHmO8iUTbl5eP8kW > .row .container { font-size:0.875rem;font-family:poppins;height:6.4375rem;width:75rem;position:relative;display:block; }#aBvNGFsteRJ9lk4xwTFTKRRS739M9EOW { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(181,24,183,0.81), #425b91);background-image: -moz-linear-gradient(180deg, rgba(181,24,183,0.81), #425b91);background-image: -ms-linear-gradient(180deg, rgba(181,24,183,0.81), #425b91);background-image: -o-linear-gradient(180deg, rgba(181,24,183,0.81), #425b91);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ceb518b7', endColorstr='#425b91' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ceb518b7', endColorstr='#425b91' );";background-image: linear-gradient(180deg, rgba(181,24,183,0.81), #425b91);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.125rem 0.125rem 0.3125rem #18191b ;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:quicksand;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:14.0625rem;height:3.05989375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:1.6861979961395rem;left:59.062503814698rem;display:block; }
#H1TmRhOdMGOMpICJa5ZudokUtMDuBvN2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ig2JqR5msng8Kba5z8zdnI0OiAQH0cTV { background-color:transparent;background-image: -webkit-linear-gradient(165deg, #fd582a, #d22332);background-image: -moz-linear-gradient(165deg, #fd582a, #d22332);background-image: -ms-linear-gradient(165deg, #fd582a, #d22332);background-image: -o-linear-gradient(165deg, #fd582a, #d22332);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd582a', endColorstr='#d22332' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd582a', endColorstr='#d22332' );";background-image: linear-gradient(165deg, #fd582a, #d22332);background-size:auto !important;border-top:0.0625rem solid rgba(210,35,50,0.95);border-left:0.0625rem solid rgba(210,35,50,0.95);border-right:0.0625rem solid rgba(210,35,50,0.95);border-bottom:0.0625rem solid rgba(210,35,50,0.95);border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(66,91,145,0.75) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:14.0625rem;height:3.061525rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:1.6875rem;left:53.4375rem;display:none; }
#aStS2XhpbQahbyxqIyOzK3lAoTiwxOhD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n6puRkrutcTn9APFzNuGOcSfWlpZldf5 { 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:3.62413125rem;width:16.936875rem;top:1.4687501192093rem;left:7.5rem;overflow:hidden;display:block; }
#LRJVoTU8FRoMfUc03xTw8ecMdeFrv8U8 { 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.625rem;width:16.9375rem;top:1.404079914093rem;left:7.5rem;overflow:hidden;display:none; }
#XuIedA4OCWFiK9Io9S5TMggEFhLERTvx { position:relative;display:block; }#XuIedA4OCWFiK9Io9S5TMggEFhLERTvx { background-color: transparent; background-image: none; }#XuIedA4OCWFiK9Io9S5TMggEFhLERTvx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XuIedA4OCWFiK9Io9S5TMggEFhLERTvx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XuIedA4OCWFiK9Io9S5TMggEFhLERTvx > .row .container > .video-iframe-container { display: none; }#XuIedA4OCWFiK9Io9S5TMggEFhLERTvx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XuIedA4OCWFiK9Io9S5TMggEFhLERTvx > .row > .video-iframe-container { display: none; }#XuIedA4OCWFiK9Io9S5TMggEFhLERTvx > .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); }#XuIedA4OCWFiK9Io9S5TMggEFhLERTvx { border-width: 0; border-radius: 0; }#XuIedA4OCWFiK9Io9S5TMggEFhLERTvx > .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; }#XuIedA4OCWFiK9Io9S5TMggEFhLERTvx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#18191b;background-image:none;font-size:0.875rem;font-family:arial;height:6.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#aTEXfhazHXLuU7vx2Txk3vXhZNGIhD6L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4f2ce7ba-147d-4247-ab3c-411cd77bd68a/Kampania_7_do1_Banerydolandingw_Desktop_1920x343_ogolna.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#aTEXfhazHXLuU7vx2Txk3vXhZNGIhD6L.adaptive-delivery-prevent-bg, #aTEXfhazHXLuU7vx2Txk3vXhZNGIhD6L.lazyload, #aTEXfhazHXLuU7vx2Txk3vXhZNGIhD6L.lazyloading { background-image: none; }#aTEXfhazHXLuU7vx2Txk3vXhZNGIhD6L > .row .container { border-width: 0; border-radius: 0; }#aTEXfhazHXLuU7vx2Txk3vXhZNGIhD6L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aTEXfhazHXLuU7vx2Txk3vXhZNGIhD6L > .row .container { font-size:0.875rem;font-family:arial;height:22.5rem;width:75rem;position:relative;display:none; }#B957XbD4rseKX1adhRtvezfZp7Z8J11p { 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; }#B957XbD4rseKX1adhRtvezfZp7Z8J11p > .row .container { border-width: 0; border-radius: 0; }#B957XbD4rseKX1adhRtvezfZp7Z8J11p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B957XbD4rseKX1adhRtvezfZp7Z8J11p > .row .container { font-size:0.875rem;font-family:arial;height:1.3125rem;width:75rem;position:relative;display:none; }#nTItEimH3qEvU6KZOimBK9kehzauEWXc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/51cb492f-c4b6-496e-9c9c-bbbcb49d8043/Kampania_marzec_Banerydolandingw_1920x343_oglny.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#nTItEimH3qEvU6KZOimBK9kehzauEWXc.adaptive-delivery-prevent-bg, #nTItEimH3qEvU6KZOimBK9kehzauEWXc.lazyload, #nTItEimH3qEvU6KZOimBK9kehzauEWXc.lazyloading { background-image: none; }#nTItEimH3qEvU6KZOimBK9kehzauEWXc > .row .container { border-width: 0; border-radius: 0; }#nTItEimH3qEvU6KZOimBK9kehzauEWXc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nTItEimH3qEvU6KZOimBK9kehzauEWXc > .row .container { font-size:0.875rem;font-family:arial;height:23.75rem;width:75rem;position:relative;display:none; }#krTq78A8OiOEA41MWBzAPhqtVX2T0lv0 { 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:21.4375rem;width:75rem;top:1.8765258789062rem;left:12.986110687256rem;overflow:hidden;display:none; }
#X01UyniD9qOL22GtOGKzIzATQCw9VrfM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bfd7b6b0-4586-46b6-a0cb-6f9c2ec8de9a/Kampania_18_Banerydolandingw_Desktop_1920x343_bie.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#X01UyniD9qOL22GtOGKzIzATQCw9VrfM.adaptive-delivery-prevent-bg, #X01UyniD9qOL22GtOGKzIzATQCw9VrfM.lazyload, #X01UyniD9qOL22GtOGKzIzATQCw9VrfM.lazyloading { background-image: none; }#X01UyniD9qOL22GtOGKzIzATQCw9VrfM > .row .container { background-color: transparent; background-image: none; }#X01UyniD9qOL22GtOGKzIzATQCw9VrfM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X01UyniD9qOL22GtOGKzIzATQCw9VrfM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X01UyniD9qOL22GtOGKzIzATQCw9VrfM > .row .container > .video-iframe-container { display: none; }#X01UyniD9qOL22GtOGKzIzATQCw9VrfM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X01UyniD9qOL22GtOGKzIzATQCw9VrfM > .row > .video-iframe-container { display: none; }#X01UyniD9qOL22GtOGKzIzATQCw9VrfM > .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); }#X01UyniD9qOL22GtOGKzIzATQCw9VrfM > .row .container { border-width: 0; border-radius: 0; }#X01UyniD9qOL22GtOGKzIzATQCw9VrfM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X01UyniD9qOL22GtOGKzIzATQCw9VrfM > .row .container { font-size:0.875rem;font-family:arial;height:26.625rem;width:75rem;position:relative;display:block; }#TSI9CR9gM3CN2S2ii0vByPzRdprvW3m8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/51cb492f-c4b6-496e-9c9c-bbbcb49d8043/Kampania_marzec_Banerydolandingw_1920x343_oglny.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#TSI9CR9gM3CN2S2ii0vByPzRdprvW3m8.adaptive-delivery-prevent-bg, #TSI9CR9gM3CN2S2ii0vByPzRdprvW3m8.lazyload, #TSI9CR9gM3CN2S2ii0vByPzRdprvW3m8.lazyloading { background-image: none; }#TSI9CR9gM3CN2S2ii0vByPzRdprvW3m8 > .row .container { border-width: 0; border-radius: 0; }#TSI9CR9gM3CN2S2ii0vByPzRdprvW3m8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TSI9CR9gM3CN2S2ii0vByPzRdprvW3m8 > .row .container { font-size:0.875rem;font-family:arial;height:23.75rem;width:75rem;position:relative;display:none; }#v1DuGDfnRXt9nCPhwnx7WHCqH9AhUkNZ { 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:21.4375rem;width:75rem;top:1.8765258789062rem;left:12.986110687256rem;overflow:hidden;display:none; }
#ATJswTe9xT1Pt3ZmACnV5iUiFgiUhG21 { position:relative;display:none; }#ATJswTe9xT1Pt3ZmACnV5iUiFgiUhG21 { border-width: 0; border-radius: 0; }#ATJswTe9xT1Pt3ZmACnV5iUiFgiUhG21 > .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; }#ATJswTe9xT1Pt3ZmACnV5iUiFgiUhG21 > .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:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#wPcNSSMEZSdAOJKD1JRHmMniPC9Q0kf2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7adfc4bc-9654-427c-b881-bde051720f1e/Kampania_Sierpien2_Banerdolandingw_oglny_2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#wPcNSSMEZSdAOJKD1JRHmMniPC9Q0kf2.adaptive-delivery-prevent-bg, #wPcNSSMEZSdAOJKD1JRHmMniPC9Q0kf2.lazyload, #wPcNSSMEZSdAOJKD1JRHmMniPC9Q0kf2.lazyloading { background-image: none; }#wPcNSSMEZSdAOJKD1JRHmMniPC9Q0kf2 > .row .container { border-width: 0; border-radius: 0; }#wPcNSSMEZSdAOJKD1JRHmMniPC9Q0kf2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wPcNSSMEZSdAOJKD1JRHmMniPC9Q0kf2 > .row .container { font-size:0.875rem;font-family:arial;height:33.1875rem;width:75rem;position:relative;display:none; }#t4Ta4MBOXm91iiJyGzlWvZZ1eCKcBqen { 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:block; }#t4Ta4MBOXm91iiJyGzlWvZZ1eCKcBqen > .row .container { background-color: transparent; background-image: none; }#t4Ta4MBOXm91iiJyGzlWvZZ1eCKcBqen::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t4Ta4MBOXm91iiJyGzlWvZZ1eCKcBqen > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t4Ta4MBOXm91iiJyGzlWvZZ1eCKcBqen > .row .container > .video-iframe-container { display: none; }#t4Ta4MBOXm91iiJyGzlWvZZ1eCKcBqen > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t4Ta4MBOXm91iiJyGzlWvZZ1eCKcBqen > .row > .video-iframe-container { display: none; }#t4Ta4MBOXm91iiJyGzlWvZZ1eCKcBqen > .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); }#t4Ta4MBOXm91iiJyGzlWvZZ1eCKcBqen > .row .container { border-width: 0; border-radius: 0; }#t4Ta4MBOXm91iiJyGzlWvZZ1eCKcBqen > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t4Ta4MBOXm91iiJyGzlWvZZ1eCKcBqen > .row .container { font-size:0.875rem;font-family:arial;height:9.25rem;width:75rem;position:relative;display:block; }#SEtHPuFoe1huNJJ3VS6K8nVDOftIBSO0 { color:#18191b;display:block;width:73.561875rem;position:absolute;font-family:quicksand;font-size:2.4375rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:1.09375rem;left:0.716552734375rem;height:7.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rxbFkVG4lUDBhiTQBvJ30XcIPWVHVB6N { position:relative;display:none; }#rxbFkVG4lUDBhiTQBvJ30XcIPWVHVB6N { border-width: 0; border-radius: 0; }#rxbFkVG4lUDBhiTQBvJ30XcIPWVHVB6N > .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; }#rxbFkVG4lUDBhiTQBvJ30XcIPWVHVB6N > .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:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#W8CwqoCcTeheMNrqhCmovovbfKDCoq9W .widget-form-header {  }
#W8CwqoCcTeheMNrqhCmovovbfKDCoq9W .widget-regular-label { height:auto;display:block;font-family:poppins;font-size:0.875rem;font-weight:700;color:#000000;width:32.5625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#W8CwqoCcTeheMNrqhCmovovbfKDCoq9W .widget-input-text { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;background-color:#f6f6ff;background-image:none;border-top:0.125rem solid #b518b7;border-left:0.125rem solid #b518b7;border-right:0.125rem solid #b518b7;border-bottom:0.125rem solid #b518b7;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:32.5625rem;box-sizing:border-box;height:3.4375rem;color:#002538;font-size:1rem;overflow:hidden;font-family:quicksand;vertical-align:top;box-shadow: 0rem 0.3125rem 0.875rem rgba(199,199,199,0.64) ;line-height:1;text-align:left;text-align-last:left; }
#W8CwqoCcTeheMNrqhCmovovbfKDCoq9W .widget-input-text {padding-top: 0; padding-bottom: 0;}#W8CwqoCcTeheMNrqhCmovovbfKDCoq9W .widget-textarea { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;background-color:#f6f6ff;background-image:none;border-top:0.125rem solid #b518b7;border-left:0.125rem solid #b518b7;border-right:0.125rem solid #b518b7;border-bottom:0.125rem solid #b518b7;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:32.5625rem;box-sizing:border-box;height:4rem;color:#002538;font-size:1rem;overflow:hidden;font-family:quicksand;vertical-align:top;box-shadow: 0rem 0.3125rem 0.875rem rgba(199,199,199,0.64) ;line-height:1;text-align:left;text-align-last:left; }
#W8CwqoCcTeheMNrqhCmovovbfKDCoq9W .widget-input-select { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;background-color:#f6f6ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.125rem solid #b518b7;border-left:0.125rem solid #b518b7;border-right:0.125rem solid #b518b7;border-bottom:0.125rem solid #b518b7;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:32.5625rem;box-sizing:border-box;height:3.4375rem;color:rgba(14,7,0,0.66);font-family:quicksand;font-size:1.3125rem;overflow:hidden;vertical-align:top;box-shadow: 0rem 0.3125rem 0.3125rem rgba(199,199,199,0.45) ;line-height:1; }
#W8CwqoCcTeheMNrqhCmovovbfKDCoq9W .widget-input-select {padding-top: 0; padding-bottom: 0;}#W8CwqoCcTeheMNrqhCmovovbfKDCoq9W .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#W8CwqoCcTeheMNrqhCmovovbfKDCoq9W .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#W8CwqoCcTeheMNrqhCmovovbfKDCoq9W .widget-input-button { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:transparent;background-image: -webkit-linear-gradient(328deg, #b518b7, #ff0000);background-image: -moz-linear-gradient(328deg, #b518b7, #ff0000);background-image: -ms-linear-gradient(328deg, #b518b7, #ff0000);background-image: -o-linear-gradient(328deg, #b518b7, #ff0000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b518b7', endColorstr='#ff0000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b518b7', endColorstr='#ff0000' );";background-image: linear-gradient(328deg, #b518b7, #ff0000);background-size:initial !important;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.5rem;font-weight:700;color:#ffffff;width:32.5625rem;height:3.75rem;font-family:quicksand;overflow:hidden;box-shadow: 0rem 0.3125rem 1.1875rem rgba(255,255,255,0.25) ;font-style:normal; }
#W8CwqoCcTeheMNrqhCmovovbfKDCoq9W [class*="-text"]:-moz-placeholder { color:#000000;font-family:poppins;font-size:1.1875rem;font-weight:400;font-style:normal; }
#W8CwqoCcTeheMNrqhCmovovbfKDCoq9W [class*="-text"]::-moz-placeholder { color:#000000;font-family:poppins;font-size:1.1875rem;font-weight:400;font-style:normal; }
#W8CwqoCcTeheMNrqhCmovovbfKDCoq9W [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:poppins;font-size:1.1875rem;font-weight:400;font-style:normal; }
#W8CwqoCcTeheMNrqhCmovovbfKDCoq9W [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:poppins;font-size:1.1875rem;font-weight:400;font-style:normal; }
#W8CwqoCcTeheMNrqhCmovovbfKDCoq9W .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:quicksand;line-height:1.3;font-size:0.8125rem;font-weight:400;color:#ffffff;vertical-align:top;width:31.3125rem;overflow:hidden;font-style:normal;text-align:justify;text-align-last:initial; }
#W8CwqoCcTeheMNrqhCmovovbfKDCoq9W .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; }
#W8CwqoCcTeheMNrqhCmovovbfKDCoq9W .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:poppins;font-size:0.875rem;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3; }
#W8CwqoCcTeheMNrqhCmovovbfKDCoq9W .widget-container { padding-top:0.5625rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;width:100%;font-size:0;height:auto; }
#W8CwqoCcTeheMNrqhCmovovbfKDCoq9W .widget-container:first-of-type{padding-top:0;}#W8CwqoCcTeheMNrqhCmovovbfKDCoq9W .widget-container:last-of-type{padding-bottom:0;}#W8CwqoCcTeheMNrqhCmovovbfKDCoq9W  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:32.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:32.4375rem;top:0.71250152587888rem;z-index:14999;position:absolute;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;box-shadow: none; }
#W8CwqoCcTeheMNrqhCmovovbfKDCoq9W .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:32.5625rem;display:block;vertical-align:top; }
#W8CwqoCcTeheMNrqhCmovovbfKDCoq9W .widget-info-text { display:block;height:auto;font-family:quicksand;font-size:0.8125rem;line-height:1.3;font-weight:400;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:justify;text-align-last:initial; }
#W8CwqoCcTeheMNrqhCmovovbfKDCoq9W {display:block;}#W8CwqoCcTeheMNrqhCmovovbfKDCoq9W { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:32.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:32.4375rem;top:0.71250152587888rem;z-index:14999;position:absolute;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;box-shadow: none;display:none; }
#W8CwqoCcTeheMNrqhCmovovbfKDCoq9W #LnBUbwGsWJnk3UZmZh4yly98aUd5ggSt { position:relative; }
#W8CwqoCcTeheMNrqhCmovovbfKDCoq9W #Qo2pKwSMUNNbq2OZkGShwAOc3FdB7R9h { position:relative;display:block; }
#W8CwqoCcTeheMNrqhCmovovbfKDCoq9W #KVdH25oOE8EDGV5S3EFGXvyT4bxvIQhM { position:relative; }
#W8CwqoCcTeheMNrqhCmovovbfKDCoq9W #n39Wc5dU9B6aGQASAhMN9WQqEbZGCZfX { position:relative; }
#W8CwqoCcTeheMNrqhCmovovbfKDCoq9W #K0fBBnqZOT0BV1t9d3t2vT03mTdL1ReN { position:relative;display:block; }
#W8CwqoCcTeheMNrqhCmovovbfKDCoq9W #MAeazTadmwbETROJ9ygzwx8FiWwcoETL { position:relative; }
#W8CwqoCcTeheMNrqhCmovovbfKDCoq9W #iUZwaDIF32sQBIIXBIgdqQVgwT3se1V3 { position:relative; }
#W8CwqoCcTeheMNrqhCmovovbfKDCoq9W #qTiI8d6ZrEnxnGzIEv6fsz7q95EwTLQe { position:relative;display:block; }
#W8CwqoCcTeheMNrqhCmovovbfKDCoq9W #d4zTCz3z5TP8ZyohDiT7hG29eAfBrr5T { position:relative; }
#W8CwqoCcTeheMNrqhCmovovbfKDCoq9W #tPZ5iG9z7Q6InvvAXon6X3ZbCKKrdgSO { position:relative; }
#W8CwqoCcTeheMNrqhCmovovbfKDCoq9W #eE0F5Xc2h4PSGPuiSEDLDJLTNRBvALUi { position:relative;display:block; }
#W8CwqoCcTeheMNrqhCmovovbfKDCoq9W #m7Sm36k46POQVa9N88aT9DKnxmbgphUP { position:relative; }
#p1l73vDHW9xrN1uMQtbrHTZqfHdhXM2Z { position:relative;display:block; }
#BTT0yX256CfLe8SyGBFH8PUCmNfTFfX2 { position:relative;display:block; }
#kvXXbC5kelnUKnbI4uGdh8ACXMThKFEo { position:relative;display:block; }
#W8CwqoCcTeheMNrqhCmovovbfKDCoq9W #qQ74ll8R1RDSuKWG5Xvcu66Mf1ZA2wMU { position:relative; }
#W8CwqoCcTeheMNrqhCmovovbfKDCoq9W #EeWVRnPJ6eQHJnua0eroD7eOzrMagZei { position:relative;z-index:2; }
#W8CwqoCcTeheMNrqhCmovovbfKDCoq9W #baX4FIhHo8oSGx9gw9NE6QOc2TeHn81E { position:relative; }
#W8CwqoCcTeheMNrqhCmovovbfKDCoq9W #MsLrbAqTcoLHXGkDP3ON7KTmlCUbV8uN { position:relative;display:block;z-index:15000; }
#W8CwqoCcTeheMNrqhCmovovbfKDCoq9W #F6CW6IG5IEEadTVn7yiMHJH5O9zDGFul { position:relative;display:block;z-index:15000; }
#W8CwqoCcTeheMNrqhCmovovbfKDCoq9W #ziMibcER9qs076nbQo2tdT741sw4A7yO { position:relative;z-index:15000; }
#W8CwqoCcTeheMNrqhCmovovbfKDCoq9W #DTZF5pcf0vMb7OXEPn4hcwsy5NT1hRTc { position:relative;z-index:15000; }
#MzHLZlsoHRluANgT77f6d49e3zyi8J9Z { position:relative;display:block; }
#W8CwqoCcTeheMNrqhCmovovbfKDCoq9W #pCV4mTeJq6LK8MseTitALd1NSi227UNM { position:relative; }
#W8CwqoCcTeheMNrqhCmovovbfKDCoq9W #Hyaqm6pbx9Lv5bRTEXQ5nZFzgOaE6Fo9 { position:relative; }
#GIEX38mMhlul9hrEagnED4x8e9xymBw2 { color:#ffffff;display:block;width:35.875rem;position:absolute;font-family:quicksand;font-size:2.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.71250152587888rem;left:7.5rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#d8VsdfGaTfI9ln6ZX55bfpnwdu548Z8g { 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:9.375rem;width:9.375rem;display:none; }
#GatX0QLxvp2S8369QJWRkmcTXx4qttTb { 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; }#GatX0QLxvp2S8369QJWRkmcTXx4qttTb > .row .container { border-width: 0; border-radius: 0; }#GatX0QLxvp2S8369QJWRkmcTXx4qttTb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GatX0QLxvp2S8369QJWRkmcTXx4qttTb > .row .container { font-size:0.875rem;font-family:arial;height:1.375rem;width:75rem;position:relative;display:none; }#esBaiscrC9IKy1HTGNhwat6ZlCNU8ysC { 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:block; }#esBaiscrC9IKy1HTGNhwat6ZlCNU8ysC > .row .container { background-color: transparent; background-image: none; }#esBaiscrC9IKy1HTGNhwat6ZlCNU8ysC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#esBaiscrC9IKy1HTGNhwat6ZlCNU8ysC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#esBaiscrC9IKy1HTGNhwat6ZlCNU8ysC > .row .container > .video-iframe-container { display: none; }#esBaiscrC9IKy1HTGNhwat6ZlCNU8ysC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#esBaiscrC9IKy1HTGNhwat6ZlCNU8ysC > .row > .video-iframe-container { display: none; }#esBaiscrC9IKy1HTGNhwat6ZlCNU8ysC > .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); }#esBaiscrC9IKy1HTGNhwat6ZlCNU8ysC > .row .container { border-width: 0; border-radius: 0; }#esBaiscrC9IKy1HTGNhwat6ZlCNU8ysC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#esBaiscrC9IKy1HTGNhwat6ZlCNU8ysC > .row .container { font-size:0.875rem;font-family:poppins;height:69.6875rem;width:75rem;position:relative;display:block; }#NPmkEQ8Dh3ITeTppn8zFJMdLMTSqhHmQ { color:#30c827;display:block;width:37.5rem;position:absolute;font-family:quicksand;font-size:2.4375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.048828125rem;left:0rem;height:6.3375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#CEP23CpO19TxMTDEwWFFVEc4MBPnoEb4 { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9347625rem;width:1.9347625rem;top:17.709371566773rem;left:37.869140625rem;overflow:hidden;display:block; }
#muaCD31c4owSTvRzhDgTp7owpcSvwIbW { color:#0e0700;display:block;width:36.1875rem;position:absolute;font-family:quicksand;font-size:1.625rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:37.837497711182rem;left:0.65625rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN .widget-form-header {  }
#Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN .widget-regular-label { height:auto;display:block;font-family:poppins;font-size:0.875rem;font-weight:400;color:#000000;width:33.875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN .widget-input-text { border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;background-color:#f6f6ff;background-image:none;border-top:0.0625rem solid #18191b;border-left:0.0625rem solid #18191b;border-right:0.0625rem solid #18191b;border-bottom:0.0625rem solid #18191b;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:33.875rem;box-sizing:border-box;height:3.4375rem;color:#18191b;font-size:1rem;overflow:hidden;font-family:quicksand;vertical-align:top;box-shadow: 0rem 0.3125rem 0.875rem rgba(199,199,199,0.64) ;line-height:1;text-align:left;text-align-last:left; }
#Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN .widget-input-text {padding-top: 0; padding-bottom: 0;}#Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN .widget-textarea { border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;background-color:#f6f6ff;background-image:none;border-top:0.0625rem solid #18191b;border-left:0.0625rem solid #18191b;border-right:0.0625rem solid #18191b;border-bottom:0.0625rem solid #18191b;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:33.875rem;box-sizing:border-box;height:4rem;color:#18191b;font-size:1rem;overflow:hidden;font-family:quicksand;vertical-align:top;box-shadow: 0rem 0.3125rem 0.875rem rgba(199,199,199,0.64) ;line-height:1;text-align:left;text-align-last:left; }
#Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN .widget-input-select { border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;background-color:#f6f6ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #18191b;border-left:0.0625rem solid #18191b;border-right:0.0625rem solid #18191b;border-bottom:0.0625rem solid #18191b;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:33.875rem;box-sizing:border-box;height:3.4375rem;color:#18191b;font-family:quicksand;font-size:1rem;overflow:hidden;vertical-align:top;box-shadow: 0rem 0.3125rem 0.3125rem rgba(199,199,199,0.45) ;line-height:1; }
#Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN .widget-input-select {padding-top: 0; padding-bottom: 0;}#Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN .widget-input-button { border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #b518b7, #425b91);background-image: -moz-linear-gradient(180deg, #b518b7, #425b91);background-image: -ms-linear-gradient(180deg, #b518b7, #425b91);background-image: -o-linear-gradient(180deg, #b518b7, #425b91);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b518b7', endColorstr='#425b91' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b518b7', endColorstr='#425b91' );";background-image: linear-gradient(180deg, #b518b7, #425b91);background-size:initial !important;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.5rem;font-weight:700;color:#ffffff;width:33.875rem;height:3.75rem;font-family:quicksand;overflow:hidden;box-shadow: 0.125rem 0.0625rem 0.1875rem #18191b ;font-style:normal;text-shadow:0.0625rem 0.0625rem 0.1875rem #18191b; }
#Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN [class*="-text"]:-moz-placeholder { color:#18191b;font-family:quicksand;font-size:1rem;font-weight:400;font-style:normal; }
#Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN [class*="-text"]::-moz-placeholder { color:#18191b;font-family:quicksand;font-size:1rem;font-weight:400;font-style:normal; }
#Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN [class*="-text"]:-ms-input-placeholder { color:#18191b;font-family:quicksand;font-size:1rem;font-weight:400;font-style:normal; }
#Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN [class*="-text"]::-webkit-input-placeholder { color:#18191b;font-family:quicksand;font-size:1rem;font-weight:400;font-style:normal; }
#Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN .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:quicksand;line-height:1.3;font-size:0.8125rem;font-weight:400;color:#0e0700;vertical-align:top;width:32.625rem;overflow:hidden;font-style:normal;text-align:justify;text-align-last:initial;float:none; }
#Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN .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; }
#Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:poppins;font-size:0.875rem;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN .widget-container { padding-top:0.5625rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN .widget-container:first-of-type{padding-top:0;}#Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN .widget-container:last-of-type{padding-bottom:0;}#Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:33.875rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:38.056640625rem;top:0.550537109375rem;z-index:15001;position:absolute;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;box-shadow: none; }
#Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:33.875rem;display:block;vertical-align:top; }
#Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN .widget-info-text { display:block;height:auto;font-family:quicksand;font-size:0.8125rem;line-height:1.3;font-weight:400;color:#0e0700;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN {display:block;}#Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:33.875rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:38.056640625rem;top:0.550537109375rem;z-index:15001;position:absolute;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;box-shadow: none; }
#Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN #XVziKkQ6XPZnSLGzxk8h11PK0rNE958Q { position:relative; }
#Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN #GAXTbpfntZxl8oNSLR55LUvAxcNSJgrl { position:relative;display:none; }
#Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN #nT9hocIbKyuKzKbLTboDWHAeHNGL1MTq { position:relative; }
#Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN #AHBCA0TOnbnF6vy00Zgp148A9hCI3Ofn { position:relative; }
#Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN #iqrVzWL8BTbdJixKsQs6IZHSG92KFxFI { position:relative;display:none; }
#Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN #JeXcR6Q5oTaztvcQFmuTDNIlb5uLrsHD { position:relative; }
#Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN #Wi1vbZBwzw63ZVBpTodL6XMq8lg8RZRL { position:relative; }
#Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN #xTeVXMx4XqVsBvWFFrs7oEzsgWgcLoGW { position:relative;display:none; }
#Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN #nw4stUEtJKR6Vsdvt5maa9tPcG5OpzrT { position:relative; }
#Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN #vbT60hlXIc6A6HcbXquvOfzS5xaPzeq0 { position:relative; }
#Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN #ySalWUte1gb4RTDsiX0F2CCzJ4T4Cy07 { position:relative;display:none; }
#Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN #luVxvAPuPUGcbwspe2Zz95dntzTGSyJE { position:relative; }
#DE9xb242dFK5yp7XKMMAeEZ5Cq16TNaG { position:relative;display:block; }
#ADfGW5VlIA7Tgqt9dPEvXZfCUopHyVGq { position:relative;display:block; }
#HZl0iQGTVPSdsOGp7QfcU0EH5sJ7u2W2 { position:relative;display:block; }
#Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN #KSOSLsIW6RJUxFeVKd5mEEfWpxlhRVwG { position:relative; }
#Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN #GBnMayoSqWU06A0R45mdxLPQScXsfliH { position:relative;z-index:2; }
#Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN #tgdhhdfqKlQTI65OdShDzNM80InG6EEm { position:relative; }
#Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN #okbe3m4xhmiCkgvGhBdJkbmaDSVCSGRm { position:relative;display:block;z-index:15000; }
#Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN #Hc7nVB6HP5TK5fZM44cocnkIDHWPd7yQ { position:relative;display:block;z-index:15000; }
#Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN #T9GE4Q21zZCFDBiryrR4WCDedgqK2mAU { position:relative;z-index:15000; }
#Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN #FKfTkATEivpOg7csXUbDAo4BFeGtqzFH { position:relative;z-index:15000; }
#GrT7DfbGckD4907JGle0rTkDOxRXT5ML { position:relative;display:block; }
#Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN #T5FkaU7hquRU8Bbbm8F7UUO4UKfmfwVc { position:relative; }
#Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN #aEbynJbsMqqnCQFeIUIZLspM5aZoodTA { position:relative; }
#OfcWROKTKey1RL7aTqeRNZST17KMPLce { color:#d50f0f;display:block;width:36.309375rem;position:absolute;font-family:quicksand;font-size:1.4375rem;font-weight:normal;z-index:15036;line-height:1.5;letter-spacing:0;top:52.183349609375rem;left:0.59326171875rem;height:6.46875rem;display:block; }
#oBleGCb8MbeU5TTZPFqWrMqrTqNWBX2N { color:#b518b7;display:block;width:36.9375rem;position:absolute;font-family:quicksand;font-size:1.4375rem;font-weight:normal;z-index:15036;line-height:1.5;letter-spacing:0;top:1.4859371185302rem;left:0.78046798706056rem;height:8.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#p2O8RwRx5BBmPwfJmDZL6GRyKFZuRbLz { color:#b518b7;display:block;width:35.93625rem;position:absolute;font-family:quicksand;font-size:1.4375rem;font-weight:normal;z-index:15037;line-height:1.5;letter-spacing:0;top:12.92138671875rem;left:0.780029296875rem;height:28.03125rem;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; }
#EPbLRvCxiAhSE9mo7xSARTpHdZ0g4D2E { color:#18191b;display:block;width:35.934375rem;position:absolute;font-family:quicksand;font-size:1.4375rem;font-weight:normal;z-index:15038;line-height:1.5;letter-spacing:0;top:45.650146484375rem;left:0.78125rem;height:4.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zVCJmU6qSvXZoD89G7gSMez3dhUOLZTW { color:#18191b;display:block;width:36rem;position:absolute;font-family:quicksand;font-size:1.0625rem;font-weight:normal;z-index:15039;line-height:1.5;letter-spacing:0;top:60.49755859375rem;left:0.74951171875rem;height:7.96875rem;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; }
#xqNBRfMvhgmqDNZlNGc9L0Tp52mhPy1C { color:#18191b;display:block;width:26.122375rem;position:absolute;font-family:quicksand;font-size:1.5625rem;font-weight:normal;z-index:15039;line-height:1.5;letter-spacing:0;top:41.19140625rem;left:6.62109375rem;height:2.342575rem;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; }
#IOaJ9xexaXGcR7aqsmlP06xfsz2Rr9hd { color:#18191b;display:block;width:22.6233125rem;position:absolute;font-family:quicksand;font-size:1.5625rem;font-weight:normal;z-index:15040;line-height:1.5;letter-spacing:0;top:30.035888671875rem;left:6.622314453125rem;height:2.342575rem;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; }
#LV9kyCLNe5DkSSTxtHgrc1ZLNiCk4IMo { 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; }#LV9kyCLNe5DkSSTxtHgrc1ZLNiCk4IMo > .row .container { border-width: 0; border-radius: 0; }#LV9kyCLNe5DkSSTxtHgrc1ZLNiCk4IMo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LV9kyCLNe5DkSSTxtHgrc1ZLNiCk4IMo > .row .container { font-size:0.875rem;font-family:arial;height:1.125rem;width:75rem;position:relative;display:none; }#kpvMmi2dkkN9OJHD6JktVZzcEKM5L48a { 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; }#kpvMmi2dkkN9OJHD6JktVZzcEKM5L48a > .row .container { border-width: 0; border-radius: 0; }#kpvMmi2dkkN9OJHD6JktVZzcEKM5L48a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kpvMmi2dkkN9OJHD6JktVZzcEKM5L48a > .row .container { font-size:0.875rem;font-family:arial;height:1.375rem;width:75rem;position:relative;display:none; }#XhWi7rKvma3NXUa8Ss2bz9fSJFo6NvNf { 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:block; }#XhWi7rKvma3NXUa8Ss2bz9fSJFo6NvNf > .row .container { background-color: transparent; background-image: none; }#XhWi7rKvma3NXUa8Ss2bz9fSJFo6NvNf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XhWi7rKvma3NXUa8Ss2bz9fSJFo6NvNf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XhWi7rKvma3NXUa8Ss2bz9fSJFo6NvNf > .row .container > .video-iframe-container { display: none; }#XhWi7rKvma3NXUa8Ss2bz9fSJFo6NvNf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XhWi7rKvma3NXUa8Ss2bz9fSJFo6NvNf > .row > .video-iframe-container { display: none; }#XhWi7rKvma3NXUa8Ss2bz9fSJFo6NvNf > .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); }#XhWi7rKvma3NXUa8Ss2bz9fSJFo6NvNf > .row .container { border-width: 0; border-radius: 0; }#XhWi7rKvma3NXUa8Ss2bz9fSJFo6NvNf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XhWi7rKvma3NXUa8Ss2bz9fSJFo6NvNf > .row .container { font-size:0.875rem;font-family:poppins;height:5.1875rem;width:75rem;position:relative;display:block; }#Ls16ZT3cossXbegnWIiNesdlQTkg9mfI { color:#b518b7;display:block;width:72.5625rem;position:absolute;font-family:quicksand;font-size:2.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.0078449249268rem;left:0.74726486206056rem;height:3.16894375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mJRwhz1P48XqfXVmcOf3cpcQTAEm3URu { 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:block; }#mJRwhz1P48XqfXVmcOf3cpcQTAEm3URu > .row .container { background-color: transparent; background-image: none; }#mJRwhz1P48XqfXVmcOf3cpcQTAEm3URu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mJRwhz1P48XqfXVmcOf3cpcQTAEm3URu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mJRwhz1P48XqfXVmcOf3cpcQTAEm3URu > .row .container > .video-iframe-container { display: none; }#mJRwhz1P48XqfXVmcOf3cpcQTAEm3URu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mJRwhz1P48XqfXVmcOf3cpcQTAEm3URu > .row > .video-iframe-container { display: none; }#mJRwhz1P48XqfXVmcOf3cpcQTAEm3URu > .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); }#mJRwhz1P48XqfXVmcOf3cpcQTAEm3URu > .row .container { border-width: 0; border-radius: 0; }#mJRwhz1P48XqfXVmcOf3cpcQTAEm3URu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mJRwhz1P48XqfXVmcOf3cpcQTAEm3URu > .row .container { font-size:0.875rem;font-family:arial;height:24.0625rem;width:75rem;position:relative;display:block; }#pFzZVIGVauITJX2sG1kWc0nTwzP3zJu0 { color:#000000;display:block;width:73.1875rem;position:absolute;font-family:quicksand;font-size:1.4375rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:2.2802734375rem;left:0.90576171875rem;height:19.40625rem;display:block; }
#UVmrfHGKiwohAQOcOHrMUA1cPRZ2WkEd { 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; }#UVmrfHGKiwohAQOcOHrMUA1cPRZ2WkEd > .row .container { border-width: 0; border-radius: 0; }#UVmrfHGKiwohAQOcOHrMUA1cPRZ2WkEd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UVmrfHGKiwohAQOcOHrMUA1cPRZ2WkEd > .row .container { font-size:0.875rem;font-family:arial;height:1.375rem;width:75rem;position:relative;display:none; }#FdZOxqQS287sFmvm2o8uc5ztCmGRL7BC { 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; }#FdZOxqQS287sFmvm2o8uc5ztCmGRL7BC > .row .container { border-width: 0; border-radius: 0; }#FdZOxqQS287sFmvm2o8uc5ztCmGRL7BC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FdZOxqQS287sFmvm2o8uc5ztCmGRL7BC > .row .container { font-size:0.875rem;font-family:arial;height:1.125rem;width:75rem;position:relative;display:none; }#z2vg61CwtJflviTmTvHLlF9cbszqXcIN { 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; }#z2vg61CwtJflviTmTvHLlF9cbszqXcIN > .row .container { border-width: 0; border-radius: 0; }#z2vg61CwtJflviTmTvHLlF9cbszqXcIN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z2vg61CwtJflviTmTvHLlF9cbszqXcIN > .row .container { font-size:0.875rem;font-family:arial;height:22.875rem;width:75rem;position:relative;display:none; }#sUbomiIrS2UgBrEesL8qLra4fMJNXEl7 { color:#b518b7;display:block;width:65.811875rem;position:absolute;font-family:quicksand;font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;top:1.373291015625rem;left:1.060791015625rem;height:3.28125rem;font-style:normal;display:block; }
#eEKhy7BNAPekW6zmKQ5czbzwOTB5u85Z { color:#000000;display:block;width:73.125rem;position:absolute;font-family:quicksand;font-size:1.4375rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:5.4052734375rem;left:0.9375rem;height:15.09375rem;display:block; }
#zWxMu2N2hDT6xSL07HoQIJkVzcM0r23L { 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; }#zWxMu2N2hDT6xSL07HoQIJkVzcM0r23L > .row .container { border-width: 0; border-radius: 0; }#zWxMu2N2hDT6xSL07HoQIJkVzcM0r23L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zWxMu2N2hDT6xSL07HoQIJkVzcM0r23L > .row .container { font-size:0.875rem;font-family:poppins;height:5.3125rem;width:75rem;position:relative;display:none; }#TuNBqxldTZckariZRVQUuFGNTehPt8EA { color:#b518b7;display:block;width:69.1875rem;position:absolute;font-family:quicksand;font-size:2.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.072265625rem;left:1.6865234375rem;height:3.16875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ecvWiTnXeXJnygfaoernAm9DB3QH56lv { 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; }#ecvWiTnXeXJnygfaoernAm9DB3QH56lv > .row .container { border-width: 0; border-radius: 0; }#ecvWiTnXeXJnygfaoernAm9DB3QH56lv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ecvWiTnXeXJnygfaoernAm9DB3QH56lv > .row .container { font-size:0.875rem;font-family:poppins;height:24.625rem;width:75rem;position:relative;display:none; }#iD7Ccx1f7GF7AQ1TgwKnbe41whtmWc5R { color:#5c677d;display:block;width:15.625rem;position:absolute;font-family:quicksand;font-size:0.9375rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:33.0625rem;left:55.625rem;height:0;display:none; }
#Nn9v8Xsnel7ivlaBv28J3usyoraV9Wyy { position:absolute;display:block;z-index:15079;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:4.125rem;left:7.75rem;overflow:hidden;display:block; }
#dhoXPncGh9H4Bs5hzKGwmh69OlsbXAC5 { position:absolute;display:block;z-index:15015;background-color:#ffffff;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.125rem 0.125rem 0.4375rem #18191b ;height:20.3125rem;width:15.1875rem;top:0.8125rem;left:2.625rem;display:block; }
#vf2mvmVraUc2wXHktf2BNRQcuEiUiBAi { color:#161719;display:block;width:10.5rem;position:absolute;font-family:quicksand;font-size:1.375rem;font-weight:700;z-index:15117;line-height:1.3;letter-spacing:0;top:12rem;left:5.6875rem;height:1.7859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#s5n0LG0m95KXXItnfooOgVtk5OQ4eRQK { color:#0a0a0b;display:block;width:8rem;position:absolute;font-family:quicksand;font-size:1.0625rem;font-weight:400;z-index:15118;line-height:1.3;letter-spacing:0;top:15.125rem;left:5.6875rem;height:2.76328125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EnT1wnBHeWitabO9C1FerIMKcQoKf36K { color:#131415;display:block;width:13.81225rem;position:absolute;font-family:quicksand;font-size:1.0625rem;font-weight:400;z-index:15106;line-height:1.3;letter-spacing:0;top:22.4365234375rem;left:3.841552734375rem;height:1.3816375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HMBAOAZGkLW4abrz9ZWF3UICE1R35nGe { position:absolute;display:block;z-index:15106;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:4.75rem;top:4.125rem;left:24.8125rem;overflow:hidden;display:block; }
#TC9J3EexKNveZP7IaElhKs2V4dRlq9kf { color:#26282a;display:block;width:14.24925rem;position:absolute;font-family:quicksand;font-size:1.375rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:11.375rem;left:20.6875rem;height:3.571875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pSTBSsWZCQHAabseDSRTe97xxafh2xSO { color:#131415;display:block;width:11.875rem;position:absolute;font-family:quicksand;font-size:1.0625rem;font-weight:400;z-index:15105;line-height:1.3;letter-spacing:0;top:15.875rem;left:20.6875rem;height:4.14491875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Qzb5QKTA5vkkrXG3AROvT8AM8WWXAseR { position:absolute;display:block;z-index:15013;background-color:#ffffff;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.125rem 0.125rem 0.4375rem #18191b ;height:20.3125rem;width:15.1875rem;top:0.8125rem;left:20.125rem;display:block; }
#LFQrVFKX54szLnBA2XrhMzgAMSkx4iD7 { position:absolute;display:block;z-index:15084;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:4.125rem;left:44.625rem;overflow:hidden;display:block; }
#AbAPXQywf8P30eQU9z3zwusDVaARhewF { color:#212020;display:block;width:13.125rem;position:absolute;font-family:quicksand;font-size:1.375rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:12rem;left:40.4375rem;height:3.571875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#m5kCy0Dt7fu4h9dt9ZlfI4soWA8b7xJo { color:#2a2828;display:block;width:12.4365rem;position:absolute;font-family:quicksand;font-size:1.0625rem;font-weight:400;z-index:15083;line-height:1.3;letter-spacing:0;top:16.5625rem;left:40.4375rem;height:2.76328125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MJl3a8TScp7mVrgAC86eLulgBhibObkZ { position:absolute;display:block;z-index:15014;background-color:#ffffff;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.125rem 0.125rem 0.4375rem #18191b ;height:20.3125rem;width:15.1875rem;top:0.8125rem;left:39.375rem;display:block; }
#PKw3VbV2l0tmv10rx6OConhvDorWtygC { 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; }#PKw3VbV2l0tmv10rx6OConhvDorWtygC > .row .container { border-width: 0; border-radius: 0; }#PKw3VbV2l0tmv10rx6OConhvDorWtygC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PKw3VbV2l0tmv10rx6OConhvDorWtygC > .row .container { font-size:0.875rem;font-family:arial;height:1.125rem;width:75rem;position:relative;display:none; }#FzUsfLTiuiNrn9pP4rvh9Ib59BCAWyZg { 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; }#FzUsfLTiuiNrn9pP4rvh9Ib59BCAWyZg > .row .container { border-width: 0; border-radius: 0; }#FzUsfLTiuiNrn9pP4rvh9Ib59BCAWyZg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FzUsfLTiuiNrn9pP4rvh9Ib59BCAWyZg > .row .container { font-size:0.875rem;font-family:poppins;height:5.3125rem;width:75rem;position:relative;display:none; }#IX38gVp4vJ8hxeSPyQC1Tylxy0MXRep8 { color:#b518b7;display:block;width:69.1875rem;position:absolute;font-family:quicksand;font-size:2.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.072265625rem;left:1.6865234375rem;height:6.334625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lMIq1IPzZqx8yzoZx5b3UHT0CCgtoXe4 { 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; }#lMIq1IPzZqx8yzoZx5b3UHT0CCgtoXe4 > .row .container { border-width: 0; border-radius: 0; }#lMIq1IPzZqx8yzoZx5b3UHT0CCgtoXe4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lMIq1IPzZqx8yzoZx5b3UHT0CCgtoXe4 > .row .container { font-size:0.875rem;font-family:poppins;height:35.6875rem;width:75rem;position:relative;display:none; }#bZrzvV7BDfw8kmIQiKUeL7Ip5PUGuJ8O { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(320deg, #b418b7, #425b91);background-image: -moz-linear-gradient(320deg, #b418b7, #425b91);background-image: -ms-linear-gradient(320deg, #b418b7, #425b91);background-image: -o-linear-gradient(320deg, #b418b7, #425b91);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b418b7', endColorstr='#425b91' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b418b7', endColorstr='#425b91' );";background-image: linear-gradient(320deg, #b418b7, #425b91);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.1875rem;width:13.0625rem;top:12.608335494995rem;left:2.3125rem;display:none; }
#TWq1D9ZFHAzXKMLO0gZLKA22ZcbNPgVw { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(320deg, #b418b7, #425b91);background-image: -moz-linear-gradient(320deg, #b418b7, #425b91);background-image: -ms-linear-gradient(320deg, #b418b7, #425b91);background-image: -o-linear-gradient(320deg, #b418b7, #425b91);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b418b7', endColorstr='#425b91' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b418b7', endColorstr='#425b91' );";background-image: linear-gradient(320deg, #b418b7, #425b91);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.1875rem;width:13.0625rem;top:12.608335494995rem;left:2.3125rem;display:none; }
#K6hVi2QvCRz9qKATJdHvUmUIGZLnPCV1 .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; }
#K6hVi2QvCRz9qKATJdHvUmUIGZLnPCV1 .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b518b7;background-image:none;color:#ffffff;padding-top:0.761875rem;padding-right:0.70625rem;padding-bottom:0.761875rem;padding-left:0.70625rem;display:block;align-items:center;width:4.2375rem;min-width:4.2375rem;height:4.08875rem;position:relative;font-family:"open sans";font-size:3.045625rem;font-weight:400;line-height:65.42px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K6hVi2QvCRz9qKATJdHvUmUIGZLnPCV1 .widget-text.counter-label { background-color:;background-image:none;color:#151e3f;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.475625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.65125rem;height:1.615rem;position:relative;font-family:"open sans";font-size:1.143125rem;font-weight:700;line-height:25.84px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#K6hVi2QvCRz9qKATJdHvUmUIGZLnPCV1 { 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:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:26.62475rem;height:7.702625rem;padding-top:0.095rem;padding-right:0.101875rem;padding-bottom:0.095rem;padding-left:0.101875rem;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:26.041259765625rem;left:27.208251953125rem;z-index:15038; }
#K6hVi2QvCRz9qKATJdHvUmUIGZLnPCV1 #dvHlmPnosfh5UIpO1vG6XOlEznQ633t9 { display:flex;position:relative;top:0rem;left:0rem; }
#K6hVi2QvCRz9qKATJdHvUmUIGZLnPCV1 #gL2BUhdy0THIIrA1dgwNRcAh38EbdcT2 { width:auto; }
#K6hVi2QvCRz9qKATJdHvUmUIGZLnPCV1 #Ar6LQ8lsuoRgntKqPNr8TV2sncteRdBP {  }
#K6hVi2QvCRz9qKATJdHvUmUIGZLnPCV1 #Ewnpe13T8MFuhnfwTw7X1xwioKv8M5et { display:flex;position:relative;top:0rem;left:0rem; }
#K6hVi2QvCRz9qKATJdHvUmUIGZLnPCV1 #pFH5rAVpNbxGOq6CoNIt2mfEuVTUcpvS {  }
#K6hVi2QvCRz9qKATJdHvUmUIGZLnPCV1 #uZTpue5eVJvarqh3uImXdrRH90vgIUDv {  }
#K6hVi2QvCRz9qKATJdHvUmUIGZLnPCV1 #GPybTIrmbF2P2bw0x7FoiLTDa0r4B2wv { display:flex;position:relative;top:0rem;left:0rem; }
#K6hVi2QvCRz9qKATJdHvUmUIGZLnPCV1 #msCR4mq7546gWSAkyF7teF2GymwvcQki {  }
#K6hVi2QvCRz9qKATJdHvUmUIGZLnPCV1 #N3uBsBIt2fbrvJZRcuJgCWX5XKwLZd0R {  }
#K6hVi2QvCRz9qKATJdHvUmUIGZLnPCV1 #c97t1QHppGDzrIlSAbIUUyrGfFp5HCcf { display:flex;position:relative;top:0rem;left:0rem; }
#K6hVi2QvCRz9qKATJdHvUmUIGZLnPCV1 #kE1Mr2EMRqnAuvqEk527FTCJTqP6DA1F {  }
#K6hVi2QvCRz9qKATJdHvUmUIGZLnPCV1 #aB9ZQkTALJEXzocP912Ki5SoC9RRPZq3 {  }
#Gxp3ZD6iig99TXq52am5W3blOZcHawtH { color:#18191b;display:block;width:73.25rem;position:absolute;font-family:quicksand;font-size:1.4375rem;font-weight:400;z-index:15038;line-height:1.5;letter-spacing:0;top:1.416015625rem;left:0.997314453125rem;height:21.56034375rem;font-style:normal;display:block; }
#PPbScGOvolZME1KQVLcf8loRRUkQ2fWB { 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; }#PPbScGOvolZME1KQVLcf8loRRUkQ2fWB > .row .container { border-width: 0; border-radius: 0; }#PPbScGOvolZME1KQVLcf8loRRUkQ2fWB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PPbScGOvolZME1KQVLcf8loRRUkQ2fWB > .row .container { font-size:0.875rem;font-family:poppins;height:36.875rem;width:75rem;position:relative;display:none; }#ublQIM5KPFE60RZdawvIdJMSgfWlti4I { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(320deg, #b418b7, #425b91);background-image: -moz-linear-gradient(320deg, #b418b7, #425b91);background-image: -ms-linear-gradient(320deg, #b418b7, #425b91);background-image: -o-linear-gradient(320deg, #b418b7, #425b91);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b418b7', endColorstr='#425b91' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b418b7', endColorstr='#425b91' );";background-image: linear-gradient(320deg, #b418b7, #425b91);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.1875rem;width:13.0625rem;top:12.608335494995rem;left:2.3125rem;display:none; }
#KRpUt1VoKSQFX7eWRFJmBrSnV0BTenaA { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(320deg, #b418b7, #425b91);background-image: -moz-linear-gradient(320deg, #b418b7, #425b91);background-image: -ms-linear-gradient(320deg, #b418b7, #425b91);background-image: -o-linear-gradient(320deg, #b418b7, #425b91);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b418b7', endColorstr='#425b91' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b418b7', endColorstr='#425b91' );";background-image: linear-gradient(320deg, #b418b7, #425b91);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.1875rem;width:13.0625rem;top:12.608335494995rem;left:2.3125rem;display:none; }
#uv5dCRd92cIUox6feiC3PFRkeTICGaWJ .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; }
#uv5dCRd92cIUox6feiC3PFRkeTICGaWJ .widget-text.counter-number { border-top:0.125rem solid #b518b7;border-left:0.125rem solid #b518b7;border-right:0.125rem solid #b518b7;border-bottom:0.125rem solid #b518b7;background-color:#ffffff;background-image:none;color:#b518b7;padding-top:0.761875rem;padding-right:0.70625rem;padding-bottom:0.761875rem;padding-left:0.70625rem;display:block;align-items:center;width:4.2375rem;min-width:4.2375rem;height:4.08875rem;position:relative;font-family:"open sans";font-size:3.045625rem;font-weight:400;line-height:65.42px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uv5dCRd92cIUox6feiC3PFRkeTICGaWJ .widget-text.counter-label { background-color:;background-image:none;color:#151e3f;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.475625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.65125rem;height:1.615rem;position:relative;font-family:"open sans";font-size:1.143125rem;font-weight:700;line-height:25.84px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#uv5dCRd92cIUox6feiC3PFRkeTICGaWJ { 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:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:27.6245rem;height:7.9516875rem;padding-top:0.095rem;padding-right:0.101875rem;padding-bottom:0.095rem;padding-left:0.101875rem;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:27.294921875rem;left:14.1455078125rem;z-index:15038; }
#uv5dCRd92cIUox6feiC3PFRkeTICGaWJ #heJeGFKGl3HzKZXCNv1PlxKn4JUeOZfB { display:flex;position:relative;top:0rem;left:0rem; }
#uv5dCRd92cIUox6feiC3PFRkeTICGaWJ #odvKNcSAocc9QReT4HwT0mKVRduy2MGW { width:auto; }
#uv5dCRd92cIUox6feiC3PFRkeTICGaWJ #urv359Tw9JuspMUws7tOEyWRuz88lORa {  }
#uv5dCRd92cIUox6feiC3PFRkeTICGaWJ #wHqU7HFGUiJvMT5Wc4LWrNSRBer1tovR { display:flex;position:relative;top:0rem;left:0rem; }
#uv5dCRd92cIUox6feiC3PFRkeTICGaWJ #iGFoSDN34zM0zwuSumhuzwJ69FJAUTrz {  }
#uv5dCRd92cIUox6feiC3PFRkeTICGaWJ #n880XA1O4o9qqT0ALGOg2GkpyHA8quQf {  }
#uv5dCRd92cIUox6feiC3PFRkeTICGaWJ #i2eVHZX9lcz8gzxhSnx8s2kVncK67N7f { display:flex;position:relative;top:0rem;left:0rem; }
#uv5dCRd92cIUox6feiC3PFRkeTICGaWJ #uMgCeNeM5N4NlSOSV0bXqpcQs4CJ1CBC {  }
#uv5dCRd92cIUox6feiC3PFRkeTICGaWJ #dZ3L6J20v7vCa3cUCinuftUWmq2TsG8a {  }
#uv5dCRd92cIUox6feiC3PFRkeTICGaWJ #Gyuu5vq9JkUqbEKLHARF2SBSEH4JIniI { display:flex;position:relative;top:0rem;left:0rem; }
#uv5dCRd92cIUox6feiC3PFRkeTICGaWJ #r4nJqR45vZ1Zd8ON2DSSne6kCm7gi2Mi {  }
#uv5dCRd92cIUox6feiC3PFRkeTICGaWJ #SCVVFs8SRV702s7byo62n3EwuuRVTVqA {  }
#IoHBBTr8LufVczKH7gCiAReKy4kx1TdT { color:#18191b;display:block;width:73.375rem;position:absolute;font-family:quicksand;font-size:2.125rem;font-weight:400;z-index:15038;line-height:1.5;letter-spacing:0;top:1.29150390625rem;left:0.684814453125rem;height:6.375rem;font-style:normal;display:block; }
#TiIsyLDWg5SXTpP6Cyc8cyG76pAyXatT { color:#b518b7;display:block;width:73.374375rem;position:absolute;font-family:quicksand;font-size:1.4375rem;font-weight:400;z-index:15039;line-height:1.5;letter-spacing:0;top:10.101997375488rem;left:0.6875rem;height:19.41281875rem;font-style:normal;display:block; }
#qx6coCXedprTKTpAhXlGlQK9mTRCWniE { 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:block; }#qx6coCXedprTKTpAhXlGlQK9mTRCWniE > .row .container { background-color: transparent; background-image: none; }#qx6coCXedprTKTpAhXlGlQK9mTRCWniE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qx6coCXedprTKTpAhXlGlQK9mTRCWniE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qx6coCXedprTKTpAhXlGlQK9mTRCWniE > .row .container > .video-iframe-container { display: none; }#qx6coCXedprTKTpAhXlGlQK9mTRCWniE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qx6coCXedprTKTpAhXlGlQK9mTRCWniE > .row > .video-iframe-container { display: none; }#qx6coCXedprTKTpAhXlGlQK9mTRCWniE > .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); }#qx6coCXedprTKTpAhXlGlQK9mTRCWniE > .row .container { border-width: 0; border-radius: 0; }#qx6coCXedprTKTpAhXlGlQK9mTRCWniE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qx6coCXedprTKTpAhXlGlQK9mTRCWniE > .row .container { font-size:0.875rem;font-family:poppins;height:28.4375rem;width:75rem;position:relative;display:block; }#D19ey7SWqwWoDLkDLSicWQHBzFCQGu3K { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(320deg, #b418b7, #425b91);background-image: -moz-linear-gradient(320deg, #b418b7, #425b91);background-image: -ms-linear-gradient(320deg, #b418b7, #425b91);background-image: -o-linear-gradient(320deg, #b418b7, #425b91);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b418b7', endColorstr='#425b91' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b418b7', endColorstr='#425b91' );";background-image: linear-gradient(320deg, #b418b7, #425b91);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.1875rem;width:13.0625rem;top:12.608335494995rem;left:2.3125rem;display:none; }
#zNgq8X8xcc5vVTs2iqOQm7fRA6KvlIpl { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(320deg, #b418b7, #425b91);background-image: -moz-linear-gradient(320deg, #b418b7, #425b91);background-image: -ms-linear-gradient(320deg, #b418b7, #425b91);background-image: -o-linear-gradient(320deg, #b418b7, #425b91);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b418b7', endColorstr='#425b91' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b418b7', endColorstr='#425b91' );";background-image: linear-gradient(320deg, #b418b7, #425b91);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.1875rem;width:13.0625rem;top:12.608335494995rem;left:2.3125rem;display:none; }
#ulav1JWNoSIQ2lofl4SEnFKw6PG2LleZ .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; }
#ulav1JWNoSIQ2lofl4SEnFKw6PG2LleZ .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(181deg, #b518b7, #425b91);background-image: -moz-linear-gradient(181deg, #b518b7, #425b91);background-image: -ms-linear-gradient(181deg, #b518b7, #425b91);background-image: -o-linear-gradient(181deg, #b518b7, #425b91);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b518b7', endColorstr='#425b91' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b518b7', endColorstr='#425b91' );";background-image: linear-gradient(181deg, #b518b7, #425b91);background-size:contain !important;color:#ffffff;padding-top:0.761875rem;padding-right:0.70625rem;padding-bottom:0.761875rem;padding-left:0.70625rem;display:block;align-items:center;width:4.2375rem;min-width:4.2375rem;height:4.08875rem;position:relative;font-family:"open sans";font-size:3.045625rem;font-weight:400;line-height:65.42px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ulav1JWNoSIQ2lofl4SEnFKw6PG2LleZ .widget-text.counter-label { background-color:;background-image:none;color:#151e3f;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.475625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.65125rem;height:1.615rem;position:relative;font-family:"open sans";font-size:1.143125rem;font-weight:700;line-height:25.84px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ulav1JWNoSIQ2lofl4SEnFKw6PG2LleZ { 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:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:26.6223125rem;height:7.7014375rem;padding-top:0.095rem;padding-right:0.101875rem;padding-bottom:0.095rem;padding-left:0.101875rem;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:20.1875rem;left:23.375rem;z-index:15038; }
#ulav1JWNoSIQ2lofl4SEnFKw6PG2LleZ #ZhdFeEBvFZLpTglkmrcgHMQc2CSoKBLr { display:flex;position:relative;top:0rem;left:0rem; }
#ulav1JWNoSIQ2lofl4SEnFKw6PG2LleZ #MLJlrR8gTLrqoeTJ1vRuubEnUp4XEpHo { width:auto; }
#ulav1JWNoSIQ2lofl4SEnFKw6PG2LleZ #renOeaEcwXScKiqhsKnSECofJ5qTc0if {  }
#ulav1JWNoSIQ2lofl4SEnFKw6PG2LleZ #rzqVALSmPoc4q2X2IXb1maAWwgIwenx5 { display:flex;position:relative;top:0rem;left:0rem; }
#ulav1JWNoSIQ2lofl4SEnFKw6PG2LleZ #ETX2n7U7SxHFBpktGT3NRJH7bzxNIOqo {  }
#ulav1JWNoSIQ2lofl4SEnFKw6PG2LleZ #lJQvTiD3OoBzpibVSPLzJgcF7HBAmSgi {  }
#ulav1JWNoSIQ2lofl4SEnFKw6PG2LleZ #IQtuUGcr3qbhh6kiEfStQQF2wwbTc1If { display:flex;position:relative;top:0rem;left:0rem; }
#ulav1JWNoSIQ2lofl4SEnFKw6PG2LleZ #gl7hWZu7BbpoJTHTB7nWWPzguVKNyXiS {  }
#ulav1JWNoSIQ2lofl4SEnFKw6PG2LleZ #HfAIxHicJ6PNhFx8fbfDVrWOmZBNDXBt {  }
#ulav1JWNoSIQ2lofl4SEnFKw6PG2LleZ #uB6C3Z0lM0C7MrAsSdCO03DwxO6qUAfd { display:flex;position:relative;top:0rem;left:0rem; }
#ulav1JWNoSIQ2lofl4SEnFKw6PG2LleZ #QSPnOmWKa64DW5IWcl5KFkTZLo94eQBo {  }
#ulav1JWNoSIQ2lofl4SEnFKw6PG2LleZ #Cz3qHGp26STbB7Q90MkK62C2Tq98nBOv {  }
#UgGB9tbqFmaGaZXlJ9BAL5kBameDcN6R { color:#18191b;display:block;width:73.5rem;position:absolute;font-family:quicksand;font-size:1.4375rem;font-weight:400;z-index:15038;line-height:1.5;letter-spacing:0;top:9.4375rem;left:0.75rem;height:10.78125rem;font-style:normal;display:block; }
#D5UtZmyk2gVTJlLVFrosa4tZ6eXoElSK { color:#b518b7;display:block;width:72.5625rem;position:absolute;font-family:quicksand;font-size:2.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.1328125rem;left:0.50607681274414rem;height:6.337875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rV5J2tqaxlgrcHTqhrv2GwqrJwdegKpI { 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; }#rV5J2tqaxlgrcHTqhrv2GwqrJwdegKpI > .row .container { border-width: 0; border-radius: 0; }#rV5J2tqaxlgrcHTqhrv2GwqrJwdegKpI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rV5J2tqaxlgrcHTqhrv2GwqrJwdegKpI > .row .container { font-size:0.875rem;font-family:poppins;height:34.0625rem;width:75rem;position:relative;display:none; }#dOVc72mWDEDEXgeOxTRfncJPscBBxRSm { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(320deg, #b418b7, #425b91);background-image: -moz-linear-gradient(320deg, #b418b7, #425b91);background-image: -ms-linear-gradient(320deg, #b418b7, #425b91);background-image: -o-linear-gradient(320deg, #b418b7, #425b91);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b418b7', endColorstr='#425b91' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b418b7', endColorstr='#425b91' );";background-image: linear-gradient(320deg, #b418b7, #425b91);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.1875rem;width:13.0625rem;top:12.608335494995rem;left:2.3125rem;display:none; }
#BotoFwGsnXVsJJcegGSbR5PlI2gkkTIu { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(320deg, #b418b7, #425b91);background-image: -moz-linear-gradient(320deg, #b418b7, #425b91);background-image: -ms-linear-gradient(320deg, #b418b7, #425b91);background-image: -o-linear-gradient(320deg, #b418b7, #425b91);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b418b7', endColorstr='#425b91' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b418b7', endColorstr='#425b91' );";background-image: linear-gradient(320deg, #b418b7, #425b91);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.1875rem;width:13.0625rem;top:12.608335494995rem;left:2.3125rem;display:none; }
#NpG3g1wQJqmf0UQaxSa0Ou9dHaRnSRwE .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; }
#NpG3g1wQJqmf0UQaxSa0Ou9dHaRnSRwE .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(181deg, #b518b7, #425b91);background-image: -moz-linear-gradient(181deg, #b518b7, #425b91);background-image: -ms-linear-gradient(181deg, #b518b7, #425b91);background-image: -o-linear-gradient(181deg, #b518b7, #425b91);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b518b7', endColorstr='#425b91' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b518b7', endColorstr='#425b91' );";background-image: linear-gradient(181deg, #b518b7, #425b91);background-size:contain !important;color:#ffffff;padding-top:0.761875rem;padding-right:0.70625rem;padding-bottom:0.761875rem;padding-left:0.70625rem;display:block;align-items:center;width:4.2375rem;min-width:4.2375rem;height:4.08875rem;position:relative;font-family:"open sans";font-size:3.045625rem;font-weight:400;line-height:65.42px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NpG3g1wQJqmf0UQaxSa0Ou9dHaRnSRwE .widget-text.counter-label { background-color:;background-image:none;color:#151e3f;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.475625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.65125rem;height:1.615rem;position:relative;font-family:"open sans";font-size:1.143125rem;font-weight:700;line-height:25.84px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NpG3g1wQJqmf0UQaxSa0Ou9dHaRnSRwE { 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:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:26.625rem;height:7.703125rem;padding-top:0.095rem;padding-right:0.101875rem;padding-bottom:0.095rem;padding-left:0.101875rem;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:25.372264623642rem;left:23.370700836182rem;z-index:15038; }
#NpG3g1wQJqmf0UQaxSa0Ou9dHaRnSRwE #FTKfXl5C21AkEEgXTtE6f0oqpkAJOTlT { display:flex;position:relative;top:0rem;left:0rem; }
#NpG3g1wQJqmf0UQaxSa0Ou9dHaRnSRwE #IghE1TkHP2Qy0LR3iReA0wUcloGvTE0K { width:auto; }
#NpG3g1wQJqmf0UQaxSa0Ou9dHaRnSRwE #Wh6qKc2J6i960wuplqimqHQMVuf3wMJO {  }
#NpG3g1wQJqmf0UQaxSa0Ou9dHaRnSRwE #bXIXVFocUhTH0Q8AdVQa9CFWni3V1Zbc { display:flex;position:relative;top:0rem;left:0rem; }
#NpG3g1wQJqmf0UQaxSa0Ou9dHaRnSRwE #fIyuhXz7KeAJgEdIKAQcO1rTo4X2fotL {  }
#NpG3g1wQJqmf0UQaxSa0Ou9dHaRnSRwE #Vv506Ub0UqMRuJ9tUWDxCxzOTeLLRJEm {  }
#NpG3g1wQJqmf0UQaxSa0Ou9dHaRnSRwE #IIM30ebXyrZNxc14zwif9SVMxpLThmJE { display:flex;position:relative;top:0rem;left:0rem; }
#NpG3g1wQJqmf0UQaxSa0Ou9dHaRnSRwE #FzQnqeQUskbpzBcBsKOWz3LLyEOsCqwO {  }
#NpG3g1wQJqmf0UQaxSa0Ou9dHaRnSRwE #wTdRk6OFy3OrN4EakWT72i9uB3ICzWzH {  }
#NpG3g1wQJqmf0UQaxSa0Ou9dHaRnSRwE #yza59TkB96fh39FQf5tAOhRnU77moFzx { display:flex;position:relative;top:0rem;left:0rem; }
#NpG3g1wQJqmf0UQaxSa0Ou9dHaRnSRwE #c9o4K1vllBOd8E3Gkl3Dw8oM7m07Ji3M {  }
#NpG3g1wQJqmf0UQaxSa0Ou9dHaRnSRwE #NPCIbbQDTTrKqBLR9lV93G3xMq8s2zsV {  }
#UisUMg2oNw9krgCBUkxczc0ByHrEIJIy { color:#18191b;display:block;width:73.5rem;position:absolute;font-family:quicksand;font-size:1.4375rem;font-weight:400;z-index:15038;line-height:1.5;letter-spacing:0;top:9.4375rem;left:0.75rem;height:17.25rem;font-style:normal;display:block; }
#gsweKWTcREW5IaUlTO9KJDzaZsnAkmlc { color:#b518b7;display:block;width:72.5625rem;position:absolute;font-family:quicksand;font-size:2.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.1328125rem;left:0.50607681274414rem;height:6.3375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BbgWiUUxwUQmkVdcf2JIfuhS60oSsx0e { 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; }#BbgWiUUxwUQmkVdcf2JIfuhS60oSsx0e > .row .container { border-width: 0; border-radius: 0; }#BbgWiUUxwUQmkVdcf2JIfuhS60oSsx0e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BbgWiUUxwUQmkVdcf2JIfuhS60oSsx0e > .row .container { font-size:0.875rem;font-family:poppins;height:44.5625rem;width:75rem;position:relative;display:none; }#ZaavH89Pe9Dr6eHiaQuzDerGQfSA9F1g { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(320deg, #b418b7, #425b91);background-image: -moz-linear-gradient(320deg, #b418b7, #425b91);background-image: -ms-linear-gradient(320deg, #b418b7, #425b91);background-image: -o-linear-gradient(320deg, #b418b7, #425b91);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b418b7', endColorstr='#425b91' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b418b7', endColorstr='#425b91' );";background-image: linear-gradient(320deg, #b418b7, #425b91);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.1875rem;width:13.0625rem;top:12.608335494995rem;left:2.3125rem;display:none; }
#o4qoQawQNmAJyOifzB1OeiE8El1GGv4C { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(320deg, #b418b7, #425b91);background-image: -moz-linear-gradient(320deg, #b418b7, #425b91);background-image: -ms-linear-gradient(320deg, #b418b7, #425b91);background-image: -o-linear-gradient(320deg, #b418b7, #425b91);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b418b7', endColorstr='#425b91' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b418b7', endColorstr='#425b91' );";background-image: linear-gradient(320deg, #b418b7, #425b91);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.1875rem;width:13.0625rem;top:12.608335494995rem;left:2.3125rem;display:none; }
#AeLqJa0Jav8rScnLrHR8Hscg1SROIK1a { color:#0e0700;display:block;width:73.6875rem;position:absolute;font-family:quicksand;font-size:2.5625rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:1.3617248535156rem;left:0.685546875rem;height:9.9949375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qdECymukEK7ZpPK87sXN6QbZfaH5Rc3I .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; }
#qdECymukEK7ZpPK87sXN6QbZfaH5Rc3I .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b518b7;background-image:none;color:#ffffff;padding-top:0.761875rem;padding-right:0.70625rem;padding-bottom:0.761875rem;padding-left:0.70625rem;display:block;align-items:center;width:4.2375rem;min-width:4.2375rem;height:4.08875rem;position:relative;font-family:"open sans";font-size:3.045625rem;font-weight:400;line-height:65.42px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qdECymukEK7ZpPK87sXN6QbZfaH5Rc3I .widget-text.counter-label { background-color:;background-image:none;color:#151e3f;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.475625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.65125rem;height:1.615rem;position:relative;font-family:"open sans";font-size:1.143125rem;font-weight:700;line-height:25.84px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#qdECymukEK7ZpPK87sXN6QbZfaH5Rc3I { 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:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:26.625rem;height:7.70275rem;padding-top:0.095rem;padding-right:0.101875rem;padding-bottom:0.095rem;padding-left:0.101875rem;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:35.480858623981rem;left:24.084373474121rem;z-index:15038; }
#qdECymukEK7ZpPK87sXN6QbZfaH5Rc3I #pA9k5EUHqFLiUwXqMm12gIbZPhtExyPP { display:flex;position:relative;top:0rem;left:0rem; }
#qdECymukEK7ZpPK87sXN6QbZfaH5Rc3I #gfFixPpLnPARE4QB8TETIkXOMrnXhkIq { width:auto; }
#qdECymukEK7ZpPK87sXN6QbZfaH5Rc3I #IpzHDwvCTJ5xwXe33W7BSrFpWCfI6fSr {  }
#qdECymukEK7ZpPK87sXN6QbZfaH5Rc3I #bwZSTKq5BcQfWpGEAfWGTS4l4xMpQ2s1 { display:flex;position:relative;top:0rem;left:0rem; }
#qdECymukEK7ZpPK87sXN6QbZfaH5Rc3I #Cb9It5L4swpW9efX5CEFJbuPns0S46FI {  }
#qdECymukEK7ZpPK87sXN6QbZfaH5Rc3I #rcsf96svmQOCwP6Li1aXw7uKp7KToMbO {  }
#qdECymukEK7ZpPK87sXN6QbZfaH5Rc3I #av1PNSAmt2r209RoWpeFOiWhfAGyAZyd { display:flex;position:relative;top:0rem;left:0rem; }
#qdECymukEK7ZpPK87sXN6QbZfaH5Rc3I #Jbm4L6tFylyXQA25HIdQaGVPFRpZiTv7 {  }
#qdECymukEK7ZpPK87sXN6QbZfaH5Rc3I #BF7MesaP3MN5n1BRPKCxSmHCd1os9cnN {  }
#qdECymukEK7ZpPK87sXN6QbZfaH5Rc3I #SoVbllV7skrKPpO19I0XMq5tQdK2XBqn { display:flex;position:relative;top:0rem;left:0rem; }
#qdECymukEK7ZpPK87sXN6QbZfaH5Rc3I #ycqwFKRLB4WSJDmlexu2JasSaR9oO44N {  }
#qdECymukEK7ZpPK87sXN6QbZfaH5Rc3I #Av1V8xS2RJ9BVTRhMRDkJnlk0dCtWHsO {  }
#hOOK1ncMERRXG7R5o4SZwuka83Vexqim { color:#18191b;display:block;width:69.249375rem;position:absolute;font-family:quicksand;font-size:1.4375rem;font-weight:400;z-index:15038;line-height:1.5;letter-spacing:0;top:13.167572021484rem;left:0.685546875rem;height:21.5625rem;font-style:normal;display:block; }
#NLNtaFpZLwHUmmI2RhEe7vONTnhhkVlS { 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; }#NLNtaFpZLwHUmmI2RhEe7vONTnhhkVlS > .row .container { border-width: 0; border-radius: 0; }#NLNtaFpZLwHUmmI2RhEe7vONTnhhkVlS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NLNtaFpZLwHUmmI2RhEe7vONTnhhkVlS > .row .container { font-size:0.875rem;font-family:poppins;height:48.9375rem;width:75rem;position:relative;display:none; }#TTyVhTBraUIPU3LvSrbdo9OiaIHTLmwD { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(320deg, #b418b7, #425b91);background-image: -moz-linear-gradient(320deg, #b418b7, #425b91);background-image: -ms-linear-gradient(320deg, #b418b7, #425b91);background-image: -o-linear-gradient(320deg, #b418b7, #425b91);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b418b7', endColorstr='#425b91' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b418b7', endColorstr='#425b91' );";background-image: linear-gradient(320deg, #b418b7, #425b91);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.1875rem;width:13.0625rem;top:12.608335494995rem;left:2.3125rem;display:none; }
#QnkMPJQ5hT2bL8iEuDatz1UK1eqXMlp7 { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(320deg, #b418b7, #425b91);background-image: -moz-linear-gradient(320deg, #b418b7, #425b91);background-image: -ms-linear-gradient(320deg, #b418b7, #425b91);background-image: -o-linear-gradient(320deg, #b418b7, #425b91);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b418b7', endColorstr='#425b91' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b418b7', endColorstr='#425b91' );";background-image: linear-gradient(320deg, #b418b7, #425b91);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.1875rem;width:13.0625rem;top:12.608335494995rem;left:2.3125rem;display:none; }
#gPrIAgVWZqnWkBL5oDsLKuKT5OZQeM2e { color:#0e0700;display:block;width:73.68625rem;position:absolute;font-family:quicksand;font-size:2.5625rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:0.672607421875rem;left:0.654296875rem;height:9.99375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EkgW3FOU80ZgqFWoAq0egb3Rh9vl3S0o .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; }
#EkgW3FOU80ZgqFWoAq0egb3Rh9vl3S0o .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(181deg, #b518b7, #e4003a);background-image: -moz-linear-gradient(181deg, #b518b7, #e4003a);background-image: -ms-linear-gradient(181deg, #b518b7, #e4003a);background-image: -o-linear-gradient(181deg, #b518b7, #e4003a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b518b7', endColorstr='#e4003a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b518b7', endColorstr='#e4003a' );";background-image: linear-gradient(181deg, #b518b7, #e4003a);background-size:contain !important;color:#ffffff;padding-top:0.761875rem;padding-right:0.70625rem;padding-bottom:0.761875rem;padding-left:0.70625rem;display:block;align-items:center;width:4.2375rem;min-width:4.2375rem;height:4.08875rem;position:relative;font-family:"open sans";font-size:3.045625rem;font-weight:400;line-height:65.42px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EkgW3FOU80ZgqFWoAq0egb3Rh9vl3S0o .widget-text.counter-label { background-color:;background-image:none;color:#151e3f;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.475625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.65125rem;height:1.615rem;position:relative;font-family:"open sans";font-size:1.143125rem;font-weight:700;line-height:25.84px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#EkgW3FOU80ZgqFWoAq0egb3Rh9vl3S0o { 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:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:26.625rem;height:7.703125rem;padding-top:0.095rem;padding-right:0.101875rem;padding-bottom:0.095rem;padding-left:0.101875rem;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:39.844919204712rem;left:24.084373474121rem;z-index:15038; }
#EkgW3FOU80ZgqFWoAq0egb3Rh9vl3S0o #NgN7rc6g5FVAepcXFkgWTOHH653aAQ6O { display:flex;position:relative;top:0rem;left:0rem; }
#EkgW3FOU80ZgqFWoAq0egb3Rh9vl3S0o #V6JVclOD19TIbDfe4mHdlzUrnsnKbCGe { width:auto; }
#EkgW3FOU80ZgqFWoAq0egb3Rh9vl3S0o #HDyD8PD5xM39yczmS2IIrychIbrtqrQW {  }
#EkgW3FOU80ZgqFWoAq0egb3Rh9vl3S0o #QGBTmOXX1yOlGpU5iPxTCCLwK37rI1he { display:flex;position:relative;top:0rem;left:0rem; }
#EkgW3FOU80ZgqFWoAq0egb3Rh9vl3S0o #WfhGefTg1oJRrUWTVqbucAx13GwZEgvD {  }
#EkgW3FOU80ZgqFWoAq0egb3Rh9vl3S0o #kG7kQEpdoOGlLORJhMgAiWPHZfgorrEr {  }
#EkgW3FOU80ZgqFWoAq0egb3Rh9vl3S0o #KdOD0Hko3ZhGEPAES7qudChDqKgGWXLT { display:flex;position:relative;top:0rem;left:0rem; }
#EkgW3FOU80ZgqFWoAq0egb3Rh9vl3S0o #mQB3B1sqrKG9L9VKybT0DMNMpokysg5G {  }
#EkgW3FOU80ZgqFWoAq0egb3Rh9vl3S0o #wkgFNip1shSUVy8SLhMtFB8HufI8TNfa {  }
#EkgW3FOU80ZgqFWoAq0egb3Rh9vl3S0o #f8hwAIW8qy31ruLlypGplfcbftK4cPbU { display:flex;position:relative;top:0rem;left:0rem; }
#EkgW3FOU80ZgqFWoAq0egb3Rh9vl3S0o #tL27q5JSB3uGvkNvJKPIdt1VkG5nTTBv {  }
#EkgW3FOU80ZgqFWoAq0egb3Rh9vl3S0o #nGHMo6lTOdRIlPRqzBvi70TCSl6cnyZG {  }
#AZmkPEZZTMZ850M642kys5CZx4kox6qG { color:#d50f0f;display:block;width:71.99875rem;position:absolute;font-family:quicksand;font-size:1.4375rem;font-weight:400;z-index:15038;line-height:1.5;letter-spacing:0;top:14.776170730591rem;left:1.4976539611816rem;height:21.5625rem;font-style:normal;display:block; }
#LDTe9pDvcPlsiuTFIvdS7wpn9bbZrOzp { 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; }#LDTe9pDvcPlsiuTFIvdS7wpn9bbZrOzp > .row .container { border-width: 0; border-radius: 0; }#LDTe9pDvcPlsiuTFIvdS7wpn9bbZrOzp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LDTe9pDvcPlsiuTFIvdS7wpn9bbZrOzp > .row .container { font-size:0.875rem;font-family:poppins;height:50.6875rem;width:75rem;position:relative;display:none; }#qFR3il96LzuaaQ7meUAdNpwPO7obyBzU { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(320deg, #b418b7, #425b91);background-image: -moz-linear-gradient(320deg, #b418b7, #425b91);background-image: -ms-linear-gradient(320deg, #b418b7, #425b91);background-image: -o-linear-gradient(320deg, #b418b7, #425b91);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b418b7', endColorstr='#425b91' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b418b7', endColorstr='#425b91' );";background-image: linear-gradient(320deg, #b418b7, #425b91);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.1875rem;width:13.0625rem;top:12.608335494995rem;left:2.3125rem;display:none; }
#rKwwSWUkbMTJDURLTrHrLIEEkiKNFDOv { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(320deg, #b418b7, #425b91);background-image: -moz-linear-gradient(320deg, #b418b7, #425b91);background-image: -ms-linear-gradient(320deg, #b418b7, #425b91);background-image: -o-linear-gradient(320deg, #b418b7, #425b91);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b418b7', endColorstr='#425b91' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b418b7', endColorstr='#425b91' );";background-image: linear-gradient(320deg, #b418b7, #425b91);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.1875rem;width:13.0625rem;top:12.608335494995rem;left:2.3125rem;display:none; }
#vJNcg78OsUBNiXfx54CXEKuyBT5TBbSN { color:#18191b;display:block;width:73.75rem;position:absolute;font-family:quicksand;font-size:1.4375rem;font-weight:400;z-index:15037;line-height:1.5;letter-spacing:0;top:11.296653747559rem;left:0.6875rem;height:30.18450625rem;font-style:normal;display:block; }
#MwTb0x7W8kwhRmJ9MMxMygCtZsW5fMMC { color:#0e0700;display:block;width:72.0625rem;position:absolute;font-family:quicksand;font-size:2.4375rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:2.0989379882812rem;left:0.6875rem;height:6.334625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xDiLN6dLaV4g6T6aKgbLg0yeNK6lRvez .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; }
#xDiLN6dLaV4g6T6aKgbLg0yeNK6lRvez .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(181deg, #b518b7, #639bdb);background-image: -moz-linear-gradient(181deg, #b518b7, #639bdb);background-image: -ms-linear-gradient(181deg, #b518b7, #639bdb);background-image: -o-linear-gradient(181deg, #b518b7, #639bdb);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b518b7', endColorstr='#639bdb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b518b7', endColorstr='#639bdb' );";background-image: linear-gradient(181deg, #b518b7, #639bdb);background-size:contain !important;color:#ffffff;padding-top:0.761875rem;padding-right:0.70625rem;padding-bottom:0.761875rem;padding-left:0.70625rem;display:block;align-items:center;width:4.2375rem;min-width:4.2375rem;height:4.08875rem;position:relative;font-family:"open sans";font-size:3.045625rem;font-weight:400;line-height:65.42px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xDiLN6dLaV4g6T6aKgbLg0yeNK6lRvez .widget-text.counter-label { background-color:;background-image:none;color:#151e3f;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.475625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.65125rem;height:1.615rem;position:relative;font-family:"open sans";font-size:1.143125rem;font-weight:700;line-height:25.84px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#xDiLN6dLaV4g6T6aKgbLg0yeNK6lRvez { 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:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:26.625rem;height:7.703125rem;padding-top:0.095rem;padding-right:0.101875rem;padding-bottom:0.095rem;padding-left:0.101875rem;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:41.478948593139rem;left:23.301868438721rem;z-index:15038; }
#xDiLN6dLaV4g6T6aKgbLg0yeNK6lRvez #FrmVnsdrz5CtDkg2oIw35Hx8d4v4ooLn { display:flex;position:relative;top:0rem;left:0rem; }
#xDiLN6dLaV4g6T6aKgbLg0yeNK6lRvez #xTEkF0WXblooAG0tWWQyT9WwvTuuNAng { width:auto; }
#xDiLN6dLaV4g6T6aKgbLg0yeNK6lRvez #VWwr8FtFdTKnd13RVlBlkMRlDdImkTt8 {  }
#xDiLN6dLaV4g6T6aKgbLg0yeNK6lRvez #WvZ1Edd2cywmqE76yPaoIwKGr1GTapZi { display:flex;position:relative;top:0rem;left:0rem; }
#xDiLN6dLaV4g6T6aKgbLg0yeNK6lRvez #DTTmthMbtVpMnWF11CbdusRGEac2oQz9 {  }
#xDiLN6dLaV4g6T6aKgbLg0yeNK6lRvez #JoXSXcROKFoO2gHLTPpHDZaTVxbTuzWN {  }
#xDiLN6dLaV4g6T6aKgbLg0yeNK6lRvez #OtkVT6PIBHWLMdAPRDL0lJHP9gMBw1tZ { display:flex;position:relative;top:0rem;left:0rem; }
#xDiLN6dLaV4g6T6aKgbLg0yeNK6lRvez #gZWvgU2Tl0AaAcSGFwg0ccybexPxG2JW {  }
#xDiLN6dLaV4g6T6aKgbLg0yeNK6lRvez #epIsM6WJ2TThUrXl0hnxwyBlAS0x1axf {  }
#xDiLN6dLaV4g6T6aKgbLg0yeNK6lRvez #cfPvZuemUGVW9DPXr66JseAaiyE7i3ie { display:flex;position:relative;top:0rem;left:0rem; }
#xDiLN6dLaV4g6T6aKgbLg0yeNK6lRvez #N4P719l1iA9uhQcSCW1iglXwvxWtlQqC {  }
#xDiLN6dLaV4g6T6aKgbLg0yeNK6lRvez #L0ibSWmu0q4QLkQe5KsXcN9CE9iMDJCI {  }
#WU24bB9pCGdlVp8c8UVBQLkl1JuJ2rMd { 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; }#WU24bB9pCGdlVp8c8UVBQLkl1JuJ2rMd > .row .container { border-width: 0; border-radius: 0; }#WU24bB9pCGdlVp8c8UVBQLkl1JuJ2rMd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WU24bB9pCGdlVp8c8UVBQLkl1JuJ2rMd > .row .container { font-size:0.875rem;font-family:poppins;height:39.375rem;width:75rem;position:relative;display:none; }#mGKuwGRh78Mag79Wt9C5RziorLO55MAG { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(320deg, #b418b7, #425b91);background-image: -moz-linear-gradient(320deg, #b418b7, #425b91);background-image: -ms-linear-gradient(320deg, #b418b7, #425b91);background-image: -o-linear-gradient(320deg, #b418b7, #425b91);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b418b7', endColorstr='#425b91' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b418b7', endColorstr='#425b91' );";background-image: linear-gradient(320deg, #b418b7, #425b91);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.1875rem;width:13.0625rem;top:12.608335494995rem;left:2.3125rem;display:none; }
#b1bQ7bZgKt95Mv1znU98xosLkFwzJ68d { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(320deg, #b418b7, #425b91);background-image: -moz-linear-gradient(320deg, #b418b7, #425b91);background-image: -ms-linear-gradient(320deg, #b418b7, #425b91);background-image: -o-linear-gradient(320deg, #b418b7, #425b91);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b418b7', endColorstr='#425b91' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b418b7', endColorstr='#425b91' );";background-image: linear-gradient(320deg, #b418b7, #425b91);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.1875rem;width:13.0625rem;top:12.608335494995rem;left:2.3125rem;display:none; }
#VdFz2o4QdrGi9oq7HhvnvT2gUaJwHheQ { color:#0e0700;display:block;width:67.1875rem;position:absolute;font-family:quicksand;font-size:2.5625rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:1.3634986877441rem;left:0.68684959411619rem;height:6.6625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NJDd8XX82fHZX4S9Aluv3KfiIXIfDFfW .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; }
#NJDd8XX82fHZX4S9Aluv3KfiIXIfDFfW .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(181deg, #18191b, #b518b7);background-image: -moz-linear-gradient(181deg, #18191b, #b518b7);background-image: -ms-linear-gradient(181deg, #18191b, #b518b7);background-image: -o-linear-gradient(181deg, #18191b, #b518b7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#18191b', endColorstr='#b518b7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#18191b', endColorstr='#b518b7' );";background-image: linear-gradient(181deg, #18191b, #b518b7);background-size:contain !important;color:#ffffff;padding-top:0.761875rem;padding-right:0.70625rem;padding-bottom:0.761875rem;padding-left:0.70625rem;display:block;align-items:center;width:4.2375rem;min-width:4.2375rem;height:4.08875rem;position:relative;font-family:"open sans";font-size:3.045625rem;font-weight:400;line-height:65.42px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NJDd8XX82fHZX4S9Aluv3KfiIXIfDFfW .widget-text.counter-label { background-color:;background-image:none;color:#151e3f;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.475625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.65125rem;height:1.615rem;position:relative;font-family:"open sans";font-size:1.143125rem;font-weight:700;line-height:25.84px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NJDd8XX82fHZX4S9Aluv3KfiIXIfDFfW { 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:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:26.625rem;height:7.703125rem;padding-top:0.095rem;padding-right:0.101875rem;padding-bottom:0.095rem;padding-left:0.101875rem;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:30.418752670288rem;left:21.895833969116rem;z-index:15038; }
#NJDd8XX82fHZX4S9Aluv3KfiIXIfDFfW #PQnLsUbqCRS2lfNgHAHNpL3TNq0PsSf7 { display:flex;position:relative;top:0rem;left:0rem; }
#NJDd8XX82fHZX4S9Aluv3KfiIXIfDFfW #hsLJC7Tr1EJXuQH6Tl7mHKW2iTDhIIDR { width:auto; }
#NJDd8XX82fHZX4S9Aluv3KfiIXIfDFfW #nzQdwQ9TobvS5Xm7CQtQGKbHDdruk8fK {  }
#NJDd8XX82fHZX4S9Aluv3KfiIXIfDFfW #lrGXWRmL1DfGMe95kTqpNLUUVZwhvr6V { display:flex;position:relative;top:0rem;left:0rem; }
#NJDd8XX82fHZX4S9Aluv3KfiIXIfDFfW #UqcSAFJ7qE0WHW4Mmi77i3dkqnsmf913 {  }
#NJDd8XX82fHZX4S9Aluv3KfiIXIfDFfW #OAUiQ8TLS1wnMq2CbPtKJNoSfoWKX0ZR {  }
#NJDd8XX82fHZX4S9Aluv3KfiIXIfDFfW #qkhv2sMcvyMTHyDs3tVeKAlXXQVtlvKT { display:flex;position:relative;top:0rem;left:0rem; }
#NJDd8XX82fHZX4S9Aluv3KfiIXIfDFfW #de55fnKaikIEza5bC6BIlUE67LDFo4xs {  }
#NJDd8XX82fHZX4S9Aluv3KfiIXIfDFfW #pQEZ9G9KT5sDcahsN3X8iNwffJXXgDgh {  }
#NJDd8XX82fHZX4S9Aluv3KfiIXIfDFfW #aDZwvbsVfZKL4NVfMdMnTn0cpb34saTE { display:flex;position:relative;top:0rem;left:0rem; }
#NJDd8XX82fHZX4S9Aluv3KfiIXIfDFfW #TruoeXvsNTCocqiUh86WZNkz58xapSQ8 {  }
#NJDd8XX82fHZX4S9Aluv3KfiIXIfDFfW #gAFZ5K0rGSHdPz1LM18C6ZJ5mlO3caIs {  }
#a8u0rFfrH3rLuGI4yiseRUwIUkCbO9mT { color:#18191b;display:block;width:69.25rem;position:absolute;font-family:quicksand;font-size:1.4375rem;font-weight:400;z-index:15038;line-height:1.5;letter-spacing:0;top:9.731249809265rem;left:0.6864585876465rem;height:17.25rem;font-style:normal;display:block; }
#nkkDvzpObvvRLSo69Wuk3umvFU0baN1m { 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; }#nkkDvzpObvvRLSo69Wuk3umvFU0baN1m > .row .container { border-width: 0; border-radius: 0; }#nkkDvzpObvvRLSo69Wuk3umvFU0baN1m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nkkDvzpObvvRLSo69Wuk3umvFU0baN1m > .row .container { font-size:0.875rem;font-family:poppins;height:77.9375rem;width:75rem;position:relative;display:none; }#bGGDIezWODECzzDNMPDAouQR7CNd8BSX { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(320deg, #b418b7, #425b91);background-image: -moz-linear-gradient(320deg, #b418b7, #425b91);background-image: -ms-linear-gradient(320deg, #b418b7, #425b91);background-image: -o-linear-gradient(320deg, #b418b7, #425b91);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b418b7', endColorstr='#425b91' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b418b7', endColorstr='#425b91' );";background-image: linear-gradient(320deg, #b418b7, #425b91);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.1875rem;width:13.0625rem;top:12.608335494995rem;left:2.3125rem;display:none; }
#w5D0P8T80B6mTnTdT1pJb51RaJIDtopV { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(320deg, #b418b7, #425b91);background-image: -moz-linear-gradient(320deg, #b418b7, #425b91);background-image: -ms-linear-gradient(320deg, #b418b7, #425b91);background-image: -o-linear-gradient(320deg, #b418b7, #425b91);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b418b7', endColorstr='#425b91' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b418b7', endColorstr='#425b91' );";background-image: linear-gradient(320deg, #b418b7, #425b91);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.1875rem;width:13.0625rem;top:12.608335494995rem;left:2.3125rem;display:none; }
#PsFV061bSWeVItiysiQ2QbD4H2ahT52x { color:#0e0700;display:block;width:67.1875rem;position:absolute;font-family:quicksand;font-size:2.5625rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:1.3634986877441rem;left:0.68684959411619rem;height:6.6625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JTiTsCAMRT60ZCCMQ85t1RcSX2JI3hXu .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; }
#JTiTsCAMRT60ZCCMQ85t1RcSX2JI3hXu .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(181deg, #18191b, #b518b7);background-image: -moz-linear-gradient(181deg, #18191b, #b518b7);background-image: -ms-linear-gradient(181deg, #18191b, #b518b7);background-image: -o-linear-gradient(181deg, #18191b, #b518b7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#18191b', endColorstr='#b518b7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#18191b', endColorstr='#b518b7' );";background-image: linear-gradient(181deg, #18191b, #b518b7);background-size:contain !important;color:#ffffff;padding-top:0.761875rem;padding-right:0.70625rem;padding-bottom:0.761875rem;padding-left:0.70625rem;display:block;align-items:center;width:4.2375rem;min-width:4.2375rem;height:4.08875rem;position:relative;font-family:"open sans";font-size:3.045625rem;font-weight:400;line-height:65.42px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JTiTsCAMRT60ZCCMQ85t1RcSX2JI3hXu .widget-text.counter-label { background-color:;background-image:none;color:#151e3f;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.475625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.65125rem;height:1.615rem;position:relative;font-family:"open sans";font-size:1.143125rem;font-weight:700;line-height:25.84px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#JTiTsCAMRT60ZCCMQ85t1RcSX2JI3hXu { 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:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:26.625rem;height:7.703125rem;padding-top:0.095rem;padding-right:0.101875rem;padding-bottom:0.095rem;padding-left:0.101875rem;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:68.000015258787rem;left:12.677083969116rem;z-index:15038; }
#JTiTsCAMRT60ZCCMQ85t1RcSX2JI3hXu #qe5IQdiqMMboInvtqtHNrSKmU36AM0sU { display:flex;position:relative;top:0rem;left:0rem; }
#JTiTsCAMRT60ZCCMQ85t1RcSX2JI3hXu #E7cQeQ1hEMfGetIJJoEpdZC8ws507P9F { width:auto; }
#JTiTsCAMRT60ZCCMQ85t1RcSX2JI3hXu #qQgt1oTBF8uPNBMNbbJK6mGs5xKG5Unp {  }
#JTiTsCAMRT60ZCCMQ85t1RcSX2JI3hXu #aOupxTR7vXnQLiRcXPQefrtOBeKqHNTp { display:flex;position:relative;top:0rem;left:0rem; }
#JTiTsCAMRT60ZCCMQ85t1RcSX2JI3hXu #D8y1NZ1efgJ0aTrqTfhFn4Isk3FNtTfT {  }
#JTiTsCAMRT60ZCCMQ85t1RcSX2JI3hXu #fZVcNCXn9wCcedTlAimU3b7XfJmQeH5N {  }
#JTiTsCAMRT60ZCCMQ85t1RcSX2JI3hXu #f7NnpSt4qGUtidIb6FTcRbTZXXqLzLZ6 { display:flex;position:relative;top:0rem;left:0rem; }
#JTiTsCAMRT60ZCCMQ85t1RcSX2JI3hXu #H71Jxl4nWkqtKG8UdmQWoZCp9xO3sOUt {  }
#JTiTsCAMRT60ZCCMQ85t1RcSX2JI3hXu #bs7kpzQIumnVLrLKxC4bvgXpM5IuB8Fq {  }
#JTiTsCAMRT60ZCCMQ85t1RcSX2JI3hXu #IpJCcSCxWgxbbkqA7R72EmELrmkm4bez { display:flex;position:relative;top:0rem;left:0rem; }
#JTiTsCAMRT60ZCCMQ85t1RcSX2JI3hXu #U7S2cW6E0oGTu22dBg0V31y4dscblOny {  }
#JTiTsCAMRT60ZCCMQ85t1RcSX2JI3hXu #uos2aFHk5OIRsRiG6utIJcRgIcDMKFeh {  }
#qyo5LkN0yq1r3Tml2ZbZld82Ze4q69WZ { color:#18191b;display:block;width:44.3125rem;position:absolute;font-family:quicksand;font-size:1.4375rem;font-weight:400;z-index:15038;line-height:1.5;letter-spacing:0;top:10.25rem;left:0.6864585876465rem;height:56.0625rem;font-style:normal;display:none; }
#vdRltEDsbNylPNS4mxgza2fTRM5t6RBJ { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:53rem;width:30rem;top:14.270833730698rem;left:45.000005722046rem;display:block; }
#XxRncuDHNp1v2t6lW6DokQmK0bvKMg30 { 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; }#XxRncuDHNp1v2t6lW6DokQmK0bvKMg30 > .row .container { border-width: 0; border-radius: 0; }#XxRncuDHNp1v2t6lW6DokQmK0bvKMg30 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XxRncuDHNp1v2t6lW6DokQmK0bvKMg30 > .row .container { font-size:0.875rem;font-family:arial;height:1.375rem;width:75rem;position:relative;display:none; }#U13AaMrTdI5Jc0P7KCPHq3z0xW4xyniu { 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; }#U13AaMrTdI5Jc0P7KCPHq3z0xW4xyniu > .row .container { border-width: 0; border-radius: 0; }#U13AaMrTdI5Jc0P7KCPHq3z0xW4xyniu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U13AaMrTdI5Jc0P7KCPHq3z0xW4xyniu > .row .container { font-size:0.875rem;font-family:arial;height:1.375rem;width:75rem;position:relative;display:none; }#FF5VXvXM06RieZlW0NTqFnOqQOqabTpO { 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; }#FF5VXvXM06RieZlW0NTqFnOqQOqabTpO > .row .container { border-width: 0; border-radius: 0; }#FF5VXvXM06RieZlW0NTqFnOqQOqabTpO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FF5VXvXM06RieZlW0NTqFnOqQOqabTpO > .row .container { font-size:0.875rem;font-family:poppins;height:8.625rem;width:75rem;position:relative;display:none; }#KJKql8BhqlyWdwQ5b5cPC6sgos5qdWTu { color:#18191b;display:block;width:69.1875rem;position:absolute;font-family:quicksand;font-size:2.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.580078125rem;left:0.68603515625rem;height:3.16894375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#X4JNg9RSiPJdDDOerHFxZi32QCPamUt9 { 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; }#X4JNg9RSiPJdDDOerHFxZi32QCPamUt9 > .row .container { border-width: 0; border-radius: 0; }#X4JNg9RSiPJdDDOerHFxZi32QCPamUt9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X4JNg9RSiPJdDDOerHFxZi32QCPamUt9 > .row .container { font-size:0.875rem;font-family:poppins;height:28.375rem;width:75rem;position:relative;display:none; }#FllWmpkTK7ehdO7hu3rtB7cWg0PSOZzm { color:#5c677d;display:block;width:15.625rem;position:absolute;font-family:quicksand;font-size:0.9375rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:33.0625rem;left:55.625rem;height:0;display:none; }
#fKqJPXWPkHvV34BRTI1WKwWHvW8B3dUb { position:absolute;display:block;z-index:15066;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:5.1875rem;left:6.625rem;overflow:hidden;display:block; }
#JfGO0kuPvLHiUlyRCxmoLwNKm2q2pNNH { position:absolute;display:block;z-index:15071;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:5.1875rem;left:63.0625rem;overflow:hidden;display:block; }
#Zd3qdlTKIMVcA44gQI5aiclT1r288Zeh { color:#161719;display:block;width:10.5rem;position:absolute;font-family:quicksand;font-size:1.375rem;font-weight:700;z-index:15104;line-height:1.3;letter-spacing:0;top:13.124206542969rem;left:4.5621070861816rem;height:1.7858875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DkA2JStFlS1KXTQwhTLAnoVT1thxMIbR { color:#212020;display:block;width:13.125rem;position:absolute;font-family:quicksand;font-size:1.375rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:12.560546875rem;left:58.873825073243rem;height:3.571775rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uXx3TD5SXT1ANzUazqvKOpB94XodPV9w { color:#26282a;display:block;width:14.24925rem;position:absolute;font-family:quicksand;font-size:1.375rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:12.39990234375rem;left:39.996337890625rem;height:3.571775rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uJ2cEOwqOkksrWODLTQPPSOEu5Ugv2xF { position:absolute;display:block;z-index:15093;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:4.75rem;top:5.185546875rem;left:44.124134063721rem;overflow:hidden;display:block; }
#KkR4Tk5wO8kl8O1ZG42S5kJ4TTzn3cHF { color:#0a0a0b;display:block;width:8rem;position:absolute;font-family:quicksand;font-size:1.0625rem;font-weight:400;z-index:15105;line-height:1.3;letter-spacing:0;top:16.809753417969rem;left:4.5621070861816rem;height:2.76171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#D9AKlEmmPZqxIXBuMPNgmhvZVXJTWy4K { color:#2a2828;display:block;width:12.4365rem;position:absolute;font-family:quicksand;font-size:1.0625rem;font-weight:400;z-index:15070;line-height:1.3;letter-spacing:0;top:17.19140625rem;left:58.873825073243rem;height:2.76171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V0UfXia5RVxofR6TCx2r6awsC09GE06T { color:#131415;display:block;width:11.875rem;position:absolute;font-family:quicksand;font-size:1.0625rem;font-weight:400;z-index:15092;line-height:1.3;letter-spacing:0;top:16.87744140625rem;left:39.996337890625rem;height:4.142575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VwvLIbhk7is0Gy9O8wgwrJsUAMpKHBgx { position:absolute;display:block;z-index:15000;background-color:#ffffff;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.125rem 0.125rem 0.4375rem #18191b ;height:20.3125rem;width:15.1875rem;top:2.1875rem;left:39.436634063721rem;display:block; }
#PrRpwK7IzXfklIwTGLEbvgUdb7Ipd1ck { position:absolute;display:block;z-index:15001;background-color:#ffffff;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.125rem 0.125rem 0.4375rem #18191b ;height:20.3125rem;width:15.1875rem;top:2.1875rem;left:57.8125rem;display:block; }
#XMIATcK4J1KppQyU1XZuI27lIUCKw0b2 { position:absolute;display:block;z-index:15002;background-color:#ffffff;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.125rem 0.125rem 0.4375rem #18191b ;height:20.3125rem;width:15.1875rem;top:2.1875rem;left:1.5rem;display:block; }
#ShxiuiK7O8AN9xsiXa8PTWPXzf4mExcc { color:#131415;display:block;width:11.9375rem;position:absolute;font-family:quicksand;font-size:1.0625rem;font-weight:400;z-index:15096;line-height:1.3;letter-spacing:0;top:16.937103271484rem;left:21.375rem;height:2.76171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CfnsZMRnn8uTIET7xTO4BOTFiS79f6k2 { color:#131415;display:block;width:39.187rem;position:absolute;font-family:quicksand;font-size:1.0625rem;font-weight:400;z-index:15093;line-height:1.3;letter-spacing:0;top:24.68505859375rem;left:1.76513671875rem;height:1.3816375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pwHZioBvTenu2bsubeewvOuKRksgA9Ra { position:absolute;display:block;z-index:15075;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:5.1875rem;left:25.375rem;overflow:hidden;display:block; }
#vDRwtcuTVOPFe3P4fawTxT0BEXu2sw8D { position:absolute;display:block;z-index:15004;background-color:#ffffff;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.125rem 0.125rem 0.4375rem #18191b ;height:20.3125rem;width:15.1875rem;top:2.1875rem;left:20.3125rem;display:block; }
#uGluAyImEImGhpXvTzo81LRkiB2vRVvo { color:#26282a;display:block;width:13.875rem;position:absolute;font-family:quicksand;font-size:1.375rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:13.186706542969rem;left:21.155857086182rem;height:1.7858875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#N6lUcFl2XFxl7VlNQVq1rgPf28cII8tr { 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; }#N6lUcFl2XFxl7VlNQVq1rgPf28cII8tr > .row .container { border-width: 0; border-radius: 0; }#N6lUcFl2XFxl7VlNQVq1rgPf28cII8tr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N6lUcFl2XFxl7VlNQVq1rgPf28cII8tr > .row .container { font-size:0.875rem;font-family:arial;height:1.375rem;width:75rem;position:relative;display:none; }#MPCX7OugVikGQD9NSwixNTgtWPiCdcTD { 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; }#MPCX7OugVikGQD9NSwixNTgtWPiCdcTD > .row .container { border-width: 0; border-radius: 0; }#MPCX7OugVikGQD9NSwixNTgtWPiCdcTD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MPCX7OugVikGQD9NSwixNTgtWPiCdcTD > .row .container { font-size:0.875rem;font-family:poppins;height:54.8125rem;width:75rem;position:relative;display:none; }#Samg9v5LJb5Dw6TFmn5XeS9c99mBFKUT { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(320deg, #b418b7, #425b91);background-image: -moz-linear-gradient(320deg, #b418b7, #425b91);background-image: -ms-linear-gradient(320deg, #b418b7, #425b91);background-image: -o-linear-gradient(320deg, #b418b7, #425b91);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b418b7', endColorstr='#425b91' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b418b7', endColorstr='#425b91' );";background-image: linear-gradient(320deg, #b418b7, #425b91);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.1875rem;width:13.0625rem;top:12.608335494995rem;left:2.3125rem;display:none; }
#U9fit4yUUhTDf0sJJAzwnzATyUEy7Vua { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(320deg, #b418b7, #425b91);background-image: -moz-linear-gradient(320deg, #b418b7, #425b91);background-image: -ms-linear-gradient(320deg, #b418b7, #425b91);background-image: -o-linear-gradient(320deg, #b418b7, #425b91);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b418b7', endColorstr='#425b91' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b418b7', endColorstr='#425b91' );";background-image: linear-gradient(320deg, #b418b7, #425b91);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.1875rem;width:13.0625rem;top:12.608335494995rem;left:2.3125rem;display:none; }
#Mv1n8onXEn4q0bVydceqfw6My6ihDLFW { color:#18191b;display:block;width:73.75rem;position:absolute;font-family:quicksand;font-size:1.4375rem;font-weight:400;z-index:15037;line-height:1.5;letter-spacing:0;top:10.7353515625rem;left:0.625rem;height:34.49656875rem;font-style:normal;display:block; }
#cmEitUqEO6M8OhidhHtdZ1K6Gnp0uF1M { color:#0e0700;display:block;width:74.625rem;position:absolute;font-family:quicksand;font-size:2.4375rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:2.099609375rem;left:0.6875rem;height:6.337875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XlLv2CvuHrkyUgVPMQpI54gyl5AGOinX .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; }
#XlLv2CvuHrkyUgVPMQpI54gyl5AGOinX .widget-text.counter-number { border-top:0.0625rem solid #18191b;border-left:0.0625rem solid #18191b;border-right:0.0625rem solid #18191b;border-bottom:0.0625rem solid #18191b;background-color:transparent;background-image: -webkit-linear-gradient(181deg, #b518b7, #639bdb);background-image: -moz-linear-gradient(181deg, #b518b7, #639bdb);background-image: -ms-linear-gradient(181deg, #b518b7, #639bdb);background-image: -o-linear-gradient(181deg, #b518b7, #639bdb);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b518b7', endColorstr='#639bdb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b518b7', endColorstr='#639bdb' );";background-image: linear-gradient(181deg, #b518b7, #639bdb);background-size:contain !important;color:#ffffff;padding-top:0.761875rem;padding-right:0.70625rem;padding-bottom:0.761875rem;padding-left:0.70625rem;display:block;align-items:center;width:4.2375rem;min-width:4.2375rem;height:4.08875rem;position:relative;font-family:"open sans";font-size:3.045625rem;font-weight:400;line-height:65.42px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XlLv2CvuHrkyUgVPMQpI54gyl5AGOinX .widget-text.counter-label { background-color:;background-image:none;color:#151e3f;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.475625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.65125rem;height:1.615rem;position:relative;font-family:"open sans";font-size:1.143125rem;font-weight:700;line-height:25.84px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#XlLv2CvuHrkyUgVPMQpI54gyl5AGOinX { 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:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:27.125rem;height:7.828125rem;padding-top:0.095rem;padding-right:0.101875rem;padding-bottom:0.095rem;padding-left:0.101875rem;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:44.745836257934rem;left:22.653127670288rem;z-index:15039; }
#XlLv2CvuHrkyUgVPMQpI54gyl5AGOinX #Dvlwg5NKHThTLVO6a6E3r4X7u1pfIlGT { display:flex;position:relative;top:0rem;left:0rem; }
#XlLv2CvuHrkyUgVPMQpI54gyl5AGOinX #XG9Fvev3uqX8USzSl32nKguxWECXNaWp { width:auto; }
#XlLv2CvuHrkyUgVPMQpI54gyl5AGOinX #FIWDZMvTJ8gbmW1GamvN1ALT5TGb3rwa {  }
#XlLv2CvuHrkyUgVPMQpI54gyl5AGOinX #uJp4k62LZGELBoXbOrNInBNydMAWWXfW { display:flex;position:relative;top:0rem;left:0rem; }
#XlLv2CvuHrkyUgVPMQpI54gyl5AGOinX #NgEJTOhxgdVORM3CafnSSvN8HJBTOs3s {  }
#XlLv2CvuHrkyUgVPMQpI54gyl5AGOinX #wBITIr1n3sy9OP3bd4fD3Sn1yrPcSslX {  }
#XlLv2CvuHrkyUgVPMQpI54gyl5AGOinX #V75Z9NBpRLd6fPCcxmhobTbvTLWMiCWg { display:flex;position:relative;top:0rem;left:0rem; }
#XlLv2CvuHrkyUgVPMQpI54gyl5AGOinX #Binv5MJbfxCGtsenCD20XFKiOVVERiQ6 {  }
#XlLv2CvuHrkyUgVPMQpI54gyl5AGOinX #MgFgNgDoqwhzU3GCbAzbtaBsIgetThqd {  }
#XlLv2CvuHrkyUgVPMQpI54gyl5AGOinX #CrEvBymCnmkmIh8h1NXhbzXL1aIVpaze { display:flex;position:relative;top:0rem;left:0rem; }
#XlLv2CvuHrkyUgVPMQpI54gyl5AGOinX #aaCtyge3O0ElgSxqPH2IK8UwuQT35aTz {  }
#XlLv2CvuHrkyUgVPMQpI54gyl5AGOinX #CwqwuJKTLNi61vla3PUcWXWqGgvpOp1o {  }
#tUqkCZwVQ5Ks0il5oZsO7hCDbBC9pygs { 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:block; }#tUqkCZwVQ5Ks0il5oZsO7hCDbBC9pygs > .row .container { background-color: transparent; background-image: none; }#tUqkCZwVQ5Ks0il5oZsO7hCDbBC9pygs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tUqkCZwVQ5Ks0il5oZsO7hCDbBC9pygs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tUqkCZwVQ5Ks0il5oZsO7hCDbBC9pygs > .row .container > .video-iframe-container { display: none; }#tUqkCZwVQ5Ks0il5oZsO7hCDbBC9pygs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tUqkCZwVQ5Ks0il5oZsO7hCDbBC9pygs > .row > .video-iframe-container { display: none; }#tUqkCZwVQ5Ks0il5oZsO7hCDbBC9pygs > .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); }#tUqkCZwVQ5Ks0il5oZsO7hCDbBC9pygs > .row .container { border-width: 0; border-radius: 0; }#tUqkCZwVQ5Ks0il5oZsO7hCDbBC9pygs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tUqkCZwVQ5Ks0il5oZsO7hCDbBC9pygs > .row .container { font-size:0.875rem;font-family:arial;height:1.125rem;width:75rem;position:relative;display:block; }#iSUXTOEXRVvdPqR9N3luGtgRV3aO66f6 { 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:block; }#iSUXTOEXRVvdPqR9N3luGtgRV3aO66f6 > .row .container { background-color: transparent; background-image: none; }#iSUXTOEXRVvdPqR9N3luGtgRV3aO66f6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iSUXTOEXRVvdPqR9N3luGtgRV3aO66f6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iSUXTOEXRVvdPqR9N3luGtgRV3aO66f6 > .row .container > .video-iframe-container { display: none; }#iSUXTOEXRVvdPqR9N3luGtgRV3aO66f6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iSUXTOEXRVvdPqR9N3luGtgRV3aO66f6 > .row > .video-iframe-container { display: none; }#iSUXTOEXRVvdPqR9N3luGtgRV3aO66f6 > .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); }#iSUXTOEXRVvdPqR9N3luGtgRV3aO66f6 > .row .container { border-width: 0; border-radius: 0; }#iSUXTOEXRVvdPqR9N3luGtgRV3aO66f6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iSUXTOEXRVvdPqR9N3luGtgRV3aO66f6 > .row .container { font-size:0.875rem;font-family:poppins;height:17.5625rem;width:75rem;position:relative;display:block; }#El0FbN50yXSDHGpws1e3C2wDSfr4l6PN { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.125rem 0.125rem 0.4375rem #18191b ;height:12.9980625rem;width:60rem;top:1.8125rem;left:7.5rem;display:block; }
#qFItx5zIQlfL6mKC78avzXvO4AyECIf1 { color:#18191b;display:block;width:18.75rem;position:absolute;font-family:quicksand;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.25rem;left:8.9375rem;height:2.925rem;font-style:normal;display:block; }
#zBQrPBhPO7nhkG9sDEGlNqGCdG4NxfPX { color:#18191b;display:block;width:11.9375rem;position:absolute;font-family:quicksand;font-size:1.3125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.875rem;left:29.4375rem;height:1.70625rem;font-style:normal;display:block; }
#mi1JHOfsKK9zlEIyaPOa7W6hzVMSNEIh { color:#b518b7;display:block;width:1.49956875rem;position:absolute;font-family:quicksand;font-size:1.875rem;font-weight:700;z-index:15017;line-height:1;letter-spacing:0;top:6.25rem;left:29.1875rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GkeVIeTdCaV0VTdo9ts8GRaRZ9NQZGgI { color:#18191b;display:block;width:11.9998125rem;position:absolute;font-family:quicksand;font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:8.6875rem;left:28.8125rem;height:2.4375rem;font-style:normal;display:block; }
#F5wiaoN8FNuQoSZuFxkK6k5urpDewqHk { color:#18191b;display:block;width:9.6875rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:6.4375rem;left:31.5rem;height:1.4625rem;font-style:normal;display:block; }
#HoedywGTr5uiOo9C6pdxqsCBbqKGJllU { color:#18191b;display:block;width:8.1875rem;position:absolute;font-family:quicksand;font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:8.625rem;left:41.375rem;height:2.4375rem;font-style:normal;display:block; }
#CF6P2Z32vwtn1wzebB0E7kNCGFsLklZ3 { color:#18191b;display:block;width:9.6875rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:6.375rem;left:43.9375rem;height:1.4625rem;font-style:normal;display:block; }
#KxrGeHsNcLoSpSi8mCyq3qMHHGUrfna3 { color:#b518b7;display:block;width:1.49956875rem;position:absolute;font-family:quicksand;font-size:1.875rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:6.25rem;left:41.6875rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BMmGDxP9Skw9ZBRluyL6FVG54XopD77G { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;border-top:0.125rem solid #18191b;border-left:0.125rem solid #18191b;border-right:0.125rem solid #18191b;border-bottom:0.125rem solid #18191b;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:1.875rem;width:1.875rem;top:6.25rem;left:41.5rem;display:block; }
#CAOgozPurMlE0QG888OFTIhZxRiuUykW { color:#b518b7;display:block;width:1.49956875rem;position:absolute;font-family:quicksand;font-size:1.875rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;top:6.375rem;left:54.625rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r2HSEpaXiPHg9Z2aXXvJ3RZEwe6MhzgP { color:#18191b;display:block;width:9.6875rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:6.4375rem;left:56.75rem;height:1.4625rem;font-style:normal;display:block; }
#RT2rvDLhvMgK3g7n8iATTwzINy4eN1V2 { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;border-top:0.125rem solid #18191b;border-left:0.125rem solid #18191b;border-right:0.125rem solid #18191b;border-bottom:0.125rem solid #18191b;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:1.875rem;width:1.875rem;top:6.375rem;left:54.3125rem;display:block; }
#o3m4ziiUPsckaXf6xSGgeXO5NgK8iZpk { color:#18191b;display:block;width:9.125rem;position:absolute;font-family:quicksand;font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:8.6875rem;left:54.3125rem;height:2.4375rem;font-style:normal;display:block; }
#nBiBQiB48qiSz0yBG4FdINdLlfnDIQSl { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;border-top:0.125rem solid #18191b;border-left:0.125rem solid #18191b;border-right:0.125rem solid #18191b;border-bottom:0.125rem solid #18191b;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:1.875rem;width:1.875rem;top:6.25rem;left:28.9375rem;display:block; }
#qnheoD5631AXOqwbXi68zpPUODLlWKSV { color:#b518b7;display:block;width:18.8748125rem;position:absolute;font-family:quicksand;font-size:2.0625rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:8.1875rem;left:8.9375rem;height:2.68125rem;font-style:normal;display:block; }
#m1dbzZzTmpJNBMvSnPsbwlFv40pxr7fe { 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:block; }#m1dbzZzTmpJNBMvSnPsbwlFv40pxr7fe > .row .container { background-color: transparent; background-image: none; }#m1dbzZzTmpJNBMvSnPsbwlFv40pxr7fe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m1dbzZzTmpJNBMvSnPsbwlFv40pxr7fe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m1dbzZzTmpJNBMvSnPsbwlFv40pxr7fe > .row .container > .video-iframe-container { display: none; }#m1dbzZzTmpJNBMvSnPsbwlFv40pxr7fe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m1dbzZzTmpJNBMvSnPsbwlFv40pxr7fe > .row > .video-iframe-container { display: none; }#m1dbzZzTmpJNBMvSnPsbwlFv40pxr7fe > .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); }#m1dbzZzTmpJNBMvSnPsbwlFv40pxr7fe > .row .container { border-width: 0; border-radius: 0; }#m1dbzZzTmpJNBMvSnPsbwlFv40pxr7fe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m1dbzZzTmpJNBMvSnPsbwlFv40pxr7fe > .row .container { font-size:0.875rem;font-family:arial;height:1.375rem;width:75rem;position:relative;display:block; }#QWJAcrEigGScXuUip0I1neZxkBIXd9M0 { 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:block; }#QWJAcrEigGScXuUip0I1neZxkBIXd9M0 > .row .container { background-color: transparent; background-image: none; }#QWJAcrEigGScXuUip0I1neZxkBIXd9M0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QWJAcrEigGScXuUip0I1neZxkBIXd9M0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QWJAcrEigGScXuUip0I1neZxkBIXd9M0 > .row .container > .video-iframe-container { display: none; }#QWJAcrEigGScXuUip0I1neZxkBIXd9M0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QWJAcrEigGScXuUip0I1neZxkBIXd9M0 > .row > .video-iframe-container { display: none; }#QWJAcrEigGScXuUip0I1neZxkBIXd9M0 > .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); }#QWJAcrEigGScXuUip0I1neZxkBIXd9M0 > .row .container { border-width: 0; border-radius: 0; }#QWJAcrEigGScXuUip0I1neZxkBIXd9M0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QWJAcrEigGScXuUip0I1neZxkBIXd9M0 > .row .container { font-size:0.875rem;font-family:arial;height:6.9375rem;width:75rem;position:relative;display:block; }#OEk2CkIArTJhgkXsCgaq0bv6RAZ2FnGL { color:#18191b;display:block;width:57.5625rem;position:absolute;font-family:quicksand;font-size:2.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.322265625rem;left:0.6875rem;height:3.16894375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hzgz5nQMsqhC6BGB0EL7UQLn2eZKE21C { color:rgba(181,24,183,0.5);display:block;width:16.618375rem;position:absolute;font-family:quicksand;font-size:3.0625rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:3.1992204189301rem;left:103.03750228882rem;height:4.592575rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Cpw8IS2Wnt9yL9Q8XToo6BOiNQDXan9x { 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:block; }#Cpw8IS2Wnt9yL9Q8XToo6BOiNQDXan9x > .row .container { background-color: transparent; background-image: none; }#Cpw8IS2Wnt9yL9Q8XToo6BOiNQDXan9x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cpw8IS2Wnt9yL9Q8XToo6BOiNQDXan9x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cpw8IS2Wnt9yL9Q8XToo6BOiNQDXan9x > .row .container > .video-iframe-container { display: none; }#Cpw8IS2Wnt9yL9Q8XToo6BOiNQDXan9x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cpw8IS2Wnt9yL9Q8XToo6BOiNQDXan9x > .row > .video-iframe-container { display: none; }#Cpw8IS2Wnt9yL9Q8XToo6BOiNQDXan9x > .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); }#Cpw8IS2Wnt9yL9Q8XToo6BOiNQDXan9x > .row .container { border-width: 0; border-radius: 0; }#Cpw8IS2Wnt9yL9Q8XToo6BOiNQDXan9x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Cpw8IS2Wnt9yL9Q8XToo6BOiNQDXan9x > .row .container { font-size:0.875rem;font-family:arial;height:45.625rem;width:75rem;position:relative;display:block; }#R6CUzSib89Dh5CFHoIxuB1VLbze6imyx { color:#18191b;display:block;width:30.125rem;position:absolute;font-family:quicksand;font-size:1rem;font-weight:400;z-index:15088;line-height:1.6;letter-spacing:0;top:16.5rem;left:3.125rem;height:22.378125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HCnSii49t5blwFXTA81tvQX7NpQOPX2n { color:#18191b;display:block;width:18.5615rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:400;z-index:15085;line-height:1.6;letter-spacing:0;top:9.1875rem;left:3.125rem;height:1.8005375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#N2dq4m0OTlGuicZT8O2sfLUNi8CkRckI { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #b518b7;border-left:0.0625rem solid #b518b7;border-right:0.0625rem solid #b518b7;border-bottom:0.0625rem solid #b518b7;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.285125rem;height:2.72168125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:41.186645507812rem;left:3.125rem;display:block; }
#zHPToTbRZiDlmbQkQuXVHi6DaywJwXKc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BexcP1Kc2CBTPP8tnB4IJphJoKHehdlp { position:absolute;display:block;z-index:15089;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.625rem;width:19.375rem;top:1.0625rem;left:3.125rem;overflow:hidden;display:block; }
#ZA2rTe1IOkScqIWkDAXUCBUDbeLAWO3o { position:absolute;display:block;z-index:15087;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:18.437125rem;width:33.1875rem;top:15.874195098877rem;left:38.692962646484rem;overflow:hidden;display:block; }
#vzWmaOlhZObXrDkWfBJbCxB9L9T0hlkJ { color:#b518b7;display:block;width:18.5605625rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:400;z-index:15096;line-height:1.6;letter-spacing:0;top:12.4375rem;left:3.125rem;height:1.8005375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DDgKh0VDvkXP0sVw7KRQXqOk376u9itB { position:absolute;display:block;z-index:15094;background-color:#b518b7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:6.05625rem;width:6.05625rem;top:15.873023986816rem;left:65.898040771488rem;display:block; }
#FATHdJTWcV19B4aWDr69fIDWbb0682mw { position:absolute;display:block;z-index:15096;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.05859375rem;width:5.93671875rem;top:15.873023986816rem;left:66.017570495606rem;overflow:hidden;display:block; }
#nu34gp3SGls8vvGCqv7d71yTNp0Akh3c { 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; }#nu34gp3SGls8vvGCqv7d71yTNp0Akh3c > .row .container { border-width: 0; border-radius: 0; }#nu34gp3SGls8vvGCqv7d71yTNp0Akh3c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nu34gp3SGls8vvGCqv7d71yTNp0Akh3c > .row .container { font-size:0.875rem;font-family:arial;height:1.375rem;width:75rem;position:relative;display:none; }#aWAp4oJ2fIIsiiUyghJTOvqKUPVbaXoW { 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; }#aWAp4oJ2fIIsiiUyghJTOvqKUPVbaXoW > .row .container { border-width: 0; border-radius: 0; }#aWAp4oJ2fIIsiiUyghJTOvqKUPVbaXoW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aWAp4oJ2fIIsiiUyghJTOvqKUPVbaXoW > .row .container { font-size:0.875rem;font-family:arial;height:39.5625rem;width:75rem;position:relative;display:none; }#xqqNEH5Sm0z6m68y31NznTimy1StQgAo { color:#18191b;display:block;width:30.1230625rem;position:absolute;font-family:quicksand;font-size:1rem;font-weight:400;z-index:15088;line-height:1.6;letter-spacing:0;top:16.0625rem;left:39.625rem;height:17.5828125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pxVdqB4OmhxoLktzE9x76Tm89hyv3kxm { color:#18191b;display:block;width:18.5605625rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:400;z-index:15085;line-height:1.6;letter-spacing:0;top:9.3125rem;left:39.625rem;height:1.8005375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cB9pDb7ydfi0lcJ5MWTKes5eTrWiKEbz { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #b518b7;border-left:0.0625rem solid #b518b7;border-right:0.0625rem solid #b518b7;border-bottom:0.0625rem solid #b518b7;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #18191b ;box-sizing:border-box;color:#18191b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:2.6875rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:34.9375rem;left:39.625rem;display:block; }
#CdB59qpT6kF7opu5eZTSZHPFpOCgZA7z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eoS5xMAs4eq3M74PsPUhUTTGQ97eyyXM { color:#b518b7;display:block;width:18.5605625rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:400;z-index:15088;line-height:1.6;letter-spacing:0;top:12.5625rem;left:39.625rem;height:1.8005375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qMzGCdhvxr67bqDirIVLWGZEKbH0XaF2 { position:absolute;display:block;z-index:15095;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:19.1875rem;top:1.1875rem;left:39.625rem;overflow:hidden;display:block; }
#UeMqK6q1OtLddMdNw7KlqVTqAyktlwIM { position:absolute;display:block;z-index:15087;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:18.4991875rem;width:33.1863125rem;top:10.123813629151rem;left:2.1539039611816rem;overflow:hidden;display:block; }
#aPBDbST5BorzyUrgixPkzviQJ99zToyp { 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; }#aPBDbST5BorzyUrgixPkzviQJ99zToyp > .row .container { border-width: 0; border-radius: 0; }#aPBDbST5BorzyUrgixPkzviQJ99zToyp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aPBDbST5BorzyUrgixPkzviQJ99zToyp > .row .container { font-size:0.875rem;font-family:arial;height:1.375rem;width:75rem;position:relative;display:none; }#fiQIcimbPHSVcxxnsBqNgQwDZ4gUUoiJ { 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; }#fiQIcimbPHSVcxxnsBqNgQwDZ4gUUoiJ > .row .container { border-width: 0; border-radius: 0; }#fiQIcimbPHSVcxxnsBqNgQwDZ4gUUoiJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fiQIcimbPHSVcxxnsBqNgQwDZ4gUUoiJ > .row .container { font-size:0.875rem;font-family:arial;height:45.25rem;width:75rem;position:relative;display:none; }#TindzmAXfmaNoG2H24VmzE9fKuQfwlPD { color:#18191b;display:block;width:30.125rem;position:absolute;font-family:quicksand;font-size:1rem;font-weight:400;z-index:15088;line-height:1.6;letter-spacing:0;top:18.4375rem;left:3.125rem;height:20.7796875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#K3IthvRagE5ILydOdOaIceF317zHCLdm { color:#18191b;display:block;width:18.5615rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:400;z-index:15085;line-height:1.6;letter-spacing:0;top:9.125rem;left:3.1875rem;height:1.8005375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dTxRqLzSdXgwUXcXPQge6z9UIaxEZ7Oi { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #b518b7;border-left:0.0625rem solid #b518b7;border-right:0.0625rem solid #b518b7;border-bottom:0.0625rem solid #b518b7;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #18191b ;box-sizing:border-box;color:#18191b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:2.89550625rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:40.6875rem;left:3.125rem;display:block; }
#GOkfiRyR7U8CiZCS4LBcMI9bE16tvZxr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LbTKeWvMhflAp3ueUZkWIbDmqCl1D0kv { position:absolute;display:block;z-index:15086;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:18.375rem;width:32.7491875rem;top:12.373817443847rem;left:39.874214172363rem;overflow:hidden;display:block; }
#pOPhxQzFQ59N3pFomPGsiQl8lsSiIwEM { position:absolute;display:block;z-index:15089;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.625rem;width:19.375rem;top:1rem;left:3.1875rem;overflow:hidden;display:block; }
#ynT7s8hxxBeryv2m9P3luExoFRPpgN1G { color:#b518b7;display:block;width:18.5595625rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:400;z-index:15089;line-height:1.6;letter-spacing:0;top:14.503173828125rem;left:3.125rem;height:1.8005375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KgaGdmnKh6I7ZqH6vbRid3aUDDEfnqac { position:absolute;display:block;z-index:15098;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.05859375rem;width:5.93671875rem;top:12.375rem;left:66.6875rem;overflow:hidden;display:block; }
#XOTfsaUfksqnWLuOFL0KRXSh1kFTT6ln { position:absolute;display:block;z-index:15096;background-color:#b518b7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:6.05625rem;width:6.05625rem;top:12.375rem;left:66.625rem;display:block; }
#Ip9xLm4LxHiMJFfZ13eEplwJcI6Txpfk { color:#b518b7;display:block;width:18.5595625rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:400;z-index:15097;line-height:1.6;letter-spacing:0;top:11.6748046875rem;left:3.125rem;height:1.8005375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#shxTK9qVvJttKk29wziXSSxf2XEAsQGg { 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; }#shxTK9qVvJttKk29wziXSSxf2XEAsQGg > .row .container { border-width: 0; border-radius: 0; }#shxTK9qVvJttKk29wziXSSxf2XEAsQGg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#shxTK9qVvJttKk29wziXSSxf2XEAsQGg > .row .container { font-size:0.875rem;font-family:arial;height:1.375rem;width:75rem;position:relative;display:none; }#zLkoi1lK8ZNRivJZ4Lzr0MSSwnotaTf4 { 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; }#zLkoi1lK8ZNRivJZ4Lzr0MSSwnotaTf4 > .row .container { border-width: 0; border-radius: 0; }#zLkoi1lK8ZNRivJZ4Lzr0MSSwnotaTf4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zLkoi1lK8ZNRivJZ4Lzr0MSSwnotaTf4 > .row .container { font-size:0.875rem;font-family:arial;height:46.625rem;width:75rem;position:relative;display:none; }#NCnFd6UrEJcomdtEzkkqL00gmzWRRaAa { color:#18191b;display:block;width:30.125rem;position:absolute;font-family:quicksand;font-size:1rem;font-weight:400;z-index:15088;line-height:1.6;letter-spacing:0;top:15.9375rem;left:39.625rem;height:23.9765625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GL0nZamV8ozPoeLIi3Wd0LTlpw988Xv1 { color:#18191b;display:block;width:18.5625rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:400;z-index:15085;line-height:1.6;letter-spacing:0;top:9.1875rem;left:39.625rem;height:1.8005375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oq5D693OFzDe1GTtwXPM5SeV41q1OJyV { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #b518b7;border-left:0.0625rem solid #b518b7;border-right:0.0625rem solid #b518b7;border-bottom:0.0625rem solid #b518b7;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #18191b ;box-sizing:border-box;color:#18191b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:2.6875rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:41.5rem;left:39.625rem;display:block; }
#Mf4oF2LMJ0hUOJSK9LT5CeRyDBUTKUAx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BPh2XlwWEMTzy15tvyRC6oTgmHxXXhDC { position:absolute;display:block;z-index:15087;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:18.4991875rem;width:33.1863125rem;top:13.373432159424rem;left:2.1539039611816rem;overflow:hidden;display:block; }
#p0GBdq8lbiakVr2LTuqIkhiTRGei9Lty { position:absolute;display:block;z-index:15089;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.625rem;width:19.375rem;top:1.125rem;left:39.625rem;overflow:hidden;display:block; }
#N0AdOe6PukstbZN3eJOgeizo9VdwPfPF { color:#b518b7;display:block;width:27.25rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:400;z-index:15090;line-height:1.6;letter-spacing:0;top:12.43701171875rem;left:39.624567031861rem;height:1.8005375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oMehTTaCggO22dQ6IbSKwJhmTby4AuNt { 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; }#oMehTTaCggO22dQ6IbSKwJhmTby4AuNt > .row .container { border-width: 0; border-radius: 0; }#oMehTTaCggO22dQ6IbSKwJhmTby4AuNt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oMehTTaCggO22dQ6IbSKwJhmTby4AuNt > .row .container { font-size:0.875rem;font-family:arial;height:42.125rem;width:75rem;position:relative;display:none; }#b4yAGKiOZabiDlRWbwmUunsTt14JuEgV { color:#18191b;display:block;width:30.125rem;position:absolute;font-family:quicksand;font-size:1rem;font-weight:400;z-index:15088;line-height:1.6;letter-spacing:0;top:15.375rem;left:2.8125rem;height:20.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KC7VG4EJXNMTw11I8O5ecTBa3qCrnl7p { color:#18191b;display:block;width:18.5625rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:400;z-index:15085;line-height:1.6;letter-spacing:0;top:8.625rem;left:2.8125rem;height:1.8005375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eUWgzUc3F7GDlK6eT3sbhrMTIAm98o32 { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #b518b7;border-left:0.0625rem solid #b518b7;border-right:0.0625rem solid #b518b7;border-bottom:0.0625rem solid #b518b7;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #18191b ;box-sizing:border-box;color:#18191b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:2.72265625rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:37.6875rem;left:2.8125rem;display:block; }
#D4esPQaH6RZPaEewDRzM4OQplKdxtTsd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VuTDh8ymSlVHXPuJKN2NNTnQ206omvV4 { color:#b518b7;display:block;width:18.5605625rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:400;z-index:15087;line-height:1.6;letter-spacing:0;top:11.875rem;left:2.8125rem;height:1.8005375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FOFndR0NgJGrD4AoAM36AnsFk1L8z9Sb { position:absolute;display:block;z-index:15086;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:17.1235rem;width:30.4980625rem;top:12.499973297119rem;left:41.000438690186rem;overflow:hidden;display:block; }
#aeNeGoLvRMgXoAwZ0ZM3JlAv8uC785xO { position:absolute;display:block;z-index:15095;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6248125rem;width:19.375rem;top:0.5rem;left:2.8125rem;overflow:hidden;display:block; }
#BazTl755psEuwPeMe11BvWKMuGzpLT4Q { position:absolute;display:block;z-index:15094;background-color:#b518b7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:6.05794375rem;width:6.05794375rem;top:12.5rem;left:65.4375rem;display:block; }
#q3727iK3A2F6n4vOLw8wXHdyAn6kETxM { position:absolute;display:block;z-index:15097;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.05903125rem;width:5.9375rem;top:12.498962402344rem;left:65.630428314206rem;overflow:hidden;display:block; }
#RIR3gf1c5q6NLrHTgbBghNXUTJvpbD8N { 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; }#RIR3gf1c5q6NLrHTgbBghNXUTJvpbD8N > .row .container { border-width: 0; border-radius: 0; }#RIR3gf1c5q6NLrHTgbBghNXUTJvpbD8N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RIR3gf1c5q6NLrHTgbBghNXUTJvpbD8N > .row .container { font-size:0.875rem;font-family:arial;height:43.5rem;width:75rem;position:relative;display:none; }#T9g5LmqV0kKJReiDmH87NnAge0a2HGuV { color:#18191b;display:block;width:30.125rem;position:absolute;font-family:quicksand;font-size:1rem;font-weight:400;z-index:15088;line-height:1.6;letter-spacing:0;top:15.9375rem;left:3.125rem;height:20.7796875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EkDbGsAlBHD2gMcxHWkmxf6bwiT7U3Te { color:#18191b;display:block;width:18.5623125rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:400;z-index:15085;line-height:1.6;letter-spacing:0;top:9.1875rem;left:3.1875rem;height:1.8005375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kuWtJ4tnqIf6koqlB9cmqgvU5nGJmVxc { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #b518b7;border-left:0.0625rem solid #b518b7;border-right:0.0625rem solid #b518b7;border-bottom:0.0625rem solid #b518b7;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #18191b ;box-sizing:border-box;color:#18191b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:2.72699875rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:38.4375rem;left:3.125rem;display:block; }
#Ngq5eZ7c28hmAsG6ccoX56bXSx69TRGL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EVK3Pro3CN7IFg2okqJ4iIvFTBEVTxTX { position:absolute;display:block;z-index:15087;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:18.4991875rem;width:33.1875rem;top:11.842943191528rem;left:39.65625rem;overflow:hidden;display:block; }
#KywTU5NNLRFkTLdpJ5lIsIf8UoRulrwB { position:absolute;display:block;z-index:15089;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.625rem;width:19.375rem;top:1.0625rem;left:3.125rem;overflow:hidden;display:block; }
#fxg4xWEhqIwkPu4GwcEvzaszqJPR5JIV { color:#b518b7;display:block;width:24rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:400;z-index:15098;line-height:1.6;letter-spacing:0;top:12.487499237061rem;left:3.125rem;height:1.8005375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VggInvLNUwtx9yChE6FVgqRfHxnfA6Zw { position:absolute;display:block;z-index:15098;background-color:#b518b7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:6.05625rem;width:6.05625rem;top:11.8125rem;left:66.875rem;display:block; }
#MSfvGTq5VFITtoDG1G4keWsWtMkiqk03 { position:absolute;display:block;z-index:15100;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.05859375rem;width:5.93671875rem;top:11.8125rem;left:67rem;overflow:hidden;display:block; }
#vMor4u3mJOLAARoN614ptJIpWTwQQ8qg { 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; }#vMor4u3mJOLAARoN614ptJIpWTwQQ8qg > .row .container { border-width: 0; border-radius: 0; }#vMor4u3mJOLAARoN614ptJIpWTwQQ8qg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vMor4u3mJOLAARoN614ptJIpWTwQQ8qg > .row .container { font-size:0.875rem;font-family:arial;height:46.5625rem;width:75rem;position:relative;display:none; }#RXnqRZk0W6OFrLq7H2xUtTAvnsONSgdO { position:absolute;display:block;z-index:15086;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:16.9991875rem;width:30.249625rem;top:15.43473815918rem;left:3.6234359741211rem;overflow:hidden;display:block; }
#QE2fxs0Upm3DlcIbTVb6Eo5LW5DG2R7e { color:#18191b;display:block;width:18.5625rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:400;z-index:15085;line-height:1.6;letter-spacing:0;top:9rem;left:40.5rem;height:1.8005375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#anTv42FzVomUF5KRc20EE3Mtc80r4ZC5 { color:#18191b;display:block;width:30.125rem;position:absolute;font-family:quicksand;font-size:1rem;font-weight:400;z-index:15089;line-height:1.6;letter-spacing:0;top:15.9375rem;left:40.5rem;height:23.9765625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#POTUMlICIdKzH0qG64yJhRzhCu1iZbun { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #b518b7;border-left:0.0625rem solid #b518b7;border-right:0.0625rem solid #b518b7;border-bottom:0.0625rem solid #b518b7;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #18191b ;box-sizing:border-box;color:#18191b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:2.78125rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:41.3125rem;left:40.5rem;display:block; }
#iXThZSRwAF7O9mH2UTNLdMW82frpnhrZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aRRgGM4xEHEZL5vE8Bzl8OisfZ0JPb6F { position:absolute;display:block;z-index:15095;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:9.999625rem;width:9.999625rem;top:15.432395935059rem;left:23.946090698243rem;overflow:hidden;display:block; }
#dZILZhS6tRTukNAnZv5GOFiM9oIDi3Vl { position:absolute;display:block;z-index:15096;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.5rem;width:17.9373125rem;top:30.001148223877rem;left:16.002607345581rem;overflow:hidden;display:block; }
#BuqXBgJp1KckFctbqeQSrPkZdxe1P0ep { position:absolute;display:block;z-index:15097;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.625rem;width:19.375rem;top:0.875rem;left:40.5rem;overflow:hidden;display:block; }
#KvfRiKnnlTu2cPJ7tWtgB81213FuiDhK { position:absolute;display:block;z-index:15100;background-color:#b518b7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:6.05625rem;width:6.05625rem;top:15.4375rem;left:3.625rem;display:block; }
#ECMZk2RdoDzUih1PQg9QqfSpRwJCI8LU { position:absolute;display:block;z-index:15102;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.05859375rem;width:5.93671875rem;top:15.4375rem;left:3.75rem;overflow:hidden;display:block; }
#LHQyfXQCTDSx320prcFuGQyZI4Gptpdi { color:#b518b7;display:block;width:30.18675rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:400;z-index:15095;line-height:1.6;letter-spacing:0;top:12.49755859375rem;left:40.499267578125rem;height:1.8005375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FIEoDppshc8PpsUG7RIcT3JIeIsSicb7 { 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; }#FIEoDppshc8PpsUG7RIcT3JIeIsSicb7 > .row .container { border-width: 0; border-radius: 0; }#FIEoDppshc8PpsUG7RIcT3JIeIsSicb7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FIEoDppshc8PpsUG7RIcT3JIeIsSicb7 > .row .container { font-size:0.875rem;font-family:arial;height:41.1875rem;width:75rem;position:relative;display:none; }#it6GQNKwhv3wRSFba617QuvBI4x88zns { color:#18191b;display:block;width:30.125rem;position:absolute;font-family:quicksand;font-size:1rem;font-weight:400;z-index:15088;line-height:1.6;letter-spacing:0;top:16.75rem;left:2.75rem;height:17.5828125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KfiVCRDgNbTpi5XZ8TbaMZal1w6BmEyN { color:#18191b;display:block;width:18.5625rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:400;z-index:15085;line-height:1.6;letter-spacing:0;top:8.125rem;left:2.75rem;height:1.8005375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OTkw1rh7blDHXUfEzINne7xCWNzqUnTg { position:absolute;display:block;z-index:15087;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:16.9991875rem;width:30.249625rem;top:12.092649459839rem;left:41.123435974121rem;overflow:hidden;display:block; }
#vSxIb1x4k2KB5TGyT8AsVpSe906OZVSV { position:absolute;display:block;z-index:15089;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:19.375rem;top:0rem;left:2.75rem;overflow:hidden;display:block; }
#uq3CFZ5L43MHSxw2afPfJw22oqS6nKbE { color:#b518b7;display:block;width:18.560125rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:400;z-index:15089;line-height:1.6;letter-spacing:0;top:13.25rem;left:2.75rem;height:1.8005375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d8wZl0wK8DX65RQoZfVPcefSlFkHOGZT { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #b518b7;border-left:0.0625rem solid #b518b7;border-right:0.0625rem solid #b518b7;border-bottom:0.0625rem solid #b518b7;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #18191b ;box-sizing:border-box;color:#18191b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.23611125rem;height:2.7671425rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:36.0625rem;left:2.75rem;display:block; }
#tzrglyJpiq8rIZxZzTOFyoeH5MzFRB6R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FdSyRLFZrrB1k5zrUCdOpe5PllQlo7h1 { position:absolute;display:block;z-index:15096;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:9.9989375rem;width:9.9989375rem;top:12.092035293579rem;left:61.442064285278rem;overflow:hidden;display:block; }
#tOFBdSZ1IqqEHBMdO07xFZw6QTGfpnsF { position:absolute;display:block;z-index:15098;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.5rem;width:17.874375rem;top:26.659091949463rem;left:53.56662940979rem;overflow:hidden;display:block; }
#ZsPQc2mmsUmOk1lnKPuM29uiskfmkuaP { color:#b518b7;display:block;width:18.560125rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:400;z-index:15090;line-height:1.6;letter-spacing:0;top:10.875rem;left:2.75rem;height:1.8005375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eMHkRf9HuJTn8GMoL3iwiXs7J4PnNgP7 { 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; }#eMHkRf9HuJTn8GMoL3iwiXs7J4PnNgP7 > .row .container { border-width: 0; border-radius: 0; }#eMHkRf9HuJTn8GMoL3iwiXs7J4PnNgP7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eMHkRf9HuJTn8GMoL3iwiXs7J4PnNgP7 > .row .container { font-size:0.875rem;font-family:arial;height:1.375rem;width:75rem;position:relative;display:none; }#c5MV4sw9fa9cUVEd4mWQTFupLpHsfWqk { 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; }#c5MV4sw9fa9cUVEd4mWQTFupLpHsfWqk > .row .container { border-width: 0; border-radius: 0; }#c5MV4sw9fa9cUVEd4mWQTFupLpHsfWqk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c5MV4sw9fa9cUVEd4mWQTFupLpHsfWqk > .row .container { font-size:0.875rem;font-family:arial;height:38.4375rem;width:75rem;position:relative;display:none; }#SkkoIfxNyRlv0vn6h6xPAIgvq9fhOwiq { color:#18191b;display:block;width:30.125rem;position:absolute;font-family:quicksand;font-size:1rem;font-weight:400;z-index:15088;line-height:1.6;letter-spacing:0;top:15.75rem;left:40.625rem;height:15.984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ue7rqbw8mXytnv9PWkf87riWnDcOAflE { color:#18191b;display:block;width:18.5625rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:400;z-index:15085;line-height:1.6;letter-spacing:0;top:9rem;left:40.625rem;height:1.8005375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pB4UNTpJli2xTD4WwlCSR56ewFV8e6yg { position:absolute;display:block;z-index:15087;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:18.437125rem;width:32.7491875rem;top:10.800060272217rem;left:2.3742179870606rem;overflow:hidden;display:block; }
#Xzz8oXGlGHT9W237HgvbNThm6Iss51Ec { position:absolute;display:block;z-index:15089;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:19.375rem;top:0.875rem;left:40.625rem;overflow:hidden;display:block; }
#SO3Pp9HplRPLq2x7R3nq2KUiBy0h5J6s { color:#b518b7;display:block;width:18.560125rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:400;z-index:15089;line-height:1.6;letter-spacing:0;top:12.25rem;left:40.625rem;height:1.8005375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CixsfylnqElWckqeTTXDuXW1vi28p1dX { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #b518b7;border-left:0.0625rem solid #b518b7;border-right:0.0625rem solid #b518b7;border-bottom:0.0625rem solid #b518b7;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #18191b ;box-sizing:border-box;color:#18191b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.23611125rem;height:2.7671425rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:33.0625rem;left:40.625rem;display:block; }
#iCNE4QFDCUaUZMfB4ZlTPPDJF9KNTXDx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eQFTnrVZRT5xQSG1ELT6RqnotlFMfzNQ { 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; }#eQFTnrVZRT5xQSG1ELT6RqnotlFMfzNQ > .row .container { border-width: 0; border-radius: 0; }#eQFTnrVZRT5xQSG1ELT6RqnotlFMfzNQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eQFTnrVZRT5xQSG1ELT6RqnotlFMfzNQ > .row .container { font-size:0.875rem;font-family:arial;height:1.375rem;width:75rem;position:relative;display:none; }#QrM8sJSB9KG4e82aGPU5FLNUbOW9HxDx { 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; }#QrM8sJSB9KG4e82aGPU5FLNUbOW9HxDx > .row .container { border-width: 0; border-radius: 0; }#QrM8sJSB9KG4e82aGPU5FLNUbOW9HxDx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QrM8sJSB9KG4e82aGPU5FLNUbOW9HxDx > .row .container { font-size:0.875rem;font-family:arial;height:45.6875rem;width:75rem;position:relative;display:none; }#Ihg4IMoPGuFUdZdX5MOyCw1XUevuQyTD { color:#18191b;display:block;width:30.1248125rem;position:absolute;font-family:quicksand;font-size:1rem;font-weight:400;z-index:15088;line-height:1.6;letter-spacing:0;top:16.0625rem;left:3.125rem;height:22.378125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NwhaqAFJnMv9E5iSQCu9n35Cfb0q8Kdc { color:#18191b;display:block;width:18.5625rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:400;z-index:15085;line-height:1.6;letter-spacing:0;top:9.3125rem;left:3.125rem;height:1.8005375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qFMOE1QNVB22aFnBRQOeGUNqA3w1yDQU { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #b518b7;border-left:0.0625rem solid #b518b7;border-right:0.0625rem solid #b518b7;border-bottom:0.0625rem solid #b518b7;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #18191b ;box-sizing:border-box;color:#18191b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.2949375rem;height:2.732425rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:40.5rem;left:3.125rem;display:block; }
#c2hvbTrXP6Ln06wrEOIeTlVVf2gZotWm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WpMLmTzDsNQFlfu1Qy1D9Nr6TEkaFeu0 { position:absolute;display:block;z-index:15093;background-color:#e52222;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:6.06145625rem;width:6.06145625rem;top:11.874782562256rem;left:65.47635269165rem;display:none; }
#hJEXCc6HaKsVmCs8kDfwn9Qz0idVRH0S { position:absolute;display:block;z-index:15095;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.37218125rem;width:5.1844625rem;top:12.218772888184rem;left:65.914714813231rem;overflow:hidden;display:none; }
#Oei3WOAcDeQd2q4gCTQeLEbXwvUX1oMr { position:absolute;display:block;z-index:15096;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.625rem;width:19.375rem;top:1.1875rem;left:3.125rem;overflow:hidden;display:block; }
#xLIlfZ4oc2ColWEG9wz6xDHCwfTxkEzO { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:18.4991875rem;width:33.0609375rem;top:12.936363220215rem;left:39.719528198243rem;overflow:hidden;display:block; }
#vmAXmkAXscGBlUdLhTlxCTmBxsXXBKlG { color:#b518b7;display:block;width:31rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:400;z-index:15090;line-height:1.6;letter-spacing:0;top:12.5625rem;left:3.125rem;height:1.8005375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vHBZwlfhUV0JodPuwunm73FkMwC5piai { 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; }#vHBZwlfhUV0JodPuwunm73FkMwC5piai > .row .container { border-width: 0; border-radius: 0; }#vHBZwlfhUV0JodPuwunm73FkMwC5piai > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vHBZwlfhUV0JodPuwunm73FkMwC5piai > .row .container { font-size:0.875rem;font-family:arial;height:1.375rem;width:75rem;position:relative;display:none; }#x9p2PB9b1HeoxipHeGu7GZWQQNLx0ODT { 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; }#x9p2PB9b1HeoxipHeGu7GZWQQNLx0ODT > .row .container { border-width: 0; border-radius: 0; }#x9p2PB9b1HeoxipHeGu7GZWQQNLx0ODT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x9p2PB9b1HeoxipHeGu7GZWQQNLx0ODT > .row .container { font-size:0.875rem;font-family:arial;height:49.375rem;width:75rem;position:relative;display:none; }#dao9QDhCb9nbxwc4lFLv7sTGrm6ZImWz { color:#18191b;display:block;width:30.9375rem;position:absolute;font-family:quicksand;font-size:1rem;font-weight:400;z-index:15088;line-height:1.6;letter-spacing:0;top:15.9375rem;left:40.625rem;height:27.1734375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VR2bF30HTTAkHs3thSamheIFaw386UZK { color:#18191b;display:block;width:18.5611875rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:400;z-index:15085;line-height:1.6;letter-spacing:0;top:9.1875rem;left:40.625rem;height:1.8005375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rTMC92p0LprsVsWgNmqokEtb6CeUMaWR { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #b518b7;border-left:0.0625rem solid #b518b7;border-right:0.0625rem solid #b518b7;border-bottom:0.0625rem solid #b518b7;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #18191b ;box-sizing:border-box;color:#18191b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.23611125rem;height:2.88107375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:44.25rem;left:40.625rem;display:block; }
#UTNAQnynJBgPfSyT0rI3a4XbpWntq9bF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U2t5RCXWBySOCvXoSzFMhQPCdlI6etr7 { position:absolute;display:block;z-index:15086;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:18.4991875rem;width:33.1863125rem;top:14.842992782592rem;left:2.1539039611816rem;overflow:hidden;display:block; }
#PC6EiyAhbdQFe2GBMOagBJmSw4Isv8P7 { position:absolute;display:block;z-index:15089;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:19.8125rem;top:1.0625rem;left:40.625rem;overflow:hidden;display:block; }
#ksNTlzitlsrQ1goffHT55437ZrK4b9HD { color:#b518b7;display:block;width:18.560125rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:400;z-index:15089;line-height:1.6;letter-spacing:0;top:12.4375rem;left:40.625rem;height:1.8005375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QFTt9wlGXsDUSHnA8f73OUC7W1VafSW1 { 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; }#QFTt9wlGXsDUSHnA8f73OUC7W1VafSW1 > .row .container { border-width: 0; border-radius: 0; }#QFTt9wlGXsDUSHnA8f73OUC7W1VafSW1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QFTt9wlGXsDUSHnA8f73OUC7W1VafSW1 > .row .container { font-size:0.875rem;font-family:arial;height:1.375rem;width:75rem;position:relative;display:none; }#WsZnldOKkommS4Ln7TQ2WNR6Kglah8bb { 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; }#WsZnldOKkommS4Ln7TQ2WNR6Kglah8bb > .row .container { border-width: 0; border-radius: 0; }#WsZnldOKkommS4Ln7TQ2WNR6Kglah8bb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WsZnldOKkommS4Ln7TQ2WNR6Kglah8bb > .row .container { font-size:0.875rem;font-family:arial;height:42rem;width:75rem;position:relative;display:none; }#SJodIaK5VlG2Rr2mvw0KeAOoR7OrMUqe { color:#18191b;display:block;width:30.125rem;position:absolute;font-family:quicksand;font-size:1rem;font-weight:400;z-index:15088;line-height:1.6;letter-spacing:0;top:16rem;left:3.125rem;height:19.18125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RNeSINnVTChesZCW6W4z4XFDI8S69FdD { color:#18191b;display:block;width:18.5625rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:400;z-index:15085;line-height:1.6;letter-spacing:0;top:9.25rem;left:3.125rem;height:1.8005375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#syE4mGTneIQmMWs8TN3GFIF5vbFbiJeR { position:absolute;display:block;z-index:15087;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:18.4991875rem;width:33.1863125rem;top:12.499279022217rem;left:39.65625rem;overflow:hidden;display:block; }
#HsUMo0FQZXeU0Xl3rcVISbzSaZHWGWfU { position:absolute;display:block;z-index:15089;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.625rem;width:19.5rem;top:1.125rem;left:3.125rem;overflow:hidden;display:block; }
#FswiTAwtMgb88B2CNEJrurTregFAeSTh { color:#b518b7;display:block;width:18.560125rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:400;z-index:15090;line-height:1.6;letter-spacing:0;top:12.5rem;left:3.125rem;height:1.8005375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xZdUuf0lhffWXghHU4Llk7UDcCeNGoN0 { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #b518b7;border-left:0.0625rem solid #b518b7;border-right:0.0625rem solid #b518b7;border-bottom:0.0625rem solid #b518b7;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #18191b ;box-sizing:border-box;color:#18191b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.23611125rem;height:2.6727425rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:36.875rem;left:3.125rem;display:block; }
#DD4phCKAOTS2NssHaQgHO35KH2Um0ino { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nTft1G6T6QRgPEgy9g1OSIqeJQiGmB8s { 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; }#nTft1G6T6QRgPEgy9g1OSIqeJQiGmB8s > .row .container { border-width: 0; border-radius: 0; }#nTft1G6T6QRgPEgy9g1OSIqeJQiGmB8s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nTft1G6T6QRgPEgy9g1OSIqeJQiGmB8s > .row .container { font-size:0.875rem;font-family:arial;height:38.3125rem;width:75rem;position:relative;display:none; }#czwy6E2trQy3oJcZhXBQrCHrqAyGt9w3 { color:#18191b;display:block;width:33.1875rem;position:absolute;font-family:quicksand;font-size:1rem;font-weight:400;z-index:15088;line-height:1.6;letter-spacing:0;top:15.999755859375rem;left:40.625rem;height:15.984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BzR7X4x6GtkgLTRDwSTXEoiQKtlOVNsK { color:#18191b;display:block;width:18.5625rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:400;z-index:15085;line-height:1.6;letter-spacing:0;top:9.25rem;left:40.625rem;height:1.8005375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Mzf3i3dAZzGyOdZNo8CNHiXdesNKDVJr { position:absolute;display:block;z-index:15087;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:18.4375rem;width:32.7478125rem;top:9.9365234375rem;left:2.37548828125rem;overflow:hidden;display:block; }
#psGvaH6UJi125O5lzLIEICRdMPQ2rFAT { position:absolute;display:block;z-index:15089;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.87426875rem;width:12.87475rem;top:2.2021484375rem;left:40.625rem;overflow:hidden;display:block; }
#q8tsDBTS73TBEBQkQGUlFbqn1XWgqaZD { color:#b518b7;display:block;width:18.560125rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:400;z-index:15090;line-height:1.6;letter-spacing:0;top:12.5rem;left:40.625rem;height:1.8005375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ivVkgOwWeG3ueNPd4KsDtN7omw8oC99u { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #b518b7;border-left:0.0625rem solid #b518b7;border-right:0.0625rem solid #b518b7;border-bottom:0.0625rem solid #b518b7;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #18191b ;box-sizing:border-box;color:#18191b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.172375rem;height:2.60913125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:33.372802734375rem;left:40.64697265625rem;display:block; }
#yTApRxmpIedwti7xoFTyttRmaX4l9smM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TXyneLJHzq1vJKHhChwA9hMSsTcv5HzC { 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; }#TXyneLJHzq1vJKHhChwA9hMSsTcv5HzC > .row .container { border-width: 0; border-radius: 0; }#TXyneLJHzq1vJKHhChwA9hMSsTcv5HzC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TXyneLJHzq1vJKHhChwA9hMSsTcv5HzC > .row .container { font-size:0.875rem;font-family:arial;height:43.125rem;width:75rem;position:relative;display:none; }#LvAIuhTlaz3q75lX3cbF6wW0aPLCCvnR { color:#18191b;display:block;width:30.125rem;position:absolute;font-family:quicksand;font-size:1rem;font-weight:400;z-index:15088;line-height:1.6;letter-spacing:0;top:14.875rem;left:40.625rem;height:22.378125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BGwslHSr1eShzBz8f3aa2zoXG22RUxX8 { color:#18191b;display:block;width:18.5625rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:400;z-index:15085;line-height:1.6;letter-spacing:0;top:8.125rem;left:40.625rem;height:1.8005375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#o8RTRB9ZqRwHCV9oIxWm2bG7W7zd4hoc { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #b518b7;border-left:0.0625rem solid #b518b7;border-right:0.0625rem solid #b518b7;border-bottom:0.0625rem solid #b518b7;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #18191b ;box-sizing:border-box;color:#18191b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:2.6875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:38.4375rem;left:40.625rem;display:block; }
#WxSGC8q34BXGxeHEtTV5Olnct6ILFA34 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zk0yFa6xTzbcw1oPaEKC6kmQT5c1mpCQ { position:absolute;display:block;z-index:15087;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:18.4375rem;width:33.1875rem;top:12.3125rem;left:2.125rem;overflow:hidden;display:block; }
#DutEza0lIHFnZEmRmSKMRKUfTnTNI07z { color:#b518b7;display:block;width:18.558625rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:400;z-index:15089;line-height:1.6;letter-spacing:0;top:11.375rem;left:40.625rem;height:1.8005375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wHTGaKoQNLHTkDVQhJqLb2E6f0xBtELz { position:absolute;display:block;z-index:15094;background-color:#b518b7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:6.05685625rem;width:6.05685625rem;top:12.312259674073rem;left:2.1245670318604rem;display:block; }
#MfZIvEPKsGOSnca4axqdIEhCcOK8g4dA { position:absolute;display:block;z-index:15096;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.05903125rem;width:5.9375rem;top:12.312259674073rem;left:2.1245670318604rem;overflow:hidden;display:block; }
#qP2wxTHTGcpU34RzdovBpP4UBCdHwbxp { position:absolute;display:block;z-index:15089;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6230625rem;width:19.374625rem;top:0.57546234130859rem;left:40.623046875rem;overflow:hidden;display:block; }
#Wac6kInH43uR5aRVwRuoqRqEkLPVKDJp { 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; }#Wac6kInH43uR5aRVwRuoqRqEkLPVKDJp > .row .container { border-width: 0; border-radius: 0; }#Wac6kInH43uR5aRVwRuoqRqEkLPVKDJp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wac6kInH43uR5aRVwRuoqRqEkLPVKDJp > .row .container { font-size:0.875rem;font-family:arial;height:1.375rem;width:75rem;position:relative;display:none; }#bQ4QsJ4rL7UPJkiebsEcFC9UISIfIRux { 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; }#bQ4QsJ4rL7UPJkiebsEcFC9UISIfIRux > .row .container { border-width: 0; border-radius: 0; }#bQ4QsJ4rL7UPJkiebsEcFC9UISIfIRux > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bQ4QsJ4rL7UPJkiebsEcFC9UISIfIRux > .row .container { font-size:0.875rem;font-family:arial;height:45.875rem;width:75rem;position:relative;display:none; }#i7BkS5ziC4cvgsgRiTMtlJzVOHwg10Md { color:#18191b;display:block;width:30.1248125rem;position:absolute;font-family:quicksand;font-size:1rem;font-weight:400;z-index:15088;line-height:1.6;letter-spacing:0;top:15.4375rem;left:39.625rem;height:23.9765625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KEFMiuZWv4sTGo5nQtSKImvb6xNNDXHE { color:#18191b;display:block;width:18.5625rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:400;z-index:15085;line-height:1.6;letter-spacing:0;top:8.6875rem;left:39.6875rem;height:1.8005375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#B2w2vOR7SPTwT385Xb7Jy3ckTb4Tk4ye { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #b518b7;border-left:0.0625rem solid #b518b7;border-right:0.0625rem solid #b518b7;border-bottom:0.0625rem solid #b518b7;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #18191b ;box-sizing:border-box;color:#18191b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:2.81640625rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:40.75rem;left:39.625rem;display:block; }
#T51e5hOdHP4Ukpa3DVESrL5nqCauyCx8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vFGodaKB5wQGdv0yIaxTNmIe7Le8Jzcm { position:absolute;display:block;z-index:15087;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:18.4985625rem;width:33.1860625rem;top:13.24951171875rem;left:2.15576171875rem;overflow:hidden;display:block; }
#kG3nD6xsHGWuOx20kuqTDpfEeWKf9MeT { color:#b518b7;display:block;width:18.5579375rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:400;z-index:15090;line-height:1.6;letter-spacing:0;top:11.9375rem;left:39.625rem;height:1.8005375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xFm3QlAzkbak10bWxN3oemfRtS94phng { position:absolute;display:block;z-index:15089;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6241875rem;width:19.374625rem;top:1.4375rem;left:39.625rem;overflow:hidden;display:block; }
#OH27zFu9495NOcoIIrhCekso5mcXyevg { 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; }#OH27zFu9495NOcoIIrhCekso5mcXyevg > .row .container { border-width: 0; border-radius: 0; }#OH27zFu9495NOcoIIrhCekso5mcXyevg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OH27zFu9495NOcoIIrhCekso5mcXyevg > .row .container { font-size:0.875rem;font-family:arial;height:40.125rem;width:75rem;position:relative;display:none; }#uqXlRxR6HrN7RkBt3CDcXxXrv0TEEHJo { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #b518b7;border-left:0.0625rem solid #b518b7;border-right:0.0625rem solid #b518b7;border-bottom:0.0625rem solid #b518b7;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #18191b ;box-sizing:border-box;color:#18191b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:2.6875rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:35.998718261719rem;left:2.8125019073486rem;display:block; }
#ku97BbBHfv95RkExsRPT70lCyRx9wWUr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TGRRrZZx92daqM4vlcxTnMweJGr65Bn3 { color:#18191b;display:block;width:18.5605625rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:400;z-index:15086;line-height:1.6;letter-spacing:0;top:8.625rem;left:2.8125rem;height:1.8005375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#W5TKLbE4g4CSewUOGTHlmhbEk0GSbGzF { color:#18191b;display:block;width:30.1230625rem;position:absolute;font-family:quicksand;font-size:1rem;font-weight:400;z-index:15089;line-height:1.6;letter-spacing:0;top:15.375rem;left:2.8125019073486rem;height:17.5828125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HCN7Zz1oTq1rHX8KuAodOphLVxEH1l8K { position:absolute;display:block;z-index:15090;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:18.4375rem;width:32.7495625rem;top:10.843120574951rem;left:39.874134063721rem;overflow:hidden;display:block; }
#xQDzhaQ9dPHhMQWX03QzuPdfeRwKN4NN { position:absolute;display:block;z-index:15091;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.625rem;width:19.375rem;top:0.5rem;left:2.8125rem;overflow:hidden;display:block; }
#CWnoT74RxP17CcyhHxhzgypWJvUUfdkC { color:#b518b7;display:block;width:18.560125rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:400;z-index:15091;line-height:1.6;letter-spacing:0;top:11.876163482666rem;left:2.8125019073486rem;height:1.8005375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FfSKnMcxMkT1PLTlq0B2h3MZwd1wC4Pz { 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; }#FfSKnMcxMkT1PLTlq0B2h3MZwd1wC4Pz > .row .container { border-width: 0; border-radius: 0; }#FfSKnMcxMkT1PLTlq0B2h3MZwd1wC4Pz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FfSKnMcxMkT1PLTlq0B2h3MZwd1wC4Pz > .row .container { font-size:0.875rem;font-family:arial;height:1.375rem;width:75rem;position:relative;display:none; }#ITMuwbfoqtIbRLvU9ovKT6sz1CMmJEeu { 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; }#ITMuwbfoqtIbRLvU9ovKT6sz1CMmJEeu > .row .container { border-width: 0; border-radius: 0; }#ITMuwbfoqtIbRLvU9ovKT6sz1CMmJEeu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ITMuwbfoqtIbRLvU9ovKT6sz1CMmJEeu > .row .container { font-size:0.875rem;font-family:arial;height:41.875rem;width:75rem;position:relative;display:none; }#G4k2HJvaKGthMN8JeUI8A33gaJ4QQ9VM { color:#18191b;display:block;width:30.1248125rem;position:absolute;font-family:quicksand;font-size:1rem;font-weight:400;z-index:15088;line-height:1.6;letter-spacing:0;top:15.375rem;left:2.8125rem;height:20.7885625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Pu0DGACkxsRK9ELJzQThC6XyJ1gPQRO0 { color:#18191b;display:block;width:18.5625rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:400;z-index:15085;line-height:1.6;letter-spacing:0;top:8.625rem;left:2.8125rem;height:1.8005375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#D9NV1Gu4bT9WsJcBQrqkVam3Qb4tueO0 { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #b518b7;border-left:0.0625rem solid #b518b7;border-right:0.0625rem solid #b518b7;border-bottom:0.0625rem solid #b518b7;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #18191b ;box-sizing:border-box;color:#18191b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:2.6875rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:37.4375rem;left:2.8125rem;display:block; }
#Rkbw8cITEQDhuIw1P6lVwaPNorH2vsyA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T2fKAIpIo8XJKoFUh6zCbMTB9o5aDh5d { color:#b518b7;display:block;width:30rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:400;z-index:15090;line-height:1.6;letter-spacing:0;top:11.875rem;left:2.8125rem;height:1.8005375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oUmaGPcLBB7oorpN1dsoMKET2Am79Ta5 { position:absolute;display:block;z-index:15089;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:18.5rem;width:33.0625rem;top:12.374155044556rem;left:40.220272064209rem;overflow:hidden;display:block; }
#qqg3kDbMpsWFzwSd5gPh57cNFeWWeRMJ { position:absolute;display:block;z-index:15091;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.625rem;width:19.375rem;top:0.5rem;left:2.8125rem;overflow:hidden;display:block; }
#qC7PCbxi03kI2CVq7DJHZdSmOdaaThGe { position:absolute;display:block;z-index:15096;background-color:#b518b7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:6.05794375rem;width:6.05794375rem;top:12.374155044556rem;left:67.231342315675rem;display:block; }
#Dtdoh8drqagEJxfyvH4DelXAzR9NiEpF { position:absolute;display:block;z-index:15098;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.05903125rem;width:5.9375rem;top:12.374155044556rem;left:67.414279937744rem;overflow:hidden;display:block; }
#EzSTUTzASXo6bhk7hCGxU49231I8OOGi { 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; }#EzSTUTzASXo6bhk7hCGxU49231I8OOGi > .row .container { border-width: 0; border-radius: 0; }#EzSTUTzASXo6bhk7hCGxU49231I8OOGi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EzSTUTzASXo6bhk7hCGxU49231I8OOGi > .row .container { font-size:0.875rem;font-family:arial;height:40.4375rem;width:75rem;position:relative;display:none; }#oGZZCCar9ZFGt35iRHPDQ9OSI64mJSUK { color:#18191b;display:block;width:30.125rem;position:absolute;font-family:quicksand;font-size:1rem;font-weight:400;z-index:15088;line-height:1.6;letter-spacing:0;top:15.0625rem;left:2.5rem;height:19.18125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q5olwermR8TnWd8daXQSzRExAgoU2ukn { color:#18191b;display:block;width:18.5625rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:400;z-index:15085;line-height:1.6;letter-spacing:0;top:8.3125rem;left:2.5rem;height:1.8005375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OdihTsC9B6ealRzfbRbtHKhBK8oquPGn { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #b518b7;border-left:0.0625rem solid #b518b7;border-right:0.0625rem solid #b518b7;border-bottom:0.0625rem solid #b518b7;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #18191b ;box-sizing:border-box;color:#18191b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:2.81640625rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:35.5rem;left:2.5rem;display:block; }
#XzlF9UVkEKvi52LDDnzcagNrsv2bKDJT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HLt8QuFn8zqvepNArITSR3H1pFyxnB6d { position:absolute;display:block;z-index:15088;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:18.437125rem;width:32.7480625rem;top:9.2495594024656rem;left:39.875389099121rem;overflow:hidden;display:block; }
#XnrnmFn3iXqUFbBXpcqT8eQJ9akf376r { color:#b518b7;display:block;width:30rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:400;z-index:15092;line-height:1.6;letter-spacing:0;top:11.5625rem;left:2.5rem;height:1.8005375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PyShq4RfkPf3nXMMB4QtrbZATgVNucPM { position:absolute;display:block;z-index:15090;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.625rem;width:19.375rem;top:0.75rem;left:2.5rem;overflow:hidden;display:block; }
#xxTqyi54PFNrNx5Fi5DChrdUfZIL7A3J { 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; }#xxTqyi54PFNrNx5Fi5DChrdUfZIL7A3J > .row .container { border-width: 0; border-radius: 0; }#xxTqyi54PFNrNx5Fi5DChrdUfZIL7A3J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xxTqyi54PFNrNx5Fi5DChrdUfZIL7A3J > .row .container { font-size:0.875rem;font-family:arial;height:37.125rem;width:75rem;position:relative;display:none; }#DE4RPe4Z6XmUNg5ebaOTEdOkqDKhVHsl { color:#18191b;display:block;width:30.125rem;position:absolute;font-family:quicksand;font-size:1rem;font-weight:400;z-index:15088;line-height:1.6;letter-spacing:0;top:15.375rem;left:41.062282562256rem;height:15.984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Lph65EwevKKaQJquBz2h2QULsWJdEl02 { color:#18191b;display:block;width:18.5625rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:400;z-index:15085;line-height:1.6;letter-spacing:0;top:8.625rem;left:41.062282562256rem;height:1.8005375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tA1tiaG2Kf7NeIAyDzIpfAfWxyNhqEcx { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #b518b7;border-left:0.0625rem solid #b518b7;border-right:0.0625rem solid #b518b7;border-bottom:0.0625rem solid #b518b7;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #18191b ;box-sizing:border-box;color:#18191b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:2.6875rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:32.623291015625rem;left:41.062282562256rem;display:block; }
#yfPtF8JLGKITZEJT3rkcFLMi56Cn9xTG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sXt5iUPNu8qilntKhWDW0m2TqQIs4Wx1 { position:absolute;display:block;z-index:15089;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:18.499375rem;width:33.0620625rem;top:9.3109989166263rem;left:2.2178821563721rem;overflow:hidden;display:block; }
#tAfKgovs5qxozMi646I4muD3Qmi8949N { position:absolute;display:block;z-index:15090;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.625rem;width:19.375rem;top:0.5rem;left:41.062282562256rem;overflow:hidden;display:block; }
#rGDrVWMicKxSiLEC3JCDyrgGQvxWXtzL { color:#b518b7;display:block;width:30rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:400;z-index:15091;line-height:1.6;letter-spacing:0;top:11.87389755249rem;left:41.0625rem;height:1.8005375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RPAmnkbm0ZglgDoXwH6V3BaILL9KNzfo { 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; }#RPAmnkbm0ZglgDoXwH6V3BaILL9KNzfo > .row .container { border-width: 0; border-radius: 0; }#RPAmnkbm0ZglgDoXwH6V3BaILL9KNzfo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RPAmnkbm0ZglgDoXwH6V3BaILL9KNzfo > .row .container { font-size:0.875rem;font-family:arial;height:43.625rem;width:75rem;position:relative;display:none; }#bAZP52ObkByS5vuyCkMnNGpwR3nWip9i { color:#18191b;display:block;width:30.125rem;position:absolute;font-family:quicksand;font-size:1rem;font-weight:400;z-index:15088;line-height:1.6;letter-spacing:0;top:16rem;left:2.125rem;height:22.378125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LnVqrOfGDOzlkRi6ldVaftRTZXtVSWtr { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #b518b7;border-left:0.0625rem solid #b518b7;border-right:0.0625rem solid #b518b7;border-bottom:0.0625rem solid #b518b7;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #18191b ;box-sizing:border-box;color:#18191b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:2.6875rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:39.875rem;left:2.125rem;display:block; }
#PXCk9UJ5T2U3eafkLsgVo8kivgfoJqO4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GbrdhE5upQQ2dIeLdfbylBXddbFb02Fd { color:#18191b;display:block;width:18.5605625rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:400;z-index:15086;line-height:1.6;letter-spacing:0;top:9.25rem;left:2.125rem;height:1.8005375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KXklQ1o7bnWWT3WM2fIpbUFrrkPFgmN8 { position:absolute;display:block;z-index:15091;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.625rem;width:19.375rem;top:1.125rem;left:2.125rem;overflow:hidden;display:block; }
#fbKMJTTh7NeKlnLPxeUyueBySdT3yays { position:absolute;display:block;z-index:15090;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:18.499375rem;width:33.186875rem;top:12.561834335327rem;left:39.656038284302rem;overflow:hidden;display:block; }
#uGrUddysmsPlGGs8dnfPuCcfcfwuySgD { color:#b518b7;display:block;width:30rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:400;z-index:15093;line-height:1.6;letter-spacing:0;top:12.5rem;left:2.125rem;height:1.8005375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LRmQl1ce5uB1dLmTcb8EISP1F5DbnkqW { 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; }#LRmQl1ce5uB1dLmTcb8EISP1F5DbnkqW > .row .container { border-width: 0; border-radius: 0; }#LRmQl1ce5uB1dLmTcb8EISP1F5DbnkqW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LRmQl1ce5uB1dLmTcb8EISP1F5DbnkqW > .row .container { font-size:0.875rem;font-family:arial;height:41.3125rem;width:75rem;position:relative;display:none; }#R5ukM848UNdLXVWCmmxh83b7xBclcC5O { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #b518b7;border-left:0.0625rem solid #b518b7;border-right:0.0625rem solid #b518b7;border-bottom:0.0625rem solid #b518b7;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #18191b ;box-sizing:border-box;color:#18191b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:2.6875rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:37.5rem;left:40.625rem;display:block; }
#IETCcV9BO5lUDp98t4nkkPyGPeAH69wr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Wr7gp8o1DkUHsbeER8TcBvkc5gnDXeCL { color:#18191b;display:block;width:18.5605625rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:400;z-index:15086;line-height:1.6;letter-spacing:0;top:9.3125rem;left:40.625rem;height:1.8005375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I1My3QaMpLNxJtSTqfBQgzRzO7gvhgqk { color:#18191b;display:block;width:30.1230625rem;position:absolute;font-family:quicksand;font-size:1rem;font-weight:400;z-index:15089;line-height:1.6;letter-spacing:0;top:18.5rem;left:40.625rem;height:17.5828125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Zzvxp61SZIvEoLsPV7F2R5l2N3DumMy8 { position:absolute;display:block;z-index:15090;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:18.4375rem;width:32.7485rem;top:11.437475204467rem;left:2.3742179870606rem;overflow:hidden;display:block; }
#eiLcmaZgXb1U3eP5kK7uDpmQ23gVsJ5V { position:absolute;display:block;z-index:15091;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.625rem;width:19.375rem;top:1.1875rem;left:40.625rem;overflow:hidden;display:block; }
#x0MxJyN7es8rmVt5cO7A8ASzS6tAACsG { color:#b518b7;display:block;width:18.560125rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:400;z-index:15090;line-height:1.6;letter-spacing:0;top:12.5625rem;left:40.625rem;height:1.8005375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#znr5l8Knr2R4TLEqVrHzwLsPiEA1EfC8 { color:#b518b7;display:block;width:18.560125rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:400;z-index:15091;line-height:1.6;letter-spacing:0;top:15rem;left:40.625rem;height:1.8005375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XvxGbA9Qdc7Z1WoHrQMWFRPU14PENqlE { 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; }#XvxGbA9Qdc7Z1WoHrQMWFRPU14PENqlE > .row .container { border-width: 0; border-radius: 0; }#XvxGbA9Qdc7Z1WoHrQMWFRPU14PENqlE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XvxGbA9Qdc7Z1WoHrQMWFRPU14PENqlE > .row .container { font-size:0.875rem;font-family:arial;height:1.375rem;width:75rem;position:relative;display:none; }#WxtMb3UP5rTeN0eqZzXQSn4D6FbxIImJ { 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; }#WxtMb3UP5rTeN0eqZzXQSn4D6FbxIImJ > .row .container { border-width: 0; border-radius: 0; }#WxtMb3UP5rTeN0eqZzXQSn4D6FbxIImJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WxtMb3UP5rTeN0eqZzXQSn4D6FbxIImJ > .row .container { font-size:0.875rem;font-family:arial;height:43.8125rem;width:75rem;position:relative;display:none; }#dU79WdI29R8d2N0ciywl7MvAbiDrX8T6 { color:#18191b;display:block;width:18.5625rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:400;z-index:15085;line-height:1.6;letter-spacing:0;top:9.125rem;left:2.1875rem;height:1.8005375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qbFZTTQA91GkTrqrEtlEbEqLosIIaVBo { color:#18191b;display:block;width:30.1204375rem;position:absolute;font-family:quicksand;font-size:1rem;font-weight:400;z-index:15089;line-height:1.6;letter-spacing:0;top:16.8740234375rem;left:2.1875rem;height:20.7796875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#em5LVxxeVrTVMVLVrUbgdgSeZBU12pEH { position:absolute;display:block;z-index:15093;background-color:#e52222;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:6.0612rem;width:6.0612rem;top:12.812474250794rem;left:65.3183631897rem;display:none; }
#Zl1OXc5UDKIUhc3Fa0dQJ7vGPHm20Tn3 { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #b518b7;border-left:0.0625rem solid #b518b7;border-right:0.0625rem solid #b518b7;border-bottom:0.0625rem solid #b518b7;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #18191b ;box-sizing:border-box;color:#18191b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:2.750975rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:39.12451171875rem;left:2.1875rem;display:block; }
#McA5eFKo305fO1wzNmSJorsRmbNQVhyp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Pu8XgwSC3si9OpgJ0GQRuHtnaCfF2kUp { position:absolute;display:block;z-index:15087;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:18.5rem;width:33.1875rem;top:11.685924530029rem;left:39.65625rem;overflow:hidden;display:block; }
#b9UpJ1VmQfy0DAP5XWVQs7GZ27fcUgZZ { position:absolute;display:block;z-index:15094;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.625rem;width:19.375rem;top:1rem;left:2.1875rem;overflow:hidden;display:block; }
#RyK9yoZ341U9TJ58nVwHOhm40rAu5ORV { color:#b518b7;display:block;width:18.562rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:400;z-index:15095;line-height:1.6;letter-spacing:0;top:12.74755859375rem;left:2.1853313446045rem;height:1.8005375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fy0X1nul01DkLZnDT51gXIH7hzTFLZHV { 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; }#fy0X1nul01DkLZnDT51gXIH7hzTFLZHV > .row .container { border-width: 0; border-radius: 0; }#fy0X1nul01DkLZnDT51gXIH7hzTFLZHV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fy0X1nul01DkLZnDT51gXIH7hzTFLZHV > .row .container { font-size:0.875rem;font-family:arial;height:40.4375rem;width:75rem;position:relative;display:none; }#W2CxS44HLdCFtz3MryJA8BnscOozVL09 { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #b518b7;border-left:0.0625rem solid #b518b7;border-right:0.0625rem solid #b518b7;border-bottom:0.0625rem solid #b518b7;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #18191b ;box-sizing:border-box;color:#18191b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:2.6875rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:35.75rem;left:40.625rem;display:block; }
#vCMJbWM2qe5dD6Di7UKyCZbzCOc5Xqoo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C4w45pLg585UMldTXyXFI3L6kOgxWlZd { position:absolute;display:block;z-index:15094;background-color:#e52222;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:6.0612rem;width:6.0612rem;top:12.305774688721rem;left:3.530818939209rem;display:none; }
#cMRhs4aExMDb0lZfZNOG4Ai8qKXUrL8t { position:absolute;display:block;z-index:15096;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.37218125rem;width:5.1844625rem;top:12.649740219116rem;left:3.9691848754883rem;overflow:hidden;display:none; }
#R08QDfMpZRTVDSocJ6HLZ3hkKSTJ7M9S { color:#18191b;display:block;width:18.5625rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:400;z-index:15086;line-height:1.6;letter-spacing:0;top:8.125rem;left:41.0625rem;height:1.8005375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AAryy3cOT7GfRWFnOpFkwaVT7PTIrC9B { color:#18191b;display:block;width:30.121125rem;position:absolute;font-family:quicksand;font-size:1rem;font-weight:400;z-index:15090;line-height:1.6;letter-spacing:0;top:14.875rem;left:41.0625rem;height:19.18125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rBqCaKXLETRT3ZbwemAWWP53caLTZSTP { position:absolute;display:block;z-index:15088;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:18.4375rem;width:32.75rem;top:11.000079154968rem;left:1.6239585876465rem;overflow:hidden;display:block; }
#o5aNGnmOwZs5FKpNSGzUBzyFrfwr0GEA { position:absolute;display:block;z-index:15097;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6243125rem;width:19.375rem;top:0rem;left:41.0625rem;overflow:hidden;display:block; }
#v2SphxikMe1ytuWUWBINLVlzrbfEEtZh { color:#b518b7;display:block;width:24.625rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:400;z-index:15096;line-height:1.6;letter-spacing:0;top:11.375rem;left:41.0625rem;height:1.8005375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Om6VcoCFG57tOThqTiteW1NNAnsULBa7 { 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; }#Om6VcoCFG57tOThqTiteW1NNAnsULBa7 > .row .container { border-width: 0; border-radius: 0; }#Om6VcoCFG57tOThqTiteW1NNAnsULBa7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Om6VcoCFG57tOThqTiteW1NNAnsULBa7 > .row .container { font-size:0.875rem;font-family:arial;height:43.8125rem;width:75rem;position:relative;display:none; }#h2bGx9rCSTxw6q4mv0teU6WNNGzMQ4wK { color:#18191b;display:block;width:30.1230625rem;position:absolute;font-family:quicksand;font-size:1rem;font-weight:400;z-index:15088;line-height:1.6;letter-spacing:0;top:15.9375rem;left:40.375rem;height:20.7796875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dUX1dqegci0BHFT605TdgDHNs3Zd6RlD { color:#18191b;display:block;width:18.5625rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:400;z-index:15085;line-height:1.6;letter-spacing:0;top:9.1875rem;left:40.375rem;height:1.8005375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xaxxVI5PT22zTkrzStUq8ZBF7H5SvQxV { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #b518b7;border-left:0.0625rem solid #b518b7;border-right:0.0625rem solid #b518b7;border-bottom:0.0625rem solid #b518b7;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #18191b ;box-sizing:border-box;color:#18191b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.23611125rem;height:2.70854875rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:38.5625rem;left:40.375rem;display:block; }
#qNyTvzirGmO3KSDhPbdLWHlpeNKTvMw3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EnOOAq1KP98CCJ4dSXfn5c0I4XOnZS5G { position:absolute;display:block;z-index:15094;background-color:#e52222;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:6.0612rem;width:6.0612rem;top:12.305774688721rem;left:3.530818939209rem;display:none; }
#qOc6EVTLxJ2PbAJiRfmV24FPcaFscmqe { position:absolute;display:block;z-index:15096;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.37218125rem;width:5.1844625rem;top:12.649740219116rem;left:3.9691848754883rem;overflow:hidden;display:none; }
#EacqnBd39lQR621TPOaBxcbx2B9MxXdu { color:#b518b7;display:block;width:18.5623125rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:400;z-index:15094;line-height:1.6;letter-spacing:0;top:12.5rem;left:40.375rem;height:1.8005375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UHA7gJo1LKT5UGptRnuIkb3cgSfTdVmi { position:absolute;display:block;z-index:15112;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.625rem;width:19.375rem;top:1.0625rem;left:40.375rem;overflow:hidden;display:block; }
#eumQ00NcR6RPTMDLun423isNQQnSTktU { position:absolute;display:block;z-index:15091;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:18.5rem;width:32.9375rem;top:11.9375rem;left:2.25rem;overflow:hidden;display:block; }
#bopFbSHGbJtIuCGWgLeTWZ77MHwRywL0 { position:absolute;display:block;z-index:15111;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.05903125rem;width:5.9375rem;top:11.9375rem;left:2.375rem;overflow:hidden;display:block; }
#BlyKwTddKJGAQxMZkNF8X5PdEtpCH14S { position:absolute;display:block;z-index:15105;background-color:#b518b7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:6.05794375rem;width:6.05794375rem;top:11.9375rem;left:2.25rem;display:block; }
#acTB7ATaxrhGOtrtuQZoKXUVr1otXs7N { 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; }#acTB7ATaxrhGOtrtuQZoKXUVr1otXs7N > .row .container { border-width: 0; border-radius: 0; }#acTB7ATaxrhGOtrtuQZoKXUVr1otXs7N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#acTB7ATaxrhGOtrtuQZoKXUVr1otXs7N > .row .container { font-size:0.875rem;font-family:arial;height:1.375rem;width:75rem;position:relative;display:none; }#KtAORLS0ST78RZ3ctadfxd8y1TAhQ019 { 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; }#KtAORLS0ST78RZ3ctadfxd8y1TAhQ019 > .row .container { border-width: 0; border-radius: 0; }#KtAORLS0ST78RZ3ctadfxd8y1TAhQ019 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KtAORLS0ST78RZ3ctadfxd8y1TAhQ019 > .row .container { font-size:0.875rem;font-family:arial;height:40.875rem;width:75rem;position:relative;display:none; }#ciJnfLgTxrAE8CuBkOEqFcdAbFClKd3E { color:#18191b;display:block;width:30.1233125rem;position:absolute;font-family:quicksand;font-size:1rem;font-weight:400;z-index:15088;line-height:1.6;letter-spacing:0;top:15.6875rem;left:3.1875rem;height:19.18125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hPLR5l4pouAgSmSTT5v82yCSlJ9bDUt0 { color:#18191b;display:block;width:18.5625rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:400;z-index:15085;line-height:1.6;letter-spacing:0;top:9.75rem;left:3.0625rem;height:1.8005375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#byToZh6JIIB1siBDXZAgME8IJoAqwaIH { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #b518b7;border-left:0.0625rem solid #b518b7;border-right:0.0625rem solid #b518b7;border-bottom:0.0625rem solid #b518b7;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.1955625rem;height:2.63354375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:36.5625rem;left:3.1875rem;display:block; }
#Z92hEnUspiasR2pq5OXAPkUJvw9v0ktQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QkonWep1JmPWbsnDHkGHZeDG3biJ3OUC { position:absolute;display:block;z-index:15093;background-color:#b518b7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:6.05859375rem;width:6.05859375rem;top:10.9990234375rem;left:65.25390625rem;display:none; }
#nbTd4KTDer4F0ABscnKVXdw159X5CxlT { position:absolute;display:block;z-index:15097;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.0625rem;width:5.9375rem;top:11.1240234375rem;left:65.4375rem;overflow:hidden;display:none; }
#TkrOd47XXlkCMU76VqTbcOQsnkrcVWLW { position:absolute;display:block;z-index:15087;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:18.499375rem;width:33.186875rem;top:11.1875rem;left:39.625rem;overflow:hidden;display:block; }
#okPR8eURRurJOobOtVyzPhwqlDLqVmTA { position:absolute;display:block;z-index:15109;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.05835rem;width:5.9375rem;top:11.1865234375rem;left:66.95068359375rem;overflow:hidden;display:block; }
#KfKZL7OSbUC8aVaGP728G3ss3RAVfuOg { position:absolute;display:block;z-index:15103;background-color:#b518b7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:6.05713125rem;width:6.05713125rem;top:11.1865234375rem;left:66.8310546875rem;display:block; }
#zT4CyCOg8IhN9nHREDubMad7RO7mo2vE { color:#b518b7;display:block;width:18.5613125rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:400;z-index:15095;line-height:1.6;letter-spacing:0;top:12.375rem;left:3.0625rem;height:1.8005375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#m2ID9kCLsz96fITAqOxaSBocwlpXrZ6v { position:absolute;display:block;z-index:15110;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.625rem;width:19.375rem;top:1.625rem;left:3.0625rem;overflow:hidden;display:block; }
#w523uhitLz1MlHgASkFNZTJNy6qWNH4d { 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; }#w523uhitLz1MlHgASkFNZTJNy6qWNH4d > .row .container { border-width: 0; border-radius: 0; }#w523uhitLz1MlHgASkFNZTJNy6qWNH4d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w523uhitLz1MlHgASkFNZTJNy6qWNH4d > .row .container { font-size:0.875rem;font-family:arial;height:1.375rem;width:75rem;position:relative;display:none; }#TcvT2r99fqCAD9gIhBWB6W63OJU4er1y { 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; }#TcvT2r99fqCAD9gIhBWB6W63OJU4er1y > .row .container { border-width: 0; border-radius: 0; }#TcvT2r99fqCAD9gIhBWB6W63OJU4er1y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TcvT2r99fqCAD9gIhBWB6W63OJU4er1y > .row .container { font-size:0.875rem;font-family:arial;height:44.4375rem;width:75rem;position:relative;display:none; }#rR4wZ0458ihshKTG3Qevf5C06KQFwWCz { color:#18191b;display:block;width:30.125rem;position:absolute;font-family:quicksand;font-size:1rem;font-weight:400;z-index:15088;line-height:1.6;letter-spacing:0;top:16.0625rem;left:39.75rem;height:20.7796875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FGPFpwViDNoOHJT2sgf2682WNaxoT0Bn { color:#18191b;display:block;width:18.5625rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:400;z-index:15085;line-height:1.6;letter-spacing:0;top:9.3125rem;left:39.75rem;height:1.8005375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#moT7MMpMk5U769kdRqTDRVRcezQ7FefG { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #b518b7;border-left:0.0625rem solid #b518b7;border-right:0.0625rem solid #b518b7;border-bottom:0.0625rem solid #b518b7;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #18191b ;box-sizing:border-box;color:#18191b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:2.6875rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:39.0625rem;left:39.625rem;display:block; }
#DMKyCtaerqw7RcaAmNzJlxkzRdCKqBL2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pBynW3kqMgu330kwunWFB5D33CoOb9XX { position:absolute;display:block;z-index:15099;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.0625rem;width:5.9375rem;top:10.6875rem;left:2.8125rem;overflow:hidden;display:none; }
#gTaAQ9szWuTMytI0Qg10q9CE8ndFUdg3 { position:absolute;display:block;z-index:15097;background-color:#b518b7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:6.05859375rem;width:6.05859375rem;top:10.8125rem;left:2.8125rem;display:none; }
#pU3mOdv3FTQMglGHHbSCqaybA27L09or { position:absolute;display:block;z-index:15086;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:18.4985625rem;width:33.1860625rem;top:12.218017578125rem;left:2.15576171875rem;overflow:hidden;display:block; }
#ts1lMG25sb8yd93CTQFJXxIrA7GPoG9J { position:absolute;display:block;z-index:15111;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.625rem;width:19.375rem;top:1.1875rem;left:39.75rem;overflow:hidden;display:block; }
#ANzqNWnOSlKWnQJfJ3nHpsT1sVUAlmPZ { color:#b518b7;display:block;width:28.75rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:400;z-index:15096;line-height:1.6;letter-spacing:0;top:12.5625rem;left:39.75rem;height:1.8005375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Wu5LHFlJw5pTZNSEnfFNhSbOBeVp3oK5 { 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; }#Wu5LHFlJw5pTZNSEnfFNhSbOBeVp3oK5 > .row .container { border-width: 0; border-radius: 0; }#Wu5LHFlJw5pTZNSEnfFNhSbOBeVp3oK5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wu5LHFlJw5pTZNSEnfFNhSbOBeVp3oK5 > .row .container { font-size:0.875rem;font-family:arial;height:1.375rem;width:75rem;position:relative;display:none; }#WQaRBMM6vWw4x9TIepivAgDsHE9bQHdC { 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; }#WQaRBMM6vWw4x9TIepivAgDsHE9bQHdC > .row .container { border-width: 0; border-radius: 0; }#WQaRBMM6vWw4x9TIepivAgDsHE9bQHdC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WQaRBMM6vWw4x9TIepivAgDsHE9bQHdC > .row .container { font-size:0.875rem;font-family:arial;height:40.8125rem;width:75rem;position:relative;display:none; }#py4cETOwl5gGRrqVslsfGmD2JCFImXFn { color:#18191b;display:block;width:18.559875rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:400;z-index:15085;line-height:1.6;letter-spacing:0;top:8.375rem;left:3.6875rem;height:1.8005375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aPvbIKwtBwqQkAfGJWMsx0HamvodVxWX { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #b518b7;border-left:0.0625rem solid #b518b7;border-right:0.0625rem solid #b518b7;border-bottom:0.0625rem solid #b518b7;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #18191b ;box-sizing:border-box;color:#18191b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.15861125rem;height:2.690105rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:36.1875rem;left:3.6875rem;display:block; }
#zAKggOa81IsiGLM56nWCfW1m5eGi9mHz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IOLiCcFNFkPnJtSRNaQ5omXb0a26HeOw { color:#18191b;display:block;width:30.122375rem;position:absolute;font-family:quicksand;font-size:1rem;font-weight:400;z-index:15089;line-height:1.6;letter-spacing:0;top:15.125rem;left:3.6875rem;height:19.18125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IOTs4ZI1n6i3yx6Hl2xnBfuZGiTDuNba { color:#b518b7;display:block;width:18.560125rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:400;z-index:15090;line-height:1.6;letter-spacing:0;top:11.625rem;left:3.6875rem;height:1.8005375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bg6k57hiUFGFrP14r9BsytUM0lMBiwOz { position:absolute;display:block;z-index:15087;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:18.4375rem;width:32.7478125rem;top:12.87353515625rem;left:39.87548828125rem;overflow:hidden;display:block; }
#qM1GN5VC5tgSmOy0k4kA7dOICqwMcBDV { position:absolute;display:block;z-index:15091;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.74935rem;width:12.8125rem;top:1.9375rem;left:3.6875rem;overflow:hidden;display:block; }
#z9bcmSI3PaJ0NsOlPCgyJsVVcUUi6TcX { 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; }#z9bcmSI3PaJ0NsOlPCgyJsVVcUUi6TcX > .row .container { border-width: 0; border-radius: 0; }#z9bcmSI3PaJ0NsOlPCgyJsVVcUUi6TcX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z9bcmSI3PaJ0NsOlPCgyJsVVcUUi6TcX > .row .container { font-size:0.875rem;font-family:arial;height:44.125rem;width:75rem;position:relative;display:none; }#xT9ExZ2NC00gNbn1UJfdifDbbTNVdkWt { color:#18191b;display:block;width:18.560125rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:400;z-index:15085;line-height:1.6;letter-spacing:0;top:8.125rem;left:39.875rem;height:1.8005375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WlUx0WRgQi1suhbGa5ZWFOitcbdSOlKO { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #b518b7;border-left:0.0625rem solid #b518b7;border-right:0.0625rem solid #b518b7;border-bottom:0.0625rem solid #b518b7;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #18191b ;box-sizing:border-box;color:#18191b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.17273625rem;height:2.70421125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:38.9375rem;left:39.875rem;display:block; }
#yFgfqtKqXJbm1WGHwGiOtntblcWtrx2J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oFC984yKTlMsakhDC8JXRBR3I3aZIEJW { color:#18191b;display:block;width:30.122625rem;position:absolute;font-family:quicksand;font-size:1rem;font-weight:400;z-index:15089;line-height:1.6;letter-spacing:0;top:14.875rem;left:39.875rem;height:22.378125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RTLDsnzS4tsbS0TkHtWH5IJEICnS1khs { position:absolute;display:block;z-index:15087;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:18.4985625rem;width:33.1860625rem;top:12.8125rem;left:1.593017578125rem;overflow:hidden;display:block; }
#bHUiZxTOb5wtSvuM7qokqDE195l4Ob59 { position:absolute;display:block;z-index:15091;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6236875rem;width:19.375rem;top:0rem;left:39.875rem;overflow:hidden;display:block; }
#wEFVEWvow3idTG6c5FDQwmVwGC4KSGZg { color:#b518b7;display:block;width:18.560125rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:400;z-index:15091;line-height:1.6;letter-spacing:0;top:11.375rem;left:39.875rem;height:1.8005375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ob0QQLtG2Tbu0NCTXBxt2MGufS1vR4SE { 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; }#ob0QQLtG2Tbu0NCTXBxt2MGufS1vR4SE > .row .container { border-width: 0; border-radius: 0; }#ob0QQLtG2Tbu0NCTXBxt2MGufS1vR4SE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ob0QQLtG2Tbu0NCTXBxt2MGufS1vR4SE > .row .container { font-size:0.875rem;font-family:arial;height:40.8125rem;width:75rem;position:relative;display:none; }#s6HEeebsBayMhTiaRKsG4UtrRZEzs3bV { color:#ffffff;display:block;width:30.125rem;position:absolute;font-family:quicksand;font-size:1rem;font-weight:400;z-index:15088;line-height:1.6;letter-spacing:0;top:9.0625rem;left:5.25rem;height:1.5984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WbcyoGd77OdiTteaRxQM5TI79AfiX7yp { color:#18191b;display:block;width:18.560125rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:400;z-index:15085;line-height:1.6;letter-spacing:0;top:9.375rem;left:1.375rem;height:1.8005375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zOE7L1ewSE5UMECe9pRbeWsMGKsdfmi1 { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #b518b7;border-left:0.0625rem solid #b518b7;border-right:0.0625rem solid #b518b7;border-bottom:0.0625rem solid #b518b7;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #18191b ;box-sizing:border-box;color:#18191b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.21875rem;height:2.68555rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:36.6240234375rem;left:1.375rem;display:block; }
#L2LRkW6Z64FLRRbCulTHXeXIAVb18RZA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZSusm8JBoTPzpTFb1iBd9KcJwpWPtaOZ { color:#18191b;display:block;width:30.121125rem;position:absolute;font-family:quicksand;font-size:1rem;font-weight:400;z-index:15089;line-height:1.6;letter-spacing:0;top:15.9365234375rem;left:1.375rem;height:19.18125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rKB50OQxgnV2QHKVZUE02k9GK7JGi3Qy { position:absolute;display:block;z-index:15087;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:16.9360625rem;width:30.1855625rem;top:11.9375rem;left:40.6875rem;overflow:hidden;display:block; }
#GqXw3uJoP8fXZNwkcNMHdOfHJmPvfJbL { position:absolute;display:block;z-index:15096;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:10rem;width:10rem;top:11.173965454101rem;left:60.941843032837rem;overflow:hidden;display:block; }
#euVZi0098FZ0yNNT70THUD9KqaDwTz5w { position:absolute;display:block;z-index:15099;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.5rem;width:17.8735625rem;top:26.4375rem;left:53.125rem;overflow:hidden;display:block; }
#tZbgN5MgTePHcvTKTQgk9L6IgCq8ENPW { position:absolute;display:block;z-index:15098;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6245rem;width:19.375rem;top:1.25rem;left:1.375rem;overflow:hidden;display:block; }
#vyfvoi4WTm66mJwJ7ppyaZVxZETuWJir { color:#b518b7;display:block;width:28.3125rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:400;z-index:15092;line-height:1.6;letter-spacing:0;top:12.849609375rem;left:1.375rem;height:1.8005375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f2q5XX1Ny5ZnWFf5QIeVQmI0LHXJkZtM { 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; }#f2q5XX1Ny5ZnWFf5QIeVQmI0LHXJkZtM > .row .container { border-width: 0; border-radius: 0; }#f2q5XX1Ny5ZnWFf5QIeVQmI0LHXJkZtM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f2q5XX1Ny5ZnWFf5QIeVQmI0LHXJkZtM > .row .container { font-size:0.875rem;font-family:arial;height:1.375rem;width:75rem;position:relative;display:none; }#DLRHCXXRVXpUc23Tc8ySThpvfoFJEa7H { 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; }#DLRHCXXRVXpUc23Tc8ySThpvfoFJEa7H > .row .container { border-width: 0; border-radius: 0; }#DLRHCXXRVXpUc23Tc8ySThpvfoFJEa7H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DLRHCXXRVXpUc23Tc8ySThpvfoFJEa7H > .row .container { font-size:0.875rem;font-family:arial;height:42.9375rem;width:75rem;position:relative;display:none; }#o60mwWhO4q3G7XpksV7NfJ4kDq02P9vQ { color:#18191b;display:block;width:18.5625rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:400;z-index:15086;line-height:1.6;letter-spacing:0;top:9.0625rem;left:39.875rem;height:1.8005375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#W5taEvTQN8uIKMtasSFDL7TwtlT3Thz2 { color:#18191b;display:block;width:30.125rem;position:absolute;font-family:quicksand;font-size:1rem;font-weight:400;z-index:15089;line-height:1.6;letter-spacing:0;top:15.8125rem;left:39.875rem;height:20.7796875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NLDTOwFOEHGyC2TdVhQ3UXSF6CfFltcS { position:absolute;display:block;z-index:15090;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:18.4375rem;width:32.749rem;top:11.6552734375rem;left:2.374267578125rem;overflow:hidden;display:block; }
#yvgrTiR7CAqtD5gdf4ZVmbExZ86aem4T { position:absolute;display:block;z-index:15091;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.625rem;width:19.375rem;top:0.9375rem;left:39.875rem;overflow:hidden;display:block; }
#rEw2iXJNVntDFZFS5EnyLBbDZaMklysk { color:#b518b7;display:block;width:18.560125rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:400;z-index:15091;line-height:1.6;letter-spacing:0;top:12.3125rem;left:39.875rem;height:1.8005375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#h9nx80vvyRsb8pN6VVuqCVxvywWkgPcs { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #b518b7;border-left:0.0625rem solid #b518b7;border-right:0.0625rem solid #b518b7;border-bottom:0.0625rem solid #b518b7;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #18191b ;box-sizing:border-box;color:#18191b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.22198625rem;height:2.65863625rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:38.1875rem;left:39.875rem;display:block; }
#pvZphPUGN2haNuW3LlJH2SsnKtGMJWC7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NHKhiseF3Dy3Ka8N2pz61qrBUa45R6Aa { 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; }#NHKhiseF3Dy3Ka8N2pz61qrBUa45R6Aa > .row .container { border-width: 0; border-radius: 0; }#NHKhiseF3Dy3Ka8N2pz61qrBUa45R6Aa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NHKhiseF3Dy3Ka8N2pz61qrBUa45R6Aa > .row .container { font-size:0.875rem;font-family:arial;height:1.375rem;width:75rem;position:relative;display:none; }#DNutmVUD5dZgvgm18zWZ950IPHBQ6TRO { 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; }#DNutmVUD5dZgvgm18zWZ950IPHBQ6TRO > .row .container { border-width: 0; border-radius: 0; }#DNutmVUD5dZgvgm18zWZ950IPHBQ6TRO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DNutmVUD5dZgvgm18zWZ950IPHBQ6TRO > .row .container { font-size:0.875rem;font-family:arial;height:43.125rem;width:75rem;position:relative;display:none; }#whJTNrT5sC4CQufk24LlyiBMRtTT2Fef { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #b518b7;border-left:0.0625rem solid #b518b7;border-right:0.0625rem solid #b518b7;border-bottom:0.0625rem solid #b518b7;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #18191b ;box-sizing:border-box;color:#18191b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:2.6875rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:38.4375rem;left:2.125rem;display:block; }
#Ap25evP8D0ibQuMtiR0sQUdrFFdlku5z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uSJxinz59N2fvKUAssoKm9GuKsDZ1EOs { color:#18191b;display:block;width:18.5625rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:400;z-index:15086;line-height:1.6;letter-spacing:0;top:9.4375rem;left:2.125rem;height:1.8005375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FA6XKRxm18l5T1fqFiD020ca8o5OpiBa { color:#18191b;display:block;width:30.125rem;position:absolute;font-family:quicksand;font-size:1rem;font-weight:400;z-index:15089;line-height:1.6;letter-spacing:0;top:16.1875rem;left:2.125rem;height:20.7796875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BxkPmQ0TJXUNnSp9kJIxPrI683W99Kvd { position:absolute;display:block;z-index:15090;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:18.4375rem;width:33.1860625rem;top:11.9677734375rem;left:39.65576171875rem;overflow:hidden;display:block; }
#DWtvRdUEDBIPaBsEdktdmsrTIpvxKpvZ { position:absolute;display:block;z-index:15091;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.625rem;width:19.375rem;top:1.3125rem;left:2.125rem;overflow:hidden;display:block; }
#fTImo6fNqTy26VF2LFcGAszf4qiWsHma { color:#b518b7;display:block;width:23.6875rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:400;z-index:15092;line-height:1.6;letter-spacing:0;top:12.6865234375rem;left:2.1245670318604rem;height:1.8005375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gi7EcXNIrF1qHeKOIIxOrS2xmkMkMGX9 { 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; }#gi7EcXNIrF1qHeKOIIxOrS2xmkMkMGX9 > .row .container { border-width: 0; border-radius: 0; }#gi7EcXNIrF1qHeKOIIxOrS2xmkMkMGX9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gi7EcXNIrF1qHeKOIIxOrS2xmkMkMGX9 > .row .container { font-size:0.875rem;font-family:arial;height:53.9375rem;width:75rem;position:relative;display:none; }#WBVhPTIgGbl7wdf7Oy42mON39clFGefm { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #b518b7;border-left:0.0625rem solid #b518b7;border-right:0.0625rem solid #b518b7;border-bottom:0.0625rem solid #b518b7;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #18191b ;box-sizing:border-box;color:#18191b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:2.6875rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:49.4375rem;left:40rem;display:block; }
#EEK4PTAGLyxkZxGDouCq7Shbe9KVHzld { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pEflaTSO1Ldt9Cq7pVZ5zWBJ13CB3MbW { color:#18191b;display:block;width:18.5623125rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:400;z-index:15086;line-height:1.6;letter-spacing:0;top:9.125rem;left:39.6875rem;height:1.8005375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yMmGwAH7pXLPvlWTV1xZahhyEJKwP2ao { color:#18191b;display:block;width:30.1245rem;position:absolute;font-family:quicksand;font-size:1rem;font-weight:400;z-index:15089;line-height:1.6;letter-spacing:0;top:15.875rem;left:39.6875rem;height:31.96875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ew2TfIeqQ0mBbDHq3HAn2QzE7bgf34NL { position:absolute;display:block;z-index:15090;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:16.9375rem;width:30.1875rem;top:18.0625rem;left:3.625rem;overflow:hidden;display:block; }
#KTGZXQt8H6Xi9mSe42l9KSCh8kyuXPbb { color:#b518b7;display:block;width:33.125rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:400;z-index:15092;line-height:1.6;letter-spacing:0;top:12.375rem;left:39.6875rem;height:1.8005375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mlZHZnwkl6ldwZ4uElZZTFr0z3rFa73d { position:absolute;display:block;z-index:15098;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.5rem;width:17.87325rem;top:32.568225860596rem;left:3.6241321563721rem;overflow:hidden;display:block; }
#avtrQ6MXTlEhKMvHAv1sIMUn5QFEI46L { position:absolute;display:block;z-index:15097;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:10rem;width:10rem;top:18.061931610108rem;left:3.6241321563721rem;overflow:hidden;display:block; }
#iCmo0ZOtAkA0mu82qL1DVdUKIB6Cw3m0 { position:absolute;display:block;z-index:15099;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.625rem;width:19.375rem;top:1rem;left:39.6875rem;overflow:hidden;display:block; }
#b34115ebd177b99d926bbcedd7750157.widget-smartsection { 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:block; } #b34115ebd177b99d926bbcedd7750157.widget-smartsection *:focus-visible, #b34115ebd177b99d926bbcedd7750157.widget-smartsection input[type="text"]:focus-visible, #b34115ebd177b99d926bbcedd7750157.widget-smartsection input[type="email"]:focus-visible, #b34115ebd177b99d926bbcedd7750157.widget-smartsection input[type="tel"]:focus-visible, #b34115ebd177b99d926bbcedd7750157.widget-smartsection textarea:focus-visible { outline: none; } #pZ1vyZpHdswp0lbN2A6lpHhfrck9r7i4 > .row .container { background-color: transparent; background-image: none; }#pZ1vyZpHdswp0lbN2A6lpHhfrck9r7i4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pZ1vyZpHdswp0lbN2A6lpHhfrck9r7i4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pZ1vyZpHdswp0lbN2A6lpHhfrck9r7i4 > .row .container > .video-iframe-container { display: none; }#pZ1vyZpHdswp0lbN2A6lpHhfrck9r7i4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pZ1vyZpHdswp0lbN2A6lpHhfrck9r7i4 > .row > .video-iframe-container { display: none; }#pZ1vyZpHdswp0lbN2A6lpHhfrck9r7i4 > .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); }#pZ1vyZpHdswp0lbN2A6lpHhfrck9r7i4 > .row .container { border-width: 0; border-radius: 0; }#pZ1vyZpHdswp0lbN2A6lpHhfrck9r7i4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pZ1vyZpHdswp0lbN2A6lpHhfrck9r7i4 > .row .container { font-size:0.875rem;font-family:arial;height:6.9375rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #opvbdwDUdDHocTo3dHmO8iUTbl5eP8kW { position:relative;z-index:auto;display:block; }#opvbdwDUdDHocTo3dHmO8iUTbl5eP8kW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aBvNGFsteRJ9lk4xwTFTKRRS739M9EOW { width:15.9375rem;height:2.75rem;top:1.84375rem;left:31.8125rem;font-size:1.25rem;font-family:poppins;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #H1TmRhOdMGOMpICJa5ZudokUtMDuBvN2 { display:block; }
 }@media only screen and (max-width: 763px) { #Ig2JqR5msng8Kba5z8zdnI0OiAQH0cTV { width:15.9375rem;height:2.75rem;top:1.84375rem;left:31.8125rem;font-size:1.25rem;font-family:poppins;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #aStS2XhpbQahbyxqIyOzK3lAoTiwxOhD { display:block; }
 }@media only screen and (max-width: 763px) { #n6puRkrutcTn9APFzNuGOcSfWlpZldf5 { width:16.875rem;height:3.6098140152773rem;top:1.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LRJVoTU8FRoMfUc03xTw8ecMdeFrv8U8 { width:16.9375rem;height:3.6242649867154rem;top:1.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XuIedA4OCWFiK9Io9S5TMggEFhLERTvx { display:block; }#XuIedA4OCWFiK9Io9S5TMggEFhLERTvx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTEXfhazHXLuU7vx2Txk3vXhZNGIhD6L { display:none; }#aTEXfhazHXLuU7vx2Txk3vXhZNGIhD6L > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #B957XbD4rseKX1adhRtvezfZp7Z8J11p { display:none; }#B957XbD4rseKX1adhRtvezfZp7Z8J11p > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nTItEimH3qEvU6KZOimBK9kehzauEWXc { display:none; }#nTItEimH3qEvU6KZOimBK9kehzauEWXc > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #krTq78A8OiOEA41MWBzAPhqtVX2T0lv0 { width:47.75rem;height:13.648541666667rem;top:1.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #X01UyniD9qOL22GtOGKzIzATQCw9VrfM { display:none; }#X01UyniD9qOL22GtOGKzIzATQCw9VrfM > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TSI9CR9gM3CN2S2ii0vByPzRdprvW3m8 { display:none; }#TSI9CR9gM3CN2S2ii0vByPzRdprvW3m8 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #v1DuGDfnRXt9nCPhwnx7WHCqH9AhUkNZ { width:47.75rem;height:13.648541666667rem;top:1.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ATJswTe9xT1Pt3ZmACnV5iUiFgiUhG21 { display:none; }#ATJswTe9xT1Pt3ZmACnV5iUiFgiUhG21 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wPcNSSMEZSdAOJKD1JRHmMniPC9Q0kf2 { display:none; }#wPcNSSMEZSdAOJKD1JRHmMniPC9Q0kf2 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #t4Ta4MBOXm91iiJyGzlWvZZ1eCKcBqen { display:none; }#t4Ta4MBOXm91iiJyGzlWvZZ1eCKcBqen > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SEtHPuFoe1huNJJ3VS6K8nVDOftIBSO0 { top:1.0625rem;left:0rem;width:47.75rem;height:7.3125rem;font-size:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rxbFkVG4lUDBhiTQBvJ30XcIPWVHVB6N { display:none; }#rxbFkVG4lUDBhiTQBvJ30XcIPWVHVB6N > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #W8CwqoCcTeheMNrqhCmovovbfKDCoq9W .widget-regular-label { display:block;height:auto; }
#W8CwqoCcTeheMNrqhCmovovbfKDCoq9W .widget-checkbox-label { width:31.3125rem; }
#W8CwqoCcTeheMNrqhCmovovbfKDCoq9W  { width:32.5625rem;height:auto; }
#W8CwqoCcTeheMNrqhCmovovbfKDCoq9W {display:block;}#W8CwqoCcTeheMNrqhCmovovbfKDCoq9W { width:32.5625rem;height:auto;display:none; }
 }@media only screen and (max-width: 763px) { #W8CwqoCcTeheMNrqhCmovovbfKDCoq9W #LnBUbwGsWJnk3UZmZh4yly98aUd5ggSt {  }
 }@media only screen and (max-width: 763px) { #W8CwqoCcTeheMNrqhCmovovbfKDCoq9W #Qo2pKwSMUNNbq2OZkGShwAOc3FdB7R9h { display:block; }
 }@media only screen and (max-width: 763px) { #W8CwqoCcTeheMNrqhCmovovbfKDCoq9W #KVdH25oOE8EDGV5S3EFGXvyT4bxvIQhM {  }
 }@media only screen and (max-width: 763px) { #W8CwqoCcTeheMNrqhCmovovbfKDCoq9W #n39Wc5dU9B6aGQASAhMN9WQqEbZGCZfX {  }
 }@media only screen and (max-width: 763px) { #W8CwqoCcTeheMNrqhCmovovbfKDCoq9W #K0fBBnqZOT0BV1t9d3t2vT03mTdL1ReN { display:block; }
 }@media only screen and (max-width: 763px) { #W8CwqoCcTeheMNrqhCmovovbfKDCoq9W #MAeazTadmwbETROJ9ygzwx8FiWwcoETL {  }
 }@media only screen and (max-width: 763px) { #W8CwqoCcTeheMNrqhCmovovbfKDCoq9W #iUZwaDIF32sQBIIXBIgdqQVgwT3se1V3 {  }
 }@media only screen and (max-width: 763px) { #W8CwqoCcTeheMNrqhCmovovbfKDCoq9W #qTiI8d6ZrEnxnGzIEv6fsz7q95EwTLQe { display:block; }
 }@media only screen and (max-width: 763px) { #W8CwqoCcTeheMNrqhCmovovbfKDCoq9W #d4zTCz3z5TP8ZyohDiT7hG29eAfBrr5T {  }
 }@media only screen and (max-width: 763px) { #W8CwqoCcTeheMNrqhCmovovbfKDCoq9W #tPZ5iG9z7Q6InvvAXon6X3ZbCKKrdgSO {  }
 }@media only screen and (max-width: 763px) { #W8CwqoCcTeheMNrqhCmovovbfKDCoq9W #eE0F5Xc2h4PSGPuiSEDLDJLTNRBvALUi { display:block; }
 }@media only screen and (max-width: 763px) { #W8CwqoCcTeheMNrqhCmovovbfKDCoq9W #m7Sm36k46POQVa9N88aT9DKnxmbgphUP {  }
 }@media only screen and (max-width: 763px) { #p1l73vDHW9xrN1uMQtbrHTZqfHdhXM2Z { display:block; }
 }@media only screen and (max-width: 763px) { #BTT0yX256CfLe8SyGBFH8PUCmNfTFfX2 { display:block; }
 }@media only screen and (max-width: 763px) { #kvXXbC5kelnUKnbI4uGdh8ACXMThKFEo { display:block; }
 }@media only screen and (max-width: 763px) { #W8CwqoCcTeheMNrqhCmovovbfKDCoq9W #qQ74ll8R1RDSuKWG5Xvcu66Mf1ZA2wMU {  }
 }@media only screen and (max-width: 763px) { #W8CwqoCcTeheMNrqhCmovovbfKDCoq9W #EeWVRnPJ6eQHJnua0eroD7eOzrMagZei { z-index:2; }
 }@media only screen and (max-width: 763px) { #W8CwqoCcTeheMNrqhCmovovbfKDCoq9W #baX4FIhHo8oSGx9gw9NE6QOc2TeHn81E {  }
 }@media only screen and (max-width: 763px) { #W8CwqoCcTeheMNrqhCmovovbfKDCoq9W #MsLrbAqTcoLHXGkDP3ON7KTmlCUbV8uN {  }
 }@media only screen and (max-width: 763px) { #W8CwqoCcTeheMNrqhCmovovbfKDCoq9W #F6CW6IG5IEEadTVn7yiMHJH5O9zDGFul {  }
 }@media only screen and (max-width: 763px) { #W8CwqoCcTeheMNrqhCmovovbfKDCoq9W #ziMibcER9qs076nbQo2tdT741sw4A7yO { z-index:15000; }
 }@media only screen and (max-width: 763px) { #W8CwqoCcTeheMNrqhCmovovbfKDCoq9W #DTZF5pcf0vMb7OXEPn4hcwsy5NT1hRTc { z-index:15000; }
 }@media only screen and (max-width: 763px) { #MzHLZlsoHRluANgT77f6d49e3zyi8J9Z { display:block; }
 }@media only screen and (max-width: 763px) { #W8CwqoCcTeheMNrqhCmovovbfKDCoq9W #pCV4mTeJq6LK8MseTitALd1NSi227UNM {  }
 }@media only screen and (max-width: 763px) { #W8CwqoCcTeheMNrqhCmovovbfKDCoq9W #Hyaqm6pbx9Lv5bRTEXQ5nZFzgOaE6Fo9 {  }
 }@media only screen and (max-width: 763px) { #GIEX38mMhlul9hrEagnED4x8e9xymBw2 { top:0.6875rem;left:0rem;width:19.0625rem;height:5.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #d8VsdfGaTfI9ln6ZX55bfpnwdu548Z8g { width:9.375rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GatX0QLxvp2S8369QJWRkmcTXx4qttTb { display:none; }#GatX0QLxvp2S8369QJWRkmcTXx4qttTb > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #esBaiscrC9IKy1HTGNhwat6ZlCNU8ysC { display:none; }#esBaiscrC9IKy1HTGNhwat6ZlCNU8ysC > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NPmkEQ8Dh3ITeTppn8zFJMdLMTSqhHmQ { top:7rem;left:0rem;width:15.875rem;height:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #CEP23CpO19TxMTDEwWFFVEc4MBPnoEb4 { width:1.875rem;height:1.875rem;top:17.6875rem;left:23.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #muaCD31c4owSTvRzhDgTp7owpcSvwIbW { top:37.8125rem;left:0rem;width:36.1875rem;height:2.4375rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN .widget-regular-label { display:block; }
#Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN .widget-checkbox-label { width:31.3125rem; }
#Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN  { width:32.5625rem;height:auto; }
#Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN {display:block;}#Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN { width:32.5625rem;height:auto; }
 }@media only screen and (max-width: 763px) { #Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN #XVziKkQ6XPZnSLGzxk8h11PK0rNE958Q {  }
 }@media only screen and (max-width: 763px) { #Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN #GAXTbpfntZxl8oNSLR55LUvAxcNSJgrl { display:none; }
 }@media only screen and (max-width: 763px) { #Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN #nT9hocIbKyuKzKbLTboDWHAeHNGL1MTq {  }
 }@media only screen and (max-width: 763px) { #Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN #AHBCA0TOnbnF6vy00Zgp148A9hCI3Ofn {  }
 }@media only screen and (max-width: 763px) { #Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN #iqrVzWL8BTbdJixKsQs6IZHSG92KFxFI { display:none; }
 }@media only screen and (max-width: 763px) { #Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN #JeXcR6Q5oTaztvcQFmuTDNIlb5uLrsHD {  }
 }@media only screen and (max-width: 763px) { #Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN #Wi1vbZBwzw63ZVBpTodL6XMq8lg8RZRL {  }
 }@media only screen and (max-width: 763px) { #Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN #xTeVXMx4XqVsBvWFFrs7oEzsgWgcLoGW { display:none; }
 }@media only screen and (max-width: 763px) { #Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN #nw4stUEtJKR6Vsdvt5maa9tPcG5OpzrT {  }
 }@media only screen and (max-width: 763px) { #Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN #vbT60hlXIc6A6HcbXquvOfzS5xaPzeq0 {  }
 }@media only screen and (max-width: 763px) { #Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN #ySalWUte1gb4RTDsiX0F2CCzJ4T4Cy07 {  }
 }@media only screen and (max-width: 763px) { #Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN #luVxvAPuPUGcbwspe2Zz95dntzTGSyJE {  }
 }@media only screen and (max-width: 763px) { #DE9xb242dFK5yp7XKMMAeEZ5Cq16TNaG { display:block; }
 }@media only screen and (max-width: 763px) { #ADfGW5VlIA7Tgqt9dPEvXZfCUopHyVGq { display:block; }
 }@media only screen and (max-width: 763px) { #HZl0iQGTVPSdsOGp7QfcU0EH5sJ7u2W2 { display:block; }
 }@media only screen and (max-width: 763px) { #Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN #KSOSLsIW6RJUxFeVKd5mEEfWpxlhRVwG {  }
 }@media only screen and (max-width: 763px) { #Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN #GBnMayoSqWU06A0R45mdxLPQScXsfliH { z-index:2; }
 }@media only screen and (max-width: 763px) { #Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN #tgdhhdfqKlQTI65OdShDzNM80InG6EEm {  }
 }@media only screen and (max-width: 763px) { #Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN #okbe3m4xhmiCkgvGhBdJkbmaDSVCSGRm {  }
 }@media only screen and (max-width: 763px) { #Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN #Hc7nVB6HP5TK5fZM44cocnkIDHWPd7yQ {  }
 }@media only screen and (max-width: 763px) { #Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN #T9GE4Q21zZCFDBiryrR4WCDedgqK2mAU { z-index:15000; }
 }@media only screen and (max-width: 763px) { #Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN #FKfTkATEivpOg7csXUbDAo4BFeGtqzFH { z-index:15000; }
 }@media only screen and (max-width: 763px) { #GrT7DfbGckD4907JGle0rTkDOxRXT5ML { display:block; }
 }@media only screen and (max-width: 763px) { #Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN #T5FkaU7hquRU8Bbbm8F7UUO4UKfmfwVc {  }
 }@media only screen and (max-width: 763px) { #Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN #aEbynJbsMqqnCQFeIUIZLspM5aZoodTA {  }
 }@media only screen and (max-width: 763px) { #OfcWROKTKey1RL7aTqeRNZST17KMPLce { width:36.25rem;height:6.4375rem;top:52.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBleGCb8MbeU5TTZPFqWrMqrTqNWBX2N { width:36.875rem;height:8.625rem;top:1.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2O8RwRx5BBmPwfJmDZL6GRyKFZuRbLz { width:35.875rem;height:28rem;top:12.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPbLRvCxiAhSE9mo7xSARTpHdZ0g4D2E { width:35.875rem;height:4.3125rem;top:45.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVCJmU6qSvXZoD89G7gSMez3dhUOLZTW { width:35.9375rem;height:7.9375rem;top:60.4375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqNBRfMvhgmqDNZlNGc9L0Tp52mhPy1C { width:26.0625rem;height:2.3125rem;top:41.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOaJ9xexaXGcR7aqsmlP06xfsz2Rr9hd { width:22.5625rem;height:2.3125rem;top:30rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LV9kyCLNe5DkSSTxtHgrc1ZLNiCk4IMo { display:none; }#LV9kyCLNe5DkSSTxtHgrc1ZLNiCk4IMo > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kpvMmi2dkkN9OJHD6JktVZzcEKM5L48a { display:none; }#kpvMmi2dkkN9OJHD6JktVZzcEKM5L48a > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XhWi7rKvma3NXUa8Ss2bz9fSJFo6NvNf { display:none; }#XhWi7rKvma3NXUa8Ss2bz9fSJFo6NvNf > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ls16ZT3cossXbegnWIiNesdlQTkg9mfI { top:1rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJRwhz1P48XqfXVmcOf3cpcQTAEm3URu { display:none; }#mJRwhz1P48XqfXVmcOf3cpcQTAEm3URu > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pFzZVIGVauITJX2sG1kWc0nTwzP3zJu0 { width:47.75rem;height:19.375rem;top:2.25rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UVmrfHGKiwohAQOcOHrMUA1cPRZ2WkEd { display:none; }#UVmrfHGKiwohAQOcOHrMUA1cPRZ2WkEd > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FdZOxqQS287sFmvm2o8uc5ztCmGRL7BC { display:none; }#FdZOxqQS287sFmvm2o8uc5ztCmGRL7BC > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #z2vg61CwtJflviTmTvHLlF9cbszqXcIN { display:none; }#z2vg61CwtJflviTmTvHLlF9cbszqXcIN > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sUbomiIrS2UgBrEesL8qLra4fMJNXEl7 { width:47.75rem;height:3.25rem;top:1.3125rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eEKhy7BNAPekW6zmKQ5czbzwOTB5u85Z { width:47.75rem;height:15.0625rem;top:5.375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #zWxMu2N2hDT6xSL07HoQIJkVzcM0r23L { display:none; }#zWxMu2N2hDT6xSL07HoQIJkVzcM0r23L > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TuNBqxldTZckariZRVQUuFGNTehPt8EA { top:1.0625rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecvWiTnXeXJnygfaoernAm9DB3QH56lv { display:none; }#ecvWiTnXeXJnygfaoernAm9DB3QH56lv > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iD7Ccx1f7GF7AQ1TgwKnbe41whtmWc5R { width:15.625rem;height:1.1875rem;top:33rem;left:32.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nn9v8Xsnel7ivlaBv28J3usyoraV9Wyy { top:4.125rem;left:0.9375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhoXPncGh9H4Bs5hzKGwmh69OlsbXAC5 { width:15.125rem;height:20.3125rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vf2mvmVraUc2wXHktf2BNRQcuEiUiBAi { top:12rem;left:0rem;width:10.4375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5n0LG0m95KXXItnfooOgVtk5OQ4eRQK { top:15.125rem;left:0rem;width:7.9375rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnT1wnBHeWitabO9C1FerIMKcQoKf36K { top:22.375rem;left:0rem;width:13.75rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMBAOAZGkLW4abrz9ZWF3UICE1R35nGe { top:4.125rem;left:18rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TC9J3EexKNveZP7IaElhKs2V4dRlq9kf { top:11.375rem;left:9.6875rem;width:14.1875rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSTBSsWZCQHAabseDSRTe97xxafh2xSO { top:15.875rem;left:12rem;width:11.875rem;height:4.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qzb5QKTA5vkkrXG3AROvT8AM8WWXAseR { width:15.125rem;height:20.3125rem;top:0.8125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFQrVFKX54szLnBA2XrhMzgAMSkx4iD7 { top:4.125rem;left:24.1875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbAPXQywf8P30eQU9z3zwusDVaARhewF { top:12rem;left:23.875rem;width:13.125rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5kCy0Dt7fu4h9dt9ZlfI4soWA8b7xJo { top:16.5625rem;left:23.875rem;width:12.375rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJl3a8TScp7mVrgAC86eLulgBhibObkZ { width:15.125rem;height:20.3125rem;top:0.8125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKw3VbV2l0tmv10rx6OConhvDorWtygC { display:none; }#PKw3VbV2l0tmv10rx6OConhvDorWtygC > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FzUsfLTiuiNrn9pP4rvh9Ib59BCAWyZg { display:none; }#FzUsfLTiuiNrn9pP4rvh9Ib59BCAWyZg > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IX38gVp4vJ8hxeSPyQC1Tylxy0MXRep8 { top:1.0625rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMIq1IPzZqx8yzoZx5b3UHT0CCgtoXe4 { display:none; }#lMIq1IPzZqx8yzoZx5b3UHT0CCgtoXe4 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bZrzvV7BDfw8kmIQiKUeL7Ip5PUGuJ8O { top:12.5625rem;left:0rem;width:13.0625rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TWq1D9ZFHAzXKMLO0gZLKA22ZcbNPgVw { top:12.5625rem;left:0rem;width:13.0625rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #K6hVi2QvCRz9qKATJdHvUmUIGZLnPCV1 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K6hVi2QvCRz9qKATJdHvUmUIGZLnPCV1 .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; }
#K6hVi2QvCRz9qKATJdHvUmUIGZLnPCV1 .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; }
#K6hVi2QvCRz9qKATJdHvUmUIGZLnPCV1 { width:18rem;height:5.0625rem;display:flex;top:36.4375rem;left:3.5104160308838rem;z-index:15034; }
 }@media only screen and (max-width: 763px) { #K6hVi2QvCRz9qKATJdHvUmUIGZLnPCV1 #dvHlmPnosfh5UIpO1vG6XOlEznQ633t9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #K6hVi2QvCRz9qKATJdHvUmUIGZLnPCV1 #gL2BUhdy0THIIrA1dgwNRcAh38EbdcT2 {  }
 }@media only screen and (max-width: 763px) { #K6hVi2QvCRz9qKATJdHvUmUIGZLnPCV1 #Ar6LQ8lsuoRgntKqPNr8TV2sncteRdBP {  }
 }@media only screen and (max-width: 763px) { #K6hVi2QvCRz9qKATJdHvUmUIGZLnPCV1 #Ewnpe13T8MFuhnfwTw7X1xwioKv8M5et { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #K6hVi2QvCRz9qKATJdHvUmUIGZLnPCV1 #pFH5rAVpNbxGOq6CoNIt2mfEuVTUcpvS {  }
 }@media only screen and (max-width: 763px) { #K6hVi2QvCRz9qKATJdHvUmUIGZLnPCV1 #uZTpue5eVJvarqh3uImXdrRH90vgIUDv {  }
 }@media only screen and (max-width: 763px) { #K6hVi2QvCRz9qKATJdHvUmUIGZLnPCV1 #GPybTIrmbF2P2bw0x7FoiLTDa0r4B2wv { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #K6hVi2QvCRz9qKATJdHvUmUIGZLnPCV1 #msCR4mq7546gWSAkyF7teF2GymwvcQki {  }
 }@media only screen and (max-width: 763px) { #K6hVi2QvCRz9qKATJdHvUmUIGZLnPCV1 #N3uBsBIt2fbrvJZRcuJgCWX5XKwLZd0R {  }
 }@media only screen and (max-width: 763px) { #K6hVi2QvCRz9qKATJdHvUmUIGZLnPCV1 #c97t1QHppGDzrIlSAbIUUyrGfFp5HCcf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #K6hVi2QvCRz9qKATJdHvUmUIGZLnPCV1 #kE1Mr2EMRqnAuvqEk527FTCJTqP6DA1F {  }
 }@media only screen and (max-width: 763px) { #K6hVi2QvCRz9qKATJdHvUmUIGZLnPCV1 #aB9ZQkTALJEXzocP912Ki5SoC9RRPZq3 {  }
 }@media only screen and (max-width: 763px) { #Gxp3ZD6iig99TXq52am5W3blOZcHawtH { top:1.375rem;left:0rem;width:47.75rem;height:21.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PPbScGOvolZME1KQVLcf8loRRUkQ2fWB { display:none; }#PPbScGOvolZME1KQVLcf8loRRUkQ2fWB > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ublQIM5KPFE60RZdawvIdJMSgfWlti4I { top:12.5625rem;left:0rem;width:13.0625rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KRpUt1VoKSQFX7eWRFJmBrSnV0BTenaA { top:12.5625rem;left:0rem;width:13.0625rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uv5dCRd92cIUox6feiC3PFRkeTICGaWJ .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uv5dCRd92cIUox6feiC3PFRkeTICGaWJ .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; }
#uv5dCRd92cIUox6feiC3PFRkeTICGaWJ .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; }
#uv5dCRd92cIUox6feiC3PFRkeTICGaWJ { width:20rem;height:5.5625rem;display:flex;top:36.4375rem;left:3.5104160308838rem;z-index:15034; }
 }@media only screen and (max-width: 763px) { #uv5dCRd92cIUox6feiC3PFRkeTICGaWJ #heJeGFKGl3HzKZXCNv1PlxKn4JUeOZfB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uv5dCRd92cIUox6feiC3PFRkeTICGaWJ #odvKNcSAocc9QReT4HwT0mKVRduy2MGW {  }
 }@media only screen and (max-width: 763px) { #uv5dCRd92cIUox6feiC3PFRkeTICGaWJ #urv359Tw9JuspMUws7tOEyWRuz88lORa {  }
 }@media only screen and (max-width: 763px) { #uv5dCRd92cIUox6feiC3PFRkeTICGaWJ #wHqU7HFGUiJvMT5Wc4LWrNSRBer1tovR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uv5dCRd92cIUox6feiC3PFRkeTICGaWJ #iGFoSDN34zM0zwuSumhuzwJ69FJAUTrz {  }
 }@media only screen and (max-width: 763px) { #uv5dCRd92cIUox6feiC3PFRkeTICGaWJ #n880XA1O4o9qqT0ALGOg2GkpyHA8quQf {  }
 }@media only screen and (max-width: 763px) { #uv5dCRd92cIUox6feiC3PFRkeTICGaWJ #i2eVHZX9lcz8gzxhSnx8s2kVncK67N7f { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uv5dCRd92cIUox6feiC3PFRkeTICGaWJ #uMgCeNeM5N4NlSOSV0bXqpcQs4CJ1CBC {  }
 }@media only screen and (max-width: 763px) { #uv5dCRd92cIUox6feiC3PFRkeTICGaWJ #dZ3L6J20v7vCa3cUCinuftUWmq2TsG8a {  }
 }@media only screen and (max-width: 763px) { #uv5dCRd92cIUox6feiC3PFRkeTICGaWJ #Gyuu5vq9JkUqbEKLHARF2SBSEH4JIniI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uv5dCRd92cIUox6feiC3PFRkeTICGaWJ #r4nJqR45vZ1Zd8ON2DSSne6kCm7gi2Mi {  }
 }@media only screen and (max-width: 763px) { #uv5dCRd92cIUox6feiC3PFRkeTICGaWJ #SCVVFs8SRV702s7byo62n3EwuuRVTVqA {  }
 }@media only screen and (max-width: 763px) { #IoHBBTr8LufVczKH7gCiAReKy4kx1TdT { top:1.25rem;left:0rem;width:47.75rem;height:6.3125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TiIsyLDWg5SXTpP6Cyc8cyG76pAyXatT { top:10.0625rem;left:0rem;width:47.75rem;height:19.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qx6coCXedprTKTpAhXlGlQK9mTRCWniE { display:none; }#qx6coCXedprTKTpAhXlGlQK9mTRCWniE > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #D19ey7SWqwWoDLkDLSicWQHBzFCQGu3K { top:12.5625rem;left:0rem;width:13.0625rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zNgq8X8xcc5vVTs2iqOQm7fRA6KvlIpl { top:12.5625rem;left:0rem;width:13.0625rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ulav1JWNoSIQ2lofl4SEnFKw6PG2LleZ .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ulav1JWNoSIQ2lofl4SEnFKw6PG2LleZ .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; }
#ulav1JWNoSIQ2lofl4SEnFKw6PG2LleZ .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; }
#ulav1JWNoSIQ2lofl4SEnFKw6PG2LleZ { width:18rem;height:5.0625rem;display:flex;top:36.4375rem;left:3.5104160308838rem;z-index:15034; }
 }@media only screen and (max-width: 763px) { #ulav1JWNoSIQ2lofl4SEnFKw6PG2LleZ #ZhdFeEBvFZLpTglkmrcgHMQc2CSoKBLr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ulav1JWNoSIQ2lofl4SEnFKw6PG2LleZ #MLJlrR8gTLrqoeTJ1vRuubEnUp4XEpHo {  }
 }@media only screen and (max-width: 763px) { #ulav1JWNoSIQ2lofl4SEnFKw6PG2LleZ #renOeaEcwXScKiqhsKnSECofJ5qTc0if {  }
 }@media only screen and (max-width: 763px) { #ulav1JWNoSIQ2lofl4SEnFKw6PG2LleZ #rzqVALSmPoc4q2X2IXb1maAWwgIwenx5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ulav1JWNoSIQ2lofl4SEnFKw6PG2LleZ #ETX2n7U7SxHFBpktGT3NRJH7bzxNIOqo {  }
 }@media only screen and (max-width: 763px) { #ulav1JWNoSIQ2lofl4SEnFKw6PG2LleZ #lJQvTiD3OoBzpibVSPLzJgcF7HBAmSgi {  }
 }@media only screen and (max-width: 763px) { #ulav1JWNoSIQ2lofl4SEnFKw6PG2LleZ #IQtuUGcr3qbhh6kiEfStQQF2wwbTc1If { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ulav1JWNoSIQ2lofl4SEnFKw6PG2LleZ #gl7hWZu7BbpoJTHTB7nWWPzguVKNyXiS {  }
 }@media only screen and (max-width: 763px) { #ulav1JWNoSIQ2lofl4SEnFKw6PG2LleZ #HfAIxHicJ6PNhFx8fbfDVrWOmZBNDXBt {  }
 }@media only screen and (max-width: 763px) { #ulav1JWNoSIQ2lofl4SEnFKw6PG2LleZ #uB6C3Z0lM0C7MrAsSdCO03DwxO6qUAfd { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ulav1JWNoSIQ2lofl4SEnFKw6PG2LleZ #QSPnOmWKa64DW5IWcl5KFkTZLo94eQBo {  }
 }@media only screen and (max-width: 763px) { #ulav1JWNoSIQ2lofl4SEnFKw6PG2LleZ #Cz3qHGp26STbB7Q90MkK62C2Tq98nBOv {  }
 }@media only screen and (max-width: 763px) { #UgGB9tbqFmaGaZXlJ9BAL5kBameDcN6R { top:9.4375rem;left:0rem;width:47.75rem;height:10.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #D5UtZmyk2gVTJlLVFrosa4tZ6eXoElSK { top:1.125rem;left:0rem;width:47.75rem;height:6.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rV5J2tqaxlgrcHTqhrv2GwqrJwdegKpI { display:none; }#rV5J2tqaxlgrcHTqhrv2GwqrJwdegKpI > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dOVc72mWDEDEXgeOxTRfncJPscBBxRSm { top:12.5625rem;left:0rem;width:13.0625rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BotoFwGsnXVsJJcegGSbR5PlI2gkkTIu { top:12.5625rem;left:0rem;width:13.0625rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NpG3g1wQJqmf0UQaxSa0Ou9dHaRnSRwE .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NpG3g1wQJqmf0UQaxSa0Ou9dHaRnSRwE .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; }
#NpG3g1wQJqmf0UQaxSa0Ou9dHaRnSRwE .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; }
#NpG3g1wQJqmf0UQaxSa0Ou9dHaRnSRwE { width:18rem;height:5.0625rem;display:flex;top:36.4375rem;left:3.5104160308838rem;z-index:15034; }
 }@media only screen and (max-width: 763px) { #NpG3g1wQJqmf0UQaxSa0Ou9dHaRnSRwE #FTKfXl5C21AkEEgXTtE6f0oqpkAJOTlT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NpG3g1wQJqmf0UQaxSa0Ou9dHaRnSRwE #IghE1TkHP2Qy0LR3iReA0wUcloGvTE0K {  }
 }@media only screen and (max-width: 763px) { #NpG3g1wQJqmf0UQaxSa0Ou9dHaRnSRwE #Wh6qKc2J6i960wuplqimqHQMVuf3wMJO {  }
 }@media only screen and (max-width: 763px) { #NpG3g1wQJqmf0UQaxSa0Ou9dHaRnSRwE #bXIXVFocUhTH0Q8AdVQa9CFWni3V1Zbc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NpG3g1wQJqmf0UQaxSa0Ou9dHaRnSRwE #fIyuhXz7KeAJgEdIKAQcO1rTo4X2fotL {  }
 }@media only screen and (max-width: 763px) { #NpG3g1wQJqmf0UQaxSa0Ou9dHaRnSRwE #Vv506Ub0UqMRuJ9tUWDxCxzOTeLLRJEm {  }
 }@media only screen and (max-width: 763px) { #NpG3g1wQJqmf0UQaxSa0Ou9dHaRnSRwE #IIM30ebXyrZNxc14zwif9SVMxpLThmJE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NpG3g1wQJqmf0UQaxSa0Ou9dHaRnSRwE #FzQnqeQUskbpzBcBsKOWz3LLyEOsCqwO {  }
 }@media only screen and (max-width: 763px) { #NpG3g1wQJqmf0UQaxSa0Ou9dHaRnSRwE #wTdRk6OFy3OrN4EakWT72i9uB3ICzWzH {  }
 }@media only screen and (max-width: 763px) { #NpG3g1wQJqmf0UQaxSa0Ou9dHaRnSRwE #yza59TkB96fh39FQf5tAOhRnU77moFzx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NpG3g1wQJqmf0UQaxSa0Ou9dHaRnSRwE #c9o4K1vllBOd8E3Gkl3Dw8oM7m07Ji3M {  }
 }@media only screen and (max-width: 763px) { #NpG3g1wQJqmf0UQaxSa0Ou9dHaRnSRwE #NPCIbbQDTTrKqBLR9lV93G3xMq8s2zsV {  }
 }@media only screen and (max-width: 763px) { #UisUMg2oNw9krgCBUkxczc0ByHrEIJIy { top:9.375rem;left:0rem;width:47.75rem;height:17.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #gsweKWTcREW5IaUlTO9KJDzaZsnAkmlc { top:1.125rem;left:0rem;width:47.75rem;height:6.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbgWiUUxwUQmkVdcf2JIfuhS60oSsx0e { display:none; }#BbgWiUUxwUQmkVdcf2JIfuhS60oSsx0e > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZaavH89Pe9Dr6eHiaQuzDerGQfSA9F1g { top:12.5625rem;left:0rem;width:13.0625rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #o4qoQawQNmAJyOifzB1OeiE8El1GGv4C { top:12.5625rem;left:0rem;width:13.0625rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AeLqJa0Jav8rScnLrHR8Hscg1SROIK1a { top:1.3125rem;left:0rem;width:47.75rem;height:9.9375rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdECymukEK7ZpPK87sXN6QbZfaH5Rc3I .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qdECymukEK7ZpPK87sXN6QbZfaH5Rc3I .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; }
#qdECymukEK7ZpPK87sXN6QbZfaH5Rc3I .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; }
#qdECymukEK7ZpPK87sXN6QbZfaH5Rc3I { width:18rem;height:5.0625rem;display:flex;top:36.4375rem;left:3.5104160308838rem;z-index:15034; }
 }@media only screen and (max-width: 763px) { #qdECymukEK7ZpPK87sXN6QbZfaH5Rc3I #pA9k5EUHqFLiUwXqMm12gIbZPhtExyPP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qdECymukEK7ZpPK87sXN6QbZfaH5Rc3I #gfFixPpLnPARE4QB8TETIkXOMrnXhkIq {  }
 }@media only screen and (max-width: 763px) { #qdECymukEK7ZpPK87sXN6QbZfaH5Rc3I #IpzHDwvCTJ5xwXe33W7BSrFpWCfI6fSr {  }
 }@media only screen and (max-width: 763px) { #qdECymukEK7ZpPK87sXN6QbZfaH5Rc3I #bwZSTKq5BcQfWpGEAfWGTS4l4xMpQ2s1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qdECymukEK7ZpPK87sXN6QbZfaH5Rc3I #Cb9It5L4swpW9efX5CEFJbuPns0S46FI {  }
 }@media only screen and (max-width: 763px) { #qdECymukEK7ZpPK87sXN6QbZfaH5Rc3I #rcsf96svmQOCwP6Li1aXw7uKp7KToMbO {  }
 }@media only screen and (max-width: 763px) { #qdECymukEK7ZpPK87sXN6QbZfaH5Rc3I #av1PNSAmt2r209RoWpeFOiWhfAGyAZyd { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qdECymukEK7ZpPK87sXN6QbZfaH5Rc3I #Jbm4L6tFylyXQA25HIdQaGVPFRpZiTv7 {  }
 }@media only screen and (max-width: 763px) { #qdECymukEK7ZpPK87sXN6QbZfaH5Rc3I #BF7MesaP3MN5n1BRPKCxSmHCd1os9cnN {  }
 }@media only screen and (max-width: 763px) { #qdECymukEK7ZpPK87sXN6QbZfaH5Rc3I #SoVbllV7skrKPpO19I0XMq5tQdK2XBqn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qdECymukEK7ZpPK87sXN6QbZfaH5Rc3I #ycqwFKRLB4WSJDmlexu2JasSaR9oO44N {  }
 }@media only screen and (max-width: 763px) { #qdECymukEK7ZpPK87sXN6QbZfaH5Rc3I #Av1V8xS2RJ9BVTRhMRDkJnlk0dCtWHsO {  }
 }@media only screen and (max-width: 763px) { #hOOK1ncMERRXG7R5o4SZwuka83Vexqim { top:13.125rem;left:0rem;width:47.75rem;height:21.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #NLNtaFpZLwHUmmI2RhEe7vONTnhhkVlS { display:none; }#NLNtaFpZLwHUmmI2RhEe7vONTnhhkVlS > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TTyVhTBraUIPU3LvSrbdo9OiaIHTLmwD { top:12.5625rem;left:0rem;width:13.0625rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QnkMPJQ5hT2bL8iEuDatz1UK1eqXMlp7 { top:12.5625rem;left:0rem;width:13.0625rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gPrIAgVWZqnWkBL5oDsLKuKT5OZQeM2e { top:0.625rem;left:0rem;width:47.75rem;height:9.9375rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkgW3FOU80ZgqFWoAq0egb3Rh9vl3S0o .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EkgW3FOU80ZgqFWoAq0egb3Rh9vl3S0o .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; }
#EkgW3FOU80ZgqFWoAq0egb3Rh9vl3S0o .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; }
#EkgW3FOU80ZgqFWoAq0egb3Rh9vl3S0o { width:18rem;height:5.0625rem;display:flex;top:36.4375rem;left:3.5104160308838rem;z-index:15034; }
 }@media only screen and (max-width: 763px) { #EkgW3FOU80ZgqFWoAq0egb3Rh9vl3S0o #NgN7rc6g5FVAepcXFkgWTOHH653aAQ6O { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EkgW3FOU80ZgqFWoAq0egb3Rh9vl3S0o #V6JVclOD19TIbDfe4mHdlzUrnsnKbCGe {  }
 }@media only screen and (max-width: 763px) { #EkgW3FOU80ZgqFWoAq0egb3Rh9vl3S0o #HDyD8PD5xM39yczmS2IIrychIbrtqrQW {  }
 }@media only screen and (max-width: 763px) { #EkgW3FOU80ZgqFWoAq0egb3Rh9vl3S0o #QGBTmOXX1yOlGpU5iPxTCCLwK37rI1he { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EkgW3FOU80ZgqFWoAq0egb3Rh9vl3S0o #WfhGefTg1oJRrUWTVqbucAx13GwZEgvD {  }
 }@media only screen and (max-width: 763px) { #EkgW3FOU80ZgqFWoAq0egb3Rh9vl3S0o #kG7kQEpdoOGlLORJhMgAiWPHZfgorrEr {  }
 }@media only screen and (max-width: 763px) { #EkgW3FOU80ZgqFWoAq0egb3Rh9vl3S0o #KdOD0Hko3ZhGEPAES7qudChDqKgGWXLT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EkgW3FOU80ZgqFWoAq0egb3Rh9vl3S0o #mQB3B1sqrKG9L9VKybT0DMNMpokysg5G {  }
 }@media only screen and (max-width: 763px) { #EkgW3FOU80ZgqFWoAq0egb3Rh9vl3S0o #wkgFNip1shSUVy8SLhMtFB8HufI8TNfa {  }
 }@media only screen and (max-width: 763px) { #EkgW3FOU80ZgqFWoAq0egb3Rh9vl3S0o #f8hwAIW8qy31ruLlypGplfcbftK4cPbU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EkgW3FOU80ZgqFWoAq0egb3Rh9vl3S0o #tL27q5JSB3uGvkNvJKPIdt1VkG5nTTBv {  }
 }@media only screen and (max-width: 763px) { #EkgW3FOU80ZgqFWoAq0egb3Rh9vl3S0o #nGHMo6lTOdRIlPRqzBvi70TCSl6cnyZG {  }
 }@media only screen and (max-width: 763px) { #AZmkPEZZTMZ850M642kys5CZx4kox6qG { top:14.75rem;left:0rem;width:47.75rem;height:23.6875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #LDTe9pDvcPlsiuTFIvdS7wpn9bbZrOzp { display:none; }#LDTe9pDvcPlsiuTFIvdS7wpn9bbZrOzp > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qFR3il96LzuaaQ7meUAdNpwPO7obyBzU { top:12.5625rem;left:0rem;width:13.0625rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rKwwSWUkbMTJDURLTrHrLIEEkiKNFDOv { top:12.5625rem;left:0rem;width:13.0625rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vJNcg78OsUBNiXfx54CXEKuyBT5TBbSN { top:11.25rem;left:0rem;width:47.75rem;height:30.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #MwTb0x7W8kwhRmJ9MMxMygCtZsW5fMMC { top:2.0625rem;left:0rem;width:47.75rem;height:6.3125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDiLN6dLaV4g6T6aKgbLg0yeNK6lRvez .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xDiLN6dLaV4g6T6aKgbLg0yeNK6lRvez .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; }
#xDiLN6dLaV4g6T6aKgbLg0yeNK6lRvez .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; }
#xDiLN6dLaV4g6T6aKgbLg0yeNK6lRvez { width:18rem;height:5.0625rem;display:flex;top:36.4375rem;left:3.5104160308838rem;z-index:15034; }
 }@media only screen and (max-width: 763px) { #xDiLN6dLaV4g6T6aKgbLg0yeNK6lRvez #FrmVnsdrz5CtDkg2oIw35Hx8d4v4ooLn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xDiLN6dLaV4g6T6aKgbLg0yeNK6lRvez #xTEkF0WXblooAG0tWWQyT9WwvTuuNAng {  }
 }@media only screen and (max-width: 763px) { #xDiLN6dLaV4g6T6aKgbLg0yeNK6lRvez #VWwr8FtFdTKnd13RVlBlkMRlDdImkTt8 {  }
 }@media only screen and (max-width: 763px) { #xDiLN6dLaV4g6T6aKgbLg0yeNK6lRvez #WvZ1Edd2cywmqE76yPaoIwKGr1GTapZi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xDiLN6dLaV4g6T6aKgbLg0yeNK6lRvez #DTTmthMbtVpMnWF11CbdusRGEac2oQz9 {  }
 }@media only screen and (max-width: 763px) { #xDiLN6dLaV4g6T6aKgbLg0yeNK6lRvez #JoXSXcROKFoO2gHLTPpHDZaTVxbTuzWN {  }
 }@media only screen and (max-width: 763px) { #xDiLN6dLaV4g6T6aKgbLg0yeNK6lRvez #OtkVT6PIBHWLMdAPRDL0lJHP9gMBw1tZ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xDiLN6dLaV4g6T6aKgbLg0yeNK6lRvez #gZWvgU2Tl0AaAcSGFwg0ccybexPxG2JW {  }
 }@media only screen and (max-width: 763px) { #xDiLN6dLaV4g6T6aKgbLg0yeNK6lRvez #epIsM6WJ2TThUrXl0hnxwyBlAS0x1axf {  }
 }@media only screen and (max-width: 763px) { #xDiLN6dLaV4g6T6aKgbLg0yeNK6lRvez #cfPvZuemUGVW9DPXr66JseAaiyE7i3ie { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xDiLN6dLaV4g6T6aKgbLg0yeNK6lRvez #N4P719l1iA9uhQcSCW1iglXwvxWtlQqC {  }
 }@media only screen and (max-width: 763px) { #xDiLN6dLaV4g6T6aKgbLg0yeNK6lRvez #L0ibSWmu0q4QLkQe5KsXcN9CE9iMDJCI {  }
 }@media only screen and (max-width: 763px) { #WU24bB9pCGdlVp8c8UVBQLkl1JuJ2rMd { display:none; }#WU24bB9pCGdlVp8c8UVBQLkl1JuJ2rMd > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mGKuwGRh78Mag79Wt9C5RziorLO55MAG { top:12.5625rem;left:0rem;width:13.0625rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #b1bQ7bZgKt95Mv1znU98xosLkFwzJ68d { top:12.5625rem;left:0rem;width:13.0625rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VdFz2o4QdrGi9oq7HhvnvT2gUaJwHheQ { top:1.3125rem;left:0rem;width:47.75rem;height:6.625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJDd8XX82fHZX4S9Aluv3KfiIXIfDFfW .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NJDd8XX82fHZX4S9Aluv3KfiIXIfDFfW .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; }
#NJDd8XX82fHZX4S9Aluv3KfiIXIfDFfW .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; }
#NJDd8XX82fHZX4S9Aluv3KfiIXIfDFfW { width:18rem;height:5.0625rem;display:flex;top:36.4375rem;left:3.5104160308838rem;z-index:15034; }
 }@media only screen and (max-width: 763px) { #NJDd8XX82fHZX4S9Aluv3KfiIXIfDFfW #PQnLsUbqCRS2lfNgHAHNpL3TNq0PsSf7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NJDd8XX82fHZX4S9Aluv3KfiIXIfDFfW #hsLJC7Tr1EJXuQH6Tl7mHKW2iTDhIIDR {  }
 }@media only screen and (max-width: 763px) { #NJDd8XX82fHZX4S9Aluv3KfiIXIfDFfW #nzQdwQ9TobvS5Xm7CQtQGKbHDdruk8fK {  }
 }@media only screen and (max-width: 763px) { #NJDd8XX82fHZX4S9Aluv3KfiIXIfDFfW #lrGXWRmL1DfGMe95kTqpNLUUVZwhvr6V { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NJDd8XX82fHZX4S9Aluv3KfiIXIfDFfW #UqcSAFJ7qE0WHW4Mmi77i3dkqnsmf913 {  }
 }@media only screen and (max-width: 763px) { #NJDd8XX82fHZX4S9Aluv3KfiIXIfDFfW #OAUiQ8TLS1wnMq2CbPtKJNoSfoWKX0ZR {  }
 }@media only screen and (max-width: 763px) { #NJDd8XX82fHZX4S9Aluv3KfiIXIfDFfW #qkhv2sMcvyMTHyDs3tVeKAlXXQVtlvKT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NJDd8XX82fHZX4S9Aluv3KfiIXIfDFfW #de55fnKaikIEza5bC6BIlUE67LDFo4xs {  }
 }@media only screen and (max-width: 763px) { #NJDd8XX82fHZX4S9Aluv3KfiIXIfDFfW #pQEZ9G9KT5sDcahsN3X8iNwffJXXgDgh {  }
 }@media only screen and (max-width: 763px) { #NJDd8XX82fHZX4S9Aluv3KfiIXIfDFfW #aDZwvbsVfZKL4NVfMdMnTn0cpb34saTE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NJDd8XX82fHZX4S9Aluv3KfiIXIfDFfW #TruoeXvsNTCocqiUh86WZNkz58xapSQ8 {  }
 }@media only screen and (max-width: 763px) { #NJDd8XX82fHZX4S9Aluv3KfiIXIfDFfW #gAFZ5K0rGSHdPz1LM18C6ZJ5mlO3caIs {  }
 }@media only screen and (max-width: 763px) { #a8u0rFfrH3rLuGI4yiseRUwIUkCbO9mT { top:9.6875rem;left:0rem;width:47.75rem;height:19.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #nkkDvzpObvvRLSo69Wuk3umvFU0baN1m { display:none; }#nkkDvzpObvvRLSo69Wuk3umvFU0baN1m > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bGGDIezWODECzzDNMPDAouQR7CNd8BSX { top:12.5625rem;left:0rem;width:13.0625rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #w5D0P8T80B6mTnTdT1pJb51RaJIDtopV { top:12.5625rem;left:0rem;width:13.0625rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PsFV061bSWeVItiysiQ2QbD4H2ahT52x { top:1.3125rem;left:0rem;width:47.75rem;height:6.625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTiTsCAMRT60ZCCMQ85t1RcSX2JI3hXu .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JTiTsCAMRT60ZCCMQ85t1RcSX2JI3hXu .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; }
#JTiTsCAMRT60ZCCMQ85t1RcSX2JI3hXu .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; }
#JTiTsCAMRT60ZCCMQ85t1RcSX2JI3hXu { width:18rem;height:5.0625rem;display:flex;top:36.4375rem;left:3.5104160308838rem;z-index:15034; }
 }@media only screen and (max-width: 763px) { #JTiTsCAMRT60ZCCMQ85t1RcSX2JI3hXu #qe5IQdiqMMboInvtqtHNrSKmU36AM0sU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JTiTsCAMRT60ZCCMQ85t1RcSX2JI3hXu #E7cQeQ1hEMfGetIJJoEpdZC8ws507P9F {  }
 }@media only screen and (max-width: 763px) { #JTiTsCAMRT60ZCCMQ85t1RcSX2JI3hXu #qQgt1oTBF8uPNBMNbbJK6mGs5xKG5Unp {  }
 }@media only screen and (max-width: 763px) { #JTiTsCAMRT60ZCCMQ85t1RcSX2JI3hXu #aOupxTR7vXnQLiRcXPQefrtOBeKqHNTp { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JTiTsCAMRT60ZCCMQ85t1RcSX2JI3hXu #D8y1NZ1efgJ0aTrqTfhFn4Isk3FNtTfT {  }
 }@media only screen and (max-width: 763px) { #JTiTsCAMRT60ZCCMQ85t1RcSX2JI3hXu #fZVcNCXn9wCcedTlAimU3b7XfJmQeH5N {  }
 }@media only screen and (max-width: 763px) { #JTiTsCAMRT60ZCCMQ85t1RcSX2JI3hXu #f7NnpSt4qGUtidIb6FTcRbTZXXqLzLZ6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JTiTsCAMRT60ZCCMQ85t1RcSX2JI3hXu #H71Jxl4nWkqtKG8UdmQWoZCp9xO3sOUt {  }
 }@media only screen and (max-width: 763px) { #JTiTsCAMRT60ZCCMQ85t1RcSX2JI3hXu #bs7kpzQIumnVLrLKxC4bvgXpM5IuB8Fq {  }
 }@media only screen and (max-width: 763px) { #JTiTsCAMRT60ZCCMQ85t1RcSX2JI3hXu #IpJCcSCxWgxbbkqA7R72EmELrmkm4bez { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JTiTsCAMRT60ZCCMQ85t1RcSX2JI3hXu #U7S2cW6E0oGTu22dBg0V31y4dscblOny {  }
 }@media only screen and (max-width: 763px) { #JTiTsCAMRT60ZCCMQ85t1RcSX2JI3hXu #uos2aFHk5OIRsRiG6utIJcRgIcDMKFeh {  }
 }@media only screen and (max-width: 763px) { #qyo5LkN0yq1r3Tml2ZbZld82Ze4q69WZ { top:10.25rem;left:0rem;width:44.3125rem;height:56.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #vdRltEDsbNylPNS4mxgza2fTRM5t6RBJ { width:30rem;height:53rem;top:14.25rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxRncuDHNp1v2t6lW6DokQmK0bvKMg30 { display:none; }#XxRncuDHNp1v2t6lW6DokQmK0bvKMg30 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #U13AaMrTdI5Jc0P7KCPHq3z0xW4xyniu { display:none; }#U13AaMrTdI5Jc0P7KCPHq3z0xW4xyniu > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FF5VXvXM06RieZlW0NTqFnOqQOqabTpO { display:none; }#FF5VXvXM06RieZlW0NTqFnOqQOqabTpO > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KJKql8BhqlyWdwQ5b5cPC6sgos5qdWTu { top:2.5625rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4JNg9RSiPJdDDOerHFxZi32QCPamUt9 { display:none; }#X4JNg9RSiPJdDDOerHFxZi32QCPamUt9 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FllWmpkTK7ehdO7hu3rtB7cWg0PSOZzm { width:15.625rem;height:1.1875rem;top:33rem;left:32.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKqJPXWPkHvV34BRTI1WKwWHvW8B3dUb { top:5.1875rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfGO0kuPvLHiUlyRCxmoLwNKm2q2pNNH { top:5.1875rem;left:42.625rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zd3qdlTKIMVcA44gQI5aiclT1r288Zeh { top:13.0625rem;left:0rem;width:10.4375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkA2JStFlS1KXTQwhTLAnoVT1thxMIbR { top:12.5rem;left:34.625rem;width:13.125rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXx3TD5SXT1ANzUazqvKOpB94XodPV9w { top:12.375rem;left:23.875rem;width:14.1875rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJ2cEOwqOkksrWODLTQPPSOEu5Ugv2xF { top:5.125rem;left:23.875rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkR4Tk5wO8kl8O1ZG42S5kJ4TTzn3cHF { top:16.75rem;left:0rem;width:7.9375rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9AKlEmmPZqxIXBuMPNgmhvZVXJTWy4K { top:17.1875rem;left:35.375rem;width:12.375rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0UfXia5RVxofR6TCx2r6awsC09GE06T { top:16.875rem;left:23.875rem;width:11.875rem;height:4.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwvLIbhk7is0Gy9O8wgwrJsUAMpKHBgx { width:15.125rem;height:20.3125rem;top:2.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrRpwK7IzXfklIwTGLEbvgUdb7Ipd1ck { width:15.1875rem;height:20.3125rem;top:2.1875rem;left:32.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMIATcK4J1KppQyU1XZuI27lIUCKw0b2 { width:15.1875rem;height:20.3125rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShxiuiK7O8AN9xsiXa8PTWPXzf4mExcc { top:16.875rem;left:12rem;width:11.875rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfnsZMRnn8uTIET7xTO4BOTFiS79f6k2 { top:24.625rem;left:0rem;width:39.125rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwHZioBvTenu2bsubeewvOuKRksgA9Ra { top:5.1875rem;left:18.5625rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDRwtcuTVOPFe3P4fawTxT0BEXu2sw8D { width:15.1875rem;height:20.3125rem;top:2.1875rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGluAyImEImGhpXvTzo81LRkiB2vRVvo { top:13.125rem;left:10rem;width:13.875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6lUcFl2XFxl7VlNQVq1rgPf28cII8tr { display:none; }#N6lUcFl2XFxl7VlNQVq1rgPf28cII8tr > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MPCX7OugVikGQD9NSwixNTgtWPiCdcTD { display:none; }#MPCX7OugVikGQD9NSwixNTgtWPiCdcTD > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Samg9v5LJb5Dw6TFmn5XeS9c99mBFKUT { top:12.5625rem;left:0rem;width:13.0625rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #U9fit4yUUhTDf0sJJAzwnzATyUEy7Vua { top:12.5625rem;left:0rem;width:13.0625rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mv1n8onXEn4q0bVydceqfw6My6ihDLFW { top:10.6875rem;left:0rem;width:47.75rem;height:34.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #cmEitUqEO6M8OhidhHtdZ1K6Gnp0uF1M { top:2.0625rem;left:0rem;width:47.75rem;height:6.3125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlLv2CvuHrkyUgVPMQpI54gyl5AGOinX .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XlLv2CvuHrkyUgVPMQpI54gyl5AGOinX .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; }
#XlLv2CvuHrkyUgVPMQpI54gyl5AGOinX .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; }
#XlLv2CvuHrkyUgVPMQpI54gyl5AGOinX { width:18.5rem;height:5.1875rem;display:flex;top:36.4375rem;left:3.5104160308838rem;z-index:15034; }
 }@media only screen and (max-width: 763px) { #XlLv2CvuHrkyUgVPMQpI54gyl5AGOinX #Dvlwg5NKHThTLVO6a6E3r4X7u1pfIlGT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XlLv2CvuHrkyUgVPMQpI54gyl5AGOinX #XG9Fvev3uqX8USzSl32nKguxWECXNaWp {  }
 }@media only screen and (max-width: 763px) { #XlLv2CvuHrkyUgVPMQpI54gyl5AGOinX #FIWDZMvTJ8gbmW1GamvN1ALT5TGb3rwa {  }
 }@media only screen and (max-width: 763px) { #XlLv2CvuHrkyUgVPMQpI54gyl5AGOinX #uJp4k62LZGELBoXbOrNInBNydMAWWXfW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XlLv2CvuHrkyUgVPMQpI54gyl5AGOinX #NgEJTOhxgdVORM3CafnSSvN8HJBTOs3s {  }
 }@media only screen and (max-width: 763px) { #XlLv2CvuHrkyUgVPMQpI54gyl5AGOinX #wBITIr1n3sy9OP3bd4fD3Sn1yrPcSslX {  }
 }@media only screen and (max-width: 763px) { #XlLv2CvuHrkyUgVPMQpI54gyl5AGOinX #V75Z9NBpRLd6fPCcxmhobTbvTLWMiCWg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XlLv2CvuHrkyUgVPMQpI54gyl5AGOinX #Binv5MJbfxCGtsenCD20XFKiOVVERiQ6 {  }
 }@media only screen and (max-width: 763px) { #XlLv2CvuHrkyUgVPMQpI54gyl5AGOinX #MgFgNgDoqwhzU3GCbAzbtaBsIgetThqd {  }
 }@media only screen and (max-width: 763px) { #XlLv2CvuHrkyUgVPMQpI54gyl5AGOinX #CrEvBymCnmkmIh8h1NXhbzXL1aIVpaze { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XlLv2CvuHrkyUgVPMQpI54gyl5AGOinX #aaCtyge3O0ElgSxqPH2IK8UwuQT35aTz {  }
 }@media only screen and (max-width: 763px) { #XlLv2CvuHrkyUgVPMQpI54gyl5AGOinX #CwqwuJKTLNi61vla3PUcWXWqGgvpOp1o {  }
 }@media only screen and (max-width: 763px) { #tUqkCZwVQ5Ks0il5oZsO7hCDbBC9pygs { display:none; }#tUqkCZwVQ5Ks0il5oZsO7hCDbBC9pygs > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iSUXTOEXRVvdPqR9N3luGtgRV3aO66f6 { display:block; }#iSUXTOEXRVvdPqR9N3luGtgRV3aO66f6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #El0FbN50yXSDHGpws1e3C2wDSfr4l6PN { width:47.75rem;height:12.9375rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFItx5zIQlfL6mKC78avzXvO4AyECIf1 { width:18.75rem;height:2.875rem;top:5.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBQrPBhPO7nhkG9sDEGlNqGCdG4NxfPX { width:11.875rem;height:1.6875rem;top:2.875rem;left:15.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mi1JHOfsKK9zlEIyaPOa7W6hzVMSNEIh { width:1.4375rem;height:1.875rem;top:6.25rem;left:15.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkeVIeTdCaV0VTdo9ts8GRaRZ9NQZGgI { width:11.9375rem;height:2.4375rem;top:8.6875rem;left:15.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5wiaoN8FNuQoSZuFxkK6k5urpDewqHk { width:9.625rem;height:1.4375rem;top:6.4375rem;left:17.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoedywGTr5uiOo9C6pdxqsCBbqKGJllU { width:8.125rem;height:2.4375rem;top:8.625rem;left:27.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CF6P2Z32vwtn1wzebB0E7kNCGFsLklZ3 { width:9.625rem;height:1.4375rem;top:6.375rem;left:30.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxrGeHsNcLoSpSi8mCyq3qMHHGUrfna3 { width:1.4375rem;height:1.875rem;top:6.25rem;left:28.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMmGDxP9Skw9ZBRluyL6FVG54XopD77G { width:1.875rem;height:1.875rem;top:6.25rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAOgozPurMlE0QG888OFTIhZxRiuUykW { width:1.4375rem;height:1.875rem;top:6.375rem;left:41rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2HSEpaXiPHg9Z2aXXvJ3RZEwe6MhzgP { width:9.625rem;height:1.4375rem;top:6.4375rem;left:38.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT2rvDLhvMgK3g7n8iATTwzINy4eN1V2 { width:1.875rem;height:1.875rem;top:6.375rem;left:40.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3m4ziiUPsckaXf6xSGgeXO5NgK8iZpk { width:9.0625rem;height:2.4375rem;top:8.6875rem;left:38.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBiBQiB48qiSz0yBG4FdINdLlfnDIQSl { width:1.875rem;height:1.875rem;top:6.25rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnheoD5631AXOqwbXi68zpPUODLlWKSV { width:18.8125rem;height:2.625rem;top:8.1875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1dbzZzTmpJNBMvSnPsbwlFv40pxr7fe { display:none; }#m1dbzZzTmpJNBMvSnPsbwlFv40pxr7fe > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QWJAcrEigGScXuUip0I1neZxkBIXd9M0 { display:block; }#QWJAcrEigGScXuUip0I1neZxkBIXd9M0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OEk2CkIArTJhgkXsCgaq0bv6RAZ2FnGL { top:2.3125rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzgz5nQMsqhC6BGB0EL7UQLn2eZKE21C { top:3.8125rem;left:31.1875rem;width:16.5625rem;height:4.5625rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cpw8IS2Wnt9yL9Q8XToo6BOiNQDXan9x { display:block; }#Cpw8IS2Wnt9yL9Q8XToo6BOiNQDXan9x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R6CUzSib89Dh5CFHoIxuB1VLbze6imyx { width:22.1875rem;height:25.6rem;top:19.556251525879rem;left:23.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCnSii49t5blwFXTA81tvQX7NpQOPX2n { width:7.8125rem;height:3.2rem;top:26.375rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2dq4m0OTlGuicZT8O2sfLUNi8CkRckI { width:31.25rem;height:2.6875rem;top:41.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHPToTbRZiDlmbQkQuXVHi6DaywJwXKc { display:block; }
 }@media only screen and (max-width: 763px) { #BexcP1Kc2CBTPP8tnB4IJphJoKHehdlp { width:19.3125rem;height:7.5997404385244rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZA2rTe1IOkScqIWkDAXUCBUDbeLAWO3o { width:33.1875rem;height:18.437125rem;top:15.8125rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzWmaOlhZObXrDkWfBJbCxB9L9T0hlkJ { width:7.8125rem;height:3.2rem;top:26.375rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDgKh0VDvkXP0sVw7KRQXqOk376u9itB { width:6rem;height:6rem;top:15.8125rem;left:41.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FATHdJTWcV19B4aWDr69fIDWbb0682mw { width:5.875rem;height:5.9956079747335rem;top:15.8125rem;left:41.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nu34gp3SGls8vvGCqv7d71yTNp0Akh3c { display:none; }#nu34gp3SGls8vvGCqv7d71yTNp0Akh3c > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aWAp4oJ2fIIsiiUyghJTOvqKUPVbaXoW { display:none; }#aWAp4oJ2fIIsiiUyghJTOvqKUPVbaXoW > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xqqNEH5Sm0z6m68y31NznTimy1StQgAo { width:22.1875rem;height:25.6rem;top:19.556251525879rem;left:23.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxVdqB4OmhxoLktzE9x76Tm89hyv3kxm { width:7.8125rem;height:3.2rem;top:26.375rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cB9pDb7ydfi0lcJ5MWTKes5eTrWiKEbz { width:31.1875rem;height:2.625rem;top:34.9375rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdB59qpT6kF7opu5eZTSZHPFpOCgZA7z { display:block; }
 }@media only screen and (max-width: 763px) { #eoS5xMAs4eq3M74PsPUhUTTGQ97eyyXM { width:7.8125rem;height:3.2rem;top:26.375rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMzGCdhvxr67bqDirIVLWGZEKbH0XaF2 { width:19.125rem;height:7.5376399864494rem;top:1.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeMqK6q1OtLddMdNw7KlqVTqAyktlwIM { width:33.125rem;height:18.465009812027rem;top:10.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPBDbST5BorzyUrgixPkzviQJ99zToyp { display:none; }#aPBDbST5BorzyUrgixPkzviQJ99zToyp > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fiQIcimbPHSVcxxnsBqNgQwDZ4gUUoiJ { display:none; }#fiQIcimbPHSVcxxnsBqNgQwDZ4gUUoiJ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TindzmAXfmaNoG2H24VmzE9fKuQfwlPD { width:22.1875rem;height:9.6rem;top:19.556251525879rem;left:23.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3IthvRagE5ILydOdOaIceF317zHCLdm { width:7.8125rem;height:3.2rem;top:26.375rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTxRqLzSdXgwUXcXPQge6z9UIaxEZ7Oi { width:31.1875rem;height:2.8125rem;top:40.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOkfiRyR7U8CiZCS4LBcMI9bE16tvZxr { display:block; }
 }@media only screen and (max-width: 763px) { #LbTKeWvMhflAp3ueUZkWIbDmqCl1D0kv { width:32.6875rem;height:18.340388215738rem;top:12.3125rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOPhxQzFQ59N3pFomPGsiQl8lsSiIwEM { width:19.3125rem;height:7.5997404385244rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynT7s8hxxBeryv2m9P3luExoFRPpgN1G { width:7.8125rem;height:3.2rem;top:26.375rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgaGdmnKh6I7ZqH6vbRid3aUDDEfnqac { width:5.875rem;height:5.9958086133469rem;top:12.375rem;left:41.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOTfsaUfksqnWLuOFL0KRXSh1kFTT6ln { width:6rem;height:6rem;top:12.375rem;left:41.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ip9xLm4LxHiMJFfZ13eEplwJcI6Txpfk { width:7.8125rem;height:3.2rem;top:26.375rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #shxTK9qVvJttKk29wziXSSxf2XEAsQGg { display:none; }#shxTK9qVvJttKk29wziXSSxf2XEAsQGg > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zLkoi1lK8ZNRivJZ4Lzr0MSSwnotaTf4 { display:none; }#zLkoi1lK8ZNRivJZ4Lzr0MSSwnotaTf4 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NCnFd6UrEJcomdtEzkkqL00gmzWRRaAa { width:22.1875rem;height:25.6rem;top:19.556251525879rem;left:23.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GL0nZamV8ozPoeLIi3Wd0LTlpw988Xv1 { width:7.8125rem;height:3.2rem;top:26.375rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oq5D693OFzDe1GTtwXPM5SeV41q1OJyV { width:31.1875rem;height:2.625rem;top:41.5rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mf4oF2LMJ0hUOJSK9LT5CeRyDBUTKUAx { display:block; }
 }@media only screen and (max-width: 763px) { #BPh2XlwWEMTzy15tvyRC6oTgmHxXXhDC { width:33.125rem;height:18.465009812027rem;top:13.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0GBdq8lbiakVr2LTuqIkhiTRGei9Lty { width:19.3125rem;height:7.5997404385244rem;top:1.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0AdOe6PukstbZN3eJOgeizo9VdwPfPF { width:7.8125rem;height:3.2rem;top:26.375rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMehTTaCggO22dQ6IbSKwJhmTby4AuNt { display:none; }#oMehTTaCggO22dQ6IbSKwJhmTby4AuNt > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #b4yAGKiOZabiDlRWbwmUunsTt14JuEgV { width:22.1875rem;height:9.6rem;top:19.556251525879rem;left:23.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KC7VG4EJXNMTw11I8O5ecTBa3qCrnl7p { width:7.8125rem;height:3.2rem;top:26.375rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUWgzUc3F7GDlK6eT3sbhrMTIAm98o32 { width:31.1875rem;height:2.6875rem;top:37.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4esPQaH6RZPaEewDRzM4OQplKdxtTsd { display:block; }
 }@media only screen and (max-width: 763px) { #VuTDh8ymSlVHXPuJKN2NNTnQ206omvV4 { width:7.8125rem;height:3.2rem;top:26.375rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOFndR0NgJGrD4AoAM36AnsFk1L8z9Sb { width:30.4375rem;height:17.089496463915rem;top:12.4375rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeNeGoLvRMgXoAwZ0ZM3JlAv8uC785xO { width:19.375rem;height:7.6248125rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BazTl755psEuwPeMe11BvWKMuGzpLT4Q { width:6rem;height:6rem;top:12.5rem;left:41.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3727iK3A2F6n4vOLw8wXHdyAn6kETxM { width:5.9375rem;height:6.05903125rem;top:12.4375rem;left:41.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIR3gf1c5q6NLrHTgbBghNXUTJvpbD8N { display:none; }#RIR3gf1c5q6NLrHTgbBghNXUTJvpbD8N > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #T9g5LmqV0kKJReiDmH87NnAge0a2HGuV { width:22.1875rem;height:25.6rem;top:19.556251525879rem;left:23.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkDbGsAlBHD2gMcxHWkmxf6bwiT7U3Te { width:7.8125rem;height:3.2rem;top:26.375rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuWtJ4tnqIf6koqlB9cmqgvU5nGJmVxc { width:31.1875rem;height:2.6875rem;top:38.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ngq5eZ7c28hmAsG6ccoX56bXSx69TRGL { display:block; }
 }@media only screen and (max-width: 763px) { #EVK3Pro3CN7IFg2okqJ4iIvFTBEVTxTX { width:33.1875rem;height:18.4991875rem;top:11.8125rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KywTU5NNLRFkTLdpJ5lIsIf8UoRulrwB { width:19.3125rem;height:7.5997404385244rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxg4xWEhqIwkPu4GwcEvzaszqJPR5JIV { width:7.8125rem;height:3.2rem;top:26.375rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VggInvLNUwtx9yChE6FVgqRfHxnfA6Zw { width:6rem;height:6rem;top:11.8125rem;left:41.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSfvGTq5VFITtoDG1G4keWsWtMkiqk03 { width:5.875rem;height:5.9958086133469rem;top:11.8125rem;left:41.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMor4u3mJOLAARoN614ptJIpWTwQQ8qg { display:none; }#vMor4u3mJOLAARoN614ptJIpWTwQQ8qg > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RXnqRZk0W6OFrLq7H2xUtTAvnsONSgdO { width:30.1875rem;height:16.964275512713rem;top:15.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QE2fxs0Upm3DlcIbTVb6Eo5LW5DG2R7e { width:7.8125rem;height:3.2rem;top:26.375rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #anTv42FzVomUF5KRc20EE3Mtc80r4ZC5 { width:22.1875rem;height:9.6rem;top:19.556251525879rem;left:23.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #POTUMlICIdKzH0qG64yJhRzhCu1iZbun { width:31.1875rem;height:2.75rem;top:41.3125rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXThZSRwAF7O9mH2UTNLdMW82frpnhrZ { display:block; }
 }@media only screen and (max-width: 763px) { #aRRgGM4xEHEZL5vE8Bzl8OisfZ0JPb6F { width:9.9375rem;height:9.9375rem;top:15.375rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZILZhS6tRTukNAnZv5GOFiM9oIDi3Vl { width:17.875rem;height:2.491315240229rem;top:30rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuqXBgJp1KckFctbqeQSrPkZdxe1P0ep { width:19.3125rem;height:7.5997404385244rem;top:0.875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvfRiKnnlTu2cPJ7tWtgB81213FuiDhK { width:6rem;height:6rem;top:15.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECMZk2RdoDzUih1PQg9QqfSpRwJCI8LU { width:5.875rem;height:5.9958086133469rem;top:15.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHQyfXQCTDSx320prcFuGQyZI4Gptpdi { width:7.8125rem;height:3.2rem;top:26.375rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIEoDppshc8PpsUG7RIcT3JIeIsSicb7 { display:none; }#FIEoDppshc8PpsUG7RIcT3JIeIsSicb7 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #it6GQNKwhv3wRSFba617QuvBI4x88zns { width:22.1875rem;height:25.6rem;top:19.556251525879rem;left:23.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfiVCRDgNbTpi5XZ8TbaMZal1w6BmEyN { width:7.8125rem;height:3.2rem;top:26.375rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTkw1rh7blDHXUfEzINne7xCWNzqUnTg { width:30.1875rem;height:16.964275512713rem;top:12.0625rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSxIb1x4k2KB5TGyT8AsVpSe906OZVSV { width:19.3125rem;height:7.5378769427794rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uq3CFZ5L43MHSxw2afPfJw22oqS6nKbE { width:7.8125rem;height:3.2rem;top:26.375rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8wZl0wK8DX65RQoZfVPcefSlFkHOGZT { width:31.1875rem;height:2.6875rem;top:36.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzrglyJpiq8rIZxZzTOFyoeH5MzFRB6R { display:block; }
 }@media only screen and (max-width: 763px) { #FdSyRLFZrrB1k5zrUCdOpe5PllQlo7h1 { width:9.9375rem;height:9.9375rem;top:12.0625rem;left:37.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOFBdSZ1IqqEHBMdO07xFZw6QTGfpnsF { width:17.8125rem;height:2.4913458512535rem;top:26.625rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsPQc2mmsUmOk1lnKPuM29uiskfmkuaP { width:7.8125rem;height:3.2rem;top:26.375rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMHkRf9HuJTn8GMoL3iwiXs7J4PnNgP7 { display:none; }#eMHkRf9HuJTn8GMoL3iwiXs7J4PnNgP7 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #c5MV4sw9fa9cUVEd4mWQTFupLpHsfWqk { display:none; }#c5MV4sw9fa9cUVEd4mWQTFupLpHsfWqk > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SkkoIfxNyRlv0vn6h6xPAIgvq9fhOwiq { width:22.1875rem;height:25.6rem;top:19.556251525879rem;left:23.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ue7rqbw8mXytnv9PWkf87riWnDcOAflE { width:7.8125rem;height:3.2rem;top:26.375rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pB4UNTpJli2xTD4WwlCSR56ewFV8e6yg { width:32.6875rem;height:18.402396194944rem;top:10.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xzz8oXGlGHT9W237HgvbNThm6Iss51Ec { width:19.3125rem;height:7.5378769427794rem;top:0.875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SO3Pp9HplRPLq2x7R3nq2KUiBy0h5J6s { width:7.8125rem;height:3.2rem;top:26.375rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CixsfylnqElWckqeTTXDuXW1vi28p1dX { width:31.1875rem;height:2.6875rem;top:33.0625rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCNE4QFDCUaUZMfB4ZlTPPDJF9KNTXDx { display:block; }
 }@media only screen and (max-width: 763px) { #eQFTnrVZRT5xQSG1ELT6RqnotlFMfzNQ { display:none; }#eQFTnrVZRT5xQSG1ELT6RqnotlFMfzNQ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QrM8sJSB9KG4e82aGPU5FLNUbOW9HxDx { display:none; }#QrM8sJSB9KG4e82aGPU5FLNUbOW9HxDx > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ihg4IMoPGuFUdZdX5MOyCw1XUevuQyTD { width:22.1875rem;height:9.6rem;top:19.556251525879rem;left:23.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwhaqAFJnMv9E5iSQCu9n35Cfb0q8Kdc { width:7.8125rem;height:3.2rem;top:26.375rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFMOE1QNVB22aFnBRQOeGUNqA3w1yDQU { width:31.25rem;height:2.6875rem;top:40.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2hvbTrXP6Ln06wrEOIeTlVVf2gZotWm { display:block; }
 }@media only screen and (max-width: 763px) { #WpMLmTzDsNQFlfu1Qy1D9Nr6TEkaFeu0 { width:6rem;height:6rem;top:11.8125rem;left:41.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #hJEXCc6HaKsVmCs8kDfwn9Qz0idVRH0S { width:5.125rem;height:5.3105657348761rem;top:12.1875rem;left:42.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Oei3WOAcDeQd2q4gCTQeLEbXwvUX1oMr { width:19.3125rem;height:7.5997404385244rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLIlfZ4oc2ColWEG9wz6xDHCwfTxkEzO { width:33rem;height:18.46509003261rem;top:12.875rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmAXmkAXscGBlUdLhTlxCTmBxsXXBKlG { width:7.8125rem;height:3.2rem;top:26.375rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHBZwlfhUV0JodPuwunm73FkMwC5piai { display:none; }#vHBZwlfhUV0JodPuwunm73FkMwC5piai > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #x9p2PB9b1HeoxipHeGu7GZWQQNLx0ODT { display:none; }#x9p2PB9b1HeoxipHeGu7GZWQQNLx0ODT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dao9QDhCb9nbxwc4lFLv7sTGrm6ZImWz { width:22.1875rem;height:9.6rem;top:19.556251525879rem;left:23.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VR2bF30HTTAkHs3thSamheIFaw386UZK { width:7.8125rem;height:3.2rem;top:26.375rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTMC92p0LprsVsWgNmqokEtb6CeUMaWR { width:31.1875rem;height:2.8125rem;top:44.25rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTNAQnynJBgPfSyT0rI3a4XbpWntq9bF { display:block; }
 }@media only screen and (max-width: 763px) { #U2t5RCXWBySOCvXoSzFMhQPCdlI6etr7 { width:33.125rem;height:18.465009812027rem;top:14.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PC6EiyAhbdQFe2GBMOagBJmSw4Isv8P7 { width:19.75rem;height:7.538578869165rem;top:1.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksNTlzitlsrQ1goffHT55437ZrK4b9HD { width:7.8125rem;height:3.2rem;top:26.375rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFTt9wlGXsDUSHnA8f73OUC7W1VafSW1 { display:none; }#QFTt9wlGXsDUSHnA8f73OUC7W1VafSW1 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WsZnldOKkommS4Ln7TQ2WNR6Kglah8bb { display:none; }#WsZnldOKkommS4Ln7TQ2WNR6Kglah8bb > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SJodIaK5VlG2Rr2mvw0KeAOoR7OrMUqe { width:22.1875rem;height:25.6rem;top:19.556251525879rem;left:23.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNeSINnVTChesZCW6W4z4XFDI8S69FdD { width:7.8125rem;height:3.2rem;top:26.375rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #syE4mGTneIQmMWs8TN3GFIF5vbFbiJeR { width:33.125rem;height:18.465009812027rem;top:12.4375rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsUMo0FQZXeU0Xl3rcVISbzSaZHWGWfU { width:19.5rem;height:7.6241875rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FswiTAwtMgb88B2CNEJrurTregFAeSTh { width:7.8125rem;height:3.2rem;top:26.375rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZdUuf0lhffWXghHU4Llk7UDcCeNGoN0 { width:31.1875rem;height:2.625rem;top:36.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DD4phCKAOTS2NssHaQgHO35KH2Um0ino { display:block; }
 }@media only screen and (max-width: 763px) { #nTft1G6T6QRgPEgy9g1OSIqeJQiGmB8s { display:none; }#nTft1G6T6QRgPEgy9g1OSIqeJQiGmB8s > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #czwy6E2trQy3oJcZhXBQrCHrqAyGt9w3 { width:22.1875rem;height:25.6rem;top:19.556251525879rem;left:23.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzR7X4x6GtkgLTRDwSTXEoiQKtlOVNsK { width:7.8125rem;height:3.2rem;top:26.375rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mzf3i3dAZzGyOdZNo8CNHiXdesNKDVJr { width:32.6875rem;height:18.403543175594rem;top:9.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #psGvaH6UJi125O5lzLIEICRdMPQ2rFAT { width:12.8125rem;height:4.8507014395911rem;top:2.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8tsDBTS73TBEBQkQGUlFbqn1XWgqaZD { width:7.8125rem;height:3.2rem;top:26.375rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivVkgOwWeG3ueNPd4KsDtN7omw8oC99u { width:31.125rem;height:2.5625rem;top:33.3125rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTApRxmpIedwti7xoFTyttRmaX4l9smM { display:block; }
 }@media only screen and (max-width: 763px) { #TXyneLJHzq1vJKHhChwA9hMSsTcv5HzC { display:none; }#TXyneLJHzq1vJKHhChwA9hMSsTcv5HzC > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LvAIuhTlaz3q75lX3cbF6wW0aPLCCvnR { width:22.1875rem;height:25.6rem;top:19.556251525879rem;left:23.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGwslHSr1eShzBz8f3aa2zoXG22RUxX8 { width:7.8125rem;height:3.2rem;top:26.375rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8RTRB9ZqRwHCV9oIxWm2bG7W7zd4hoc { width:31.1875rem;height:2.625rem;top:38.4375rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxSGC8q34BXGxeHEtTV5Olnct6ILFA34 { display:block; }
 }@media only screen and (max-width: 763px) { #zk0yFa6xTzbcw1oPaEKC6kmQT5c1mpCQ { width:33.1875rem;height:18.437125rem;top:12.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DutEza0lIHFnZEmRmSKMRKUfTnTNI07z { width:7.8125rem;height:3.2rem;top:26.375rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHTGaKoQNLHTkDVQhJqLb2E6f0xBtELz { width:6rem;height:6rem;top:12.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfZIvEPKsGOSnca4axqdIEhCcOK8g4dA { width:5.9375rem;height:6.05903125rem;top:12.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qP2wxTHTGcpU34RzdovBpP4UBCdHwbxp { width:19.3125rem;height:7.5986190458525rem;top:0.5625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wac6kInH43uR5aRVwRuoqRqEkLPVKDJp { display:none; }#Wac6kInH43uR5aRVwRuoqRqEkLPVKDJp > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bQ4QsJ4rL7UPJkiebsEcFC9UISIfIRux { display:none; }#bQ4QsJ4rL7UPJkiebsEcFC9UISIfIRux > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #i7BkS5ziC4cvgsgRiTMtlJzVOHwg10Md { width:22.1875rem;height:25.6rem;top:19.556251525879rem;left:23.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEFMiuZWv4sTGo5nQtSKImvb6xNNDXHE { width:7.8125rem;height:3.2rem;top:26.375rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2w2vOR7SPTwT385Xb7Jy3ckTb4Tk4ye { width:31.1875rem;height:2.75rem;top:40.75rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T51e5hOdHP4Ukpa3DVESrL5nqCauyCx8 { display:block; }
 }@media only screen and (max-width: 763px) { #vFGodaKB5wQGdv0yIaxTNmIe7Le8Jzcm { width:33.125rem;height:18.464525064174rem;top:13.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kG3nD6xsHGWuOx20kuqTDpfEeWKf9MeT { width:7.8125rem;height:3.2rem;top:26.375rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFm3QlAzkbak10bWxN3oemfRtS94phng { width:19.3125rem;height:7.5992114410606rem;top:1.4375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OH27zFu9495NOcoIIrhCekso5mcXyevg { display:none; }#OH27zFu9495NOcoIIrhCekso5mcXyevg > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uqXlRxR6HrN7RkBt3CDcXxXrv0TEEHJo { width:31.1875rem;height:2.625rem;top:35.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ku97BbBHfv95RkExsRPT70lCyRx9wWUr { display:block; }
 }@media only screen and (max-width: 763px) { #TGRRrZZx92daqM4vlcxTnMweJGr65Bn3 { width:7.8125rem;height:3.2rem;top:26.375rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5TKLbE4g4CSewUOGTHlmhbEk0GSbGzF { width:22.1875rem;height:25.6rem;top:19.556251525879rem;left:23.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCN7Zz1oTq1rHX8KuAodOphLVxEH1l8K { width:32.6875rem;height:18.40255976702rem;top:10.8125rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQDzhaQ9dPHhMQWX03QzuPdfeRwKN4NN { width:19.375rem;height:7.625rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWnoT74RxP17CcyhHxhzgypWJvUUfdkC { width:7.8125rem;height:3.2rem;top:26.375rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfSKnMcxMkT1PLTlq0B2h3MZwd1wC4Pz { display:none; }#FfSKnMcxMkT1PLTlq0B2h3MZwd1wC4Pz > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ITMuwbfoqtIbRLvU9ovKT6sz1CMmJEeu { display:none; }#ITMuwbfoqtIbRLvU9ovKT6sz1CMmJEeu > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #G4k2HJvaKGthMN8JeUI8A33gaJ4QQ9VM { width:22.1875rem;height:25.6rem;top:19.556251525879rem;left:23.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pu0DGACkxsRK9ELJzQThC6XyJ1gPQRO0 { width:7.8125rem;height:3.2rem;top:26.375rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9NV1Gu4bT9WsJcBQrqkVam3Qb4tueO0 { width:31.1875rem;height:2.625rem;top:37.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rkbw8cITEQDhuIw1P6lVwaPNorH2vsyA { display:block; }
 }@media only screen and (max-width: 763px) { #T2fKAIpIo8XJKoFUh6zCbMTB9o5aDh5d { width:7.8125rem;height:3.2rem;top:26.375rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUmaGPcLBB7oorpN1dsoMKET2Am79Ta5 { width:33.0625rem;height:18.5rem;top:12.3125rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqg3kDbMpsWFzwSd5gPh57cNFeWWeRMJ { width:19.375rem;height:7.6248125rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qC7PCbxi03kI2CVq7DJHZdSmOdaaThGe { width:6rem;height:6rem;top:12.3125rem;left:41.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dtdoh8drqagEJxfyvH4DelXAzR9NiEpF { width:5.9375rem;height:6.05903125rem;top:12.3125rem;left:41.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzSTUTzASXo6bhk7hCGxU49231I8OOGi { display:none; }#EzSTUTzASXo6bhk7hCGxU49231I8OOGi > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oGZZCCar9ZFGt35iRHPDQ9OSI64mJSUK { width:22.1875rem;height:25.6rem;top:19.556251525879rem;left:23.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5olwermR8TnWd8daXQSzRExAgoU2ukn { width:7.8125rem;height:3.2rem;top:26.375rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdihTsC9B6ealRzfbRbtHKhBK8oquPGn { width:31.1875rem;height:2.75rem;top:35.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzlF9UVkEKvi52LDDnzcagNrsv2bKDJT { display:block; }
 }@media only screen and (max-width: 763px) { #HLt8QuFn8zqvepNArITSR3H1pFyxnB6d { width:32.6875rem;height:18.403028375724rem;top:9.1875rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnrnmFn3iXqUFbBXpcqT8eQJ9akf376r { width:7.8125rem;height:3.2rem;top:26.375rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyShq4RfkPf3nXMMB4QtrbZATgVNucPM { width:19.3125rem;height:7.5997404385244rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxTqyi54PFNrNx5Fi5DChrdUfZIL7A3J { display:none; }#xxTqyi54PFNrNx5Fi5DChrdUfZIL7A3J > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DE4RPe4Z6XmUNg5ebaOTEdOkqDKhVHsl { width:22.1875rem;height:25.6rem;top:19.556251525879rem;left:23.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lph65EwevKKaQJquBz2h2QULsWJdEl02 { width:7.8125rem;height:3.2rem;top:26.375rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tA1tiaG2Kf7NeIAyDzIpfAfWxyNhqEcx { width:31.25rem;height:2.6875rem;top:32.5625rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfPtF8JLGKITZEJT3rkcFLMi56Cn9xTG { display:block; }
 }@media only screen and (max-width: 763px) { #sXt5iUPNu8qilntKhWDW0m2TqQIs4Wx1 { width:33rem;height:18.46464887059rem;top:9.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAfKgovs5qxozMi646I4muD3Qmi8949N { width:19.375rem;height:7.625rem;top:0.5rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGDrVWMicKxSiLEC3JCDyrgGQvxWXtzL { width:7.8125rem;height:3.2rem;top:26.375rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPAmnkbm0ZglgDoXwH6V3BaILL9KNzfo { display:none; }#RPAmnkbm0ZglgDoXwH6V3BaILL9KNzfo > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bAZP52ObkByS5vuyCkMnNGpwR3nWip9i { width:22.1875rem;height:25.6rem;top:19.556251525879rem;left:23.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnVqrOfGDOzlkRi6ldVaftRTZXtVSWtr { width:31.1875rem;height:2.625rem;top:39.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXCk9UJ5T2U3eafkLsgVo8kivgfoJqO4 { display:block; }
 }@media only screen and (max-width: 763px) { #GbrdhE5upQQ2dIeLdfbylBXddbFb02Fd { width:7.8125rem;height:3.2rem;top:26.375rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXklQ1o7bnWWT3WM2fIpbUFrrkPFgmN8 { width:19.375rem;height:7.6248125rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbKMJTTh7NeKlnLPxeUyueBySdT3yays { width:33.125rem;height:18.464883990282rem;top:12.5rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGrUddysmsPlGGs8dnfPuCcfcfwuySgD { width:7.8125rem;height:3.2rem;top:26.375rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRmQl1ce5uB1dLmTcb8EISP1F5DbnkqW { display:none; }#LRmQl1ce5uB1dLmTcb8EISP1F5DbnkqW > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #R5ukM848UNdLXVWCmmxh83b7xBclcC5O { width:31.1875rem;height:2.625rem;top:37.5rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IETCcV9BO5lUDp98t4nkkPyGPeAH69wr { display:block; }
 }@media only screen and (max-width: 763px) { #Wr7gp8o1DkUHsbeER8TcBvkc5gnDXeCL { width:7.8125rem;height:3.2rem;top:26.375rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1My3QaMpLNxJtSTqfBQgzRzO7gvhgqk { width:22.1875rem;height:25.6rem;top:19.556251525879rem;left:23.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zzvxp61SZIvEoLsPV7F2R5l2N3DumMy8 { width:32.6875rem;height:18.403156823977rem;top:11.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiLcmaZgXb1U3eP5kK7uDpmQ23gVsJ5V { width:19.375rem;height:7.6248125rem;top:1.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0MxJyN7es8rmVt5cO7A8ASzS6tAACsG { width:7.8125rem;height:3.2rem;top:26.375rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #znr5l8Knr2R4TLEqVrHzwLsPiEA1EfC8 { width:7.8125rem;height:3.2rem;top:26.375rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvxGbA9Qdc7Z1WoHrQMWFRPU14PENqlE { display:none; }#XvxGbA9Qdc7Z1WoHrQMWFRPU14PENqlE > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WxtMb3UP5rTeN0eqZzXQSn4D6FbxIImJ { display:none; }#WxtMb3UP5rTeN0eqZzXQSn4D6FbxIImJ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dU79WdI29R8d2N0ciywl7MvAbiDrX8T6 { width:7.8125rem;height:3.2rem;top:26.375rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbFZTTQA91GkTrqrEtlEbEqLosIIaVBo { width:22.1875rem;height:9.6rem;top:19.556251525879rem;left:23.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #em5LVxxeVrTVMVLVrUbgdgSeZBU12pEH { width:6rem;height:6rem;top:12.75rem;left:41.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zl1OXc5UDKIUhc3Fa0dQJ7vGPHm20Tn3 { width:31.1875rem;height:2.6875rem;top:39.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #McA5eFKo305fO1wzNmSJorsRmbNQVhyp { display:block; }
 }@media only screen and (max-width: 763px) { #Pu8XgwSC3si9OpgJ0GQRuHtnaCfF2kUp { width:33.1875rem;height:18.5rem;top:11.625rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9UpJ1VmQfy0DAP5XWVQs7GZ27fcUgZZ { width:19.375rem;height:7.625rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyK9yoZ341U9TJ58nVwHOhm40rAu5ORV { width:7.8125rem;height:3.2rem;top:26.375rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fy0X1nul01DkLZnDT51gXIH7hzTFLZHV { display:none; }#fy0X1nul01DkLZnDT51gXIH7hzTFLZHV > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #W2CxS44HLdCFtz3MryJA8BnscOozVL09 { width:31.1875rem;height:2.625rem;top:35.75rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCMJbWM2qe5dD6Di7UKyCZbzCOc5Xqoo { display:block; }
 }@media only screen and (max-width: 763px) { #C4w45pLg585UMldTXyXFI3L6kOgxWlZd { width:6rem;height:6rem;top:12.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cMRhs4aExMDb0lZfZNOG4Ai8qKXUrL8t { width:5.125rem;height:5.3105657348761rem;top:12.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #R08QDfMpZRTVDSocJ6HLZ3hkKSTJ7M9S { width:7.8125rem;height:3.2rem;top:26.375rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAryy3cOT7GfRWFnOpFkwaVT7PTIrC9B { width:22.1875rem;height:9.6rem;top:19.556251525879rem;left:23.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBqCaKXLETRT3ZbwemAWWP53caLTZSTP { width:32.75rem;height:18.4375rem;top:11rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5aNGnmOwZs5FKpNSGzUBzyFrfwr0GEA { width:19.375rem;height:7.6239375rem;top:0rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2SphxikMe1ytuWUWBINLVlzrbfEEtZh { width:7.8125rem;height:3.2rem;top:26.375rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Om6VcoCFG57tOThqTiteW1NNAnsULBa7 { display:none; }#Om6VcoCFG57tOThqTiteW1NNAnsULBa7 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #h2bGx9rCSTxw6q4mv0teU6WNNGzMQ4wK { width:22.1875rem;height:9.6rem;top:19.556251525879rem;left:23.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUX1dqegci0BHFT605TdgDHNs3Zd6RlD { width:7.8125rem;height:3.2rem;top:26.375rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaxxVI5PT22zTkrzStUq8ZBF7H5SvQxV { width:31.1875rem;height:2.625rem;top:38.5625rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNyTvzirGmO3KSDhPbdLWHlpeNKTvMw3 { display:block; }
 }@media only screen and (max-width: 763px) { #EnOOAq1KP98CCJ4dSXfn5c0I4XOnZS5G { width:6rem;height:6rem;top:12.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qOc6EVTLxJ2PbAJiRfmV24FPcaFscmqe { width:5.125rem;height:5.3105657348761rem;top:12.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EacqnBd39lQR621TPOaBxcbx2B9MxXdu { width:7.8125rem;height:3.2rem;top:26.375rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHA7gJo1LKT5UGptRnuIkb3cgSfTdVmi { width:19.375rem;height:7.6245rem;top:1.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eumQ00NcR6RPTMDLun423isNQQnSTktU { width:32.875rem;height:18.464926412545rem;top:11.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bopFbSHGbJtIuCGWgLeTWZ77MHwRywL0 { width:5.9375rem;height:6.05835rem;top:11.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlyKwTddKJGAQxMZkNF8X5PdEtpCH14S { width:6rem;height:6rem;top:11.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #acTB7ATaxrhGOtrtuQZoKXUVr1otXs7N { display:none; }#acTB7ATaxrhGOtrtuQZoKXUVr1otXs7N > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KtAORLS0ST78RZ3ctadfxd8y1TAhQ019 { display:none; }#KtAORLS0ST78RZ3ctadfxd8y1TAhQ019 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ciJnfLgTxrAE8CuBkOEqFcdAbFClKd3E { width:22.1875rem;height:25.6rem;top:19.556251525879rem;left:23.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPLR5l4pouAgSmSTT5v82yCSlJ9bDUt0 { width:7.8125rem;height:3.2rem;top:26.375rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #byToZh6JIIB1siBDXZAgME8IJoAqwaIH { width:31.1875rem;height:2.625rem;top:36.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z92hEnUspiasR2pq5OXAPkUJvw9v0ktQ { display:block; }
 }@media only screen and (max-width: 763px) { #QkonWep1JmPWbsnDHkGHZeDG3biJ3OUC { width:6rem;height:6rem;top:10.9375rem;left:41.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #nbTd4KTDer4F0ABscnKVXdw159X5CxlT { width:5.9375rem;height:6.0625rem;top:11.0625rem;left:41.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TkrOd47XXlkCMU76VqTbcOQsnkrcVWLW { width:33.125rem;height:18.464525064174rem;top:11.1875rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #okPR8eURRurJOobOtVyzPhwqlDLqVmTA { width:5.9375rem;height:6.05835rem;top:11.125rem;left:41.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfKZL7OSbUC8aVaGP728G3ss3RAVfuOg { width:6rem;height:6rem;top:11.125rem;left:41.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zT4CyCOg8IhN9nHREDubMad7RO7mo2vE { width:7.8125rem;height:3.2rem;top:26.375rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2ID9kCLsz96fITAqOxaSBocwlpXrZ6v { width:19.375rem;height:7.6245rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w523uhitLz1MlHgASkFNZTJNy6qWNH4d { display:none; }#w523uhitLz1MlHgASkFNZTJNy6qWNH4d > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TcvT2r99fqCAD9gIhBWB6W63OJU4er1y { display:none; }#TcvT2r99fqCAD9gIhBWB6W63OJU4er1y > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rR4wZ0458ihshKTG3Qevf5C06KQFwWCz { width:22.1875rem;height:9.6rem;top:19.556251525879rem;left:23.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGPFpwViDNoOHJT2sgf2682WNaxoT0Bn { width:7.8125rem;height:3.2rem;top:26.375rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #moT7MMpMk5U769kdRqTDRVRcezQ7FefG { width:31.1875rem;height:2.625rem;top:39.0625rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMKyCtaerqw7RcaAmNzJlxkzRdCKqBL2 { display:block; }
 }@media only screen and (max-width: 763px) { #pBynW3kqMgu330kwunWFB5D33CoOb9XX { width:5.9375rem;height:6.0625rem;top:10.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gTaAQ9szWuTMytI0Qg10q9CE8ndFUdg3 { width:6rem;height:6rem;top:10.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pU3mOdv3FTQMglGHHbSCqaybA27L09or { width:33.125rem;height:18.464525064174rem;top:12.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ts1lMG25sb8yd93CTQFJXxIrA7GPoG9J { width:19.375rem;height:7.6245rem;top:1.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANzqNWnOSlKWnQJfJ3nHpsT1sVUAlmPZ { width:7.8125rem;height:3.2rem;top:26.375rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wu5LHFlJw5pTZNSEnfFNhSbOBeVp3oK5 { display:none; }#Wu5LHFlJw5pTZNSEnfFNhSbOBeVp3oK5 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WQaRBMM6vWw4x9TIepivAgDsHE9bQHdC { display:none; }#WQaRBMM6vWw4x9TIepivAgDsHE9bQHdC > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #py4cETOwl5gGRrqVslsfGmD2JCFImXFn { width:7.8125rem;height:3.2rem;top:26.375rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPvbIKwtBwqQkAfGJWMsx0HamvodVxWX { width:30.125rem;height:2.625rem;top:36.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAKggOa81IsiGLM56nWCfW1m5eGi9mHz { display:block; }
 }@media only screen and (max-width: 763px) { #IOLiCcFNFkPnJtSRNaQ5omXb0a26HeOw { width:22.1875rem;height:9.6rem;top:19.556251525879rem;left:23.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOTs4ZI1n6i3yx6Hl2xnBfuZGiTDuNba { width:7.8125rem;height:3.2rem;top:26.375rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bg6k57hiUFGFrP14r9BsytUM0lMBiwOz { width:32.6875rem;height:18.403543175594rem;top:12.8125rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qM1GN5VC5tgSmOy0k4kA7dOICqwMcBDV { width:12.8125rem;height:4.7485375rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9bcmSI3PaJ0NsOlPCgyJsVVcUUi6TcX { display:none; }#z9bcmSI3PaJ0NsOlPCgyJsVVcUUi6TcX > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xT9ExZ2NC00gNbn1UJfdifDbbTNVdkWt { width:7.8125rem;height:3.2rem;top:26.375rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlUx0WRgQi1suhbGa5ZWFOitcbdSOlKO { width:30.125rem;height:2.625rem;top:38.9375rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFgfqtKqXJbm1WGHwGiOtntblcWtrx2J { display:block; }
 }@media only screen and (max-width: 763px) { #oFC984yKTlMsakhDC8JXRBR3I3aZIEJW { width:22.1875rem;height:9.6rem;top:19.556251525879rem;left:23.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTLDsnzS4tsbS0TkHtWH5IJEICnS1khs { width:33.125rem;height:18.464525064174rem;top:12.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHUiZxTOb5wtSvuM7qokqDE195l4Ob59 { width:19.375rem;height:7.6233125rem;top:0rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEFVEWvow3idTG6c5FDQwmVwGC4KSGZg { width:7.8125rem;height:3.2rem;top:26.375rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ob0QQLtG2Tbu0NCTXBxt2MGufS1vR4SE { display:none; }#ob0QQLtG2Tbu0NCTXBxt2MGufS1vR4SE > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #s6HEeebsBayMhTiaRKsG4UtrRZEzs3bV { width:22.1875rem;height:25.6rem;top:19.556251525879rem;left:23.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbcyoGd77OdiTteaRxQM5TI79AfiX7yp { width:7.8125rem;height:3.2rem;top:26.375rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOE7L1ewSE5UMECe9pRbeWsMGKsdfmi1 { width:31.1875rem;height:2.625rem;top:36.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2LRkW6Z64FLRRbCulTHXeXIAVb18RZA { display:block; }
 }@media only screen and (max-width: 763px) { #ZSusm8JBoTPzpTFb1iBd9KcJwpWPtaOZ { width:22.1875rem;height:25.6rem;top:19.556251525879rem;left:23.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKB50OQxgnV2QHKVZUE02k9GK7JGi3Qy { width:30.125rem;height:16.902083001186rem;top:11.9375rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqXw3uJoP8fXZNwkcNMHdOfHJmPvfJbL { width:10rem;height:10rem;top:11.125rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #euVZi0098FZ0yNNT70THUD9KqaDwTz5w { width:17.8125rem;height:2.4914591033544rem;top:26.4375rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZbgN5MgTePHcvTKTQgk9L6IgCq8ENPW { width:19.375rem;height:7.6245rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyfvoi4WTm66mJwJ7ppyaZVxZETuWJir { width:7.8125rem;height:3.2rem;top:26.375rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2q5XX1Ny5ZnWFf5QIeVQmI0LHXJkZtM { display:none; }#f2q5XX1Ny5ZnWFf5QIeVQmI0LHXJkZtM > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DLRHCXXRVXpUc23Tc8ySThpvfoFJEa7H { display:none; }#DLRHCXXRVXpUc23Tc8ySThpvfoFJEa7H > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #o60mwWhO4q3G7XpksV7NfJ4kDq02P9vQ { width:7.8125rem;height:3.2rem;top:26.375rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5taEvTQN8uIKMtasSFDL7TwtlT3Thz2 { width:22.1875rem;height:25.6rem;top:19.556251525879rem;left:23.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLDTOwFOEHGyC2TdVhQ3UXSF6CfFltcS { width:32.6875rem;height:18.402875851171rem;top:11.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvgrTiR7CAqtD5gdf4ZVmbExZ86aem4T { width:19.375rem;height:7.6245rem;top:0.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEw2iXJNVntDFZFS5EnyLBbDZaMklysk { width:7.8125rem;height:3.2rem;top:26.375rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9nx80vvyRsb8pN6VVuqCVxvywWkgPcs { width:31.1875rem;height:2.625rem;top:38.1875rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvZphPUGN2haNuW3LlJH2SsnKtGMJWC7 { display:block; }
 }@media only screen and (max-width: 763px) { #NHKhiseF3Dy3Ka8N2pz61qrBUa45R6Aa { display:none; }#NHKhiseF3Dy3Ka8N2pz61qrBUa45R6Aa > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DNutmVUD5dZgvgm18zWZ950IPHBQ6TRO { display:none; }#DNutmVUD5dZgvgm18zWZ950IPHBQ6TRO > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #whJTNrT5sC4CQufk24LlyiBMRtTT2Fef { width:31.1875rem;height:2.625rem;top:38.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ap25evP8D0ibQuMtiR0sQUdrFFdlku5z { display:block; }
 }@media only screen and (max-width: 763px) { #uSJxinz59N2fvKUAssoKm9GuKsDZ1EOs { width:7.8125rem;height:3.2rem;top:26.375rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FA6XKRxm18l5T1fqFiD020ca8o5OpiBa { width:22.1875rem;height:25.6rem;top:19.556251525879rem;left:23.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxkPmQ0TJXUNnSp9kJIxPrI683W99Kvd { width:33.125rem;height:18.403574919441rem;top:11.9375rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWtvRdUEDBIPaBsEdktdmsrTIpvxKpvZ { width:19.375rem;height:7.6245rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTImo6fNqTy26VF2LFcGAszf4qiWsHma { width:7.8125rem;height:3.2rem;top:26.375rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gi7EcXNIrF1qHeKOIIxOrS2xmkMkMGX9 { display:none; }#gi7EcXNIrF1qHeKOIIxOrS2xmkMkMGX9 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WBVhPTIgGbl7wdf7Oy42mON39clFGefm { width:31.1875rem;height:2.625rem;top:49.4375rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEK4PTAGLyxkZxGDouCq7Shbe9KVHzld { display:block; }
 }@media only screen and (max-width: 763px) { #pEflaTSO1Ldt9Cq7pVZ5zWBJ13CB3MbW { width:7.8125rem;height:3.2rem;top:26.375rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMmGwAH7pXLPvlWTV1xZahhyEJKwP2ao { width:22.1875rem;height:25.6rem;top:19.556251525879rem;left:23.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ew2TfIeqQ0mBbDHq3HAn2QzE7bgf34NL { width:30.125rem;height:16.902603170265rem;top:18.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTGZXQt8H6Xi9mSe42l9KSCh8kyuXPbb { width:7.8125rem;height:3.2rem;top:26.375rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlZHZnwkl6ldwZ4uElZZTFr0z3rFa73d { width:17.8125rem;height:2.4915026645965rem;top:32.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #avtrQ6MXTlEhKMvHAv1sIMUn5QFEI46L { width:10rem;height:10rem;top:18rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCmo0ZOtAkA0mu82qL1DVdUKIB6Cw3m0 { width:19.375rem;height:7.6245rem;top:1rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b34115ebd177b99d926bbcedd7750157.widget-smartsection { display:block; } #b34115ebd177b99d926bbcedd7750157.widget-smartsection *:focus-visible, #b34115ebd177b99d926bbcedd7750157.widget-smartsection input[type="text"]:focus-visible, #b34115ebd177b99d926bbcedd7750157.widget-smartsection input[type="email"]:focus-visible, #b34115ebd177b99d926bbcedd7750157.widget-smartsection input[type="tel"]:focus-visible, #b34115ebd177b99d926bbcedd7750157.widget-smartsection textarea:focus-visible { outline: none; } #pZ1vyZpHdswp0lbN2A6lpHhfrck9r7i4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #opvbdwDUdDHocTo3dHmO8iUTbl5eP8kW { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#opvbdwDUdDHocTo3dHmO8iUTbl5eP8kW > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aBvNGFsteRJ9lk4xwTFTKRRS739M9EOW { width:9.61666625rem;height:1.86666625rem;top:0.81250011920931rem;left:10.186458468438rem;background-color:transparent;background-image: -webkit-linear-gradient(165deg, #fd582a, #d22332);background-image: -moz-linear-gradient(165deg, #fd582a, #d22332);background-image: -ms-linear-gradient(165deg, #fd582a, #d22332);background-image: -o-linear-gradient(165deg, #fd582a, #d22332);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd582a', endColorstr='#d22332' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd582a', endColorstr='#d22332' );";background-image: linear-gradient(165deg, #fd582a, #d22332);background-size:auto !important;font-size:0.875rem;font-family:poppins;font-weight:400;font-style:normal;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #H1TmRhOdMGOMpICJa5ZudokUtMDuBvN2 { display:block; }
 }@media only screen and (max-width: 763px) { #Ig2JqR5msng8Kba5z8zdnI0OiAQH0cTV { width:9.625rem;height:2rem;top:0.7899305820465rem;left:9.9956598877906rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #b518b7, #425b91);background-image: -moz-linear-gradient(180deg, #b518b7, #425b91);background-image: -ms-linear-gradient(180deg, #b518b7, #425b91);background-image: -o-linear-gradient(180deg, #b518b7, #425b91);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b518b7', endColorstr='#425b91' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b518b7', endColorstr='#425b91' );";background-image: linear-gradient(180deg, #b518b7, #425b91);background-size:auto !important;font-size:0.875rem;font-family:quicksand;font-weight:400;font-style:normal;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(24,25,27,0.75) ;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #aStS2XhpbQahbyxqIyOzK3lAoTiwxOhD { display:block; }
 }@media only screen and (max-width: 763px) { #n6puRkrutcTn9APFzNuGOcSfWlpZldf5 { width:9rem;height:1.4375rem;top:1.0611979961395rem;left:0.24956595897674rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #LRJVoTU8FRoMfUc03xTw8ecMdeFrv8U8 { width:8.9995625rem;height:1.875rem;top:0.93750005960463rem;left:0.3125rem;overflow:hidden;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #XuIedA4OCWFiK9Io9S5TMggEFhLERTvx { display:block; }#XuIedA4OCWFiK9Io9S5TMggEFhLERTvx > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTEXfhazHXLuU7vx2Txk3vXhZNGIhD6L { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6555d78c-7f35-4c63-acbf-81f99b576b20/Kampania_marzec_Banerydolandingw_1080x1080_Oglny.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#aTEXfhazHXLuU7vx2Txk3vXhZNGIhD6L.adaptive-delivery-prevent-bg, #aTEXfhazHXLuU7vx2Txk3vXhZNGIhD6L.lazyload, #aTEXfhazHXLuU7vx2Txk3vXhZNGIhD6L.lazyloading { background-image: none; }#aTEXfhazHXLuU7vx2Txk3vXhZNGIhD6L > .row .container { width:20rem;height:19.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #B957XbD4rseKX1adhRtvezfZp7Z8J11p { display:none; }#B957XbD4rseKX1adhRtvezfZp7Z8J11p > .row .container { width:20rem;height:0.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nTItEimH3qEvU6KZOimBK9kehzauEWXc { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6822ccad-41f1-474a-82ae-d08770927f63/kampania_18_landing_1080x900_250909_lh_01_bie.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#nTItEimH3qEvU6KZOimBK9kehzauEWXc.adaptive-delivery-prevent-bg, #nTItEimH3qEvU6KZOimBK9kehzauEWXc.lazyload, #nTItEimH3qEvU6KZOimBK9kehzauEWXc.lazyloading { background-image: none; }#nTItEimH3qEvU6KZOimBK9kehzauEWXc > .row .container { background-color: transparent; background-image: none; }#nTItEimH3qEvU6KZOimBK9kehzauEWXc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTItEimH3qEvU6KZOimBK9kehzauEWXc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTItEimH3qEvU6KZOimBK9kehzauEWXc > .row .container > .video-iframe-container { display: none; }#nTItEimH3qEvU6KZOimBK9kehzauEWXc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTItEimH3qEvU6KZOimBK9kehzauEWXc > .row > .video-iframe-container { display: none; }#nTItEimH3qEvU6KZOimBK9kehzauEWXc > .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); }#nTItEimH3qEvU6KZOimBK9kehzauEWXc > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #krTq78A8OiOEA41MWBzAPhqtVX2T0lv0 { width:20rem;height:5.7165666666667rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #X01UyniD9qOL22GtOGKzIzATQCw9VrfM { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6555d78c-7f35-4c63-acbf-81f99b576b20/Kampania_marzec_Banerydolandingw_1080x1080_Oglny.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#X01UyniD9qOL22GtOGKzIzATQCw9VrfM.adaptive-delivery-prevent-bg, #X01UyniD9qOL22GtOGKzIzATQCw9VrfM.lazyload, #X01UyniD9qOL22GtOGKzIzATQCw9VrfM.lazyloading { background-image: none; }#X01UyniD9qOL22GtOGKzIzATQCw9VrfM > .row .container { width:20rem;height:19.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TSI9CR9gM3CN2S2ii0vByPzRdprvW3m8 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/de77261f-d43c-4210-98e5-f574ea16144a/kampania_7_do1_landing_1080x900_ogolna.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#TSI9CR9gM3CN2S2ii0vByPzRdprvW3m8.adaptive-delivery-prevent-bg, #TSI9CR9gM3CN2S2ii0vByPzRdprvW3m8.lazyload, #TSI9CR9gM3CN2S2ii0vByPzRdprvW3m8.lazyloading { background-image: none; }#TSI9CR9gM3CN2S2ii0vByPzRdprvW3m8 > .row .container { width:20rem;height:19.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #v1DuGDfnRXt9nCPhwnx7WHCqH9AhUkNZ { width:20rem;height:5.7165666666667rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ATJswTe9xT1Pt3ZmACnV5iUiFgiUhG21 { background-color:#ffffff;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:none; }#ATJswTe9xT1Pt3ZmACnV5iUiFgiUhG21 > .row .container { border-width: 0; border-radius: 0; }#ATJswTe9xT1Pt3ZmACnV5iUiFgiUhG21 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ATJswTe9xT1Pt3ZmACnV5iUiFgiUhG21 > .row .container { width:20rem;height:0.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wPcNSSMEZSdAOJKD1JRHmMniPC9Q0kf2 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/de3fb41c-4cea-4297-86d0-3e72e3f62ca9/Kampania_Sierpien_1_Landing_Baner_1080x1080_Gda.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#wPcNSSMEZSdAOJKD1JRHmMniPC9Q0kf2.adaptive-delivery-prevent-bg, #wPcNSSMEZSdAOJKD1JRHmMniPC9Q0kf2.lazyload, #wPcNSSMEZSdAOJKD1JRHmMniPC9Q0kf2.lazyloading { background-image: none; }#wPcNSSMEZSdAOJKD1JRHmMniPC9Q0kf2 > .row .container { width:20rem;height:19.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #t4Ta4MBOXm91iiJyGzlWvZZ1eCKcBqen { display:block; }#t4Ta4MBOXm91iiJyGzlWvZZ1eCKcBqen > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SEtHPuFoe1huNJJ3VS6K8nVDOftIBSO0 { width:19.6875rem;height:6.5015625rem;top:0.625rem;left:0.25rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #rxbFkVG4lUDBhiTQBvJ30XcIPWVHVB6N { background-color:#ffffff;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; }#rxbFkVG4lUDBhiTQBvJ30XcIPWVHVB6N > .row .container { background-color: transparent; background-image: none; }#rxbFkVG4lUDBhiTQBvJ30XcIPWVHVB6N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rxbFkVG4lUDBhiTQBvJ30XcIPWVHVB6N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rxbFkVG4lUDBhiTQBvJ30XcIPWVHVB6N > .row .container > .video-iframe-container { display: none; }#rxbFkVG4lUDBhiTQBvJ30XcIPWVHVB6N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rxbFkVG4lUDBhiTQBvJ30XcIPWVHVB6N > .row > .video-iframe-container { display: none; }#rxbFkVG4lUDBhiTQBvJ30XcIPWVHVB6N > .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); }#rxbFkVG4lUDBhiTQBvJ30XcIPWVHVB6N > .row .container { border-width: 0; border-radius: 0; }#rxbFkVG4lUDBhiTQBvJ30XcIPWVHVB6N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rxbFkVG4lUDBhiTQBvJ30XcIPWVHVB6N > .row .container { width:20rem;height:31rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W8CwqoCcTeheMNrqhCmovovbfKDCoq9W .widget-form-header {  }
#W8CwqoCcTeheMNrqhCmovovbfKDCoq9W .widget-regular-label { height:auto;display:block;font-family:quicksand;font-size:0.75rem;font-weight:400;color:#18191b;width:16.9375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal;overflow:hidden; }
#W8CwqoCcTeheMNrqhCmovovbfKDCoq9W .widget-input-text { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #18191b;border-left:0.0625rem solid #18191b;border-right:0.0625rem solid #18191b;border-bottom:0.0625rem solid #18191b;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:16.9375rem;box-sizing:border-box;height:2.5rem;color:#18191b;font-size:0.75rem;overflow:hidden;font-family:quicksand;vertical-align:top;box-shadow: none;text-align:justify;text-align-last:initial; }
#W8CwqoCcTeheMNrqhCmovovbfKDCoq9W .widget-input-text {padding-top: 0; padding-bottom: 0;}#W8CwqoCcTeheMNrqhCmovovbfKDCoq9W .widget-textarea { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #18191b;border-left:0.0625rem solid #18191b;border-right:0.0625rem solid #18191b;border-bottom:0.0625rem solid #18191b;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:16.9375rem;box-sizing:border-box;height:3.125rem;color:#18191b;font-size:0.75rem;overflow:hidden;font-family:quicksand;vertical-align:top;box-shadow: none;text-align:justify;text-align-last:initial; }
#W8CwqoCcTeheMNrqhCmovovbfKDCoq9W .widget-input-select { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #18191b;border-left:0.0625rem solid #18191b;border-right:0.0625rem solid #18191b;border-bottom:0.0625rem solid #18191b;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:16.9375rem;box-sizing:border-box;height:2.75rem;color:#18191b;font-family:quicksand;font-size:0.8125rem;overflow:hidden;vertical-align:top;box-shadow: none; }
#W8CwqoCcTeheMNrqhCmovovbfKDCoq9W .widget-input-select {padding-top: 0; padding-bottom: 0;}#W8CwqoCcTeheMNrqhCmovovbfKDCoq9W .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#W8CwqoCcTeheMNrqhCmovovbfKDCoq9W .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#W8CwqoCcTeheMNrqhCmovovbfKDCoq9W .widget-input-button { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #b518b7, #425b91);background-image: -moz-linear-gradient(180deg, #b518b7, #425b91);background-image: -ms-linear-gradient(180deg, #b518b7, #425b91);background-image: -o-linear-gradient(180deg, #b518b7, #425b91);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b518b7', endColorstr='#425b91' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b518b7', endColorstr='#425b91' );";background-image: linear-gradient(180deg, #b518b7, #425b91);background-size:initial !important;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:bold;color:#ffffff;width:16.9375rem;height:3rem;font-family:quicksand;overflow:hidden;box-shadow: 0rem 0.0625rem 0.1875rem #18191b ;text-shadow:0.0625rem 0.0625rem 0.1875rem #18191b; }
#W8CwqoCcTeheMNrqhCmovovbfKDCoq9W [class*="-text"]:-moz-placeholder { color:#18191b;font-family:quicksand;font-size:0.8125rem;font-weight:400;font-style:normal; }
#W8CwqoCcTeheMNrqhCmovovbfKDCoq9W [class*="-text"]::-moz-placeholder { color:#18191b;font-family:quicksand;font-size:0.8125rem;font-weight:400;font-style:normal; }
#W8CwqoCcTeheMNrqhCmovovbfKDCoq9W [class*="-text"]:-ms-input-placeholder { color:#18191b;font-family:quicksand;font-size:0.8125rem;font-weight:400;font-style:normal; }
#W8CwqoCcTeheMNrqhCmovovbfKDCoq9W [class*="-text"]::-webkit-input-placeholder { color:#18191b;font-family:quicksand;font-size:0.8125rem;font-weight:400;font-style:normal; }
#W8CwqoCcTeheMNrqhCmovovbfKDCoq9W .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:quicksand;line-height:1.3;font-size:0.75rem;font-weight:400;color:#0e0700;vertical-align:top;width:15.6875rem;overflow:hidden;font-style:normal;text-align:left;text-align-last:left;float:none; }
#W8CwqoCcTeheMNrqhCmovovbfKDCoq9W .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; }
#W8CwqoCcTeheMNrqhCmovovbfKDCoq9W .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:ubuntu;font-size:0.875rem;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#W8CwqoCcTeheMNrqhCmovovbfKDCoq9W .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#W8CwqoCcTeheMNrqhCmovovbfKDCoq9W .widget-container:first-of-type{padding-top:0;}#W8CwqoCcTeheMNrqhCmovovbfKDCoq9W .widget-container:last-of-type{padding-bottom:0;}#W8CwqoCcTeheMNrqhCmovovbfKDCoq9W  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.9375rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:0rem;top:0rem;z-index:15005; }
#W8CwqoCcTeheMNrqhCmovovbfKDCoq9W .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:16.9375rem;display:block;vertical-align:top; }
#W8CwqoCcTeheMNrqhCmovovbfKDCoq9W .widget-info-text { display:block;height:auto;font-family:quicksand;font-size:0.75rem;line-height:1.3;font-weight:400;color:#18191b;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#W8CwqoCcTeheMNrqhCmovovbfKDCoq9W {display:block;}#W8CwqoCcTeheMNrqhCmovovbfKDCoq9W { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.9375rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:0rem;top:0rem;z-index:15005; }
 }@media only screen and (max-width: 763px) { #W8CwqoCcTeheMNrqhCmovovbfKDCoq9W #LnBUbwGsWJnk3UZmZh4yly98aUd5ggSt {  }
 }@media only screen and (max-width: 763px) { #W8CwqoCcTeheMNrqhCmovovbfKDCoq9W #Qo2pKwSMUNNbq2OZkGShwAOc3FdB7R9h { display:none; }
 }@media only screen and (max-width: 763px) { #W8CwqoCcTeheMNrqhCmovovbfKDCoq9W #KVdH25oOE8EDGV5S3EFGXvyT4bxvIQhM {  }
 }@media only screen and (max-width: 763px) { #W8CwqoCcTeheMNrqhCmovovbfKDCoq9W #n39Wc5dU9B6aGQASAhMN9WQqEbZGCZfX {  }
 }@media only screen and (max-width: 763px) { #W8CwqoCcTeheMNrqhCmovovbfKDCoq9W #K0fBBnqZOT0BV1t9d3t2vT03mTdL1ReN { display:none; }
 }@media only screen and (max-width: 763px) { #W8CwqoCcTeheMNrqhCmovovbfKDCoq9W #MAeazTadmwbETROJ9ygzwx8FiWwcoETL {  }
 }@media only screen and (max-width: 763px) { #W8CwqoCcTeheMNrqhCmovovbfKDCoq9W #iUZwaDIF32sQBIIXBIgdqQVgwT3se1V3 {  }
 }@media only screen and (max-width: 763px) { #W8CwqoCcTeheMNrqhCmovovbfKDCoq9W #qTiI8d6ZrEnxnGzIEv6fsz7q95EwTLQe { display:none; }
 }@media only screen and (max-width: 763px) { #W8CwqoCcTeheMNrqhCmovovbfKDCoq9W #d4zTCz3z5TP8ZyohDiT7hG29eAfBrr5T {  }
 }@media only screen and (max-width: 763px) { #W8CwqoCcTeheMNrqhCmovovbfKDCoq9W #tPZ5iG9z7Q6InvvAXon6X3ZbCKKrdgSO {  }
 }@media only screen and (max-width: 763px) { #W8CwqoCcTeheMNrqhCmovovbfKDCoq9W #eE0F5Xc2h4PSGPuiSEDLDJLTNRBvALUi { display:none; }
 }@media only screen and (max-width: 763px) { #W8CwqoCcTeheMNrqhCmovovbfKDCoq9W #m7Sm36k46POQVa9N88aT9DKnxmbgphUP {  }
 }@media only screen and (max-width: 763px) { #p1l73vDHW9xrN1uMQtbrHTZqfHdhXM2Z { display:block; }
 }@media only screen and (max-width: 763px) { #BTT0yX256CfLe8SyGBFH8PUCmNfTFfX2 { display:block; }
 }@media only screen and (max-width: 763px) { #kvXXbC5kelnUKnbI4uGdh8ACXMThKFEo { display:block; }
 }@media only screen and (max-width: 763px) { #W8CwqoCcTeheMNrqhCmovovbfKDCoq9W #qQ74ll8R1RDSuKWG5Xvcu66Mf1ZA2wMU {  }
 }@media only screen and (max-width: 763px) { #W8CwqoCcTeheMNrqhCmovovbfKDCoq9W #EeWVRnPJ6eQHJnua0eroD7eOzrMagZei { z-index:2; }
 }@media only screen and (max-width: 763px) { #W8CwqoCcTeheMNrqhCmovovbfKDCoq9W #baX4FIhHo8oSGx9gw9NE6QOc2TeHn81E {  }
 }@media only screen and (max-width: 763px) { #W8CwqoCcTeheMNrqhCmovovbfKDCoq9W #MsLrbAqTcoLHXGkDP3ON7KTmlCUbV8uN {  }
 }@media only screen and (max-width: 763px) { #W8CwqoCcTeheMNrqhCmovovbfKDCoq9W #F6CW6IG5IEEadTVn7yiMHJH5O9zDGFul {  }
 }@media only screen and (max-width: 763px) { #W8CwqoCcTeheMNrqhCmovovbfKDCoq9W #ziMibcER9qs076nbQo2tdT741sw4A7yO { z-index:15000; }
 }@media only screen and (max-width: 763px) { #W8CwqoCcTeheMNrqhCmovovbfKDCoq9W #DTZF5pcf0vMb7OXEPn4hcwsy5NT1hRTc { z-index:15000; }
 }@media only screen and (max-width: 763px) { #MzHLZlsoHRluANgT77f6d49e3zyi8J9Z { display:block; }
 }@media only screen and (max-width: 763px) { #W8CwqoCcTeheMNrqhCmovovbfKDCoq9W #pCV4mTeJq6LK8MseTitALd1NSi227UNM {  }
 }@media only screen and (max-width: 763px) { #W8CwqoCcTeheMNrqhCmovovbfKDCoq9W #Hyaqm6pbx9Lv5bRTEXQ5nZFzgOaE6Fo9 {  }
 }@media only screen and (max-width: 763px) { #GIEX38mMhlul9hrEagnED4x8e9xymBw2 { width:19.0625rem;height:0;top:0.59296417236328rem;left:0.5rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.5;z-index:15001;color:#18191b;display:none; }
 }@media only screen and (max-width: 763px) { #d8VsdfGaTfI9ln6ZX55bfpnwdu548Z8g { top:12.007020950318rem;left:0rem;width:1.68515625rem;height:1.68515625rem;z-index:15027;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GatX0QLxvp2S8369QJWRkmcTXx4qttTb { display:block; }#GatX0QLxvp2S8369QJWRkmcTXx4qttTb > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #esBaiscrC9IKy1HTGNhwat6ZlCNU8ysC { background-color:#ffffff;background-image:none;display:block; }#esBaiscrC9IKy1HTGNhwat6ZlCNU8ysC > .row .container { background-color: transparent; background-image: none; }#esBaiscrC9IKy1HTGNhwat6ZlCNU8ysC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#esBaiscrC9IKy1HTGNhwat6ZlCNU8ysC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#esBaiscrC9IKy1HTGNhwat6ZlCNU8ysC > .row .container > .video-iframe-container { display: none; }#esBaiscrC9IKy1HTGNhwat6ZlCNU8ysC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#esBaiscrC9IKy1HTGNhwat6ZlCNU8ysC > .row > .video-iframe-container { display: none; }#esBaiscrC9IKy1HTGNhwat6ZlCNU8ysC > .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); }#esBaiscrC9IKy1HTGNhwat6ZlCNU8ysC > .row .container { width:20rem;height:59.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NPmkEQ8Dh3ITeTppn8zFJMdLMTSqhHmQ { width:15.875rem;height:0;top:4.8125009536743rem;left:1.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.4;z-index:15005;color:#b518b7;display:none; }
 }@media only screen and (max-width: 763px) { #CEP23CpO19TxMTDEwWFFVEc4MBPnoEb4 { width:1.875rem;height:1.875rem;top:17.6875rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #muaCD31c4owSTvRzhDgTp7owpcSvwIbW { width:19.562125rem;height:0;top:26.620310783386rem;left:0.21796873211861rem;font-size:1.0625rem;text-align:left;text-align-last:left;color:#18191b;display:none; }
 }@media only screen and (max-width: 763px) { #Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN .widget-form-header {  }
#Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:700;color:#000000;width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN .widget-input-text { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #b518b7;border-left:0.0625rem solid #b518b7;border-right:0.0625rem solid #b518b7;border-bottom:0.0625rem solid #b518b7;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:17.5rem;box-sizing:border-box;height:2.5rem;color:#23316a;font-size:0.75rem;overflow:hidden;font-family:quicksand;vertical-align:top;box-shadow: none;text-align:justify;text-align-last:initial; }
#Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN .widget-input-text {padding-top: 0; padding-bottom: 0;}#Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN .widget-textarea { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #b518b7;border-left:0.0625rem solid #b518b7;border-right:0.0625rem solid #b518b7;border-bottom:0.0625rem solid #b518b7;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:17.5rem;box-sizing:border-box;height:3.125rem;color:#23316a;font-size:0.75rem;overflow:hidden;font-family:quicksand;vertical-align:top;box-shadow: none;text-align:justify;text-align-last:initial; }
#Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN .widget-input-select { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #b518b7;border-left:0.0625rem solid #b518b7;border-right:0.0625rem solid #b518b7;border-bottom:0.0625rem solid #b518b7;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:17.5rem;box-sizing:border-box;height:2.75rem;color:#23316a;font-family:quicksand;font-size:0.75rem;overflow:hidden;vertical-align:top;box-shadow: none; }
#Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN .widget-input-select {padding-top: 0; padding-bottom: 0;}#Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN .widget-input-button { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;background-color:transparent;background-image: -webkit-linear-gradient(328deg, #b518b7, #ff0000);background-image: -moz-linear-gradient(328deg, #b518b7, #ff0000);background-image: -ms-linear-gradient(328deg, #b518b7, #ff0000);background-image: -o-linear-gradient(328deg, #b518b7, #ff0000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b518b7', endColorstr='#ff0000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b518b7', endColorstr='#ff0000' );";background-image: linear-gradient(328deg, #b518b7, #ff0000);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#ffffff;width:17.5rem;height:3rem;font-family:ubuntu;overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ; }
#Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN [class*="-text"]:-moz-placeholder { color:#575757;font-family:"open sans";font-size:0.8125rem;font-weight:400;font-style:normal; }
#Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN [class*="-text"]::-moz-placeholder { color:#575757;font-family:"open sans";font-size:0.8125rem;font-weight:400;font-style:normal; }
#Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN [class*="-text"]:-ms-input-placeholder { color:#575757;font-family:"open sans";font-size:0.8125rem;font-weight:400;font-style:normal; }
#Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN [class*="-text"]::-webkit-input-placeholder { color:#575757;font-family:"open sans";font-size:0.8125rem;font-weight:400;font-style:normal; }
#Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN .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:quicksand;line-height:1.4;font-size:0.75rem;font-weight:400;color:#ffffff;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal; }
#Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN .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; }
#Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:ubuntu;font-size:0.875rem;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3; }
#Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN .widget-container:first-of-type{padding-top:0;}#Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN .widget-container:last-of-type{padding-bottom:0;}#Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:0rem;top:0.5rem;z-index:15004; }
#Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN .widget-info-text { display:block;height:auto;font-family:quicksand;font-size:0.75rem;line-height:1.4;font-weight:400;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN {display:block;}#Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:0rem;top:0.5rem;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN #XVziKkQ6XPZnSLGzxk8h11PK0rNE958Q {  }
 }@media only screen and (max-width: 763px) { #Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN #GAXTbpfntZxl8oNSLR55LUvAxcNSJgrl { display:none; }
 }@media only screen and (max-width: 763px) { #Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN #nT9hocIbKyuKzKbLTboDWHAeHNGL1MTq {  }
 }@media only screen and (max-width: 763px) { #Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN #AHBCA0TOnbnF6vy00Zgp148A9hCI3Ofn {  }
 }@media only screen and (max-width: 763px) { #Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN #iqrVzWL8BTbdJixKsQs6IZHSG92KFxFI { display:none; }
 }@media only screen and (max-width: 763px) { #Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN #JeXcR6Q5oTaztvcQFmuTDNIlb5uLrsHD {  }
 }@media only screen and (max-width: 763px) { #Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN #Wi1vbZBwzw63ZVBpTodL6XMq8lg8RZRL {  }
 }@media only screen and (max-width: 763px) { #Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN #xTeVXMx4XqVsBvWFFrs7oEzsgWgcLoGW { display:none; }
 }@media only screen and (max-width: 763px) { #Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN #nw4stUEtJKR6Vsdvt5maa9tPcG5OpzrT {  }
 }@media only screen and (max-width: 763px) { #Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN #vbT60hlXIc6A6HcbXquvOfzS5xaPzeq0 {  }
 }@media only screen and (max-width: 763px) { #Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN #ySalWUte1gb4RTDsiX0F2CCzJ4T4Cy07 {  }
 }@media only screen and (max-width: 763px) { #Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN #luVxvAPuPUGcbwspe2Zz95dntzTGSyJE {  }
 }@media only screen and (max-width: 763px) { #DE9xb242dFK5yp7XKMMAeEZ5Cq16TNaG { display:block; }
 }@media only screen and (max-width: 763px) { #ADfGW5VlIA7Tgqt9dPEvXZfCUopHyVGq { display:block; }
 }@media only screen and (max-width: 763px) { #HZl0iQGTVPSdsOGp7QfcU0EH5sJ7u2W2 { display:block; }
 }@media only screen and (max-width: 763px) { #Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN #KSOSLsIW6RJUxFeVKd5mEEfWpxlhRVwG {  }
 }@media only screen and (max-width: 763px) { #Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN #GBnMayoSqWU06A0R45mdxLPQScXsfliH { z-index:2; }
 }@media only screen and (max-width: 763px) { #Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN #tgdhhdfqKlQTI65OdShDzNM80InG6EEm {  }
 }@media only screen and (max-width: 763px) { #Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN #okbe3m4xhmiCkgvGhBdJkbmaDSVCSGRm {  }
 }@media only screen and (max-width: 763px) { #Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN #Hc7nVB6HP5TK5fZM44cocnkIDHWPd7yQ {  }
 }@media only screen and (max-width: 763px) { #Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN #T9GE4Q21zZCFDBiryrR4WCDedgqK2mAU { z-index:15000; }
 }@media only screen and (max-width: 763px) { #Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN #FKfTkATEivpOg7csXUbDAo4BFeGtqzFH { z-index:15000; }
 }@media only screen and (max-width: 763px) { #GrT7DfbGckD4907JGle0rTkDOxRXT5ML { display:block; }
 }@media only screen and (max-width: 763px) { #Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN #T5FkaU7hquRU8Bbbm8F7UUO4UKfmfwVc {  }
 }@media only screen and (max-width: 763px) { #Pc4bl1sOfaJp8aH6kX5DXadWDEmQzBfN #aEbynJbsMqqnCQFeIUIZLspM5aZoodTA {  }
 }@media only screen and (max-width: 763px) { #OfcWROKTKey1RL7aTqeRNZST17KMPLce { width:19.746125rem;height:6.375rem;top:41.248291015625rem;left:0.252685546875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBleGCb8MbeU5TTZPFqWrMqrTqNWBX2N { width:19.6875rem;height:5.9961rem;top:0.977783203125rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2O8RwRx5BBmPwfJmDZL6GRyKFZuRbLz { width:19.4360625rem;height:23.90625rem;top:8.428466796875rem;left:0.28076171875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPbLRvCxiAhSE9mo7xSARTpHdZ0g4D2E { width:19.6228125rem;height:3.1875rem;top:36.997802734375rem;left:0.18798828125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVCJmU6qSvXZoD89G7gSMez3dhUOLZTW { width:19.562125rem;height:8.5230625rem;top:48.8740234375rem;left:0.216064453125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqNBRfMvhgmqDNZlNGc9L0Tp52mhPy1C { width:15.9985625rem;height:1.59375rem;top:32.93359375rem;left:1.74560546875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOaJ9xexaXGcR7aqsmlP06xfsz2Rr9hd { width:15.8728125rem;height:1.59375rem;top:23.262939453125rem;left:1.80908203125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LV9kyCLNe5DkSSTxtHgrc1ZLNiCk4IMo { display:block; }#LV9kyCLNe5DkSSTxtHgrc1ZLNiCk4IMo > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kpvMmi2dkkN9OJHD6JktVZzcEKM5L48a { display:block; }#kpvMmi2dkkN9OJHD6JktVZzcEKM5L48a > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XhWi7rKvma3NXUa8Ss2bz9fSJFo6NvNf { background-color:#ffffff;background-image:none;display:block; }#XhWi7rKvma3NXUa8Ss2bz9fSJFo6NvNf > .row .container { background-color: transparent; background-image: none; }#XhWi7rKvma3NXUa8Ss2bz9fSJFo6NvNf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XhWi7rKvma3NXUa8Ss2bz9fSJFo6NvNf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XhWi7rKvma3NXUa8Ss2bz9fSJFo6NvNf > .row .container > .video-iframe-container { display: none; }#XhWi7rKvma3NXUa8Ss2bz9fSJFo6NvNf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XhWi7rKvma3NXUa8Ss2bz9fSJFo6NvNf > .row > .video-iframe-container { display: none; }#XhWi7rKvma3NXUa8Ss2bz9fSJFo6NvNf > .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); }#XhWi7rKvma3NXUa8Ss2bz9fSJFo6NvNf > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ls16ZT3cossXbegnWIiNesdlQTkg9mfI { width:19.75rem;height:3.25078125rem;top:0.49922180175781rem;left:0.24960935115814rem;font-size:1.25rem;text-align:left;text-align-last:left;color:#b518b7;display:block; }
 }@media only screen and (max-width: 763px) { #mJRwhz1P48XqfXVmcOf3cpcQTAEm3URu { display:block; }#mJRwhz1P48XqfXVmcOf3cpcQTAEm3URu > .row .container { width:20rem;height:28.084381103516rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pFzZVIGVauITJX2sG1kWc0nTwzP3zJu0 { width:19.37375rem;height:27.09375rem;top:1.02294921875rem;left:0.311279296875rem;font-size:1.0625rem;font-family:quicksand;display:block; }
 }@media only screen and (max-width: 763px) { #UVmrfHGKiwohAQOcOHrMUA1cPRZ2WkEd { display:block; }#UVmrfHGKiwohAQOcOHrMUA1cPRZ2WkEd > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FdZOxqQS287sFmvm2o8uc5ztCmGRL7BC { display:block; }#FdZOxqQS287sFmvm2o8uc5ztCmGRL7BC > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z2vg61CwtJflviTmTvHLlF9cbszqXcIN { display:none; }#z2vg61CwtJflviTmTvHLlF9cbszqXcIN > .row .container { width:20rem;height:30rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sUbomiIrS2UgBrEesL8qLra4fMJNXEl7 { width:19.5rem;height:1.78125rem;top:1.3740234375rem;left:0.4365234375rem;font-size:1.1875rem;font-family:quicksand;display:block; }
 }@media only screen and (max-width: 763px) { #eEKhy7BNAPekW6zmKQ5czbzwOTB5u85Z { width:19.6875rem;height:24rem;top:4.404296875rem;left:0.25rem;font-size:1rem;font-family:quicksand;display:block; }
 }@media only screen and (max-width: 763px) { #zWxMu2N2hDT6xSL07HoQIJkVzcM0r23L { background-color:#ffffff;background-image:none;display:none; }#zWxMu2N2hDT6xSL07HoQIJkVzcM0r23L > .row .container { width:20rem;height:3.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TuNBqxldTZckariZRVQUuFGNTehPt8EA { width:17.999125rem;height:3.25078125rem;top:0.5rem;left:0.25rem;font-size:1.25rem;text-align:left;text-align-last:left;color:#b518b7;display:block; }
 }@media only screen and (max-width: 763px) { #ecvWiTnXeXJnygfaoernAm9DB3QH56lv { background-color:#ffffff;background-image:none;display:none; }#ecvWiTnXeXJnygfaoernAm9DB3QH56lv > .row .container { width:20rem;height:56.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iD7Ccx1f7GF7AQ1TgwKnbe41whtmWc5R { width:15.625rem;height:1.21875rem;top:44.787506103516rem;left:2.1875rem;font-size:0.9375rem;color:#1e1e1e;display:none; }
 }@media only screen and (max-width: 763px) { #Nn9v8Xsnel7ivlaBv28J3usyoraV9Wyy { width:5rem;height:5rem;top:2.87353515625rem;left:7.5rem;z-index:15078;display:block; }
 }@media only screen and (max-width: 763px) { #dhoXPncGh9H4Bs5hzKGwmh69OlsbXAC5 { width:15.125rem;height:14.5625rem;top:1.624755859375rem;left:2.4365234375rem;box-shadow: 0.125rem 0.125rem 0.4375rem #18191b ;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vf2mvmVraUc2wXHktf2BNRQcuEiUiBAi { width:10.4358125rem;height:1.462675rem;top:8.873291015625rem;left:4.093017578125rem;font-size:1.125rem;font-family:quicksand;color:#18191b;display:block; }
 }@media only screen and (max-width: 763px) { #s5n0LG0m95KXXItnfooOgVtk5OQ4eRQK { width:7.9358125rem;height:2.27578125rem;top:11.309814453125rem;left:4.093017578125rem;font-size:0.875rem;color:#18191b;display:block; }
 }@media only screen and (max-width: 763px) { #EnT1wnBHeWitabO9C1FerIMKcQoKf36K { width:13.75rem;height:1.1378875rem;top:53.73779296875rem;left:2.4365234375rem;font-size:0.875rem;color:#18191b;display:block; }
 }@media only screen and (max-width: 763px) { #HMBAOAZGkLW4abrz9ZWF3UICE1R35nGe { width:4.6875rem;height:4.6875rem;top:19.0625rem;left:7.6875rem;z-index:15083;display:block; }
 }@media only screen and (max-width: 763px) { #TC9J3EexKNveZP7IaElhKs2V4dRlq9kf { width:12.87475rem;height:2.925rem;top:25.0625rem;left:4.0625rem;font-size:1.125rem;font-family:quicksand;color:#18191b;display:block; }
 }@media only screen and (max-width: 763px) { #pSTBSsWZCQHAabseDSRTe97xxafh2xSO { width:11.875rem;height:3.41366875rem;top:28.75rem;left:4.0625rem;font-size:0.875rem;color:#18191b;display:block; }
 }@media only screen and (max-width: 763px) { #Qzb5QKTA5vkkrXG3AROvT8AM8WWXAseR { width:15.125rem;height:16.5625rem;top:17.8125rem;left:2.4375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFQrVFKX54szLnBA2XrhMzgAMSkx4iD7 { width:5rem;height:5rem;top:37.5rem;left:7.5rem;z-index:15095;display:block; }
 }@media only screen and (max-width: 763px) { #AbAPXQywf8P30eQU9z3zwusDVaARhewF { width:13.125rem;height:2.925rem;top:43.4375rem;left:3.4375rem;font-size:1.125rem;font-family:quicksand;z-index:15079;color:#18191b;display:block; }
 }@media only screen and (max-width: 763px) { #m5kCy0Dt7fu4h9dt9ZlfI4soWA8b7xJo { width:12.3730625rem;height:1.1378875rem;top:47.8125rem;left:3.5rem;font-size:0.875rem;color:#18191b;z-index:15096;display:block; }
 }@media only screen and (max-width: 763px) { #MJl3a8TScp7mVrgAC86eLulgBhibObkZ { width:15.125rem;height:14.625rem;top:36.4375rem;left:2.4375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKw3VbV2l0tmv10rx6OConhvDorWtygC { display:none; }#PKw3VbV2l0tmv10rx6OConhvDorWtygC > .row .container { width:20rem;height:0.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FzUsfLTiuiNrn9pP4rvh9Ib59BCAWyZg { background-color:#ffffff;background-image:none;display:none; }#FzUsfLTiuiNrn9pP4rvh9Ib59BCAWyZg > .row .container { width:20rem;height:5.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IX38gVp4vJ8hxeSPyQC1Tylxy0MXRep8 { width:17.999125rem;height:4.875rem;top:0.5rem;left:0.25rem;font-size:1.25rem;text-align:left;text-align-last:left;color:#b518b7;display:block; }
 }@media only screen and (max-width: 763px) { #lMIq1IPzZqx8yzoZx5b3UHT0CCgtoXe4 { background-color:#ffffff;background-image:none;display:none; }#lMIq1IPzZqx8yzoZx5b3UHT0CCgtoXe4 > .row .container { width:20rem;height:45.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bZrzvV7BDfw8kmIQiKUeL7Ip5PUGuJ8O { width:13.0625rem;height:0.1875rem;top:17.997916221619rem;left:7.8572912216188rem;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #b518b7, #f271f8);background-image: -moz-linear-gradient(339deg, #b518b7, #f271f8);background-image: -ms-linear-gradient(339deg, #b518b7, #f271f8);background-image: -o-linear-gradient(339deg, #b518b7, #f271f8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b518b7', endColorstr='#f271f8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b518b7', endColorstr='#f271f8' );";background-image: linear-gradient(339deg, #b518b7, #f271f8);background-size:auto !important;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #TWq1D9ZFHAzXKMLO0gZLKA22ZcbNPgVw { width:7rem;height:0.125rem;top:24.562494277954rem;left:8.2947912216188rem;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #b518b7, #f271f8);background-image: -moz-linear-gradient(339deg, #b518b7, #f271f8);background-image: -ms-linear-gradient(339deg, #b518b7, #f271f8);background-image: -o-linear-gradient(339deg, #b518b7, #f271f8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b518b7', endColorstr='#f271f8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b518b7', endColorstr='#f271f8' );";background-image: linear-gradient(339deg, #b518b7, #f271f8);background-size:auto !important;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #K6hVi2QvCRz9qKATJdHvUmUIGZLnPCV1 .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; }
#K6hVi2QvCRz9qKATJdHvUmUIGZLnPCV1 .widget-text.counter-number { padding-top:0.509375rem;padding-right:0.47875rem;padding-bottom:0.509375rem;padding-left:0.47875rem;width:2.873125rem;min-width:2.873125rem;height:2.733125rem;font-size:2.03625rem;line-height:43.73px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#K6hVi2QvCRz9qKATJdHvUmUIGZLnPCV1 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.318125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.83125rem;height:1.08rem;font-size:0.7625rem;line-height:17.28px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#K6hVi2QvCRz9qKATJdHvUmUIGZLnPCV1 { width:19.3103125rem;height:5.14770625rem;display:flex;top:40.291748046875rem;left:0.2587890625rem;z-index:15034;padding-top:0.07625rem;padding-right:0.08375rem;padding-bottom:0.07625rem;padding-left:0.08375rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
 }@media only screen and (max-width: 763px) { #K6hVi2QvCRz9qKATJdHvUmUIGZLnPCV1 #dvHlmPnosfh5UIpO1vG6XOlEznQ633t9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #K6hVi2QvCRz9qKATJdHvUmUIGZLnPCV1 #gL2BUhdy0THIIrA1dgwNRcAh38EbdcT2 {  }
 }@media only screen and (max-width: 763px) { #K6hVi2QvCRz9qKATJdHvUmUIGZLnPCV1 #Ar6LQ8lsuoRgntKqPNr8TV2sncteRdBP {  }
 }@media only screen and (max-width: 763px) { #K6hVi2QvCRz9qKATJdHvUmUIGZLnPCV1 #Ewnpe13T8MFuhnfwTw7X1xwioKv8M5et { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #K6hVi2QvCRz9qKATJdHvUmUIGZLnPCV1 #pFH5rAVpNbxGOq6CoNIt2mfEuVTUcpvS {  }
 }@media only screen and (max-width: 763px) { #K6hVi2QvCRz9qKATJdHvUmUIGZLnPCV1 #uZTpue5eVJvarqh3uImXdrRH90vgIUDv {  }
 }@media only screen and (max-width: 763px) { #K6hVi2QvCRz9qKATJdHvUmUIGZLnPCV1 #GPybTIrmbF2P2bw0x7FoiLTDa0r4B2wv { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #K6hVi2QvCRz9qKATJdHvUmUIGZLnPCV1 #msCR4mq7546gWSAkyF7teF2GymwvcQki {  }
 }@media only screen and (max-width: 763px) { #K6hVi2QvCRz9qKATJdHvUmUIGZLnPCV1 #N3uBsBIt2fbrvJZRcuJgCWX5XKwLZd0R {  }
 }@media only screen and (max-width: 763px) { #K6hVi2QvCRz9qKATJdHvUmUIGZLnPCV1 #c97t1QHppGDzrIlSAbIUUyrGfFp5HCcf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #K6hVi2QvCRz9qKATJdHvUmUIGZLnPCV1 #kE1Mr2EMRqnAuvqEk527FTCJTqP6DA1F {  }
 }@media only screen and (max-width: 763px) { #K6hVi2QvCRz9qKATJdHvUmUIGZLnPCV1 #aB9ZQkTALJEXzocP912Ki5SoC9RRPZq3 {  }
 }@media only screen and (max-width: 763px) { #Gxp3ZD6iig99TXq52am5W3blOZcHawtH { width:19.433625rem;height:38.2324625rem;top:0.60302734375rem;left:0.281982421875rem;font-size:1.0625rem;text-align:left;text-align-last:left;color:#18191b;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #PPbScGOvolZME1KQVLcf8loRRUkQ2fWB { background-color:#ffffff;background-image:none;display:none; }#PPbScGOvolZME1KQVLcf8loRRUkQ2fWB > .row .container { width:20rem;height:48.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ublQIM5KPFE60RZdawvIdJMSgfWlti4I { width:13.0625rem;height:0.1875rem;top:17.997916221619rem;left:7.8572912216188rem;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #b518b7, #f271f8);background-image: -moz-linear-gradient(339deg, #b518b7, #f271f8);background-image: -ms-linear-gradient(339deg, #b518b7, #f271f8);background-image: -o-linear-gradient(339deg, #b518b7, #f271f8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b518b7', endColorstr='#f271f8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b518b7', endColorstr='#f271f8' );";background-image: linear-gradient(339deg, #b518b7, #f271f8);background-size:auto !important;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #KRpUt1VoKSQFX7eWRFJmBrSnV0BTenaA { width:7rem;height:0.125rem;top:24.562494277954rem;left:8.2947912216188rem;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #b518b7, #f271f8);background-image: -moz-linear-gradient(339deg, #b518b7, #f271f8);background-image: -ms-linear-gradient(339deg, #b518b7, #f271f8);background-image: -o-linear-gradient(339deg, #b518b7, #f271f8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b518b7', endColorstr='#f271f8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b518b7', endColorstr='#f271f8' );";background-image: linear-gradient(339deg, #b518b7, #f271f8);background-size:auto !important;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #uv5dCRd92cIUox6feiC3PFRkeTICGaWJ .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; }
#uv5dCRd92cIUox6feiC3PFRkeTICGaWJ .widget-text.counter-number { padding-top:0.45375rem;padding-right:0.43125rem;padding-bottom:0.45375rem;padding-left:0.43125rem;width:2.5875rem;min-width:2.5875rem;height:2.435rem;font-size:1.815rem;line-height:38.96px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.125rem solid #b518b7;border-left:0.1875rem solid #b518b7;border-right:0.1875rem solid #b518b7;border-bottom:0.125rem solid #b518b7; }
#uv5dCRd92cIUox6feiC3PFRkeTICGaWJ .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.28375rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.450625rem;height:0.9625rem;font-size:0.679375rem;line-height:15.4px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#uv5dCRd92cIUox6feiC3PFRkeTICGaWJ { width:19.3115rem;height:4.83764375rem;display:flex;top:42.974853515625rem;left:0.267333984375rem;z-index:15034;padding-top:0.068125rem;padding-right:0.075625rem;padding-bottom:0.068125rem;padding-left:0.075625rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
 }@media only screen and (max-width: 763px) { #uv5dCRd92cIUox6feiC3PFRkeTICGaWJ #heJeGFKGl3HzKZXCNv1PlxKn4JUeOZfB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uv5dCRd92cIUox6feiC3PFRkeTICGaWJ #odvKNcSAocc9QReT4HwT0mKVRduy2MGW {  }
 }@media only screen and (max-width: 763px) { #uv5dCRd92cIUox6feiC3PFRkeTICGaWJ #urv359Tw9JuspMUws7tOEyWRuz88lORa {  }
 }@media only screen and (max-width: 763px) { #uv5dCRd92cIUox6feiC3PFRkeTICGaWJ #wHqU7HFGUiJvMT5Wc4LWrNSRBer1tovR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uv5dCRd92cIUox6feiC3PFRkeTICGaWJ #iGFoSDN34zM0zwuSumhuzwJ69FJAUTrz {  }
 }@media only screen and (max-width: 763px) { #uv5dCRd92cIUox6feiC3PFRkeTICGaWJ #n880XA1O4o9qqT0ALGOg2GkpyHA8quQf {  }
 }@media only screen and (max-width: 763px) { #uv5dCRd92cIUox6feiC3PFRkeTICGaWJ #i2eVHZX9lcz8gzxhSnx8s2kVncK67N7f { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uv5dCRd92cIUox6feiC3PFRkeTICGaWJ #uMgCeNeM5N4NlSOSV0bXqpcQs4CJ1CBC {  }
 }@media only screen and (max-width: 763px) { #uv5dCRd92cIUox6feiC3PFRkeTICGaWJ #dZ3L6J20v7vCa3cUCinuftUWmq2TsG8a {  }
 }@media only screen and (max-width: 763px) { #uv5dCRd92cIUox6feiC3PFRkeTICGaWJ #Gyuu5vq9JkUqbEKLHARF2SBSEH4JIniI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uv5dCRd92cIUox6feiC3PFRkeTICGaWJ #r4nJqR45vZ1Zd8ON2DSSne6kCm7gi2Mi {  }
 }@media only screen and (max-width: 763px) { #uv5dCRd92cIUox6feiC3PFRkeTICGaWJ #SCVVFs8SRV702s7byo62n3EwuuRVTVqA {  }
 }@media only screen and (max-width: 763px) { #IoHBBTr8LufVczKH7gCiAReKy4kx1TdT { width:19.433625rem;height:7.5rem;top:0.791015625rem;left:0.281982421875rem;font-size:1.25rem;text-align:left;text-align-last:left;color:#18191b;display:block; }
 }@media only screen and (max-width: 763px) { #TiIsyLDWg5SXTpP6Cyc8cyG76pAyXatT { width:19.625rem;height:31.875rem;top:9.7808370590213rem;left:0.25rem;font-size:1.0625rem;text-align:left;text-align-last:left;color:#18191b;display:block; }
 }@media only screen and (max-width: 763px) { #qx6coCXedprTKTpAhXlGlQK9mTRCWniE { background-color:#ffffff;background-image:none;display:block; }#qx6coCXedprTKTpAhXlGlQK9mTRCWniE > .row .container { background-color: transparent; background-image: none; }#qx6coCXedprTKTpAhXlGlQK9mTRCWniE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qx6coCXedprTKTpAhXlGlQK9mTRCWniE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qx6coCXedprTKTpAhXlGlQK9mTRCWniE > .row .container > .video-iframe-container { display: none; }#qx6coCXedprTKTpAhXlGlQK9mTRCWniE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qx6coCXedprTKTpAhXlGlQK9mTRCWniE > .row > .video-iframe-container { display: none; }#qx6coCXedprTKTpAhXlGlQK9mTRCWniE > .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); }#qx6coCXedprTKTpAhXlGlQK9mTRCWniE > .row .container { width:20rem;height:30.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D19ey7SWqwWoDLkDLSicWQHBzFCQGu3K { width:13.0625rem;height:0.1875rem;top:17.997916221619rem;left:7.8572912216188rem;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #b518b7, #f271f8);background-image: -moz-linear-gradient(339deg, #b518b7, #f271f8);background-image: -ms-linear-gradient(339deg, #b518b7, #f271f8);background-image: -o-linear-gradient(339deg, #b518b7, #f271f8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b518b7', endColorstr='#f271f8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b518b7', endColorstr='#f271f8' );";background-image: linear-gradient(339deg, #b518b7, #f271f8);background-size:auto !important;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #zNgq8X8xcc5vVTs2iqOQm7fRA6KvlIpl { width:7rem;height:0.125rem;top:24.562494277954rem;left:8.2947912216188rem;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #b518b7, #f271f8);background-image: -moz-linear-gradient(339deg, #b518b7, #f271f8);background-image: -ms-linear-gradient(339deg, #b518b7, #f271f8);background-image: -o-linear-gradient(339deg, #b518b7, #f271f8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b518b7', endColorstr='#f271f8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b518b7', endColorstr='#f271f8' );";background-image: linear-gradient(339deg, #b518b7, #f271f8);background-size:auto !important;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #ulav1JWNoSIQ2lofl4SEnFKw6PG2LleZ .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; }
#ulav1JWNoSIQ2lofl4SEnFKw6PG2LleZ .widget-text.counter-number { padding-top:0.45rem;padding-right:0.4275rem;padding-bottom:0.45rem;padding-left:0.4275rem;width:2.56625rem;min-width:2.56625rem;height:2.413125rem;font-size:1.798125rem;line-height:38.61px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.125rem solid #b518b7;border-left:0.125rem solid #b518b7;border-right:0.125rem solid #b518b7;border-bottom:0.125rem solid #b518b7; }
#ulav1JWNoSIQ2lofl4SEnFKw6PG2LleZ .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.280625rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.4225rem;height:0.953125rem;font-size:0.673125rem;line-height:15.25px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ulav1JWNoSIQ2lofl4SEnFKw6PG2LleZ { width:18.6853125rem;height:4.79614375rem;display:flex;top:24.75rem;left:0.5625rem;z-index:15034;padding-top:0.0675rem;padding-right:0.075rem;padding-bottom:0.0675rem;padding-left:0.075rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
 }@media only screen and (max-width: 763px) { #ulav1JWNoSIQ2lofl4SEnFKw6PG2LleZ #ZhdFeEBvFZLpTglkmrcgHMQc2CSoKBLr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ulav1JWNoSIQ2lofl4SEnFKw6PG2LleZ #MLJlrR8gTLrqoeTJ1vRuubEnUp4XEpHo {  }
 }@media only screen and (max-width: 763px) { #ulav1JWNoSIQ2lofl4SEnFKw6PG2LleZ #renOeaEcwXScKiqhsKnSECofJ5qTc0if {  }
 }@media only screen and (max-width: 763px) { #ulav1JWNoSIQ2lofl4SEnFKw6PG2LleZ #rzqVALSmPoc4q2X2IXb1maAWwgIwenx5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ulav1JWNoSIQ2lofl4SEnFKw6PG2LleZ #ETX2n7U7SxHFBpktGT3NRJH7bzxNIOqo {  }
 }@media only screen and (max-width: 763px) { #ulav1JWNoSIQ2lofl4SEnFKw6PG2LleZ #lJQvTiD3OoBzpibVSPLzJgcF7HBAmSgi {  }
 }@media only screen and (max-width: 763px) { #ulav1JWNoSIQ2lofl4SEnFKw6PG2LleZ #IQtuUGcr3qbhh6kiEfStQQF2wwbTc1If { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ulav1JWNoSIQ2lofl4SEnFKw6PG2LleZ #gl7hWZu7BbpoJTHTB7nWWPzguVKNyXiS {  }
 }@media only screen and (max-width: 763px) { #ulav1JWNoSIQ2lofl4SEnFKw6PG2LleZ #HfAIxHicJ6PNhFx8fbfDVrWOmZBNDXBt {  }
 }@media only screen and (max-width: 763px) { #ulav1JWNoSIQ2lofl4SEnFKw6PG2LleZ #uB6C3Z0lM0C7MrAsSdCO03DwxO6qUAfd { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ulav1JWNoSIQ2lofl4SEnFKw6PG2LleZ #QSPnOmWKa64DW5IWcl5KFkTZLo94eQBo {  }
 }@media only screen and (max-width: 763px) { #ulav1JWNoSIQ2lofl4SEnFKw6PG2LleZ #Cz3qHGp26STbB7Q90MkK62C2Tq98nBOv {  }
 }@media only screen and (max-width: 763px) { #UgGB9tbqFmaGaZXlJ9BAL5kBameDcN6R { width:19.0625rem;height:16.487075rem;top:6.375rem;left:0.5rem;font-size:1rem;text-align:left;text-align-last:left;color:#18191b;display:block; }
 }@media only screen and (max-width: 763px) { #D5UtZmyk2gVTJlLVFrosa4tZ6eXoElSK { width:19.75rem;height:4.87616875rem;top:0.49922180175781rem;left:0.24960935115814rem;font-size:1.25rem;text-align:left;text-align-last:left;color:#b518b7;display:block; }
 }@media only screen and (max-width: 763px) { #rV5J2tqaxlgrcHTqhrv2GwqrJwdegKpI { background-color:#ffffff;background-image:none;display:none; }#rV5J2tqaxlgrcHTqhrv2GwqrJwdegKpI > .row .container { width:20rem;height:34.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dOVc72mWDEDEXgeOxTRfncJPscBBxRSm { width:13.0625rem;height:0.1875rem;top:17.997916221619rem;left:7.8572912216188rem;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #b518b7, #f271f8);background-image: -moz-linear-gradient(339deg, #b518b7, #f271f8);background-image: -ms-linear-gradient(339deg, #b518b7, #f271f8);background-image: -o-linear-gradient(339deg, #b518b7, #f271f8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b518b7', endColorstr='#f271f8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b518b7', endColorstr='#f271f8' );";background-image: linear-gradient(339deg, #b518b7, #f271f8);background-size:auto !important;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #BotoFwGsnXVsJJcegGSbR5PlI2gkkTIu { width:7rem;height:0.125rem;top:24.562494277954rem;left:8.2947912216188rem;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #b518b7, #f271f8);background-image: -moz-linear-gradient(339deg, #b518b7, #f271f8);background-image: -ms-linear-gradient(339deg, #b518b7, #f271f8);background-image: -o-linear-gradient(339deg, #b518b7, #f271f8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b518b7', endColorstr='#f271f8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b518b7', endColorstr='#f271f8' );";background-image: linear-gradient(339deg, #b518b7, #f271f8);background-size:auto !important;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #NpG3g1wQJqmf0UQaxSa0Ou9dHaRnSRwE .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; }
#NpG3g1wQJqmf0UQaxSa0Ou9dHaRnSRwE .widget-text.counter-number { padding-top:0.45rem;padding-right:0.4275rem;padding-bottom:0.45rem;padding-left:0.4275rem;width:2.56625rem;min-width:2.56625rem;height:2.413125rem;font-size:1.798125rem;line-height:38.61px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.125rem solid #b518b7;border-left:0.125rem solid #b518b7;border-right:0.125rem solid #b518b7;border-bottom:0.125rem solid #b518b7; }
#NpG3g1wQJqmf0UQaxSa0Ou9dHaRnSRwE .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.280625rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.4225rem;height:0.953125rem;font-size:0.673125rem;line-height:15.25px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NpG3g1wQJqmf0UQaxSa0Ou9dHaRnSRwE { width:18.6866875rem;height:4.79648125rem;display:flex;top:28.562105178833rem;left:0.58007806539536rem;z-index:15034;padding-top:0.0675rem;padding-right:0.075rem;padding-bottom:0.0675rem;padding-left:0.075rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
 }@media only screen and (max-width: 763px) { #NpG3g1wQJqmf0UQaxSa0Ou9dHaRnSRwE #FTKfXl5C21AkEEgXTtE6f0oqpkAJOTlT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NpG3g1wQJqmf0UQaxSa0Ou9dHaRnSRwE #IghE1TkHP2Qy0LR3iReA0wUcloGvTE0K {  }
 }@media only screen and (max-width: 763px) { #NpG3g1wQJqmf0UQaxSa0Ou9dHaRnSRwE #Wh6qKc2J6i960wuplqimqHQMVuf3wMJO {  }
 }@media only screen and (max-width: 763px) { #NpG3g1wQJqmf0UQaxSa0Ou9dHaRnSRwE #bXIXVFocUhTH0Q8AdVQa9CFWni3V1Zbc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NpG3g1wQJqmf0UQaxSa0Ou9dHaRnSRwE #fIyuhXz7KeAJgEdIKAQcO1rTo4X2fotL {  }
 }@media only screen and (max-width: 763px) { #NpG3g1wQJqmf0UQaxSa0Ou9dHaRnSRwE #Vv506Ub0UqMRuJ9tUWDxCxzOTeLLRJEm {  }
 }@media only screen and (max-width: 763px) { #NpG3g1wQJqmf0UQaxSa0Ou9dHaRnSRwE #IIM30ebXyrZNxc14zwif9SVMxpLThmJE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NpG3g1wQJqmf0UQaxSa0Ou9dHaRnSRwE #FzQnqeQUskbpzBcBsKOWz3LLyEOsCqwO {  }
 }@media only screen and (max-width: 763px) { #NpG3g1wQJqmf0UQaxSa0Ou9dHaRnSRwE #wTdRk6OFy3OrN4EakWT72i9uB3ICzWzH {  }
 }@media only screen and (max-width: 763px) { #NpG3g1wQJqmf0UQaxSa0Ou9dHaRnSRwE #yza59TkB96fh39FQf5tAOhRnU77moFzx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NpG3g1wQJqmf0UQaxSa0Ou9dHaRnSRwE #c9o4K1vllBOd8E3Gkl3Dw8oM7m07Ji3M {  }
 }@media only screen and (max-width: 763px) { #NpG3g1wQJqmf0UQaxSa0Ou9dHaRnSRwE #NPCIbbQDTTrKqBLR9lV93G3xMq8s2zsV {  }
 }@media only screen and (max-width: 763px) { #UisUMg2oNw9krgCBUkxczc0ByHrEIJIy { width:19.0625rem;height:20.9835625rem;top:6.375rem;left:0.5rem;font-size:1rem;text-align:left;text-align-last:left;color:#18191b;display:block; }
 }@media only screen and (max-width: 763px) { #gsweKWTcREW5IaUlTO9KJDzaZsnAkmlc { width:19.75rem;height:4.87616875rem;top:0.49922180175781rem;left:0.24960935115814rem;font-size:1.25rem;text-align:left;text-align-last:left;color:#b518b7;display:block; }
 }@media only screen and (max-width: 763px) { #BbgWiUUxwUQmkVdcf2JIfuhS60oSsx0e { background-color:#ffffff;background-image:none;display:none; }#BbgWiUUxwUQmkVdcf2JIfuhS60oSsx0e > .row .container { width:20rem;height:46.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZaavH89Pe9Dr6eHiaQuzDerGQfSA9F1g { width:13.0625rem;height:0.1875rem;top:17.997916221619rem;left:7.8572912216188rem;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #b518b7, #f271f8);background-image: -moz-linear-gradient(339deg, #b518b7, #f271f8);background-image: -ms-linear-gradient(339deg, #b518b7, #f271f8);background-image: -o-linear-gradient(339deg, #b518b7, #f271f8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b518b7', endColorstr='#f271f8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b518b7', endColorstr='#f271f8' );";background-image: linear-gradient(339deg, #b518b7, #f271f8);background-size:auto !important;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #o4qoQawQNmAJyOifzB1OeiE8El1GGv4C { width:7rem;height:0.125rem;top:24.562494277954rem;left:8.2947912216188rem;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #b518b7, #f271f8);background-image: -moz-linear-gradient(339deg, #b518b7, #f271f8);background-image: -ms-linear-gradient(339deg, #b518b7, #f271f8);background-image: -o-linear-gradient(339deg, #b518b7, #f271f8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b518b7', endColorstr='#f271f8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b518b7', endColorstr='#f271f8' );";background-image: linear-gradient(339deg, #b518b7, #f271f8);background-size:auto !important;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #AeLqJa0Jav8rScnLrHR8Hscg1SROIK1a { width:19.625rem;height:9.7523125rem;top:0.79318618774412rem;left:0.24848091602326rem;font-size:1.25rem;text-align:left;text-align-last:left;color:#18191b;display:block; }
 }@media only screen and (max-width: 763px) { #qdECymukEK7ZpPK87sXN6QbZfaH5Rc3I .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; }
#qdECymukEK7ZpPK87sXN6QbZfaH5Rc3I .widget-text.counter-number { padding-top:0.509375rem;padding-right:0.47875rem;padding-bottom:0.509375rem;padding-left:0.47875rem;width:2.873125rem;min-width:2.873125rem;height:2.733125rem;font-size:2.03625rem;line-height:43.73px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#qdECymukEK7ZpPK87sXN6QbZfaH5Rc3I .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.318125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.83125rem;height:1.08rem;font-size:0.7625rem;line-height:17.28px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#qdECymukEK7ZpPK87sXN6QbZfaH5Rc3I { width:19.3125rem;height:5.14921875rem;display:flex;top:40.233981609344rem;left:0rem;z-index:15034;padding-top:0.07625rem;padding-right:0.08375rem;padding-bottom:0.07625rem;padding-left:0.08375rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
 }@media only screen and (max-width: 763px) { #qdECymukEK7ZpPK87sXN6QbZfaH5Rc3I #pA9k5EUHqFLiUwXqMm12gIbZPhtExyPP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qdECymukEK7ZpPK87sXN6QbZfaH5Rc3I #gfFixPpLnPARE4QB8TETIkXOMrnXhkIq {  }
 }@media only screen and (max-width: 763px) { #qdECymukEK7ZpPK87sXN6QbZfaH5Rc3I #IpzHDwvCTJ5xwXe33W7BSrFpWCfI6fSr {  }
 }@media only screen and (max-width: 763px) { #qdECymukEK7ZpPK87sXN6QbZfaH5Rc3I #bwZSTKq5BcQfWpGEAfWGTS4l4xMpQ2s1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qdECymukEK7ZpPK87sXN6QbZfaH5Rc3I #Cb9It5L4swpW9efX5CEFJbuPns0S46FI {  }
 }@media only screen and (max-width: 763px) { #qdECymukEK7ZpPK87sXN6QbZfaH5Rc3I #rcsf96svmQOCwP6Li1aXw7uKp7KToMbO {  }
 }@media only screen and (max-width: 763px) { #qdECymukEK7ZpPK87sXN6QbZfaH5Rc3I #av1PNSAmt2r209RoWpeFOiWhfAGyAZyd { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qdECymukEK7ZpPK87sXN6QbZfaH5Rc3I #Jbm4L6tFylyXQA25HIdQaGVPFRpZiTv7 {  }
 }@media only screen and (max-width: 763px) { #qdECymukEK7ZpPK87sXN6QbZfaH5Rc3I #BF7MesaP3MN5n1BRPKCxSmHCd1os9cnN {  }
 }@media only screen and (max-width: 763px) { #qdECymukEK7ZpPK87sXN6QbZfaH5Rc3I #SoVbllV7skrKPpO19I0XMq5tQdK2XBqn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qdECymukEK7ZpPK87sXN6QbZfaH5Rc3I #ycqwFKRLB4WSJDmlexu2JasSaR9oO44N {  }
 }@media only screen and (max-width: 763px) { #qdECymukEK7ZpPK87sXN6QbZfaH5Rc3I #Av1V8xS2RJ9BVTRhMRDkJnlk0dCtWHsO {  }
 }@media only screen and (max-width: 763px) { #hOOK1ncMERRXG7R5o4SZwuka83Vexqim { width:19.4355625rem;height:26.97889375rem;top:11.745702266693rem;left:0.28007811307907rem;font-size:1rem;text-align:left;text-align-last:left;color:#18191b;display:block; }
 }@media only screen and (max-width: 763px) { #NLNtaFpZLwHUmmI2RhEe7vONTnhhkVlS { background-color:#ffffff;background-image:none;display:none; }#NLNtaFpZLwHUmmI2RhEe7vONTnhhkVlS > .row .container { width:20rem;height:48.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TTyVhTBraUIPU3LvSrbdo9OiaIHTLmwD { width:13.0625rem;height:0.1875rem;top:17.997916221619rem;left:7.8572912216188rem;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #b518b7, #f271f8);background-image: -moz-linear-gradient(339deg, #b518b7, #f271f8);background-image: -ms-linear-gradient(339deg, #b518b7, #f271f8);background-image: -o-linear-gradient(339deg, #b518b7, #f271f8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b518b7', endColorstr='#f271f8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b518b7', endColorstr='#f271f8' );";background-image: linear-gradient(339deg, #b518b7, #f271f8);background-size:auto !important;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #QnkMPJQ5hT2bL8iEuDatz1UK1eqXMlp7 { width:7rem;height:0.125rem;top:24.562494277954rem;left:8.2947912216188rem;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #b518b7, #f271f8);background-image: -moz-linear-gradient(339deg, #b518b7, #f271f8);background-image: -ms-linear-gradient(339deg, #b518b7, #f271f8);background-image: -o-linear-gradient(339deg, #b518b7, #f271f8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b518b7', endColorstr='#f271f8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b518b7', endColorstr='#f271f8' );";background-image: linear-gradient(339deg, #b518b7, #f271f8);background-size:auto !important;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #gPrIAgVWZqnWkBL5oDsLKuKT5OZQeM2e { width:19.625rem;height:8.12695rem;top:0.79318618774412rem;left:0.24848091602326rem;font-size:1.25rem;text-align:left;text-align-last:left;color:#18191b;display:block; }
 }@media only screen and (max-width: 763px) { #EkgW3FOU80ZgqFWoAq0egb3Rh9vl3S0o .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; }
#EkgW3FOU80ZgqFWoAq0egb3Rh9vl3S0o .widget-text.counter-number { padding-top:0.509375rem;padding-right:0.47875rem;padding-bottom:0.509375rem;padding-left:0.47875rem;width:2.873125rem;min-width:2.873125rem;height:2.733125rem;font-size:2.03625rem;line-height:43.73px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#EkgW3FOU80ZgqFWoAq0egb3Rh9vl3S0o .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.318125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.83125rem;height:1.08rem;font-size:0.7625rem;line-height:17.28px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#EkgW3FOU80ZgqFWoAq0egb3Rh9vl3S0o { width:19.3125rem;height:5.14921875rem;display:flex;top:42.712498664856rem;left:0.25781244039536rem;z-index:15034;padding-top:0.07625rem;padding-right:0.08375rem;padding-bottom:0.07625rem;padding-left:0.08375rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
 }@media only screen and (max-width: 763px) { #EkgW3FOU80ZgqFWoAq0egb3Rh9vl3S0o #NgN7rc6g5FVAepcXFkgWTOHH653aAQ6O { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EkgW3FOU80ZgqFWoAq0egb3Rh9vl3S0o #V6JVclOD19TIbDfe4mHdlzUrnsnKbCGe {  }
 }@media only screen and (max-width: 763px) { #EkgW3FOU80ZgqFWoAq0egb3Rh9vl3S0o #HDyD8PD5xM39yczmS2IIrychIbrtqrQW {  }
 }@media only screen and (max-width: 763px) { #EkgW3FOU80ZgqFWoAq0egb3Rh9vl3S0o #QGBTmOXX1yOlGpU5iPxTCCLwK37rI1he { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EkgW3FOU80ZgqFWoAq0egb3Rh9vl3S0o #WfhGefTg1oJRrUWTVqbucAx13GwZEgvD {  }
 }@media only screen and (max-width: 763px) { #EkgW3FOU80ZgqFWoAq0egb3Rh9vl3S0o #kG7kQEpdoOGlLORJhMgAiWPHZfgorrEr {  }
 }@media only screen and (max-width: 763px) { #EkgW3FOU80ZgqFWoAq0egb3Rh9vl3S0o #KdOD0Hko3ZhGEPAES7qudChDqKgGWXLT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EkgW3FOU80ZgqFWoAq0egb3Rh9vl3S0o #mQB3B1sqrKG9L9VKybT0DMNMpokysg5G {  }
 }@media only screen and (max-width: 763px) { #EkgW3FOU80ZgqFWoAq0egb3Rh9vl3S0o #wkgFNip1shSUVy8SLhMtFB8HufI8TNfa {  }
 }@media only screen and (max-width: 763px) { #EkgW3FOU80ZgqFWoAq0egb3Rh9vl3S0o #f8hwAIW8qy31ruLlypGplfcbftK4cPbU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EkgW3FOU80ZgqFWoAq0egb3Rh9vl3S0o #tL27q5JSB3uGvkNvJKPIdt1VkG5nTTBv {  }
 }@media only screen and (max-width: 763px) { #EkgW3FOU80ZgqFWoAq0egb3Rh9vl3S0o #nGHMo6lTOdRIlPRqzBvi70TCSl6cnyZG {  }
 }@media only screen and (max-width: 763px) { #AZmkPEZZTMZ850M642kys5CZx4kox6qG { width:19.4355625rem;height:29.97651875rem;top:11.291014671326rem;left:0.56367176771164rem;font-size:1rem;text-align:left;text-align-last:left;color:#d50f0f;display:block; }
 }@media only screen and (max-width: 763px) { #LDTe9pDvcPlsiuTFIvdS7wpn9bbZrOzp { background-color:#ffffff;background-image:none;display:none; }#LDTe9pDvcPlsiuTFIvdS7wpn9bbZrOzp > .row .container { width:20rem;height:57.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qFR3il96LzuaaQ7meUAdNpwPO7obyBzU { width:13.0625rem;height:0.1875rem;top:17.997916221619rem;left:7.8572912216188rem;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #b518b7, #f271f8);background-image: -moz-linear-gradient(339deg, #b518b7, #f271f8);background-image: -ms-linear-gradient(339deg, #b518b7, #f271f8);background-image: -o-linear-gradient(339deg, #b518b7, #f271f8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b518b7', endColorstr='#f271f8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b518b7', endColorstr='#f271f8' );";background-image: linear-gradient(339deg, #b518b7, #f271f8);background-size:auto !important;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #rKwwSWUkbMTJDURLTrHrLIEEkiKNFDOv { width:7rem;height:0.125rem;top:24.562494277954rem;left:8.2947912216188rem;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #b518b7, #f271f8);background-image: -moz-linear-gradient(339deg, #b518b7, #f271f8);background-image: -ms-linear-gradient(339deg, #b518b7, #f271f8);background-image: -o-linear-gradient(339deg, #b518b7, #f271f8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b518b7', endColorstr='#f271f8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b518b7', endColorstr='#f271f8' );";background-image: linear-gradient(339deg, #b518b7, #f271f8);background-size:auto !important;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #vJNcg78OsUBNiXfx54CXEKuyBT5TBbSN { width:19.311rem;height:42.0182375rem;top:8.2927520275119rem;left:0.24956595897674rem;font-size:1rem;text-align:left;text-align-last:left;color:#18191b;display:block; }
 }@media only screen and (max-width: 763px) { #MwTb0x7W8kwhRmJ9MMxMygCtZsW5fMMC { width:18.6875rem;height:6.497375rem;top:0.79318618774412rem;left:0.24848091602326rem;font-size:1.25rem;text-align:left;text-align-last:left;color:#18191b;display:block; }
 }@media only screen and (max-width: 763px) { #xDiLN6dLaV4g6T6aKgbLg0yeNK6lRvez .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; }
#xDiLN6dLaV4g6T6aKgbLg0yeNK6lRvez .widget-text.counter-number { padding-top:0.485rem;padding-right:0.450625rem;padding-bottom:0.485rem;padding-left:0.450625rem;width:2.703125rem;min-width:2.703125rem;height:2.60375rem;font-size:1.939375rem;line-height:41.66px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#xDiLN6dLaV4g6T6aKgbLg0yeNK6lRvez .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.303125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.605rem;height:1.02875rem;font-size:0.72625rem;line-height:16.46px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#xDiLN6dLaV4g6T6aKgbLg0yeNK6lRvez { width:18.4375rem;height:4.9056rem;display:flex;top:51.251737594604rem;left:0.70095485448838rem;z-index:15034;padding-top:0.0725rem;padding-right:0.07875rem;padding-bottom:0.0725rem;padding-left:0.07875rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
 }@media only screen and (max-width: 763px) { #xDiLN6dLaV4g6T6aKgbLg0yeNK6lRvez #FrmVnsdrz5CtDkg2oIw35Hx8d4v4ooLn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xDiLN6dLaV4g6T6aKgbLg0yeNK6lRvez #xTEkF0WXblooAG0tWWQyT9WwvTuuNAng {  }
 }@media only screen and (max-width: 763px) { #xDiLN6dLaV4g6T6aKgbLg0yeNK6lRvez #VWwr8FtFdTKnd13RVlBlkMRlDdImkTt8 {  }
 }@media only screen and (max-width: 763px) { #xDiLN6dLaV4g6T6aKgbLg0yeNK6lRvez #WvZ1Edd2cywmqE76yPaoIwKGr1GTapZi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xDiLN6dLaV4g6T6aKgbLg0yeNK6lRvez #DTTmthMbtVpMnWF11CbdusRGEac2oQz9 {  }
 }@media only screen and (max-width: 763px) { #xDiLN6dLaV4g6T6aKgbLg0yeNK6lRvez #JoXSXcROKFoO2gHLTPpHDZaTVxbTuzWN {  }
 }@media only screen and (max-width: 763px) { #xDiLN6dLaV4g6T6aKgbLg0yeNK6lRvez #OtkVT6PIBHWLMdAPRDL0lJHP9gMBw1tZ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xDiLN6dLaV4g6T6aKgbLg0yeNK6lRvez #gZWvgU2Tl0AaAcSGFwg0ccybexPxG2JW {  }
 }@media only screen and (max-width: 763px) { #xDiLN6dLaV4g6T6aKgbLg0yeNK6lRvez #epIsM6WJ2TThUrXl0hnxwyBlAS0x1axf {  }
 }@media only screen and (max-width: 763px) { #xDiLN6dLaV4g6T6aKgbLg0yeNK6lRvez #cfPvZuemUGVW9DPXr66JseAaiyE7i3ie { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xDiLN6dLaV4g6T6aKgbLg0yeNK6lRvez #N4P719l1iA9uhQcSCW1iglXwvxWtlQqC {  }
 }@media only screen and (max-width: 763px) { #xDiLN6dLaV4g6T6aKgbLg0yeNK6lRvez #L0ibSWmu0q4QLkQe5KsXcN9CE9iMDJCI {  }
 }@media only screen and (max-width: 763px) { #WU24bB9pCGdlVp8c8UVBQLkl1JuJ2rMd { background-color:#ffffff;background-image:none;display:none; }#WU24bB9pCGdlVp8c8UVBQLkl1JuJ2rMd > .row .container { width:20rem;height:43.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mGKuwGRh78Mag79Wt9C5RziorLO55MAG { width:13.0625rem;height:0.1875rem;top:17.997916221619rem;left:7.8572912216188rem;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #b518b7, #f271f8);background-image: -moz-linear-gradient(339deg, #b518b7, #f271f8);background-image: -ms-linear-gradient(339deg, #b518b7, #f271f8);background-image: -o-linear-gradient(339deg, #b518b7, #f271f8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b518b7', endColorstr='#f271f8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b518b7', endColorstr='#f271f8' );";background-image: linear-gradient(339deg, #b518b7, #f271f8);background-size:auto !important;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #b1bQ7bZgKt95Mv1znU98xosLkFwzJ68d { width:7rem;height:0.125rem;top:24.562494277954rem;left:8.2947912216188rem;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #b518b7, #f271f8);background-image: -moz-linear-gradient(339deg, #b518b7, #f271f8);background-image: -ms-linear-gradient(339deg, #b518b7, #f271f8);background-image: -o-linear-gradient(339deg, #b518b7, #f271f8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b518b7', endColorstr='#f271f8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b518b7', endColorstr='#f271f8' );";background-image: linear-gradient(339deg, #b518b7, #f271f8);background-size:auto !important;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #VdFz2o4QdrGi9oq7HhvnvT2gUaJwHheQ { width:19.625rem;height:4.875rem;top:0.79318618774412rem;left:0.24848091602326rem;font-size:1.25rem;text-align:left;text-align-last:left;color:#18191b;display:block; }
 }@media only screen and (max-width: 763px) { #NJDd8XX82fHZX4S9Aluv3KfiIXIfDFfW .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; }
#NJDd8XX82fHZX4S9Aluv3KfiIXIfDFfW .widget-text.counter-number { padding-top:0.509375rem;padding-right:0.47875rem;padding-bottom:0.509375rem;padding-left:0.47875rem;width:2.873125rem;min-width:2.873125rem;height:2.733125rem;font-size:2.03625rem;line-height:43.73px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#NJDd8XX82fHZX4S9Aluv3KfiIXIfDFfW .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.318125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.83125rem;height:1.08rem;font-size:0.7625rem;line-height:17.28px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NJDd8XX82fHZX4S9Aluv3KfiIXIfDFfW { width:19.3125rem;height:5.15rem;display:flex;top:37.745836734772rem;left:0.25833332538605rem;z-index:15034;padding-top:0.07625rem;padding-right:0.08375rem;padding-bottom:0.07625rem;padding-left:0.08375rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
 }@media only screen and (max-width: 763px) { #NJDd8XX82fHZX4S9Aluv3KfiIXIfDFfW #PQnLsUbqCRS2lfNgHAHNpL3TNq0PsSf7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NJDd8XX82fHZX4S9Aluv3KfiIXIfDFfW #hsLJC7Tr1EJXuQH6Tl7mHKW2iTDhIIDR {  }
 }@media only screen and (max-width: 763px) { #NJDd8XX82fHZX4S9Aluv3KfiIXIfDFfW #nzQdwQ9TobvS5Xm7CQtQGKbHDdruk8fK {  }
 }@media only screen and (max-width: 763px) { #NJDd8XX82fHZX4S9Aluv3KfiIXIfDFfW #lrGXWRmL1DfGMe95kTqpNLUUVZwhvr6V { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NJDd8XX82fHZX4S9Aluv3KfiIXIfDFfW #UqcSAFJ7qE0WHW4Mmi77i3dkqnsmf913 {  }
 }@media only screen and (max-width: 763px) { #NJDd8XX82fHZX4S9Aluv3KfiIXIfDFfW #OAUiQ8TLS1wnMq2CbPtKJNoSfoWKX0ZR {  }
 }@media only screen and (max-width: 763px) { #NJDd8XX82fHZX4S9Aluv3KfiIXIfDFfW #qkhv2sMcvyMTHyDs3tVeKAlXXQVtlvKT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NJDd8XX82fHZX4S9Aluv3KfiIXIfDFfW #de55fnKaikIEza5bC6BIlUE67LDFo4xs {  }
 }@media only screen and (max-width: 763px) { #NJDd8XX82fHZX4S9Aluv3KfiIXIfDFfW #pQEZ9G9KT5sDcahsN3X8iNwffJXXgDgh {  }
 }@media only screen and (max-width: 763px) { #NJDd8XX82fHZX4S9Aluv3KfiIXIfDFfW #aDZwvbsVfZKL4NVfMdMnTn0cpb34saTE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NJDd8XX82fHZX4S9Aluv3KfiIXIfDFfW #TruoeXvsNTCocqiUh86WZNkz58xapSQ8 {  }
 }@media only screen and (max-width: 763px) { #NJDd8XX82fHZX4S9Aluv3KfiIXIfDFfW #gAFZ5K0rGSHdPz1LM18C6ZJ5mlO3caIs {  }
 }@media only screen and (max-width: 763px) { #a8u0rFfrH3rLuGI4yiseRUwIUkCbO9mT { width:19.4375rem;height:30rem;top:6.4343557357787rem;left:0.28125rem;font-size:1rem;text-align:left;text-align-last:left;color:#18191b;display:block; }
 }@media only screen and (max-width: 763px) { #nkkDvzpObvvRLSo69Wuk3umvFU0baN1m { background-color:#ffffff;background-image:none;display:none; }#nkkDvzpObvvRLSo69Wuk3umvFU0baN1m > .row .container { width:20rem;height:113.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bGGDIezWODECzzDNMPDAouQR7CNd8BSX { width:13.0625rem;height:0.1875rem;top:17.997916221619rem;left:7.8572912216188rem;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #b518b7, #f271f8);background-image: -moz-linear-gradient(339deg, #b518b7, #f271f8);background-image: -ms-linear-gradient(339deg, #b518b7, #f271f8);background-image: -o-linear-gradient(339deg, #b518b7, #f271f8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b518b7', endColorstr='#f271f8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b518b7', endColorstr='#f271f8' );";background-image: linear-gradient(339deg, #b518b7, #f271f8);background-size:auto !important;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #w5D0P8T80B6mTnTdT1pJb51RaJIDtopV { width:7rem;height:0.125rem;top:24.562494277954rem;left:8.2947912216188rem;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #b518b7, #f271f8);background-image: -moz-linear-gradient(339deg, #b518b7, #f271f8);background-image: -ms-linear-gradient(339deg, #b518b7, #f271f8);background-image: -o-linear-gradient(339deg, #b518b7, #f271f8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b518b7', endColorstr='#f271f8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b518b7', endColorstr='#f271f8' );";background-image: linear-gradient(339deg, #b518b7, #f271f8);background-size:auto !important;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #PsFV061bSWeVItiysiQ2QbD4H2ahT52x { width:19.625rem;height:4.875rem;top:0.79318618774412rem;left:0.24848091602326rem;font-size:1.25rem;text-align:left;text-align-last:left;color:#18191b;display:block; }
 }@media only screen and (max-width: 763px) { #JTiTsCAMRT60ZCCMQ85t1RcSX2JI3hXu .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; }
#JTiTsCAMRT60ZCCMQ85t1RcSX2JI3hXu .widget-text.counter-number { padding-top:0.509375rem;padding-right:0.47875rem;padding-bottom:0.509375rem;padding-left:0.47875rem;width:2.873125rem;min-width:2.873125rem;height:2.733125rem;font-size:2.03625rem;line-height:43.73px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#JTiTsCAMRT60ZCCMQ85t1RcSX2JI3hXu .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.318125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.83125rem;height:1.08rem;font-size:0.7625rem;line-height:17.28px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#JTiTsCAMRT60ZCCMQ85t1RcSX2JI3hXu { width:19.3125rem;height:5.15rem;display:flex;top:70.882297515869rem;left:0.51979166269303rem;z-index:15034;padding-top:0.07625rem;padding-right:0.08375rem;padding-bottom:0.07625rem;padding-left:0.08375rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
 }@media only screen and (max-width: 763px) { #JTiTsCAMRT60ZCCMQ85t1RcSX2JI3hXu #qe5IQdiqMMboInvtqtHNrSKmU36AM0sU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JTiTsCAMRT60ZCCMQ85t1RcSX2JI3hXu #E7cQeQ1hEMfGetIJJoEpdZC8ws507P9F {  }
 }@media only screen and (max-width: 763px) { #JTiTsCAMRT60ZCCMQ85t1RcSX2JI3hXu #qQgt1oTBF8uPNBMNbbJK6mGs5xKG5Unp {  }
 }@media only screen and (max-width: 763px) { #JTiTsCAMRT60ZCCMQ85t1RcSX2JI3hXu #aOupxTR7vXnQLiRcXPQefrtOBeKqHNTp { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JTiTsCAMRT60ZCCMQ85t1RcSX2JI3hXu #D8y1NZ1efgJ0aTrqTfhFn4Isk3FNtTfT {  }
 }@media only screen and (max-width: 763px) { #JTiTsCAMRT60ZCCMQ85t1RcSX2JI3hXu #fZVcNCXn9wCcedTlAimU3b7XfJmQeH5N {  }
 }@media only screen and (max-width: 763px) { #JTiTsCAMRT60ZCCMQ85t1RcSX2JI3hXu #f7NnpSt4qGUtidIb6FTcRbTZXXqLzLZ6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JTiTsCAMRT60ZCCMQ85t1RcSX2JI3hXu #H71Jxl4nWkqtKG8UdmQWoZCp9xO3sOUt {  }
 }@media only screen and (max-width: 763px) { #JTiTsCAMRT60ZCCMQ85t1RcSX2JI3hXu #bs7kpzQIumnVLrLKxC4bvgXpM5IuB8Fq {  }
 }@media only screen and (max-width: 763px) { #JTiTsCAMRT60ZCCMQ85t1RcSX2JI3hXu #IpJCcSCxWgxbbkqA7R72EmELrmkm4bez { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JTiTsCAMRT60ZCCMQ85t1RcSX2JI3hXu #U7S2cW6E0oGTu22dBg0V31y4dscblOny {  }
 }@media only screen and (max-width: 763px) { #JTiTsCAMRT60ZCCMQ85t1RcSX2JI3hXu #uos2aFHk5OIRsRiG6utIJcRgIcDMKFeh {  }
 }@media only screen and (max-width: 763px) { #qyo5LkN0yq1r3Tml2ZbZld82Ze4q69WZ { width:19.4375rem;height:0;top:6.3875007629394rem;left:0.56250005960464rem;font-size:1rem;text-align:left;text-align-last:left;color:#18191b;display:none; }
 }@media only screen and (max-width: 763px) { #vdRltEDsbNylPNS4mxgza2fTRM5t6RBJ { height:35.333333333333rem;width:20rem;top:77.434795608519rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxRncuDHNp1v2t6lW6DokQmK0bvKMg30 { display:none; }#XxRncuDHNp1v2t6lW6DokQmK0bvKMg30 > .row .container { width:20rem;height:0.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #U13AaMrTdI5Jc0P7KCPHq3z0xW4xyniu { display:none; }#U13AaMrTdI5Jc0P7KCPHq3z0xW4xyniu > .row .container { width:20rem;height:0.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FF5VXvXM06RieZlW0NTqFnOqQOqabTpO { background-color:#ffffff;background-image:none;display:none; }#FF5VXvXM06RieZlW0NTqFnOqQOqabTpO > .row .container { width:20rem;height:5.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KJKql8BhqlyWdwQ5b5cPC6sgos5qdWTu { width:17.999125rem;height:3.2495125rem;top:0.5rem;left:0.25rem;font-size:1.25rem;text-align:left;text-align-last:left;color:#18191b;display:block; }
 }@media only screen and (max-width: 763px) { #X4JNg9RSiPJdDDOerHFxZi32QCPamUt9 { background-color:#ffffff;background-image:none;display:none; }#X4JNg9RSiPJdDDOerHFxZi32QCPamUt9 > .row .container { width:20rem;height:67.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FllWmpkTK7ehdO7hu3rtB7cWg0PSOZzm { width:15.625rem;height:1.21875rem;top:44.787506103516rem;left:2.1875rem;font-size:0.9375rem;color:#1e1e1e;display:none; }
 }@media only screen and (max-width: 763px) { #fKqJPXWPkHvV34BRTI1WKwWHvW8B3dUb { width:5rem;height:5rem;top:3.4343872070312rem;left:7.4979170560838rem;z-index:15078;display:block; }
 }@media only screen and (max-width: 763px) { #JfGO0kuPvLHiUlyRCxmoLwNKm2q2pNNH { width:5rem;height:5rem;top:51.437072753906rem;left:7.2492182850838rem;z-index:15095;display:block; }
 }@media only screen and (max-width: 763px) { #Zd3qdlTKIMVcA44gQI5aiclT1r288Zeh { width:7.999125rem;height:1.462675rem;top:9.870849609375rem;left:6.1864584684372rem;font-size:1.125rem;font-family:quicksand;color:#18191b;display:block; }
 }@media only screen and (max-width: 763px) { #DkA2JStFlS1KXTQwhTLAnoVT1thxMIbR { width:8.125rem;height:2.92480625rem;top:57.687072753906rem;left:5.6867182850838rem;font-size:1.125rem;font-family:quicksand;z-index:15079;color:#18191b;display:block; }
 }@media only screen and (max-width: 763px) { #uXx3TD5SXT1ANzUazqvKOpB94XodPV9w { width:10.3125rem;height:4.38720625rem;top:40.128512382508rem;left:5.2140620350838rem;font-size:1.125rem;font-family:quicksand;color:#18191b;display:block; }
 }@media only screen and (max-width: 763px) { #uJ2cEOwqOkksrWODLTQPPSOEu5Ugv2xF { width:4.5625rem;height:4.5625rem;top:35.128112792969rem;left:7.6218746304513rem;z-index:15083;display:block; }
 }@media only screen and (max-width: 763px) { #KkR4Tk5wO8kl8O1ZG42S5kJ4TTzn3cHF { width:6.75rem;height:2.2753875rem;top:12.047119140625rem;left:6.185302734375rem;font-size:0.875rem;color:#18191b;display:block; }
 }@media only screen and (max-width: 763px) { #D9AKlEmmPZqxIXBuMPNgmhvZVXJTWy4K { width:8.8125rem;height:2.2753875rem;top:60.999206542969rem;left:5.7492182850838rem;font-size:0.875rem;color:#18191b;z-index:15096;display:block; }
 }@media only screen and (max-width: 763px) { #V0UfXia5RVxofR6TCx2r6awsC09GE06T { width:9.6875rem;height:3.4130875rem;top:44.545310020447rem;left:5.1847651600838rem;font-size:0.875rem;color:#18191b;display:block; }
 }@media only screen and (max-width: 763px) { #VwvLIbhk7is0Gy9O8wgwrJsUAMpKHBgx { width:11.25rem;height:14.3125rem;top:34.139587402344rem;left:4.465625166893rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrRpwK7IzXfklIwTGLEbvgUdb7Ipd1ck { width:11.25rem;height:14.3125rem;top:50rem;left:4.375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMIATcK4J1KppQyU1XZuI27lIUCKw0b2 { width:11.25rem;height:14.3125rem;top:2.269775390625rem;left:4.4666670560837rem;box-shadow: 0.125rem 0.125rem 0.4375rem #18191b ;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShxiuiK7O8AN9xsiXa8PTWPXzf4mExcc { width:10.1864375rem;height:2.2753875rem;top:27.623435020447rem;left:5.5617182850838rem;font-size:0.875rem;color:#18191b;display:block; }
 }@media only screen and (max-width: 763px) { #CfnsZMRnn8uTIET7xTO4BOTFiS79f6k2 { width:20rem;height:1.13769375rem;top:65.5859140625rem;left:0rem;font-size:0.875rem;color:#18191b;display:block; }
 }@media only screen and (max-width: 763px) { #pwHZioBvTenu2bsubeewvOuKRksgA9Ra { width:4.6875rem;height:4.6875rem;top:18.8125rem;left:7.3124993443488rem;z-index:15084;display:block; }
 }@media only screen and (max-width: 763px) { #vDRwtcuTVOPFe3P4fawTxT0BEXu2sw8D { width:11.25rem;height:14.3125rem;top:18.3125rem;left:4.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGluAyImEImGhpXvTzo81LRkiB2vRVvo { width:8.186875rem;height:2.92480625rem;top:24.060936927796rem;left:5.6238277554512rem;font-size:1.125rem;font-family:quicksand;color:#18191b;display:block; }
 }@media only screen and (max-width: 763px) { #N6lUcFl2XFxl7VlNQVq1rgPf28cII8tr { display:block; }#N6lUcFl2XFxl7VlNQVq1rgPf28cII8tr > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MPCX7OugVikGQD9NSwixNTgtWPiCdcTD { background-color:#ffffff;background-image:none;display:none; }#MPCX7OugVikGQD9NSwixNTgtWPiCdcTD > .row .container { width:20rem;height:57.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Samg9v5LJb5Dw6TFmn5XeS9c99mBFKUT { width:13.0625rem;height:0.1875rem;top:17.997916221619rem;left:7.8572912216188rem;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #b518b7, #f271f8);background-image: -moz-linear-gradient(339deg, #b518b7, #f271f8);background-image: -ms-linear-gradient(339deg, #b518b7, #f271f8);background-image: -o-linear-gradient(339deg, #b518b7, #f271f8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b518b7', endColorstr='#f271f8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b518b7', endColorstr='#f271f8' );";background-image: linear-gradient(339deg, #b518b7, #f271f8);background-size:auto !important;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #U9fit4yUUhTDf0sJJAzwnzATyUEy7Vua { width:7rem;height:0.125rem;top:24.562494277954rem;left:8.2947912216188rem;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #b518b7, #f271f8);background-image: -moz-linear-gradient(339deg, #b518b7, #f271f8);background-image: -ms-linear-gradient(339deg, #b518b7, #f271f8);background-image: -o-linear-gradient(339deg, #b518b7, #f271f8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b518b7', endColorstr='#f271f8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b518b7', endColorstr='#f271f8' );";background-image: linear-gradient(339deg, #b518b7, #f271f8);background-size:auto !important;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #Mv1n8onXEn4q0bVydceqfw6My6ihDLFW { width:19.3115rem;height:42rem;top:7.550048828125rem;left:0.34423828125rem;font-size:1rem;text-align:left;text-align-last:left;color:#18191b;display:block; }
 }@media only screen and (max-width: 763px) { #cmEitUqEO6M8OhidhHtdZ1K6Gnp0uF1M { width:19.625rem;height:4.875rem;top:0.79318618774412rem;left:0.24848091602326rem;font-size:1.25rem;text-align:left;text-align-last:left;color:#18191b;display:block; }
 }@media only screen and (max-width: 763px) { #XlLv2CvuHrkyUgVPMQpI54gyl5AGOinX .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; }
#XlLv2CvuHrkyUgVPMQpI54gyl5AGOinX .widget-text.counter-number { padding-top:0.485rem;padding-right:0.450625rem;padding-bottom:0.485rem;padding-left:0.450625rem;width:2.703125rem;min-width:2.703125rem;height:2.60375rem;font-size:1.939375rem;line-height:41.66px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.0625rem solid #18191b;border-left:0.0625rem solid #18191b;border-right:0.0625rem solid #18191b;border-bottom:0.0625rem solid #18191b; }
#XlLv2CvuHrkyUgVPMQpI54gyl5AGOinX .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.303125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.605rem;height:1.02875rem;font-size:0.72625rem;line-height:16.46px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#XlLv2CvuHrkyUgVPMQpI54gyl5AGOinX { width:18.9375rem;height:5.03020625rem;display:flex;top:51.612504959106rem;left:0.45104163885117rem;z-index:15034;padding-top:0.0725rem;padding-right:0.07875rem;padding-bottom:0.0725rem;padding-left:0.07875rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
 }@media only screen and (max-width: 763px) { #XlLv2CvuHrkyUgVPMQpI54gyl5AGOinX #Dvlwg5NKHThTLVO6a6E3r4X7u1pfIlGT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XlLv2CvuHrkyUgVPMQpI54gyl5AGOinX #XG9Fvev3uqX8USzSl32nKguxWECXNaWp {  }
 }@media only screen and (max-width: 763px) { #XlLv2CvuHrkyUgVPMQpI54gyl5AGOinX #FIWDZMvTJ8gbmW1GamvN1ALT5TGb3rwa {  }
 }@media only screen and (max-width: 763px) { #XlLv2CvuHrkyUgVPMQpI54gyl5AGOinX #uJp4k62LZGELBoXbOrNInBNydMAWWXfW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XlLv2CvuHrkyUgVPMQpI54gyl5AGOinX #NgEJTOhxgdVORM3CafnSSvN8HJBTOs3s {  }
 }@media only screen and (max-width: 763px) { #XlLv2CvuHrkyUgVPMQpI54gyl5AGOinX #wBITIr1n3sy9OP3bd4fD3Sn1yrPcSslX {  }
 }@media only screen and (max-width: 763px) { #XlLv2CvuHrkyUgVPMQpI54gyl5AGOinX #V75Z9NBpRLd6fPCcxmhobTbvTLWMiCWg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XlLv2CvuHrkyUgVPMQpI54gyl5AGOinX #Binv5MJbfxCGtsenCD20XFKiOVVERiQ6 {  }
 }@media only screen and (max-width: 763px) { #XlLv2CvuHrkyUgVPMQpI54gyl5AGOinX #MgFgNgDoqwhzU3GCbAzbtaBsIgetThqd {  }
 }@media only screen and (max-width: 763px) { #XlLv2CvuHrkyUgVPMQpI54gyl5AGOinX #CrEvBymCnmkmIh8h1NXhbzXL1aIVpaze { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XlLv2CvuHrkyUgVPMQpI54gyl5AGOinX #aaCtyge3O0ElgSxqPH2IK8UwuQT35aTz {  }
 }@media only screen and (max-width: 763px) { #XlLv2CvuHrkyUgVPMQpI54gyl5AGOinX #CwqwuJKTLNi61vla3PUcWXWqGgvpOp1o {  }
 }@media only screen and (max-width: 763px) { #tUqkCZwVQ5Ks0il5oZsO7hCDbBC9pygs { display:none; }#tUqkCZwVQ5Ks0il5oZsO7hCDbBC9pygs > .row .container { width:20rem;height:0.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iSUXTOEXRVvdPqR9N3luGtgRV3aO66f6 { background-color:#ffffff;background-image:none;display:block; }#iSUXTOEXRVvdPqR9N3luGtgRV3aO66f6 > .row .container { background-color: transparent; background-image: none; }#iSUXTOEXRVvdPqR9N3luGtgRV3aO66f6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iSUXTOEXRVvdPqR9N3luGtgRV3aO66f6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iSUXTOEXRVvdPqR9N3luGtgRV3aO66f6 > .row .container > .video-iframe-container { display: none; }#iSUXTOEXRVvdPqR9N3luGtgRV3aO66f6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iSUXTOEXRVvdPqR9N3luGtgRV3aO66f6 > .row > .video-iframe-container { display: none; }#iSUXTOEXRVvdPqR9N3luGtgRV3aO66f6 > .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); }#iSUXTOEXRVvdPqR9N3luGtgRV3aO66f6 > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #El0FbN50yXSDHGpws1e3C2wDSfr4l6PN { width:18.625rem;height:29.25rem;top:1.4214410781861rem;left:0.62500005960463rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFItx5zIQlfL6mKC78avzXvO4AyECIf1 { width:12.3125rem;height:2.4375rem;top:1.9368591308594rem;left:1.2500000596046rem;text-align:left;text-align-last:left;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBQrPBhPO7nhkG9sDEGlNqGCdG4NxfPX { width:9.7489375rem;height:1.54296875rem;top:8.3745727539062rem;left:1.2500000596046rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mi1JHOfsKK9zlEIyaPOa7W6hzVMSNEIh { width:1.5rem;height:1.875rem;top:11.687286376953rem;left:1.2500000596046rem;text-align:center;text-align-last:center;font-size:1.875rem;color:#b518b7;display:block; }
 }@media only screen and (max-width: 763px) { #GkeVIeTdCaV0VTdo9ts8GRaRZ9NQZGgI { width:15.25rem;height:1.21875rem;top:14.375rem;left:1.4366319775581rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #F5wiaoN8FNuQoSZuFxkK6k5urpDewqHk { width:5.875rem;height:1.29948125rem;top:11.974838256836rem;left:3.4375000596046rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HoedywGTr5uiOo9C6pdxqsCBbqKGJllU { width:13.5625rem;height:1.21875rem;top:20.312500953674rem;left:1.4366319775581rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CF6P2Z32vwtn1wzebB0E7kNCGFsLklZ3 { width:6rem;height:1.29948125rem;top:17.849395751953rem;left:3.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KxrGeHsNcLoSpSi8mCyq3qMHHGUrfna3 { width:1.5rem;height:1.875rem;top:17.5rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.875rem;color:#b518b7;display:block; }
 }@media only screen and (max-width: 763px) { #BMmGDxP9Skw9ZBRluyL6FVG54XopD77G { width:1.625rem;height:1.625rem;top:17.561859130859rem;left:1.0625rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #CAOgozPurMlE0QG888OFTIhZxRiuUykW { width:1.5rem;height:1.875rem;top:23.625001907349rem;left:1.2500000596046rem;text-align:center;text-align-last:center;font-size:1.875rem;color:#b518b7;display:block; }
 }@media only screen and (max-width: 763px) { #r2HSEpaXiPHg9Z2aXXvJ3RZEwe6MhzgP { width:6.4375rem;height:1.29948125rem;top:24.036243438721rem;left:3.4375000596046rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RT2rvDLhvMgK3g7n8iATTwzINy4eN1V2 { width:1.625rem;height:1.625rem;top:23.686849594116rem;left:1.0622829794884rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #18191b;border-left:0.125rem solid #18191b;border-right:0.125rem solid #18191b;border-bottom:0.125rem solid #18191b;display:block; }
 }@media only screen and (max-width: 763px) { #o3m4ziiUPsckaXf6xSGgeXO5NgK8iZpk { width:17rem;height:2.4375rem;top:26.562067031861rem;left:1.4366319775581rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBiBQiB48qiSz0yBG4FdINdLlfnDIQSl { width:1.625rem;height:1.625rem;top:11.687286376953rem;left:1.0622829794884rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #18191b;border-left:0.125rem solid #18191b;border-right:0.125rem solid #18191b;border-bottom:0.125rem solid #18191b;display:block; }
 }@media only screen and (max-width: 763px) { #qnheoD5631AXOqwbXi68zpPUODLlWKSV { width:15.9375rem;height:2.19375rem;top:4.9370727539062rem;left:1.25rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1dbzZzTmpJNBMvSnPsbwlFv40pxr7fe { display:block; }#m1dbzZzTmpJNBMvSnPsbwlFv40pxr7fe > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QWJAcrEigGScXuUip0I1neZxkBIXd9M0 { display:block; }#QWJAcrEigGScXuUip0I1neZxkBIXd9M0 > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OEk2CkIArTJhgkXsCgaq0bv6RAZ2FnGL { width:18.9995625rem;height:1.6253875rem;top:0.5rem;left:0.25rem;font-size:1.25rem;text-align:left;text-align-last:left;color:#18191b;display:block; }
 }@media only screen and (max-width: 763px) { #hzgz5nQMsqhC6BGB0EL7UQLn2eZKE21C { width:16.562125rem;height:0;top:9.4980459213256rem;left:1.6249997913837rem;font-size:2rem;text-align:center;text-align-last:center;color:#639bdb;display:none; }
 }@media only screen and (max-width: 763px) { #Cpw8IS2Wnt9yL9Q8XToo6BOiNQDXan9x { background-color:#ffffff;background-image:none;display:block; }#Cpw8IS2Wnt9yL9Q8XToo6BOiNQDXan9x > .row .container { background-color: transparent; background-image: none; }#Cpw8IS2Wnt9yL9Q8XToo6BOiNQDXan9x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cpw8IS2Wnt9yL9Q8XToo6BOiNQDXan9x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cpw8IS2Wnt9yL9Q8XToo6BOiNQDXan9x > .row .container > .video-iframe-container { display: none; }#Cpw8IS2Wnt9yL9Q8XToo6BOiNQDXan9x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cpw8IS2Wnt9yL9Q8XToo6BOiNQDXan9x > .row > .video-iframe-container { display: none; }#Cpw8IS2Wnt9yL9Q8XToo6BOiNQDXan9x > .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); }#Cpw8IS2Wnt9yL9Q8XToo6BOiNQDXan9x > .row .container { width:20rem;height:63.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R6CUzSib89Dh5CFHoIxuB1VLbze6imyx { width:19.125rem;height:33rem;top:24.810974121094rem;left:0.24848091602326rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:15070;line-height:1.6;color:#18191b;display:block; }
 }@media only screen and (max-width: 763px) { #HCnSii49t5blwFXTA81tvQX7NpQOPX2n { width:13.6875rem;height:1.59911875rem;top:6.4375rem;left:0.75rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15069;color:#18191b;display:block; }
 }@media only screen and (max-width: 763px) { #N2dq4m0OTlGuicZT8O2sfLUNi8CkRckI { width:18.828125rem;height:2.765625rem;top:59.184875488281rem;left:0.55881077051162rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHPToTbRZiDlmbQkQuXVHi6DaywJwXKc { display:block; }
 }@media only screen and (max-width: 763px) { #BexcP1Kc2CBTPP8tnB4IJphJoKHehdlp { width:15.7498125rem;height:6.12413125rem;top:0.125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZA2rTe1IOkScqIWkDAXUCBUDbeLAWO3o { width:20rem;height:10.9375rem;top:12.498718261719rem;left:0rem;z-index:15011;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzWmaOlhZObXrDkWfBJbCxB9L9T0hlkJ { width:18.5rem;height:1.59911875rem;top:9.4375rem;left:0.75rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15069;color:#b518b7;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #DDgKh0VDvkXP0sVw7KRQXqOk376u9itB { width:4.625rem;height:4.625rem;top:12.497619628906rem;left:15.374348938465rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;background-color:#b518b7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #FATHdJTWcV19B4aWDr69fIDWbb0682mw { width:4.62456875rem;height:4.6875rem;top:12.498718261719rem;left:15.374348938465rem;display:block; }
 }@media only screen and (max-width: 763px) { #nu34gp3SGls8vvGCqv7d71yTNp0Akh3c { display:none; }#nu34gp3SGls8vvGCqv7d71yTNp0Akh3c > .row .container { width:20rem;height:0.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aWAp4oJ2fIIsiiUyghJTOvqKUPVbaXoW { background-color:#ffffff;background-image:none;display:none; }#aWAp4oJ2fIIsiiUyghJTOvqKUPVbaXoW > .row .container { width:20rem;height:53.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xqqNEH5Sm0z6m68y31NznTimy1StQgAo { width:19.1875rem;height:24rem;top:23.9375rem;left:0.24956595897674rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:15070;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #pxVdqB4OmhxoLktzE9x76Tm89hyv3kxm { width:13.75rem;height:1.59911875rem;top:6.4375rem;left:0.75rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #cB9pDb7ydfi0lcJ5MWTKes5eTrWiKEbz { width:18.81529875rem;height:2.75303625rem;top:49.242622852326rem;left:0.58376735448838rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdB59qpT6kF7opu5eZTSZHPFpOCgZA7z { display:block; }
 }@media only screen and (max-width: 763px) { #eoS5xMAs4eq3M74PsPUhUTTGQ97eyyXM { width:15.5625rem;height:1.59911875rem;top:8.523681640625rem;left:0.75rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #qMzGCdhvxr67bqDirIVLWGZEKbH0XaF2 { width:16.436625rem;height:6.311875rem;top:0.125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeMqK6q1OtLddMdNw7KlqVTqAyktlwIM { width:20rem;height:11rem;top:11.6875rem;left:0.060763895511628rem;z-index:15011;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPBDbST5BorzyUrgixPkzviQJ99zToyp { display:none; }#aPBDbST5BorzyUrgixPkzviQJ99zToyp > .row .container { width:20rem;height:0.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fiQIcimbPHSVcxxnsBqNgQwDZ4gUUoiJ { background-color:#ffffff;background-image:none;display:none; }#fiQIcimbPHSVcxxnsBqNgQwDZ4gUUoiJ > .row .container { width:20rem;height:59.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TindzmAXfmaNoG2H24VmzE9fKuQfwlPD { width:19.5625rem;height:30rem;top:23.9375rem;left:0.24848091602326rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:15070;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #K3IthvRagE5ILydOdOaIceF317zHCLdm { width:10.6875rem;height:1.59911875rem;top:6.4375rem;left:0.75rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #dTxRqLzSdXgwUXcXPQge6z9UIaxEZ7Oi { width:18.79798625rem;height:2.73568rem;top:54.993485450744rem;left:0.59353297948838rem;font-size:1rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOkfiRyR7U8CiZCS4LBcMI9bE16tvZxr { display:block; }
 }@media only screen and (max-width: 763px) { #LbTKeWvMhflAp3ueUZkWIbDmqCl1D0kv { width:19.4375rem;height:10.875rem;top:11.6875rem;left:0rem;z-index:15011;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOPhxQzFQ59N3pFomPGsiQl8lsSiIwEM { width:16.436625rem;height:6.18706875rem;top:0.125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynT7s8hxxBeryv2m9P3luExoFRPpgN1G { width:18.499375rem;height:1.59911875rem;top:9.624755859375rem;left:0.74951171875rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #KgaGdmnKh6I7ZqH6vbRid3aUDDEfnqac { width:4.125rem;height:4.1875rem;top:11.6875rem;left:15.241949409642rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOTfsaUfksqnWLuOFL0KRXSh1kFTT6ln { width:4.125rem;height:4.125rem;top:11.6875rem;left:15.28100625rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;background-color:#b518b7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Ip9xLm4LxHiMJFfZ13eEplwJcI6Txpfk { width:18.4985625rem;height:1.59911875rem;top:8.03466796875rem;left:0.74951171875rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15069;color:#b518b7;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #shxTK9qVvJttKk29wziXSSxf2XEAsQGg { display:none; }#shxTK9qVvJttKk29wziXSSxf2XEAsQGg > .row .container { width:20rem;height:0.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zLkoi1lK8ZNRivJZ4Lzr0MSSwnotaTf4 { background-color:#ffffff;background-image:none;display:none; }#zLkoi1lK8ZNRivJZ4Lzr0MSSwnotaTf4 > .row .container { width:20rem;height:61.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NCnFd6UrEJcomdtEzkkqL00gmzWRRaAa { width:19.4375rem;height:33rem;top:23.9375rem;left:0.24848091602326rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:15070;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #GL0nZamV8ozPoeLIi3Wd0LTlpw988Xv1 { width:10.6875rem;height:1.59911875rem;top:6.4375rem;left:0.75rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #oq5D693OFzDe1GTtwXPM5SeV41q1OJyV { width:18.98567375rem;height:2.73568rem;top:57.930780410767rem;left:0.49913197755814rem;font-size:1rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;border-top:0.0625rem solid #b518b7;border-left:0.0625rem solid #b518b7;border-right:0.0625rem solid #b518b7;border-bottom:0.0625rem solid #b518b7;display:block; }
 }@media only screen and (max-width: 763px) { #Mf4oF2LMJ0hUOJSK9LT5CeRyDBUTKUAx { display:block; }
 }@media only screen and (max-width: 763px) { #BPh2XlwWEMTzy15tvyRC6oTgmHxXXhDC { width:20rem;height:11rem;top:11.6875rem;left:0rem;z-index:15011;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0GBdq8lbiakVr2LTuqIkhiTRGei9Lty { width:16.436625rem;height:6.311875rem;top:0.125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0AdOe6PukstbZN3eJOgeizo9VdwPfPF { width:18.499375rem;height:1.59911875rem;top:8.5rem;left:0.74978297948838rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #oMehTTaCggO22dQ6IbSKwJhmTby4AuNt { background-color:#ffffff;background-image:none;display:none; }#oMehTTaCggO22dQ6IbSKwJhmTby4AuNt > .row .container { width:20rem;height:57.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #b4yAGKiOZabiDlRWbwmUunsTt14JuEgV { width:19.4375rem;height:28.5rem;top:23.872192382812rem;left:0.24956595897674rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:15070;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #KC7VG4EJXNMTw11I8O5ecTBa3qCrnl7p { width:11.8125rem;height:1.6rem;top:6.4375rem;left:0.81163197755812rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #eUWgzUc3F7GDlK6eT3sbhrMTIAm98o32 { width:19rem;height:2.75rem;top:53.495239257812rem;left:0.49913197755814rem;font-size:1rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4esPQaH6RZPaEewDRzM4OQplKdxtTsd { display:block; }
 }@media only screen and (max-width: 763px) { #VuTDh8ymSlVHXPuJKN2NNTnQ206omvV4 { width:16rem;height:1.6rem;top:8.5rem;left:0.81163197755812rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15069;color:#b518b7;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #FOFndR0NgJGrD4AoAM36AnsFk1L8z9Sb { width:20rem;height:11.1875rem;top:11.3125rem;left:0rem;z-index:15011;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeNeGoLvRMgXoAwZ0ZM3JlAv8uC785xO { width:15.4373125rem;height:5.99935rem;top:0.125rem;left:0.81163197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #BazTl755psEuwPeMe11BvWKMuGzpLT4Q { width:4.625rem;height:4.625rem;top:11.311858177185rem;left:15.374350607395rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;background-color:#b518b7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #q3727iK3A2F6n4vOLw8wXHdyAn6kETxM { width:4.625rem;height:4.6875rem;top:11.311849594116rem;left:15.374350607395rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIR3gf1c5q6NLrHTgbBghNXUTJvpbD8N { background-color:#ffffff;background-image:none;display:none; }#RIR3gf1c5q6NLrHTgbBghNXUTJvpbD8N > .row .container { width:20rem;height:58.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #T9g5LmqV0kKJReiDmH87NnAge0a2HGuV { width:19.375rem;height:28.5rem;top:23.9375rem;left:0.25rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:15070;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #EkDbGsAlBHD2gMcxHWkmxf6bwiT7U3Te { width:11.1875rem;height:1.5984375rem;top:5.936767578125rem;left:0.74951171875rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #kuWtJ4tnqIf6koqlB9cmqgvU5nGJmVxc { width:18.98567375rem;height:2.73568rem;top:53.560333251953rem;left:0.49913197755814rem;font-size:1rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ngq5eZ7c28hmAsG6ccoX56bXSx69TRGL { display:block; }
 }@media only screen and (max-width: 763px) { #EVK3Pro3CN7IFg2okqJ4iIvFTBEVTxTX { width:20rem;height:11.125rem;top:11.6875rem;left:0rem;z-index:15011;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KywTU5NNLRFkTLdpJ5lIsIf8UoRulrwB { width:15.1248125rem;height:5.87456875rem;top:0.125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxg4xWEhqIwkPu4GwcEvzaszqJPR5JIV { width:18.4985625rem;height:3.196875rem;top:7.791748046875rem;left:0.74951171875rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15069;color:#b518b7;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #VggInvLNUwtx9yChE6FVgqRfHxnfA6Zw { width:4.375rem;height:4.375rem;top:11.6875rem;left:15.625rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;background-color:#b518b7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #MSfvGTq5VFITtoDG1G4keWsWtMkiqk03 { width:4.25rem;height:4.3125rem;top:11.6875rem;left:15.619536705453rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMor4u3mJOLAARoN614ptJIpWTwQQ8qg { background-color:#ffffff;background-image:none;display:none; }#vMor4u3mJOLAARoN614ptJIpWTwQQ8qg > .row .container { width:20rem;height:64.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RXnqRZk0W6OFrLq7H2xUtTAvnsONSgdO { width:20rem;height:11.0625rem;top:13.501300811767rem;left:0rem;z-index:15011;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QE2fxs0Upm3DlcIbTVb6Eo5LW5DG2R7e { width:9.875rem;height:1.5984375rem;top:6.4375rem;left:0.81163197755812rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #anTv42FzVomUF5KRc20EE3Mtc80r4ZC5 { width:19.375rem;height:33rem;top:26.244358062744rem;left:0.24848091602326rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:15070;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #POTUMlICIdKzH0qG64yJhRzhCu1iZbun { width:19rem;height:2.73568rem;top:60.492404937744rem;left:0.49913197755814rem;font-size:1rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;border-top:0.0625rem solid #b518b7;border-left:0.0625rem solid #b518b7;border-right:0.0625rem solid #b518b7;border-bottom:0.0625rem solid #b518b7;display:block; }
 }@media only screen and (max-width: 763px) { #iXThZSRwAF7O9mH2UTNLdMW82frpnhrZ { display:block; }
 }@media only screen and (max-width: 763px) { #aRRgGM4xEHEZL5vE8Bzl8OisfZ0JPb6F { width:6.25rem;height:6.25rem;top:13.502388000488rem;left:13.750001013279rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZILZhS6tRTukNAnZv5GOFiM9oIDi3Vl { width:16.9375rem;height:2.25rem;top:22.382595062256rem;left:3.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuqXBgJp1KckFctbqeQSrPkZdxe1P0ep { width:15.7498125rem;height:6.12413125rem;top:0.125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvfRiKnnlTu2cPJ7tWtgB81213FuiDhK { width:4.125rem;height:4.125rem;top:13.5rem;left:0rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;background-color:#b518b7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ECMZk2RdoDzUih1PQg9QqfSpRwJCI8LU { width:4rem;height:4.0625rem;top:13.5rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHQyfXQCTDSx320prcFuGQyZI4Gptpdi { width:19rem;height:3.196875rem;top:8.914794921875rem;left:0.75rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15069;color:#b518b7;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #FIEoDppshc8PpsUG7RIcT3JIeIsSicb7 { background-color:#ffffff;background-image:none;display:none; }#FIEoDppshc8PpsUG7RIcT3JIeIsSicb7 > .row .container { width:20rem;height:55.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #it6GQNKwhv3wRSFba617QuvBI4x88zns { width:19.25rem;height:24rem;top:26.5rem;left:0.25rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:15070;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #KfiVCRDgNbTpi5XZ8TbaMZal1w6BmEyN { width:10.686875rem;height:1.5984375rem;top:6.4375rem;left:0.81163197755812rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #OTkw1rh7blDHXUfEzINne7xCWNzqUnTg { width:20rem;height:11.0625rem;top:13.937133789062rem;left:0rem;z-index:15011;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSxIb1x4k2KB5TGyT8AsVpSe906OZVSV { width:16.125rem;height:6.25rem;top:0.125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uq3CFZ5L43MHSxw2afPfJw22oqS6nKbE { width:18.499375rem;height:1.5984375rem;top:11.396172523499rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #d8wZl0wK8DX65RQoZfVPcefSlFkHOGZT { width:18.875rem;height:2.75rem;top:51.932373404503rem;left:0.56206601858139rem;font-size:1rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;border-top:0.0625rem solid #b518b7;border-left:0.0625rem solid #b518b7;border-right:0.0625rem solid #b518b7;border-bottom:0.0625rem solid #b518b7;display:block; }
 }@media only screen and (max-width: 763px) { #tzrglyJpiq8rIZxZzTOFyoeH5MzFRB6R { display:block; }
 }@media only screen and (max-width: 763px) { #FdSyRLFZrrB1k5zrUCdOpe5PllQlo7h1 { width:6.25rem;height:6.25rem;top:13.936578750611rem;left:13.748915731907rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOFBdSZ1IqqEHBMdO07xFZw6QTGfpnsF { width:17.8125rem;height:2.4913458512536rem;top:22.577040672302rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsPQc2mmsUmOk1lnKPuM29uiskfmkuaP { width:18.499375rem;height:1.5984375rem;top:9rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15069;color:#b518b7;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #eMHkRf9HuJTn8GMoL3iwiXs7J4PnNgP7 { display:none; }#eMHkRf9HuJTn8GMoL3iwiXs7J4PnNgP7 > .row .container { width:20rem;height:0.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #c5MV4sw9fa9cUVEd4mWQTFupLpHsfWqk { background-color:#ffffff;background-image:none;display:none; }#c5MV4sw9fa9cUVEd4mWQTFupLpHsfWqk > .row .container { width:20rem;height:51.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SkkoIfxNyRlv0vn6h6xPAIgvq9fhOwiq { width:19.4375rem;height:22.5rem;top:23.9375rem;left:0.25rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:15070;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #ue7rqbw8mXytnv9PWkf87riWnDcOAflE { width:10.686875rem;height:1.59911875rem;top:6.4375rem;left:0.75rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #pB4UNTpJli2xTD4WwlCSR56ewFV8e6yg { width:20rem;height:10.9375rem;top:11.687316894531rem;left:0rem;z-index:15011;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xzz8oXGlGHT9W237HgvbNThm6Iss51Ec { width:16.1870625rem;height:6.12413125rem;top:0.125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SO3Pp9HplRPLq2x7R3nq2KUiBy0h5J6s { width:18.499375rem;height:1.59911875rem;top:8.5rem;left:0.75rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #CixsfylnqElWckqeTTXDuXW1vi28p1dX { width:18.86092375rem;height:2.73568rem;top:47.411066055298rem;left:0.56206601858139rem;font-size:1rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;border-top:0.0625rem solid #b518b7;border-left:0.0625rem solid #b518b7;border-right:0.0625rem solid #b518b7;border-bottom:0.0625rem solid #b518b7;display:block; }
 }@media only screen and (max-width: 763px) { #iCNE4QFDCUaUZMfB4ZlTPPDJF9KNTXDx { display:block; }
 }@media only screen and (max-width: 763px) { #eQFTnrVZRT5xQSG1ELT6RqnotlFMfzNQ { display:none; }#eQFTnrVZRT5xQSG1ELT6RqnotlFMfzNQ > .row .container { width:20rem;height:0.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QrM8sJSB9KG4e82aGPU5FLNUbOW9HxDx { background-color:#ffffff;background-image:none;display:none; }#QrM8sJSB9KG4e82aGPU5FLNUbOW9HxDx > .row .container { width:20rem;height:61.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ihg4IMoPGuFUdZdX5MOyCw1XUevuQyTD { width:19.375rem;height:33rem;top:23.9375rem;left:0.24848091602326rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:15070;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #NwhaqAFJnMv9E5iSQCu9n35Cfb0q8Kdc { width:11.9375rem;height:1.59911875rem;top:6.4375rem;left:0.75rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #qFMOE1QNVB22aFnBRQOeGUNqA3w1yDQU { width:19rem;height:2.75rem;top:58.180786132812rem;left:0.49913197755814rem;font-size:1rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2hvbTrXP6Ln06wrEOIeTlVVf2gZotWm { display:block; }
 }@media only screen and (max-width: 763px) { #WpMLmTzDsNQFlfu1Qy1D9Nr6TEkaFeu0 { width:4.375rem;height:4.375rem;top:9.0618896484375rem;left:15.625001013279rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hJEXCc6HaKsVmCs8kDfwn9Qz0idVRH0S { width:3.8125rem;height:3.9375rem;top:9.2484741210938rem;left:15.937501013279rem;display:none; }
 }@media only screen and (max-width: 763px) { #Oei3WOAcDeQd2q4gCTQeLEbXwvUX1oMr { width:14.749375rem;height:5.74978125rem;top:0.125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLIlfZ4oc2ColWEG9wz6xDHCwfTxkEzO { width:20rem;height:11.2114375rem;top:12.3125rem;left:0rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmAXmkAXscGBlUdLhTlxCTmBxsXXBKlG { width:18.5623125rem;height:1.59911875rem;top:8.5rem;left:0.71831601858137rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #vHBZwlfhUV0JodPuwunm73FkMwC5piai { display:none; }#vHBZwlfhUV0JodPuwunm73FkMwC5piai > .row .container { width:20rem;height:0.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #x9p2PB9b1HeoxipHeGu7GZWQQNLx0ODT { background-color:#ffffff;background-image:none;display:none; }#x9p2PB9b1HeoxipHeGu7GZWQQNLx0ODT > .row .container { width:20rem;height:66.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dao9QDhCb9nbxwc4lFLv7sTGrm6ZImWz { width:19.561625rem;height:37.5rem;top:23.9375rem;left:0.24956595897674rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:15070;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #VR2bF30HTTAkHs3thSamheIFaw386UZK { width:15.8125rem;height:1.59911875rem;top:6.4366302490238rem;left:0.75rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #rTMC92p0LprsVsWgNmqokEtb6CeUMaWR { width:18.78386125rem;height:2.72157375rem;top:62.677952766419rem;left:0.60655385255814rem;font-size:1rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTNAQnynJBgPfSyT0rI3a4XbpWntq9bF { display:block; }
 }@media only screen and (max-width: 763px) { #U2t5RCXWBySOCvXoSzFMhQPCdlI6etr7 { width:20rem;height:11rem;top:11.6875rem;left:0rem;z-index:15011;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PC6EiyAhbdQFe2GBMOagBJmSw4Isv8P7 { width:15.5625rem;height:6.125rem;top:0.125rem;left:0.62413197755814rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksNTlzitlsrQ1goffHT55437ZrK4b9HD { width:18.499375rem;height:1.59911875rem;top:8.5rem;left:0.74978297948838rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #QFTt9wlGXsDUSHnA8f73OUC7W1VafSW1 { display:none; }#QFTt9wlGXsDUSHnA8f73OUC7W1VafSW1 > .row .container { width:20rem;height:0.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WsZnldOKkommS4Ln7TQ2WNR6Kglah8bb { background-color:#ffffff;background-image:none;display:none; }#WsZnldOKkommS4Ln7TQ2WNR6Kglah8bb > .row .container { width:20rem;height:54.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SJodIaK5VlG2Rr2mvw0KeAOoR7OrMUqe { width:19.4375rem;height:25.5rem;top:23.9375rem;left:0.25rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:15070;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #RNeSINnVTChesZCW6W4z4XFDI8S69FdD { width:15.5625rem;height:1.59911875rem;top:6.4371032714844rem;left:0.74999994039537rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #syE4mGTneIQmMWs8TN3GFIF5vbFbiJeR { width:20rem;height:11rem;top:11.6875rem;left:0rem;z-index:15011;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsUMo0FQZXeU0Xl3rcVISbzSaZHWGWfU { width:15.4373125rem;height:5.9375rem;top:0.125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FswiTAwtMgb88B2CNEJrurTregFAeSTh { width:18.499375rem;height:1.59911875rem;top:8.5rem;left:0.75rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #xZdUuf0lhffWXghHU4Llk7UDcCeNGoN0 { width:18.875rem;height:2.625rem;top:50.466369628906rem;left:0.56206601858139rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DD4phCKAOTS2NssHaQgHO35KH2Um0ino { display:block; }
 }@media only screen and (max-width: 763px) { #nTft1G6T6QRgPEgy9g1OSIqeJQiGmB8s { background-color:#ffffff;background-image:none;display:none; }#nTft1G6T6QRgPEgy9g1OSIqeJQiGmB8s > .row .container { width:20rem;height:52.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #czwy6E2trQy3oJcZhXBQrCHrqAyGt9w3 { width:19.43725rem;height:22.5rem;top:24.190673828125rem;left:0.562744140625rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:15070;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #BzR7X4x6GtkgLTRDwSTXEoiQKtlOVNsK { width:15.5625rem;height:1.59911875rem;top:6.4371032714844rem;left:0.74999994039537rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #Mzf3i3dAZzGyOdZNo8CNHiXdesNKDVJr { width:20rem;height:11.25rem;top:11.68701171875rem;left:0rem;z-index:15011;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #psGvaH6UJi125O5lzLIEICRdMPQ2rFAT { width:10.5615rem;height:3.999025rem;top:1.248779296875rem;left:0.562744140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8tsDBTS73TBEBQkQGUlFbqn1XWgqaZD { width:18.499375rem;height:1.59911875rem;top:8.5rem;left:0.75rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #ivVkgOwWeG3ueNPd4KsDtN7omw8oC99u { width:18.8115rem;height:2.561525rem;top:48.089599609375rem;left:0.577392578125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTApRxmpIedwti7xoFTyttRmaX4l9smM { display:block; }
 }@media only screen and (max-width: 763px) { #TXyneLJHzq1vJKHhChwA9hMSsTcv5HzC { background-color:#ffffff;background-image:none;display:none; }#TXyneLJHzq1vJKHhChwA9hMSsTcv5HzC > .row .container { width:20rem;height:59.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LvAIuhTlaz3q75lX3cbF6wW0aPLCCvnR { width:19.4375rem;height:30rem;top:23.9375rem;left:0.28125rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:15070;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #BGwslHSr1eShzBz8f3aa2zoXG22RUxX8 { width:12.5625rem;height:1.5984375rem;top:6.4375rem;left:0.75rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #o8RTRB9ZqRwHCV9oIxWm2bG7W7zd4hoc { width:18.95833375rem;height:2.70833375rem;top:55.245239257812rem;left:0.49913197755814rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxSGC8q34BXGxeHEtTV5Olnct6ILFA34 { display:block; }
 }@media only screen and (max-width: 763px) { #zk0yFa6xTzbcw1oPaEKC6kmQT5c1mpCQ { width:20rem;height:11rem;top:11.6875rem;left:0rem;z-index:15011;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DutEza0lIHFnZEmRmSKMRKUfTnTNI07z { width:18.5rem;height:1.5984375rem;top:8.5rem;left:0.75rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #wHTGaKoQNLHTkDVQhJqLb2E6f0xBtELz { width:4.62456875rem;height:4.62456875rem;top:11.68728351593rem;left:15.374350607395rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;background-color:#b518b7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #MfZIvEPKsGOSnca4axqdIEhCcOK8g4dA { width:4.62456875rem;height:4.6875rem;top:11.68728351593rem;left:15.374350607395rem;display:block; }
 }@media only screen and (max-width: 763px) { #qP2wxTHTGcpU34RzdovBpP4UBCdHwbxp { width:14.9370625rem;height:5.81163125rem;top:0.18670654296875rem;left:0.7496092915535rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wac6kInH43uR5aRVwRuoqRqEkLPVKDJp { display:none; }#Wac6kInH43uR5aRVwRuoqRqEkLPVKDJp > .row .container { width:20rem;height:0.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bQ4QsJ4rL7UPJkiebsEcFC9UISIfIRux { background-color:#ffffff;background-image:none;display:none; }#bQ4QsJ4rL7UPJkiebsEcFC9UISIfIRux > .row .container { width:20rem;height:60rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #i7BkS5ziC4cvgsgRiTMtlJzVOHwg10Md { width:19.3125rem;height:31.5rem;top:23.9375rem;left:0.24848091602326rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:15070;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #KEFMiuZWv4sTGo5nQtSKImvb6xNNDXHE { width:15.5625rem;height:1.59911875rem;top:6.4375rem;left:0.75rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #B2w2vOR7SPTwT385Xb7Jy3ckTb4Tk4ye { width:19rem;height:2.75rem;top:56.746520996094rem;left:0.49913197755814rem;font-size:1rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #T51e5hOdHP4Ukpa3DVESrL5nqCauyCx8 { display:block; }
 }@media only screen and (max-width: 763px) { #vFGodaKB5wQGdv0yIaxTNmIe7Le8Jzcm { width:20rem;height:11.0625rem;top:11.6875rem;left:0rem;z-index:15011;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kG3nD6xsHGWuOx20kuqTDpfEeWKf9MeT { width:18.499375rem;height:1.59911875rem;top:8.5rem;left:0.74978297948838rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #xFm3QlAzkbak10bWxN3oemfRtS94phng { width:15.2484375rem;height:5.93671875rem;top:0.80820465087888rem;left:0.9058592915535rem;display:block; }
 }@media only screen and (max-width: 763px) { #OH27zFu9495NOcoIIrhCekso5mcXyevg { background-color:#ffffff;background-image:none;display:none; }#OH27zFu9495NOcoIIrhCekso5mcXyevg > .row .container { width:20rem;height:56.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uqXlRxR6HrN7RkBt3CDcXxXrv0TEEHJo { width:19rem;height:2.75rem;top:52.249145507812rem;left:0.49913197755814rem;font-size:1rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;z-index:15015;border-top:0.0625rem solid #b518b7;border-left:0.0625rem solid #b518b7;border-right:0.0625rem solid #b518b7;border-bottom:0.0625rem solid #b518b7;display:block; }
 }@media only screen and (max-width: 763px) { #ku97BbBHfv95RkExsRPT70lCyRx9wWUr { display:block; }
 }@media only screen and (max-width: 763px) { #TGRRrZZx92daqM4vlcxTnMweJGr65Bn3 { width:18.5rem;height:1.59911875rem;top:6.4375rem;left:0.75rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #W5TKLbE4g4CSewUOGTHlmhbEk0GSbGzF { width:19.375rem;height:27rem;top:23.9375rem;left:0.25rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:15070;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #HCN7Zz1oTq1rHX8KuAodOphLVxEH1l8K { width:20rem;height:11.1875rem;top:11.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQDzhaQ9dPHhMQWX03QzuPdfeRwKN4NN { width:15.1875rem;height:5.9375rem;top:0.125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWnoT74RxP17CcyhHxhzgypWJvUUfdkC { width:18.499375rem;height:1.59911875rem;top:8.5rem;left:0.74978297948838rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15069;color:#b518b7;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #FfSKnMcxMkT1PLTlq0B2h3MZwd1wC4Pz { display:none; }#FfSKnMcxMkT1PLTlq0B2h3MZwd1wC4Pz > .row .container { width:20rem;height:0.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ITMuwbfoqtIbRLvU9ovKT6sz1CMmJEeu { background-color:#ffffff;background-image:none;display:none; }#ITMuwbfoqtIbRLvU9ovKT6sz1CMmJEeu > .row .container { width:20rem;height:55.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #G4k2HJvaKGthMN8JeUI8A33gaJ4QQ9VM { width:19.5rem;height:27rem;top:23.9375rem;left:0.24956595897674rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:15070;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #Pu0DGACkxsRK9ELJzQThC6XyJ1gPQRO0 { width:10.875rem;height:1.5996125rem;top:6.4375rem;left:0.75rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #D9NV1Gu4bT9WsJcBQrqkVam3Qb4tueO0 { width:19rem;height:2.6875rem;top:51.963989257812rem;left:0.49913197755814rem;font-size:1rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #Rkbw8cITEQDhuIw1P6lVwaPNorH2vsyA { display:block; }
 }@media only screen and (max-width: 763px) { #T2fKAIpIo8XJKoFUh6zCbMTB9o5aDh5d { width:18.6875rem;height:1.5996125rem;top:8.5rem;left:0.75rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15069;color:#b518b7;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #oUmaGPcLBB7oorpN1dsoMKET2Am79Ta5 { width:20rem;height:11.125rem;top:11.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqg3kDbMpsWFzwSd5gPh57cNFeWWeRMJ { width:14.9370625rem;height:5.81163125rem;top:0.125rem;left:0.81163197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #qC7PCbxi03kI2CVq7DJHZdSmOdaaThGe { width:4.62456875rem;height:4.62456875rem;top:11.68728351593rem;left:15.374350607395rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;background-color:#b518b7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Dtdoh8drqagEJxfyvH4DelXAzR9NiEpF { width:4.62456875rem;height:4.6875rem;top:11.68728351593rem;left:15.374350607395rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzSTUTzASXo6bhk7hCGxU49231I8OOGi { background-color:#ffffff;background-image:none;display:none; }#EzSTUTzASXo6bhk7hCGxU49231I8OOGi > .row .container { width:20rem;height:54.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oGZZCCar9ZFGt35iRHPDQ9OSI64mJSUK { width:19.5625rem;height:25.5rem;top:23.9375rem;left:0.24848091602326rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:15070;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #q5olwermR8TnWd8daXQSzRExAgoU2ukn { width:10.375rem;height:1.59911875rem;top:6.4375rem;left:0.75rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #OdihTsC9B6ealRzfbRbtHKhBK8oquPGn { width:18.98567375rem;height:2.80403625rem;top:50.714042663574rem;left:0.49913197755814rem;font-size:1rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #XzlF9UVkEKvi52LDDnzcagNrsv2bKDJT { display:block; }
 }@media only screen and (max-width: 763px) { #HLt8QuFn8zqvepNArITSR3H1pFyxnB6d { width:20rem;height:11.125rem;top:11.6875rem;left:0rem;z-index:15011;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnrnmFn3iXqUFbBXpcqT8eQJ9akf376r { width:13.8748125rem;height:1.59911875rem;top:8.5rem;left:0.74978297948838rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15069;color:#b518b7;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #PyShq4RfkPf3nXMMB4QtrbZATgVNucPM { width:15.1248125rem;height:5.81163125rem;top:0.125rem;left:0.81163197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxTqyi54PFNrNx5Fi5DChrdUfZIL7A3J { background-color:#ffffff;background-image:none;display:none; }#xxTqyi54PFNrNx5Fi5DChrdUfZIL7A3J > .row .container { width:20rem;height:51.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DE4RPe4Z6XmUNg5ebaOTEdOkqDKhVHsl { width:19.5rem;height:22.5rem;top:23.9375rem;left:0.24848091602326rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:15070;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #Lph65EwevKKaQJquBz2h2QULsWJdEl02 { width:8.5625rem;height:1.59911875rem;top:6.4375rem;left:0.75rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #tA1tiaG2Kf7NeIAyDzIpfAfWxyNhqEcx { width:18.98567375rem;height:2.73568rem;top:47.587959289551rem;left:0.49913197755814rem;font-size:1rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;z-index:15015;border-top:0.0625rem solid #b518b7;border-left:0.0625rem solid #b518b7;border-right:0.0625rem solid #b518b7;border-bottom:0.0625rem solid #b518b7;display:block; }
 }@media only screen and (max-width: 763px) { #yfPtF8JLGKITZEJT3rkcFLMi56Cn9xTG { display:block; }
 }@media only screen and (max-width: 763px) { #sXt5iUPNu8qilntKhWDW0m2TqQIs4Wx1 { width:20rem;height:11.1875rem;top:11.6875rem;left:0.060763895511628rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAfKgovs5qxozMi646I4muD3Qmi8949N { width:14.874125rem;height:5.68685rem;top:0.125rem;left:0.81163197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGDrVWMicKxSiLEC3JCDyrgGQvxWXtzL { width:16.311875rem;height:1.59911875rem;top:8.5rem;left:0.74978297948838rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15069;color:#b518b7;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #RPAmnkbm0ZglgDoXwH6V3BaILL9KNzfo { background-color:#ffffff;background-image:none;display:none; }#RPAmnkbm0ZglgDoXwH6V3BaILL9KNzfo > .row .container { width:20rem;height:59.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bAZP52ObkByS5vuyCkMnNGpwR3nWip9i { width:19.5625rem;height:30rem;top:23.9375rem;left:0.24848091602326rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:15070;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #LnVqrOfGDOzlkRi6ldVaftRTZXtVSWtr { width:19rem;height:2.8181425rem;top:54.900817871094rem;left:0.49913197755814rem;font-size:1rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;z-index:15015;border-top:0.0625rem solid #b518b7;border-left:0.0625rem solid #b518b7;border-right:0.0625rem solid #b518b7;border-bottom:0.0625rem solid #b518b7;display:block; }
 }@media only screen and (max-width: 763px) { #PXCk9UJ5T2U3eafkLsgVo8kivgfoJqO4 { display:block; }
 }@media only screen and (max-width: 763px) { #GbrdhE5upQQ2dIeLdfbylBXddbFb02Fd { width:18.5rem;height:1.59911875rem;top:6.4375rem;left:0.75rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #KXklQ1o7bnWWT3WM2fIpbUFrrkPFgmN8 { width:14.9370625rem;height:5.81163125rem;top:0.125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbKMJTTh7NeKlnLPxeUyueBySdT3yays { width:20rem;height:11.23925rem;top:11.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGrUddysmsPlGGs8dnfPuCcfcfwuySgD { width:14.8123125rem;height:1.59911875rem;top:8.5rem;left:0.74978297948838rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15069;color:#b518b7;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #LRmQl1ce5uB1dLmTcb8EISP1F5DbnkqW { background-color:#ffffff;background-image:none;display:none; }#LRmQl1ce5uB1dLmTcb8EISP1F5DbnkqW > .row .container { width:20rem;height:53.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #R5ukM848UNdLXVWCmmxh83b7xBclcC5O { width:19rem;height:2.75rem;top:50.375rem;left:0.5rem;font-size:1rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;z-index:15015;border-top:0.0625rem solid #b518b7;border-left:0.0625rem solid #b518b7;border-right:0.0625rem solid #b518b7;border-bottom:0.0625rem solid #b518b7;display:block; }
 }@media only screen and (max-width: 763px) { #IETCcV9BO5lUDp98t4nkkPyGPeAH69wr { display:block; }
 }@media only screen and (max-width: 763px) { #Wr7gp8o1DkUHsbeER8TcBvkc5gnDXeCL { width:18.5rem;height:1.59911875rem;top:6.4375rem;left:0.75rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #I1My3QaMpLNxJtSTqfBQgzRzO7gvhgqk { width:19.375rem;height:24rem;top:25.3125rem;left:0.25rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:15070;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #Zzvxp61SZIvEoLsPV7F2R5l2N3DumMy8 { width:20rem;height:11.1875rem;top:13.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiLcmaZgXb1U3eP5kK7uDpmQ23gVsJ5V { width:15.2495625rem;height:5.9375rem;top:0.125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0MxJyN7es8rmVt5cO7A8ASzS6tAACsG { width:18.499375rem;height:1.59911875rem;top:8.5rem;left:0.74978297948838rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #znr5l8Knr2R4TLEqVrHzwLsPiEA1EfC8 { width:18.499375rem;height:1.59911875rem;top:10.586589097977rem;left:0.75rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #XvxGbA9Qdc7Z1WoHrQMWFRPU14PENqlE { display:none; }#XvxGbA9Qdc7Z1WoHrQMWFRPU14PENqlE > .row .container { width:20rem;height:0.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WxtMb3UP5rTeN0eqZzXQSn4D6FbxIImJ { background-color:#ffffff;background-image:none;display:none; }#WxtMb3UP5rTeN0eqZzXQSn4D6FbxIImJ > .row .container { width:20rem;height:58.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dU79WdI29R8d2N0ciywl7MvAbiDrX8T6 { width:11.9375rem;height:1.59911875rem;top:6.4375rem;left:0.75rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #qbFZTTQA91GkTrqrEtlEbEqLosIIaVBo { width:19.5rem;height:28.5rem;top:24.373916625976rem;left:0.24739587306976rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:15070;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #em5LVxxeVrTVMVLVrUbgdgSeZBU12pEH { width:4.1875rem;height:4.18728125rem;top:8.2486991882325rem;left:15.811633169651rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zl1OXc5UDKIUhc3Fa0dQJ7vGPHm20Tn3 { width:19rem;height:2.77582375rem;top:54.169921875rem;left:0.49804693460464rem;font-size:1rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #McA5eFKo305fO1wzNmSJorsRmbNQVhyp { display:block; }
 }@media only screen and (max-width: 763px) { #Pu8XgwSC3si9OpgJ0GQRuHtnaCfF2kUp { width:20rem;height:10.9375rem;top:12.123489379882rem;left:0rem;z-index:15011;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9UpJ1VmQfy0DAP5XWVQs7GZ27fcUgZZ { width:14.874125rem;height:5.68685rem;top:0.125rem;left:0.81163197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyK9yoZ341U9TJ58nVwHOhm40rAu5ORV { width:18.4985625rem;height:1.59911875rem;top:9.0603332519531rem;left:0.74869793653488rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15069;color:#b518b7;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #fy0X1nul01DkLZnDT51gXIH7hzTFLZHV { background-color:#ffffff;background-image:none;display:none; }#fy0X1nul01DkLZnDT51gXIH7hzTFLZHV > .row .container { width:20rem;height:53.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #W2CxS44HLdCFtz3MryJA8BnscOozVL09 { width:19rem;height:2.75rem;top:50.296020507812rem;left:0.49913197755814rem;font-size:1rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;z-index:15015;border-top:0.0625rem solid #b518b7;border-left:0.0625rem solid #b518b7;border-right:0.0625rem solid #b518b7;border-bottom:0.0625rem solid #b518b7;display:block; }
 }@media only screen and (max-width: 763px) { #vCMJbWM2qe5dD6Di7UKyCZbzCOc5Xqoo { display:block; }
 }@media only screen and (max-width: 763px) { #C4w45pLg585UMldTXyXFI3L6kOgxWlZd { width:4.1875rem;height:4.1875rem;top:7.8591461181637rem;left:0rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cMRhs4aExMDb0lZfZNOG4Ai8qKXUrL8t { width:3.5rem;height:3.625rem;top:8.1716203689575rem;left:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #R08QDfMpZRTVDSocJ6HLZ3hkKSTJ7M9S { width:18.5625rem;height:1.59911875rem;top:6.4375rem;left:0.75rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #AAryy3cOT7GfRWFnOpFkwaVT7PTIrC9B { width:19.4375rem;height:25.5rem;top:23.9375rem;left:0.24848091602326rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:15070;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #rBqCaKXLETRT3ZbwemAWWP53caLTZSTP { width:20rem;height:11.125rem;top:11.686157226562rem;left:0rem;z-index:15011;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5aNGnmOwZs5FKpNSGzUBzyFrfwr0GEA { width:15.186625rem;height:5.81163125rem;top:0.125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2SphxikMe1ytuWUWBINLVlzrbfEEtZh { width:18.0625rem;height:1.59911875rem;top:8.5rem;left:0.75rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15069;color:#b518b7;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Om6VcoCFG57tOThqTiteW1NNAnsULBa7 { background-color:#ffffff;background-image:none;display:none; }#Om6VcoCFG57tOThqTiteW1NNAnsULBa7 > .row .container { width:20rem;height:59.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #h2bGx9rCSTxw6q4mv0teU6WNNGzMQ4wK { width:19.5625rem;height:30rem;top:23.9375rem;left:0.24956595897674rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:15070;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #dUX1dqegci0BHFT605TdgDHNs3Zd6RlD { width:9.9375rem;height:1.59911875rem;top:6.4375rem;left:0.75rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #xaxxVI5PT22zTkrzStUq8ZBF7H5SvQxV { width:19rem;height:2.75rem;top:55.044067382812rem;left:0.49913197755814rem;font-size:1rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #qNyTvzirGmO3KSDhPbdLWHlpeNKTvMw3 { display:block; }
 }@media only screen and (max-width: 763px) { #EnOOAq1KP98CCJ4dSXfn5c0I4XOnZS5G { width:4.1875rem;height:4.1875rem;top:8.4841461181637rem;left:0rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qOc6EVTLxJ2PbAJiRfmV24FPcaFscmqe { width:3.5rem;height:3.625rem;top:8.7966203689575rem;left:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EacqnBd39lQR621TPOaBxcbx2B9MxXdu { width:18.499375rem;height:1.59911875rem;top:8.5rem;left:0.75rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15069;color:#b518b7;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #UHA7gJo1LKT5UGptRnuIkb3cgSfTdVmi { width:15.8745625rem;height:6.18706875rem;top:0.125rem;left:0.81163197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #eumQ00NcR6RPTMDLun423isNQQnSTktU { width:20rem;height:11.1875rem;top:11.6875rem;left:0rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bopFbSHGbJtIuCGWgLeTWZ77MHwRywL0 { width:4.62456875rem;height:4.6875rem;top:11.756728172303rem;left:15.374350607395rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlyKwTddKJGAQxMZkNF8X5PdEtpCH14S { width:4.62456875rem;height:4.6875rem;top:11.68728351593rem;left:15.374350607395rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;background-color:#b518b7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #acTB7ATaxrhGOtrtuQZoKXUVr1otXs7N { display:none; }#acTB7ATaxrhGOtrtuQZoKXUVr1otXs7N > .row .container { width:20rem;height:0.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KtAORLS0ST78RZ3ctadfxd8y1TAhQ019 { background-color:#ffffff;background-image:none;display:none; }#KtAORLS0ST78RZ3ctadfxd8y1TAhQ019 > .row .container { width:20rem;height:56.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ciJnfLgTxrAE8CuBkOEqFcdAbFClKd3E { width:19.5625rem;height:27rem;top:24rem;left:0.25rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:15070;line-height:1.6;color:#18191b;display:block; }
 }@media only screen and (max-width: 763px) { #hPLR5l4pouAgSmSTT5v82yCSlJ9bDUt0 { width:9.9375rem;height:1.59911875rem;top:6.4375rem;left:0.75rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15069;color:#18191b;display:block; }
 }@media only screen and (max-width: 763px) { #byToZh6JIIB1siBDXZAgME8IJoAqwaIH { width:19rem;height:2.751955rem;top:52.4375rem;left:0.5rem;font-size:1rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z92hEnUspiasR2pq5OXAPkUJvw9v0ktQ { display:block; }
 }@media only screen and (max-width: 763px) { #QkonWep1JmPWbsnDHkGHZeDG3biJ3OUC { width:4.625rem;height:4.625rem;top:9.060546875rem;left:15.375rem;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:#b518b7;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #nbTd4KTDer4F0ABscnKVXdw159X5CxlT { width:4.625rem;height:4.6875rem;top:9.060546875rem;left:15.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TkrOd47XXlkCMU76VqTbcOQsnkrcVWLW { width:20rem;height:11.1870625rem;top:11.1875rem;left:0rem;z-index:15011;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #okPR8eURRurJOobOtVyzPhwqlDLqVmTA { width:4.62456875rem;height:4.6875rem;top:11.1875rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfKZL7OSbUC8aVaGP728G3ss3RAVfuOg { width:4.62421875rem;height:4.62421875rem;top:11.1875rem;left:15.375rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;background-color:#b518b7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #zT4CyCOg8IhN9nHREDubMad7RO7mo2vE { width:18.499375rem;height:1.59911875rem;top:8.5rem;left:0.75rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15069;color:#b518b7;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #m2ID9kCLsz96fITAqOxaSBocwlpXrZ6v { width:15.5620625rem;height:6.06228125rem;top:0.125rem;left:0.81163197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #w523uhitLz1MlHgASkFNZTJNy6qWNH4d { display:none; }#w523uhitLz1MlHgASkFNZTJNy6qWNH4d > .row .container { width:20rem;height:0.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TcvT2r99fqCAD9gIhBWB6W63OJU4er1y { background-color:#ffffff;background-image:none;display:none; }#TcvT2r99fqCAD9gIhBWB6W63OJU4er1y > .row .container { width:20rem;height:58.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rR4wZ0458ihshKTG3Qevf5C06KQFwWCz { width:19.4375rem;height:28.5rem;top:24.056213378906rem;left:0.24631077051163rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:15070;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #FGPFpwViDNoOHJT2sgf2682WNaxoT0Bn { width:14.6875rem;height:1.59911875rem;top:6.4375rem;left:0.75rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #moT7MMpMk5U769kdRqTDRVRcezQ7FefG { width:19rem;height:2.67057375rem;top:53.929260253906rem;left:0.49804693460464rem;font-size:1rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMKyCtaerqw7RcaAmNzJlxkzRdCKqBL2 { display:block; }
 }@media only screen and (max-width: 763px) { #pBynW3kqMgu330kwunWFB5D33CoOb9XX { width:4.625rem;height:4.6875rem;top:10.37109375rem;left:15.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gTaAQ9szWuTMytI0Qg10q9CE8ndFUdg3 { width:4.625rem;height:4.625rem;top:10.37109375rem;left:15.375rem;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:#b518b7;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #pU3mOdv3FTQMglGHHbSCqaybA27L09or { width:20rem;height:11rem;top:11.990234375rem;left:0rem;z-index:15011;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ts1lMG25sb8yd93CTQFJXxIrA7GPoG9J { width:15.7498125rem;height:6.12413125rem;top:0.125rem;left:0.81163197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANzqNWnOSlKWnQJfJ3nHpsT1sVUAlmPZ { width:18.499375rem;height:1.59911875rem;top:9.0994224548337rem;left:0.74978297948838rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15069;color:#b518b7;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Wu5LHFlJw5pTZNSEnfFNhSbOBeVp3oK5 { display:none; }#Wu5LHFlJw5pTZNSEnfFNhSbOBeVp3oK5 > .row .container { width:20rem;height:0.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WQaRBMM6vWw4x9TIepivAgDsHE9bQHdC { background-color:#ffffff;background-image:none;display:none; }#WQaRBMM6vWw4x9TIepivAgDsHE9bQHdC > .row .container { width:20rem;height:56.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #py4cETOwl5gGRrqVslsfGmD2JCFImXFn { width:16.75rem;height:1.59911875rem;top:6.4375rem;left:0.75000005960463rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #aPvbIKwtBwqQkAfGJWMsx0HamvodVxWX { width:18.99166625rem;height:2.7531225rem;top:51.990875244141rem;left:0.49913197755814rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAKggOa81IsiGLM56nWCfW1m5eGi9mHz { display:block; }
 }@media only screen and (max-width: 763px) { #IOLiCcFNFkPnJtSRNaQ5omXb0a26HeOw { width:19.5rem;height:27rem;top:23.9375rem;left:0.24791663885117rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:15070;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #IOTs4ZI1n6i3yx6Hl2xnBfuZGiTDuNba { width:18.49975rem;height:1.59911875rem;top:8.5rem;left:0.75rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15069;color:#b518b7;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #bg6k57hiUFGFrP14r9BsytUM0lMBiwOz { width:20rem;height:10.9375rem;top:11.6875rem;left:-0.061848998069763rem;z-index:15011;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qM1GN5VC5tgSmOy0k4kA7dOICqwMcBDV { width:10.4375rem;height:3.8125rem;top:1.25rem;left:0.81145840883256rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9bcmSI3PaJ0NsOlPCgyJsVVcUUi6TcX { background-color:#ffffff;background-image:none;display:none; }#z9bcmSI3PaJ0NsOlPCgyJsVVcUUi6TcX > .row .container { width:20rem;height:60rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xT9ExZ2NC00gNbn1UJfdifDbbTNVdkWt { width:11.9375rem;height:1.59911875rem;top:6.4375rem;left:0.75rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #WlUx0WRgQi1suhbGa5ZWFOitcbdSOlKO { width:18.98567375rem;height:2.74761125rem;top:56.490886688233rem;left:0.49913197755814rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFgfqtKqXJbm1WGHwGiOtntblcWtrx2J { display:block; }
 }@media only screen and (max-width: 763px) { #oFC984yKTlMsakhDC8JXRBR3I3aZIEJW { width:19.5rem;height:31.5rem;top:23.9375rem;left:0.24848091602326rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:15070;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #RTLDsnzS4tsbS0TkHtWH5IJEICnS1khs { width:20rem;height:10.9375rem;top:11.685760498047rem;left:-0.061848998069763rem;z-index:15011;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHUiZxTOb5wtSvuM7qokqDE195l4Ob59 { width:15.2485rem;height:5.9375rem;top:0.125rem;left:0.81163197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEFVEWvow3idTG6c5FDQwmVwGC4KSGZg { width:18.499375rem;height:1.59911875rem;top:8.5rem;left:0.75rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15069;color:#b518b7;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ob0QQLtG2Tbu0NCTXBxt2MGufS1vR4SE { background-color:#ffffff;background-image:none;display:none; }#ob0QQLtG2Tbu0NCTXBxt2MGufS1vR4SE > .row .container { width:20rem;height:56.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #s6HEeebsBayMhTiaRKsG4UtrRZEzs3bV { width:18.8748125rem;height:1.5rem;top:26.6875rem;left:0.5625rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:15070;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #WbcyoGd77OdiTteaRxQM5TI79AfiX7yp { width:11.9375rem;height:1.5984375rem;top:6.436767578125rem;left:0.560546875rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #zOE7L1ewSE5UMECe9pRbeWsMGKsdfmi1 { width:19rem;height:2.75rem;top:53.4375rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2LRkW6Z64FLRRbCulTHXeXIAVb18RZA { display:block; }
 }@media only screen and (max-width: 763px) { #ZSusm8JBoTPzpTFb1iBd9KcJwpWPtaOZ { width:19.625rem;height:25.5rem;top:26.875rem;left:0.1875rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:15070;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #rKB50OQxgnV2QHKVZUE02k9GK7JGi3Qy { width:20rem;height:11rem;top:13.5625rem;left:0rem;z-index:15011;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqXw3uJoP8fXZNwkcNMHdOfHJmPvfJbL { width:6.25rem;height:6.25rem;top:13.5625rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #euVZi0098FZ0yNNT70THUD9KqaDwTz5w { width:17.8125rem;height:2.49145625rem;top:22.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZbgN5MgTePHcvTKTQgk9L6IgCq8ENPW { width:15.5620625rem;height:6.06228125rem;top:0.125rem;left:0.81163197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyfvoi4WTm66mJwJ7ppyaZVxZETuWJir { width:18.5625rem;height:3.196875rem;top:8.875rem;left:0.75rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15069;color:#b518b7;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #f2q5XX1Ny5ZnWFf5QIeVQmI0LHXJkZtM { display:none; }#f2q5XX1Ny5ZnWFf5QIeVQmI0LHXJkZtM > .row .container { width:20rem;height:0.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DLRHCXXRVXpUc23Tc8ySThpvfoFJEa7H { background-color:#ffffff;background-image:none;display:none; }#DLRHCXXRVXpUc23Tc8ySThpvfoFJEa7H > .row .container { width:20rem;height:55.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #o60mwWhO4q3G7XpksV7NfJ4kDq02P9vQ { width:15.6875rem;height:1.59911875rem;top:6.4366455078125rem;left:0.74978297948838rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #W5taEvTQN8uIKMtasSFDL7TwtlT3Thz2 { width:19.5625rem;height:27rem;top:23.9375rem;left:0.25rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:15070;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #NLDTOwFOEHGyC2TdVhQ3UXSF6CfFltcS { width:20rem;height:10.9375rem;top:11.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvgrTiR7CAqtD5gdf4ZVmbExZ86aem4T { width:14.625rem;height:5.6875rem;top:0.125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEw2iXJNVntDFZFS5EnyLBbDZaMklysk { width:18.499375rem;height:1.59911875rem;top:8.5rem;left:0.74978297948838rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15069;color:#b518b7;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #h9nx80vvyRsb8pN6VVuqCVxvywWkgPcs { width:18.875rem;height:2.625rem;top:52.178833007812rem;left:0.5625rem;font-size:1rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #pvZphPUGN2haNuW3LlJH2SsnKtGMJWC7 { display:block; }
 }@media only screen and (max-width: 763px) { #NHKhiseF3Dy3Ka8N2pz61qrBUa45R6Aa { display:none; }#NHKhiseF3Dy3Ka8N2pz61qrBUa45R6Aa > .row .container { width:20rem;height:0.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DNutmVUD5dZgvgm18zWZ950IPHBQ6TRO { background-color:#ffffff;background-image:none;display:none; }#DNutmVUD5dZgvgm18zWZ950IPHBQ6TRO > .row .container { width:20rem;height:57.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #whJTNrT5sC4CQufk24LlyiBMRtTT2Fef { width:19rem;height:2.75rem;top:53.5625rem;left:0.5rem;font-size:1rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #Ap25evP8D0ibQuMtiR0sQUdrFFdlku5z { display:block; }
 }@media only screen and (max-width: 763px) { #uSJxinz59N2fvKUAssoKm9GuKsDZ1EOs { width:13.625rem;height:1.59911875rem;top:6.4375rem;left:0.75rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #FA6XKRxm18l5T1fqFiD020ca8o5OpiBa { width:19.5625rem;height:28.5rem;top:23.9375rem;left:0.25rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:15070;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #BxkPmQ0TJXUNnSp9kJIxPrI683W99Kvd { width:20rem;height:11rem;top:11.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWtvRdUEDBIPaBsEdktdmsrTIpvxKpvZ { width:14.6245625rem;height:5.68685rem;top:0.125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTImo6fNqTy26VF2LFcGAszf4qiWsHma { width:18.499375rem;height:1.59911875rem;top:8.5rem;left:0.75rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15069;color:#b518b7;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #gi7EcXNIrF1qHeKOIIxOrS2xmkMkMGX9 { background-color:#ffffff;background-image:none;display:none; }#gi7EcXNIrF1qHeKOIIxOrS2xmkMkMGX9 > .row .container { width:20rem;height:74.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WBVhPTIgGbl7wdf7Oy42mON39clFGefm { width:19rem;height:2.7725675rem;top:70.306044101713rem;left:0.49913197755814rem;font-size:1rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #EEK4PTAGLyxkZxGDouCq7Shbe9KVHzld { display:block; }
 }@media only screen and (max-width: 763px) { #pEflaTSO1Ldt9Cq7pVZ5zWBJ13CB3MbW { width:11.8125rem;height:1.5984375rem;top:6.4375rem;left:0.75rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #yMmGwAH7pXLPvlWTV1xZahhyEJKwP2ao { width:19.56175rem;height:43.5rem;top:25.236572265625rem;left:0.24956595897674rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:15070;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #ew2TfIeqQ0mBbDHq3HAn2QzE7bgf34NL { width:20rem;height:10.9375rem;top:12.739990234375rem;left:-0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTGZXQt8H6Xi9mSe42l9KSCh8kyuXPbb { width:13.625rem;height:3.196875rem;top:8.498291015625rem;left:0.75rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15069;color:#b518b7;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #mlZHZnwkl6ldwZ4uElZZTFr0z3rFa73d { width:17.8125rem;height:2.49131875rem;top:21.255426406861rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #avtrQ6MXTlEhKMvHAv1sIMUn5QFEI46L { width:6.25rem;height:6.25rem;top:12.739990234375rem;left:13.747830450535rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCmo0ZOtAkA0mu82qL1DVdUKIB6Cw3m0 { width:14.6875rem;height:5.625rem;top:0.125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b34115ebd177b99d926bbcedd7750157.widget-smartsection { display:block; } #b34115ebd177b99d926bbcedd7750157.widget-smartsection *:focus-visible, #b34115ebd177b99d926bbcedd7750157.widget-smartsection input[type="text"]:focus-visible, #b34115ebd177b99d926bbcedd7750157.widget-smartsection input[type="email"]:focus-visible, #b34115ebd177b99d926bbcedd7750157.widget-smartsection input[type="tel"]:focus-visible, #b34115ebd177b99d926bbcedd7750157.widget-smartsection textarea:focus-visible { outline: none; } #pZ1vyZpHdswp0lbN2A6lpHhfrck9r7i4 > .row .container { width:20rem;height:11.6875rem;position:relative;display:block; } }