.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:247,240,232;--color-primary-1:228,207,179;--color-primary-2:201,158,103;--color-primary-3:101,79,52;--color-primary-4:30,24,15;--color-secondary-0:229,229,229;--color-secondary-1:209,209,209;--color-secondary-2:125,125,125;--color-secondary-3:75,75,75;--color-secondary-4:17,17,17;--color-tertiary-0:255,255,255;--color-tertiary-1:209,209,209;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--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:rgba(var(--color-secondary-4),1);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); }#auHhdbSuamS9oa5auD0KdGuQLqKPxTZh { background-color:rgba(var(--color-secondary-4),1);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;display:block; }#auHhdbSuamS9oa5auD0KdGuQLqKPxTZh > .row .container { background-color: transparent; background-image: none; }#auHhdbSuamS9oa5auD0KdGuQLqKPxTZh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#auHhdbSuamS9oa5auD0KdGuQLqKPxTZh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#auHhdbSuamS9oa5auD0KdGuQLqKPxTZh > .row .container > .video-iframe-container { display: none; }#auHhdbSuamS9oa5auD0KdGuQLqKPxTZh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#auHhdbSuamS9oa5auD0KdGuQLqKPxTZh > .row > .video-iframe-container { display: none; }#auHhdbSuamS9oa5auD0KdGuQLqKPxTZh > .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); }#auHhdbSuamS9oa5auD0KdGuQLqKPxTZh > .row .container { border-width: 0; border-radius: 0; }#auHhdbSuamS9oa5auD0KdGuQLqKPxTZh > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#auHhdbSuamS9oa5auD0KdGuQLqKPxTZh > .row .container { width:75rem;height:103.0625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#npK8q30MI6a0XV5uUP4eGScbi1dPZnCE { color:#f1d8b9;display:block;width:67.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:300;z-index:15001;line-height:1.1;letter-spacing:0;top:3.3125rem;left:3.75rem;height:6.32425rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RLrkqDdpuBTG8A9kt6rhxmHchsJV1T5b { color:rgba(var(--color-tertiary-0),1);display:block;width:52.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:12.0625rem;left:11.1875rem;height:10.5rem;font-style:normal;display:block; }
#KowBVBPqTuwaeRFBvHnAnZS7XBZUmXDb { background-color:#c61c27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.0625rem;height:3.9375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:82.125rem;left:2.75rem;display:block; }
#HVClhT5aZWnUAzHD3FxlUkOH11qmhRQW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wvzRSS7MxU3yzsI5JqVoaZXUHuO3augB { color:rgba(var(--color-tertiary-0),1);display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:30.1484375rem;left:2.6875rem;height:2.0996125rem;font-style:normal;display:none; }
#ednbvtB2NxCWgb5qLH1p4T9EsRVTd024 { color:rgba(var(--color-tertiary-0),1);display:block;width:60.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:56.65673828125rem;left:11.1875rem;height:9.5605625rem;font-style:normal;display:block; }#ednbvtB2NxCWgb5qLH1p4T9EsRVTd024 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ednbvtB2NxCWgb5qLH1p4T9EsRVTd024 li:before{  }
#cUefR1rqTNBQmr7XrFy69Rhy8NhKSTUT { color:rgba(var(--color-tertiary-0),1);display:block;width:52.1875rem;position:absolute;font-family:fraunces;font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:68.8125rem;left:22.8125rem;height:1.75rem;font-style:italic;text-align:right;text-align-last:right;display:block; }
#NNpJqm7rgdhAi2fXHqQozLF1lPzQeMn8 { color:#f1d8b9;display:block;width:31.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:71.75rem;left:0rem;height:8.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S0WUbmG1gSe5u8gCA3qSd6QJq7DZmUIV { color:#f1d8b9;display:block;width:31.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:72.375rem;left:43.9375rem;height:8.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SM1i4UShmHxFZMcnTE1kFqiNBmdlAIp1 { position:absolute;display:block;z-index:15013;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:29.125rem;width:50.125rem;top:25.0234375rem;left:11.1875rem;overflow:hidden;display:block; }
#eOdWwrhke0w6u9sGy0FDUr1EgplQy1PB { background-color:#c61c27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.0625rem;height:3.9375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:82.875rem;left:47.4375rem;display:block; }
#CuvmAwV6eUT6kE9eNtM9xITBLCTPk2Le { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PGJVlW4HhSute9bwdwQXsEkRvR52rFi5 { background-color:#000000;background-image:none;border-top:0.0625rem solid #fafafa;border-left:0.0625rem solid #fafafa;border-right:0.0625rem solid #fafafa;border-bottom:0.0625rem solid #fafafa;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:41.1875rem;height:3.9375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:90.375rem;left:16.6875rem;display:block; }
#EknVOTB0wqduVOgW4v9gS7g1e0OHPvwR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qPyqrJbQ4voSegOK5WgbJTBKHi8NrqrT { background-color:rgba(var(--color-secondary-4),1);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;display:block; }#qPyqrJbQ4voSegOK5WgbJTBKHi8NrqrT > .row .container { background-color: transparent; background-image: none; }#qPyqrJbQ4voSegOK5WgbJTBKHi8NrqrT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qPyqrJbQ4voSegOK5WgbJTBKHi8NrqrT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qPyqrJbQ4voSegOK5WgbJTBKHi8NrqrT > .row .container > .video-iframe-container { display: none; }#qPyqrJbQ4voSegOK5WgbJTBKHi8NrqrT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qPyqrJbQ4voSegOK5WgbJTBKHi8NrqrT > .row > .video-iframe-container { display: none; }#qPyqrJbQ4voSegOK5WgbJTBKHi8NrqrT > .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); }#qPyqrJbQ4voSegOK5WgbJTBKHi8NrqrT > .row .container { border-width: 0; border-radius: 0; }#qPyqrJbQ4voSegOK5WgbJTBKHi8NrqrT > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#qPyqrJbQ4voSegOK5WgbJTBKHi8NrqrT > .row .container { width:75rem;height:48.25rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#B9whoZTQcBfnN4G3dNT2Pfs0T7QR9Lmv { color:#f1d8b9;display:block;width:53.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:300;z-index:15001;line-height:1.1;letter-spacing:0;top:5.9375rem;left:7.5rem;height:8.25rem;font-style:normal;display:block; }
#PEaIUH1TNFTPMNKzM1QgAT3K49n155Le { color:rgba(var(--color-tertiary-0),1);display:block;width:60.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:13.25rem;left:2.34375rem;height:6.2988375rem;font-style:normal;display:block; }
#V3zIsCh48imwWdnbGwfHhv1y0fwOIGuz { color:rgba(var(--color-tertiary-0),1);display:block;width:64.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:21.75rem;left:2.34375rem;height:6.2988125rem;font-style:normal;display:block; }
#B7e6pRfTRhE3xxLs9BXvhMAwih6bTq82 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.0625rem;height:3.9375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:41.625rem;left:28.3125rem;display:block; }
#LAWOH0FLBap4MGvMlMqomNg739dQRdXR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AkNONAV0cRGJSaM4BTiu6XNRTg3mSTiN { color:rgba(var(--color-tertiary-0),1);display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:30.0625rem;left:22.875rem;height:4.19921875rem;font-style:normal;display:block; }
#LprMHaOFdy7H8V7zTkCIKzNrqPL8GN2z .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; }
#LprMHaOFdy7H8V7zTkCIKzNrqPL8GN2z .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.668125rem;padding-right:0.5925rem;padding-bottom:0.668125rem;padding-left:0.5925rem;display:block;align-items:center;width:3.55625rem;min-width:3.55625rem;height:3.5925rem;position:relative;font-family:var(--headlines-font-family);font-size:2.673125rem;font-weight:700;line-height:57.48px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LprMHaOFdy7H8V7zTkCIKzNrqPL8GN2z .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.4175rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.741875rem;height:1.42rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.0025rem;font-weight:400;line-height:22.72px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#LprMHaOFdy7H8V7zTkCIKzNrqPL8GN2z { border-top:0.5rem solid rgba(0,0,0,0);border-left:0.5rem solid rgba(0,0,0,0);border-right:0.5rem solid rgba(0,0,0,0);border-bottom:0.5rem solid rgba(0,0,0,0);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:22.9375rem;height:6.76625rem;padding-top:0.835625rem;padding-right:0.846875rem;padding-bottom:0.835625rem;padding-left:0.846875rem;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:32.1875rem;left:22.0625rem;z-index:15013; }
#LprMHaOFdy7H8V7zTkCIKzNrqPL8GN2z #vRTuCu2CLG9FbeHvcmKWVUGcKQPUqTqk { display:flex;position:relative;top:0rem;left:0rem; }
#LprMHaOFdy7H8V7zTkCIKzNrqPL8GN2z #qzmkab1ecgDSEF2UMa2RhT7wgZqKG2qW { width:auto; }
#LprMHaOFdy7H8V7zTkCIKzNrqPL8GN2z #VIScWTW17HrpmNJye4h7hRKnZIE1MX6Z {  }
#LprMHaOFdy7H8V7zTkCIKzNrqPL8GN2z #MDa8GDpbM2ymV8NZZRoMf8XZFmFzHB3h { display:flex;position:relative;top:0rem;left:0rem; }
#LprMHaOFdy7H8V7zTkCIKzNrqPL8GN2z #H6sLrFQgxS14cDn6mqVt9QxSpN6evsV2 {  }
#LprMHaOFdy7H8V7zTkCIKzNrqPL8GN2z #Qno7WAguTDp0XIz8yLCEBgdge0kDUKHr {  }
#LprMHaOFdy7H8V7zTkCIKzNrqPL8GN2z #zkqpe3L4aOqmEX5xQI54fHpWoDbi2sAX { display:flex;position:relative;top:0rem;left:0rem; }
#LprMHaOFdy7H8V7zTkCIKzNrqPL8GN2z #KbcXMPKyh9k41lLOH9y0KiawbwFR9f0J {  }
#LprMHaOFdy7H8V7zTkCIKzNrqPL8GN2z #XKDpP94T66AbwtgKb3LHXpH0C8ee8pCs {  }
#LprMHaOFdy7H8V7zTkCIKzNrqPL8GN2z #VFaO6wgIaKic0dbBTkLmNvhFNQst6wZT { display:flex;position:relative;top:0rem;left:0rem; }
#LprMHaOFdy7H8V7zTkCIKzNrqPL8GN2z #EFybdQRlAqh0wVgT2OQaZxn4FTRoQmLT {  }
#LprMHaOFdy7H8V7zTkCIKzNrqPL8GN2z #ABzsikNsQbeXT5wpNpmEeTJ4S9q4laiZ {  }
#evBRKKcqaUk7lg9tqTK6tSVF4vxBoyap .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; }
#evBRKKcqaUk7lg9tqTK6tSVF4vxBoyap .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.668125rem;padding-right:0.5925rem;padding-bottom:0.668125rem;padding-left:0.5925rem;display:block;align-items:center;width:3.55625rem;min-width:3.55625rem;height:3.5925rem;position:relative;font-family:var(--headlines-font-family);font-size:2.673125rem;font-weight:700;line-height:57.48px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#evBRKKcqaUk7lg9tqTK6tSVF4vxBoyap .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.4175rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.741875rem;height:1.42rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.0025rem;font-weight:400;line-height:22.72px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#evBRKKcqaUk7lg9tqTK6tSVF4vxBoyap { border-top:0.5rem solid rgba(0,0,0,0);border-left:0.5rem solid rgba(0,0,0,0);border-right:0.5rem solid rgba(0,0,0,0);border-bottom:0.5rem solid rgba(0,0,0,0);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:22.9375rem;height:6.76625rem;padding-top:0.835625rem;padding-right:0.846875rem;padding-bottom:0.835625rem;padding-left:0.846875rem;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:31.8125rem;left:1.5rem;z-index:15010;display:none; }
#evBRKKcqaUk7lg9tqTK6tSVF4vxBoyap #kCLAHcRNdBl0hyehTn9kyftVdp1BuxbB { display:flex;position:relative;top:0rem;left:0rem; }
#evBRKKcqaUk7lg9tqTK6tSVF4vxBoyap #LDoEon7TFMAdhWPdPRFcTpwqKFmrxK1d { width:auto; }
#evBRKKcqaUk7lg9tqTK6tSVF4vxBoyap #bhaIybiL5RkxOpCOPchEA9aSPzJUSTQU {  }
#evBRKKcqaUk7lg9tqTK6tSVF4vxBoyap #icO68TDpmw6tOmMSpe0zaE3Sa1Tgfd0g { display:flex;position:relative;top:0rem;left:0rem; }
#evBRKKcqaUk7lg9tqTK6tSVF4vxBoyap #X4qiDBZVMVHKfu3wLCP6QfLkZn3CnxHC {  }
#evBRKKcqaUk7lg9tqTK6tSVF4vxBoyap #XfWAv56JmDa92CTn1I1K0SHyhE0DhfHo {  }
#evBRKKcqaUk7lg9tqTK6tSVF4vxBoyap #GOZkpOp9FfvEsySyH7WtSiBqFdTyGxCR { display:flex;position:relative;top:0rem;left:0rem; }
#evBRKKcqaUk7lg9tqTK6tSVF4vxBoyap #voUOkzfyedewrzxLKXVpNcTeO5MLvVtd {  }
#evBRKKcqaUk7lg9tqTK6tSVF4vxBoyap #SDR1a51oZV58kCOKv0NIaJyhlsJaCPs6 {  }
#evBRKKcqaUk7lg9tqTK6tSVF4vxBoyap #F9Br9HQxs9sk55EPgEo1BZ0I5SADf3MV { display:flex;position:relative;top:0rem;left:0rem; }
#evBRKKcqaUk7lg9tqTK6tSVF4vxBoyap #cUBbJa3QK80TB8ROaIMBRSqnmVroAfgy {  }
#evBRKKcqaUk7lg9tqTK6tSVF4vxBoyap #i18S5B1i6BfEOm0HsrA6kXWU4HFoqOeF {  }
#NOLTW2fVRyyLgWka44wqG8NPIB7B9OPb { color:rgba(var(--color-tertiary-0),1);display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:30.1484375rem;left:2.6875rem;height:2.0996125rem;font-style:normal;display:none; }
#wJgh7y8SkI8FTm1ayOUSFKz3gDhUw4JT { position:absolute;display:block;z-index:15014;height:21.75rem;width:38.75rem;top:26.03076171875rem;left:15.0625rem;display:block; }
#btm1NZMpXgondm2tHx7wHEdfU6IaE2Wz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#333333;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; }#btm1NZMpXgondm2tHx7wHEdfU6IaE2Wz > .row .container { background-color: transparent; background-image: none; }#btm1NZMpXgondm2tHx7wHEdfU6IaE2Wz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#btm1NZMpXgondm2tHx7wHEdfU6IaE2Wz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#btm1NZMpXgondm2tHx7wHEdfU6IaE2Wz > .row .container > .video-iframe-container { display: none; }#btm1NZMpXgondm2tHx7wHEdfU6IaE2Wz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#btm1NZMpXgondm2tHx7wHEdfU6IaE2Wz > .row > .video-iframe-container { display: none; }#btm1NZMpXgondm2tHx7wHEdfU6IaE2Wz > .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); }#btm1NZMpXgondm2tHx7wHEdfU6IaE2Wz > .row .container { border-width: 0; border-radius: 0; }#btm1NZMpXgondm2tHx7wHEdfU6IaE2Wz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#btm1NZMpXgondm2tHx7wHEdfU6IaE2Wz > .row .container { font-size:0.875rem;font-family:arial;height:12.6875rem;width:75rem;position:relative;display:block; }#Og1rxxRQMSP7z2sWWuE9wgbToDf5dyTg { color:rgba(var(--color-tertiary-1),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:6.7119140625rem;left:6.34375rem;height:4.8984375rem;font-style:normal;display:block; }
#cKc5exHpLkVT8WvDupcGNdINNbFw0EqH { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:35.625rem;top:3rem;left:32.4375rem;display:block; }
#PdK5fpITua8XPqD4g3KPEln3LvREXNww { color:rgba(var(--color-tertiary-1),1);display:block;width:10.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:6.7119140625rem;left:32.4375rem;height:1.2246125rem;font-style:normal;display:block; }
#sW8QIS8LTROLeeVGmSGAlEtALxkM8NbZ { color:#f1d8b9;display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:4.1875rem;left:32.4375rem;height:2.2749rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sBH2SOlg69AuJe6EBMosKAdCML8PeJkL { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:20rem;top:6.03125rem;left:6.28125rem;display:block; }
#bi9nTIQmPkMgsUt1BTJ0he9rmgZUMTOx { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:17.5625rem;top:3rem;left:7.5rem;overflow:hidden;display:block; }
#AdsUWm48HhwoTWRTaafPezWhfXk1DwQL { color:#f1d8b9;display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:4.18701171875rem;left:45rem;height:2.2749rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zIiD3Gyh7V4bTorUmlySqzoWGpQ6tRvZ { color:rgba(var(--color-tertiary-1),1);display:block;width:10.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:6.7119140625rem;left:45rem;height:1.2246125rem;font-style:normal;display:block; }
#iq3bha87XC4P62GEVGiXIe1gdZnvhWXD { color:rgba(var(--color-tertiary-1),1);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:8.0244140625rem;left:45rem;height:1.2246125rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #auHhdbSuamS9oa5auD0KdGuQLqKPxTZh { display:block; }#auHhdbSuamS9oa5auD0KdGuQLqKPxTZh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #npK8q30MI6a0XV5uUP4eGScbi1dPZnCE { width:47.75rem;height:6.3125rem;top:3.3125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLrkqDdpuBTG8A9kt6rhxmHchsJV1T5b { width:47.75rem;height:10.5rem;top:12.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KowBVBPqTuwaeRFBvHnAnZS7XBZUmXDb { width:24.0625rem;height:3.9375rem;top:82.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVClhT5aZWnUAzHD3FxlUkOH11qmhRQW { display:block; }
 }@media only screen and (max-width: 763px) { #wvzRSS7MxU3yzsI5JqVoaZXUHuO3augB { width:23.9375rem;height:2.0625rem;top:30.125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ednbvtB2NxCWgb5qLH1p4T9EsRVTd024 { width:47.75rem;height:9.5rem;top:56.625rem;left:0rem;font-size:0.9375rem;display:block; }#ednbvtB2NxCWgb5qLH1p4T9EsRVTd024 li:before{  }
 }@media only screen and (max-width: 763px) { #cUefR1rqTNBQmr7XrFy69Rhy8NhKSTUT { width:47.75rem;height:1.75rem;top:68.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNpJqm7rgdhAi2fXHqQozLF1lPzQeMn8 { width:31.0625rem;height:8.25rem;top:71.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0WUbmG1gSe5u8gCA3qSd6QJq7DZmUIV { width:31.0625rem;height:8.25rem;top:72.375rem;left:16.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SM1i4UShmHxFZMcnTE1kFqiNBmdlAIp1 { top:25rem;left:0rem;width:47.75rem;height:27.745012468828rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOdWwrhke0w6u9sGy0FDUr1EgplQy1PB { width:24.0625rem;height:3.9375rem;top:82.875rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuvmAwV6eUT6kE9eNtM9xITBLCTPk2Le { display:block; }
 }@media only screen and (max-width: 763px) { #PGJVlW4HhSute9bwdwQXsEkRvR52rFi5 { width:41.1875rem;height:3.9375rem;top:90.375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EknVOTB0wqduVOgW4v9gS7g1e0OHPvwR { display:block; }
 }@media only screen and (max-width: 763px) { #qPyqrJbQ4voSegOK5WgbJTBKHi8NrqrT { display:block; }#qPyqrJbQ4voSegOK5WgbJTBKHi8NrqrT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B9whoZTQcBfnN4G3dNT2Pfs0T7QR9Lmv { width:47.75rem;height:4.125rem;top:5.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEaIUH1TNFTPMNKzM1QgAT3K49n155Le { width:47.75rem;height:6.25rem;top:13.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3zIsCh48imwWdnbGwfHhv1y0fwOIGuz { width:47.75rem;height:4.1875rem;top:21.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7e6pRfTRhE3xxLs9BXvhMAwih6bTq82 { width:13.0625rem;height:3.9375rem;top:41.625rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAWOH0FLBap4MGvMlMqomNg739dQRdXR { display:block; }
 }@media only screen and (max-width: 763px) { #AkNONAV0cRGJSaM4BTiu6XNRTg3mSTiN { width:23.9375rem;height:2.0625rem;top:30.0625rem;left:9.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LprMHaOFdy7H8V7zTkCIKzNrqPL8GN2z .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LprMHaOFdy7H8V7zTkCIKzNrqPL8GN2z .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; }
#LprMHaOFdy7H8V7zTkCIKzNrqPL8GN2z .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; }
#LprMHaOFdy7H8V7zTkCIKzNrqPL8GN2z { display:flex;width:18rem;height:5.0625rem;top:20.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LprMHaOFdy7H8V7zTkCIKzNrqPL8GN2z #vRTuCu2CLG9FbeHvcmKWVUGcKQPUqTqk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LprMHaOFdy7H8V7zTkCIKzNrqPL8GN2z #qzmkab1ecgDSEF2UMa2RhT7wgZqKG2qW {  }
 }@media only screen and (max-width: 763px) { #LprMHaOFdy7H8V7zTkCIKzNrqPL8GN2z #VIScWTW17HrpmNJye4h7hRKnZIE1MX6Z {  }
 }@media only screen and (max-width: 763px) { #LprMHaOFdy7H8V7zTkCIKzNrqPL8GN2z #MDa8GDpbM2ymV8NZZRoMf8XZFmFzHB3h { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LprMHaOFdy7H8V7zTkCIKzNrqPL8GN2z #H6sLrFQgxS14cDn6mqVt9QxSpN6evsV2 {  }
 }@media only screen and (max-width: 763px) { #LprMHaOFdy7H8V7zTkCIKzNrqPL8GN2z #Qno7WAguTDp0XIz8yLCEBgdge0kDUKHr {  }
 }@media only screen and (max-width: 763px) { #LprMHaOFdy7H8V7zTkCIKzNrqPL8GN2z #zkqpe3L4aOqmEX5xQI54fHpWoDbi2sAX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LprMHaOFdy7H8V7zTkCIKzNrqPL8GN2z #KbcXMPKyh9k41lLOH9y0KiawbwFR9f0J {  }
 }@media only screen and (max-width: 763px) { #LprMHaOFdy7H8V7zTkCIKzNrqPL8GN2z #XKDpP94T66AbwtgKb3LHXpH0C8ee8pCs {  }
 }@media only screen and (max-width: 763px) { #LprMHaOFdy7H8V7zTkCIKzNrqPL8GN2z #VFaO6wgIaKic0dbBTkLmNvhFNQst6wZT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LprMHaOFdy7H8V7zTkCIKzNrqPL8GN2z #EFybdQRlAqh0wVgT2OQaZxn4FTRoQmLT {  }
 }@media only screen and (max-width: 763px) { #LprMHaOFdy7H8V7zTkCIKzNrqPL8GN2z #ABzsikNsQbeXT5wpNpmEeTJ4S9q4laiZ {  }
 }@media only screen and (max-width: 763px) { #evBRKKcqaUk7lg9tqTK6tSVF4vxBoyap .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#evBRKKcqaUk7lg9tqTK6tSVF4vxBoyap .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; }
#evBRKKcqaUk7lg9tqTK6tSVF4vxBoyap .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; }
#evBRKKcqaUk7lg9tqTK6tSVF4vxBoyap { display:flex;width:18rem;height:5.0625rem;top:31.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #evBRKKcqaUk7lg9tqTK6tSVF4vxBoyap #kCLAHcRNdBl0hyehTn9kyftVdp1BuxbB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #evBRKKcqaUk7lg9tqTK6tSVF4vxBoyap #LDoEon7TFMAdhWPdPRFcTpwqKFmrxK1d {  }
 }@media only screen and (max-width: 763px) { #evBRKKcqaUk7lg9tqTK6tSVF4vxBoyap #bhaIybiL5RkxOpCOPchEA9aSPzJUSTQU {  }
 }@media only screen and (max-width: 763px) { #evBRKKcqaUk7lg9tqTK6tSVF4vxBoyap #icO68TDpmw6tOmMSpe0zaE3Sa1Tgfd0g { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #evBRKKcqaUk7lg9tqTK6tSVF4vxBoyap #X4qiDBZVMVHKfu3wLCP6QfLkZn3CnxHC {  }
 }@media only screen and (max-width: 763px) { #evBRKKcqaUk7lg9tqTK6tSVF4vxBoyap #XfWAv56JmDa92CTn1I1K0SHyhE0DhfHo {  }
 }@media only screen and (max-width: 763px) { #evBRKKcqaUk7lg9tqTK6tSVF4vxBoyap #GOZkpOp9FfvEsySyH7WtSiBqFdTyGxCR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #evBRKKcqaUk7lg9tqTK6tSVF4vxBoyap #voUOkzfyedewrzxLKXVpNcTeO5MLvVtd {  }
 }@media only screen and (max-width: 763px) { #evBRKKcqaUk7lg9tqTK6tSVF4vxBoyap #SDR1a51oZV58kCOKv0NIaJyhlsJaCPs6 {  }
 }@media only screen and (max-width: 763px) { #evBRKKcqaUk7lg9tqTK6tSVF4vxBoyap #F9Br9HQxs9sk55EPgEo1BZ0I5SADf3MV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #evBRKKcqaUk7lg9tqTK6tSVF4vxBoyap #cUBbJa3QK80TB8ROaIMBRSqnmVroAfgy {  }
 }@media only screen and (max-width: 763px) { #evBRKKcqaUk7lg9tqTK6tSVF4vxBoyap #i18S5B1i6BfEOm0HsrA6kXWU4HFoqOeF {  }
 }@media only screen and (max-width: 763px) { #NOLTW2fVRyyLgWka44wqG8NPIB7B9OPb { width:23.9375rem;height:2.0625rem;top:30.125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #wJgh7y8SkI8FTm1ayOUSFKz3gDhUw4JT { top:26rem;left:1.4375rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #btm1NZMpXgondm2tHx7wHEdfU6IaE2Wz { display:block; }#btm1NZMpXgondm2tHx7wHEdfU6IaE2Wz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Og1rxxRQMSP7z2sWWuE9wgbToDf5dyTg { top:6.6875rem;left:0rem;width:19.875rem;height:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKc5exHpLkVT8WvDupcGNdINNbFw0EqH { top:3rem;left:12.125rem;width:35.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdK5fpITua8XPqD4g3KPEln3LvREXNww { top:6.6875rem;left:18.8125rem;width:10.0625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sW8QIS8LTROLeeVGmSGAlEtALxkM8NbZ { top:4.1875rem;left:18.8125rem;width:14.125rem;height:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBH2SOlg69AuJe6EBMosKAdCML8PeJkL { top:6rem;left:0rem;width:20rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bi9nTIQmPkMgsUt1BTJ0he9rmgZUMTOx { top:3rem;left:0rem;width:17.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdsUWm48HhwoTWRTaafPezWhfXk1DwQL { top:4.125rem;left:31.375rem;width:14.125rem;height:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIiD3Gyh7V4bTorUmlySqzoWGpQ6tRvZ { top:6.6875rem;left:31.375rem;width:10.0625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iq3bha87XC4P62GEVGiXIe1gdZnvhWXD { top:8rem;left:31.375rem;width:10.9375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #auHhdbSuamS9oa5auD0KdGuQLqKPxTZh { background-color:#111111;background-image:none;display:block; }#auHhdbSuamS9oa5auD0KdGuQLqKPxTZh > .row .container { background-color: transparent; background-image: none; }#auHhdbSuamS9oa5auD0KdGuQLqKPxTZh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#auHhdbSuamS9oa5auD0KdGuQLqKPxTZh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#auHhdbSuamS9oa5auD0KdGuQLqKPxTZh > .row .container > .video-iframe-container { display: none; }#auHhdbSuamS9oa5auD0KdGuQLqKPxTZh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#auHhdbSuamS9oa5auD0KdGuQLqKPxTZh > .row > .video-iframe-container { display: none; }#auHhdbSuamS9oa5auD0KdGuQLqKPxTZh > .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); }#auHhdbSuamS9oa5auD0KdGuQLqKPxTZh > .row .container { width:20rem;height:100.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #npK8q30MI6a0XV5uUP4eGScbi1dPZnCE { width:20rem;height:5.56786875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLrkqDdpuBTG8A9kt6rhxmHchsJV1T5b { width:19.0625rem;height:19.33496875rem;top:7.7607421875rem;left:0.46875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KowBVBPqTuwaeRFBvHnAnZS7XBZUmXDb { width:20rem;height:3.9375rem;top:81.6103515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVClhT5aZWnUAzHD3FxlUkOH11qmhRQW { display:block; }
 }@media only screen and (max-width: 763px) { #wvzRSS7MxU3yzsI5JqVoaZXUHuO3augB { width:20rem;height:0;top:32.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #ednbvtB2NxCWgb5qLH1p4T9EsRVTd024 { width:20rem;height:14.375rem;top:41.16845703125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }#ednbvtB2NxCWgb5qLH1p4T9EsRVTd024 li:before{  }
 }@media only screen and (max-width: 763px) { #cUefR1rqTNBQmr7XrFy69Rhy8NhKSTUT { width:20rem;height:5.25rem;top:57.0166015625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNpJqm7rgdhAi2fXHqQozLF1lPzQeMn8 { width:20rem;height:4.3994125rem;top:76.07568359375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0WUbmG1gSe5u8gCA3qSd6QJq7DZmUIV { width:20rem;height:4.3994125rem;top:64.474609375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SM1i4UShmHxFZMcnTE1kFqiNBmdlAIp1 { width:20rem;height:11.620947630923rem;top:28.3603515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOdWwrhke0w6u9sGy0FDUr1EgplQy1PB { width:19rem;height:3.9375rem;top:70.0478515625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuvmAwV6eUT6kE9eNtM9xITBLCTPk2Le { display:block; }
 }@media only screen and (max-width: 763px) { #PGJVlW4HhSute9bwdwQXsEkRvR52rFi5 { width:18.875rem;height:3.0625rem;top:88.56103515625rem;left:0.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EknVOTB0wqduVOgW4v9gS7g1e0OHPvwR { display:block; }
 }@media only screen and (max-width: 763px) { #qPyqrJbQ4voSegOK5WgbJTBKHi8NrqrT { background-color:#111111;background-image:none;display:block; }#qPyqrJbQ4voSegOK5WgbJTBKHi8NrqrT > .row .container { background-color: transparent; background-image: none; }#qPyqrJbQ4voSegOK5WgbJTBKHi8NrqrT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qPyqrJbQ4voSegOK5WgbJTBKHi8NrqrT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qPyqrJbQ4voSegOK5WgbJTBKHi8NrqrT > .row .container > .video-iframe-container { display: none; }#qPyqrJbQ4voSegOK5WgbJTBKHi8NrqrT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qPyqrJbQ4voSegOK5WgbJTBKHi8NrqrT > .row > .video-iframe-container { display: none; }#qPyqrJbQ4voSegOK5WgbJTBKHi8NrqrT > .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); }#qPyqrJbQ4voSegOK5WgbJTBKHi8NrqrT > .row .container { width:20rem;height:69.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B9whoZTQcBfnN4G3dNT2Pfs0T7QR9Lmv { width:20rem;height:4.3994125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEaIUH1TNFTPMNKzM1QgAT3K49n155Le { width:18.0625rem;height:12.25rem;top:7.7607421875rem;left:0.96875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3zIsCh48imwWdnbGwfHhv1y0fwOIGuz { width:20rem;height:7rem;top:21.8232421875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7e6pRfTRhE3xxLs9BXvhMAwih6bTq82 { width:13.0625rem;height:3.9375rem;top:43.75rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAWOH0FLBap4MGvMlMqomNg739dQRdXR { display:block; }
 }@media only screen and (max-width: 763px) { #AkNONAV0cRGJSaM4BTiu6XNRTg3mSTiN { width:20rem;height:auto;top:30.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #LprMHaOFdy7H8V7zTkCIKzNrqPL8GN2z .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; }
#LprMHaOFdy7H8V7zTkCIKzNrqPL8GN2z .widget-text.counter-number { padding-top:0.44rem;padding-right:0.414375rem;padding-bottom:0.44rem;padding-left:0.414375rem;width:2.4825rem;min-width:2.4825rem;height:2.368125rem;font-size:1.763125rem;line-height:37.89px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#LprMHaOFdy7H8V7zTkCIKzNrqPL8GN2z .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.275625rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.31125rem;height:0.934375rem;font-size:0.661875rem;line-height:14.95px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#LprMHaOFdy7H8V7zTkCIKzNrqPL8GN2z { display:flex;width:17.25rem;height:4.458125rem;top:0rem;left:8.8125rem;padding-top:0.73625rem;padding-right:0.80125rem;padding-bottom:0.73625rem;padding-left:0.80125rem;border-top:0.44rem solid rgba(0,0,0,0);border-left:0.473125rem solid rgba(0,0,0,0);border-right:0.473125rem solid rgba(0,0,0,0);border-bottom:0.44rem solid rgba(0,0,0,0);display:none; }
 }@media only screen and (max-width: 763px) { #LprMHaOFdy7H8V7zTkCIKzNrqPL8GN2z #vRTuCu2CLG9FbeHvcmKWVUGcKQPUqTqk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LprMHaOFdy7H8V7zTkCIKzNrqPL8GN2z #qzmkab1ecgDSEF2UMa2RhT7wgZqKG2qW {  }
 }@media only screen and (max-width: 763px) { #LprMHaOFdy7H8V7zTkCIKzNrqPL8GN2z #VIScWTW17HrpmNJye4h7hRKnZIE1MX6Z {  }
 }@media only screen and (max-width: 763px) { #LprMHaOFdy7H8V7zTkCIKzNrqPL8GN2z #MDa8GDpbM2ymV8NZZRoMf8XZFmFzHB3h { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LprMHaOFdy7H8V7zTkCIKzNrqPL8GN2z #H6sLrFQgxS14cDn6mqVt9QxSpN6evsV2 {  }
 }@media only screen and (max-width: 763px) { #LprMHaOFdy7H8V7zTkCIKzNrqPL8GN2z #Qno7WAguTDp0XIz8yLCEBgdge0kDUKHr {  }
 }@media only screen and (max-width: 763px) { #LprMHaOFdy7H8V7zTkCIKzNrqPL8GN2z #zkqpe3L4aOqmEX5xQI54fHpWoDbi2sAX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LprMHaOFdy7H8V7zTkCIKzNrqPL8GN2z #KbcXMPKyh9k41lLOH9y0KiawbwFR9f0J {  }
 }@media only screen and (max-width: 763px) { #LprMHaOFdy7H8V7zTkCIKzNrqPL8GN2z #XKDpP94T66AbwtgKb3LHXpH0C8ee8pCs {  }
 }@media only screen and (max-width: 763px) { #LprMHaOFdy7H8V7zTkCIKzNrqPL8GN2z #VFaO6wgIaKic0dbBTkLmNvhFNQst6wZT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LprMHaOFdy7H8V7zTkCIKzNrqPL8GN2z #EFybdQRlAqh0wVgT2OQaZxn4FTRoQmLT {  }
 }@media only screen and (max-width: 763px) { #LprMHaOFdy7H8V7zTkCIKzNrqPL8GN2z #ABzsikNsQbeXT5wpNpmEeTJ4S9q4laiZ {  }
 }@media only screen and (max-width: 763px) { #evBRKKcqaUk7lg9tqTK6tSVF4vxBoyap .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; }
#evBRKKcqaUk7lg9tqTK6tSVF4vxBoyap .widget-text.counter-number { padding-top:0.463125rem;padding-right:0.4075rem;padding-bottom:0.463125rem;padding-left:0.4075rem;width:2.444375rem;min-width:2.444375rem;height:2.490625rem;font-size:1.85375rem;line-height:39.85px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#evBRKKcqaUk7lg9tqTK6tSVF4vxBoyap .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.289375rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.25875rem;height:0.985rem;font-size:0.695rem;line-height:15.76px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#evBRKKcqaUk7lg9tqTK6tSVF4vxBoyap { display:flex;width:17.0625rem;height:4.69125rem;top:35.3125rem;left:0.375rem;padding-top:0.774375rem;padding-right:0.78875rem;padding-bottom:0.774375rem;padding-left:0.78875rem;border-top:0.463125rem solid rgba(0,0,0,0);border-left:0.465625rem solid rgba(0,0,0,0);border-right:0.465625rem solid rgba(0,0,0,0);border-bottom:0.463125rem solid rgba(0,0,0,0);z-index:15012; }
 }@media only screen and (max-width: 763px) { #evBRKKcqaUk7lg9tqTK6tSVF4vxBoyap #kCLAHcRNdBl0hyehTn9kyftVdp1BuxbB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #evBRKKcqaUk7lg9tqTK6tSVF4vxBoyap #LDoEon7TFMAdhWPdPRFcTpwqKFmrxK1d {  }
 }@media only screen and (max-width: 763px) { #evBRKKcqaUk7lg9tqTK6tSVF4vxBoyap #bhaIybiL5RkxOpCOPchEA9aSPzJUSTQU {  }
 }@media only screen and (max-width: 763px) { #evBRKKcqaUk7lg9tqTK6tSVF4vxBoyap #icO68TDpmw6tOmMSpe0zaE3Sa1Tgfd0g { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #evBRKKcqaUk7lg9tqTK6tSVF4vxBoyap #X4qiDBZVMVHKfu3wLCP6QfLkZn3CnxHC {  }
 }@media only screen and (max-width: 763px) { #evBRKKcqaUk7lg9tqTK6tSVF4vxBoyap #XfWAv56JmDa92CTn1I1K0SHyhE0DhfHo {  }
 }@media only screen and (max-width: 763px) { #evBRKKcqaUk7lg9tqTK6tSVF4vxBoyap #GOZkpOp9FfvEsySyH7WtSiBqFdTyGxCR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #evBRKKcqaUk7lg9tqTK6tSVF4vxBoyap #voUOkzfyedewrzxLKXVpNcTeO5MLvVtd {  }
 }@media only screen and (max-width: 763px) { #evBRKKcqaUk7lg9tqTK6tSVF4vxBoyap #SDR1a51oZV58kCOKv0NIaJyhlsJaCPs6 {  }
 }@media only screen and (max-width: 763px) { #evBRKKcqaUk7lg9tqTK6tSVF4vxBoyap #F9Br9HQxs9sk55EPgEo1BZ0I5SADf3MV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #evBRKKcqaUk7lg9tqTK6tSVF4vxBoyap #cUBbJa3QK80TB8ROaIMBRSqnmVroAfgy {  }
 }@media only screen and (max-width: 763px) { #evBRKKcqaUk7lg9tqTK6tSVF4vxBoyap #i18S5B1i6BfEOm0HsrA6kXWU4HFoqOeF {  }
 }@media only screen and (max-width: 763px) { #NOLTW2fVRyyLgWka44wqG8NPIB7B9OPb { width:20rem;height:1.75rem;top:32.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #wJgh7y8SkI8FTm1ayOUSFKz3gDhUw4JT { width:20rem;height:21.75rem;top:47.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #btm1NZMpXgondm2tHx7wHEdfU6IaE2Wz { display:block; }#btm1NZMpXgondm2tHx7wHEdfU6IaE2Wz > .row .container { width:20rem;height:24rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Og1rxxRQMSP7z2sWWuE9wgbToDf5dyTg { width:14.625rem;height:6.12305rem;top:6.349609375rem;left:2.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cKc5exHpLkVT8WvDupcGNdINNbFw0EqH { width:18.75rem;height:0.0625rem;top:14.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdK5fpITua8XPqD4g3KPEln3LvREXNww { width:11.375rem;height:1.2246125rem;top:15.87353515625rem;left:4.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sW8QIS8LTROLeeVGmSGAlEtALxkM8NbZ { width:20rem;height:1.3999rem;top:14.474609375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sBH2SOlg69AuJe6EBMosKAdCML8PeJkL { width:18.75rem;height:0.0625rem;top:4.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bi9nTIQmPkMgsUt1BTJ0he9rmgZUMTOx { width:17.5625rem;height:2.5625rem;top:1rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdsUWm48HhwoTWRTaafPezWhfXk1DwQL { width:14.125rem;height:1.3999rem;top:17.6103515625rem;left:2.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zIiD3Gyh7V4bTorUmlySqzoWGpQ6tRvZ { width:10.0625rem;height:1.2246125rem;top:19.134765625rem;left:4.96875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iq3bha87XC4P62GEVGiXIe1gdZnvhWXD { width:10.9375rem;height:1.2246125rem;top:20.484375rem;left:4.53125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }