.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:255,255,255;--color-primary-1:249,249,249;--color-primary-2:204,204,204;--color-primary-3:88,88,88;--color-primary-4:0,0,0;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:88,88,88;--color-tertiary-4:0,0,0;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@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-tertiary-0),1);background-image:none;position:relative;display:block; }
#ilHZmWOVJh1XTOltPpZm6dJ9Rse1SA6V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ilHZmWOVJh1XTOltPpZm6dJ9Rse1SA6V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ilHZmWOVJh1XTOltPpZm6dJ9Rse1SA6V > .row > .video-iframe-container { display: none; }#ilHZmWOVJh1XTOltPpZm6dJ9Rse1SA6V > .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); }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/dd14b668-e196-4569-b2d3-53f2b8562879/shutterstock_1353859493.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O.adaptive-delivery-prevent-bg, #aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O.lazyload, #aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O.lazyloading { background-image: none; }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .row .container { background-color: transparent; background-image: none; }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-1),0.77); }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .row .container > .video-iframe-container { display: none; }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-1),0.77); }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .row > .video-iframe-container { display: none; }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .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); }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .row .container { border-width: 0; border-radius: 0; }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .row .container { width:75rem;height:46.8125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#b66IqXACx2u2xPucm1SaEKaFBw74HoGD { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.75rem;width:29.6875rem;top:0rem;left:22.625rem;overflow:hidden;display:block; }
#ev0CIJ6sVW0QPafIFU7R4Zqxd23ocE93 { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:17.4375rem;left:0rem;height:3.8999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rJbuykgHWCg0II1oPb5RknmhM1LImI55 { color:rgba(var(--color-tertiary-3),1);display:block;width:37.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:.9;letter-spacing:0;top:22.625rem;left:18.9375rem;height:1.3496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IxttsRGCxXxRQ76NJeIEUSitXDDI2zIb { z-index:15003;top:34.75rem;left:30.4375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #000164;border-left:0.0625rem solid #000164;border-right:0.0625rem solid #000164;border-bottom:0.25rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#020202;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#zJZCmzUdmCCwHBbbOQiM2T4SbxSxqeMT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uGEnpEJ6WadwVT0L2Hmm02G0Ty7w72bX { color:rgba(var(--color-tertiary-3),1);display:block;width:38.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:26.5rem;left:18.4375rem;height:5.39941875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sV0KfiVNzQMynnNN6DhyPikpXg6381V7 { 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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.0625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:40.6875rem;left:30.4375rem;display:block; }
#LlBQuJHS8GZOdWO2JqPHh33QJbkTCJZ8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mxK6Sw81QNKgQvboUwNdySVwbJDDabgR { color:rgba(var(--color-tertiary-4),1);display:block;width:18.9375rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:15rem;left:28rem;height:1.94970625rem;font-style:normal;display:block; }
#qcalE5DB37idAqo8T4MJDqJDwCXfNgKw { 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; }#qcalE5DB37idAqo8T4MJDqJDwCXfNgKw > .row .container { background-color: transparent; background-image: none; }#qcalE5DB37idAqo8T4MJDqJDwCXfNgKw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qcalE5DB37idAqo8T4MJDqJDwCXfNgKw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qcalE5DB37idAqo8T4MJDqJDwCXfNgKw > .row .container > .video-iframe-container { display: none; }#qcalE5DB37idAqo8T4MJDqJDwCXfNgKw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qcalE5DB37idAqo8T4MJDqJDwCXfNgKw > .row > .video-iframe-container { display: none; }#qcalE5DB37idAqo8T4MJDqJDwCXfNgKw > .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); }#qcalE5DB37idAqo8T4MJDqJDwCXfNgKw > .row .container { border-width: 0; border-radius: 0; }#qcalE5DB37idAqo8T4MJDqJDwCXfNgKw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qcalE5DB37idAqo8T4MJDqJDwCXfNgKw > .row .container { font-size:0.875rem;font-family:arial;height:10.8125rem;width:75rem;position:relative;display:block; }#Z7VNr39JKJeGhtlgO5rHUEdEdoFxM75d { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:6.25rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pEoT53Z3EK4VwwcfywGhgIEtrI8e2PGm { 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; }#pEoT53Z3EK4VwwcfywGhgIEtrI8e2PGm > .row .container { background-color: transparent; background-image: none; }#pEoT53Z3EK4VwwcfywGhgIEtrI8e2PGm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pEoT53Z3EK4VwwcfywGhgIEtrI8e2PGm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pEoT53Z3EK4VwwcfywGhgIEtrI8e2PGm > .row .container > .video-iframe-container { display: none; }#pEoT53Z3EK4VwwcfywGhgIEtrI8e2PGm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pEoT53Z3EK4VwwcfywGhgIEtrI8e2PGm > .row > .video-iframe-container { display: none; }#pEoT53Z3EK4VwwcfywGhgIEtrI8e2PGm > .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); }#pEoT53Z3EK4VwwcfywGhgIEtrI8e2PGm > .row .container { border-width: 0; border-radius: 0; }#pEoT53Z3EK4VwwcfywGhgIEtrI8e2PGm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pEoT53Z3EK4VwwcfywGhgIEtrI8e2PGm > .row .container { font-size:0.875rem;font-family:arial;height:26.625rem;width:75rem;position:relative;display:block; }#S1Q6wFiNzbfuRmHM7xqNHhTvqfxNwI2w { 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:7.4375rem;width:11.3125rem;top:0.5rem;left:6.8125rem;overflow:hidden;display:block; }
#Tyz4BsuoJOqD5GdzAxp1IrClQoZzp4nz { color:rgba(var(--color-tertiary-3),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:9.65625rem;left:2.5rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IhdoL6T6N36SP9mxRV1ZWzuusWrfLut6 { color:rgba(var(--color-tertiary-3),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:12.21875rem;left:2.5rem;height:6.3984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bm3wV0b8e4vvnPVKMCeHJApytruT9CkW { color:rgba(var(--color-tertiary-3),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:12.25rem;left:28.125rem;height:4.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ik3fpTNEn9SsvhKPvoC8BJ8ituOpeyWL { color:rgba(var(--color-tertiary-3),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:9.6875rem;left:28.125rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ePqXaNA0qOSf0by48TiepLJCZBzVHIUP { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:7.4375rem;width:11.3125rem;top:0.5rem;left:31.8125rem;overflow:hidden;display:block; }
#L12PSdB3FctZpSJCLCw7FciX1ivWXZTc { color:rgba(var(--color-tertiary-3),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:12.25rem;left:53.75rem;height:4.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T5SxsgKpbGqICTZ1zwOlgHxlERoxnGqE { color:rgba(var(--color-tertiary-3),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:9.6875rem;left:53.75rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#egNxi9XOEdhxprPL2KQJzFQUyeoBaHam { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.4375rem;width:11.3125rem;top:0.5rem;left:57.4375rem;overflow:hidden;display:block; }
#wKm1PGP6HBpByNCNkiLk0CSoJTyNA915 { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-3),0.3);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:5.375rem;top:4.15625rem;left:19.625rem;display:block; }
#C3bJ0FvoLt7kJs9PwGTBJuSufCxqtqgA { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-3),0.3);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:5.375rem;top:4.15625rem;left:44.625rem;display:block; }
#g0I1e8bltT5yUC2FOa3iuWbmsdJcJuCU { z-index:15003;background-color:transparent;background-image:none;border-top:0.0625rem solid #000164;border-left:0.0625rem solid #000164;border-right:0.0625rem solid #000164;border-bottom:0.25rem solid #0002a8;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#0002a8;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#h8OSRP9FLARU9syG3Mih9U576uI9sHf9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uxSRBM7Tc10LXqABKMDDNCCZgJIDeMEX { 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; }#uxSRBM7Tc10LXqABKMDDNCCZgJIDeMEX > .row .container { background-color: transparent; background-image: none; }#uxSRBM7Tc10LXqABKMDDNCCZgJIDeMEX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uxSRBM7Tc10LXqABKMDDNCCZgJIDeMEX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uxSRBM7Tc10LXqABKMDDNCCZgJIDeMEX > .row .container > .video-iframe-container { display: none; }#uxSRBM7Tc10LXqABKMDDNCCZgJIDeMEX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uxSRBM7Tc10LXqABKMDDNCCZgJIDeMEX > .row > .video-iframe-container { display: none; }#uxSRBM7Tc10LXqABKMDDNCCZgJIDeMEX > .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); }#uxSRBM7Tc10LXqABKMDDNCCZgJIDeMEX > .row .container { border-width: 0; border-radius: 0; }#uxSRBM7Tc10LXqABKMDDNCCZgJIDeMEX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uxSRBM7Tc10LXqABKMDDNCCZgJIDeMEX > .row .container { font-size:0.875rem;font-family:arial;height:11.6875rem;width:75rem;position:relative;display:block; }#FofaXDBPuUsMpaW5H2Kf1hiNGyJkBf7s { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:6.25rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RqWzUkmtOe21EVPt2Dd5mypQn7l3rmOc { 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; }#RqWzUkmtOe21EVPt2Dd5mypQn7l3rmOc > .row .container { background-color: transparent; background-image: none; }#RqWzUkmtOe21EVPt2Dd5mypQn7l3rmOc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RqWzUkmtOe21EVPt2Dd5mypQn7l3rmOc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RqWzUkmtOe21EVPt2Dd5mypQn7l3rmOc > .row .container > .video-iframe-container { display: none; }#RqWzUkmtOe21EVPt2Dd5mypQn7l3rmOc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RqWzUkmtOe21EVPt2Dd5mypQn7l3rmOc > .row > .video-iframe-container { display: none; }#RqWzUkmtOe21EVPt2Dd5mypQn7l3rmOc > .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); }#RqWzUkmtOe21EVPt2Dd5mypQn7l3rmOc > .row .container { border-width: 0; border-radius: 0; }#RqWzUkmtOe21EVPt2Dd5mypQn7l3rmOc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RqWzUkmtOe21EVPt2Dd5mypQn7l3rmOc > .row .container { font-size:0.875rem;font-family:arial;height:18.1875rem;width:75rem;position:relative;display:block; }#JW2Qah9CKTPnFm7PZQNBWaZW8XMUQviW { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.25rem;width:13.5rem;top:0rem;left:1.875rem;display:block; }
#zmTQ9koHxC8BLtyqSirw67hKIK2NZoTp { color:rgba(var(--color-tertiary-3),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.875rem;left:2.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lPg5qlJNyWU0CkRfo8WvdWzeUTIZQkgO { color:rgba(var(--color-tertiary-3),1);display:block;width:11.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:9.1875rem;left:2.875rem;height:5.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BNamXAFWC8KSLN7TUuAeEFeurKbKlFFc { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:1.875rem;left:7.25rem;overflow:hidden;display:block; }
#REMcvnpEAzFLIEL2Bm8g4XanxDopQAB7 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.25rem;width:13.5rem;top:0rem;left:21.0625rem;display:block; }
#Mwxrmb5Uac2Qgbw0fGODi3T8VhypSMSo { color:rgba(var(--color-tertiary-3),1);display:block;width:13.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:9.1875rem;left:21.4375rem;height:5.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Spw9dpVmAe28XTZWbLwHT6yHwQAJGqFH { color:rgba(var(--color-tertiary-3),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.875rem;left:21.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iZbnFbl1HDQhDMxwZ6galMNWi3LmSCJi { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:1.875rem;left:26.4375rem;overflow:hidden;display:block; }
#BuyoGmk4VSvwSip4BiaX1SnrtVzhNW45 { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.25rem;width:13.5rem;top:0rem;left:40.25rem;display:block; }
#IeT0TNACho70urKp27SofEyPBtC4Coqc { color:rgba(var(--color-tertiary-3),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:9.1875rem;left:40.3125rem;height:5.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ChLBy6lybXeBBxryJweUD7bq5HXi1u4F { color:rgba(var(--color-tertiary-3),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:5.875rem;left:40.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ARdevSF110RO7xgshrTn7Ta0nPKzgRU9 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:1.875rem;left:45.625rem;overflow:hidden;display:block; }
#gRIO0dipTc3IcirZFnmRf08AmW7zcAOT { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.25rem;width:13.5rem;top:0rem;left:59.25rem;display:block; }
#TPxsVVubuTRAFKTbGLAvbP8Ku0qNoVLx { color:rgba(var(--color-tertiary-3),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:9.1875rem;left:60rem;height:5.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IMcCatvt2CCtWCEzkXub7XzfuAO4AOP4 { color:rgba(var(--color-tertiary-3),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:5.875rem;left:59.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xvQTFZvRGrkTDCfOAAQsRkDx2UJ7weWf { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:1.875rem;left:64.625rem;overflow:hidden;display:block; }
#mG9UQqo1BBmta5gwbwI3pCkl035TThfl { 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:none; }#mG9UQqo1BBmta5gwbwI3pCkl035TThfl > .row .container { border-width: 0; border-radius: 0; }#mG9UQqo1BBmta5gwbwI3pCkl035TThfl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mG9UQqo1BBmta5gwbwI3pCkl035TThfl > .row .container { font-size:0.875rem;font-family:arial;height:13.75rem;width:75rem;position:relative;display:none; }#Mpn9Ly8TOzEHuEbS444FcLT3I5ap44hG { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:59.625rem;top:0rem;left:7.5rem;display:block; }
#ONrR5bcTQs9hCSIdeuU3QfNfHTocayym { color:rgba(var(--color-tertiary-3),1);display:block;width:27.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:2.59375rem;left:9.375rem;height:1.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EUz4FKuTQusdCk4VCvfPVCKhtFZ2ySxH .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; }
#EUz4FKuTQusdCk4VCvfPVCKhtFZ2ySxH .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-4),0);background-image:none;color:rgba(var(--color-tertiary-3),1);padding-top:0.560625rem;padding-right:0.4875rem;padding-bottom:0.560625rem;padding-left:0.4875rem;display:block;align-items:center;width:2.925rem;min-width:2.925rem;height:3.0125rem;position:relative;font-family:var(--headlines-font-family);font-size:2.241875rem;font-weight:700;line-height:48.2px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EUz4FKuTQusdCk4VCvfPVCKhtFZ2ySxH .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.35rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.9rem;height:1.190625rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.840625rem;font-weight:400;line-height:19.05px;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; }
#EUz4FKuTQusdCk4VCvfPVCKhtFZ2ySxH { 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:19.8125rem;height:5.4375rem;padding-top:0.700625rem;padding-right:0.69625rem;padding-bottom:0.700625rem;padding-left:0.69625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:42.875rem;z-index:15012; }
#EUz4FKuTQusdCk4VCvfPVCKhtFZ2ySxH #BnTgFBxVCQnBZMam8KirBMBwZSrminD4 { display:flex;position:relative;top:0rem;left:0rem; }
#EUz4FKuTQusdCk4VCvfPVCKhtFZ2ySxH #fzsFaMzOhfhFODVyDPrO95iV2i1OOz10 { width:auto; }
#EUz4FKuTQusdCk4VCvfPVCKhtFZ2ySxH #tTBCyd4RFzyCQtBFQOOBkbm9PCpDnTE3 {  }
#EUz4FKuTQusdCk4VCvfPVCKhtFZ2ySxH #qHhvbQKo5CTIKRwJFHF8uh5mn0A20nrW { display:flex;position:relative;top:0rem;left:0rem; }
#EUz4FKuTQusdCk4VCvfPVCKhtFZ2ySxH #gZ9GSouyMrHk9P7bgaxhm66Xdhgq6UEG {  }
#EUz4FKuTQusdCk4VCvfPVCKhtFZ2ySxH #bP2l0xihqdKDBcyrTUM6L7dSFySp4HFg {  }
#EUz4FKuTQusdCk4VCvfPVCKhtFZ2ySxH #EoszcrN0wKMP8p25H0VTlRSpqvFlgIoy { display:flex;position:relative;top:0rem;left:0rem; }
#EUz4FKuTQusdCk4VCvfPVCKhtFZ2ySxH #cu9lMQZsuFyhwtcHxVDFMrfrJ4AFU6Of {  }
#EUz4FKuTQusdCk4VCvfPVCKhtFZ2ySxH #nUT73E6ALuTm9ywRcSkR8WHQ4cZ3dbf2 {  }
#EUz4FKuTQusdCk4VCvfPVCKhtFZ2ySxH #UgJ0sLIplwSSNATtBzwTK7LthTHbbvJE { display:flex;position:relative;top:0rem;left:0rem; }
#EUz4FKuTQusdCk4VCvfPVCKhtFZ2ySxH #ySTHJzN7bx75U3f7cPKmnLbtSFxE4hdo {  }
#EUz4FKuTQusdCk4VCvfPVCKhtFZ2ySxH #b206SGvCHsPHoDhIPdvl9Csu0IDcr0Sl {  }
#iAtJoz7sZTFxiBxz6et76y58OUk6HoJM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),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:none; }#iAtJoz7sZTFxiBxz6et76y58OUk6HoJM > .row .container { border-width: 0; border-radius: 0; }#iAtJoz7sZTFxiBxz6et76y58OUk6HoJM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iAtJoz7sZTFxiBxz6et76y58OUk6HoJM > .row .container { font-size:0.875rem;font-family:arial;height:10.8125rem;width:75rem;position:relative;display:none; }#C5O02rBLH3TaDoN24wIDDHvs85C8Kwoy { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:6.25rem;left:0rem;height:2.875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#bVrB0JIKJiX9KW6g4RSr7d9pSEXTfPAJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),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:none; }#bVrB0JIKJiX9KW6g4RSr7d9pSEXTfPAJ > .row .container { border-width: 0; border-radius: 0; }#bVrB0JIKJiX9KW6g4RSr7d9pSEXTfPAJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bVrB0JIKJiX9KW6g4RSr7d9pSEXTfPAJ > .row .container { font-size:0.875rem;font-family:arial;height:36.625rem;width:75rem;position:relative;display:none; }#nak2WTE7fmszpri8TBAqMsT9SbHxUFtu { color:rgba(var(--color-tertiary-3),1);display:block;width:29.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:24.0625rem;left:3.75rem;height:6.25rem;font-style:normal;display:block; }
#xW23pzJ7O2tKosdArBC3grKKAPTpKXD2 { color:rgba(var(--color-tertiary-3),1);display:block;width:29.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:17.125rem;left:3.75rem;height:5.8125rem;font-style:normal;display:block; }
#aAch4XBqPTqPoDIyMCEd9hqxDccvh3up { position:absolute;display:block;z-index:15004;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:16rem;width:29.3125rem;top:0rem;left:3.75rem;overflow:hidden;display:block; }
#na4Tg9sI4kTefZ94Ao8GzphB9tzDJ9xn { color:rgba(var(--color-tertiary-3),1);display:block;width:29.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:24.0625rem;left:41.9375rem;height:6.25rem;font-style:normal;display:block; }
#ep7aRIDpHkiiIIyh8ly8mXJXw8cG1lNA { color:rgba(var(--color-tertiary-3),1);display:block;width:29.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:17.125rem;left:41.9375rem;height:5.8125rem;font-style:normal;display:block; }
#Cgh2Qcr5p4XXRBLKltF1UfJAbSZEXc7F { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16rem;width:29.3125rem;top:0rem;left:41.9375rem;overflow:hidden;display:block; }
#eC85VgJaGvxeEZL9956xdoF1dqFz7iyy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),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:none; }#eC85VgJaGvxeEZL9956xdoF1dqFz7iyy > .row .container { border-width: 0; border-radius: 0; }#eC85VgJaGvxeEZL9956xdoF1dqFz7iyy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eC85VgJaGvxeEZL9956xdoF1dqFz7iyy > .row .container { font-size:0.875rem;font-family:arial;height:10.8125rem;width:75rem;position:relative;display:none; }#v3RkshXDWqAptsZHaf6IgAAboSGLh6D3 { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:6.25rem;left:0rem;height:2.875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#ALrMDiWoMe8ZUs3c7CTVMhOqUyThJiXJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),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:none; }#ALrMDiWoMe8ZUs3c7CTVMhOqUyThJiXJ > .row .container { border-width: 0; border-radius: 0; }#ALrMDiWoMe8ZUs3c7CTVMhOqUyThJiXJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ALrMDiWoMe8ZUs3c7CTVMhOqUyThJiXJ > .row .container { font-size:0.875rem;font-family:arial;height:6.9375rem;width:75rem;position:relative;display:none; }#TENJw6dVyAQLBXByuTcK0oPZ9ghNKF9P { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:6.875rem;top:0rem;left:1.875rem;overflow:hidden;display:block; }
#Z00zR1sq2i23bIQiDVuzZQ9dn7qZU6CG { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:13.375rem;top:0rem;left:20.9375rem;overflow:hidden;display:block; }
#tmDMXT2HLCxK6LFmem67zksxlruPCBtq { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:0rem;left:40.3125rem;overflow:hidden;display:block; }
#KtfWADMZXwHTIIENioWD8LZQTAzqr8Ug { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:8.9375rem;top:0rem;left:59.4375rem;overflow:hidden;display:block; }
#aXFsw7TC5SUoL8WSr3kwxTa20qGHRSsI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),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:none; }#aXFsw7TC5SUoL8WSr3kwxTa20qGHRSsI > .row .container { border-width: 0; border-radius: 0; }#aXFsw7TC5SUoL8WSr3kwxTa20qGHRSsI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aXFsw7TC5SUoL8WSr3kwxTa20qGHRSsI > .row .container { font-size:0.875rem;font-family:arial;height:12rem;width:75rem;position:relative;display:none; }#pT01Ch42rN7Tlu3ZIPGXJfzQ4xzUf9vd { 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:5.625rem;width:13.6875rem;top:0rem;left:1.875rem;overflow:hidden;display:block; }
#IJS28VLpTelu9Q5xFusmDUUgrFDKTxGy { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:13.6875rem;top:0rem;left:20.9375rem;overflow:hidden;display:block; }
#SZTUa0TerJX1EAEyOGptTrKHbXMZ8HBz { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:13.6875rem;top:0rem;left:40.3125rem;overflow:hidden;display:block; }
#PMyeKRBX7BklwtloGTUmqfSiz8fEqtGc { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:13.6875rem;top:0rem;left:59.4375rem;overflow:hidden;display:block; }
#bhmq2DEOGQE4A9pwlCDAfNP3DF2z90GP { 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; }#bhmq2DEOGQE4A9pwlCDAfNP3DF2z90GP > .row .container { background-color: transparent; background-image: none; }#bhmq2DEOGQE4A9pwlCDAfNP3DF2z90GP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bhmq2DEOGQE4A9pwlCDAfNP3DF2z90GP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bhmq2DEOGQE4A9pwlCDAfNP3DF2z90GP > .row .container > .video-iframe-container { display: none; }#bhmq2DEOGQE4A9pwlCDAfNP3DF2z90GP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bhmq2DEOGQE4A9pwlCDAfNP3DF2z90GP > .row > .video-iframe-container { display: none; }#bhmq2DEOGQE4A9pwlCDAfNP3DF2z90GP > .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); }#bhmq2DEOGQE4A9pwlCDAfNP3DF2z90GP > .row .container { border-width: 0; border-radius: 0; }#bhmq2DEOGQE4A9pwlCDAfNP3DF2z90GP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bhmq2DEOGQE4A9pwlCDAfNP3DF2z90GP > .row .container { font-size:0.875rem;font-family:arial;height:10.8125rem;width:75rem;position:relative;display:block; }#vs23QwT6gUBUlRzWSbkGDtJguKpCT9A2 { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:6.25rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rT8aIrdV9Nkof9TxmEheG3qLgNaV3RBA { 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; }#rT8aIrdV9Nkof9TxmEheG3qLgNaV3RBA > .row .container { background-color: transparent; background-image: none; }#rT8aIrdV9Nkof9TxmEheG3qLgNaV3RBA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rT8aIrdV9Nkof9TxmEheG3qLgNaV3RBA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rT8aIrdV9Nkof9TxmEheG3qLgNaV3RBA > .row .container > .video-iframe-container { display: none; }#rT8aIrdV9Nkof9TxmEheG3qLgNaV3RBA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rT8aIrdV9Nkof9TxmEheG3qLgNaV3RBA > .row > .video-iframe-container { display: none; }#rT8aIrdV9Nkof9TxmEheG3qLgNaV3RBA > .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); }#rT8aIrdV9Nkof9TxmEheG3qLgNaV3RBA > .row .container { border-width: 0; border-radius: 0; }#rT8aIrdV9Nkof9TxmEheG3qLgNaV3RBA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rT8aIrdV9Nkof9TxmEheG3qLgNaV3RBA > .row .container { font-size:0.875rem;font-family:arial;height:20.6875rem;width:75rem;position:relative;display:block; }#GH0sQtS9FrxymW18kP9eJt43RbLeey3x { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5625rem;width:29.0625rem;top:2.78125rem;left:3.75rem;display:block; }
#lM8Tc70qQok5RTSZKlzFbE8TaW5rE5uB { position:absolute;display:block;z-index:15002;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:3.125rem;box-shadow: none;height:6.25rem;width:6.25rem;top:0rem;left:16.0625rem;overflow:hidden;display:block; }
#kbBp4vKpqEweaWVKAl7iedaVxQAAb7Da { color:rgba(var(--color-tertiary-3),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:6.625rem;left:8.4375rem;height:5.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TVp1EgaqrrMKrqo4lqiqT2fumv6k5ffb { color:rgba(var(--color-tertiary-3),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:16.9375rem;left:8.4375rem;height:1.79980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#D1xydlSevS043sGBI0ufCTEhGnGwuvz8 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5625rem;width:29.0625rem;top:2.75rem;left:41.8125rem;display:block; }
#xDMI6ywryS74N8d02iMcNSeohct6XcVk { color:rgba(var(--color-tertiary-3),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:16.9375rem;left:46.9375rem;height:1.79980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Qo7KD6Gt2GE1SLnI0l0c2eHx91VPpuIK { color:rgba(var(--color-tertiary-3),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:6.625rem;left:46.5625rem;height:8.3979375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XvXGzeUcTXE8JNckRUsf8A0zH8NDkeeV { position:absolute;display:block;z-index:15006;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:3.125rem;box-shadow: none;height:6.25rem;width:6.25rem;top:0rem;left:54.125rem;overflow:hidden;display:block; }
#k3Lca3aXmoLzQKr0fFxVwhJL4uUwSUTl { position:relative;display:block; }#k3Lca3aXmoLzQKr0fFxVwhJL4uUwSUTl { background-color: transparent; background-image: none; }#k3Lca3aXmoLzQKr0fFxVwhJL4uUwSUTl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k3Lca3aXmoLzQKr0fFxVwhJL4uUwSUTl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k3Lca3aXmoLzQKr0fFxVwhJL4uUwSUTl > .row .container > .video-iframe-container { display: none; }#k3Lca3aXmoLzQKr0fFxVwhJL4uUwSUTl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k3Lca3aXmoLzQKr0fFxVwhJL4uUwSUTl > .row > .video-iframe-container { display: none; }#k3Lca3aXmoLzQKr0fFxVwhJL4uUwSUTl > .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); }#k3Lca3aXmoLzQKr0fFxVwhJL4uUwSUTl { border-width: 0; border-radius: 0; }#k3Lca3aXmoLzQKr0fFxVwhJL4uUwSUTl > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#k3Lca3aXmoLzQKr0fFxVwhJL4uUwSUTl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:42.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Mvs2I1nF8rR0SZ8TALy6yeNPy2n529cn { position:absolute;display:block;z-index:15000;height:21.75rem;width:67.5rem;top:0rem;left:0rem;display:block; }
#k85H6N8sqQBbsa0nHBzDHm8ANxgtTneh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),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; }#k85H6N8sqQBbsa0nHBzDHm8ANxgtTneh > .row .container { background-color: transparent; background-image: none; }#k85H6N8sqQBbsa0nHBzDHm8ANxgtTneh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k85H6N8sqQBbsa0nHBzDHm8ANxgtTneh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k85H6N8sqQBbsa0nHBzDHm8ANxgtTneh > .row .container > .video-iframe-container { display: none; }#k85H6N8sqQBbsa0nHBzDHm8ANxgtTneh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k85H6N8sqQBbsa0nHBzDHm8ANxgtTneh > .row > .video-iframe-container { display: none; }#k85H6N8sqQBbsa0nHBzDHm8ANxgtTneh > .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); }#k85H6N8sqQBbsa0nHBzDHm8ANxgtTneh > .row .container { border-width: 0; border-radius: 0; }#k85H6N8sqQBbsa0nHBzDHm8ANxgtTneh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k85H6N8sqQBbsa0nHBzDHm8ANxgtTneh > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;position:relative;display:block; }#h5evs2Z1NNqlS4mfulB9pd6ORSBEUeql { color:rgba(var(--color-tertiary-3),1);display:block;width:34.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15000;line-height:1.5;letter-spacing:0;top:3.375rem;left:20.15625rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O { display:block; }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b66IqXACx2u2xPucm1SaEKaFBw74HoGD { width:29.6875rem;height:21.75rem;top:0rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #ev0CIJ6sVW0QPafIFU7R4Zqxd23ocE93 { width:47.75rem;height:3.875rem;top:17.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJbuykgHWCg0II1oPb5RknmhM1LImI55 { width:37.125rem;height:1.3125rem;top:22.625rem;left:5.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxttsRGCxXxRQ76NJeIEUSitXDDI2zIb { top:34.75rem;left:16.8125rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJZCmzUdmCCwHBbbOQiM2T4SbxSxqeMT { display:block; }
 }@media only screen and (max-width: 763px) { #uGEnpEJ6WadwVT0L2Hmm02G0Ty7w72bX { width:38.0625rem;height:5.25rem;top:26.5rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sV0KfiVNzQMynnNN6DhyPikpXg6381V7 { width:14.0625rem;height:4.0625rem;top:40.6875rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlBQuJHS8GZOdWO2JqPHh33QJbkTCJZ8 { display:block; }
 }@media only screen and (max-width: 763px) { #mxK6Sw81QNKgQvboUwNdySVwbJDDabgR { top:15rem;left:14.375rem;width:18.9375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcalE5DB37idAqo8T4MJDqJDwCXfNgKw { display:block; }#qcalE5DB37idAqo8T4MJDqJDwCXfNgKw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z7VNr39JKJeGhtlgO5rHUEdEdoFxM75d { width:47.75rem;height:2.875rem;top:6.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEoT53Z3EK4VwwcfywGhgIEtrI8e2PGm { display:block; }#pEoT53Z3EK4VwwcfywGhgIEtrI8e2PGm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S1Q6wFiNzbfuRmHM7xqNHhTvqfxNwI2w { width:11.3125rem;height:7.4375rem;top:0.5rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tyz4BsuoJOqD5GdzAxp1IrClQoZzp4nz { width:18.75rem;height:1.9375rem;top:9.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhdoL6T6N36SP9mxRV1ZWzuusWrfLut6 { width:18.75rem;height:6.25rem;top:12.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bm3wV0b8e4vvnPVKMCeHJApytruT9CkW { width:18.75rem;height:4.6875rem;top:12.25rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ik3fpTNEn9SsvhKPvoC8BJ8ituOpeyWL { width:18.75rem;height:1.9375rem;top:9.6875rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePqXaNA0qOSf0by48TiepLJCZBzVHIUP { width:11.3125rem;height:7.4375rem;top:0.5rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L12PSdB3FctZpSJCLCw7FciX1ivWXZTc { width:18.75rem;height:4.6875rem;top:12.25rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5SxsgKpbGqICTZ1zwOlgHxlERoxnGqE { width:18.75rem;height:1.9375rem;top:9.6875rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #egNxi9XOEdhxprPL2KQJzFQUyeoBaHam { width:11.3125rem;height:7.4375rem;top:0.5rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKm1PGP6HBpByNCNkiLk0CSoJTyNA915 { width:5.375rem;height:0.125rem;top:4.125rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3bJ0FvoLt7kJs9PwGTBJuSufCxqtqgA { width:5.375rem;height:0.125rem;top:4.125rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0I1e8bltT5yUC2FOa3iuWbmsdJcJuCU { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #h8OSRP9FLARU9syG3Mih9U576uI9sHf9 { display:block; }
 }@media only screen and (max-width: 763px) { #uxSRBM7Tc10LXqABKMDDNCCZgJIDeMEX { display:block; }#uxSRBM7Tc10LXqABKMDDNCCZgJIDeMEX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FofaXDBPuUsMpaW5H2Kf1hiNGyJkBf7s { width:47.75rem;height:2.875rem;top:6.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqWzUkmtOe21EVPt2Dd5mypQn7l3rmOc { display:block; }#RqWzUkmtOe21EVPt2Dd5mypQn7l3rmOc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JW2Qah9CKTPnFm7PZQNBWaZW8XMUQviW { width:13.5rem;height:15.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmTQ9koHxC8BLtyqSirw67hKIK2NZoTp { width:13.125rem;height:1.625rem;top:5.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPg5qlJNyWU0CkRfo8WvdWzeUTIZQkgO { width:11.875rem;height:5.5rem;top:9.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNamXAFWC8KSLN7TUuAeEFeurKbKlFFc { width:3.125rem;height:3.125rem;top:1.875rem;left:3.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #REMcvnpEAzFLIEL2Bm8g4XanxDopQAB7 { width:13.5rem;height:15.25rem;top:0rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mwxrmb5Uac2Qgbw0fGODi3T8VhypSMSo { width:13.375rem;height:5.5rem;top:9.1875rem;left:10.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Spw9dpVmAe28XTZWbLwHT6yHwQAJGqFH { width:13.125rem;height:1.625rem;top:5.875rem;left:10.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZbnFbl1HDQhDMxwZ6galMNWi3LmSCJi { width:3.125rem;height:3.125rem;top:1.875rem;left:16.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuyoGmk4VSvwSip4BiaX1SnrtVzhNW45 { width:13.5rem;height:15.25rem;top:0rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeT0TNACho70urKp27SofEyPBtC4Coqc { width:13.125rem;height:5.5rem;top:9.1875rem;left:22.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChLBy6lybXeBBxryJweUD7bq5HXi1u4F { width:13.125rem;height:1.625rem;top:5.875rem;left:22.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARdevSF110RO7xgshrTn7Ta0nPKzgRU9 { width:3.125rem;height:3.125rem;top:1.875rem;left:28.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRIO0dipTc3IcirZFnmRf08AmW7zcAOT { width:13.5rem;height:15.25rem;top:0rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPxsVVubuTRAFKTbGLAvbP8Ku0qNoVLx { width:13.125rem;height:5.5rem;top:9.1875rem;left:34.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMcCatvt2CCtWCEzkXub7XzfuAO4AOP4 { width:13.125rem;height:1.625rem;top:5.875rem;left:34.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvQTFZvRGrkTDCfOAAQsRkDx2UJ7weWf { width:3.125rem;height:3.125rem;top:1.875rem;left:40.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mG9UQqo1BBmta5gwbwI3pCkl035TThfl { display:block; }#mG9UQqo1BBmta5gwbwI3pCkl035TThfl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mpn9Ly8TOzEHuEbS444FcLT3I5ap44hG { width:47.375rem;height:6.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONrR5bcTQs9hCSIdeuU3QfNfHTocayym { width:27.125rem;height:1.9375rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUz4FKuTQusdCk4VCvfPVCKhtFZ2ySxH .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EUz4FKuTQusdCk4VCvfPVCKhtFZ2ySxH .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; }
#EUz4FKuTQusdCk4VCvfPVCKhtFZ2ySxH .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; }
#EUz4FKuTQusdCk4VCvfPVCKhtFZ2ySxH { display:flex;width:19.8125rem;height:5.4375rem;top:0rem;left:26.5625rem; }
 }@media only screen and (max-width: 763px) { #EUz4FKuTQusdCk4VCvfPVCKhtFZ2ySxH #BnTgFBxVCQnBZMam8KirBMBwZSrminD4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EUz4FKuTQusdCk4VCvfPVCKhtFZ2ySxH #fzsFaMzOhfhFODVyDPrO95iV2i1OOz10 {  }
 }@media only screen and (max-width: 763px) { #EUz4FKuTQusdCk4VCvfPVCKhtFZ2ySxH #tTBCyd4RFzyCQtBFQOOBkbm9PCpDnTE3 {  }
 }@media only screen and (max-width: 763px) { #EUz4FKuTQusdCk4VCvfPVCKhtFZ2ySxH #qHhvbQKo5CTIKRwJFHF8uh5mn0A20nrW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EUz4FKuTQusdCk4VCvfPVCKhtFZ2ySxH #gZ9GSouyMrHk9P7bgaxhm66Xdhgq6UEG {  }
 }@media only screen and (max-width: 763px) { #EUz4FKuTQusdCk4VCvfPVCKhtFZ2ySxH #bP2l0xihqdKDBcyrTUM6L7dSFySp4HFg {  }
 }@media only screen and (max-width: 763px) { #EUz4FKuTQusdCk4VCvfPVCKhtFZ2ySxH #EoszcrN0wKMP8p25H0VTlRSpqvFlgIoy { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EUz4FKuTQusdCk4VCvfPVCKhtFZ2ySxH #cu9lMQZsuFyhwtcHxVDFMrfrJ4AFU6Of {  }
 }@media only screen and (max-width: 763px) { #EUz4FKuTQusdCk4VCvfPVCKhtFZ2ySxH #nUT73E6ALuTm9ywRcSkR8WHQ4cZ3dbf2 {  }
 }@media only screen and (max-width: 763px) { #EUz4FKuTQusdCk4VCvfPVCKhtFZ2ySxH #UgJ0sLIplwSSNATtBzwTK7LthTHbbvJE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EUz4FKuTQusdCk4VCvfPVCKhtFZ2ySxH #ySTHJzN7bx75U3f7cPKmnLbtSFxE4hdo {  }
 }@media only screen and (max-width: 763px) { #EUz4FKuTQusdCk4VCvfPVCKhtFZ2ySxH #b206SGvCHsPHoDhIPdvl9Csu0IDcr0Sl {  }
 }@media only screen and (max-width: 763px) { #iAtJoz7sZTFxiBxz6et76y58OUk6HoJM { display:block; }#iAtJoz7sZTFxiBxz6et76y58OUk6HoJM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C5O02rBLH3TaDoN24wIDDHvs85C8Kwoy { width:47.75rem;height:2.875rem;top:6.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVrB0JIKJiX9KW6g4RSr7d9pSEXTfPAJ { display:block; }#bVrB0JIKJiX9KW6g4RSr7d9pSEXTfPAJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nak2WTE7fmszpri8TBAqMsT9SbHxUFtu { width:29.125rem;height:6.25rem;top:24.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xW23pzJ7O2tKosdArBC3grKKAPTpKXD2 { width:29.125rem;height:5.8125rem;top:17.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAch4XBqPTqPoDIyMCEd9hqxDccvh3up { width:29.3125rem;height:16rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #na4Tg9sI4kTefZ94Ao8GzphB9tzDJ9xn { width:29.125rem;height:6.25rem;top:24.0625rem;left:18.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ep7aRIDpHkiiIIyh8ly8mXJXw8cG1lNA { width:29.125rem;height:5.8125rem;top:17.125rem;left:18.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cgh2Qcr5p4XXRBLKltF1UfJAbSZEXc7F { width:29.3125rem;height:16rem;top:0rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eC85VgJaGvxeEZL9956xdoF1dqFz7iyy { display:block; }#eC85VgJaGvxeEZL9956xdoF1dqFz7iyy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v3RkshXDWqAptsZHaf6IgAAboSGLh6D3 { width:47.75rem;height:2.875rem;top:6.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALrMDiWoMe8ZUs3c7CTVMhOqUyThJiXJ { display:block; }#ALrMDiWoMe8ZUs3c7CTVMhOqUyThJiXJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TENJw6dVyAQLBXByuTcK0oPZ9ghNKF9P { width:6.875rem;height:6.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z00zR1sq2i23bIQiDVuzZQ9dn7qZU6CG { width:13.375rem;height:5.625rem;top:0rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmDMXT2HLCxK6LFmem67zksxlruPCBtq { width:5.625rem;height:5.625rem;top:0rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtfWADMZXwHTIIENioWD8LZQTAzqr8Ug { width:8.9375rem;height:5.625rem;top:0rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXFsw7TC5SUoL8WSr3kwxTa20qGHRSsI { display:block; }#aXFsw7TC5SUoL8WSr3kwxTa20qGHRSsI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pT01Ch42rN7Tlu3ZIPGXJfzQ4xzUf9vd { width:13.6875rem;height:5.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJS28VLpTelu9Q5xFusmDUUgrFDKTxGy { width:13.6875rem;height:5.625rem;top:0rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZTUa0TerJX1EAEyOGptTrKHbXMZ8HBz { width:13.6875rem;height:5.625rem;top:0rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMyeKRBX7BklwtloGTUmqfSiz8fEqtGc { width:13.6875rem;height:5.625rem;top:0rem;left:34.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhmq2DEOGQE4A9pwlCDAfNP3DF2z90GP { display:block; }#bhmq2DEOGQE4A9pwlCDAfNP3DF2z90GP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vs23QwT6gUBUlRzWSbkGDtJguKpCT9A2 { width:47.75rem;height:2.875rem;top:6.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rT8aIrdV9Nkof9TxmEheG3qLgNaV3RBA { display:block; }#rT8aIrdV9Nkof9TxmEheG3qLgNaV3RBA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GH0sQtS9FrxymW18kP9eJt43RbLeey3x { width:29.0625rem;height:12.5625rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lM8Tc70qQok5RTSZKlzFbE8TaW5rE5uB { width:6.25rem;height:6.25rem;top:0rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbBp4vKpqEweaWVKAl7iedaVxQAAb7Da { width:20.5625rem;height:5.5rem;top:6.625rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVp1EgaqrrMKrqo4lqiqT2fumv6k5ffb { width:20.5625rem;height:1.75rem;top:16.9375rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1xydlSevS043sGBI0ufCTEhGnGwuvz8 { width:29.0625rem;height:12.5625rem;top:2.75rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDMI6ywryS74N8d02iMcNSeohct6XcVk { width:20.5625rem;height:1.75rem;top:16.9375rem;left:26.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qo7KD6Gt2GE1SLnI0l0c2eHx91VPpuIK { width:20.5625rem;height:8.3125rem;top:6.625rem;left:26.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvXGzeUcTXE8JNckRUsf8A0zH8NDkeeV { width:6.25rem;height:6.25rem;top:0rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3Lca3aXmoLzQKr0fFxVwhJL4uUwSUTl { display:block; }#k3Lca3aXmoLzQKr0fFxVwhJL4uUwSUTl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mvs2I1nF8rR0SZ8TALy6yeNPy2n529cn { top:0rem;left:0rem;width:47.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k85H6N8sqQBbsa0nHBzDHm8ANxgtTneh { display:block; }#k85H6N8sqQBbsa0nHBzDHm8ANxgtTneh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h5evs2Z1NNqlS4mfulB9pd6ORSBEUeql { width:34.6875rem;height:4.5rem;top:3.375rem;left:6.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O { display:block; }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .row .container { width:20rem;height:45.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b66IqXACx2u2xPucm1SaEKaFBw74HoGD { width:15.6875rem;height:11.5625rem;top:0rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ev0CIJ6sVW0QPafIFU7R4Zqxd23ocE93 { width:20rem;height:2.92480625rem;top:11.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJbuykgHWCg0II1oPb5RknmhM1LImI55 { width:18.75rem;height:1.125rem;top:18.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxttsRGCxXxRQ76NJeIEUSitXDDI2zIb { top:30.4375rem;left:3.5rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJZCmzUdmCCwHBbbOQiM2T4SbxSxqeMT { display:block; }
 }@media only screen and (max-width: 763px) { #uGEnpEJ6WadwVT0L2Hmm02G0Ty7w72bX { width:20rem;height:6.3984375rem;top:21.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sV0KfiVNzQMynnNN6DhyPikpXg6381V7 { width:14.0625rem;height:4.0625rem;top:36.4375rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlBQuJHS8GZOdWO2JqPHh33QJbkTCJZ8 { display:block; }
 }@media only screen and (max-width: 763px) { #mxK6Sw81QNKgQvboUwNdySVwbJDDabgR { width:18.9375rem;height:1.94970625rem;top:8.5625rem;left:0.53125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qcalE5DB37idAqo8T4MJDqJDwCXfNgKw { display:block; }#qcalE5DB37idAqo8T4MJDqJDwCXfNgKw > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z7VNr39JKJeGhtlgO5rHUEdEdoFxM75d { width:20rem;height:2.4375rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEoT53Z3EK4VwwcfywGhgIEtrI8e2PGm { display:block; }#pEoT53Z3EK4VwwcfywGhgIEtrI8e2PGm > .row .container { width:20rem;height:54.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S1Q6wFiNzbfuRmHM7xqNHhTvqfxNwI2w { width:8.375rem;height:5.5625rem;top:0rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tyz4BsuoJOqD5GdzAxp1IrClQoZzp4nz { width:18.75rem;height:1.7871125rem;top:9.0625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhdoL6T6N36SP9mxRV1ZWzuusWrfLut6 { width:18.75rem;height:6.3984375rem;top:11.375rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bm3wV0b8e4vvnPVKMCeHJApytruT9CkW { width:18.75rem;height:4.798825rem;top:27.4375rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ik3fpTNEn9SsvhKPvoC8BJ8ituOpeyWL { width:18.75rem;height:1.7871125rem;top:25.6875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePqXaNA0qOSf0by48TiepLJCZBzVHIUP { width:8.375rem;height:5.5625rem;top:18.375rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L12PSdB3FctZpSJCLCw7FciX1ivWXZTc { width:18.75rem;height:4.798825rem;top:43.8125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T5SxsgKpbGqICTZ1zwOlgHxlERoxnGqE { width:18.75rem;height:1.7871125rem;top:40.9375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #egNxi9XOEdhxprPL2KQJzFQUyeoBaHam { width:8.375rem;height:5.5625rem;top:33.375rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKm1PGP6HBpByNCNkiLk0CSoJTyNA915 { width:5.375rem;height:0.125rem;top:10.9375rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #C3bJ0FvoLt7kJs9PwGTBJuSufCxqtqgA { width:5.375rem;height:0.125rem;top:31.125rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #g0I1e8bltT5yUC2FOa3iuWbmsdJcJuCU { top:49.6875rem;left:1.25rem;z-index:15007;width:17.5rem;height:3.75rem;color:#000000;border-top:0.0625rem solid #000164;border-left:0.0625rem solid #000164;border-right:0.0625rem solid #000164;border-bottom:0.25rem solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #h8OSRP9FLARU9syG3Mih9U576uI9sHf9 { display:block; }
 }@media only screen and (max-width: 763px) { #uxSRBM7Tc10LXqABKMDDNCCZgJIDeMEX { display:block; }#uxSRBM7Tc10LXqABKMDDNCCZgJIDeMEX > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FofaXDBPuUsMpaW5H2Kf1hiNGyJkBf7s { width:20rem;height:2.4375rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqWzUkmtOe21EVPt2Dd5mypQn7l3rmOc { display:block; }#RqWzUkmtOe21EVPt2Dd5mypQn7l3rmOc > .row .container { width:20rem;height:67.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JW2Qah9CKTPnFm7PZQNBWaZW8XMUQviW { width:13.5rem;height:15.25rem;top:0rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmTQ9koHxC8BLtyqSirw67hKIK2NZoTp { width:13.125rem;height:1.29980625rem;top:5.875rem;left:3.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lPg5qlJNyWU0CkRfo8WvdWzeUTIZQkgO { width:13.125rem;height:5.5996125rem;top:8.125rem;left:3.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BNamXAFWC8KSLN7TUuAeEFeurKbKlFFc { width:2.375rem;height:2.375rem;top:1.875rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #REMcvnpEAzFLIEL2Bm8g4XanxDopQAB7 { width:13.5rem;height:15.25rem;top:16.875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mwxrmb5Uac2Qgbw0fGODi3T8VhypSMSo { width:13.125rem;height:5.5996125rem;top:25rem;left:3.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Spw9dpVmAe28XTZWbLwHT6yHwQAJGqFH { width:13.125rem;height:1.29980625rem;top:22.75rem;left:3.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iZbnFbl1HDQhDMxwZ6galMNWi3LmSCJi { width:3.125rem;height:3.125rem;top:18.75rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuyoGmk4VSvwSip4BiaX1SnrtVzhNW45 { width:13.5rem;height:15.25rem;top:33.75rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeT0TNACho70urKp27SofEyPBtC4Coqc { width:13.125rem;height:5.5996125rem;top:41.875rem;left:3.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ChLBy6lybXeBBxryJweUD7bq5HXi1u4F { width:13.125rem;height:1.29980625rem;top:39.625rem;left:3.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ARdevSF110RO7xgshrTn7Ta0nPKzgRU9 { width:3.125rem;height:3.125rem;top:35.625rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRIO0dipTc3IcirZFnmRf08AmW7zcAOT { width:13.5rem;height:15.25rem;top:50.625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPxsVVubuTRAFKTbGLAvbP8Ku0qNoVLx { width:13.125rem;height:5.5996125rem;top:58.75rem;left:3.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IMcCatvt2CCtWCEzkXub7XzfuAO4AOP4 { width:13.125rem;height:1.29980625rem;top:56.5rem;left:3.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xvQTFZvRGrkTDCfOAAQsRkDx2UJ7weWf { width:3.125rem;height:3.125rem;top:52.5rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mG9UQqo1BBmta5gwbwI3pCkl035TThfl { display:none; }#mG9UQqo1BBmta5gwbwI3pCkl035TThfl > .row .container { width:20rem;height:17.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Mpn9Ly8TOzEHuEbS444FcLT3I5ap44hG { width:19.6875rem;height:14rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ONrR5bcTQs9hCSIdeuU3QfNfHTocayym { width:15rem;height:1.625rem;top:1.25rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUz4FKuTQusdCk4VCvfPVCKhtFZ2ySxH .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EUz4FKuTQusdCk4VCvfPVCKhtFZ2ySxH .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; }
#EUz4FKuTQusdCk4VCvfPVCKhtFZ2ySxH .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; }
#EUz4FKuTQusdCk4VCvfPVCKhtFZ2ySxH { display:flex;width:18rem;height:5.0625rem;top:6.5802078247069rem;left:0.30416679382324rem; }
 }@media only screen and (max-width: 763px) { #EUz4FKuTQusdCk4VCvfPVCKhtFZ2ySxH #BnTgFBxVCQnBZMam8KirBMBwZSrminD4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EUz4FKuTQusdCk4VCvfPVCKhtFZ2ySxH #fzsFaMzOhfhFODVyDPrO95iV2i1OOz10 {  }
 }@media only screen and (max-width: 763px) { #EUz4FKuTQusdCk4VCvfPVCKhtFZ2ySxH #tTBCyd4RFzyCQtBFQOOBkbm9PCpDnTE3 {  }
 }@media only screen and (max-width: 763px) { #EUz4FKuTQusdCk4VCvfPVCKhtFZ2ySxH #qHhvbQKo5CTIKRwJFHF8uh5mn0A20nrW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EUz4FKuTQusdCk4VCvfPVCKhtFZ2ySxH #gZ9GSouyMrHk9P7bgaxhm66Xdhgq6UEG {  }
 }@media only screen and (max-width: 763px) { #EUz4FKuTQusdCk4VCvfPVCKhtFZ2ySxH #bP2l0xihqdKDBcyrTUM6L7dSFySp4HFg {  }
 }@media only screen and (max-width: 763px) { #EUz4FKuTQusdCk4VCvfPVCKhtFZ2ySxH #EoszcrN0wKMP8p25H0VTlRSpqvFlgIoy { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EUz4FKuTQusdCk4VCvfPVCKhtFZ2ySxH #cu9lMQZsuFyhwtcHxVDFMrfrJ4AFU6Of {  }
 }@media only screen and (max-width: 763px) { #EUz4FKuTQusdCk4VCvfPVCKhtFZ2ySxH #nUT73E6ALuTm9ywRcSkR8WHQ4cZ3dbf2 {  }
 }@media only screen and (max-width: 763px) { #EUz4FKuTQusdCk4VCvfPVCKhtFZ2ySxH #UgJ0sLIplwSSNATtBzwTK7LthTHbbvJE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EUz4FKuTQusdCk4VCvfPVCKhtFZ2ySxH #ySTHJzN7bx75U3f7cPKmnLbtSFxE4hdo {  }
 }@media only screen and (max-width: 763px) { #EUz4FKuTQusdCk4VCvfPVCKhtFZ2ySxH #b206SGvCHsPHoDhIPdvl9Csu0IDcr0Sl {  }
 }@media only screen and (max-width: 763px) { #iAtJoz7sZTFxiBxz6et76y58OUk6HoJM { display:none; }#iAtJoz7sZTFxiBxz6et76y58OUk6HoJM > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #C5O02rBLH3TaDoN24wIDDHvs85C8Kwoy { width:20rem;height:2.4375rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVrB0JIKJiX9KW6g4RSr7d9pSEXTfPAJ { display:none; }#bVrB0JIKJiX9KW6g4RSr7d9pSEXTfPAJ > .row .container { width:20rem;height:52.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nak2WTE7fmszpri8TBAqMsT9SbHxUFtu { width:20rem;height:7.8125rem;top:16.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xW23pzJ7O2tKosdArBC3grKKAPTpKXD2 { width:20rem;height:4.3125rem;top:11.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAch4XBqPTqPoDIyMCEd9hqxDccvh3up { width:20rem;height:10.91684434968rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #na4Tg9sI4kTefZ94Ao8GzphB9tzDJ9xn { width:20rem;height:7.8125rem;top:42.0625rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ep7aRIDpHkiiIIyh8ly8mXJXw8cG1lNA { width:20rem;height:4.3125rem;top:37.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cgh2Qcr5p4XXRBLKltF1UfJAbSZEXc7F { width:20rem;height:10.91684434968rem;top:25.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eC85VgJaGvxeEZL9956xdoF1dqFz7iyy { display:none; }#eC85VgJaGvxeEZL9956xdoF1dqFz7iyy > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #v3RkshXDWqAptsZHaf6IgAAboSGLh6D3 { width:20rem;height:2.4375rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALrMDiWoMe8ZUs3c7CTVMhOqUyThJiXJ { display:none; }#ALrMDiWoMe8ZUs3c7CTVMhOqUyThJiXJ > .row .container { width:20rem;height:8.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TENJw6dVyAQLBXByuTcK0oPZ9ghNKF9P { width:3.8125rem;height:3.8125rem;top:0rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z00zR1sq2i23bIQiDVuzZQ9dn7qZU6CG { width:9.0625rem;height:3.8125rem;top:0rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmDMXT2HLCxK6LFmem67zksxlruPCBtq { width:3.8125rem;height:3.8125rem;top:4.4375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtfWADMZXwHTIIENioWD8LZQTAzqr8Ug { width:6.0625rem;height:3.8125rem;top:4.4375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXFsw7TC5SUoL8WSr3kwxTa20qGHRSsI { display:none; }#aXFsw7TC5SUoL8WSr3kwxTa20qGHRSsI > .row .container { width:20rem;height:11.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pT01Ch42rN7Tlu3ZIPGXJfzQ4xzUf9vd { width:9.375rem;height:3.8125rem;top:0.625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJS28VLpTelu9Q5xFusmDUUgrFDKTxGy { width:9.375rem;height:3.8125rem;top:0.625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZTUa0TerJX1EAEyOGptTrKHbXMZ8HBz { width:9.375rem;height:3.8125rem;top:5.0625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMyeKRBX7BklwtloGTUmqfSiz8fEqtGc { width:9.375rem;height:3.8125rem;top:5.0625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhmq2DEOGQE4A9pwlCDAfNP3DF2z90GP { display:block; }#bhmq2DEOGQE4A9pwlCDAfNP3DF2z90GP > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vs23QwT6gUBUlRzWSbkGDtJguKpCT9A2 { width:20rem;height:2.4375rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rT8aIrdV9Nkof9TxmEheG3qLgNaV3RBA { display:block; }#rT8aIrdV9Nkof9TxmEheG3qLgNaV3RBA > .row .container { width:20rem;height:41.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GH0sQtS9FrxymW18kP9eJt43RbLeey3x { width:19.625rem;height:12.5625rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lM8Tc70qQok5RTSZKlzFbE8TaW5rE5uB { width:5.375rem;height:5.125rem;top:0rem;left:7.3125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kbBp4vKpqEweaWVKAl7iedaVxQAAb7Da { width:18.75rem;height:6.3984375rem;top:7.15625rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TVp1EgaqrrMKrqo4lqiqT2fumv6k5ffb { width:20rem;height:1.5996125rem;top:17.34375rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D1xydlSevS043sGBI0ufCTEhGnGwuvz8 { width:19.625rem;height:13.875rem;top:22.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDMI6ywryS74N8d02iMcNSeohct6XcVk { width:20rem;height:1.5996125rem;top:38.375rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qo7KD6Gt2GE1SLnI0l0c2eHx91VPpuIK { width:18.75rem;height:9.597625rem;top:26.6875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XvXGzeUcTXE8JNckRUsf8A0zH8NDkeeV { width:5.375rem;height:5.375rem;top:19.875rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3Lca3aXmoLzQKr0fFxVwhJL4uUwSUTl { display:block; }#k3Lca3aXmoLzQKr0fFxVwhJL4uUwSUTl > .row .container { width:20rem;height:39.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mvs2I1nF8rR0SZ8TALy6yeNPy2n529cn { width:20rem;height:21.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k85H6N8sqQBbsa0nHBzDHm8ANxgtTneh { display:block; }#k85H6N8sqQBbsa0nHBzDHm8ANxgtTneh > .row .container { width:20rem;height:16.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h5evs2Z1NNqlS4mfulB9pd6ORSBEUeql { width:20rem;height:3.75rem;top:6.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }