.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:253,215,222;--color-primary-1:248,136,157;--color-primary-2:243,56,91;--color-primary-3:240,6,50;--color-primary-4:229,0,75;--color-secondary-0:217,244,245;--color-secondary-1:128,219,223;--color-secondary-2:0,182,190;--color-secondary-3:0,91,95;--color-secondary-4:0,27,29;--color-tertiary-0:255,255,255;--color-tertiary-1:35,60,122;--color-tertiary-2:22,52,95;--color-tertiary-3:24,53,90;--color-tertiary-4:0,0,0;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@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:#eeede9;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BDXDtszPtAX6abvTR71Nd8Ow94uPHa7R { background-color:#eeede9;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#BDXDtszPtAX6abvTR71Nd8Ow94uPHa7R > .row .container { border-width: 0; border-radius: 0; }#BDXDtszPtAX6abvTR71Nd8Ow94uPHa7R > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#BDXDtszPtAX6abvTR71Nd8Ow94uPHa7R > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:4.8125rem;width:75rem;overflow:visible;position:relative;display:none; }#tT6zu5NR4EIRKX31aGAD96hBJRuCgxnX { background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.46875rem;left:61.875rem;display:block; }
#pnM63q1Mb5Z2SrskC4K31TJ6MOXoSQlK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#URVDF7cORXMkHZTELDueXrJBawHzAOTm { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0.8125rem;left:53.1875rem;display:block; }
#zzsTdoL1WsRMTbg6X4hEb4J5Nc2NQooL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pVAENaes4s8asD1ATEMQUTKyqfiZ8RKe { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.78125rem;left:44.5rem;display:block; }
#IFeoIx0TZ0lTBll15CzwDWnBrPH84rTR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fdhz0JmVJdno5LMTWTFg2pP0bXIcPhyE { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0.78125rem;left:35.8125rem;display:block; }
#GCgeNvRM2Icikzc299gughwQxDZAT8OF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iUWDny86OGahf1LSwBhZEBVSMK7acPvE { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:3.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0.78125rem;left:27.125rem;display:block; }
#G2hGZwZnlQbJGNcRMMqy4zo3pSbFTGTE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mhXGSrS9Jw9azACTgyUkh0guS3CUGfPU { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:3.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:0.78125rem;left:18.4375rem;display:block; }
#CJFOiWdlXe73f1KPOEDzzdQDsLEhSZOI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vx4IPZpu0eVXmNSEsWT6ZPvahoTeHfvW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eeede9;background-image:url("https://images.assets-landingi.com/uc/85dd4336-753f-4c65-8a72-075472686b75/drJoannaStodolnaTukendorf.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#vx4IPZpu0eVXmNSEsWT6ZPvahoTeHfvW.adaptive-delivery-prevent-bg, #vx4IPZpu0eVXmNSEsWT6ZPvahoTeHfvW.lazyload, #vx4IPZpu0eVXmNSEsWT6ZPvahoTeHfvW.lazyloading { background-image: none; }#vx4IPZpu0eVXmNSEsWT6ZPvahoTeHfvW > .row .container { background-color: transparent; background-image: none; }#vx4IPZpu0eVXmNSEsWT6ZPvahoTeHfvW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vx4IPZpu0eVXmNSEsWT6ZPvahoTeHfvW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vx4IPZpu0eVXmNSEsWT6ZPvahoTeHfvW > .row .container > .video-iframe-container { display: none; }#vx4IPZpu0eVXmNSEsWT6ZPvahoTeHfvW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vx4IPZpu0eVXmNSEsWT6ZPvahoTeHfvW > .row > .video-iframe-container { display: none; }#vx4IPZpu0eVXmNSEsWT6ZPvahoTeHfvW > .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); }#vx4IPZpu0eVXmNSEsWT6ZPvahoTeHfvW > .row .container { border-width: 0; border-radius: 0; }#vx4IPZpu0eVXmNSEsWT6ZPvahoTeHfvW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vx4IPZpu0eVXmNSEsWT6ZPvahoTeHfvW > .row .container { font-size:0.875rem;font-family:arial;height:48.375rem;width:75rem;position:relative;display:block; }#bUs0zq7COsx3CsXUgcGdWDntxDkRbqbb { color:#112747;display:block;width:34.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:21.856250762939rem;left:37.500000953674rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#iCxL3WWWUTxPPdQ1mRwR1rTxTQdwhvBA { background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#eeede9;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5rem;height:3.5625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:30.375rem;left:37.500000953674rem;display:block; }
#JRiAcUO6T1ogFZFp9Kr9ueQkdftyGXVV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kkqvwArxKXNTxa6KcoZ4Q3qodXd8hUp2 { color:#112747;display:block;width:57.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:5rem;left:0rem;height:12.7875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#f26iw90MQG1yBmiTsEs0WK05Sr0yupSB { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.625rem;top:1.09375rem;left:0rem;overflow:hidden;display:block; }
#dTlh7Gyt3GqcEhbnWxAuheRk87vsgarO { color:#f00632;display:block;width:27.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:5.78125rem;left:37.500000953674rem;height:7.8369375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AHfmmdThb0DneSNp6MwdE4NoRnzFAWFk { color:#112747;display:block;width:57.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:5rem;left:0rem;height:12.7875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { background-color: transparent; background-image: none; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container > .video-iframe-container { display: none; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row > .video-iframe-container { display: none; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .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); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { border-width: 0; border-radius: 0; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:38.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#IGgGP7DxH17GTTJA5uxBwgNq3d5FqCJz { color:rgba(var(--color-tertiary-2),1);display:block;width:24.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:6.8242180347444rem;left:0rem;height:5.19921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#QOaWIHaLe9DoiKv3q3sDsdIl19S1Bm18 { color:rgba(var(--color-tertiary-2),1);display:block;width:42.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:12.606249809265rem;left:0rem;height:;text-align:left;text-align-last:left;display:block; }#QOaWIHaLe9DoiKv3q3sDsdIl19S1Bm18 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QOaWIHaLe9DoiKv3q3sDsdIl19S1Bm18 li:before{  }
#VHSuL9il1tXknfnDGbAZTVb5sTNoENd6 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.375rem;width:25.3125rem;top:4.0937504768372rem;left:49.687500953674rem;overflow:hidden;display:block; }
#rBQvDqrU93nHrbiLToGhtks9hQDeZBF7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rBQvDqrU93nHrbiLToGhtks9hQDeZBF7 > .row .container { background-color: transparent; background-image: none; }#rBQvDqrU93nHrbiLToGhtks9hQDeZBF7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rBQvDqrU93nHrbiLToGhtks9hQDeZBF7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rBQvDqrU93nHrbiLToGhtks9hQDeZBF7 > .row .container > .video-iframe-container { display: none; }#rBQvDqrU93nHrbiLToGhtks9hQDeZBF7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rBQvDqrU93nHrbiLToGhtks9hQDeZBF7 > .row > .video-iframe-container { display: none; }#rBQvDqrU93nHrbiLToGhtks9hQDeZBF7 > .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); }#rBQvDqrU93nHrbiLToGhtks9hQDeZBF7 > .row .container { border-width: 0; border-radius: 0; }#rBQvDqrU93nHrbiLToGhtks9hQDeZBF7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rBQvDqrU93nHrbiLToGhtks9hQDeZBF7 > .row .container { font-size:0.875rem;font-family:arial;height:25.125rem;width:75rem;position:relative;display:block; }#EcwlwZ5LcMmZ1F7KCbByb5e9zV3BhPOX { position:absolute;display:block;z-index:15011;background-color:rgba(240,6,50,0.6);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;box-shadow: none;height:20.0625rem;width:46.375rem;top:2.4375rem;left:12.625rem;display:block; }
#lusR6q0xNPaVEoqUQGB8W2LXEyRHABuA { color:rgba(var(--color-tertiary-2),1);display:block;width:32.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:11.875rem;left:19.5rem;height:7.69925rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#OPaS0qwbHgw8PICZWUQrzGfBuvSo7dao { color:rgba(var(--color-tertiary-2),1);display:block;width:27rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:4.5rem;left:21.75rem;height:5.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#wTcyvTL5V1ePaswsPK27IBDgwdPUwr1L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wTcyvTL5V1ePaswsPK27IBDgwdPUwr1L > .row .container { background-color: transparent; background-image: none; }#wTcyvTL5V1ePaswsPK27IBDgwdPUwr1L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wTcyvTL5V1ePaswsPK27IBDgwdPUwr1L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wTcyvTL5V1ePaswsPK27IBDgwdPUwr1L > .row .container > .video-iframe-container { display: none; }#wTcyvTL5V1ePaswsPK27IBDgwdPUwr1L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wTcyvTL5V1ePaswsPK27IBDgwdPUwr1L > .row > .video-iframe-container { display: none; }#wTcyvTL5V1ePaswsPK27IBDgwdPUwr1L > .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); }#wTcyvTL5V1ePaswsPK27IBDgwdPUwr1L > .row .container { border-width: 0; border-radius: 0; }#wTcyvTL5V1ePaswsPK27IBDgwdPUwr1L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wTcyvTL5V1ePaswsPK27IBDgwdPUwr1L > .row .container { font-size:0.875rem;font-family:arial;height:25.1875rem;width:75rem;position:relative;display:block; }#cNz98qqD8w4zVKD9dsxnVxP85b8qztOi { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:21rem;width:37.4375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#EWANZ1CJDnOVtk80COtZOqbS2nwi7VD5 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:38.59375rem;height:;display:block; }
#TAUkyS0RmqcDtUxfocxSeC5B3zTp7muI { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:14.375rem;left:38.59375rem;display:block; }
#M6NR6UvvCn43BizyeIOsX18WoG88PvNO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zTudmR0wAfF9dxt0TduWTxTCQE39xork { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zTudmR0wAfF9dxt0TduWTxTCQE39xork > .row .container { background-color: transparent; background-image: none; }#zTudmR0wAfF9dxt0TduWTxTCQE39xork::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTudmR0wAfF9dxt0TduWTxTCQE39xork > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTudmR0wAfF9dxt0TduWTxTCQE39xork > .row .container > .video-iframe-container { display: none; }#zTudmR0wAfF9dxt0TduWTxTCQE39xork > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTudmR0wAfF9dxt0TduWTxTCQE39xork > .row > .video-iframe-container { display: none; }#zTudmR0wAfF9dxt0TduWTxTCQE39xork > .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); }#zTudmR0wAfF9dxt0TduWTxTCQE39xork > .row .container { border-width: 0; border-radius: 0; }#zTudmR0wAfF9dxt0TduWTxTCQE39xork > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zTudmR0wAfF9dxt0TduWTxTCQE39xork > .row .container { font-size:0.875rem;font-family:arial;height:121.0625rem;width:75rem;position:relative;display:block; }#fnxZci8E6rM5ZUeBUTVNhNdsfNdSD4qZ { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:0rem;box-shadow: none;height:17.125rem;width:13.5625rem;top:28.625rem;left:2.0625rem;display:block; }
#ppgx7G9qdFsnP9TZElttxQ8J0c9ObxKT { color:#112747;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:35.625rem;left:2.78125rem;height:4.38574375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zQmPH9Hk8dXFyLpEbmSfARG7fB4KRmZ5 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:0rem;box-shadow: none;height:17.125rem;width:13.5625rem;top:28.625rem;left:21.25rem;display:block; }
#QrovUa9rM55wCivpNDZQWgTNrzCMCSxV { color:#112747;display:block;width:12.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:35.625rem;left:21.9375rem;height:5.84765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ilT9WLMMf2RzceM8USV8Bbh15QB1c1Lw { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:0rem;box-shadow: none;height:17.125rem;width:13.5rem;top:28.625rem;left:40.4375rem;display:block; }
#RGthlwQuRkWGkuA1qTrM5nqB8T45hEV5 { color:#112747;display:block;width:11.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:35.625rem;left:41.5rem;height:7.3095625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#StGyrLR1x1NGhuTQORHpPs2SGQmfC37D { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:0rem;box-shadow: none;height:17.125rem;width:13.5rem;top:28.625rem;left:59.4375rem;display:block; }
#UGfSScmP4JucW30eaVwTmyAs9T17im0N { color:#112747;display:block;width:11.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:35.625rem;left:60.375rem;height:5.84765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BPL94XX7hmgMw6oSEMKIPbwMy7URD6Tb { color:#f00632;display:block;width:44.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15008;line-height:1.2;letter-spacing:0;top:4.9687595367432rem;left:15.335156440735rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#DdhhEhK2B6qTy8kp9E6wKL81gDqJK7d2 { color:#112747;display:block;width:44.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15008;line-height:1.2;letter-spacing:0;top:5.65625rem;left:0rem;height:6.3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#RBtafgQ9TyL5k5HS39SrcWAHWKpuJdTa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:30.5rem;left:26.75rem; }
#MUn9fDmkMxlANZlFPGT7a443uHmKQCTC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:30.5rem;left:45.75rem; }
#cNvAwdtfcmgu68A7p0bhqQHJgyJeiAId { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:30.5rem;left:64.75rem; }
#yORwnoQCeEsoIavhb2B8lTp51wzawRG3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:30.5rem;left:7.4375rem; }
#l2E2kuz3TMiLdLnDRFgb26UMbQLi2bHs { background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#eeede9;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.8125rem;height:3.5625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:83.375rem;left:26.5849609375rem;display:block; }
#a9783hT6CfADryqAQ2RR7aqsanwXJm9g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F17BcwLUkczhJqlhBDz3cCz2DTBD0PzH { color:#112747;display:block;width:11.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:23.737500667572rem;left:41.306248664856rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#fgisKgo7I8Z8PAvQAtUeG7nuZmFVu4pp { color:#112747;display:block;width:44.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:normal;z-index:15009;line-height:1.2;letter-spacing:0;top:14.40625rem;left:15.25rem;height:6.972625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#o3FZHWLob1fTy5xvcPl5qqthEShc54XI { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:0rem;box-shadow: none;height:17.125rem;width:13.5rem;top:48.625rem;left:30.5625rem;display:block; }
#vQwuVmJ2ydyPfZIXCaxrzF9ThuxJw2wO { color:#112747;display:block;width:11.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:55.625rem;left:31.5rem;height:7.3095625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nDQITT4lJ5Sv2rK4GqnRtNakKTaM24iV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:50.5rem;left:35.875rem; }
#crDbM2t4lyv6D80eRFlDswFTaThzVqyG { color:#112747;display:block;width:44.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:normal;z-index:15010;line-height:1.2;letter-spacing:0;top:69.84375rem;left:16rem;height:11.621125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#JvQc9oNdbztRKdhJtT1HORE0o113HwOJ .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; }
#JvQc9oNdbztRKdhJtT1HORE0o113HwOJ .widget-text.counter-number { border-top:0.09125rem solid #ff004c;border-left:0.0925rem solid #ff004c;border-right:0.0925rem solid #ff004c;border-bottom:0.09125rem solid #ff004c;background-color:transparent;background-image:none;color:#ff004c;padding-top:0.729375rem;padding-right:0.649375rem;padding-bottom:0.729375rem;padding-left:0.649375rem;display:block;align-items:center;width:3.895625rem;min-width:3.895625rem;height:3.920625rem;position:relative;font-family:arial;font-size:2.9175rem;font-weight:700;line-height:62.73px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JvQc9oNdbztRKdhJtT1HORE0o113HwOJ .widget-text.counter-label { background-color:;background-image:none;color:#ff004c;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.455625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.19375rem;height:1.55rem;position:relative;font-family:"open sans";font-size:1.094375rem;font-weight:700;line-height:24.8px;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; }
#JvQc9oNdbztRKdhJtT1HORE0o113HwOJ { 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:25.5rem;height:7.5675rem;padding-top:0.09125rem;padding-right:0.0925rem;padding-bottom:0.09125rem;padding-left:0.0925rem;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:97.625rem;left:24.6474609375rem;z-index:15022; }
#JvQc9oNdbztRKdhJtT1HORE0o113HwOJ #ZV3WSn8BmAAJZaaL19TvhM507lv4kC5g { display:flex;position:relative;top:0rem;left:0rem; }
#JvQc9oNdbztRKdhJtT1HORE0o113HwOJ #UTn6tLz7MrLWXQdV26ilg8TVIvV86AVD { width:auto; }
#JvQc9oNdbztRKdhJtT1HORE0o113HwOJ #mygrhwJ48o0tx8A94M2LorJvaiOiICGS {  }
#JvQc9oNdbztRKdhJtT1HORE0o113HwOJ #QXQCI9SXVBJeFM04CDmClaDc4uWnMcbf { display:flex;position:relative;top:0rem;left:0rem; }
#JvQc9oNdbztRKdhJtT1HORE0o113HwOJ #cLal0lD9aiZw88zumiiNkxhsg0B3TTfL {  }
#JvQc9oNdbztRKdhJtT1HORE0o113HwOJ #QkAQuaDnt7nl4ldn9mExvfB71HGu9wgq {  }
#JvQc9oNdbztRKdhJtT1HORE0o113HwOJ #uu53rie0qV9oqvg7BQurpB8dKme6XHPT { display:flex;position:relative;top:0rem;left:0rem; }
#JvQc9oNdbztRKdhJtT1HORE0o113HwOJ #uTRvRfzc7JbAGs4LpEUgTFwDUC0ccdfl {  }
#JvQc9oNdbztRKdhJtT1HORE0o113HwOJ #nEPTVluQIK764Ri4lvRrmSSUITih8ylV {  }
#JvQc9oNdbztRKdhJtT1HORE0o113HwOJ #nItAHke6O04lK1ztzZFZTfxKRGlNtLBo { display:flex;position:relative;top:0rem;left:0rem; }
#JvQc9oNdbztRKdhJtT1HORE0o113HwOJ #dlL1yIiwzZWtFnMUxT6V2NsUA7oGhagq {  }
#JvQc9oNdbztRKdhJtT1HORE0o113HwOJ #Ou45L5uHH58wgm7Zkh0s53ZcrBq3Oi6Z {  }
#VwA7LSZiyQKUnGJJy50E1dKI7L2XXWQt { color:rgba(var(--color-primary-2),1);display:block;width:24.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:107.3125rem;left:25.0224609375rem;height:3.8984375rem;text-align:center;text-align-last:center;display:block; }
#Ru6GTKErWTbUZeoBQiJmQIzLQ6GrB1BC { color:rgba(var(--color-primary-2),1);display:block;width:24.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:90.0625rem;left:25.6474609375rem;height:6.82425rem;text-align:center;text-align-last:center;display:block; }
#ngAUQSw3putnS8kHCHrL9Q5kTZLE01Xc { background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#eeede9;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5rem;height:3.5625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:114.5625rem;left:30.2412109375rem;display:block; }
#nbowaJoWcZnMN1F8paBcGLG2L7PBFI8e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bHGKQJcCMLfymel8Tlsn5UmoayPP3rXt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bHGKQJcCMLfymel8Tlsn5UmoayPP3rXt > .row .container { background-color: transparent; background-image: none; }#bHGKQJcCMLfymel8Tlsn5UmoayPP3rXt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bHGKQJcCMLfymel8Tlsn5UmoayPP3rXt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bHGKQJcCMLfymel8Tlsn5UmoayPP3rXt > .row .container > .video-iframe-container { display: none; }#bHGKQJcCMLfymel8Tlsn5UmoayPP3rXt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bHGKQJcCMLfymel8Tlsn5UmoayPP3rXt > .row > .video-iframe-container { display: none; }#bHGKQJcCMLfymel8Tlsn5UmoayPP3rXt > .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); }#bHGKQJcCMLfymel8Tlsn5UmoayPP3rXt > .row .container { border-width: 0; border-radius: 0; }#bHGKQJcCMLfymel8Tlsn5UmoayPP3rXt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bHGKQJcCMLfymel8Tlsn5UmoayPP3rXt > .row .container { font-size:0.875rem;font-family:arial;height:56.625rem;width:75rem;position:relative;display:block; }#OuAUcV9h1rw4sNa5xuTMcamoLTh4xJHd { color:#112747;display:block;width:44.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15009;line-height:1.2;letter-spacing:0;top:6.16015625rem;left:15.34218788147rem;height:9.8984375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#SIBu61Vl3isHmsrieI10XzVK74ZmnsMW { position:absolute;display:block;z-index:15016;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.4375rem;width:17rem;top:20.625rem;left:0.875rem;display:block; }
#GqBJVm7RGASsSon4PBuA1b8we0QxeWyM { color:#050b26;display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:27.6875rem;left:2.1875rem;height:4.38574375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pEBuqcbFrqNGm78MwKxdtZonwfcNBTwd { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.4375rem;width:17rem;top:20.625rem;left:19.625rem;display:block; }
#Kz8kBXArDg6CrbTIeiX2181TSooaCItH { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:22rem;left:25.9375rem;overflow:hidden;display:block; }
#h6sV2P4zanpGKZD7LvAJMqTcOlubbCW2 { position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.4375rem;width:17rem;top:20.625rem;left:38.375rem;display:block; }
#p1zPTf4OCRnH3k0gZp3yq9fqMs3yzXuO { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:22rem;left:44.6875rem;overflow:hidden;display:block; }
#xcsTzx47CQmm8oG4fUAvoJ5fcbkxZBQe { position:absolute;display:block;z-index:15019;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.4375rem;width:17rem;top:20.625rem;left:57.125rem;display:block; }
#GDMxzSIg3Xktl7gWTgoKDsD2BdW4p5xx { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.5rem;top:21.9375rem;left:63.375rem;overflow:hidden;display:block; }
#g1CVtTo5urJLPz6X7APrc2LNpQHfsmxk { color:#050b26;display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:33.0625rem;left:2.125rem;height:5.84765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BA4HwNKlO30XZi7W9Pot4wvIteOvMPJT { color:#050b26;display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:28.125rem;left:20.9375rem;height:4.38574375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qth7x1VQNqJwr7h5BL3yuu3sF8AQrKnG { color:#050b26;display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:33.0625rem;left:20.5rem;height:13.15725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DI84PoPWiq3Z44gWGqQ5iRAdiNT2tFyp { color:#050b26;display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:28.4375rem;left:39.6875rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PBMTLuvE0CvfO5QwvqFtiylqZAo5uXni { color:#050b26;display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:33.0625rem;left:39.25rem;height:8.7715rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H6IoLnHPUZh7kJiQlpL538bIdzAuizQ9 { color:#050b26;display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:28.4375rem;left:58.4375rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uJkGGyAQJ1wqZ8sOHq9J9gnsxur1OILs { color:#050b26;display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:33.0625rem;left:58rem;height:11.6953125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yDoLAhQ2hboyfsmLoDLXic07igfIRWny { background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#eeede9;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5rem;height:3.5625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:40.5rem;left:30.237501144409rem;display:none; }
#GNMUwK8t68yJQVisa5Wp33BLWLxmEWtm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x7NBOhVysUzBfusCDoqcVwt3wgvTpMEp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:23.3125rem;left:7.8125rem; }
#i5s7SJ9mfZ0PhZBm53O1t78aZe1c4AO4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#i5s7SJ9mfZ0PhZBm53O1t78aZe1c4AO4 > .row .container { background-color: transparent; background-image: none; }#i5s7SJ9mfZ0PhZBm53O1t78aZe1c4AO4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i5s7SJ9mfZ0PhZBm53O1t78aZe1c4AO4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i5s7SJ9mfZ0PhZBm53O1t78aZe1c4AO4 > .row .container > .video-iframe-container { display: none; }#i5s7SJ9mfZ0PhZBm53O1t78aZe1c4AO4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i5s7SJ9mfZ0PhZBm53O1t78aZe1c4AO4 > .row > .video-iframe-container { display: none; }#i5s7SJ9mfZ0PhZBm53O1t78aZe1c4AO4 > .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); }#i5s7SJ9mfZ0PhZBm53O1t78aZe1c4AO4 > .row .container { border-width: 0; border-radius: 0; }#i5s7SJ9mfZ0PhZBm53O1t78aZe1c4AO4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i5s7SJ9mfZ0PhZBm53O1t78aZe1c4AO4 > .row .container { font-size:0.875rem;font-family:arial;height:47.4375rem;width:75rem;position:relative;display:block; }#y8iso3WtAMQmm7sPubx715BKRWB6XHH9 { position:absolute;display:block;z-index:15016;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.4375rem;width:17rem;top:2.5rem;left:0.8125rem;display:block; }
#ho0RB6ZExe3pZ6hoVmT7kbrSvZL0SD18 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:3.8742189407349rem;left:6.9375rem;overflow:hidden;display:block; }
#sOw8rSny1FQKxAXZiT1pAFEw0WHWKLgC { color:#050b26;display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:9.5625rem;left:2.1875rem;height:4.38574375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ONkJ6HTrTvM2Gp8wg1iuWwoRwxXprTBW { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.4375rem;width:17rem;top:2.5rem;left:19.5625rem;display:block; }
#d9KiGCHZEqIZX2KNoy9cnIxiZo4u3d6X { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:4.1242189407349rem;left:44.687501907349rem;overflow:hidden;display:block; }
#KtzqK6tJ5iiJM1DcPROP6hB2VXnEF6gR { position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.4375rem;width:17rem;top:2.5rem;left:38.3125rem;display:block; }
#IDnlEtESUplGoKzNPbgqmEaWkfzhIk9I { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:3.9679689407349rem;left:25.781251907349rem;overflow:hidden;display:block; }
#WiDTT0RL2uHp8Kk4Cg7JMyQp7aP7TTNa { position:absolute;display:block;z-index:15019;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.4375rem;width:17rem;top:2.5rem;left:57.0625rem;display:block; }
#wILVCw8mRWbZCfUJgNE23hxNl2ttDMqq { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:4.1742177009583rem;left:63.43749809265rem;overflow:hidden;display:block; }
#XiHfxrbkAUaQozWl1ES4X1PEcVnEuDrc { color:#050b26;display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:14.9375rem;left:2.0625rem;height:14.619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TTrqtVPKby3mXU52e3ixDRWDD6tkh1qT { color:#050b26;display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:10rem;left:20.9375rem;height:4.38574375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WhuuLGcP09ZaXG9LOFQSWyudOOl8pUvR { color:#050b26;display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:14.9375rem;left:20.5rem;height:8.7715rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PGMDVMiS7ES7llCvnB7XbK5vWfXURwAB { color:#050b26;display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:10.3125rem;left:39.6875rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ueiPR3pawgK7qEHZvoixvzTy0qxwHehE { color:#050b26;display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:14.9375rem;left:39.25rem;height:11.6953125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lXCoUn9Lg9wpyHqTHIvQzkSAxCCP6Tft { color:#050b26;display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:10.3125rem;left:58.375rem;height:4.38574375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z52THM1rgk4PemLPxQ9PKx5VeA4KUyiT { color:#050b26;display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:14.937499046326rem;left:58.031248092651rem;height:13.15725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T06iMZaF7gnpgUVNgXLKmWlMGOHs5ZzU { background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#eeede9;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5rem;height:3.5625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:40.5rem;left:30.237501144409rem;display:block; }
#SiiJn5feBtESQUbs5tD0hivTtCoL5VPz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dPrUwkucl5ozADKDgICTOvCUuXmHJMtd { color:#050b26;display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:14.9375rem;left:2.0625rem;height:11.7rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#aoSIdzupLOANHNHLEy1bpEKKzQb8TDgl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aoSIdzupLOANHNHLEy1bpEKKzQb8TDgl > .row .container { background-color: transparent; background-image: none; }#aoSIdzupLOANHNHLEy1bpEKKzQb8TDgl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aoSIdzupLOANHNHLEy1bpEKKzQb8TDgl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aoSIdzupLOANHNHLEy1bpEKKzQb8TDgl > .row .container > .video-iframe-container { display: none; }#aoSIdzupLOANHNHLEy1bpEKKzQb8TDgl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aoSIdzupLOANHNHLEy1bpEKKzQb8TDgl > .row > .video-iframe-container { display: none; }#aoSIdzupLOANHNHLEy1bpEKKzQb8TDgl > .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); }#aoSIdzupLOANHNHLEy1bpEKKzQb8TDgl > .row .container { border-width: 0; border-radius: 0; }#aoSIdzupLOANHNHLEy1bpEKKzQb8TDgl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aoSIdzupLOANHNHLEy1bpEKKzQb8TDgl > .row .container { font-size:0.875rem;font-family:arial;height:42.5625rem;width:75rem;position:relative;display:block; }#crTkgn94Mr1Ta43dhRMUZGB8Cw7lPGlx { position:absolute;display:block;z-index:15016;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.4375rem;width:17rem;top:4.5625rem;left:6.5rem;display:block; }
#KVwt11nAI5F8GlGqKRabVdDDWdEUBWC1 { color:#050b26;display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:11.625rem;left:7.875rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RziVytuJbs4Qp3Cst4Okx2px8zRbtzbH { color:#050b26;display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:16.25rem;left:7.75rem;height:14.619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AxKL3F4zc1F5TuxuSGGLsI7cRrvodHn4 { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.4375rem;width:17rem;top:4.5625rem;left:29rem;display:block; }
#R0iBMB2Q3XSgxWnHrhx0TpQMM55UhLiD { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:6rem;left:35.25rem;overflow:hidden;display:block; }
#cz2IFbN3wPxsJaf1ZvrFrsXp64Eoy43Q { color:#050b26;display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:12.0625rem;left:30.375rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#curOUZkUpdaLRsEJ8cFXQabT0E8IghQd { color:#050b26;display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:17rem;left:29.9375rem;height:7.3095625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O0oCi9zEh3E9yD8T0V9PxmzzXLUiIhZ6 { position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.4375rem;width:17rem;top:4.5625rem;left:51.3125rem;display:block; }
#nqciPBxHtN2p4t98IXRpZebeaG96MsKl { color:#050b26;display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:12.375rem;left:52.6875rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T6wRfvxWDLhvkTJm2Xe4EmcaoyLG8tGz { color:#050b26;display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:17rem;left:52.25rem;height:14.619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ik4MDr991MdL1kwQ9vFKlVOZAfs7ci6F { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:7.625rem;left:13.4375rem; }
#zXwKpAqfpkIrC2UBVE46dslcroE5EMfW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:6.8125rem;left:58.25rem; }
#PgS09DC5AK0AtMcRkkCQ35wucNq7rQm9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PgS09DC5AK0AtMcRkkCQ35wucNq7rQm9 > .row .container { background-color: transparent; background-image: none; }#PgS09DC5AK0AtMcRkkCQ35wucNq7rQm9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PgS09DC5AK0AtMcRkkCQ35wucNq7rQm9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PgS09DC5AK0AtMcRkkCQ35wucNq7rQm9 > .row .container > .video-iframe-container { display: none; }#PgS09DC5AK0AtMcRkkCQ35wucNq7rQm9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PgS09DC5AK0AtMcRkkCQ35wucNq7rQm9 > .row > .video-iframe-container { display: none; }#PgS09DC5AK0AtMcRkkCQ35wucNq7rQm9 > .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); }#PgS09DC5AK0AtMcRkkCQ35wucNq7rQm9 > .row .container { border-width: 0; border-radius: 0; }#PgS09DC5AK0AtMcRkkCQ35wucNq7rQm9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PgS09DC5AK0AtMcRkkCQ35wucNq7rQm9 > .row .container { font-size:0.875rem;font-family:arial;height:47.5625rem;width:75rem;position:relative;display:block; }#U3d0u3elv2IqdOSo8dWpKK329kNctPCd { position:absolute;display:block;z-index:15019;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.4375rem;width:17rem;top:3.875rem;left:39.4375rem;display:block; }
#yQZZi8T17qFNn6R7aWBJsAmClKBAHXty { color:#050b26;display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:18.5rem;left:40.375rem;height:11.6953125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SeNZCF7Dz7PxQthFihp3ws0mLNRml3Kk { color:#050b26;display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:11.6875rem;left:40.75rem;height:5.84765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E6wr8cymFEwtU19iEwLFrEsEFgoo6fGB { position:absolute;display:block;z-index:15023;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.4375rem;width:17rem;top:3.875rem;left:18.8125rem;display:block; }
#JXiIC25EDAbsIftRDb8Pwikup1fviqfa { color:#050b26;display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:11.6875rem;left:20.125rem;height:4.38574375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AgKUqd1Fsu8zWAbOReZdJISZDUAmo1ZV { color:#050b26;display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:16.3125rem;left:19.8125rem;height:13.15725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BvToZ9TDQW59ZNJ6dTQBE1HPvrufGpwI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:6.875rem;left:25.75rem; }
#ov4Ht5VPNp42EdQdDnRI7ByXuqTAKg2a { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.9375rem;width:3.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:6.5rem;left:46rem; }
#naIFr69RASJsMv3MW9Z5KaE4Qnu2OfPB { background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#eeede9;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.375rem;height:3.5625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:41.25rem;left:27.375rem;display:block; }
#iGb5S46yLWGRed08pllvtMA98gBCGkXl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NtJ2hCl8RVXpotUdmyFFFE8St19zknbx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eeede9;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; }#NtJ2hCl8RVXpotUdmyFFFE8St19zknbx > .row .container { background-color: transparent; background-image: none; }#NtJ2hCl8RVXpotUdmyFFFE8St19zknbx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NtJ2hCl8RVXpotUdmyFFFE8St19zknbx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NtJ2hCl8RVXpotUdmyFFFE8St19zknbx > .row .container > .video-iframe-container { display: none; }#NtJ2hCl8RVXpotUdmyFFFE8St19zknbx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NtJ2hCl8RVXpotUdmyFFFE8St19zknbx > .row > .video-iframe-container { display: none; }#NtJ2hCl8RVXpotUdmyFFFE8St19zknbx > .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); }#NtJ2hCl8RVXpotUdmyFFFE8St19zknbx > .row .container { border-width: 0; border-radius: 0; }#NtJ2hCl8RVXpotUdmyFFFE8St19zknbx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NtJ2hCl8RVXpotUdmyFFFE8St19zknbx > .row .container { font-size:0.875rem;font-family:arial;height:105.375rem;width:75rem;position:relative;display:block; }#oEw6iis6NxGsZfQAPV3s3ucFfmPqN8QE { color:#f00632;display:block;width:20.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15011;line-height:1.2;letter-spacing:0;top:1.5rem;left:9.8115234375rem;height:9.44825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#KI3RMrPowTBfJHulbRut5WLdoFxmkrcw { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top: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:53rem;width:75rem;top:24.0625rem;left:0rem;overflow:hidden;display:block; }
#g7vgUulNRh4znEV4lrBleMplDb5Gxdxe { color:#112747;display:block;width:25.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:normal;z-index:15012;line-height:1.2;letter-spacing:0;top:12.3125rem;left:9.8115234375rem;height:9.296875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#e5rqVlqUFUJ4NT3S5527kIElMgNkUTsh { color:#112747;display:block;width:29.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:normal;z-index:15013;line-height:1.2;letter-spacing:0;top:81rem;left:5.3740234375rem;height:11.621125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#KcnxBuXxLbBEDTOXGJD2sO4ZvccnPza2 { background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#eeede9;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.375rem;height:3.5625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:81rem;left:40.3125rem;display:block; }
#G3Mpo0pVxW2w8ZNViCzR8KHcBTnQFlBS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NE31T3wkBIOseREEe9iOEhFsTTl4GZsv { 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; }#NE31T3wkBIOseREEe9iOEhFsTTl4GZsv > .row .container { background-color: transparent; background-image: none; }#NE31T3wkBIOseREEe9iOEhFsTTl4GZsv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NE31T3wkBIOseREEe9iOEhFsTTl4GZsv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NE31T3wkBIOseREEe9iOEhFsTTl4GZsv > .row .container > .video-iframe-container { display: none; }#NE31T3wkBIOseREEe9iOEhFsTTl4GZsv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NE31T3wkBIOseREEe9iOEhFsTTl4GZsv > .row > .video-iframe-container { display: none; }#NE31T3wkBIOseREEe9iOEhFsTTl4GZsv > .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); }#NE31T3wkBIOseREEe9iOEhFsTTl4GZsv > .row .container { border-width: 0; border-radius: 0; }#NE31T3wkBIOseREEe9iOEhFsTTl4GZsv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NE31T3wkBIOseREEe9iOEhFsTTl4GZsv > .row .container { font-size:0.875rem;font-family:arial;height:61.25rem;width:75rem;position:relative;display:block; }#SDBcIJikEELU4OCzdfgPmsF1Q6HJQKiV { 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:40.5rem;width:32.5625rem;top:13.312500476837rem;left:2.46875rem;overflow:hidden;display:block; }
#nqGdUqu6wZn5zAWnIkuuIrGZsXhGRyT8 { color:rgba(var(--color-tertiary-1),1);display:block;width:33.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:20.125rem;left:41.0625rem;height:33.6240125rem;font-style:normal;display:block; }
#rZfGAmnkHmKfRqfMi0E29rtsfSBPaI1N { color:#050b26;display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:13.3125rem;left:41.0625rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oWMoc3QOxnInI2bs6VodsTCfluFxW16F { color:rgba(5,11,38,0.48);display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:14.875rem;left:41.0625rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RglJL3UIDVGKlADUoG479LDURgcmnMCt { color:#112747;display:block;width:34rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15011;line-height:1.2;letter-spacing:0;top:4.4375rem;left:20.499218940735rem;height:6.2988125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#EBr8eGnto4Ltc2Ql9u1awF4TXThhuRUf { background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.125rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:55.923828125rem;left:41.0625rem;display:block; }
#JgJcoiWWH9LyVRdTgABvtfE6dfFfooD0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gTRiLHWBiwL9imwGB7NlZpIPfJBlNMQw { 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; }#gTRiLHWBiwL9imwGB7NlZpIPfJBlNMQw > .row .container { background-color: transparent; background-image: none; }#gTRiLHWBiwL9imwGB7NlZpIPfJBlNMQw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gTRiLHWBiwL9imwGB7NlZpIPfJBlNMQw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gTRiLHWBiwL9imwGB7NlZpIPfJBlNMQw > .row .container > .video-iframe-container { display: none; }#gTRiLHWBiwL9imwGB7NlZpIPfJBlNMQw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gTRiLHWBiwL9imwGB7NlZpIPfJBlNMQw > .row > .video-iframe-container { display: none; }#gTRiLHWBiwL9imwGB7NlZpIPfJBlNMQw > .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); }#gTRiLHWBiwL9imwGB7NlZpIPfJBlNMQw > .row .container { border-width: 0; border-radius: 0; }#gTRiLHWBiwL9imwGB7NlZpIPfJBlNMQw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gTRiLHWBiwL9imwGB7NlZpIPfJBlNMQw > .row .container { font-size:0.875rem;font-family:arial;height:28.25rem;width:75rem;position:relative;display:block; }#bPvcppVJMe9TnMri3PJDPiCfvZvX388K { color:#112747;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15013;line-height:1.2;letter-spacing:0;top:5.3749923706055rem;left:0rem;height:3.15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#DVzmlQvFb3JoICeKiToKpThM0MECJEwI { color:rgba(var(--color-tertiary-1),1);display:block;width:5.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15014;line-height:1.2;letter-spacing:0;top:13.206250190735rem;left:6.436718940735rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#PMQ2RWoDikSTqxoDPbaVBwkRh3q3bkxM { color:#757577;display:block;width:11.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:normal;z-index:15024;line-height:1.2;letter-spacing:0;top:17.937479972839rem;left:3.8125rem;height:3.1484375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#BHp6zTNK58f0SyZcaiLKDkhdGPBXwQ6P { color:rgba(var(--color-tertiary-3),1);display:block;width:5.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15017;line-height:1.2;letter-spacing:0;top:13.206250190735rem;left:25.406250953674rem;height:3.15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#uUya90tAh4dwt1uIAqAFTlW8xrrEGvro { color:#757577;display:block;width:14.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:normal;z-index:15025;line-height:1.2;letter-spacing:0;top:17.936632156372rem;left:21.031251907349rem;height:3.1484375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Vm8II4DoqaWXL6QBtn9lEy9pZ3NL2I3h { color:rgba(var(--color-tertiary-3),1);display:block;width:10.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15020;line-height:1.2;letter-spacing:0;top:13.206250190735rem;left:41.406250953674rem;height:3.15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#p1xmF1aT44373Q1tX3DAD7Fc7fvqCGPq { color:#757577;display:block;width:16.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:normal;z-index:15026;line-height:1.2;letter-spacing:0;top:17.936632156372rem;left:38.468751907349rem;height:3.1484375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#uS9CLpfayevm8a3w4WduveQmh18nTaUB { color:rgba(var(--color-tertiary-3),1);display:block;width:9.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15023;line-height:1.2;letter-spacing:0;top:13.206250190735rem;left:60.656250953674rem;height:3.15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#amwuw1nzxu3v8HBhIpm7BtsZIcJGZcTS { color:#757577;display:block;width:16.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:normal;z-index:15027;line-height:1.2;letter-spacing:0;top:17.936632156372rem;left:57.218751907349rem;height:1.575rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#fnEO8PT6gZOWE4IKuceQNCt41BrFcOTK { box-sizing:content-box;height:0.125rem;width:7.5rem;position:absolute;display:block;z-index:15028;background-color:#e3e3e3;background-image:none;top:17.024189472199rem;left:5.625rem;display:block; }
#XteykT9o9Mnppwk8kn8SDhIX6ayiSQmm { box-sizing:content-box;height:0.125rem;width:7.5rem;position:absolute;display:block;z-index:15029;background-color:#e3e3e3;background-image:none;top:17.023437976837rem;left:24.375000953674rem;display:block; }
#LEhZ6hEsnoxJSM6vFqArV3TBi6OcESEh { box-sizing:content-box;height:0.125rem;width:7.5rem;position:absolute;display:block;z-index:15030;background-color:#e3e3e3;background-image:none;top:17.023437976837rem;left:43.125000953674rem;display:block; }
#ixmTOJg2L4ZTGF5DK27tV0yUEUVnQdGg { box-sizing:content-box;height:0.125rem;width:7.5rem;position:absolute;display:block;z-index:15031;background-color:#e3e3e3;background-image:none;top:17.023437976837rem;left:61.875000953674rem;display:block; }
#WPnM3EuF0nPKsmgXOlTTXldExsFMOsPf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WPnM3EuF0nPKsmgXOlTTXldExsFMOsPf > .row .container { background-color: transparent; background-image: none; }#WPnM3EuF0nPKsmgXOlTTXldExsFMOsPf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WPnM3EuF0nPKsmgXOlTTXldExsFMOsPf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WPnM3EuF0nPKsmgXOlTTXldExsFMOsPf > .row .container > .video-iframe-container { display: none; }#WPnM3EuF0nPKsmgXOlTTXldExsFMOsPf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WPnM3EuF0nPKsmgXOlTTXldExsFMOsPf > .row > .video-iframe-container { display: none; }#WPnM3EuF0nPKsmgXOlTTXldExsFMOsPf > .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); }#WPnM3EuF0nPKsmgXOlTTXldExsFMOsPf > .row .container { border-width: 0; border-radius: 0; }#WPnM3EuF0nPKsmgXOlTTXldExsFMOsPf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WPnM3EuF0nPKsmgXOlTTXldExsFMOsPf > .row .container { font-size:0.875rem;font-family:arial;height:134.5625rem;width:75rem;position:relative;display:block; }#qlTskbXs2KAzrJKzbfwADinNWyPGynRg { color:rgba(var(--color-tertiary-4),1);display:block;width:60.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:15.5rem;left:8.375rem;height:10.2363125rem;text-align:center;text-align-last:center;display:block; }
#Nk7iQx775MtME9wSzkghW5bt5JppBXAl .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; }
#Nk7iQx775MtME9wSzkghW5bt5JppBXAl .widget-text.counter-number { border-top:0.09375rem solid #ff004c;border-left:0.094375rem solid #ff004c;border-right:0.094375rem solid #ff004c;border-bottom:0.09375rem solid #ff004c;background-color:transparent;background-image:none;color:#ff004c;padding-top:1.096875rem;padding-right:0.9825rem;padding-bottom:1.096875rem;padding-left:0.9825rem;display:block;align-items:center;width:5.89375rem;min-width:5.89375rem;height:5.895625rem;position:relative;font-family:arial;font-size:4.388125rem;font-weight:700;line-height:94.33px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Nk7iQx775MtME9wSzkghW5bt5JppBXAl .widget-text.counter-label { background-color:;background-image:none;color:#ff004c;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.685rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:7.856875rem;height:2.33125rem;position:relative;font-family:"open sans";font-size:1.64625rem;font-weight:700;line-height:37.3px;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; }
#Nk7iQx775MtME9wSzkghW5bt5JppBXAl { 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:38.5rem;height:11.3125rem;padding-top:0.1375rem;padding-right:0.14rem;padding-bottom:0.1375rem;padding-left:0.14rem;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:72.875rem;left:18.6875rem;z-index:15023; }
#Nk7iQx775MtME9wSzkghW5bt5JppBXAl #Zw7ddPaTEJJdsJdQGV9seplVkABfzTQG { display:flex;position:relative;top:0rem;left:0rem; }
#Nk7iQx775MtME9wSzkghW5bt5JppBXAl #PgBxEbIFepBESMGsLOghPfPVsdv4ggaQ { width:auto; }
#Nk7iQx775MtME9wSzkghW5bt5JppBXAl #WX8hgeP8c0XouNQ4wxrkpntJxNUXdo4C {  }
#Nk7iQx775MtME9wSzkghW5bt5JppBXAl #MMJVyJDT9VXkiEwqZPa1oIbwe5dpX0dw { display:flex;position:relative;top:0rem;left:0rem; }
#Nk7iQx775MtME9wSzkghW5bt5JppBXAl #bVEvgBhCtlX9d7WfXGaRokI0WUIRVGbV {  }
#Nk7iQx775MtME9wSzkghW5bt5JppBXAl #KybotB8VbDmH3zAEOOa2B7hbQOH8ZNCr {  }
#Nk7iQx775MtME9wSzkghW5bt5JppBXAl #i1W9CUIdbn3ICQlH77IBoQfgxGmOxQxn { display:flex;position:relative;top:0rem;left:0rem; }
#Nk7iQx775MtME9wSzkghW5bt5JppBXAl #xQzBciCSDixgre3yO0hHT9k5C1P3RBVb {  }
#Nk7iQx775MtME9wSzkghW5bt5JppBXAl #dSELVCMdTqrtwXKX20g8Mg8wBM3ATTBn {  }
#Nk7iQx775MtME9wSzkghW5bt5JppBXAl #xSBBpQirIcWs8iWz14aECbrbw5VDZbve { display:flex;position:relative;top:0rem;left:0rem; }
#Nk7iQx775MtME9wSzkghW5bt5JppBXAl #yyQqKvBt61cTasfIQ1UzxNand9rK01xm {  }
#Nk7iQx775MtME9wSzkghW5bt5JppBXAl #gr4isXyANbhiEgpmTR5uJEQoXLEFf5iD {  }
#dPnoPsXTTPSTTmccIgeqmTHk6WhDc5II { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top: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:42.1875rem;width:75rem;top:28.5625rem;left:0rem;overflow:hidden;display:block; }
#KuamkfyaJcaJ4yd1TF1PQlmDf8e4JqO4 { color:rgba(var(--color-tertiary-4),1);display:block;width:60.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:92.625rem;left:8.4375rem;height:17.0605625rem;text-align:center;text-align-last:center;display:block; }
#yw1QcW0n7M9Lp1Dp4JXmGrmaNF4DBx11 { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top: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:23.1875rem;width:41.375rem;top:111rem;left:0rem;overflow:hidden;display:block; }
#peBZwkdG8EBBdgPrUTylBFqnwRww4dUk { background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.125rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:86.3125rem;left:28.75rem;display:block; }
#IrTvQCsSqP5pDuQi1HmE0EHDdb4zNrug { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bP0vnu3BZcnhJTrmVAKhRNRszxg5DzgB { background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.125rem;height:3.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:113.3125rem;left:42.625rem;display:block; }
#KWIMza89n1DVBzs9swUXzmsAe1gnnTtS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#esPXnPx7MdKfx2w8a8XtXPpG6MN8TXM3 .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; }
#esPXnPx7MdKfx2w8a8XtXPpG6MN8TXM3 .widget-text.counter-number { border-top:0.09375rem solid #ff004c;border-left:0.094375rem solid #ff004c;border-right:0.094375rem solid #ff004c;border-bottom:0.09375rem solid #ff004c;background-color:transparent;background-image:none;color:#ff004c;padding-top:1.096875rem;padding-right:0.9825rem;padding-bottom:1.096875rem;padding-left:0.9825rem;display:block;align-items:center;width:5.89375rem;min-width:5.89375rem;height:5.895625rem;position:relative;font-family:arial;font-size:4.388125rem;font-weight:700;line-height:94.33px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#esPXnPx7MdKfx2w8a8XtXPpG6MN8TXM3 .widget-text.counter-label { background-color:;background-image:none;color:#ff004c;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.685rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:7.856875rem;height:2.33125rem;position:relative;font-family:"open sans";font-size:1.64625rem;font-weight:700;line-height:37.3px;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; }
#esPXnPx7MdKfx2w8a8XtXPpG6MN8TXM3 { 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:38.5rem;height:11.3125rem;padding-top:0.1375rem;padding-right:0.14rem;padding-bottom:0.1375rem;padding-left:0.14rem;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:2.1875rem;left:19.4208984375rem;z-index:15024; }
#esPXnPx7MdKfx2w8a8XtXPpG6MN8TXM3 #NW6bqwx2qqQqBXo7D45LsISn12naI8wC { display:flex;position:relative;top:0rem;left:0rem; }
#esPXnPx7MdKfx2w8a8XtXPpG6MN8TXM3 #HA0ASBIIDNUtCNusziAIME8XnWvWCte2 { width:auto; }
#esPXnPx7MdKfx2w8a8XtXPpG6MN8TXM3 #UQR5ieRI4e3lAJET6LUW2ykLCLGi2Km5 {  }
#esPXnPx7MdKfx2w8a8XtXPpG6MN8TXM3 #FxTcvEVkwslNZ5bIizSiTtHpPkRdgBw0 { display:flex;position:relative;top:0rem;left:0rem; }
#esPXnPx7MdKfx2w8a8XtXPpG6MN8TXM3 #A3GUc0gNmXbx33NV8FgSbnHTzLhBfiDT {  }
#esPXnPx7MdKfx2w8a8XtXPpG6MN8TXM3 #Q5okPXBOcFnZdxy398wwVVbDIBLqyG0y {  }
#esPXnPx7MdKfx2w8a8XtXPpG6MN8TXM3 #ilGpCV9BFlAmrX0N8FUtwsucf1o8o7Pr { display:flex;position:relative;top:0rem;left:0rem; }
#esPXnPx7MdKfx2w8a8XtXPpG6MN8TXM3 #lyRln98S1CnqbyJGTX61AXnV10Etx35c {  }
#esPXnPx7MdKfx2w8a8XtXPpG6MN8TXM3 #UxEOfsiLAgTpRI8Psg1GFxiRFp9rRknV {  }
#esPXnPx7MdKfx2w8a8XtXPpG6MN8TXM3 #qJ78TTFoqJW36VZ3JvVVgWrtehG0ynlf { display:flex;position:relative;top:0rem;left:0rem; }
#esPXnPx7MdKfx2w8a8XtXPpG6MN8TXM3 #BO5K8D4HscdG40Ze0cZnlUT5pS1TSaGs {  }
#esPXnPx7MdKfx2w8a8XtXPpG6MN8TXM3 #kWeoPtUi7yoghsVvUNJh9uWbycQHiU9U {  }
#Q9hRdxe6mebS1ysTu1HOhNGMefgWdJMr { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Q9hRdxe6mebS1ysTu1HOhNGMefgWdJMr > .row .container { background-color: transparent; background-image: none; }#Q9hRdxe6mebS1ysTu1HOhNGMefgWdJMr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q9hRdxe6mebS1ysTu1HOhNGMefgWdJMr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q9hRdxe6mebS1ysTu1HOhNGMefgWdJMr > .row .container > .video-iframe-container { display: none; }#Q9hRdxe6mebS1ysTu1HOhNGMefgWdJMr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q9hRdxe6mebS1ysTu1HOhNGMefgWdJMr > .row > .video-iframe-container { display: none; }#Q9hRdxe6mebS1ysTu1HOhNGMefgWdJMr > .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); }#Q9hRdxe6mebS1ysTu1HOhNGMefgWdJMr > .row .container { border-width: 0; border-radius: 0; }#Q9hRdxe6mebS1ysTu1HOhNGMefgWdJMr > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Q9hRdxe6mebS1ysTu1HOhNGMefgWdJMr > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:95.75rem;width:75rem;overflow:visible;position:relative;display:block; }#UCwX0rbDR3RoNaL5lgmW4sr0RsbFCNRb { color:#112747;display:block;width:17.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15028;line-height:1.2;letter-spacing:0;top:21.849217891693rem;left:8.124218940735rem;height:1.8rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LTwmT0vC8dKlcc5IdT8G9SJzxzk0Azld { color:#112747;display:block;width:35.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:15.156249761581rem;left:35.437500953674rem;height:15.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;text-align:left;text-align-last:left;display:block; }
#QuS1meGJaCsCuoT6xnz11laR7AUu0aZ6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:18.874966621399rem;left:31.000001907349rem; }
#ntHTNV460hrthVteAauAIETxPTP241Ox { position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(233,234,238,0.68), #eeede9);background-image: -moz-linear-gradient(180deg, rgba(233,234,238,0.68), #eeede9);background-image: -ms-linear-gradient(180deg, rgba(233,234,238,0.68), #eeede9);background-image: -o-linear-gradient(180deg, rgba(233,234,238,0.68), #eeede9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9eaeead', endColorstr='#eeede9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9eaeead', endColorstr='#eeede9' );";background-image: linear-gradient(180deg, rgba(233,234,238,0.68), #eeede9);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:0rem;box-shadow: none;height:17.875rem;width:46.1875rem;top:13.8125rem;left:28.812500953674rem;display:block; }
#M1GEMqfhBEPquTZiESHw8R1DhCJ3gHba { color:#112747;display:block;width:54.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:2.373046875rem;left:10.28125rem;height:9.44825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#wlBfguzBROmmgxRGTZICAq6TVaEsl0Sb { color:#112747;display:block;width:36.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:36.1875rem;left:35.4375rem;height:13.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;text-align:left;text-align-last:left;display:block; }
#swFNZNqkAdhi6NFtz3VSZ9N8FVXxDUAq { color:#112747;display:block;width:17.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15028;line-height:1.2;letter-spacing:0;top:38.5rem;left:8.125rem;height:1.8rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Um02EIRgZnvrl0cDuWHHXOxgPS38eLB9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:38.5rem;left:31rem; }
#WOvrnNbrTJvQseMqnIZV1AKzhyAvnRQa { position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(233,234,238,0.68), #eeede9);background-image: -moz-linear-gradient(180deg, rgba(233,234,238,0.68), #eeede9);background-image: -ms-linear-gradient(180deg, rgba(233,234,238,0.68), #eeede9);background-image: -o-linear-gradient(180deg, rgba(233,234,238,0.68), #eeede9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9eaeead', endColorstr='#eeede9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9eaeead', endColorstr='#eeede9' );";background-image: linear-gradient(180deg, rgba(233,234,238,0.68), #eeede9);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:0rem;box-shadow: none;height:14.9375rem;width:46.1875rem;top:54.0625rem;left:28.8125rem;display:block; }
#b5CMWqDvSWb6Qdhmt6oXTirDclMzZ64z { color:#112747;display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:55.625rem;left:35.4375rem;height:11.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;text-align:left;text-align-last:left;display:block; }
#VDPwn6RMHQqITT3wFtp4gaIo97FuJsFr { color:#112747;display:block;width:17.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15028;line-height:1.2;letter-spacing:0;top:56.1875rem;left:8.125rem;height:1.8rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AWEDznib6vhhNdVVq2GbCfRdCNnhUqGX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:56.1875rem;left:31rem; }
#bBXMTw71ArMxHXzSgeSaAu61cXXpmi8A { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(233,234,238,0.68), #eeede9);background-image: -moz-linear-gradient(180deg, rgba(233,234,238,0.68), #eeede9);background-image: -ms-linear-gradient(180deg, rgba(233,234,238,0.68), #eeede9);background-image: -o-linear-gradient(180deg, rgba(233,234,238,0.68), #eeede9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9eaeead', endColorstr='#eeede9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9eaeead', endColorstr='#eeede9' );";background-image: linear-gradient(180deg, rgba(233,234,238,0.68), #eeede9);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:0rem;box-shadow: none;height:8.8125rem;width:46.1875rem;top:72.25rem;left:28.8125rem;display:block; }
#JeIWlHyTMq32a5oxU5tGPvGX7p5CJZnX { color:#112747;display:block;width:36.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:73.8125rem;left:35.4375rem;height:5.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;text-align:left;text-align-last:left;display:block; }
#mWGwLuhEtOLZHdUTBHhehNVZNww7zmID { color:#112747;display:block;width:17.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15033;line-height:1.2;letter-spacing:0;top:74.375rem;left:8.125rem;height:1.8rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pKSmaggn4lZKEah0icMOgx8PCSif094Z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:74.375rem;left:31rem; }
#TuH0cosRbkM0SP23fQMy58rsrftTwEMm { position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(233,234,238,0.68), #eeede9);background-image: -moz-linear-gradient(180deg, rgba(233,234,238,0.68), #eeede9);background-image: -ms-linear-gradient(180deg, rgba(233,234,238,0.68), #eeede9);background-image: -o-linear-gradient(180deg, rgba(233,234,238,0.68), #eeede9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9eaeead', endColorstr='#eeede9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9eaeead', endColorstr='#eeede9' );";background-image: linear-gradient(180deg, rgba(233,234,238,0.68), #eeede9);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:0rem;box-shadow: none;height:16.0625rem;width:46.1875rem;top:34.875rem;left:28.8125rem;display:block; }
#hCyrNh2fqATb1UPgW8dpA89z4NcmPVXg { color:#112747;display:block;width:36.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:17.281250476837rem;left:35.437501907349rem;height:13.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;text-align:left;text-align-last:left;display:none; }
#EN9P3uuG8i9aGWn7ZBr1z87ZxUzhmnTC { color:#112747;display:block;width:36.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:35.267314434051rem;left:35.437501907349rem;height:11.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;text-align:left;text-align-last:left;display:none; }
#wn8d5SDTQ7h5LRQ3ITdKTvIVinAOaI2N { color:#112747;display:block;width:36.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:71.125026702881rem;left:35.437501907349rem;height:10.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;text-align:left;text-align-last:left;display:none; }
#OoSovTeUBUA1dVUG99TyShF8Hv1smtQ6 { background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.125rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:87.5rem;left:27.4375rem;display:block; }
#ePQKUS8A7wEShNXpGwB8zfZR4hn4I9FT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U8GRPTkqb4krdzTvG4zGREBZ85Bg3xoA { 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; }#U8GRPTkqb4krdzTvG4zGREBZ85Bg3xoA > .row .container { background-color: transparent; background-image: none; }#U8GRPTkqb4krdzTvG4zGREBZ85Bg3xoA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U8GRPTkqb4krdzTvG4zGREBZ85Bg3xoA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U8GRPTkqb4krdzTvG4zGREBZ85Bg3xoA > .row .container > .video-iframe-container { display: none; }#U8GRPTkqb4krdzTvG4zGREBZ85Bg3xoA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U8GRPTkqb4krdzTvG4zGREBZ85Bg3xoA > .row > .video-iframe-container { display: none; }#U8GRPTkqb4krdzTvG4zGREBZ85Bg3xoA > .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); }#U8GRPTkqb4krdzTvG4zGREBZ85Bg3xoA > .row .container { border-width: 0; border-radius: 0; }#U8GRPTkqb4krdzTvG4zGREBZ85Bg3xoA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U8GRPTkqb4krdzTvG4zGREBZ85Bg3xoA > .row .container { font-size:0.875rem;font-family:arial;height:102.625rem;width:75rem;position:relative;display:block; }#DO6XNGqOCmhVbDsC3edJ4beHo45mFDET { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.125rem rgba(var(--color-tertiary-4),0.08) ;height:37.875rem;width:22.125rem;top:14.4375rem;left:11.9375rem;display:block; }
#ZFfTaMTUoO9zOGnRDVt6iFT8GhgBQH76 { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.875rem;height:4.0625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:46.375rem;left:14.1875rem;display:block; }
#bHSaTInsTSoolaFZxFihHebn8JX3Ga1A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Twrw439ahA8KGFSKDOkkQnTy0Xz5eHLK { color:#68b6ff;display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.8;letter-spacing:0;top:34.4375rem;left:14.46875rem;height:9.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#Twrw439ahA8KGFSKDOkkQnTy0Xz5eHLK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Twrw439ahA8KGFSKDOkkQnTy0Xz5eHLK li:before{  }
#VD08RKI9fi3fkURhcOOZRNbr5sR1zeUh { color:rgba(var(--color-tertiary-1),1);display:block;width:4.0625rem;position:absolute;font-family:roboto;font-size:1.8125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:25.103515625rem;left:18.5625rem;height:2.35546875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#xcqd18GXZ73h1DXOuI7TsK7gbI05hgqZ { color:rgba(var(--color-tertiary-1),1);display:block;width:12.8125rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:24.859375rem;left:13.3125rem;height:2.84375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#T5TrzT74IMQ3dNrTmqoSQI2x1hZVgmxw { position:absolute;display:block;z-index:15020;background-color:#ededed;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:15.625rem;top:32.83984375rem;left:14.1875rem;display:block; }
#uotZJWpz09hyeT3opEVgso9NAfpJDTPT { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(33,33,33,0.1) ;height:2.3125rem;width:22.25rem;top:14.4375rem;left:12rem;display:block; }
#doE6068gaIHDxx0w27NhXfR5yW6TG9y4 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15014;line-height:1.8;letter-spacing:0;top:14.75rem;left:12.0625rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Ax53by4U2TH4muX8S5LWmnc7cMRbKNak { color:rgba(var(--color-tertiary-1),1);display:block;width:14.5625rem;position:absolute;font-family:roboto;font-size:2.375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:18.7490234375rem;left:13.3125rem;height:6.173825rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#zwXIXM1DyXzxIxwlV9pvpCZMJqScJC5Q { color:#112747;display:block;width:42.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15010;line-height:1.2;letter-spacing:0;top:3.0625rem;left:11.9375rem;height:9.44825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#qisISmlnZU0QTHNFcgQSLd539oDqM3cD { color:rgba(var(--color-primary-2),1);display:block;width:12.8125rem;position:absolute;font-family:roboto;font-size:4.1875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:27.458984375rem;left:13.3125rem;height:5.4433625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#RRrl1Qo4sruVTnnf0xpgNCnEWW0iuW67 { color:rgba(var(--color-primary-2),1);display:block;width:4.0625rem;position:absolute;font-family:roboto;font-size:1.8125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:29.615234375rem;left:21.09375rem;height:2.35546875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#uW81r8weSBKvA8Qophc9CRxt4Z0xlfPI { color:#112747;display:block;width:42.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15011;line-height:1.2;letter-spacing:0;top:57.0625rem;left:16.2548828125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#uaHIydnhDCyzf1wdL9TJTP9S20lh0a0i { background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27rem;height:3.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:71.0625rem;left:25.0625rem;display:block; }
#zf4sHQ5zqyLhTW2pb7lt3d9n6KVqeLWx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fh3XqSIFoTq6OnhLvH8ncHtlzI98Hu8L { color:#112747;display:block;width:42.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15012;line-height:1.2;letter-spacing:0;top:77.1875rem;left:17.875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#bbtrGKE8W243tuTtkBG82FrQNx76fVNQ .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; }
#bbtrGKE8W243tuTtkBG82FrQNx76fVNQ .widget-text.counter-number { border-top:0.0625rem solid #ff004c;border-left:0.0625rem solid #ff004c;border-right:0.0625rem solid #ff004c;border-bottom:0.0625rem solid #ff004c;background-color:transparent;background-image:none;color:#ff004c;padding-top:1.01375rem;padding-right:0.91375rem;padding-bottom:1.01375rem;padding-left:0.91375rem;display:block;align-items:center;width:5.481875rem;min-width:5.481875rem;height:5.449375rem;position:relative;font-family:arial;font-size:4.05625rem;font-weight:700;line-height:87.19px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bbtrGKE8W243tuTtkBG82FrQNx76fVNQ .widget-text.counter-label { background-color:;background-image:none;color:#ff004c;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.633125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:7.3075rem;height:2.154375rem;position:relative;font-family:"open sans";font-size:1.521875rem;font-weight:700;line-height:34.47px;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; }
#bbtrGKE8W243tuTtkBG82FrQNx76fVNQ { 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:35.8125rem;height:10.4375rem;padding-top:0.126875rem;padding-right:0.13rem;padding-bottom:0.126875rem;padding-left:0.13rem;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:14.4375rem;left:38.2119140625rem;z-index:15024; }
#bbtrGKE8W243tuTtkBG82FrQNx76fVNQ #ZSrydrXNJFfZSD1TSt3XoCRPwDyx1u0P { display:flex;position:relative;top:0rem;left:0rem; }
#bbtrGKE8W243tuTtkBG82FrQNx76fVNQ #gaLv3i3CL8TGDycTWHSyeM45wDd0RXX1 { width:auto; }
#bbtrGKE8W243tuTtkBG82FrQNx76fVNQ #MOQiO7fhhIbK0osTcz1WPLuM1mgnoi3I {  }
#bbtrGKE8W243tuTtkBG82FrQNx76fVNQ #Oe7Npnrqhx1hdHrP7DbbW5g7EpvDoDte { display:flex;position:relative;top:0rem;left:0rem; }
#bbtrGKE8W243tuTtkBG82FrQNx76fVNQ #ozwzdkRwfnREDSXDP0zF96BAbIRLnuxX {  }
#bbtrGKE8W243tuTtkBG82FrQNx76fVNQ #LSRk2QPsvocBhrs2bHSuUqG9e1cooMwa {  }
#bbtrGKE8W243tuTtkBG82FrQNx76fVNQ #wAXg5nKNFAPWqT247ZBNmcQdTUvSS0bg { display:flex;position:relative;top:0rem;left:0rem; }
#bbtrGKE8W243tuTtkBG82FrQNx76fVNQ #QnEeaOH7eud3uDXXFiInIun1ZQkT5SQB {  }
#bbtrGKE8W243tuTtkBG82FrQNx76fVNQ #nnc7wmayav3195S6XFHTEdznXmKDaP64 {  }
#bbtrGKE8W243tuTtkBG82FrQNx76fVNQ #EgFxlzxUB3ZZcfnMgRzQaziMktCB0G70 { display:flex;position:relative;top:0rem;left:0rem; }
#bbtrGKE8W243tuTtkBG82FrQNx76fVNQ #SLQ7dbDLFv7mpdr8bJxJDMPETCD9EyIi {  }
#bbtrGKE8W243tuTtkBG82FrQNx76fVNQ #Itq6QWPTf68hTNgK39TUN1Xqna8fg5eV {  }
#Thpmy3Geq2iBbyJk1TSZEgs1WT9B16Bl .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; }
#Thpmy3Geq2iBbyJk1TSZEgs1WT9B16Bl .widget-text.counter-number { border-top:0.0625rem solid #ff004c;border-left:0.0625rem solid #ff004c;border-right:0.0625rem solid #ff004c;border-bottom:0.0625rem solid #ff004c;background-color:transparent;background-image:none;color:#ff004c;padding-top:1.01375rem;padding-right:0.91375rem;padding-bottom:1.01375rem;padding-left:0.91375rem;display:block;align-items:center;width:5.481875rem;min-width:5.481875rem;height:5.449375rem;position:relative;font-family:arial;font-size:4.05625rem;font-weight:700;line-height:87.19px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Thpmy3Geq2iBbyJk1TSZEgs1WT9B16Bl .widget-text.counter-label { background-color:;background-image:none;color:#ff004c;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.633125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:7.3075rem;height:2.154375rem;position:relative;font-family:"open sans";font-size:1.521875rem;font-weight:700;line-height:34.47px;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; }
#Thpmy3Geq2iBbyJk1TSZEgs1WT9B16Bl { 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:35.8125rem;height:10.4375rem;padding-top:0.126875rem;padding-right:0.13rem;padding-bottom:0.126875rem;padding-left:0.13rem;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:86.3408203125rem;left:19.4375rem;z-index:15025; }
#Thpmy3Geq2iBbyJk1TSZEgs1WT9B16Bl #cFbcVEBsw6emmiuovmTfQrWfRtOt7Ay2 { display:flex;position:relative;top:0rem;left:0rem; }
#Thpmy3Geq2iBbyJk1TSZEgs1WT9B16Bl #B7h8xhrRmxKJwIqf3QHsxPLZBtR3Z4cC { width:auto; }
#Thpmy3Geq2iBbyJk1TSZEgs1WT9B16Bl #eTlIe1EwqTWvUfow7PnmiwTvdQrz4BBR {  }
#Thpmy3Geq2iBbyJk1TSZEgs1WT9B16Bl #qPDTclWGLJTPNasue6d3J2oJKvRK1dag { display:flex;position:relative;top:0rem;left:0rem; }
#Thpmy3Geq2iBbyJk1TSZEgs1WT9B16Bl #likwUWv7b3gvtvr3m7FSy4s0ecWGIbv8 {  }
#Thpmy3Geq2iBbyJk1TSZEgs1WT9B16Bl #ex9xhtBFiufepT0olTgGmWELf9TxwVan {  }
#Thpmy3Geq2iBbyJk1TSZEgs1WT9B16Bl #p768htEBg1S2NoI5VrZe3bg33bAne8C9 { display:flex;position:relative;top:0rem;left:0rem; }
#Thpmy3Geq2iBbyJk1TSZEgs1WT9B16Bl #vT0FVweky3V3L82ivNdSlRcci87TghhW {  }
#Thpmy3Geq2iBbyJk1TSZEgs1WT9B16Bl #L1F6RnHsNIySBvSMfVvrfGTUmxlSnucx {  }
#Thpmy3Geq2iBbyJk1TSZEgs1WT9B16Bl #mozLslCeeRmA6HlQfwubTkuQsMfoOuyv { display:flex;position:relative;top:0rem;left:0rem; }
#Thpmy3Geq2iBbyJk1TSZEgs1WT9B16Bl #y04OWHLifB3Dvv2yBerq6U2nvEJqufNZ {  }
#Thpmy3Geq2iBbyJk1TSZEgs1WT9B16Bl #pNbHHD1s1g5F3n0duKgwWdSsvCD0ZiWz {  }
#McEHobXyvtnd2XdkE7R3oHi57aMwg3Th { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eeede9;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; }#McEHobXyvtnd2XdkE7R3oHi57aMwg3Th > .row .container { background-color: transparent; background-image: none; }#McEHobXyvtnd2XdkE7R3oHi57aMwg3Th::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#McEHobXyvtnd2XdkE7R3oHi57aMwg3Th > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#McEHobXyvtnd2XdkE7R3oHi57aMwg3Th > .row .container > .video-iframe-container { display: none; }#McEHobXyvtnd2XdkE7R3oHi57aMwg3Th > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#McEHobXyvtnd2XdkE7R3oHi57aMwg3Th > .row > .video-iframe-container { display: none; }#McEHobXyvtnd2XdkE7R3oHi57aMwg3Th > .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); }#McEHobXyvtnd2XdkE7R3oHi57aMwg3Th > .row .container { border-width: 0; border-radius: 0; }#McEHobXyvtnd2XdkE7R3oHi57aMwg3Th > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#McEHobXyvtnd2XdkE7R3oHi57aMwg3Th > .row .container { font-size:0.875rem;font-family:arial;height:22.375rem;width:75rem;position:relative;display:block; }#VdXbKOLbkuUpKD4XSfuzGJZ5bDZ08hTP { color:#112747;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15012;line-height:1.2;letter-spacing:0;top:6.4375rem;left:0rem;height:3.15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#uPCcuDMOILzbBXnkssoRDiwUeTBmVfhi { color:rgba(var(--color-tertiary-2),1);display:block;width:48.37325rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:11.375rem;left:0rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#SkTZi7hBFNptAwI74nO8uRtBL3wSmq16 { background-color:transparent;background-image:none;border-top:0.125rem solid #757577;border-left:0.125rem solid #757577;border-right:0.125rem solid #757577;border-bottom:0.125rem solid #757577;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#757577;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9305275rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:12.1875rem;left:56.0625rem;display:block; }
#EKPeRIaMwnrvwzFXUTrL3NTPqD5Rsdne { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J0yPIcePlb9EG0syDERRIWBh1SsVOsH5 { background-color:#eeede9;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#J0yPIcePlb9EG0syDERRIWBh1SsVOsH5 > .row .container { background-color: transparent; background-image: none; }#J0yPIcePlb9EG0syDERRIWBh1SsVOsH5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J0yPIcePlb9EG0syDERRIWBh1SsVOsH5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J0yPIcePlb9EG0syDERRIWBh1SsVOsH5 > .row .container > .video-iframe-container { display: none; }#J0yPIcePlb9EG0syDERRIWBh1SsVOsH5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J0yPIcePlb9EG0syDERRIWBh1SsVOsH5 > .row > .video-iframe-container { display: none; }#J0yPIcePlb9EG0syDERRIWBh1SsVOsH5 > .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); }#J0yPIcePlb9EG0syDERRIWBh1SsVOsH5 > .row .container { border-width: 0; border-radius: 0; }#J0yPIcePlb9EG0syDERRIWBh1SsVOsH5 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#J0yPIcePlb9EG0syDERRIWBh1SsVOsH5 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:67.25rem;width:75rem;overflow:visible;position:relative;display:block; }#idWWJMQusL1ZafLP6JurDLMkO1mScQ2X .accordion-element-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#idWWJMQusL1ZafLP6JurDLMkO1mScQ2X .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row-reverse;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#idWWJMQusL1ZafLP6JurDLMkO1mScQ2X .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;font-family:var(--paragraphs-font-family);color:#112747;line-height:1.4;overflow:hidden;height:auto; }
#idWWJMQusL1ZafLP6JurDLMkO1mScQ2X .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-2),1);height:auto;line-height:1.6;overflow:hidden; }
#idWWJMQusL1ZafLP6JurDLMkO1mScQ2X .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_98fade566765c5518879d42b8bd6824a2df55341.svg");background-size:contain !important; }#idWWJMQusL1ZafLP6JurDLMkO1mScQ2X .accordion-trigger.adaptive-delivery-prevent-bg, #idWWJMQusL1ZafLP6JurDLMkO1mScQ2X .accordion-trigger.lazyload, #idWWJMQusL1ZafLP6JurDLMkO1mScQ2X .accordion-trigger.lazyloading { background-image: none; }
#idWWJMQusL1ZafLP6JurDLMkO1mScQ2X { box-sizing:content-box;height:auto;width:75rem;position:absolute;display:flex;flex-direction:column;gap:1.25rem;z-index:15072;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:4.749755859375rem;left:0.061767578125rem; }
#idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #T76hfgcHAcTctQi3EbLG8aayCzrhTiTp { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #J2fWOE6kvvfFxWlMlwWXLL2Pio0vxm3B { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #mtJSqmqBeXIbOlTe3cTtkAth4b3dFUn2 { display:block;position:relative; }
#idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #Tia5KupU77z5x5ub1ue1S8L6Xg0tD2Mn {  }
#idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #XAQMc9DU4dGOXxe1RIIdLzTFFGoLs5y5 {  }
#idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #lndXVFOfPuhgVZtX3EG3DmmVSia3mM17 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #OMz0mrAiIgeQKyxuhgVpVqNOPZqTHe0E { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #FAy5hnl4N9vQ9vEZuLc4uTAJQx6JN0bi { display:block;position:relative; }
#idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #DhGaE2UTHtB1FT2J8TDGil7pv0xmTRMP {  }
#idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #m1Tr2fVQGJ3hKg4PD5su68tTciBMFFie { display:none; }
#idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #NIyMbNqT6Te3Onu6Aeai8lhTHVJH0GRt { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #Fx0t9yJ1roNwUt29abHeGP3fB6BTD9GZ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #mQz73Z4No21OLVQecVRwP1pnslFNrA0O { display:block;position:relative; }
#idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #cNtK8vhhaUqDQKw1AOviwPcbt5l9lpSz {  }
#idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #LUR7V233Jn4OB1FDI8aLIGznIMhBSwWy { display:none; }
#idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #ghQwe3ueoguSLzTunHTpG2N9EwZo1zBn { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #yz2DvKmrEdUo3g2lNFOdlSKXWf7m8z80 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #kMC72zvzLAxfBTAs0gbhDAdbvh3Itcle { display:block;position:relative; }
#idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #hs4Vq2BaekHVIAtypSFyBF4wKJaZ0i2g {  }
#idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #RnZ7cVdm42fe7Wz4ddXRlK8QiqicytEx { display:none; }
#idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #QZvorb3u4VT32QOHdRU6Q94voNVsQg4m { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #DTvGzPThWaHut7lBrt8JOQMDLZIl9n62 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #KqgJRDHKPmnfXnkdU5VB93qHtRMnLKv8 { display:block;position:relative; }
#idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #BmTfhWqfPmW4rGTb8zKuGWpho7X8GxuA {  }
#idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #XW4EiMrzrz0cgziJIyhpJ5kKUlgJTSot { display:none; }
#idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #As5rvZl0oaGLHKw6y88P5EmLeq9ZNK8T { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #v6k7qftFDNXnOTDfHOFtRzQtfzhGzl55 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #UZ6o14xiSqKU3PQiTPlSJg2yhNmc8Nvz { display:block;position:relative; }
#idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #p68nUKTdXM5QOsDKC6KeqqhJBSg0Hzkl {  }
#idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #cgXKDJUauFHeuKqMCAJ7pJ5RmiWSDFpD { display:none; }
#idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #H5WOV7D126qsovCdUz97DlC6LdkPycR2 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #DVIM2fksD6tgIlpbcafnDPl7Uaw0DTf8 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #C7MluevvkBNqZZNHLE5DyOR3WvwRoeBV { display:block;position:relative; }
#idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #brWMZhJfy60tA8b2fbG0ZpCog2NglTFc {  }
#idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #XuA33hX6Cry4u2PJdtdrolb9LH2e7CDf { display:none; }
#idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #QKLdoUkC16tGmavMtQfpkUhMb4BcDDQ9 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #c5wExnl01blnmRxTcWAmEuaSuRzPoukC { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #lJqIkdD4ITVOkvwlfIdVm1PJiPXXug2l { display:block;position:relative; }
#idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #N2cUqsIZ82gdCu8E66haLM2EgI1ItHnx {  }
#idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #rnG0sRdomHGPSaL2sLPClXN81Eo71DFb { display:none; }
#idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #GhkAnRAxyGlpK3dTCXxSeMX0PokeDnqu { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #bcT3NfKas1R2FaCpM8apskndsB9kPsol { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #Qoirvbwp5mkfgvMPTpK6Amvd6FkSC5JV { display:block;position:relative; }
#idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #fIyIOBUpELrSW888vZyeIi6BqPhQsdJ3 {  }
#idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #RPvw2G4ZhWQsrNJV2CkDe3wu6rwbkFVz { display:none; }
#cBvO8SBcLWtbrdctul3AWBzSbz9FCblw { background-color:rgba(var(--color-tertiary-1),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#cBvO8SBcLWtbrdctul3AWBzSbz9FCblw > .row .container { background-color: transparent; background-image: none; }#cBvO8SBcLWtbrdctul3AWBzSbz9FCblw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cBvO8SBcLWtbrdctul3AWBzSbz9FCblw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cBvO8SBcLWtbrdctul3AWBzSbz9FCblw > .row .container > .video-iframe-container { display: none; }#cBvO8SBcLWtbrdctul3AWBzSbz9FCblw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cBvO8SBcLWtbrdctul3AWBzSbz9FCblw > .row > .video-iframe-container { display: none; }#cBvO8SBcLWtbrdctul3AWBzSbz9FCblw > .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); }#cBvO8SBcLWtbrdctul3AWBzSbz9FCblw > .row .container { border-width: 0; border-radius: 0; }#cBvO8SBcLWtbrdctul3AWBzSbz9FCblw > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#cBvO8SBcLWtbrdctul3AWBzSbz9FCblw > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:5.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#SSQM3fKPSAWiMxeqq3XgbsS2luax6a6Q { color:rgba(var(--color-tertiary-0),1);display:block;width:39.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:2.09375rem;left:0rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #BDXDtszPtAX6abvTR71Nd8Ow94uPHa7R { display:block; }#BDXDtszPtAX6abvTR71Nd8Ow94uPHa7R > .row .container { width:47.75rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tT6zu5NR4EIRKX31aGAD96hBJRuCgxnX { width:11.25rem;height:3.75rem;top:0.875rem;left:36.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnM63q1Mb5Z2SrskC4K31TJ6MOXoSQlK { display:block; }
 }@media only screen and (max-width: 763px) { #URVDF7cORXMkHZTELDueXrJBawHzAOTm { width:6.875rem;height:2.5rem;top:1.5rem;left:29.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzsTdoL1WsRMTbg6X4hEb4J5Nc2NQooL { display:block; }
 }@media only screen and (max-width: 763px) { #pVAENaes4s8asD1ATEMQUTKyqfiZ8RKe { width:6.875rem;height:2.5rem;top:1.5rem;left:22.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFeoIx0TZ0lTBll15CzwDWnBrPH84rTR { display:block; }
 }@media only screen and (max-width: 763px) { #fdhz0JmVJdno5LMTWTFg2pP0bXIcPhyE { width:6.875rem;height:2.5rem;top:1.5rem;left:16rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCgeNvRM2Icikzc299gughwQxDZAT8OF { display:block; }
 }@media only screen and (max-width: 763px) { #iUWDny86OGahf1LSwBhZEBVSMK7acPvE { width:6.875rem;height:2.5rem;top:1.5rem;left:9.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2hGZwZnlQbJGNcRMMqy4zo3pSbFTGTE { display:block; }
 }@media only screen and (max-width: 763px) { #mhXGSrS9Jw9azACTgyUkh0guS3CUGfPU { width:6.875rem;height:2.5rem;top:1.5rem;left:9.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJFOiWdlXe73f1KPOEDzzdQDsLEhSZOI { display:block; }
 }@media only screen and (max-width: 763px) { #vx4IPZpu0eVXmNSEsWT6ZPvahoTeHfvW { display:block; }#vx4IPZpu0eVXmNSEsWT6ZPvahoTeHfvW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bUs0zq7COsx3CsXUgcGdWDntxDkRbqbb { top:21.8125rem;left:13.375rem;width:34.375rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCxL3WWWUTxPPdQ1mRwR1rTxTQdwhvBA { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRiAcUO6T1ogFZFp9Kr9ueQkdftyGXVV { display:block; }
 }@media only screen and (max-width: 763px) { #kkqvwArxKXNTxa6KcoZ4Q3qodXd8hUp2 { top:12.875rem;left:0rem;width:20rem;height:;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #f26iw90MQG1yBmiTsEs0WK05Sr0yupSB { top:1.0625rem;left:0rem;width:5.625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTlh7Gyt3GqcEhbnWxAuheRk87vsgarO { top:5.75rem;left:20.3125rem;width:27.4375rem;height:;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHfmmdThb0DneSNp6MwdE4NoRnzFAWFk { top:23.875rem;left:0rem;width:17.25rem;height:;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl { display:block; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IGgGP7DxH17GTTJA5uxBwgNq3d5FqCJz { top:6.8125rem;left:0rem;width:24.625rem;height:5.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOaWIHaLe9DoiKv3q3sDsdIl19S1Bm18 { top:12.5625rem;left:0rem;width:42.0625rem;height:;font-size:1rem;display:block; }#QOaWIHaLe9DoiKv3q3sDsdIl19S1Bm18 li:before{  }
 }@media only screen and (max-width: 763px) { #VHSuL9il1tXknfnDGbAZTVb5sTNoENd6 { top:4.0625rem;left:22.4375rem;width:25.3125rem;height:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBQvDqrU93nHrbiLToGhtks9hQDeZBF7 { display:block; }#rBQvDqrU93nHrbiLToGhtks9hQDeZBF7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EcwlwZ5LcMmZ1F7KCbByb5e9zV3BhPOX { top:2.4375rem;left:0rem;width:46.375rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lusR6q0xNPaVEoqUQGB8W2LXEyRHABuA { top:11.875rem;left:5.875rem;width:32.6875rem;height:7.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPaS0qwbHgw8PICZWUQrzGfBuvSo7dao { top:4.5rem;left:8.125rem;width:27rem;height:5.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTcyvTL5V1ePaswsPK27IBDgwdPUwr1L { display:block; }#wTcyvTL5V1ePaswsPK27IBDgwdPUwr1L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cNz98qqD8w4zVKD9dsxnVxP85b8qztOi { top:0rem;left:0rem;width:37.4375rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWANZ1CJDnOVtk80COtZOqbS2nwi7VD5 { top:0rem;left:16.5rem;width:31.25rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAUkyS0RmqcDtUxfocxSeC5B3zTp7muI { width:17.5rem;height:3.4375rem;top:14.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6NR6UvvCn43BizyeIOsX18WoG88PvNO { display:block; }
 }@media only screen and (max-width: 763px) { #zTudmR0wAfF9dxt0TduWTxTCQE39xork { display:block; }#zTudmR0wAfF9dxt0TduWTxTCQE39xork > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fnxZci8E6rM5ZUeBUTVNhNdsfNdSD4qZ { width:13.5625rem;height:17.125rem;top:28.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppgx7G9qdFsnP9TZElttxQ8J0c9ObxKT { width:12.5rem;height:4.375rem;top:35.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQmPH9Hk8dXFyLpEbmSfARG7fB4KRmZ5 { width:13.5625rem;height:17.125rem;top:28.625rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrovUa9rM55wCivpNDZQWgTNrzCMCSxV { width:12.6875rem;height:5.8125rem;top:35.625rem;left:11.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilT9WLMMf2RzceM8USV8Bbh15QB1c1Lw { width:13.5rem;height:17.125rem;top:28.625rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGthlwQuRkWGkuA1qTrM5nqB8T45hEV5 { width:11.6875rem;height:7.25rem;top:35.625rem;left:24.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #StGyrLR1x1NGhuTQORHpPs2SGQmfC37D { width:13.5rem;height:17.125rem;top:28.625rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGfSScmP4JucW30eaVwTmyAs9T17im0N { width:11.875rem;height:5.8125rem;top:35.625rem;left:35.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPL94XX7hmgMw6oSEMKIPbwMy7URD6Tb { top:4.9375rem;left:0rem;width:44.3125rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdhhEhK2B6qTy8kp9E6wKL81gDqJK7d2 { top:3rem;left:0rem;width:20rem;height:;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RBtafgQ9TyL5k5HS39SrcWAHWKpuJdTa { top:30.5rem;left:16.53125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUn9fDmkMxlANZlFPGT7a443uHmKQCTC { top:30.5rem;left:28.71875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNvAwdtfcmgu68A7p0bhqQHJgyJeiAId { top:30.5rem;left:40.90625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yORwnoQCeEsoIavhb2B8lTp51wzawRG3 { top:30.5rem;left:4.03125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2E2kuz3TMiLdLnDRFgb26UMbQLi2bHs { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9783hT6CfADryqAQ2RR7aqsanwXJm9g { display:block; }
 }@media only screen and (max-width: 763px) { #F17BcwLUkczhJqlhBDz3cCz2DTBD0PzH { width:13.125rem;height:5.8125rem;top:47.3125rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fgisKgo7I8Z8PAvQAtUeG7nuZmFVu4pp { top:14.375rem;left:0rem;width:44.3125rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3FZHWLob1fTy5xvcPl5qqthEShc54XI { width:13.5rem;height:17.125rem;top:48.625rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQwuVmJ2ydyPfZIXCaxrzF9ThuxJw2wO { width:11.875rem;height:7.25rem;top:55.625rem;left:12rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDQITT4lJ5Sv2rK4GqnRtNakKTaM24iV { top:50.5rem;left:20.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #crDbM2t4lyv6D80eRFlDswFTaThzVqyG { top:69.8125rem;left:0rem;width:44.3125rem;height:11.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvQc9oNdbztRKdhJtT1HORE0o113HwOJ .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JvQc9oNdbztRKdhJtT1HORE0o113HwOJ .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; }
#JvQc9oNdbztRKdhJtT1HORE0o113HwOJ .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; }
#JvQc9oNdbztRKdhJtT1HORE0o113HwOJ { width:18.75rem;height:5.245rem;display:flex;top:94.25rem;left:13.3125rem;z-index:15022; }
 }@media only screen and (max-width: 763px) { #JvQc9oNdbztRKdhJtT1HORE0o113HwOJ #ZV3WSn8BmAAJZaaL19TvhM507lv4kC5g { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JvQc9oNdbztRKdhJtT1HORE0o113HwOJ #UTn6tLz7MrLWXQdV26ilg8TVIvV86AVD {  }
 }@media only screen and (max-width: 763px) { #JvQc9oNdbztRKdhJtT1HORE0o113HwOJ #mygrhwJ48o0tx8A94M2LorJvaiOiICGS {  }
 }@media only screen and (max-width: 763px) { #JvQc9oNdbztRKdhJtT1HORE0o113HwOJ #QXQCI9SXVBJeFM04CDmClaDc4uWnMcbf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JvQc9oNdbztRKdhJtT1HORE0o113HwOJ #cLal0lD9aiZw88zumiiNkxhsg0B3TTfL {  }
 }@media only screen and (max-width: 763px) { #JvQc9oNdbztRKdhJtT1HORE0o113HwOJ #QkAQuaDnt7nl4ldn9mExvfB71HGu9wgq {  }
 }@media only screen and (max-width: 763px) { #JvQc9oNdbztRKdhJtT1HORE0o113HwOJ #uu53rie0qV9oqvg7BQurpB8dKme6XHPT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JvQc9oNdbztRKdhJtT1HORE0o113HwOJ #uTRvRfzc7JbAGs4LpEUgTFwDUC0ccdfl {  }
 }@media only screen and (max-width: 763px) { #JvQc9oNdbztRKdhJtT1HORE0o113HwOJ #nEPTVluQIK764Ri4lvRrmSSUITih8ylV {  }
 }@media only screen and (max-width: 763px) { #JvQc9oNdbztRKdhJtT1HORE0o113HwOJ #nItAHke6O04lK1ztzZFZTfxKRGlNtLBo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JvQc9oNdbztRKdhJtT1HORE0o113HwOJ #dlL1yIiwzZWtFnMUxT6V2NsUA7oGhagq {  }
 }@media only screen and (max-width: 763px) { #JvQc9oNdbztRKdhJtT1HORE0o113HwOJ #Ou45L5uHH58wgm7Zkh0s53ZcrBq3Oi6Z {  }
 }@media only screen and (max-width: 763px) { #VwA7LSZiyQKUnGJJy50E1dKI7L2XXWQt { top:107.3125rem;left:0rem;width:24.9375rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ru6GTKErWTbUZeoBQiJmQIzLQ6GrB1BC { top:90.0625rem;left:0rem;width:24.9375rem;height:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngAUQSw3putnS8kHCHrL9Q5kTZLE01Xc { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbowaJoWcZnMN1F8paBcGLG2L7PBFI8e { display:block; }
 }@media only screen and (max-width: 763px) { #bHGKQJcCMLfymel8Tlsn5UmoayPP3rXt { display:block; }#bHGKQJcCMLfymel8Tlsn5UmoayPP3rXt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OuAUcV9h1rw4sNa5xuTMcamoLTh4xJHd { top:6.125rem;left:0rem;width:44.3125rem;height:9.875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIBu61Vl3isHmsrieI10XzVK74ZmnsMW { top:20.625rem;left:0rem;width:17rem;height:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqBJVm7RGASsSon4PBuA1b8we0QxeWyM { top:27.6875rem;left:0rem;width:14.3125rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEBuqcbFrqNGm78MwKxdtZonwfcNBTwd { top:20.625rem;left:6.875rem;width:17rem;height:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kz8kBXArDg6CrbTIeiX2181TSooaCItH { top:22rem;left:15.71875rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6sV2P4zanpGKZD7LvAJMqTcOlubbCW2 { top:20.625rem;left:18.8125rem;width:17rem;height:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1zPTf4OCRnH3k0gZp3yq9fqMs3yzXuO { top:22rem;left:27.65625rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcsTzx47CQmm8oG4fUAvoJ5fcbkxZBQe { top:20.625rem;left:30.75rem;width:17rem;height:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDMxzSIg3Xktl7gWTgoKDsD2BdW4p5xx { top:21.9375rem;left:39.53125rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1CVtTo5urJLPz6X7APrc2LNpQHfsmxk { top:33.0625rem;left:0rem;width:14.5rem;height:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BA4HwNKlO30XZi7W9Pot4wvIteOvMPJT { top:28.125rem;left:9.5625rem;width:14.3125rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qth7x1VQNqJwr7h5BL3yuu3sF8AQrKnG { top:33.0625rem;left:8.6875rem;width:15.1875rem;height:13.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DI84PoPWiq3Z44gWGqQ5iRAdiNT2tFyp { top:28.4375rem;left:21.5rem;width:14.3125rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBMTLuvE0CvfO5QwvqFtiylqZAo5uXni { top:33.0625rem;left:20.625rem;width:15.1875rem;height:8.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6IoLnHPUZh7kJiQlpL538bIdzAuizQ9 { top:28.4375rem;left:33.4375rem;width:14.3125rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJkGGyAQJ1wqZ8sOHq9J9gnsxur1OILs { top:33.0625rem;left:32.5625rem;width:15.1875rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDoLAhQ2hboyfsmLoDLXic07igfIRWny { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #GNMUwK8t68yJQVisa5Wp33BLWLxmEWtm { display:block; }
 }@media only screen and (max-width: 763px) { #x7NBOhVysUzBfusCDoqcVwt3wgvTpMEp { top:23.3125rem;left:4.40625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5s7SJ9mfZ0PhZBm53O1t78aZe1c4AO4 { display:block; }#i5s7SJ9mfZ0PhZBm53O1t78aZe1c4AO4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y8iso3WtAMQmm7sPubx715BKRWB6XHH9 { top:2.5rem;left:0rem;width:17rem;height:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ho0RB6ZExe3pZ6hoVmT7kbrSvZL0SD18 { top:3.8125rem;left:3.53125rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOw8rSny1FQKxAXZiT1pAFEw0WHWKLgC { top:9.5625rem;left:0rem;width:14.3125rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONkJ6HTrTvM2Gp8wg1iuWwoRwxXprTBW { top:2.5rem;left:6.875rem;width:17rem;height:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9KiGCHZEqIZX2KNoy9cnIxiZo4u3d6X { top:4.0625rem;left:27.656251907349rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtzqK6tJ5iiJM1DcPROP6hB2VXnEF6gR { top:2.5rem;left:18.8125rem;width:17rem;height:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDnlEtESUplGoKzNPbgqmEaWkfzhIk9I { top:3.9375rem;left:15.562501907349rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiDTT0RL2uHp8Kk4Cg7JMyQp7aP7TTNa { top:2.5rem;left:30.75rem;width:17rem;height:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wILVCw8mRWbZCfUJgNE23hxNl2ttDMqq { top:4.125rem;left:39.593748092651rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiHfxrbkAUaQozWl1ES4X1PEcVnEuDrc { top:14.9375rem;left:0rem;width:14.5rem;height:14.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTrqtVPKby3mXU52e3ixDRWDD6tkh1qT { top:10rem;left:9.5625rem;width:14.3125rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhuuLGcP09ZaXG9LOFQSWyudOOl8pUvR { top:14.9375rem;left:8.6875rem;width:15.1875rem;height:8.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGMDVMiS7ES7llCvnB7XbK5vWfXURwAB { top:10.3125rem;left:21.5rem;width:14.3125rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueiPR3pawgK7qEHZvoixvzTy0qxwHehE { top:14.9375rem;left:20.625rem;width:15.1875rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXCoUn9Lg9wpyHqTHIvQzkSAxCCP6Tft { top:10.3125rem;left:33.4375rem;width:14.3125rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z52THM1rgk4PemLPxQ9PKx5VeA4KUyiT { top:14.875rem;left:32.5625rem;width:15.1875rem;height:13.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T06iMZaF7gnpgUVNgXLKmWlMGOHs5ZzU { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiiJn5feBtESQUbs5tD0hivTtCoL5VPz { display:block; }
 }@media only screen and (max-width: 763px) { #dPrUwkucl5ozADKDgICTOvCUuXmHJMtd { top:11.8125rem;left:0rem;width:14.5rem;height:9.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #aoSIdzupLOANHNHLEy1bpEKKzQb8TDgl { display:block; }#aoSIdzupLOANHNHLEy1bpEKKzQb8TDgl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #crTkgn94Mr1Ta43dhRMUZGB8Cw7lPGlx { top:4.5625rem;left:0rem;width:17rem;height:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVwt11nAI5F8GlGqKRabVdDDWdEUBWC1 { top:11.625rem;left:1.5625rem;width:14.3125rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RziVytuJbs4Qp3Cst4Okx2px8zRbtzbH { top:16.25rem;left:1.375rem;width:14.5rem;height:14.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxKL3F4zc1F5TuxuSGGLsI7cRrvodHn4 { top:4.5625rem;left:14.75rem;width:17rem;height:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0iBMB2Q3XSgxWnHrhx0TpQMM55UhLiD { top:6rem;left:21.5625rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cz2IFbN3wPxsJaf1ZvrFrsXp64Eoy43Q { top:12.0625rem;left:16.6875rem;width:14.3125rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #curOUZkUpdaLRsEJ8cFXQabT0E8IghQd { top:17rem;left:16.25rem;width:15.1875rem;height:7.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0oCi9zEh3E9yD8T0V9PxmzzXLUiIhZ6 { top:4.5625rem;left:30.625rem;width:17rem;height:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqciPBxHtN2p4t98IXRpZebeaG96MsKl { top:12.375rem;left:31.75rem;width:14.3125rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6wRfvxWDLhvkTJm2Xe4EmcaoyLG8tGz { top:17rem;left:31.75rem;width:15.1875rem;height:14.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ik4MDr991MdL1kwQ9vFKlVOZAfs7ci6F { top:7.625rem;left:8.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXwKpAqfpkIrC2UBVE46dslcroE5EMfW { top:6.8125rem;left:35.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgS09DC5AK0AtMcRkkCQ35wucNq7rQm9 { display:block; }#PgS09DC5AK0AtMcRkkCQ35wucNq7rQm9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U3d0u3elv2IqdOSo8dWpKK329kNctPCd { top:3.875rem;left:23.875rem;width:17rem;height:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQZZi8T17qFNn6R7aWBJsAmClKBAHXty { top:18.5rem;left:23.875rem;width:15.1875rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeNZCF7Dz7PxQthFihp3ws0mLNRml3Kk { top:11.6875rem;left:23.875rem;width:14.3125rem;height:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6wr8cymFEwtU19iEwLFrEsEFgoo6fGB { top:3.875rem;left:6.875rem;width:17rem;height:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXiIC25EDAbsIftRDb8Pwikup1fviqfa { top:11.6875rem;left:9.5625rem;width:14.3125rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgKUqd1Fsu8zWAbOReZdJISZDUAmo1ZV { top:16.3125rem;left:8.6875rem;width:15.1875rem;height:13.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvToZ9TDQW59ZNJ6dTQBE1HPvrufGpwI { top:6.875rem;left:18.9375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ov4Ht5VPNp42EdQdDnRI7ByXuqTAKg2a { top:6.5rem;left:25.5625rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #naIFr69RASJsMv3MW9Z5KaE4Qnu2OfPB { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGb5S46yLWGRed08pllvtMA98gBCGkXl { display:block; }
 }@media only screen and (max-width: 763px) { #NtJ2hCl8RVXpotUdmyFFFE8St19zknbx { display:block; }#NtJ2hCl8RVXpotUdmyFFFE8St19zknbx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oEw6iis6NxGsZfQAPV3s3ucFfmPqN8QE { top:1.5rem;left:2.9990234375rem;width:20.0625rem;height:9.4375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KI3RMrPowTBfJHulbRut5WLdoFxmkrcw { top:24.0625rem;left:0rem;width:47.75rem;height:33.743333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7vgUulNRh4znEV4lrBleMplDb5Gxdxe { top:12.3125rem;left:0rem;width:25.375rem;height:9.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5rqVlqUFUJ4NT3S5527kIElMgNkUTsh { top:81rem;left:0rem;width:29.3125rem;height:11.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcnxBuXxLbBEDTOXGJD2sO4ZvccnPza2 { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3Mpo0pVxW2w8ZNViCzR8KHcBTnQFlBS { display:block; }
 }@media only screen and (max-width: 763px) { #NE31T3wkBIOseREEe9iOEhFsTTl4GZsv { display:block; }#NE31T3wkBIOseREEe9iOEhFsTTl4GZsv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SDBcIJikEELU4OCzdfgPmsF1Q6HJQKiV { top:13.3125rem;left:0rem;width:32.5625rem;height:40.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqGdUqu6wZn5zAWnIkuuIrGZsXhGRyT8 { top:20.125rem;left:14.6875rem;width:33.0625rem;height:33.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZfGAmnkHmKfRqfMi0E29rtsfSBPaI1N { top:13.3125rem;left:23.875rem;width:19.4375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWMoc3QOxnInI2bs6VodsTCfluFxW16F { top:14.875rem;left:15.1875rem;width:32.5625rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RglJL3UIDVGKlADUoG479LDURgcmnMCt { top:4.4375rem;left:0rem;width:34rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBr8eGnto4Ltc2Ql9u1awF4TXThhuRUf { width:11.25rem;height:3.75rem;top:30.125rem;left:34.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgJcoiWWH9LyVRdTgABvtfE6dfFfooD0 { display:block; }
 }@media only screen and (max-width: 763px) { #gTRiLHWBiwL9imwGB7NlZpIPfJBlNMQw { display:block; }#gTRiLHWBiwL9imwGB7NlZpIPfJBlNMQw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bPvcppVJMe9TnMri3PJDPiCfvZvX388K { top:5.3125rem;left:0rem;width:47.75rem;height:;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVzmlQvFb3JoICeKiToKpThM0MECJEwI { top:13.1875rem;left:3.0304689407349rem;width:5.875rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMQ2RWoDikSTqxoDPbaVBwkRh3q3bkxM { top:17.875rem;left:0.40625rem;width:11.125rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHp6zTNK58f0SyZcaiLKDkhdGPBXwQ6P { top:13.1875rem;left:15.187500953674rem;width:5.4375rem;height:3.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUya90tAh4dwt1uIAqAFTlW8xrrEGvro { top:17.875rem;left:9.6875rem;width:14.1875rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vm8II4DoqaWXL6QBtn9lEy9pZ3NL2I3h { top:13.1875rem;left:24.375000953674rem;width:10.9375rem;height:3.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1xmF1aT44373Q1tX3DAD7Fc7fvqCGPq { top:17.875rem;left:19rem;width:16.8125rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uS9CLpfayevm8a3w4WduveQmh18nTaUB { top:13.1875rem;left:36.812500953674rem;width:9.9375rem;height:3.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #amwuw1nzxu3v8HBhIpm7BtsZIcJGZcTS { top:17.875rem;left:30.9375rem;width:16.8125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnEO8PT6gZOWE4IKuceQNCt41BrFcOTK { top:17rem;left:2.21875rem;width:7.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XteykT9o9Mnppwk8kn8SDhIX6ayiSQmm { top:17rem;left:14.156250953674rem;width:7.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEhZ6hEsnoxJSM6vFqArV3TBi6OcESEh { top:17rem;left:26.093750953674rem;width:7.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixmTOJg2L4ZTGF5DK27tV0yUEUVnQdGg { top:17rem;left:38.031250953674rem;width:7.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPnM3EuF0nPKsmgXOlTTXldExsFMOsPf { display:block; }#WPnM3EuF0nPKsmgXOlTTXldExsFMOsPf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qlTskbXs2KAzrJKzbfwADinNWyPGynRg { top:15.5rem;left:0rem;width:47.75rem;height:10.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nk7iQx775MtME9wSzkghW5bt5JppBXAl .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Nk7iQx775MtME9wSzkghW5bt5JppBXAl .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; }
#Nk7iQx775MtME9wSzkghW5bt5JppBXAl .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; }
#Nk7iQx775MtME9wSzkghW5bt5JppBXAl { width:18.75rem;height:5.245rem;display:flex;top:94.25rem;left:13.3125rem;z-index:15022; }
 }@media only screen and (max-width: 763px) { #Nk7iQx775MtME9wSzkghW5bt5JppBXAl #Zw7ddPaTEJJdsJdQGV9seplVkABfzTQG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Nk7iQx775MtME9wSzkghW5bt5JppBXAl #PgBxEbIFepBESMGsLOghPfPVsdv4ggaQ {  }
 }@media only screen and (max-width: 763px) { #Nk7iQx775MtME9wSzkghW5bt5JppBXAl #WX8hgeP8c0XouNQ4wxrkpntJxNUXdo4C {  }
 }@media only screen and (max-width: 763px) { #Nk7iQx775MtME9wSzkghW5bt5JppBXAl #MMJVyJDT9VXkiEwqZPa1oIbwe5dpX0dw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Nk7iQx775MtME9wSzkghW5bt5JppBXAl #bVEvgBhCtlX9d7WfXGaRokI0WUIRVGbV {  }
 }@media only screen and (max-width: 763px) { #Nk7iQx775MtME9wSzkghW5bt5JppBXAl #KybotB8VbDmH3zAEOOa2B7hbQOH8ZNCr {  }
 }@media only screen and (max-width: 763px) { #Nk7iQx775MtME9wSzkghW5bt5JppBXAl #i1W9CUIdbn3ICQlH77IBoQfgxGmOxQxn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Nk7iQx775MtME9wSzkghW5bt5JppBXAl #xQzBciCSDixgre3yO0hHT9k5C1P3RBVb {  }
 }@media only screen and (max-width: 763px) { #Nk7iQx775MtME9wSzkghW5bt5JppBXAl #dSELVCMdTqrtwXKX20g8Mg8wBM3ATTBn {  }
 }@media only screen and (max-width: 763px) { #Nk7iQx775MtME9wSzkghW5bt5JppBXAl #xSBBpQirIcWs8iWz14aECbrbw5VDZbve { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Nk7iQx775MtME9wSzkghW5bt5JppBXAl #yyQqKvBt61cTasfIQ1UzxNand9rK01xm {  }
 }@media only screen and (max-width: 763px) { #Nk7iQx775MtME9wSzkghW5bt5JppBXAl #gr4isXyANbhiEgpmTR5uJEQoXLEFf5iD {  }
 }@media only screen and (max-width: 763px) { #dPnoPsXTTPSTTmccIgeqmTHk6WhDc5II { top:28.5625rem;left:0rem;width:47.75rem;height:26.859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuamkfyaJcaJ4yd1TF1PQlmDf8e4JqO4 { top:92.625rem;left:0rem;width:47.75rem;height:17rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yw1QcW0n7M9Lp1Dp4JXmGrmaNF4DBx11 { top:111rem;left:0rem;width:41.375rem;height:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #peBZwkdG8EBBdgPrUTylBFqnwRww4dUk { width:11.25rem;height:3.75rem;top:30.125rem;left:34.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrTvQCsSqP5pDuQi1HmE0EHDdb4zNrug { display:block; }
 }@media only screen and (max-width: 763px) { #bP0vnu3BZcnhJTrmVAKhRNRszxg5DzgB { width:11.25rem;height:3.75rem;top:30.125rem;left:34.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWIMza89n1DVBzs9swUXzmsAe1gnnTtS { display:block; }
 }@media only screen and (max-width: 763px) { #esPXnPx7MdKfx2w8a8XtXPpG6MN8TXM3 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#esPXnPx7MdKfx2w8a8XtXPpG6MN8TXM3 .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; }
#esPXnPx7MdKfx2w8a8XtXPpG6MN8TXM3 .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; }
#esPXnPx7MdKfx2w8a8XtXPpG6MN8TXM3 { width:18.75rem;height:5.245rem;display:flex;top:94.25rem;left:13.3125rem;z-index:15022; }
 }@media only screen and (max-width: 763px) { #esPXnPx7MdKfx2w8a8XtXPpG6MN8TXM3 #NW6bqwx2qqQqBXo7D45LsISn12naI8wC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #esPXnPx7MdKfx2w8a8XtXPpG6MN8TXM3 #HA0ASBIIDNUtCNusziAIME8XnWvWCte2 {  }
 }@media only screen and (max-width: 763px) { #esPXnPx7MdKfx2w8a8XtXPpG6MN8TXM3 #UQR5ieRI4e3lAJET6LUW2ykLCLGi2Km5 {  }
 }@media only screen and (max-width: 763px) { #esPXnPx7MdKfx2w8a8XtXPpG6MN8TXM3 #FxTcvEVkwslNZ5bIizSiTtHpPkRdgBw0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #esPXnPx7MdKfx2w8a8XtXPpG6MN8TXM3 #A3GUc0gNmXbx33NV8FgSbnHTzLhBfiDT {  }
 }@media only screen and (max-width: 763px) { #esPXnPx7MdKfx2w8a8XtXPpG6MN8TXM3 #Q5okPXBOcFnZdxy398wwVVbDIBLqyG0y {  }
 }@media only screen and (max-width: 763px) { #esPXnPx7MdKfx2w8a8XtXPpG6MN8TXM3 #ilGpCV9BFlAmrX0N8FUtwsucf1o8o7Pr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #esPXnPx7MdKfx2w8a8XtXPpG6MN8TXM3 #lyRln98S1CnqbyJGTX61AXnV10Etx35c {  }
 }@media only screen and (max-width: 763px) { #esPXnPx7MdKfx2w8a8XtXPpG6MN8TXM3 #UxEOfsiLAgTpRI8Psg1GFxiRFp9rRknV {  }
 }@media only screen and (max-width: 763px) { #esPXnPx7MdKfx2w8a8XtXPpG6MN8TXM3 #qJ78TTFoqJW36VZ3JvVVgWrtehG0ynlf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #esPXnPx7MdKfx2w8a8XtXPpG6MN8TXM3 #BO5K8D4HscdG40Ze0cZnlUT5pS1TSaGs {  }
 }@media only screen and (max-width: 763px) { #esPXnPx7MdKfx2w8a8XtXPpG6MN8TXM3 #kWeoPtUi7yoghsVvUNJh9uWbycQHiU9U {  }
 }@media only screen and (max-width: 763px) { #Q9hRdxe6mebS1ysTu1HOhNGMefgWdJMr { display:block; }#Q9hRdxe6mebS1ysTu1HOhNGMefgWdJMr > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UCwX0rbDR3RoNaL5lgmW4sr0RsbFCNRb { top:21.8125rem;left:0rem;width:17.125rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTwmT0vC8dKlcc5IdT8G9SJzxzk0Azld { top:15.125rem;left:12.375rem;width:35.375rem;height:15.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuS1meGJaCsCuoT6xnz11laR7AUu0aZ6 { top:18.8125rem;left:17.375001907349rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntHTNV460hrthVteAauAIETxPTP241Ox { top:13.8125rem;left:1.5625rem;width:46.1875rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1GEMqfhBEPquTZiESHw8R1DhCJ3gHba { top:2.3125rem;left:0rem;width:47.75rem;height:9.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlBfguzBROmmgxRGTZICAq6TVaEsl0Sb { top:36.1875rem;left:11.375rem;width:36.375rem;height:13.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #swFNZNqkAdhi6NFtz3VSZ9N8FVXxDUAq { top:38.5rem;left:0rem;width:17.125rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Um02EIRgZnvrl0cDuWHHXOxgPS38eLB9 { top:38.5rem;left:17.375rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOvrnNbrTJvQseMqnIZV1AKzhyAvnRQa { top:54.0625rem;left:1.5625rem;width:46.1875rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5CMWqDvSWb6Qdhmt6oXTirDclMzZ64z { top:55.625rem;left:10.25rem;width:37.5rem;height:11.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDPwn6RMHQqITT3wFtp4gaIo97FuJsFr { top:56.1875rem;left:0rem;width:17.125rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWEDznib6vhhNdVVq2GbCfRdCNnhUqGX { top:56.1875rem;left:17.375rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBXMTw71ArMxHXzSgeSaAu61cXXpmi8A { top:72.25rem;left:1.5625rem;width:46.1875rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeIWlHyTMq32a5oxU5tGPvGX7p5CJZnX { top:73.8125rem;left:11.375rem;width:36.375rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWGwLuhEtOLZHdUTBHhehNVZNww7zmID { top:74.375rem;left:0rem;width:17.125rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKSmaggn4lZKEah0icMOgx8PCSif094Z { top:74.375rem;left:17.375rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuH0cosRbkM0SP23fQMy58rsrftTwEMm { top:34.875rem;left:1.5625rem;width:46.1875rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCyrNh2fqATb1UPgW8dpA89z4NcmPVXg { top:14.3125rem;left:0rem;width:17.8125rem;height:19.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #EN9P3uuG8i9aGWn7ZBr1z87ZxUzhmnTC { top:47.625rem;left:0rem;width:18.125rem;height:16.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #wn8d5SDTQ7h5LRQ3ITdKTvIVinAOaI2N { top:108.125rem;left:0rem;width:18.3125rem;height:5.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #OoSovTeUBUA1dVUG99TyShF8Hv1smtQ6 { width:11.25rem;height:3.75rem;top:30.125rem;left:34.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePQKUS8A7wEShNXpGwB8zfZR4hn4I9FT { display:block; }
 }@media only screen and (max-width: 763px) { #U8GRPTkqb4krdzTvG4zGREBZ85Bg3xoA { display:block; }#U8GRPTkqb4krdzTvG4zGREBZ85Bg3xoA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DO6XNGqOCmhVbDsC3edJ4beHo45mFDET { top:14.4375rem;left:1.5rem;width:22.125rem;height:37.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFfTaMTUoO9zOGnRDVt6iFT8GhgBQH76 { width:17.875rem;height:4.0625rem;top:46.375rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHSaTInsTSoolaFZxFihHebn8JX3Ga1A { display:block; }
 }@media only screen and (max-width: 763px) { #Twrw439ahA8KGFSKDOkkQnTy0Xz5eHLK { width:17.3125rem;height:9.6875rem;top:34.4375rem;left:6.5625rem;font-size:0.9375rem;display:block; }#Twrw439ahA8KGFSKDOkkQnTy0Xz5eHLK li:before{  }
 }@media only screen and (max-width: 763px) { #VD08RKI9fi3fkURhcOOZRNbr5sR1zeUh { width:4.0625rem;height:2.3125rem;top:25.0625rem;left:11.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcqd18GXZ73h1DXOuI7TsK7gbI05hgqZ { width:12.8125rem;height:2.8125rem;top:24.8125rem;left:6.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5TrzT74IMQ3dNrTmqoSQI2x1hZVgmxw { top:32.8125rem;left:7.375rem;width:15.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uotZJWpz09hyeT3opEVgso9NAfpJDTPT { width:22.25rem;height:2.3125rem;top:14.4375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #doE6068gaIHDxx0w27NhXfR5yW6TG9y4 { width:22.125rem;height:;top:14.75rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ax53by4U2TH4muX8S5LWmnc7cMRbKNak { width:14.5625rem;height:6.125rem;top:18.6875rem;left:6.5rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwXIXM1DyXzxIxwlV9pvpCZMJqScJC5Q { top:3.0625rem;left:0rem;width:42.4375rem;height:9.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qisISmlnZU0QTHNFcgQSLd539oDqM3cD { width:12.8125rem;height:5.4375rem;top:27.4375rem;left:6.5rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRrl1Qo4sruVTnnf0xpgNCnEWW0iuW67 { width:4.0625rem;height:2.3125rem;top:29.5625rem;left:14.28125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uW81r8weSBKvA8Qophc9CRxt4Z0xlfPI { top:57.0625rem;left:0rem;width:42.4375rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaHIydnhDCyzf1wdL9TJTP9S20lh0a0i { width:11.25rem;height:3.75rem;top:30.125rem;left:34.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zf4sHQ5zqyLhTW2pb7lt3d9n6KVqeLWx { display:block; }
 }@media only screen and (max-width: 763px) { #fh3XqSIFoTq6OnhLvH8ncHtlzI98Hu8L { top:77.1875rem;left:0rem;width:42.4375rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbtrGKE8W243tuTtkBG82FrQNx76fVNQ .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bbtrGKE8W243tuTtkBG82FrQNx76fVNQ .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; }
#bbtrGKE8W243tuTtkBG82FrQNx76fVNQ .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; }
#bbtrGKE8W243tuTtkBG82FrQNx76fVNQ { width:18.75rem;height:5.245rem;display:flex;top:94.25rem;left:13.3125rem;z-index:15022; }
 }@media only screen and (max-width: 763px) { #bbtrGKE8W243tuTtkBG82FrQNx76fVNQ #ZSrydrXNJFfZSD1TSt3XoCRPwDyx1u0P { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bbtrGKE8W243tuTtkBG82FrQNx76fVNQ #gaLv3i3CL8TGDycTWHSyeM45wDd0RXX1 {  }
 }@media only screen and (max-width: 763px) { #bbtrGKE8W243tuTtkBG82FrQNx76fVNQ #MOQiO7fhhIbK0osTcz1WPLuM1mgnoi3I {  }
 }@media only screen and (max-width: 763px) { #bbtrGKE8W243tuTtkBG82FrQNx76fVNQ #Oe7Npnrqhx1hdHrP7DbbW5g7EpvDoDte { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bbtrGKE8W243tuTtkBG82FrQNx76fVNQ #ozwzdkRwfnREDSXDP0zF96BAbIRLnuxX {  }
 }@media only screen and (max-width: 763px) { #bbtrGKE8W243tuTtkBG82FrQNx76fVNQ #LSRk2QPsvocBhrs2bHSuUqG9e1cooMwa {  }
 }@media only screen and (max-width: 763px) { #bbtrGKE8W243tuTtkBG82FrQNx76fVNQ #wAXg5nKNFAPWqT247ZBNmcQdTUvSS0bg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bbtrGKE8W243tuTtkBG82FrQNx76fVNQ #QnEeaOH7eud3uDXXFiInIun1ZQkT5SQB {  }
 }@media only screen and (max-width: 763px) { #bbtrGKE8W243tuTtkBG82FrQNx76fVNQ #nnc7wmayav3195S6XFHTEdznXmKDaP64 {  }
 }@media only screen and (max-width: 763px) { #bbtrGKE8W243tuTtkBG82FrQNx76fVNQ #EgFxlzxUB3ZZcfnMgRzQaziMktCB0G70 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bbtrGKE8W243tuTtkBG82FrQNx76fVNQ #SLQ7dbDLFv7mpdr8bJxJDMPETCD9EyIi {  }
 }@media only screen and (max-width: 763px) { #bbtrGKE8W243tuTtkBG82FrQNx76fVNQ #Itq6QWPTf68hTNgK39TUN1Xqna8fg5eV {  }
 }@media only screen and (max-width: 763px) { #Thpmy3Geq2iBbyJk1TSZEgs1WT9B16Bl .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Thpmy3Geq2iBbyJk1TSZEgs1WT9B16Bl .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; }
#Thpmy3Geq2iBbyJk1TSZEgs1WT9B16Bl .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; }
#Thpmy3Geq2iBbyJk1TSZEgs1WT9B16Bl { width:18.75rem;height:5.245rem;display:flex;top:94.25rem;left:13.3125rem;z-index:15022; }
 }@media only screen and (max-width: 763px) { #Thpmy3Geq2iBbyJk1TSZEgs1WT9B16Bl #cFbcVEBsw6emmiuovmTfQrWfRtOt7Ay2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Thpmy3Geq2iBbyJk1TSZEgs1WT9B16Bl #B7h8xhrRmxKJwIqf3QHsxPLZBtR3Z4cC {  }
 }@media only screen and (max-width: 763px) { #Thpmy3Geq2iBbyJk1TSZEgs1WT9B16Bl #eTlIe1EwqTWvUfow7PnmiwTvdQrz4BBR {  }
 }@media only screen and (max-width: 763px) { #Thpmy3Geq2iBbyJk1TSZEgs1WT9B16Bl #qPDTclWGLJTPNasue6d3J2oJKvRK1dag { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Thpmy3Geq2iBbyJk1TSZEgs1WT9B16Bl #likwUWv7b3gvtvr3m7FSy4s0ecWGIbv8 {  }
 }@media only screen and (max-width: 763px) { #Thpmy3Geq2iBbyJk1TSZEgs1WT9B16Bl #ex9xhtBFiufepT0olTgGmWELf9TxwVan {  }
 }@media only screen and (max-width: 763px) { #Thpmy3Geq2iBbyJk1TSZEgs1WT9B16Bl #p768htEBg1S2NoI5VrZe3bg33bAne8C9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Thpmy3Geq2iBbyJk1TSZEgs1WT9B16Bl #vT0FVweky3V3L82ivNdSlRcci87TghhW {  }
 }@media only screen and (max-width: 763px) { #Thpmy3Geq2iBbyJk1TSZEgs1WT9B16Bl #L1F6RnHsNIySBvSMfVvrfGTUmxlSnucx {  }
 }@media only screen and (max-width: 763px) { #Thpmy3Geq2iBbyJk1TSZEgs1WT9B16Bl #mozLslCeeRmA6HlQfwubTkuQsMfoOuyv { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Thpmy3Geq2iBbyJk1TSZEgs1WT9B16Bl #y04OWHLifB3Dvv2yBerq6U2nvEJqufNZ {  }
 }@media only screen and (max-width: 763px) { #Thpmy3Geq2iBbyJk1TSZEgs1WT9B16Bl #pNbHHD1s1g5F3n0duKgwWdSsvCD0ZiWz {  }
 }@media only screen and (max-width: 763px) { #McEHobXyvtnd2XdkE7R3oHi57aMwg3Th { display:block; }#McEHobXyvtnd2XdkE7R3oHi57aMwg3Th > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VdXbKOLbkuUpKD4XSfuzGJZ5bDZ08hTP { top:6.4375rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPCcuDMOILzbBXnkssoRDiwUeTBmVfhi { top:11.375rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkTZi7hBFNptAwI74nO8uRtBL3wSmq16 { width:11.25rem;height:3.75rem;top:33.5rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKPeRIaMwnrvwzFXUTrL3NTPqD5Rsdne { display:block; }
 }@media only screen and (max-width: 763px) { #J0yPIcePlb9EG0syDERRIWBh1SsVOsH5 { display:block; }#J0yPIcePlb9EG0syDERRIWBh1SsVOsH5 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #idWWJMQusL1ZafLP6JurDLMkO1mScQ2X .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#idWWJMQusL1ZafLP6JurDLMkO1mScQ2X { display:flex;height:auto;width:27.8125rem;top:21.875rem;left:3.8125rem; }
 }@media only screen and (max-width: 763px) { #idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #T76hfgcHAcTctQi3EbLG8aayCzrhTiTp {  }
 }@media only screen and (max-width: 763px) { #idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #J2fWOE6kvvfFxWlMlwWXLL2Pio0vxm3B {  }
 }@media only screen and (max-width: 763px) { #idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #mtJSqmqBeXIbOlTe3cTtkAth4b3dFUn2 {  }
 }@media only screen and (max-width: 763px) { #idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #Tia5KupU77z5x5ub1ue1S8L6Xg0tD2Mn {  }
 }@media only screen and (max-width: 763px) { #idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #XAQMc9DU4dGOXxe1RIIdLzTFFGoLs5y5 {  }
 }@media only screen and (max-width: 763px) { #idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #lndXVFOfPuhgVZtX3EG3DmmVSia3mM17 {  }
 }@media only screen and (max-width: 763px) { #idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #OMz0mrAiIgeQKyxuhgVpVqNOPZqTHe0E {  }
 }@media only screen and (max-width: 763px) { #idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #FAy5hnl4N9vQ9vEZuLc4uTAJQx6JN0bi {  }
 }@media only screen and (max-width: 763px) { #idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #DhGaE2UTHtB1FT2J8TDGil7pv0xmTRMP {  }
 }@media only screen and (max-width: 763px) { #idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #m1Tr2fVQGJ3hKg4PD5su68tTciBMFFie {  }
 }@media only screen and (max-width: 763px) { #idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #NIyMbNqT6Te3Onu6Aeai8lhTHVJH0GRt {  }
 }@media only screen and (max-width: 763px) { #idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #Fx0t9yJ1roNwUt29abHeGP3fB6BTD9GZ {  }
 }@media only screen and (max-width: 763px) { #idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #mQz73Z4No21OLVQecVRwP1pnslFNrA0O {  }
 }@media only screen and (max-width: 763px) { #idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #cNtK8vhhaUqDQKw1AOviwPcbt5l9lpSz {  }
 }@media only screen and (max-width: 763px) { #idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #LUR7V233Jn4OB1FDI8aLIGznIMhBSwWy {  }
 }@media only screen and (max-width: 763px) { #idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #ghQwe3ueoguSLzTunHTpG2N9EwZo1zBn {  }
 }@media only screen and (max-width: 763px) { #idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #yz2DvKmrEdUo3g2lNFOdlSKXWf7m8z80 {  }
 }@media only screen and (max-width: 763px) { #idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #kMC72zvzLAxfBTAs0gbhDAdbvh3Itcle {  }
 }@media only screen and (max-width: 763px) { #idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #hs4Vq2BaekHVIAtypSFyBF4wKJaZ0i2g {  }
 }@media only screen and (max-width: 763px) { #idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #RnZ7cVdm42fe7Wz4ddXRlK8QiqicytEx {  }
 }@media only screen and (max-width: 763px) { #idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #QZvorb3u4VT32QOHdRU6Q94voNVsQg4m {  }
 }@media only screen and (max-width: 763px) { #idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #DTvGzPThWaHut7lBrt8JOQMDLZIl9n62 {  }
 }@media only screen and (max-width: 763px) { #idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #KqgJRDHKPmnfXnkdU5VB93qHtRMnLKv8 {  }
 }@media only screen and (max-width: 763px) { #idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #BmTfhWqfPmW4rGTb8zKuGWpho7X8GxuA {  }
 }@media only screen and (max-width: 763px) { #idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #XW4EiMrzrz0cgziJIyhpJ5kKUlgJTSot {  }
 }@media only screen and (max-width: 763px) { #idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #As5rvZl0oaGLHKw6y88P5EmLeq9ZNK8T {  }
 }@media only screen and (max-width: 763px) { #idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #v6k7qftFDNXnOTDfHOFtRzQtfzhGzl55 {  }
 }@media only screen and (max-width: 763px) { #idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #UZ6o14xiSqKU3PQiTPlSJg2yhNmc8Nvz {  }
 }@media only screen and (max-width: 763px) { #idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #p68nUKTdXM5QOsDKC6KeqqhJBSg0Hzkl {  }
 }@media only screen and (max-width: 763px) { #idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #cgXKDJUauFHeuKqMCAJ7pJ5RmiWSDFpD {  }
 }@media only screen and (max-width: 763px) { #idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #H5WOV7D126qsovCdUz97DlC6LdkPycR2 {  }
 }@media only screen and (max-width: 763px) { #idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #DVIM2fksD6tgIlpbcafnDPl7Uaw0DTf8 {  }
 }@media only screen and (max-width: 763px) { #idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #C7MluevvkBNqZZNHLE5DyOR3WvwRoeBV {  }
 }@media only screen and (max-width: 763px) { #idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #brWMZhJfy60tA8b2fbG0ZpCog2NglTFc {  }
 }@media only screen and (max-width: 763px) { #idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #XuA33hX6Cry4u2PJdtdrolb9LH2e7CDf {  }
 }@media only screen and (max-width: 763px) { #idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #QKLdoUkC16tGmavMtQfpkUhMb4BcDDQ9 {  }
 }@media only screen and (max-width: 763px) { #idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #c5wExnl01blnmRxTcWAmEuaSuRzPoukC {  }
 }@media only screen and (max-width: 763px) { #idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #lJqIkdD4ITVOkvwlfIdVm1PJiPXXug2l {  }
 }@media only screen and (max-width: 763px) { #idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #N2cUqsIZ82gdCu8E66haLM2EgI1ItHnx {  }
 }@media only screen and (max-width: 763px) { #idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #rnG0sRdomHGPSaL2sLPClXN81Eo71DFb {  }
 }@media only screen and (max-width: 763px) { #idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #GhkAnRAxyGlpK3dTCXxSeMX0PokeDnqu {  }
 }@media only screen and (max-width: 763px) { #idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #bcT3NfKas1R2FaCpM8apskndsB9kPsol {  }
 }@media only screen and (max-width: 763px) { #idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #Qoirvbwp5mkfgvMPTpK6Amvd6FkSC5JV {  }
 }@media only screen and (max-width: 763px) { #idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #fIyIOBUpELrSW888vZyeIi6BqPhQsdJ3 {  }
 }@media only screen and (max-width: 763px) { #idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #RPvw2G4ZhWQsrNJV2CkDe3wu6rwbkFVz {  }
 }@media only screen and (max-width: 763px) { #cBvO8SBcLWtbrdctul3AWBzSbz9FCblw { display:block; }#cBvO8SBcLWtbrdctul3AWBzSbz9FCblw > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SSQM3fKPSAWiMxeqq3XgbsS2luax6a6Q { top:2.0625rem;left:0rem;width:39.4375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #BDXDtszPtAX6abvTR71Nd8Ow94uPHa7R { display:none; }#BDXDtszPtAX6abvTR71Nd8Ow94uPHa7R > .row .container { width:20rem;height:18.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tT6zu5NR4EIRKX31aGAD96hBJRuCgxnX { width:10.625rem;height:3.125rem;top:5.4375rem;left:4.6875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #pnM63q1Mb5Z2SrskC4K31TJ6MOXoSQlK { display:block; }
 }@media only screen and (max-width: 763px) { #URVDF7cORXMkHZTELDueXrJBawHzAOTm { width:3.5625rem;height:2.1875rem;top:15rem;left:8.1875rem;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zzsTdoL1WsRMTbg6X4hEb4J5Nc2NQooL { display:block; }
 }@media only screen and (max-width: 763px) { #pVAENaes4s8asD1ATEMQUTKyqfiZ8RKe { width:3.5625rem;height:2.1875rem;top:11.5625rem;left:8.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFeoIx0TZ0lTBll15CzwDWnBrPH84rTR { display:block; }
 }@media only screen and (max-width: 763px) { #fdhz0JmVJdno5LMTWTFg2pP0bXIcPhyE { width:3.5625rem;height:2.1875rem;top:8.125rem;left:8.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCgeNvRM2Icikzc299gughwQxDZAT8OF { display:block; }
 }@media only screen and (max-width: 763px) { #iUWDny86OGahf1LSwBhZEBVSMK7acPvE { width:4.0625rem;height:2.1875rem;top:4.6875rem;left:7.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2hGZwZnlQbJGNcRMMqy4zo3pSbFTGTE { display:block; }
 }@media only screen and (max-width: 763px) { #mhXGSrS9Jw9azACTgyUkh0guS3CUGfPU { width:3.5625rem;height:2.1875rem;top:1.25rem;left:8.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJFOiWdlXe73f1KPOEDzzdQDsLEhSZOI { display:block; }
 }@media only screen and (max-width: 763px) { #vx4IPZpu0eVXmNSEsWT6ZPvahoTeHfvW { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/85dd4336-753f-4c65-8a72-075472686b75/drJoannaStodolnaTukendorf.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#vx4IPZpu0eVXmNSEsWT6ZPvahoTeHfvW.adaptive-delivery-prevent-bg, #vx4IPZpu0eVXmNSEsWT6ZPvahoTeHfvW.lazyload, #vx4IPZpu0eVXmNSEsWT6ZPvahoTeHfvW.lazyloading { background-image: none; }#vx4IPZpu0eVXmNSEsWT6ZPvahoTeHfvW > .row .container { background-color: transparent; background-image: none; }#vx4IPZpu0eVXmNSEsWT6ZPvahoTeHfvW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(73,72,88,0.47); }#vx4IPZpu0eVXmNSEsWT6ZPvahoTeHfvW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vx4IPZpu0eVXmNSEsWT6ZPvahoTeHfvW > .row .container > .video-iframe-container { display: none; }#vx4IPZpu0eVXmNSEsWT6ZPvahoTeHfvW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(73,72,88,0.47); }#vx4IPZpu0eVXmNSEsWT6ZPvahoTeHfvW > .row > .video-iframe-container { display: none; }#vx4IPZpu0eVXmNSEsWT6ZPvahoTeHfvW > .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); }#vx4IPZpu0eVXmNSEsWT6ZPvahoTeHfvW > .row .container { width:20rem;height:36.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bUs0zq7COsx3CsXUgcGdWDntxDkRbqbb { width:20rem;height:auto;top:21.8125rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #iCxL3WWWUTxPPdQ1mRwR1rTxTQdwhvBA { width:13.3125rem;height:2.9375rem;top:30.925001144409rem;left:3.3437500596046rem;font-size:1rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #JRiAcUO6T1ogFZFp9Kr9ueQkdftyGXVV { display:block; }
 }@media only screen and (max-width: 763px) { #kkqvwArxKXNTxa6KcoZ4Q3qodXd8hUp2 { width:20rem;height:;top:12.925001144409rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15012;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #f26iw90MQG1yBmiTsEs0WK05Sr0yupSB { width:3.5625rem;height:1.875rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTlh7Gyt3GqcEhbnWxAuheRk87vsgarO { width:20rem;height:auto;top:5.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #AHfmmdThb0DneSNp6MwdE4NoRnzFAWFk { width:17.25rem;height:;top:23.875rem;left:1.3750000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15013;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl { display:block; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { width:20rem;height:59rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IGgGP7DxH17GTTJA5uxBwgNq3d5FqCJz { width:20rem;height:3.57421875rem;top:3.2374973297119rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QOaWIHaLe9DoiKv3q3sDsdIl19S1Bm18 { width:19.625rem;height:23.9716875rem;top:8.4109380245206rem;left:0.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#QOaWIHaLe9DoiKv3q3sDsdIl19S1Bm18 li:before{  }
 }@media only screen and (max-width: 763px) { #VHSuL9il1tXknfnDGbAZTVb5sTNoENd6 { width:20rem;height:24.75rem;top:34.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBQvDqrU93nHrbiLToGhtks9hQDeZBF7 { display:block; }#rBQvDqrU93nHrbiLToGhtks9hQDeZBF7 > .row .container { width:20rem;height:23.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EcwlwZ5LcMmZ1F7KCbByb5e9zV3BhPOX { width:20rem;height:18.125rem;top:4.375rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lusR6q0xNPaVEoqUQGB8W2LXEyRHABuA { width:17.625rem;height:8.3965rem;top:12.0625rem;left:1.1867187619209rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OPaS0qwbHgw8PICZWUQrzGfBuvSo7dao { width:20rem;height:3.1484375rem;top:7.625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wTcyvTL5V1ePaswsPK27IBDgwdPUwr1L { display:block; }#wTcyvTL5V1ePaswsPK27IBDgwdPUwr1L > .row .container { width:20rem;height:31.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cNz98qqD8w4zVKD9dsxnVxP85b8qztOi { width:20rem;height:11.218697829716rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWANZ1CJDnOVtk80COtZOqbS2nwi7VD5 { width:20rem;height:11.6953125rem;top:13.71775rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TAUkyS0RmqcDtUxfocxSeC5B3zTp7muI { width:17.5rem;height:3.4375rem;top:26.966796875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6NR6UvvCn43BizyeIOsX18WoG88PvNO { display:block; }
 }@media only screen and (max-width: 763px) { #zTudmR0wAfF9dxt0TduWTxTCQE39xork { display:block; }#zTudmR0wAfF9dxt0TduWTxTCQE39xork > .row .container { width:20rem;height:147.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fnxZci8E6rM5ZUeBUTVNhNdsfNdSD4qZ { width:13.75rem;height:12.6875rem;top:23.25rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppgx7G9qdFsnP9TZElttxQ8J0c9ObxKT { width:12.375rem;height:4.38574375rem;top:28.6875rem;left:3.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQmPH9Hk8dXFyLpEbmSfARG7fB4KRmZ5 { width:13.5rem;height:11.125rem;top:38.1875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrovUa9rM55wCivpNDZQWgTNrzCMCSxV { width:13.125rem;height:4.38574375rem;top:42.875rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilT9WLMMf2RzceM8USV8Bbh15QB1c1Lw { width:13.5rem;height:11.125rem;top:52.6875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGthlwQuRkWGkuA1qTrM5nqB8T45hEV5 { width:13.125rem;height:0;top:48.85000038147rem;left:3.9749999642372rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #StGyrLR1x1NGhuTQORHpPs2SGQmfC37D { width:13.5rem;height:11.125rem;top:67.625rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGfSScmP4JucW30eaVwTmyAs9T17im0N { width:11.9375rem;height:5.84765625rem;top:72.375rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPL94XX7hmgMw6oSEMKIPbwMy7URD6Tb { width:20rem;height:0;top:8.8125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #DdhhEhK2B6qTy8kp9E6wKL81gDqJK7d2 { width:20rem;height:3.298825rem;top:3rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #RBtafgQ9TyL5k5HS39SrcWAHWKpuJdTa { display:flex;width:2.1875rem;height:2.1875rem;top:40.0625rem;left:8.90625rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #MUn9fDmkMxlANZlFPGT7a443uHmKQCTC { display:flex;width:2.1875rem;height:2.1875rem;top:54.125rem;left:8.90625rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #cNvAwdtfcmgu68A7p0bhqQHJgyJeiAId { display:flex;width:2.1875rem;height:2.1875rem;top:69.3125rem;left:8.90625rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #yORwnoQCeEsoIavhb2B8lTp51wzawRG3 { display:flex;width:2.1875rem;height:2.1875rem;top:24.9248046875rem;left:8.90625rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #l2E2kuz3TMiLdLnDRFgb26UMbQLi2bHs { width:16.8125rem;height:3.5625rem;top:116.625rem;left:1.59375rem;font-size:1rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #a9783hT6CfADryqAQ2RR7aqsanwXJm9g { display:block; }
 }@media only screen and (max-width: 763px) { #F17BcwLUkczhJqlhBDz3cCz2DTBD0PzH { width:13.125rem;height:5.84765625rem;top:56.9375rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #fgisKgo7I8Z8PAvQAtUeG7nuZmFVu4pp { width:20rem;height:10.7988125rem;top:8.1748046875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o3FZHWLob1fTy5xvcPl5qqthEShc54XI { width:13.5rem;height:17.125rem;top:81.625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQwuVmJ2ydyPfZIXCaxrzF9ThuxJw2wO { width:11.875rem;height:7.3095625rem;top:88.625rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDQITT4lJ5Sv2rK4GqnRtNakKTaM24iV { display:flex;width:3.125rem;height:3.125rem;top:83.5rem;left:8.5625rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #crDbM2t4lyv6D80eRFlDswFTaThzVqyG { width:20rem;height:12.598625rem;top:102rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JvQc9oNdbztRKdhJtT1HORE0o113HwOJ .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JvQc9oNdbztRKdhJtT1HORE0o113HwOJ .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; }
#JvQc9oNdbztRKdhJtT1HORE0o113HwOJ .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; }
#JvQc9oNdbztRKdhJtT1HORE0o113HwOJ { width:18.75rem;height:5.2441375rem;display:flex;top:126.5625rem;left:1.064453125rem;z-index:15022; }
 }@media only screen and (max-width: 763px) { #JvQc9oNdbztRKdhJtT1HORE0o113HwOJ #ZV3WSn8BmAAJZaaL19TvhM507lv4kC5g { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JvQc9oNdbztRKdhJtT1HORE0o113HwOJ #UTn6tLz7MrLWXQdV26ilg8TVIvV86AVD {  }
 }@media only screen and (max-width: 763px) { #JvQc9oNdbztRKdhJtT1HORE0o113HwOJ #mygrhwJ48o0tx8A94M2LorJvaiOiICGS {  }
 }@media only screen and (max-width: 763px) { #JvQc9oNdbztRKdhJtT1HORE0o113HwOJ #QXQCI9SXVBJeFM04CDmClaDc4uWnMcbf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JvQc9oNdbztRKdhJtT1HORE0o113HwOJ #cLal0lD9aiZw88zumiiNkxhsg0B3TTfL {  }
 }@media only screen and (max-width: 763px) { #JvQc9oNdbztRKdhJtT1HORE0o113HwOJ #QkAQuaDnt7nl4ldn9mExvfB71HGu9wgq {  }
 }@media only screen and (max-width: 763px) { #JvQc9oNdbztRKdhJtT1HORE0o113HwOJ #uu53rie0qV9oqvg7BQurpB8dKme6XHPT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JvQc9oNdbztRKdhJtT1HORE0o113HwOJ #uTRvRfzc7JbAGs4LpEUgTFwDUC0ccdfl {  }
 }@media only screen and (max-width: 763px) { #JvQc9oNdbztRKdhJtT1HORE0o113HwOJ #nEPTVluQIK764Ri4lvRrmSSUITih8ylV {  }
 }@media only screen and (max-width: 763px) { #JvQc9oNdbztRKdhJtT1HORE0o113HwOJ #nItAHke6O04lK1ztzZFZTfxKRGlNtLBo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JvQc9oNdbztRKdhJtT1HORE0o113HwOJ #dlL1yIiwzZWtFnMUxT6V2NsUA7oGhagq {  }
 }@media only screen and (max-width: 763px) { #JvQc9oNdbztRKdhJtT1HORE0o113HwOJ #Ou45L5uHH58wgm7Zkh0s53ZcrBq3Oi6Z {  }
 }@media only screen and (max-width: 763px) { #VwA7LSZiyQKUnGJJy50E1dKI7L2XXWQt { width:20rem;height:5.84765625rem;top:133.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ru6GTKErWTbUZeoBQiJmQIzLQ6GrB1BC { width:20rem;height:2.5996125rem;top:121.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngAUQSw3putnS8kHCHrL9Q5kTZLE01Xc { width:14.5rem;height:3.5625rem;top:141.6875rem;left:2.75rem;font-size:1rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #nbowaJoWcZnMN1F8paBcGLG2L7PBFI8e { display:block; }
 }@media only screen and (max-width: 763px) { #bHGKQJcCMLfymel8Tlsn5UmoayPP3rXt { display:block; }#bHGKQJcCMLfymel8Tlsn5UmoayPP3rXt > .row .container { width:20rem;height:108.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OuAUcV9h1rw4sNa5xuTMcamoLTh4xJHd { width:18.6875rem;height:9.8965rem;top:1.625rem;left:0.65625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SIBu61Vl3isHmsrieI10XzVK74ZmnsMW { width:17rem;height:16.875rem;top:14.375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqBJVm7RGASsSon4PBuA1b8we0QxeWyM { width:14.3125rem;height:3.8994125rem;top:20.3125rem;left:2.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pEBuqcbFrqNGm78MwKxdtZonwfcNBTwd { width:17rem;height:26.125rem;top:32.625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kz8kBXArDg6CrbTIeiX2181TSooaCItH { width:4.375rem;height:4.375rem;top:34rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6sV2P4zanpGKZD7LvAJMqTcOlubbCW2 { width:17rem;height:19.625rem;top:60.25rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1zPTf4OCRnH3k0gZp3yq9fqMs3yzXuO { width:4.375rem;height:4.375rem;top:61.625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcsTzx47CQmm8oG4fUAvoJ5fcbkxZBQe { width:17rem;height:20.875rem;top:81.3125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDMxzSIg3Xktl7gWTgoKDsD2BdW4p5xx { width:4.5rem;height:4.5rem;top:82.4375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1CVtTo5urJLPz6X7APrc2LNpQHfsmxk { width:14.5rem;height:5.19921875rem;top:24.5625rem;left:2.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BA4HwNKlO30XZi7W9Pot4wvIteOvMPJT { width:14.3125rem;height:3.8994125rem;top:39.8125rem;left:2.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qth7x1VQNqJwr7h5BL3yuu3sF8AQrKnG { width:15.1875rem;height:11.69825rem;top:45.6875rem;left:2.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DI84PoPWiq3Z44gWGqQ5iRAdiNT2tFyp { width:14.3125rem;height:2.5996125rem;top:67.6875rem;left:2.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PBMTLuvE0CvfO5QwvqFtiylqZAo5uXni { width:15.1875rem;height:7.7988125rem;top:70.5625rem;left:2.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H6IoLnHPUZh7kJiQlpL538bIdzAuizQ9 { width:14.3125rem;height:2.5996125rem;top:88.1875rem;left:2.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uJkGGyAQJ1wqZ8sOHq9J9gnsxur1OILs { width:15.1875rem;height:9.098625rem;top:92.1875rem;left:2.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yDoLAhQ2hboyfsmLoDLXic07igfIRWny { width:14.5rem;height:3.5625rem;top:103.3740234375rem;left:2.75rem;font-size:1rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #GNMUwK8t68yJQVisa5Wp33BLWLxmEWtm { display:block; }
 }@media only screen and (max-width: 763px) { #x7NBOhVysUzBfusCDoqcVwt3wgvTpMEp { display:flex;width:3.125rem;height:3.125rem;top:15.9990234375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #i5s7SJ9mfZ0PhZBm53O1t78aZe1c4AO4 { display:block; }#i5s7SJ9mfZ0PhZBm53O1t78aZe1c4AO4 > .row .container { width:20rem;height:107.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y8iso3WtAMQmm7sPubx715BKRWB6XHH9 { width:17rem;height:22.3125rem;top:1.25rem;left:1.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ho0RB6ZExe3pZ6hoVmT7kbrSvZL0SD18 { width:4.875rem;height:4.875rem;top:2.6242218017578rem;left:7.6249990463256rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOw8rSny1FQKxAXZiT1pAFEw0WHWKLgC { width:14.3125rem;height:2.5996125rem;top:8rem;left:2.8437500596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ONkJ6HTrTvM2Gp8wg1iuWwoRwxXprTBW { width:17rem;height:21.75rem;top:25rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9KiGCHZEqIZX2KNoy9cnIxiZo4u3d6X { width:4.375rem;height:4.375rem;top:49.8125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtzqK6tJ5iiJM1DcPROP6hB2VXnEF6gR { width:17rem;height:25.125rem;top:48.3125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDnlEtESUplGoKzNPbgqmEaWkfzhIk9I { width:4.6875rem;height:4.6875rem;top:26.4375rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiDTT0RL2uHp8Kk4Cg7JMyQp7aP7TTNa { width:17rem;height:25.875rem;top:75rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wILVCw8mRWbZCfUJgNE23hxNl2ttDMqq { width:4.375rem;height:4.375rem;top:76.6875rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiHfxrbkAUaQozWl1ES4X1PEcVnEuDrc { width:14.5rem;height:0;top:11.625rem;left:2.7500000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TTrqtVPKby3mXU52e3ixDRWDD6tkh1qT { width:14.3125rem;height:3.8994125rem;top:32rem;left:2.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WhuuLGcP09ZaXG9LOFQSWyudOOl8pUvR { width:15.1875rem;height:7.7988125rem;top:37.625rem;left:2.40625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PGMDVMiS7ES7llCvnB7XbK5vWfXURwAB { width:14.3125rem;height:2.5996125rem;top:55.9375rem;left:2.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ueiPR3pawgK7qEHZvoixvzTy0qxwHehE { width:15.1875rem;height:10.3984375rem;top:60rem;left:2.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lXCoUn9Lg9wpyHqTHIvQzkSAxCCP6Tft { width:14.3125rem;height:3.8994125rem;top:82.8125rem;left:2.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z52THM1rgk4PemLPxQ9PKx5VeA4KUyiT { width:15.1875rem;height:11.69825rem;top:87.4375rem;left:2.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T06iMZaF7gnpgUVNgXLKmWlMGOHs5ZzU { width:14.5rem;height:3.5625rem;top:102.5625rem;left:2.75rem;font-size:1rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #SiiJn5feBtESQUbs5tD0hivTtCoL5VPz { display:block; }
 }@media only screen and (max-width: 763px) { #dPrUwkucl5ozADKDgICTOvCUuXmHJMtd { width:14.5rem;height:9.098625rem;top:11.812500476837rem;left:2.7500000596046rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #aoSIdzupLOANHNHLEy1bpEKKzQb8TDgl { display:block; }#aoSIdzupLOANHNHLEy1bpEKKzQb8TDgl > .row .container { width:20rem;height:70.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #crTkgn94Mr1Ta43dhRMUZGB8Cw7lPGlx { width:17rem;height:22.3125rem;top:1.25rem;left:1.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVwt11nAI5F8GlGqKRabVdDDWdEUBWC1 { width:14.3125rem;height:1.3rem;top:8rem;left:2.8437500596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RziVytuJbs4Qp3Cst4Okx2px8zRbtzbH { width:14.5rem;height:11.69825rem;top:10.875rem;left:2.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AxKL3F4zc1F5TuxuSGGLsI7cRrvodHn4 { width:17rem;height:18.375rem;top:25.125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0iBMB2Q3XSgxWnHrhx0TpQMM55UhLiD { width:4.6875rem;height:4.6875rem;top:26.5625rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cz2IFbN3wPxsJaf1ZvrFrsXp64Eoy43Q { width:14.3125rem;height:2.5996125rem;top:32.4375rem;left:2.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #curOUZkUpdaLRsEJ8cFXQabT0E8IghQd { width:15.1875rem;height:6.499rem;top:35.5625rem;left:2.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O0oCi9zEh3E9yD8T0V9PxmzzXLUiIhZ6 { width:17rem;height:25.125rem;top:44.9375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqciPBxHtN2p4t98IXRpZebeaG96MsKl { width:14.3125rem;height:2.5996125rem;top:52.5625rem;left:2.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T6wRfvxWDLhvkTJm2Xe4EmcaoyLG8tGz { width:15.1875rem;height:11.69825rem;top:56.625rem;left:2.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ik4MDr991MdL1kwQ9vFKlVOZAfs7ci6F { display:flex;width:3.125rem;height:3.125rem;top:3.65625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #zXwKpAqfpkIrC2UBVE46dslcroE5EMfW { display:flex;width:3.125rem;height:3.125rem;top:47.5rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #PgS09DC5AK0AtMcRkkCQ35wucNq7rQm9 { display:block; }#PgS09DC5AK0AtMcRkkCQ35wucNq7rQm9 > .row .container { width:20rem;height:58.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U3d0u3elv2IqdOSo8dWpKK329kNctPCd { width:17rem;height:23.4375rem;top:1.3125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQZZi8T17qFNn6R7aWBJsAmClKBAHXty { width:15.1875rem;height:9.098625rem;top:13.75rem;left:2.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SeNZCF7Dz7PxQthFihp3ws0mLNRml3Kk { width:14.3125rem;height:3.8994125rem;top:8.5rem;left:2.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E6wr8cymFEwtU19iEwLFrEsEFgoo6fGB { width:17rem;height:25.25rem;top:26.125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXiIC25EDAbsIftRDb8Pwikup1fviqfa { width:14.3125rem;height:3.8994125rem;top:34.375rem;left:2.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AgKUqd1Fsu8zWAbOReZdJISZDUAmo1ZV { width:15.1875rem;height:10.3984375rem;top:39rem;left:2.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BvToZ9TDQW59ZNJ6dTQBE1HPvrufGpwI { display:flex;width:3.125rem;height:3.125rem;top:29rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #ov4Ht5VPNp42EdQdDnRI7ByXuqTAKg2a { display:flex;width:3.9375rem;height:3.9375rem;top:3.4375rem;left:8.03125rem; }
 }@media only screen and (max-width: 763px) { #naIFr69RASJsMv3MW9Z5KaE4Qnu2OfPB { width:19rem;height:3.5625rem;top:53.3125rem;left:0.5rem;font-size:1rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #iGb5S46yLWGRed08pllvtMA98gBCGkXl { display:block; }
 }@media only screen and (max-width: 763px) { #NtJ2hCl8RVXpotUdmyFFFE8St19zknbx { display:block; }#NtJ2hCl8RVXpotUdmyFFFE8St19zknbx > .row .container { width:20rem;height:49.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oEw6iis6NxGsZfQAPV3s3ucFfmPqN8QE { width:20rem;height:7.19825rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KI3RMrPowTBfJHulbRut5WLdoFxmkrcw { width:20rem;height:14.133333333333rem;top:17.8310546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7vgUulNRh4znEV4lrBleMplDb5Gxdxe { width:20rem;height:6.8984375rem;top:9.69825rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e5rqVlqUFUJ4NT3S5527kIElMgNkUTsh { width:18.75rem;height:7.871125rem;top:34.4013671875rem;left:0.625rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KcnxBuXxLbBEDTOXGJD2sO4ZvccnPza2 { width:19rem;height:3.5625rem;top:43.498046875rem;left:0.5rem;font-size:1rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #G3Mpo0pVxW2w8ZNViCzR8KHcBTnQFlBS { display:block; }
 }@media only screen and (max-width: 763px) { #NE31T3wkBIOseREEe9iOEhFsTTl4GZsv { display:block; }#NE31T3wkBIOseREEe9iOEhFsTTl4GZsv > .row .container { width:20rem;height:74.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SDBcIJikEELU4OCzdfgPmsF1Q6HJQKiV { width:9.875rem;height:12.25rem;top:5.7998046875rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqGdUqu6wZn5zAWnIkuuIrGZsXhGRyT8 { width:18rem;height:44.19331875rem;top:25.125rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rZfGAmnkHmKfRqfMi0E29rtsfSBPaI1N { width:19.4375rem;height:1.29980625rem;top:19.0498046875rem;left:0.28125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oWMoc3QOxnInI2bs6VodsTCfluFxW16F { width:20rem;height:3.41015625rem;top:20.8623046875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RglJL3UIDVGKlADUoG479LDURgcmnMCt { width:18.25rem;height:3.298825rem;top:1.3125rem;left:0.875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EBr8eGnto4Ltc2Ql9u1awF4TXThhuRUf { width:15.1875rem;height:2.9375rem;top:70.533203125rem;left:2.40625rem;z-index:15038;background-color:#f00632;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #JgJcoiWWH9LyVRdTgABvtfE6dfFfooD0 { display:block; }
 }@media only screen and (max-width: 763px) { #gTRiLHWBiwL9imwGB7NlZpIPfJBlNMQw { display:block; }#gTRiLHWBiwL9imwGB7NlZpIPfJBlNMQw > .row .container { width:20rem;height:36.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bPvcppVJMe9TnMri3PJDPiCfvZvX388K { width:20rem;height:4.2rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;color:#233c7a;display:block; }
 }@media only screen and (max-width: 763px) { #DVzmlQvFb3JoICeKiToKpThM0MECJEwI { width:4.0625rem;height:2.4rem;top:8.5rem;left:7.9375rem;font-size:2rem;color:#233c7a;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PMQ2RWoDikSTqxoDPbaVBwkRh3q3bkxM { width:12.5rem;height:1.2rem;top:10.9375rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BHp6zTNK58f0SyZcaiLKDkhdGPBXwQ6P { width:4.625rem;height:2.4rem;top:14.625rem;left:7.6875rem;font-size:2rem;text-align:center;text-align-last:center;color:#233c7a;display:block; }
 }@media only screen and (max-width: 763px) { #uUya90tAh4dwt1uIAqAFTlW8xrrEGvro { width:15.625rem;height:1.2rem;top:17rem;left:2.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vm8II4DoqaWXL6QBtn9lEy9pZ3NL2I3h { width:14.1875rem;height:2.4rem;top:20.6875rem;left:2.875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p1xmF1aT44373Q1tX3DAD7Fc7fvqCGPq { width:15.625rem;height:1.2rem;top:23.125rem;left:2.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uS9CLpfayevm8a3w4WduveQmh18nTaUB { width:14.1875rem;height:2.4rem;top:26.8125rem;left:2.875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #amwuw1nzxu3v8HBhIpm7BtsZIcJGZcTS { width:15.625rem;height:1.2rem;top:29.1875rem;left:2.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fnEO8PT6gZOWE4IKuceQNCt41BrFcOTK { width:7.5rem;height:0.125rem;top:13.324999809265rem;left:6.2500000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #XteykT9o9Mnppwk8kn8SDhIX6ayiSQmm { width:7.5rem;height:0.125rem;top:19.637499809265rem;left:6.2500000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEhZ6hEsnoxJSM6vFqArV3TBi6OcESEh { width:7.5rem;height:0.125rem;top:25.762499809265rem;left:6.2500000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixmTOJg2L4ZTGF5DK27tV0yUEUVnQdGg { width:7.5rem;height:0.125rem;top:31.824999809265rem;left:6.2500000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPnM3EuF0nPKsmgXOlTTXldExsFMOsPf { display:block; }#WPnM3EuF0nPKsmgXOlTTXldExsFMOsPf > .row .container { width:20rem;height:69.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qlTskbXs2KAzrJKzbfwADinNWyPGynRg { width:18.4375rem;height:11.6953125rem;top:6.4375rem;left:0.78125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nk7iQx775MtME9wSzkghW5bt5JppBXAl .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; }
#Nk7iQx775MtME9wSzkghW5bt5JppBXAl .widget-text.counter-number { padding-top:0.46rem;padding-right:0.40875rem;padding-bottom:0.46rem;padding-left:0.40875rem;width:2.4525rem;min-width:2.4525rem;height:2.47375rem;font-size:1.840625rem;line-height:39.58px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.0625rem solid #ff004c;border-right:0.0625rem solid #ff004c;border-bottom:0.0625rem solid #ff004c;border-left:0.0625rem solid #ff004c; }
#Nk7iQx775MtME9wSzkghW5bt5JppBXAl .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2875rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.27rem;height:0.978125rem;font-size:0.690625rem;line-height:15.65px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Nk7iQx775MtME9wSzkghW5bt5JppBXAl { width:17.5rem;height:4.8125rem;display:flex;top:32.25rem;left:1.1181640625rem;z-index:15022;padding-top:0.126875rem;padding-right:0.130625rem;padding-bottom:0.126875rem;padding-left:0.130625rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #Nk7iQx775MtME9wSzkghW5bt5JppBXAl #Zw7ddPaTEJJdsJdQGV9seplVkABfzTQG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Nk7iQx775MtME9wSzkghW5bt5JppBXAl #PgBxEbIFepBESMGsLOghPfPVsdv4ggaQ {  }
 }@media only screen and (max-width: 763px) { #Nk7iQx775MtME9wSzkghW5bt5JppBXAl #WX8hgeP8c0XouNQ4wxrkpntJxNUXdo4C {  }
 }@media only screen and (max-width: 763px) { #Nk7iQx775MtME9wSzkghW5bt5JppBXAl #MMJVyJDT9VXkiEwqZPa1oIbwe5dpX0dw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Nk7iQx775MtME9wSzkghW5bt5JppBXAl #bVEvgBhCtlX9d7WfXGaRokI0WUIRVGbV {  }
 }@media only screen and (max-width: 763px) { #Nk7iQx775MtME9wSzkghW5bt5JppBXAl #KybotB8VbDmH3zAEOOa2B7hbQOH8ZNCr {  }
 }@media only screen and (max-width: 763px) { #Nk7iQx775MtME9wSzkghW5bt5JppBXAl #i1W9CUIdbn3ICQlH77IBoQfgxGmOxQxn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Nk7iQx775MtME9wSzkghW5bt5JppBXAl #xQzBciCSDixgre3yO0hHT9k5C1P3RBVb {  }
 }@media only screen and (max-width: 763px) { #Nk7iQx775MtME9wSzkghW5bt5JppBXAl #dSELVCMdTqrtwXKX20g8Mg8wBM3ATTBn {  }
 }@media only screen and (max-width: 763px) { #Nk7iQx775MtME9wSzkghW5bt5JppBXAl #xSBBpQirIcWs8iWz14aECbrbw5VDZbve { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Nk7iQx775MtME9wSzkghW5bt5JppBXAl #yyQqKvBt61cTasfIQ1UzxNand9rK01xm {  }
 }@media only screen and (max-width: 763px) { #Nk7iQx775MtME9wSzkghW5bt5JppBXAl #gr4isXyANbhiEgpmTR5uJEQoXLEFf5iD {  }
 }@media only screen and (max-width: 763px) { #dPnoPsXTTPSTTmccIgeqmTHk6WhDc5II { width:20rem;height:11.25rem;top:19.4521484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuamkfyaJcaJ4yd1TF1PQlmDf8e4JqO4 { width:17.8125rem;height:14.625rem;top:42.1875rem;left:1.09375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yw1QcW0n7M9Lp1Dp4JXmGrmaNF4DBx11 { width:11.125rem;height:6.1875rem;top:57.5625rem;left:5.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #peBZwkdG8EBBdgPrUTylBFqnwRww4dUk { width:11.6875rem;height:2.25rem;top:38.75rem;left:4.75rem;z-index:15038;background-color:#f00632;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #IrTvQCsSqP5pDuQi1HmE0EHDdb4zNrug { display:block; }
 }@media only screen and (max-width: 763px) { #bP0vnu3BZcnhJTrmVAKhRNRszxg5DzgB { width:14.625rem;height:2.8125rem;top:65.125rem;left:3.28125rem;z-index:15038;background-color:#f00632;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #KWIMza89n1DVBzs9swUXzmsAe1gnnTtS { display:block; }
 }@media only screen and (max-width: 763px) { #esPXnPx7MdKfx2w8a8XtXPpG6MN8TXM3 .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; }
#esPXnPx7MdKfx2w8a8XtXPpG6MN8TXM3 .widget-text.counter-number { padding-top:0.46rem;padding-right:0.40875rem;padding-bottom:0.46rem;padding-left:0.40875rem;width:2.4525rem;min-width:2.4525rem;height:2.47375rem;font-size:1.840625rem;line-height:39.58px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.0625rem solid #ff004c;border-right:0.0625rem solid #ff004c;border-bottom:0.0625rem solid #ff004c;border-left:0.0625rem solid #ff004c; }
#esPXnPx7MdKfx2w8a8XtXPpG6MN8TXM3 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2875rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.27rem;height:0.978125rem;font-size:0.690625rem;line-height:15.65px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#esPXnPx7MdKfx2w8a8XtXPpG6MN8TXM3 { width:17.5rem;height:4.8125rem;display:flex;top:0.5966796875rem;left:1.1181640625rem;z-index:15022;padding-top:0.126875rem;padding-right:0.130625rem;padding-bottom:0.126875rem;padding-left:0.130625rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #esPXnPx7MdKfx2w8a8XtXPpG6MN8TXM3 #NW6bqwx2qqQqBXo7D45LsISn12naI8wC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #esPXnPx7MdKfx2w8a8XtXPpG6MN8TXM3 #HA0ASBIIDNUtCNusziAIME8XnWvWCte2 {  }
 }@media only screen and (max-width: 763px) { #esPXnPx7MdKfx2w8a8XtXPpG6MN8TXM3 #UQR5ieRI4e3lAJET6LUW2ykLCLGi2Km5 {  }
 }@media only screen and (max-width: 763px) { #esPXnPx7MdKfx2w8a8XtXPpG6MN8TXM3 #FxTcvEVkwslNZ5bIizSiTtHpPkRdgBw0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #esPXnPx7MdKfx2w8a8XtXPpG6MN8TXM3 #A3GUc0gNmXbx33NV8FgSbnHTzLhBfiDT {  }
 }@media only screen and (max-width: 763px) { #esPXnPx7MdKfx2w8a8XtXPpG6MN8TXM3 #Q5okPXBOcFnZdxy398wwVVbDIBLqyG0y {  }
 }@media only screen and (max-width: 763px) { #esPXnPx7MdKfx2w8a8XtXPpG6MN8TXM3 #ilGpCV9BFlAmrX0N8FUtwsucf1o8o7Pr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #esPXnPx7MdKfx2w8a8XtXPpG6MN8TXM3 #lyRln98S1CnqbyJGTX61AXnV10Etx35c {  }
 }@media only screen and (max-width: 763px) { #esPXnPx7MdKfx2w8a8XtXPpG6MN8TXM3 #UxEOfsiLAgTpRI8Psg1GFxiRFp9rRknV {  }
 }@media only screen and (max-width: 763px) { #esPXnPx7MdKfx2w8a8XtXPpG6MN8TXM3 #qJ78TTFoqJW36VZ3JvVVgWrtehG0ynlf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #esPXnPx7MdKfx2w8a8XtXPpG6MN8TXM3 #BO5K8D4HscdG40Ze0cZnlUT5pS1TSaGs {  }
 }@media only screen and (max-width: 763px) { #esPXnPx7MdKfx2w8a8XtXPpG6MN8TXM3 #kWeoPtUi7yoghsVvUNJh9uWbycQHiU9U {  }
 }@media only screen and (max-width: 763px) { #Q9hRdxe6mebS1ysTu1HOhNGMefgWdJMr { display:block; }#Q9hRdxe6mebS1ysTu1HOhNGMefgWdJMr > .row .container { width:20rem;height:121.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UCwX0rbDR3RoNaL5lgmW4sr0RsbFCNRb { width:12.9375rem;height:1.04980625rem;top:41.1875rem;left:5.6875rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #LTwmT0vC8dKlcc5IdT8G9SJzxzk0Azld { width:17.8125rem;height:0;top:10.94375rem;left:2.1875rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #QuS1meGJaCsCuoT6xnz11laR7AUu0aZ6 { display:flex;width:2rem;height:2rem;top:17.25rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #ntHTNV460hrthVteAauAIETxPTP241Ox { width:20rem;height:29.25rem;top:14.9375rem;left:0rem;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1GEMqfhBEPquTZiESHw8R1DhCJ3gHba { width:16.125rem;height:12.598625rem;top:1.25rem;left:1.9375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wlBfguzBROmmgxRGTZICAq6TVaEsl0Sb { width:18.125rem;height:0;top:43.7125rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #swFNZNqkAdhi6NFtz3VSZ9N8FVXxDUAq { width:12.875rem;height:1.04980625rem;top:69.0625rem;left:5.6875rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #Um02EIRgZnvrl0cDuWHHXOxgPS38eLB9 { display:flex;width:2rem;height:2rem;top:48.4375rem;left:1.4375rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #WOvrnNbrTJvQseMqnIZV1AKzhyAvnRQa { width:20rem;height:25.375rem;top:73.125rem;left:0rem;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5CMWqDvSWb6Qdhmt6oXTirDclMzZ64z { width:18.25rem;height:14.29783125rem;top:79rem;left:0.875rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #VDPwn6RMHQqITT3wFtp4gaIo97FuJsFr { width:12.8125rem;height:1.04980625rem;top:95.125rem;left:5.75rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #AWEDznib6vhhNdVVq2GbCfRdCNnhUqGX { display:flex;width:1.875rem;height:1.875rem;top:76.125rem;left:1.5rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #bBXMTw71ArMxHXzSgeSaAu61cXXpmi8A { width:20rem;height:15.875rem;top:99.625rem;left:0rem;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeIWlHyTMq32a5oxU5tGPvGX7p5CJZnX { width:18.3125rem;height:0;top:110.825rem;left:1.6875rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #mWGwLuhEtOLZHdUTBHhehNVZNww7zmID { width:17.125rem;height:1.04980625rem;top:112.25rem;left:1.4375rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #pKSmaggn4lZKEah0icMOgx8PCSif094Z { display:flex;width:1.875rem;height:1.875rem;top:101.75rem;left:2.1875rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #TuH0cosRbkM0SP23fQMy58rsrftTwEMm { width:20rem;height:27.3125rem;top:45.0625rem;left:0rem;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCyrNh2fqATb1UPgW8dpA89z4NcmPVXg { width:17.8125rem;height:19.49705625rem;top:19.8125rem;left:1.0625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #EN9P3uuG8i9aGWn7ZBr1z87ZxUzhmnTC { width:18.125rem;height:16.8974625rem;top:51rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #wn8d5SDTQ7h5LRQ3ITdKTvIVinAOaI2N { width:18.3125rem;height:5.19921875rem;top:105.125rem;left:0.8125rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #OoSovTeUBUA1dVUG99TyShF8Hv1smtQ6 { width:19rem;height:3.75rem;top:116.75rem;left:0.5rem;z-index:15038;background-color:#f00632;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ePQKUS8A7wEShNXpGwB8zfZR4hn4I9FT { display:block; }
 }@media only screen and (max-width: 763px) { #U8GRPTkqb4krdzTvG4zGREBZ85Bg3xoA { display:block; }#U8GRPTkqb4krdzTvG4zGREBZ85Bg3xoA > .row .container { width:20rem;height:72.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DO6XNGqOCmhVbDsC3edJ4beHo45mFDET { width:19.75rem;height:35.875rem;top:11.625rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #ZFfTaMTUoO9zOGnRDVt6iFT8GhgBQH76 { width:15.625rem;height:4.0625rem;top:41.75rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHSaTInsTSoolaFZxFihHebn8JX3Ga1A { display:block; }
 }@media only screen and (max-width: 763px) { #Twrw439ahA8KGFSKDOkkQnTy0Xz5eHLK { width:17.3125rem;height:9.6875rem;top:30.3125rem;left:1.34375rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:14999;display:block; }#Twrw439ahA8KGFSKDOkkQnTy0Xz5eHLK li:before{  }
 }@media only screen and (max-width: 763px) { #VD08RKI9fi3fkURhcOOZRNbr5sR1zeUh { width:2.5625rem;height:1.29980625rem;top:25.7109375rem;left:5.46875rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #xcqd18GXZ73h1DXOuI7TsK7gbI05hgqZ { width:7.875rem;height:1.70605625rem;top:25.5078125rem;left:2.1875rem;text-align:left;text-align-last:left;font-size:1.3125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #T5TrzT74IMQ3dNrTmqoSQI2x1hZVgmxw { width:15.625rem;height:0.125rem;top:28.6875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uotZJWpz09hyeT3opEVgso9NAfpJDTPT { width:19.9375rem;height:2.3125rem;top:11.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #doE6068gaIHDxx0w27NhXfR5yW6TG9y4 { width:20rem;height:1.79980625rem;top:11.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #Ax53by4U2TH4muX8S5LWmnc7cMRbKNak { width:6.5rem;height:5.19921875rem;top:15.9375rem;left:2.1875rem;text-align:left;text-align-last:left;font-size:2rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #zwXIXM1DyXzxIxwlV9pvpCZMJqScJC5Q { width:20rem;height:6.597625rem;top:3.4375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qisISmlnZU0QTHNFcgQSLd539oDqM3cD { width:4.3125rem;height:3.73730625rem;top:21.7705078125rem;left:2.1875rem;text-align:left;text-align-last:left;font-size:2.875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #RRrl1Qo4sruVTnnf0xpgNCnEWW0iuW67 { width:4.0625rem;height:1.7871125rem;top:23.25rem;left:7.96875rem;text-align:center;text-align-last:center;font-size:1.375rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #uW81r8weSBKvA8Qophc9CRxt4Z0xlfPI { width:19.0625rem;height:4.94824375rem;top:49.5625rem;left:0.46875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uaHIydnhDCyzf1wdL9TJTP9S20lh0a0i { width:19rem;height:3.75rem;top:66.8125rem;left:0.5rem;z-index:15038;background-color:#f00632;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #zf4sHQ5zqyLhTW2pb7lt3d9n6KVqeLWx { display:block; }
 }@media only screen and (max-width: 763px) { #fh3XqSIFoTq6OnhLvH8ncHtlzI98Hu8L { width:20rem;height:3.298825rem;top:55.4375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bbtrGKE8W243tuTtkBG82FrQNx76fVNQ .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; }
#bbtrGKE8W243tuTtkBG82FrQNx76fVNQ .widget-text.counter-number { padding-top:0.46rem;padding-right:0.40875rem;padding-bottom:0.46rem;padding-left:0.40875rem;width:2.4525rem;min-width:2.4525rem;height:2.47375rem;font-size:1.840625rem;line-height:39.58px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.0625rem solid #ff004c;border-right:0.0625rem solid #ff004c;border-bottom:0.0625rem solid #ff004c;border-left:0.0625rem solid #ff004c; }
#bbtrGKE8W243tuTtkBG82FrQNx76fVNQ .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2875rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.27rem;height:0.978125rem;font-size:0.690625rem;line-height:15.65px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#bbtrGKE8W243tuTtkBG82FrQNx76fVNQ { width:17.5rem;height:4.8125rem;display:flex;top:14.4375rem;left:9.875rem;z-index:15022;padding-top:0.126875rem;padding-right:0.130625rem;padding-bottom:0.126875rem;padding-left:0.130625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
 }@media only screen and (max-width: 763px) { #bbtrGKE8W243tuTtkBG82FrQNx76fVNQ #ZSrydrXNJFfZSD1TSt3XoCRPwDyx1u0P { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bbtrGKE8W243tuTtkBG82FrQNx76fVNQ #gaLv3i3CL8TGDycTWHSyeM45wDd0RXX1 {  }
 }@media only screen and (max-width: 763px) { #bbtrGKE8W243tuTtkBG82FrQNx76fVNQ #MOQiO7fhhIbK0osTcz1WPLuM1mgnoi3I {  }
 }@media only screen and (max-width: 763px) { #bbtrGKE8W243tuTtkBG82FrQNx76fVNQ #Oe7Npnrqhx1hdHrP7DbbW5g7EpvDoDte { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bbtrGKE8W243tuTtkBG82FrQNx76fVNQ #ozwzdkRwfnREDSXDP0zF96BAbIRLnuxX {  }
 }@media only screen and (max-width: 763px) { #bbtrGKE8W243tuTtkBG82FrQNx76fVNQ #LSRk2QPsvocBhrs2bHSuUqG9e1cooMwa {  }
 }@media only screen and (max-width: 763px) { #bbtrGKE8W243tuTtkBG82FrQNx76fVNQ #wAXg5nKNFAPWqT247ZBNmcQdTUvSS0bg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bbtrGKE8W243tuTtkBG82FrQNx76fVNQ #QnEeaOH7eud3uDXXFiInIun1ZQkT5SQB {  }
 }@media only screen and (max-width: 763px) { #bbtrGKE8W243tuTtkBG82FrQNx76fVNQ #nnc7wmayav3195S6XFHTEdznXmKDaP64 {  }
 }@media only screen and (max-width: 763px) { #bbtrGKE8W243tuTtkBG82FrQNx76fVNQ #EgFxlzxUB3ZZcfnMgRzQaziMktCB0G70 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bbtrGKE8W243tuTtkBG82FrQNx76fVNQ #SLQ7dbDLFv7mpdr8bJxJDMPETCD9EyIi {  }
 }@media only screen and (max-width: 763px) { #bbtrGKE8W243tuTtkBG82FrQNx76fVNQ #Itq6QWPTf68hTNgK39TUN1Xqna8fg5eV {  }
 }@media only screen and (max-width: 763px) { #Thpmy3Geq2iBbyJk1TSZEgs1WT9B16Bl .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; }
#Thpmy3Geq2iBbyJk1TSZEgs1WT9B16Bl .widget-text.counter-number { padding-top:0.46rem;padding-right:0.40875rem;padding-bottom:0.46rem;padding-left:0.40875rem;width:2.4525rem;min-width:2.4525rem;height:2.47375rem;font-size:1.840625rem;line-height:39.58px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.0625rem solid #ff004c;border-right:0.0625rem solid #ff004c;border-bottom:0.0625rem solid #ff004c;border-left:0.0625rem solid #ff004c; }
#Thpmy3Geq2iBbyJk1TSZEgs1WT9B16Bl .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2875rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.27rem;height:0.978125rem;font-size:0.690625rem;line-height:15.65px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Thpmy3Geq2iBbyJk1TSZEgs1WT9B16Bl { width:17.5rem;height:4.8125rem;display:flex;top:60.375rem;left:1.1181640625rem;z-index:15022;padding-top:0.126875rem;padding-right:0.130625rem;padding-bottom:0.126875rem;padding-left:0.130625rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #Thpmy3Geq2iBbyJk1TSZEgs1WT9B16Bl #cFbcVEBsw6emmiuovmTfQrWfRtOt7Ay2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Thpmy3Geq2iBbyJk1TSZEgs1WT9B16Bl #B7h8xhrRmxKJwIqf3QHsxPLZBtR3Z4cC {  }
 }@media only screen and (max-width: 763px) { #Thpmy3Geq2iBbyJk1TSZEgs1WT9B16Bl #eTlIe1EwqTWvUfow7PnmiwTvdQrz4BBR {  }
 }@media only screen and (max-width: 763px) { #Thpmy3Geq2iBbyJk1TSZEgs1WT9B16Bl #qPDTclWGLJTPNasue6d3J2oJKvRK1dag { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Thpmy3Geq2iBbyJk1TSZEgs1WT9B16Bl #likwUWv7b3gvtvr3m7FSy4s0ecWGIbv8 {  }
 }@media only screen and (max-width: 763px) { #Thpmy3Geq2iBbyJk1TSZEgs1WT9B16Bl #ex9xhtBFiufepT0olTgGmWELf9TxwVan {  }
 }@media only screen and (max-width: 763px) { #Thpmy3Geq2iBbyJk1TSZEgs1WT9B16Bl #p768htEBg1S2NoI5VrZe3bg33bAne8C9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Thpmy3Geq2iBbyJk1TSZEgs1WT9B16Bl #vT0FVweky3V3L82ivNdSlRcci87TghhW {  }
 }@media only screen and (max-width: 763px) { #Thpmy3Geq2iBbyJk1TSZEgs1WT9B16Bl #L1F6RnHsNIySBvSMfVvrfGTUmxlSnucx {  }
 }@media only screen and (max-width: 763px) { #Thpmy3Geq2iBbyJk1TSZEgs1WT9B16Bl #mozLslCeeRmA6HlQfwubTkuQsMfoOuyv { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Thpmy3Geq2iBbyJk1TSZEgs1WT9B16Bl #y04OWHLifB3Dvv2yBerq6U2nvEJqufNZ {  }
 }@media only screen and (max-width: 763px) { #Thpmy3Geq2iBbyJk1TSZEgs1WT9B16Bl #pNbHHD1s1g5F3n0duKgwWdSsvCD0ZiWz {  }
 }@media only screen and (max-width: 763px) { #McEHobXyvtnd2XdkE7R3oHi57aMwg3Th { display:block; }#McEHobXyvtnd2XdkE7R3oHi57aMwg3Th > .row .container { width:20rem;height:21.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VdXbKOLbkuUpKD4XSfuzGJZ5bDZ08hTP { width:20rem;height:4.2rem;top:2.75rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uPCcuDMOILzbBXnkssoRDiwUeTBmVfhi { width:20rem;height:6rem;top:8.2000007629394rem;left:0rem;font-size:1rem;z-index:15004;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SkTZi7hBFNptAwI74nO8uRtBL3wSmq16 { width:13.45rem;height:2.325rem;top:17.512500762939rem;left:3.2750001549721rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKPeRIaMwnrvwzFXUTrL3NTPqD5Rsdne { display:block; }
 }@media only screen and (max-width: 763px) { #J0yPIcePlb9EG0syDERRIWBh1SsVOsH5 { display:block; }#J0yPIcePlb9EG0syDERRIWBh1SsVOsH5 > .row .container { width:20rem;height:72.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #idWWJMQusL1ZafLP6JurDLMkO1mScQ2X .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#idWWJMQusL1ZafLP6JurDLMkO1mScQ2X .accordion-heading-text { line-height:1.3;overflow:hidden;height:auto;font-size:1.125rem; }
#idWWJMQusL1ZafLP6JurDLMkO1mScQ2X .accordion-desc-text { line-height:1.3;overflow:hidden;height:auto; }
#idWWJMQusL1ZafLP6JurDLMkO1mScQ2X { display:flex;height:auto;width:20rem;top:1.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #T76hfgcHAcTctQi3EbLG8aayCzrhTiTp {  }
 }@media only screen and (max-width: 763px) { #idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #J2fWOE6kvvfFxWlMlwWXLL2Pio0vxm3B {  }
 }@media only screen and (max-width: 763px) { #idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #mtJSqmqBeXIbOlTe3cTtkAth4b3dFUn2 {  }
 }@media only screen and (max-width: 763px) { #idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #Tia5KupU77z5x5ub1ue1S8L6Xg0tD2Mn {  }
 }@media only screen and (max-width: 763px) { #idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #XAQMc9DU4dGOXxe1RIIdLzTFFGoLs5y5 {  }
 }@media only screen and (max-width: 763px) { #idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #lndXVFOfPuhgVZtX3EG3DmmVSia3mM17 {  }
 }@media only screen and (max-width: 763px) { #idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #OMz0mrAiIgeQKyxuhgVpVqNOPZqTHe0E {  }
 }@media only screen and (max-width: 763px) { #idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #FAy5hnl4N9vQ9vEZuLc4uTAJQx6JN0bi {  }
 }@media only screen and (max-width: 763px) { #idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #DhGaE2UTHtB1FT2J8TDGil7pv0xmTRMP {  }
 }@media only screen and (max-width: 763px) { #idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #m1Tr2fVQGJ3hKg4PD5su68tTciBMFFie {  }
 }@media only screen and (max-width: 763px) { #idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #NIyMbNqT6Te3Onu6Aeai8lhTHVJH0GRt {  }
 }@media only screen and (max-width: 763px) { #idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #Fx0t9yJ1roNwUt29abHeGP3fB6BTD9GZ {  }
 }@media only screen and (max-width: 763px) { #idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #mQz73Z4No21OLVQecVRwP1pnslFNrA0O {  }
 }@media only screen and (max-width: 763px) { #idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #cNtK8vhhaUqDQKw1AOviwPcbt5l9lpSz {  }
 }@media only screen and (max-width: 763px) { #idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #LUR7V233Jn4OB1FDI8aLIGznIMhBSwWy {  }
 }@media only screen and (max-width: 763px) { #idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #ghQwe3ueoguSLzTunHTpG2N9EwZo1zBn {  }
 }@media only screen and (max-width: 763px) { #idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #yz2DvKmrEdUo3g2lNFOdlSKXWf7m8z80 {  }
 }@media only screen and (max-width: 763px) { #idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #kMC72zvzLAxfBTAs0gbhDAdbvh3Itcle {  }
 }@media only screen and (max-width: 763px) { #idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #hs4Vq2BaekHVIAtypSFyBF4wKJaZ0i2g {  }
 }@media only screen and (max-width: 763px) { #idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #RnZ7cVdm42fe7Wz4ddXRlK8QiqicytEx {  }
 }@media only screen and (max-width: 763px) { #idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #QZvorb3u4VT32QOHdRU6Q94voNVsQg4m {  }
 }@media only screen and (max-width: 763px) { #idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #DTvGzPThWaHut7lBrt8JOQMDLZIl9n62 {  }
 }@media only screen and (max-width: 763px) { #idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #KqgJRDHKPmnfXnkdU5VB93qHtRMnLKv8 {  }
 }@media only screen and (max-width: 763px) { #idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #BmTfhWqfPmW4rGTb8zKuGWpho7X8GxuA {  }
 }@media only screen and (max-width: 763px) { #idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #XW4EiMrzrz0cgziJIyhpJ5kKUlgJTSot {  }
 }@media only screen and (max-width: 763px) { #idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #As5rvZl0oaGLHKw6y88P5EmLeq9ZNK8T {  }
 }@media only screen and (max-width: 763px) { #idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #v6k7qftFDNXnOTDfHOFtRzQtfzhGzl55 {  }
 }@media only screen and (max-width: 763px) { #idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #UZ6o14xiSqKU3PQiTPlSJg2yhNmc8Nvz {  }
 }@media only screen and (max-width: 763px) { #idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #p68nUKTdXM5QOsDKC6KeqqhJBSg0Hzkl {  }
 }@media only screen and (max-width: 763px) { #idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #cgXKDJUauFHeuKqMCAJ7pJ5RmiWSDFpD {  }
 }@media only screen and (max-width: 763px) { #idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #H5WOV7D126qsovCdUz97DlC6LdkPycR2 {  }
 }@media only screen and (max-width: 763px) { #idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #DVIM2fksD6tgIlpbcafnDPl7Uaw0DTf8 {  }
 }@media only screen and (max-width: 763px) { #idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #C7MluevvkBNqZZNHLE5DyOR3WvwRoeBV {  }
 }@media only screen and (max-width: 763px) { #idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #brWMZhJfy60tA8b2fbG0ZpCog2NglTFc {  }
 }@media only screen and (max-width: 763px) { #idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #XuA33hX6Cry4u2PJdtdrolb9LH2e7CDf {  }
 }@media only screen and (max-width: 763px) { #idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #QKLdoUkC16tGmavMtQfpkUhMb4BcDDQ9 {  }
 }@media only screen and (max-width: 763px) { #idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #c5wExnl01blnmRxTcWAmEuaSuRzPoukC {  }
 }@media only screen and (max-width: 763px) { #idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #lJqIkdD4ITVOkvwlfIdVm1PJiPXXug2l {  }
 }@media only screen and (max-width: 763px) { #idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #N2cUqsIZ82gdCu8E66haLM2EgI1ItHnx {  }
 }@media only screen and (max-width: 763px) { #idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #rnG0sRdomHGPSaL2sLPClXN81Eo71DFb {  }
 }@media only screen and (max-width: 763px) { #idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #GhkAnRAxyGlpK3dTCXxSeMX0PokeDnqu {  }
 }@media only screen and (max-width: 763px) { #idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #bcT3NfKas1R2FaCpM8apskndsB9kPsol {  }
 }@media only screen and (max-width: 763px) { #idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #Qoirvbwp5mkfgvMPTpK6Amvd6FkSC5JV {  }
 }@media only screen and (max-width: 763px) { #idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #fIyIOBUpELrSW888vZyeIi6BqPhQsdJ3 {  }
 }@media only screen and (max-width: 763px) { #idWWJMQusL1ZafLP6JurDLMkO1mScQ2X #RPvw2G4ZhWQsrNJV2CkDe3wu6rwbkFVz {  }
 }@media only screen and (max-width: 763px) { #cBvO8SBcLWtbrdctul3AWBzSbz9FCblw { display:block; }#cBvO8SBcLWtbrdctul3AWBzSbz9FCblw > .row .container { width:20rem;height:4rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SSQM3fKPSAWiMxeqq3XgbsS2luax6a6Q { width:18.5625rem;height:1.5rem;top:1.25rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }